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 3103214cdd745ba99e56243b14eeb2a0a0c23a57 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 3103214cdd745ba99e56243b14eeb2a0a0c23a57 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 Running on prd-centos7-docker-4c-2g-3505 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/115 [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/115 # 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 3103214cdd745ba99e56243b14eeb2a0a0c23a57 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 Merge succeeded, producing 3495c737d6b9bd073ef7cd3e5d38308c6f810f91 Checking out Revision 3495c737d6b9bd073ef7cd3e5d38308c6f810f91 (PR-2858) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3103214cdd745ba99e56243b14eeb2a0a0c23a57 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3495c737d6b9bd073ef7cd3e5d38308c6f810f91 # timeout=10 Commit message: "Merge commit '3103214cdd745ba99e56243b14eeb2a0a0c23a57' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-07T08:29:52.661Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 51d360c7c4cebab8d333c2625d71fbe42797a194 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-07T08:29:52.756Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-07T08:29:52.782Z] ========================================================= [2021-05-07T08:29:52.782Z] EdgeX Global Pipelines Version Info [2021-05-07T08:29:52.782Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-07T08:29:54.360Z] ------------------- [2021-05-07T08:29:54.360Z] stable info: [2021-05-07T08:29:54.360Z] ------------------- [2021-05-07T08:29:54.360Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-07T08:29:54.360Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-07T08:29:54.360Z] Message: update stable to v1.0.191 [2021-05-07T08:29:55.305Z] ------------------- [2021-05-07T08:29:55.305Z] experimental info: [2021-05-07T08:29:55.305Z] ------------------- [2021-05-07T08:29:55.305Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-07T08:29:55.305Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-07T08:29:55.305Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-07T08:29:55.424Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-07T08:29:55.446Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-07T08:29:55.469Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-07T08:29:55.491Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-07T08:29:55.512Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-07T08:29:55.534Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-07T08:29:55.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-07T08:29:55.576Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-07T08:29:55.600Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-07T08:29:55.633Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-07T08:29:55.658Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-07T08:29:55.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-07T08:29:55.703Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-07T08:29:55.725Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-07T08:29:55.746Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-07T08:29:55.785Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-07T08:29:55.806Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-07T08:29:55.828Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-07T08:29:55.850Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-07T08:29:55.872Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-07T08:29:55.893Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-07T08:29:55.915Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-07T08:29:55.938Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-05-07T08:29:55.961Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-05-07T08:29:55.983Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-05-07T08:29:56.004Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [Pipeline] echo [2021-05-07T08:29:56.026Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3495c73 [Pipeline] echo [2021-05-07T08:29:56.049Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-07T08:29:56.126Z] provisioning config files... [2021-05-07T08:29:56.209Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/115@tmp/config5258079812763361893tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-07T08:29:56.542Z] ---> docker-login.sh [2021-05-07T08:29:56.542Z] nexus3.edgexfoundry.org:10001 [2021-05-07T08:29:56.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T08:29:57.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T08:29:57.070Z] Configure a credential helper to remove this warning. See [2021-05-07T08:29:57.070Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T08:29:57.070Z] [2021-05-07T08:29:57.070Z] Login Succeeded [2021-05-07T08:29:57.070Z] nexus3.edgexfoundry.org:10002 [2021-05-07T08:29:57.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T08:29:57.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T08:29:57.333Z] Configure a credential helper to remove this warning. See [2021-05-07T08:29:57.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T08:29:57.333Z] [2021-05-07T08:29:57.333Z] Login Succeeded [2021-05-07T08:29:57.333Z] nexus3.edgexfoundry.org:10003 [2021-05-07T08:29:57.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T08:29:57.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T08:29:57.596Z] Configure a credential helper to remove this warning. See [2021-05-07T08:29:57.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T08:29:57.596Z] [2021-05-07T08:29:57.596Z] Login Succeeded [2021-05-07T08:29:57.596Z] nexus3.edgexfoundry.org:10004 [2021-05-07T08:29:57.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T08:29:57.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T08:29:57.596Z] Configure a credential helper to remove this warning. See [2021-05-07T08:29:57.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T08:29:57.596Z] [2021-05-07T08:29:57.596Z] Login Succeeded [2021-05-07T08:29:57.596Z] docker.io [2021-05-07T08:29:57.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T08:29:58.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T08:29:58.123Z] Configure a credential helper to remove this warning. See [2021-05-07T08:29:58.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T08:29:58.123Z] [2021-05-07T08:29:58.123Z] Login Succeeded [2021-05-07T08:29:58.123Z] ---> docker-login.sh ends [Pipeline] } [2021-05-07T08:29:58.133Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T08:29:58.524Z] ++ 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-07T08:29:58.524Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T08:29:58.524Z] ++ dirname cmd/core-command/Dockerfile [2021-05-07T08:29:58.524Z] ++ cut -d/ -f2 [2021-05-07T08:29:58.524Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-07T08:29:58.524Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T08:29:58.524Z] ++ dirname cmd/core-data/Dockerfile [2021-05-07T08:29:58.524Z] ++ cut -d/ -f2 [2021-05-07T08:29:58.524Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-07T08:29:58.524Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T08:29:58.524Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-07T08:29:58.524Z] ++ cut -d/ -f2 [2021-05-07T08:29:58.524Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-07T08:29:58.524Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T08:29:58.524Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-07T08:29:58.524Z] ++ cut -d/ -f2 [2021-05-07T08:29:58.524Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-07T08:29:58.524Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T08:29:58.524Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-07T08:29:58.524Z] ++ cut -d/ -f2 [2021-05-07T08:29:58.524Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-07T08:29:58.524Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T08:29:58.524Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-07T08:29:58.524Z] ++ cut -d/ -f2 [2021-05-07T08:29:58.524Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-07T08:29:58.524Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T08:29:58.524Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-07T08:29:58.524Z] ++ cut -d/ -f2 [2021-05-07T08:29:58.524Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-07T08:29:58.524Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T08:29:58.524Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-07T08:29:58.524Z] ++ cut -d/ -f2 [2021-05-07T08:29:58.524Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-07T08:29:58.524Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T08:29:58.524Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-07T08:29:58.524Z] ++ cut -d/ -f2 [2021-05-07T08:29:58.524Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-07T08:29:58.646Z] 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-07T08:29:59.958Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T08:29:59.958Z] [2021-05-07T08:29:59.958Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T08:30:00.278Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T08:30:00.278Z] latest: Pulling from edgex-devops/git-semver [2021-05-07T08:30:00.278Z] 31603596830f: Pulling fs layer [2021-05-07T08:30:00.278Z] 54011a49482f: Pulling fs layer [2021-05-07T08:30:00.278Z] a6820b24f6d8: Pulling fs layer [2021-05-07T08:30:00.278Z] f581987b2513: Pulling fs layer [2021-05-07T08:30:00.278Z] f581987b2513: Waiting [2021-05-07T08:30:00.278Z] 54011a49482f: Verifying Checksum [2021-05-07T08:30:00.278Z] 54011a49482f: Download complete [2021-05-07T08:30:00.541Z] 31603596830f: Verifying Checksum [2021-05-07T08:30:00.541Z] 31603596830f: Download complete [2021-05-07T08:30:00.541Z] f581987b2513: Verifying Checksum [2021-05-07T08:30:00.541Z] f581987b2513: Download complete [2021-05-07T08:30:00.541Z] a6820b24f6d8: Verifying Checksum [2021-05-07T08:30:00.541Z] a6820b24f6d8: Download complete [2021-05-07T08:30:00.806Z] 31603596830f: Pull complete [2021-05-07T08:30:01.072Z] 54011a49482f: Pull complete [2021-05-07T08:30:02.030Z] a6820b24f6d8: Pull complete [2021-05-07T08:30:02.030Z] f581987b2513: Pull complete [2021-05-07T08:30:02.030Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-07T08:30:02.030Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T08:30:02.030Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-07T08:30:02.143Z] prd-centos7-docker-4c-2g-3505 does not seem to be running inside a container [2021-05-07T08:30:02.202Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07T08:30:04.815Z] $ docker top 2082fb93392534a669b088eb8907a1c11ac8a409cb08912247db7d54861b1bce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-07T08:30:05.084Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T08:30:05.084Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T08:30:05.326Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T08:30:05.331Z] $ docker exec 2082fb93392534a669b088eb8907a1c11ac8a409cb08912247db7d54861b1bce ssh-agent [2021-05-07T08:30:05.506Z] SSH_AUTH_SOCK=/tmp/ssh-mC3ad0PvMMDl/agent.11 [2021-05-07T08:30:05.506Z] SSH_AGENT_PID=16 [2021-05-07T08:30:05.527Z] Running ssh-add (command line suppressed) [2021-05-07T08:30:05.656Z] Identity added: /w/workspace/edgex-go/115@tmp/private_key_5167842859724744633.key (/w/workspace/edgex-go/115@tmp/private_key_5167842859724744633.key) [2021-05-07T08:30:05.709Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T08:30:06.020Z] + git tag --points-at HEAD [Pipeline] } [2021-05-07T08:30:06.048Z] $ docker exec --env ******** --env ******** 2082fb93392534a669b088eb8907a1c11ac8a409cb08912247db7d54861b1bce ssh-agent -k [2021-05-07T08:30:06.173Z] unset SSH_AUTH_SOCK; [2021-05-07T08:30:06.173Z] unset SSH_AGENT_PID; [2021-05-07T08:30:06.173Z] echo Agent pid 16 killed; [2021-05-07T08:30:06.220Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-07T08:30:06.265Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T08:30:06.265Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T08:30:06.441Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T08:30:06.446Z] $ docker exec 2082fb93392534a669b088eb8907a1c11ac8a409cb08912247db7d54861b1bce ssh-agent [2021-05-07T08:30:06.651Z] SSH_AUTH_SOCK=/tmp/ssh-2vN2sWvi7tjv/agent.45 [2021-05-07T08:30:06.651Z] SSH_AGENT_PID=50 [2021-05-07T08:30:06.661Z] Running ssh-add (command line suppressed) [2021-05-07T08:30:06.793Z] Identity added: /w/workspace/edgex-go/115@tmp/private_key_2928048542141144137.key (/w/workspace/edgex-go/115@tmp/private_key_2928048542141144137.key) [2021-05-07T08:30:06.859Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T08:30:07.165Z] + git semver init [2021-05-07T08:30:07.166Z] # -> Open(): unable to determine branch for HEAD [2021-05-07T08:30:07.166Z] # $GIT_DIR = /w/workspace/edgex-go/115/.git [2021-05-07T08:30:07.166Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/115 [2021-05-07T08:30:07.166Z] # $SEMVER_REMOTE_NAME = origin [2021-05-07T08:30:07.166Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-07T08:30:07.166Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-07T08:30:07.166Z] # $SEMVER_BRANCH = PR-2858 [2021-05-07T08:30:07.166Z] # $SEMVER_TEMP = /tmp/semver-049425764 [2021-05-07T08:30:07.166Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-07T08:30:25.376Z] # '/tmp/semver-049425764' -> '/w/workspace/edgex-go/115/.semver' [2021-05-07T08:30:25.955Z] # -> Force: false [2021-05-07T08:30:25.955Z] # $SEMVER_DIR = /w/workspace/edgex-go/115/.semver [Pipeline] } [2021-05-07T08:30:26.232Z] $ docker exec --env ******** --env ******** 2082fb93392534a669b088eb8907a1c11ac8a409cb08912247db7d54861b1bce ssh-agent -k [2021-05-07T08:30:26.658Z] unset SSH_AUTH_SOCK; [2021-05-07T08:30:26.658Z] unset SSH_AGENT_PID; [2021-05-07T08:30:26.658Z] echo Agent pid 50 killed; [2021-05-07T08:30:26.743Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T08:30:27.093Z] + git semver [Pipeline] } [2021-05-07T08:30:27.144Z] $ docker stop --time=1 2082fb93392534a669b088eb8907a1c11ac8a409cb08912247db7d54861b1bce [2021-05-07T08:30:28.756Z] $ docker rm -f 2082fb93392534a669b088eb8907a1c11ac8a409cb08912247db7d54861b1bce [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T08:30:29.272Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-07T08:30:29.757Z] Stashed 1 file(s) [Pipeline] echo [2021-05-07T08:30:29.760Z] [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-07T08:30:30.298Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-07T08:30:30.601Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-07T08:30:30.911Z] + sudo service docker restart [2021-05-07T08:30:30.911Z] + true [2021-05-07T08:30:30.911Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-07T08:30:31.504Z] ========================================================= [2021-05-07T08:30:31.504Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-07T08:30:31.504Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-07T08:30:31.871Z] + 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-07T08:30:35.347Z] Sending build context to Docker daemon 330MB [2021-05-07T08:30:35.347Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-07T08:30:35.347Z] Step 2/6 : FROM ${BASE} [2021-05-07T08:30:35.347Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-07T08:30:35.347Z] 540db60ca938: Pulling fs layer [2021-05-07T08:30:35.347Z] adcc1eea9eea: Pulling fs layer [2021-05-07T08:30:35.347Z] 4c4ab2625f07: Pulling fs layer [2021-05-07T08:30:35.347Z] 0510c868ecb4: Pulling fs layer [2021-05-07T08:30:35.347Z] afea3b2eda06: Pulling fs layer [2021-05-07T08:30:35.347Z] 7809a108b3ef: Pulling fs layer [2021-05-07T08:30:35.347Z] f706445af74f: Pulling fs layer [2021-05-07T08:30:35.347Z] afea3b2eda06: Waiting [2021-05-07T08:30:35.347Z] 7809a108b3ef: Waiting [2021-05-07T08:30:35.347Z] f706445af74f: Waiting [2021-05-07T08:30:35.347Z] 0510c868ecb4: Waiting [2021-05-07T08:30:35.347Z] adcc1eea9eea: Verifying Checksum [2021-05-07T08:30:35.347Z] adcc1eea9eea: Download complete [2021-05-07T08:30:35.347Z] afea3b2eda06: Verifying Checksum [2021-05-07T08:30:35.347Z] afea3b2eda06: Download complete [2021-05-07T08:30:35.618Z] 7809a108b3ef: Verifying Checksum [2021-05-07T08:30:35.618Z] 7809a108b3ef: Download complete [2021-05-07T08:30:35.618Z] 540db60ca938: Verifying Checksum [2021-05-07T08:30:35.618Z] 540db60ca938: Download complete [2021-05-07T08:30:35.881Z] 540db60ca938: Pull complete [2021-05-07T08:30:36.143Z] adcc1eea9eea: Pull complete [2021-05-07T08:30:36.143Z] 4c4ab2625f07: Pull complete [2021-05-07T08:30:37.100Z] f706445af74f: Verifying Checksum [2021-05-07T08:30:37.100Z] f706445af74f: Download complete [2021-05-07T08:30:38.056Z] 0510c868ecb4: Verifying Checksum [2021-05-07T08:30:38.056Z] 0510c868ecb4: Download complete [2021-05-07T08:30:43.380Z] 0510c868ecb4: Pull complete [2021-05-07T08:30:43.380Z] afea3b2eda06: Pull complete [2021-05-07T08:30:43.646Z] 7809a108b3ef: Pull complete [2021-05-07T08:30:44.920Z] Still waiting to schedule task [2021-05-07T08:30:44.920Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-05-07T08:30:48.970Z] f706445af74f: Pull complete [2021-05-07T08:30:48.970Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-07T08:30:48.970Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-07T08:30:48.970Z] ---> b068be0155e3 [2021-05-07T08:30:48.970Z] 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-07T08:30:49.236Z] ---> Running in bb965511abcf [2021-05-07T08:30:49.817Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T08:30:51.748Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T08:30:53.668Z] (1/12) Installing libmagic (5.39-r0) [2021-05-07T08:30:53.668Z] (2/12) Installing file (5.39-r0) [2021-05-07T08:30:53.931Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-07T08:30:53.931Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-07T08:31:03.961Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-07T08:31:03.961Z] (6/12) Installing patch (2.7.6-r6) [2021-05-07T08:31:04.224Z] (7/12) Installing build-base (0.5-r2) [2021-05-07T08:31:04.224Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-07T08:31:04.495Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-07T08:31:04.495Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-07T08:31:04.758Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-07T08:31:04.758Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-07T08:31:05.023Z] Executing busybox-1.32.1-r6.trigger [2021-05-07T08:31:05.023Z] OK: 219 MiB in 52 packages [2021-05-07T08:31:08.348Z] Removing intermediate container bb965511abcf [2021-05-07T08:31:08.348Z] ---> 569983654a5a [2021-05-07T08:31:08.348Z] Step 4/6 : WORKDIR /edgex-go [2021-05-07T08:31:08.612Z] ---> Running in 036cb35c27f8 [2021-05-07T08:31:08.612Z] Removing intermediate container 036cb35c27f8 [2021-05-07T08:31:08.612Z] ---> 024cc38e45c3 [2021-05-07T08:31:08.612Z] Step 5/6 : COPY go.mod . [2021-05-07T08:31:08.875Z] ---> 767824118194 [2021-05-07T08:31:08.875Z] Step 6/6 : RUN go mod download [2021-05-07T08:31:09.140Z] ---> Running in 4ae52fe60e56 [2021-05-07T08:31:31.171Z] Removing intermediate container 4ae52fe60e56 [2021-05-07T08:31:31.171Z] ---> b9cb023970e7 [2021-05-07T08:31:31.435Z] Successfully built b9cb023970e7 [2021-05-07T08:31:31.435Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T08:31:31.749Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-07T08:31:31.749Z] . [Pipeline] withDockerContainer [2021-05-07T08:31:31.852Z] prd-centos7-docker-4c-2g-3505 does not seem to be running inside a container [2021-05-07T08:31:31.900Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07T08:31:32.929Z] $ docker top 7bbb2ad73ae6166ed8389d5f8146b309d67fb503f54e99be7d984e94ed381d85 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T08:31:33.378Z] + go version [2021-05-07T08:31:33.378Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-07T08:31:33.400Z] $ docker stop --time=1 7bbb2ad73ae6166ed8389d5f8146b309d67fb503f54e99be7d984e94ed381d85 [2021-05-07T08:31:34.779Z] $ docker rm -f 7bbb2ad73ae6166ed8389d5f8146b309d67fb503f54e99be7d984e94ed381d85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T08:31:35.283Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-07T08:31:35.283Z] . [Pipeline] withDockerContainer [2021-05-07T08:31:35.390Z] prd-centos7-docker-4c-2g-3505 does not seem to be running inside a container [2021-05-07T08:31:35.448Z] $ 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/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07T08:31:36.141Z] $ docker top fe1a2d07b079aa0fbe2be66a1546f4202faa1ca77f92e3e8979f68122255f084 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-07T08:31:36.255Z] ========================================================= [2021-05-07T08:31:36.255Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-07T08:31:36.255Z] ========================================================= [Pipeline] sh [2021-05-07T08:31:36.549Z] + go mod tidy [Pipeline] sh [2021-05-07T08:31:38.795Z] + make test [2021-05-07T08:31:38.795Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-07T08:31:47.039Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-07T08:32:09.213Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-07T08:32:13.488Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-07T08:32:13.488Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-07T08:32:13.488Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-07T08:32:17.745Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-07T08:32:17.745Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-07T08:32:17.745Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-07T08:32:17.745Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-07T08:32:18.721Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-07T08:32:18.721Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-07T08:32:22.113Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-07T08:32:22.113Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-07T08:32:22.113Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-07T08:32:23.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 45.9% of statements [2021-05-07T08:32:23.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-07T08:32:23.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-07T08:32:23.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-07T08:32:23.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-07T08:32:23.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-07T08:32:23.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-07T08:32:23.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.048s coverage: 19.8% of statements [2021-05-07T08:32:23.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.106s coverage: 100.0% of statements [2021-05-07T08:32:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.303s coverage: 27.1% of statements [2021-05-07T08:32:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-07T08:32:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-07T08:32:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-07T08:32:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-07T08:32:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-07T08:32:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-07T08:32:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-05-07T08:32:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-07T08:32:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements [2021-05-07T08:32:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-07T08:32:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-07T08:32:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.103s coverage: 71.3% of statements [2021-05-07T08:32:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-07T08:32:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-07T08:32:28.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.149s coverage: 87.7% of statements [2021-05-07T08:32:28.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-07T08:32:28.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T08:32:28.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.056s coverage: 78.9% of statements [2021-05-07T08:32:28.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-07T08:32:28.817Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3507 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-05-07T08:32:28.836Z] Running in /w/workspace/edgex-go/115 [Pipeline] { [Pipeline] checkout [2021-05-07T08:32:31.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.353s coverage: 28.6% of statements [2021-05-07T08:32:31.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-07T08:32:31.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-07T08:32:31.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-07T08:32:31.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-07T08:32:31.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-07T08:32:31.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.102s coverage: 100.0% of statements [2021-05-07T08:32:31.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-07T08:32:31.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements [2021-05-07T08:32:31.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-07T08:32:31.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.150s coverage: 86.7% of statements [2021-05-07T08:32:31.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-07T08:32:31.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.170s coverage: 97.5% of statements [2021-05-07T08:32:31.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-07T08:32:31.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements [2021-05-07T08:32:31.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-07T08:32:31.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-07T08:32:31.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-07T08:32:31.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-07T08:32:34.104Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.440s coverage: 95.1% of statements [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-07T08:32:34.104Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-07T08:32:34.104Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.081s coverage: 0.9% of statements [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-07T08:32:34.104Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.063s coverage: 22.6% of statements [2021-05-07T08:32:34.104Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-07T08:32:34.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 47.1% of statements [2021-05-07T08:32:34.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.054s coverage: 79.5% of statements [2021-05-07T08:32:34.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements [2021-05-07T08:32:34.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements [2021-05-07T08:32:34.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements [2021-05-07T08:32:34.413Z] using credential edgex-jenkins-ssh [2021-05-07T08:32:34.435Z] Cloning the remote Git repository [2021-05-07T08:32:34.484Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-07T08:32:34.607Z] > git init /w/workspace/edgex-go/115 # timeout=10 [2021-05-07T08:32:34.732Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-07T08:32:34.733Z] > git --version # timeout=10 [2021-05-07T08:32:34.774Z] > git --version # 'git version 2.17.1' [2021-05-07T08:32:34.776Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T08:32:34.916Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T08:32:46.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.070s coverage: 94.4% of statements [2021-05-07T08:32:46.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-05-07T08:32:48.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.290s coverage: 81.8% of statements [2021-05-07T08:32:48.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-07T08:32:50.774Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-07T08:32:50.796Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T08:32:50.819Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-07T08:32:50.853Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-07T08:32:50.854Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T08:32:50.865Z] > 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-07T08:32:51.716Z] Merging remotes/origin/master commit 3103214cdd745ba99e56243b14eeb2a0a0c23a57 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-05-07T08:32:53.047Z] Merge succeeded, producing 124bed4fe6e0daf10b47455b1434c14d65aef380 [2021-05-07T08:32:53.047Z] Checking out Revision 124bed4fe6e0daf10b47455b1434c14d65aef380 (PR-2858) [2021-05-07T08:32:51.739Z] > git config core.sparsecheckout # timeout=10 [2021-05-07T08:32:51.753Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-05-07T08:32:52.053Z] > git remote # timeout=10 [2021-05-07T08:32:52.069Z] > git config --get remote.origin.url # timeout=10 [2021-05-07T08:32:52.095Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T08:32:52.105Z] > git merge 3103214cdd745ba99e56243b14eeb2a0a0c23a57 # timeout=10 [2021-05-07T08:32:53.030Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-07T08:32:53.054Z] > git config core.sparsecheckout # timeout=10 [2021-05-07T08:32:53.065Z] > git checkout -f 124bed4fe6e0daf10b47455b1434c14d65aef380 # timeout=10 [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.102s coverage: 92.9% of statements [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 76.0% of statements [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 85.4% of statements [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.103s coverage: 91.2% of statements [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.189s coverage: 64.4% of statements [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.291s coverage: 66.9% of statements [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.190s coverage: 43.4% of statements [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.143s coverage: 47.0% of statements [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.068s coverage: 9.6% of statements [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-07T08:32:57.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.148s coverage: 92.6% of statements [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T08:32:57.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-07T08:32:57.425Z] Commit message: "Merge commit '3103214cdd745ba99e56243b14eeb2a0a0c23a57' into HEAD" [2021-05-07T08:32:57.448Z] First time build. Skipping changelog. [2021-05-07T08:32:57.432Z] > git rev-list --no-walk 51d360c7c4cebab8d333c2625d71fbe42797a194 # timeout=10 [2021-05-07T08:32:57.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.777s coverage: 28.7% of statements [2021-05-07T08:32:57.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-07T08:32:57.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-07T08:32:57.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-07T08:32:57.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-07T08:32:57.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-07T08:32:57.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2021-05-07T08:32:57.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-07T08:32:57.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements [2021-05-07T08:32:57.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-07T08:32:57.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-07T08:32:57.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-07T08:32:57.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.080s coverage: 64.6% of statements [2021-05-07T08:32:57.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-07T08:32:58.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.140s coverage: 97.6% of statements [2021-05-07T08:32:58.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-07T08:32:58.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T08:32:58.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-07T08:32:58.350Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-05-07T08:32:58.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-07T08:32:58.350Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2021-05-07T08:32:58.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-07T08:32:58.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-07T08:32:58.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-07T08:32:58.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-07T08:32:58.350Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-05-07T08:32:58.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-07T08:32:58.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-07T08:32:58.350Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-05-07T08:32:58.894Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-07T08:32:58.996Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 28.1% of statements [2021-05-07T08:32:58.996Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-07T08:32:58.996Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-05-07T08:32:59.322Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-07T08:32:59.596Z] GO111MODULE=on go vet ./... [2021-05-07T08:32:59.725Z] + true [2021-05-07T08:32:59.725Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-07T08:33:02.409Z] provisioning config files... [2021-05-07T08:33:02.456Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/115@tmp/config5940607134626914745tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-07T08:33:02.845Z] ---> docker-login.sh [2021-05-07T08:33:02.845Z] nexus3.edgexfoundry.org:10001 [2021-05-07T08:33:03.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T08:33:04.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T08:33:04.112Z] Configure a credential helper to remove this warning. See [2021-05-07T08:33:04.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T08:33:04.112Z] [2021-05-07T08:33:04.112Z] Login Succeeded [2021-05-07T08:33:04.112Z] nexus3.edgexfoundry.org:10002 [2021-05-07T08:33:04.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T08:33:04.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T08:33:04.712Z] Configure a credential helper to remove this warning. See [2021-05-07T08:33:04.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T08:33:04.712Z] [2021-05-07T08:33:04.712Z] Login Succeeded [2021-05-07T08:33:04.712Z] nexus3.edgexfoundry.org:10003 [2021-05-07T08:33:04.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T08:33:05.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T08:33:05.260Z] Configure a credential helper to remove this warning. See [2021-05-07T08:33:05.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T08:33:05.260Z] [2021-05-07T08:33:05.260Z] Login Succeeded [2021-05-07T08:33:05.260Z] nexus3.edgexfoundry.org:10004 [2021-05-07T08:33:05.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T08:33:05.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T08:33:05.809Z] Configure a credential helper to remove this warning. See [2021-05-07T08:33:05.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T08:33:05.809Z] [2021-05-07T08:33:05.809Z] Login Succeeded [2021-05-07T08:33:05.809Z] docker.io [2021-05-07T08:33:06.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T08:33:06.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T08:33:06.354Z] Configure a credential helper to remove this warning. See [2021-05-07T08:33:06.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T08:33:06.354Z] [2021-05-07T08:33:06.354Z] Login Succeeded [2021-05-07T08:33:06.354Z] ---> docker-login.sh ends [Pipeline] } [2021-05-07T08:33:06.372Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-07T08:33:06.652Z] ========================================================= [2021-05-07T08:33:06.653Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-07T08:33:06.653Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-07T08:33:06.992Z] + 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-07T08:33:09.630Z] Sending build context to Docker daemon 167.6MB [2021-05-07T08:33:09.630Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-07T08:33:09.630Z] Step 2/6 : FROM ${BASE} [2021-05-07T08:33:09.630Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-07T08:33:09.630Z] 595b0fe564bb: Pulling fs layer [2021-05-07T08:33:09.630Z] 7186ed65a4f7: Pulling fs layer [2021-05-07T08:33:09.630Z] 316046926c0a: Pulling fs layer [2021-05-07T08:33:09.630Z] 4ebd0625c992: Pulling fs layer [2021-05-07T08:33:09.630Z] 207e8628e3a3: Pulling fs layer [2021-05-07T08:33:09.630Z] c791037a9be2: Pulling fs layer [2021-05-07T08:33:09.630Z] ffd874e62e21: Pulling fs layer [2021-05-07T08:33:09.630Z] 207e8628e3a3: Waiting [2021-05-07T08:33:09.630Z] c791037a9be2: Waiting [2021-05-07T08:33:09.630Z] ffd874e62e21: Waiting [2021-05-07T08:33:09.630Z] 4ebd0625c992: Waiting [2021-05-07T08:33:09.630Z] 316046926c0a: Download complete [2021-05-07T08:33:09.630Z] 7186ed65a4f7: Verifying Checksum [2021-05-07T08:33:09.630Z] 7186ed65a4f7: Download complete [2021-05-07T08:33:09.630Z] 207e8628e3a3: Download complete [2021-05-07T08:33:09.630Z] c791037a9be2: Verifying Checksum [2021-05-07T08:33:09.630Z] c791037a9be2: Download complete [2021-05-07T08:33:09.630Z] 595b0fe564bb: Verifying Checksum [2021-05-07T08:33:09.630Z] 595b0fe564bb: Download complete [2021-05-07T08:33:10.235Z] 595b0fe564bb: Pull complete [2021-05-07T08:33:10.842Z] 7186ed65a4f7: Pull complete [2021-05-07T08:33:11.116Z] ffd874e62e21: Verifying Checksum [2021-05-07T08:33:11.116Z] ffd874e62e21: Download complete [2021-05-07T08:33:11.390Z] 316046926c0a: Pull complete [2021-05-07T08:33:12.826Z] 4ebd0625c992: Verifying Checksum [2021-05-07T08:33:12.826Z] 4ebd0625c992: Download complete [2021-05-07T08:33:22.992Z] 4ebd0625c992: Pull complete [2021-05-07T08:33:23.270Z] 207e8628e3a3: Pull complete [2021-05-07T08:33:23.546Z] c791037a9be2: Pull complete [2021-05-07T08:33:27.858Z] ffd874e62e21: Pull complete [2021-05-07T08:33:27.858Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-07T08:33:27.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-07T08:33:27.858Z] ---> cfc18b08335c [2021-05-07T08:33:27.858Z] 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-07T08:33:30.475Z] ---> Running in 5316105cb9db [2021-05-07T08:33:31.453Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T08:33:32.891Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T08:33:33.863Z] (1/12) Installing libmagic (5.39-r0) [2021-05-07T08:33:34.135Z] (2/12) Installing file (5.39-r0) [2021-05-07T08:33:34.406Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-07T08:33:34.406Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-07T08:33:38.720Z] gofmt -l . [2021-05-07T08:33:38.720Z] [ "`gofmt -l .`" = "" ] [2021-05-07T08:33:38.720Z] ./bin/test-go-mod-tidy.sh [2021-05-07T08:33:38.720Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-07T08:33:39.343Z] + ls -al . [2021-05-07T08:33:39.343Z] total 816 [2021-05-07T08:33:39.343Z] drwxrwxr-x 10 1001 1001 4096 May 7 08:33 . [2021-05-07T08:33:39.343Z] drwxr-xr-x 4 root root 32 May 7 08:31 .. [2021-05-07T08:33:39.343Z] -rw-rw-r-- 1 1001 1001 11 May 7 08:29 .dockerignore [2021-05-07T08:33:39.343Z] drwxrwxr-x 8 1001 1001 179 May 7 08:29 .git [2021-05-07T08:33:39.343Z] drwxrwxr-x 3 1001 1001 125 May 7 08:29 .github [2021-05-07T08:33:39.343Z] -rw-rw-r-- 1 1001 1001 818 May 7 08:29 .gitignore [2021-05-07T08:33:39.343Z] drwx------ 3 1001 1001 60 May 7 08:30 .semver [2021-05-07T08:33:39.343Z] -rw-rw-r-- 1 1001 1001 166 May 7 08:29 .sonarcloud.properties [2021-05-07T08:33:39.343Z] -rw-rw-r-- 1 1001 1001 8609 May 7 08:29 Attribution.txt [2021-05-07T08:33:39.343Z] -rw-rw-r-- 1 1001 1001 3804 May 7 08:29 CONTRIBUTING.md [2021-05-07T08:33:39.343Z] -rw-rw-r-- 1 1001 1001 931 May 7 08:29 Dockerfile.build [2021-05-07T08:33:39.343Z] -rw-rw-r-- 1 1001 1001 863 May 7 08:29 Jenkinsfile [2021-05-07T08:33:39.343Z] -rw-rw-r-- 1 1001 1001 10775 May 7 08:29 LICENSE [2021-05-07T08:33:39.343Z] -rw-rw-r-- 1 1001 1001 5774 May 7 08:29 Makefile [2021-05-07T08:33:39.343Z] -rw-rw-r-- 1 1001 1001 7978 May 7 08:29 README.md [2021-05-07T08:33:39.343Z] -rw-rw-r-- 1 1001 1001 6755 May 7 08:29 SECURITY.md [2021-05-07T08:33:39.343Z] -rw-rw-r-- 1 1001 1001 5 May 7 08:30 VERSION [2021-05-07T08:33:39.343Z] -rw-rw-r-- 1 1001 1001 4131 May 7 08:29 ZMQWindows.md [2021-05-07T08:33:39.343Z] drwxrwxr-x 2 1001 1001 117 May 7 08:29 bin [2021-05-07T08:33:39.343Z] drwxrwxr-x 14 1001 1001 4096 May 7 08:29 cmd [2021-05-07T08:33:39.343Z] -rw-r--r-- 1 root root 705232 May 7 08:32 coverage.out [2021-05-07T08:33:39.343Z] -rw-r--r-- 1 root root 1060 May 7 08:33 go.mod [2021-05-07T08:33:39.343Z] -rw-r--r-- 1 root root 21824 May 7 08:31 go.sum [2021-05-07T08:33:39.343Z] drwxrwxr-x 8 1001 1001 127 May 7 08:29 internal [2021-05-07T08:33:39.343Z] drwxrwxr-x 4 1001 1001 26 May 7 08:29 openapi [2021-05-07T08:33:39.343Z] drwxrwxr-x 4 1001 1001 71 May 7 08:29 snap [2021-05-07T08:33:39.343Z] -rw-rw-r-- 1 1001 1001 168 May 7 08:29 version.go [Pipeline] sh [2021-05-07T08:33:39.645Z] + '[' -e coverage.out ] [2021-05-07T08:33:39.645Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-07T08:33:39.861Z] Stashed 1 file(s) [Pipeline] sh [2021-05-07T08:33:40.160Z] + make build [2021-05-07T08:33:40.161Z] 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-07T08:33:42.087Z] 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-07T08:33:42.659Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-07T08:33:42.659Z] (6/12) Installing patch (2.7.6-r6) [2021-05-07T08:33:42.659Z] (7/12) Installing build-base (0.5-r2) [2021-05-07T08:33:42.659Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-07T08:33:42.659Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-07T08:33:42.659Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-07T08:33:42.659Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-07T08:33:42.659Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-07T08:33:42.659Z] Executing busybox-1.32.1-r6.trigger [2021-05-07T08:33:42.659Z] OK: 218 MiB in 52 packages [2021-05-07T08:33:46.985Z] Removing intermediate container 5316105cb9db [2021-05-07T08:33:46.985Z] ---> b7392b5c1414 [2021-05-07T08:33:46.985Z] Step 4/6 : WORKDIR /edgex-go [2021-05-07T08:33:46.985Z] ---> Running in 01c1a28f075c [2021-05-07T08:33:47.257Z] Removing intermediate container 01c1a28f075c [2021-05-07T08:33:47.257Z] ---> ffb9b33f460a [2021-05-07T08:33:47.258Z] Step 5/6 : COPY go.mod . [2021-05-07T08:33:47.865Z] ---> 8e4394799caa [2021-05-07T08:33:47.865Z] Step 6/6 : RUN go mod download [2021-05-07T08:33:47.865Z] ---> Running in fd15ab3c3ba1 [2021-05-07T08:33:52.213Z] 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-07T08:33:52.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-07T08:33:54.760Z] 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-07T08:33:54.760Z] 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-07T08:33:56.722Z] 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-07T08:33:58.132Z] 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-07T08:33:58.716Z] 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-07T08:34:00.116Z] 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-07T08:34:01.081Z] 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-07T08:34:03.030Z] 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-07T08:34:05.613Z] $ docker stop --time=1 fe1a2d07b079aa0fbe2be66a1546f4202faa1ca77f92e3e8979f68122255f084 [2021-05-07T08:34:07.382Z] $ docker rm -f fe1a2d07b079aa0fbe2be66a1546f4202faa1ca77f92e3e8979f68122255f084 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T08:34:10.713Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-07T08:34:10.713Z] [2021-05-07T08:34:10.713Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T08:34:11.030Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-07T08:34:11.030Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-07T08:34:11.030Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-07T08:34:11.030Z] ca9280d653b3: Pulling fs layer [2021-05-07T08:34:11.030Z] 7e9c9ca2126c: Pulling fs layer [2021-05-07T08:34:11.294Z] cbdbe7a5bc2a: Download complete [2021-05-07T08:34:11.560Z] cbdbe7a5bc2a: Pull complete [2021-05-07T08:34:11.561Z] ca9280d653b3: Verifying Checksum [2021-05-07T08:34:11.561Z] ca9280d653b3: Download complete [2021-05-07T08:34:12.513Z] ca9280d653b3: Pull complete [2021-05-07T08:34:12.782Z] 7e9c9ca2126c: Verifying Checksum [2021-05-07T08:34:12.782Z] 7e9c9ca2126c: Download complete [2021-05-07T08:34:14.692Z] Removing intermediate container fd15ab3c3ba1 [2021-05-07T08:34:14.692Z] ---> 8ff24f62466a [2021-05-07T08:34:14.692Z] Successfully built 8ff24f62466a [2021-05-07T08:34:14.692Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T08:34:15.042Z] + docker inspect -f . ci-base-image-arm64 [2021-05-07T08:34:15.042Z] . [Pipeline] withDockerContainer [2021-05-07T08:34:15.278Z] prd-ubuntu18.04-docker-arm64-4c-16g-3507 does not seem to be running inside a container [2021-05-07T08:34:15.355Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07T08:34:16.783Z] $ docker top acb4ad4cb45aac2c6774cd35a5127598130914de78d9004e08dfa487af59db8c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T08:34:17.722Z] + go version [2021-05-07T08:34:17.722Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-07T08:34:17.742Z] $ docker stop --time=1 acb4ad4cb45aac2c6774cd35a5127598130914de78d9004e08dfa487af59db8c [2021-05-07T08:34:19.437Z] 7e9c9ca2126c: Pull complete [2021-05-07T08:34:19.437Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-07T08:34:19.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-07T08:34:19.437Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-07T08:34:19.684Z] $ docker rm -f acb4ad4cb45aac2c6774cd35a5127598130914de78d9004e08dfa487af59db8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer [2021-05-07T08:34:20.037Z] prd-centos7-docker-4c-2g-3505 does not seem to be running inside a container [2021-05-07T08:34:20.089Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07T08:34:21.914Z] $ docker top bdd3cbd2338e6c205ad1ca67096f78f032b0659d9da349acdb02ddd1762e84c2 -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T08:34:22.388Z] + docker-compose build --help [2021-05-07T08:34:22.389Z] + grep parallel [2021-05-07T08:34:22.527Z] + docker inspect -f . ci-base-image-arm64 [2021-05-07T08:34:22.527Z] . [Pipeline] withDockerContainer [2021-05-07T08:34:22.786Z] prd-ubuntu18.04-docker-arm64-4c-16g-3507 does not seem to be running inside a container [2021-05-07T08:34:22.862Z] $ 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/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07T08:34:23.339Z] --parallel Build images in parallel. [2021-05-07T08:34:24.325Z] $ docker top 1e034f6d5c11c9941571e315842693eba0a46417d46b7d936a5d4b1ab7c1dcdf -eo pid,comm [Pipeline] { [Pipeline] } [2021-05-07T08:34:24.637Z] $ docker stop --time=1 bdd3cbd2338e6c205ad1ca67096f78f032b0659d9da349acdb02ddd1762e84c2 [2021-05-07T08:34:26.007Z] $ docker rm -f bdd3cbd2338e6c205ad1ca67096f78f032b0659d9da349acdb02ddd1762e84c2 [Pipeline] // withDockerContainer [Pipeline] echo [2021-05-07T08:34:26.154Z] ========================================================= [2021-05-07T08:34:26.154Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-07T08:34:26.154Z] ========================================================= [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T08:34:26.561Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-07T08:34:26.561Z] . [Pipeline] withDockerContainer [2021-05-07T08:34:26.662Z] prd-centos7-docker-4c-2g-3505 does not seem to be running inside a container [2021-05-07T08:34:26.714Z] $ 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/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07T08:34:26.793Z] + go mod tidy [2021-05-07T08:34:27.479Z] $ docker top 2fb3a9ba6d71fa876a142bd3b861746e9bee5d9d4809f7a813e2b959fa47ff04 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-05-07T08:34:27.909Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-07T08:34:28.431Z] + make test [2021-05-07T08:34:28.431Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-07T08:34:28.853Z] Building docker-core-command-go ... [2021-05-07T08:34:28.853Z] Building docker-core-data-go ... [2021-05-07T08:34:28.853Z] Building docker-core-metadata-go ... [2021-05-07T08:34:28.853Z] Building docker-security-bootstrapper-go ... [2021-05-07T08:34:28.853Z] Building docker-security-proxy-setup-go ... [2021-05-07T08:34:28.853Z] Building docker-security-secretstore-setup-go ... [2021-05-07T08:34:28.853Z] Building docker-support-notifications-go ... [2021-05-07T08:34:28.853Z] Building docker-support-scheduler-go ... [2021-05-07T08:34:28.853Z] Building docker-sys-mgmt-agent-go ... [2021-05-07T08:34:28.853Z] Building docker-support-scheduler-go [2021-05-07T08:34:28.853Z] Building docker-sys-mgmt-agent-go [2021-05-07T08:34:28.853Z] Building docker-support-notifications-go [2021-05-07T08:34:28.853Z] Building docker-security-proxy-setup-go [2021-05-07T08:34:28.853Z] Building docker-core-data-go [2021-05-07T08:34:55.349Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-07T08:35:01.570Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T08:35:01.570Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-07T08:35:01.570Z] ---> b9cb023970e7 [2021-05-07T08:35:01.570Z] Step 3/22 : WORKDIR /edgex-go [2021-05-07T08:35:01.570Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T08:35:01.570Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T08:35:01.570Z] ---> b9cb023970e7 [2021-05-07T08:35:01.570Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T08:35:01.833Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T08:35:01.833Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-07T08:35:01.834Z] ---> b9cb023970e7 [2021-05-07T08:35:01.834Z] Step 3/21 : WORKDIR /edgex-go [2021-05-07T08:35:02.557Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T08:35:02.557Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-07T08:35:02.557Z] ---> b9cb023970e7 [2021-05-07T08:35:02.557Z] Step 3/22 : WORKDIR /edgex-go [2021-05-07T08:35:02.557Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T08:35:02.557Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T08:35:02.557Z] ---> b9cb023970e7 [2021-05-07T08:35:02.557Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T08:35:03.516Z] ---> Running in 5c248ca50ccf [2021-05-07T08:35:03.516Z] ---> Running in cfd58bcd8fd2 [2021-05-07T08:35:03.516Z] ---> Running in 2b101f2b5196 [2021-05-07T08:35:03.516Z] ---> Running in 45af2de50b1b [2021-05-07T08:35:03.516Z] ---> Running in 0aea8583bf08 [2021-05-07T08:35:03.782Z] Removing intermediate container 2b101f2b5196 [2021-05-07T08:35:03.782Z] ---> 693ccc6649ad [2021-05-07T08:35:03.782Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:35:03.782Z] Removing intermediate container cfd58bcd8fd2 [2021-05-07T08:35:03.782Z] ---> 3d21dd3cd982 [2021-05-07T08:35:03.782Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:35:03.782Z] Removing intermediate container 45af2de50b1b [2021-05-07T08:35:03.782Z] ---> c27499141bfc [2021-05-07T08:35:03.782Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:35:03.782Z] Removing intermediate container 5c248ca50ccf [2021-05-07T08:35:03.782Z] ---> 7e9538b804e8 [2021-05-07T08:35:03.782Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:35:04.069Z] Removing intermediate container 0aea8583bf08 [2021-05-07T08:35:04.069Z] ---> f573f3caaba0 [2021-05-07T08:35:04.069Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:35:04.069Z] ---> Running in 6331429e825e [2021-05-07T08:35:04.069Z] ---> Running in c14611f3585f [2021-05-07T08:35:04.069Z] ---> Running in c5528d0881eb [2021-05-07T08:35:04.069Z] ---> Running in 4bb3df2e1c08 [2021-05-07T08:35:04.069Z] ---> Running in 5ece1e71a6b2 [2021-05-07T08:35:06.676Z] Removing intermediate container c14611f3585f [2021-05-07T08:35:06.676Z] ---> d4125271fcd6 [2021-05-07T08:35:06.676Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-07T08:35:06.676Z] ---> Running in 8bb997a4086a [2021-05-07T08:35:06.676Z] Removing intermediate container c5528d0881eb [2021-05-07T08:35:06.676Z] ---> 34357c8c6520 [2021-05-07T08:35:06.676Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-07T08:35:06.676Z] Removing intermediate container 4bb3df2e1c08 [2021-05-07T08:35:06.676Z] ---> 8fe6ac7a9921 [2021-05-07T08:35:06.676Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-07T08:35:06.676Z] Removing intermediate container 6331429e825e [2021-05-07T08:35:06.676Z] ---> 710bab74f09a [2021-05-07T08:35:06.676Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-07T08:35:06.676Z] Removing intermediate container 5ece1e71a6b2 [2021-05-07T08:35:06.676Z] ---> ca8ee6162c57 [2021-05-07T08:35:06.676Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-07T08:35:06.943Z] ---> Running in 320c5df72d90 [2021-05-07T08:35:06.943Z] ---> Running in 41a3bec0f0ae [2021-05-07T08:35:06.943Z] ---> Running in 21e8a58c2725 [2021-05-07T08:35:06.943Z] ---> Running in 9acb1606b1ab [2021-05-07T08:35:07.519Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T08:35:07.519Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T08:35:07.784Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T08:35:08.052Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T08:35:08.053Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T08:35:08.629Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T08:35:08.629Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T08:35:08.892Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T08:35:09.165Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T08:35:09.165Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T08:35:09.436Z] OK: 219 MiB in 52 packages [2021-05-07T08:35:09.713Z] OK: 219 MiB in 52 packages [2021-05-07T08:35:09.985Z] OK: 219 MiB in 52 packages [2021-05-07T08:35:09.985Z] OK: 219 MiB in 52 packages [2021-05-07T08:35:09.985Z] Removing intermediate container 320c5df72d90 [2021-05-07T08:35:09.985Z] ---> 076583df9c6a [2021-05-07T08:35:09.985Z] Step 6/23 : COPY go.mod . [2021-05-07T08:35:09.985Z] OK: 219 MiB in 52 packages [2021-05-07T08:35:10.573Z] ---> 9b667c595321 [2021-05-07T08:35:10.573Z] Step 7/23 : RUN go mod download [2021-05-07T08:35:10.573Z] Removing intermediate container 21e8a58c2725 [2021-05-07T08:35:10.573Z] ---> 55711756df97 [2021-05-07T08:35:10.573Z] Step 6/22 : COPY go.mod . [2021-05-07T08:35:10.573Z] ---> Running in 65462673fc66 [2021-05-07T08:35:10.835Z] Removing intermediate container 41a3bec0f0ae [2021-05-07T08:35:10.836Z] ---> d4029f1edfb8 [2021-05-07T08:35:10.836Z] Step 6/23 : COPY go.mod . [2021-05-07T08:35:11.101Z] ---> 55a0ffec9564 [2021-05-07T08:35:11.101Z] Step 7/22 : RUN go mod download [2021-05-07T08:35:11.101Z] Removing intermediate container 9acb1606b1ab [2021-05-07T08:35:11.101Z] ---> 56594e739964 [2021-05-07T08:35:11.101Z] Step 6/21 : COPY go.mod . [2021-05-07T08:35:11.101Z] ---> Running in 658c70529149 [2021-05-07T08:35:11.101Z] Removing intermediate container 8bb997a4086a [2021-05-07T08:35:11.101Z] ---> 846ca48c6f75 [2021-05-07T08:35:11.101Z] Step 6/22 : COPY go.mod . [2021-05-07T08:35:11.364Z] ---> 2f0018c3a3a3 [2021-05-07T08:35:11.364Z] Step 7/23 : RUN go mod download [2021-05-07T08:35:11.364Z] ---> Running in 52ab23d7d1fb [2021-05-07T08:35:11.631Z] ---> 8499d023cecf [2021-05-07T08:35:11.631Z] Step 7/21 : RUN go mod download [2021-05-07T08:35:11.631Z] ---> 488169dabfe4 [2021-05-07T08:35:11.631Z] Step 7/22 : RUN go mod download [2021-05-07T08:35:11.894Z] ---> Running in e011824bd35a [2021-05-07T08:35:11.895Z] ---> Running in 0357e53c2229 [2021-05-07T08:35:12.857Z] Removing intermediate container 658c70529149 [2021-05-07T08:35:12.857Z] ---> 662fb8b37e72 [2021-05-07T08:35:12.857Z] Step 8/22 : COPY . . [2021-05-07T08:35:14.795Z] Removing intermediate container 65462673fc66 [2021-05-07T08:35:14.795Z] ---> c10acfbf6230 [2021-05-07T08:35:14.795Z] Step 8/23 : COPY . . [2021-05-07T08:35:15.371Z] Removing intermediate container 52ab23d7d1fb [2021-05-07T08:35:15.371Z] ---> 7151e4841a1f [2021-05-07T08:35:15.371Z] Step 8/23 : COPY . . [2021-05-07T08:35:19.633Z] Removing intermediate container 0357e53c2229 [2021-05-07T08:35:19.633Z] ---> 235da1ac8106 [2021-05-07T08:35:19.633Z] Step 8/22 : COPY . . [2021-05-07T08:35:19.633Z] Removing intermediate container e011824bd35a [2021-05-07T08:35:19.633Z] ---> e0e6e7834c8d [2021-05-07T08:35:19.633Z] Step 8/21 : COPY . . [2021-05-07T08:35:51.997Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-07T08:35:58.819Z] ---> eeb5e9132b7b [2021-05-07T08:35:58.819Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-07T08:35:58.820Z] ---> Running in a68a4a3e1bb3 [2021-05-07T08:35:58.820Z] ---> 84e422e87ecd [2021-05-07T08:35:58.820Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-07T08:35:58.820Z] ---> bbe0ef13ed50 [2021-05-07T08:35:58.820Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-07T08:35:58.820Z] ---> e246255dc2a0 [2021-05-07T08:35:58.820Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-07T08:35:58.820Z] ---> Running in 9cd72b14ca1c [2021-05-07T08:35:58.820Z] ---> 1522391845e7 [2021-05-07T08:35:58.820Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-07T08:35:59.094Z] ---> Running in 58c4e879280e [2021-05-07T08:35:59.094Z] ---> Running in c1ae66002596 [2021-05-07T08:35:59.094Z] ---> Running in 5731b7f12ff8 [2021-05-07T08:36:00.066Z] 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-07T08:36:00.066Z] 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-07T08:36:00.066Z] 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-07T08:36:00.066Z] 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-07T08:36:00.067Z] 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-07T08:36:10.337Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-07T08:36:10.337Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-07T08:36:10.337Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-07T08:36:10.337Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-07T08:36:12.321Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-07T08:36:12.321Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-07T08:36:12.321Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-07T08:36:14.953Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-07T08:36:16.939Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-07T08:36:25.242Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-07T08:36:25.242Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-07T08:36:25.242Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-07T08:36:30.665Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.287s coverage: 45.9% of statements [2021-05-07T08:36:30.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-07T08:36:30.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-07T08:36:30.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-07T08:36:30.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-07T08:36:30.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-07T08:36:30.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-07T08:36:30.665Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.160s coverage: 19.8% of statements [2021-05-07T08:36:30.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.343s coverage: 100.0% of statements [2021-05-07T08:36:37.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.548s coverage: 27.1% of statements [2021-05-07T08:36:37.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-07T08:36:37.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-07T08:36:37.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-07T08:36:37.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-07T08:36:37.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-07T08:36:37.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-07T08:36:37.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.178s coverage: 100.0% of statements [2021-05-07T08:36:37.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-07T08:36:37.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.225s coverage: 100.0% of statements [2021-05-07T08:36:37.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-07T08:36:37.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-07T08:36:37.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.293s coverage: 71.3% of statements [2021-05-07T08:36:37.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-07T08:36:37.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-07T08:36:38.962Z] 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-07T08:36:39.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.480s coverage: 87.7% of statements [2021-05-07T08:36:39.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-07T08:36:39.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T08:36:39.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.170s coverage: 78.9% of statements [2021-05-07T08:36:39.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-07T08:36:47.229Z] Removing intermediate container 58c4e879280e [2021-05-07T08:36:47.229Z] ---> 7003c1839562 [2021-05-07T08:36:47.229Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-07T08:36:47.229Z] Removing intermediate container c1ae66002596 [2021-05-07T08:36:47.229Z] ---> 1f7106e73e9b [2021-05-07T08:36:47.229Z] [2021-05-07T08:36:47.229Z] Step 10/22 : FROM alpine:3.12 [2021-05-07T08:36:47.229Z] 3.12: Pulling from library/alpine [2021-05-07T08:36:47.492Z] Removing intermediate container 5731b7f12ff8 [2021-05-07T08:36:47.492Z] ---> be9c34b89b2a [2021-05-07T08:36:47.492Z] [2021-05-07T08:36:47.492Z] Step 10/21 : FROM alpine:3.12 [2021-05-07T08:36:47.492Z] 3.12: Pulling from library/alpine [2021-05-07T08:36:48.068Z] ---> Running in 1d549504bccf [2021-05-07T08:36:48.331Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-07T08:36:48.331Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-07T08:36:48.331Z] Status: Downloaded newer image for alpine:3.12 [2021-05-07T08:36:48.331Z] ---> 13621d1b12d4 [2021-05-07T08:36:48.331Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-07T08:36:48.331Z] Status: Downloaded newer image for alpine:3.12 [2021-05-07T08:36:48.331Z] ---> 13621d1b12d4 [2021-05-07T08:36:48.331Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-07T08:36:50.254Z] ---> Running in 781a58ee1342 [2021-05-07T08:36:50.254Z] ---> Running in 551ebcee5be0 [2021-05-07T08:36:50.254Z] Removing intermediate container a68a4a3e1bb3 [2021-05-07T08:36:50.254Z] ---> 41bdbdccef0f [2021-05-07T08:36:50.254Z] [2021-05-07T08:36:50.254Z] Step 10/22 : FROM alpine:3.12 [2021-05-07T08:36:50.254Z] ---> 13621d1b12d4 [2021-05-07T08:36:50.254Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-07T08:36:50.254Z] ---> Running in f01ef0319127 [2021-05-07T08:36:50.522Z] 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-07T08:36:51.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T08:36:51.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T08:36:51.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T08:36:51.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T08:36:51.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T08:36:51.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T08:36:51.518Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-07T08:36:51.518Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-07T08:36:51.518Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-07T08:36:51.518Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-07T08:36:51.518Z] (4/4) Installing curl (7.76.1-r0) [2021-05-07T08:36:51.518Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T08:36:51.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.149s coverage: 28.6% of statements [2021-05-07T08:36:51.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-07T08:36:51.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-07T08:36:51.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-07T08:36:51.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-07T08:36:51.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-07T08:36:51.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.244s coverage: 100.0% of statements [2021-05-07T08:36:51.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-07T08:36:51.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.178s coverage: 100.0% of statements [2021-05-07T08:36:51.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-07T08:36:51.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.408s coverage: 86.7% of statements [2021-05-07T08:36:51.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-07T08:36:51.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.426s coverage: 97.5% of statements [2021-05-07T08:36:51.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-07T08:36:51.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.232s coverage: 78.3% of statements [2021-05-07T08:36:51.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-07T08:36:51.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-07T08:36:51.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-07T08:36:51.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-07T08:36:51.781Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T08:36:51.781Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-07T08:36:51.781Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T08:36:51.781Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T08:36:51.781Z] OK: 7 MiB in 18 packages [2021-05-07T08:36:51.781Z] OK: 6 MiB in 16 packages [2021-05-07T08:36:51.781Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-07T08:36:51.781Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T08:36:51.781Z] OK: 6 MiB in 15 packages [2021-05-07T08:36:55.108Z] Removing intermediate container 9cd72b14ca1c [2021-05-07T08:36:55.108Z] ---> f1194d2b82be [2021-05-07T08:36:55.108Z] [2021-05-07T08:36:55.108Z] Step 10/23 : FROM alpine:3.12 [2021-05-07T08:36:55.108Z] ---> 13621d1b12d4 [2021-05-07T08:36:55.108Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-07T08:36:55.108Z] Removing intermediate container 1d549504bccf [2021-05-07T08:36:55.108Z] ---> f37daf098c1c [2021-05-07T08:36:55.108Z] [2021-05-07T08:36:55.108Z] Step 11/23 : FROM docker:20.10.0 [2021-05-07T08:36:55.108Z] 20.10.0: Pulling from library/docker [2021-05-07T08:36:55.108Z] ---> Running in c7b562844247 [2021-05-07T08:36:55.381Z] Removing intermediate container 781a58ee1342 [2021-05-07T08:36:55.381Z] ---> 44bfdaf91dd8 [2021-05-07T08:36:55.381Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T08:36:55.879Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.244s coverage: 95.1% of statements [2021-05-07T08:36:55.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-07T08:36:55.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T08:36:55.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-07T08:36:55.879Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-07T08:36:55.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-07T08:36:55.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-07T08:36:55.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-07T08:36:55.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-07T08:36:55.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-07T08:36:55.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-07T08:36:55.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-07T08:36:55.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-07T08:36:55.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-07T08:36:55.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-07T08:36:55.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-07T08:36:55.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-07T08:36:55.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-07T08:36:55.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-07T08:36:55.879Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.149s coverage: 58.8% of statements [2021-05-07T08:36:55.880Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-07T08:36:55.880Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-07T08:36:55.880Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.332s coverage: 0.9% of statements [2021-05-07T08:36:55.880Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-07T08:36:55.880Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.147s coverage: 22.6% of statements [2021-05-07T08:36:55.880Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-07T08:36:55.880Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.165s coverage: 47.1% of statements [2021-05-07T08:36:56.337Z] ---> Running in 8dafabed400a [2021-05-07T08:36:56.599Z] Removing intermediate container c7b562844247 [2021-05-07T08:36:56.599Z] ---> ed04b502e91b [2021-05-07T08:36:56.599Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-07T08:36:56.599Z] Removing intermediate container f01ef0319127 [2021-05-07T08:36:56.599Z] ---> e74202f068f8 [2021-05-07T08:36:56.599Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T08:36:56.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.210s coverage: 79.5% of statements [2021-05-07T08:36:56.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.137s coverage: 94.1% of statements [2021-05-07T08:36:57.177Z] Removing intermediate container 551ebcee5be0 [2021-05-07T08:36:57.177Z] ---> 6d47fe48ee13 [2021-05-07T08:36:57.177Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-07T08:36:57.177Z] ---> Running in f645e71a96a7 [2021-05-07T08:36:57.441Z] ---> Running in 0c2707fe940f [2021-05-07T08:36:57.441Z] ---> Running in 2efae2b87cc7 [2021-05-07T08:36:57.441Z] Removing intermediate container 8dafabed400a [2021-05-07T08:36:57.441Z] ---> 3928f6fb92e1 [2021-05-07T08:36:57.441Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-07T08:36:57.710Z] ---> Running in 963b724e34b3 [2021-05-07T08:36:57.710Z] Removing intermediate container f645e71a96a7 [2021-05-07T08:36:57.710Z] ---> b58c86f1ca00 [2021-05-07T08:36:57.710Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-07T08:36:57.710Z] Removing intermediate container 0c2707fe940f [2021-05-07T08:36:57.710Z] ---> 47a8d2326478 [2021-05-07T08:36:57.710Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-07T08:36:57.710Z] Removing intermediate container 2efae2b87cc7 [2021-05-07T08:36:57.710Z] ---> 16d220f13863 [2021-05-07T08:36:57.710Z] Step 13/21 : WORKDIR /edgex [2021-05-07T08:36:57.978Z] ---> Running in 21ba7e47a8ef [2021-05-07T08:36:57.978Z] ---> Running in aa82a17806a1 [2021-05-07T08:36:57.978Z] Removing intermediate container 963b724e34b3 [2021-05-07T08:36:57.978Z] ---> 6a8530b6c05e [2021-05-07T08:36:57.978Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-07T08:36:57.978Z] ---> Running in e38be3893a1d [2021-05-07T08:36:58.248Z] ---> Running in ca948373bbca [2021-05-07T08:36:58.248Z] Removing intermediate container 21ba7e47a8ef [2021-05-07T08:36:58.248Z] ---> 59aff12a76f1 [2021-05-07T08:36:58.248Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-07T08:36:58.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.191s coverage: 96.3% of statements [2021-05-07T08:36:58.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.177s coverage: 87.5% of statements [2021-05-07T08:36:58.514Z] Removing intermediate container aa82a17806a1 [2021-05-07T08:36:58.514Z] ---> 1ba7bee10f45 [2021-05-07T08:36:58.514Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:36:58.514Z] Removing intermediate container e38be3893a1d [2021-05-07T08:36:58.514Z] ---> 5cdf5f8e0ec0 [2021-05-07T08:36:58.514Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-07T08:36:58.786Z] ---> Running in 889d15832eac [2021-05-07T08:36:58.786Z] ---> Running in 4978b8b13ad0 [2021-05-07T08:36:58.786Z] Removing intermediate container ca948373bbca [2021-05-07T08:36:58.786Z] ---> dca635801dba [2021-05-07T08:36:58.786Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T08:36:59.056Z] Removing intermediate container 889d15832eac [2021-05-07T08:36:59.056Z] ---> 78171a55352c [2021-05-07T08:36:59.056Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T08:36:59.323Z] ---> 20b272932c14 [2021-05-07T08:36:59.323Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-07T08:36:59.323Z] ---> a2e2aa228870 [2021-05-07T08:36:59.323Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-07T08:36:59.591Z] ---> 778e77282e59 [2021-05-07T08:36:59.591Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-07T08:37:02.238Z] ---> bf275e325431 [2021-05-07T08:37:02.238Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-07T08:37:02.238Z] ---> 26356a043762 [2021-05-07T08:37:02.238Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-07T08:37:02.238Z] ---> 3b2586e3bcca [2021-05-07T08:37:02.238Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-07T08:37:02.238Z] Removing intermediate container 4978b8b13ad0 [2021-05-07T08:37:02.238Z] ---> de65980d348e [2021-05-07T08:37:02.238Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-07T08:37:02.508Z] ---> Running in 02061c79afc1 [2021-05-07T08:37:02.770Z] ---> 0a3200eba581 [2021-05-07T08:37:02.771Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-07T08:37:02.771Z] ---> a2a93a998dc3 [2021-05-07T08:37:02.771Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-07T08:37:02.771Z] ---> Running in fbce54e45490 [2021-05-07T08:37:03.032Z] ---> Running in c915cc6eb1cb [2021-05-07T08:37:03.032Z] ---> a71783de8ba3 [2021-05-07T08:37:03.032Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-07T08:37:03.032Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-07T08:37:03.032Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-07T08:37:03.032Z] ---> aefe523efa57 [2021-05-07T08:37:03.032Z] 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-07T08:37:03.293Z] ---> Running in 41216b2eed68 [2021-05-07T08:37:03.293Z] ---> Running in b42624c19e59 [2021-05-07T08:37:03.293Z] Removing intermediate container fbce54e45490 [2021-05-07T08:37:03.293Z] ---> 12cb02a16f40 [2021-05-07T08:37:03.293Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T08:37:03.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T08:37:03.293Z] Removing intermediate container c915cc6eb1cb [2021-05-07T08:37:03.293Z] ---> 6c683337f2d8 [2021-05-07T08:37:03.293Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T08:37:03.293Z] ---> Running in c7e2a686513e [2021-05-07T08:37:03.558Z] ---> Running in 664edcdffc0a [2021-05-07T08:37:03.558Z] Removing intermediate container 41216b2eed68 [2021-05-07T08:37:03.558Z] ---> 4c2c9a2fbdc6 [2021-05-07T08:37:03.558Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-07T08:37:03.558Z] Removing intermediate container b42624c19e59 [2021-05-07T08:37:03.558Z] ---> 342a739da68c [2021-05-07T08:37:03.558Z] Step 18/21 : CMD ["--init=true"] [2021-05-07T08:37:03.821Z] ---> Running in 658bf60d90fe [2021-05-07T08:37:03.821Z] ---> Running in c44d3ce8b35d [2021-05-07T08:37:03.821Z] Removing intermediate container c7e2a686513e [2021-05-07T08:37:03.821Z] ---> 575ed9246796 [2021-05-07T08:37:03.821Z] Step 20/22 : LABEL arch=x86_64 [2021-05-07T08:37:04.100Z] Removing intermediate container 664edcdffc0a [2021-05-07T08:37:04.100Z] ---> 914f2ead6453 [2021-05-07T08:37:04.100Z] Step 20/22 : LABEL arch=x86_64 [2021-05-07T08:37:04.100Z] ---> Running in 2c81261ee06b [2021-05-07T08:37:04.100Z] ---> Running in c0290fc1c707 [2021-05-07T08:37:04.100Z] Removing intermediate container c44d3ce8b35d [2021-05-07T08:37:04.100Z] ---> 980c73569e95 [2021-05-07T08:37:04.100Z] Step 19/21 : LABEL arch=x86_64 [2021-05-07T08:37:04.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T08:37:04.368Z] ---> Running in 6b4092ea4ac0 [2021-05-07T08:37:04.368Z] Removing intermediate container 2c81261ee06b [2021-05-07T08:37:04.368Z] ---> 4989bf1790c1 [2021-05-07T08:37:04.368Z] Step 21/22 : LABEL git_sha=3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [2021-05-07T08:37:04.368Z] Removing intermediate container c0290fc1c707 [2021-05-07T08:37:04.368Z] ---> 9ca0f60774c2 [2021-05-07T08:37:04.368Z] Step 21/22 : LABEL git_sha=3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [2021-05-07T08:37:04.630Z] ---> Running in b0f23983ac67 [2021-05-07T08:37:04.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T08:37:04.630Z] ---> Running in b685d4c2a381 [2021-05-07T08:37:04.630Z] Removing intermediate container 6b4092ea4ac0 [2021-05-07T08:37:04.630Z] ---> 5faa67b42956 [2021-05-07T08:37:04.630Z] Step 20/21 : LABEL git_sha=3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [2021-05-07T08:37:04.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T08:37:04.892Z] (1/39) Installing readline (8.0.4-r0) [2021-05-07T08:37:05.155Z] (2/39) Installing bash (5.0.17-r0) [2021-05-07T08:37:05.155Z] Executing bash-5.0.17-r0.post-install [2021-05-07T08:37:05.155Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-07T08:37:05.155Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-07T08:37:05.155Z] (5/39) Installing curl (7.76.1-r0) [2021-05-07T08:37:05.155Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-07T08:37:05.155Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-07T08:37:05.155Z] (8/39) Installing expat (2.2.9-r1) [2021-05-07T08:37:05.155Z] (9/39) Installing libffi (3.3-r2) [2021-05-07T08:37:05.155Z] (10/39) Installing gdbm (1.13-r1) [2021-05-07T08:37:05.155Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-07T08:37:05.155Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-07T08:37:05.155Z] ---> Running in 644602fe39c0 [2021-05-07T08:37:05.155Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-07T08:37:05.419Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-07T08:37:05.680Z] Removing intermediate container b0f23983ac67 [2021-05-07T08:37:05.680Z] ---> 54a098db04f5 [2021-05-07T08:37:05.680Z] Step 22/22 : LABEL version=0.0.0 [2021-05-07T08:37:05.680Z] Removing intermediate container b685d4c2a381 [2021-05-07T08:37:05.680Z] ---> 4872cc76f424 [2021-05-07T08:37:05.680Z] Step 22/22 : LABEL version=0.0.0 [2021-05-07T08:37:05.680Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-07T08:37:05.680Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-07T08:37:06.624Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-07T08:37:06.885Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-07T08:37:07.459Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-07T08:37:07.726Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T08:37:07.726Z] OK: 8 MiB in 20 packages [2021-05-07T08:37:07.726Z] ---> Running in b77f2bc28ff0 [2021-05-07T08:37:07.726Z] Removing intermediate container 644602fe39c0 [2021-05-07T08:37:07.726Z] ---> 8bdbcb4ccf7f [2021-05-07T08:37:07.726Z] Step 21/21 : LABEL version=0.0.0 [2021-05-07T08:37:07.726Z] ---> Running in b49d725423cc [2021-05-07T08:37:08.676Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-07T08:37:08.676Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-07T08:37:08.676Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-07T08:37:08.676Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-07T08:37:08.676Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-07T08:37:08.946Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-07T08:37:08.946Z] ---> Running in db9af1c3a66f [2021-05-07T08:37:08.946Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-07T08:37:09.208Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-07T08:37:09.471Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-07T08:37:09.471Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-07T08:37:09.733Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-07T08:37:09.733Z] Removing intermediate container b49d725423cc [2021-05-07T08:37:09.733Z] ---> 82f1450afcc8 [2021-05-07T08:37:09.733Z] [2021-05-07T08:37:09.733Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-07T08:37:09.733Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-07T08:37:09.733Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-07T08:37:09.733Z] Removing intermediate container b77f2bc28ff0 [2021-05-07T08:37:09.733Z] ---> 9e240daeba3a [2021-05-07T08:37:09.733Z] [2021-05-07T08:37:09.733Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-07T08:37:10.307Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-07T08:37:10.307Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-07T08:37:10.307Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-07T08:37:10.307Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-07T08:37:10.307Z] Removing intermediate container db9af1c3a66f [2021-05-07T08:37:10.307Z] ---> 70b4af3274b0 [2021-05-07T08:37:10.307Z] [2021-05-07T08:37:10.569Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-07T08:37:10.569Z] Successfully built 9e240daeba3a [2021-05-07T08:37:10.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.151s coverage: 94.4% of statements [2021-05-07T08:37:10.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.128s coverage: 44.8% of statements [2021-05-07T08:37:10.834Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-07T08:37:10.834Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-07T08:37:10.834Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-07T08:37:10.834Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-07T08:37:10.834Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-05-07T08:37:10.834Z] Successfully built 82f1450afcc8 [2021-05-07T08:37:10.834Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-07T08:37:10.834Z] Removing intermediate container 02061c79afc1 [2021-05-07T08:37:10.834Z] ---> cb1aeed5aa00 [2021-05-07T08:37:10.834Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T08:37:10.834Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-07T08:37:10.834Z] Successfully tagged docker-support-notifications-go:latest [2021-05-07T08:37:10.834Z] Building docker-security-bootstrapper-go [2021-05-07T08:37:10.834Z]  Building docker-support-notifications-go ... done (39/39) Installing py3-pip (20.1.1-r0) [2021-05-07T08:37:10.834Z] Successfully built 70b4af3274b0 [2021-05-07T08:37:11.778Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-07T08:37:12.040Z] Building docker-core-metadata-go [2021-05-07T08:37:12.040Z]  Building docker-security-proxy-setup-go ... done Executing busybox-1.31.1-r19.trigger [2021-05-07T08:37:12.040Z] OK: 72 MiB in 59 packages [2021-05-07T08:37:16.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.500s coverage: 81.8% of statements [2021-05-07T08:37:16.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-07T08:37:17.354Z] Collecting docker-compose==1.23.2 [2021-05-07T08:37:17.354Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-07T08:37:17.354Z] ---> 93347bd5ff09 [2021-05-07T08:37:17.354Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-07T08:37:17.931Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-07T08:37:17.932Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-07T08:37:19.856Z] ---> 6cf0e403d6cb [2021-05-07T08:37:19.856Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-07T08:37:22.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.216s coverage: 92.9% of statements [2021-05-07T08:37:22.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-07T08:37:22.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-07T08:37:22.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-07T08:37:22.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements [2021-05-07T08:37:22.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-07T08:37:22.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-07T08:37:22.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-07T08:37:22.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-07T08:37:22.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-07T08:37:22.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2021-05-07T08:37:22.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-07T08:37:22.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-07T08:37:22.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-05-07T08:37:22.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-07T08:37:22.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.156s coverage: 76.0% of statements [2021-05-07T08:37:22.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-07T08:37:22.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.142s coverage: 80.0% of statements [2021-05-07T08:37:22.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.215s coverage: 87.2% of statements [2021-05-07T08:37:22.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.215s coverage: 85.4% of statements [2021-05-07T08:37:22.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.227s coverage: 91.2% of statements [2021-05-07T08:37:22.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-07T08:37:22.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.597s coverage: 64.4% of statements [2021-05-07T08:37:22.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-07T08:37:22.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-07T08:37:22.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.112s coverage: 100.0% of statements [2021-05-07T08:37:22.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-05-07T08:37:23.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.091s coverage: 100.0% of statements [2021-05-07T08:37:23.170Z] Collecting texttable<0.10,>=0.9.0 [2021-05-07T08:37:23.170Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-07T08:37:23.751Z] ---> caf11d64389f [2021-05-07T08:37:23.751Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-07T08:37:23.751Z] ---> Running in e822e5bb08d6 [2021-05-07T08:37:24.329Z] Removing intermediate container e822e5bb08d6 [2021-05-07T08:37:24.329Z] ---> 891d104b63fd [2021-05-07T08:37:24.329Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T08:37:24.329Z] ---> Running in 53e114d0d914 [2021-05-07T08:37:24.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements [2021-05-07T08:37:24.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.097s coverage: 100.0% of statements [2021-05-07T08:37:24.593Z] Removing intermediate container 53e114d0d914 [2021-05-07T08:37:24.593Z] ---> 9b55723a9f50 [2021-05-07T08:37:24.593Z] Step 21/23 : LABEL arch=x86_64 [2021-05-07T08:37:24.593Z] ---> Running in 5595e0a4b0bd [2021-05-07T08:37:24.858Z] Collecting PyYAML<4,>=3.10 [2021-05-07T08:37:24.858Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-07T08:37:24.858Z] Removing intermediate container 5595e0a4b0bd [2021-05-07T08:37:24.858Z] ---> b08bf1094714 [2021-05-07T08:37:24.858Z] Step 22/23 : LABEL git_sha=3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [2021-05-07T08:37:24.858Z] ---> Running in fd8b28ed9b7c [2021-05-07T08:37:27.480Z] Collecting docopt<0.7,>=0.6.1 [2021-05-07T08:37:27.480Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-07T08:37:28.070Z] 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-07T08:37:28.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.968s coverage: 66.9% of statements [2021-05-07T08:37:28.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-07T08:37:28.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-07T08:37:28.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-07T08:37:29.033Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-07T08:37:29.033Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-07T08:37:29.300Z] Removing intermediate container fd8b28ed9b7c [2021-05-07T08:37:29.300Z] ---> 9edf164b5e59 [2021-05-07T08:37:29.300Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T08:37:29.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.646s coverage: 43.4% of statements [2021-05-07T08:37:29.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-07T08:37:29.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-07T08:37:29.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.095s coverage: 89.5% of statements [2021-05-07T08:37:29.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-07T08:37:29.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.104s coverage: 84.8% of statements [2021-05-07T08:37:29.877Z] Collecting jsonschema<3,>=2.5.1 [2021-05-07T08:37:29.877Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-07T08:37:33.238Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-07T08:37:33.238Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-07T08:37:33.238Z] ---> Running in ecc22878c6d6 [2021-05-07T08:37:33.238Z] Collecting cached-property<2,>=1.2.0 [2021-05-07T08:37:33.238Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-07T08:37:33.827Z] Collecting docker<4.0,>=3.6.0 [2021-05-07T08:37:33.827Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-07T08:37:34.408Z] Collecting idna<2.8,>=2.5 [2021-05-07T08:37:34.408Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-07T08:37:35.639Z] Removing intermediate container ecc22878c6d6 [2021-05-07T08:37:35.639Z] ---> e9b05c833b66 [2021-05-07T08:37:35.639Z] [2021-05-07T08:37:35.639Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-07T08:37:35.639Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-07T08:37:35.639Z] 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-07T08:37:35.639Z] 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-07T08:37:36.170Z] Collecting docker-pycreds>=0.4.0 [2021-05-07T08:37:36.170Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-07T08:37:36.170Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-07T08:37:36.170Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-07T08:37:36.170Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-07T08:37:36.170Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-07T08:37:36.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.495s coverage: 47.0% of statements [2021-05-07T08:37:36.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-07T08:37:36.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-07T08:37:36.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-07T08:37:36.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-07T08:37:36.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-07T08:37:36.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements [2021-05-07T08:37:36.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-07T08:37:36.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.113s coverage: 100.0% of statements [2021-05-07T08:37:36.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-07T08:37:36.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-07T08:37:36.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.166s coverage: 9.6% of statements [2021-05-07T08:37:36.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-07T08:37:36.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.494s coverage: 92.6% of statements [2021-05-07T08:37:36.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-07T08:37:36.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T08:37:36.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-07T08:37:36.632Z] Installing collected packages: dockerpty, texttable, PyYAML, docopt, idna, urllib3, requests, jsonschema, websocket-client, cached-property, docker-pycreds, docker, docker-compose [2021-05-07T08:37:36.632Z] Running setup.py install for dockerpty: started [2021-05-07T08:37:36.632Z] Successfully built e9b05c833b66 [2021-05-07T08:37:36.632Z] Successfully tagged docker-core-data-go:latest [2021-05-07T08:37:36.632Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-05-07T08:37:39.431Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T08:37:39.431Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-07T08:37:39.431Z] ---> b9cb023970e7 [2021-05-07T08:37:39.431Z] Step 3/25 : WORKDIR /edgex-go [2021-05-07T08:37:39.431Z] ---> Using cache [2021-05-07T08:37:39.431Z] ---> f573f3caaba0 [2021-05-07T08:37:39.431Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:37:39.431Z] ---> Using cache [2021-05-07T08:37:39.431Z] ---> ca8ee6162c57 [2021-05-07T08:37:39.431Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-07T08:37:39.431Z] ---> Using cache [2021-05-07T08:37:39.431Z] ---> 56594e739964 [2021-05-07T08:37:39.431Z] Step 6/25 : COPY go.mod . [2021-05-07T08:37:39.431Z] ---> Using cache [2021-05-07T08:37:39.431Z] ---> 8499d023cecf [2021-05-07T08:37:39.431Z] Step 7/25 : RUN go mod download [2021-05-07T08:37:39.431Z] ---> Using cache [2021-05-07T08:37:39.431Z] ---> e0e6e7834c8d [2021-05-07T08:37:39.431Z] Step 8/25 : COPY . . [2021-05-07T08:37:39.431Z] ---> Using cache [2021-05-07T08:37:39.431Z] ---> 1522391845e7 [2021-05-07T08:37:39.431Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-07T08:37:39.696Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T08:37:39.696Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-07T08:37:39.696Z] ---> b9cb023970e7 [2021-05-07T08:37:39.696Z] Step 3/31 : WORKDIR /edgex-go [2021-05-07T08:37:39.696Z] ---> Using cache [2021-05-07T08:37:39.696Z] ---> f573f3caaba0 [2021-05-07T08:37:39.696Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:37:39.696Z] ---> Using cache [2021-05-07T08:37:39.696Z] ---> ca8ee6162c57 [2021-05-07T08:37:39.696Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-07T08:37:39.696Z] ---> Using cache [2021-05-07T08:37:39.696Z] ---> 56594e739964 [2021-05-07T08:37:39.696Z] Step 6/31 : COPY go.mod . [2021-05-07T08:37:39.696Z] ---> Using cache [2021-05-07T08:37:39.696Z] ---> 8499d023cecf [2021-05-07T08:37:39.696Z] Step 7/31 : RUN go mod download [2021-05-07T08:37:39.696Z] ---> Using cache [2021-05-07T08:37:39.696Z] ---> e0e6e7834c8d [2021-05-07T08:37:39.696Z] Step 8/31 : COPY . . [2021-05-07T08:37:39.696Z] ---> Using cache [2021-05-07T08:37:39.696Z] ---> 1522391845e7 [2021-05-07T08:37:39.696Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-07T08:37:39.696Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T08:37:39.696Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T08:37:39.696Z] ---> b9cb023970e7 [2021-05-07T08:37:39.696Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T08:37:39.696Z] ---> Using cache [2021-05-07T08:37:39.696Z] ---> f573f3caaba0 [2021-05-07T08:37:39.696Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:37:39.696Z] ---> Using cache [2021-05-07T08:37:39.696Z] ---> ca8ee6162c57 [2021-05-07T08:37:39.696Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-07T08:37:39.696Z] ---> Using cache [2021-05-07T08:37:39.696Z] ---> 56594e739964 [2021-05-07T08:37:39.696Z] Step 6/23 : COPY go.mod . [2021-05-07T08:37:39.696Z] ---> Using cache [2021-05-07T08:37:39.696Z] ---> 8499d023cecf [2021-05-07T08:37:39.696Z] Step 7/23 : RUN go mod download [2021-05-07T08:37:39.696Z] ---> Using cache [2021-05-07T08:37:39.696Z] ---> e0e6e7834c8d [2021-05-07T08:37:39.696Z] Step 8/23 : COPY . . [2021-05-07T08:37:39.958Z] ---> Using cache [2021-05-07T08:37:39.959Z] ---> 1522391845e7 [2021-05-07T08:37:39.959Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-07T08:37:40.223Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-07T08:37:40.224Z] Running setup.py install for texttable: started [2021-05-07T08:37:40.808Z] Running setup.py install for texttable: finished with status 'done' [2021-05-07T08:37:40.808Z] Running setup.py install for PyYAML: started [2021-05-07T08:37:41.076Z] ---> Running in b3fcde5f1f6a [2021-05-07T08:37:41.076Z] ---> Running in 5a99bae07bd1 [2021-05-07T08:37:41.076Z] ---> Running in b445f5cb077e [2021-05-07T08:37:41.663Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-07T08:37:41.663Z] Running setup.py install for docopt: started [2021-05-07T08:37:42.618Z] Running setup.py install for docopt: finished with status 'done' [2021-05-07T08:37:42.618Z] Attempting uninstall: idna [2021-05-07T08:37:42.618Z] Found existing installation: idna 2.9 [2021-05-07T08:37:42.618Z] Uninstalling idna-2.9: [2021-05-07T08:37:42.882Z] Successfully uninstalled idna-2.9 [2021-05-07T08:37:44.294Z] 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-07T08:37:44.561Z] 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-07T08:37:44.837Z] Attempting uninstall: urllib3 [2021-05-07T08:37:44.837Z] Found existing installation: urllib3 1.25.9 [2021-05-07T08:37:44.837Z] Uninstalling urllib3-1.25.9: [2021-05-07T08:37:44.837Z] Successfully uninstalled urllib3-1.25.9 [2021-05-07T08:37:44.837Z] 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-07T08:37:45.122Z] Attempting uninstall: requests [2021-05-07T08:37:45.122Z] Found existing installation: requests 2.23.0 [2021-05-07T08:37:45.122Z] Uninstalling requests-2.23.0: [2021-05-07T08:37:45.122Z] Successfully uninstalled requests-2.23.0 [2021-05-07T08:37:46.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.485s coverage: 28.7% of statements [2021-05-07T08:37:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-07T08:37:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-07T08:37:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-07T08:37:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-07T08:37:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-07T08:37:46.405Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.267s coverage: 99.0% of statements [2021-05-07T08:37:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-07T08:37:46.405Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.230s coverage: 100.0% of statements [2021-05-07T08:37:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-07T08:37:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-07T08:37:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-07T08:37:46.405Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.170s coverage: 64.6% of statements [2021-05-07T08:37:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-07T08:37:46.405Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.395s coverage: 97.6% of statements [2021-05-07T08:37:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-07T08:37:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T08:37:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-07T08:37:46.405Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2021-05-07T08:37:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-07T08:37:46.405Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.089s coverage: 100.0% of statements [2021-05-07T08:37:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-07T08:37:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-07T08:37:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-07T08:37:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-07T08:37:46.405Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2021-05-07T08:37:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-07T08:37:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-07T08:37:46.405Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.077s coverage: 100.0% of statements [2021-05-07T08:37:46.405Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.119s coverage: 28.1% of statements [2021-05-07T08:37:46.405Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-07T08:37:46.405Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-05-07T08:37:46.405Z] GO111MODULE=on go vet ./... [2021-05-07T08:37:50.570Z] 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-07T08:38:02.969Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T08:38:02.969Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T08:38:02.969Z] ---> b9cb023970e7 [2021-05-07T08:38:02.969Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T08:38:02.969Z] ---> Using cache [2021-05-07T08:38:02.969Z] ---> f573f3caaba0 [2021-05-07T08:38:02.969Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:38:02.969Z] ---> Using cache [2021-05-07T08:38:02.969Z] ---> ca8ee6162c57 [2021-05-07T08:38:02.969Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-07T08:38:02.969Z] ---> Using cache [2021-05-07T08:38:02.969Z] ---> 56594e739964 [2021-05-07T08:38:02.969Z] Step 6/23 : COPY go.mod . [2021-05-07T08:38:02.969Z] ---> Using cache [2021-05-07T08:38:02.969Z] ---> 8499d023cecf [2021-05-07T08:38:02.969Z] Step 7/23 : RUN go mod download [2021-05-07T08:38:02.969Z] ---> Using cache [2021-05-07T08:38:02.969Z] ---> e0e6e7834c8d [2021-05-07T08:38:02.969Z] Step 8/23 : COPY . . [2021-05-07T08:38:02.969Z] ---> Using cache [2021-05-07T08:38:02.969Z] ---> 1522391845e7 [2021-05-07T08:38:02.969Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-07T08:38:02.969Z] ---> Running in 652ab4e72c89 [2021-05-07T08:38:03.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-07T08:38:11.853Z] Removing intermediate container 658bf60d90fe [2021-05-07T08:38:11.853Z] ---> 6a9b21e47d2e [2021-05-07T08:38:11.853Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-07T08:38:11.853Z] ---> Running in 3cc1daf0bcad [2021-05-07T08:38:12.444Z] Removing intermediate container 3cc1daf0bcad [2021-05-07T08:38:12.444Z] ---> 3fa9cd696705 [2021-05-07T08:38:12.444Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-07T08:38:12.713Z] ---> Running in cf0f3b189a36 [2021-05-07T08:38:12.982Z] Removing intermediate container cf0f3b189a36 [2021-05-07T08:38:12.982Z] ---> e036897975c7 [2021-05-07T08:38:12.982Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-07T08:38:14.412Z] ---> 37b6ef90fe14 [2021-05-07T08:38:14.412Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-07T08:38:14.687Z] ---> 8317b857cdb5 [2021-05-07T08:38:14.687Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-07T08:38:17.301Z] 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-07T08:38:17.301Z] ---> 087e7e567fac [2021-05-07T08:38:17.301Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-07T08:38:17.572Z] ---> Running in d7e3f3d18aa9 [2021-05-07T08:38:17.840Z] Removing intermediate container d7e3f3d18aa9 [2021-05-07T08:38:17.840Z] ---> 8adb60d99f33 [2021-05-07T08:38:17.840Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T08:38:18.136Z] ---> Running in 0e005c34e006 [2021-05-07T08:38:18.726Z] Removing intermediate container 0e005c34e006 [2021-05-07T08:38:18.726Z] ---> 220f7708b431 [2021-05-07T08:38:18.726Z] Step 21/23 : LABEL arch=x86_64 [2021-05-07T08:38:22.090Z] ---> Running in 497bc3818c25 [2021-05-07T08:38:22.090Z] Removing intermediate container b445f5cb077e [2021-05-07T08:38:22.090Z] ---> e17e373d51a3 [2021-05-07T08:38:22.090Z] [2021-05-07T08:38:22.090Z] Step 10/31 : FROM alpine:3.12 [2021-05-07T08:38:22.090Z] ---> 13621d1b12d4 [2021-05-07T08:38:22.090Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-07T08:38:22.090Z] Removing intermediate container 497bc3818c25 [2021-05-07T08:38:22.090Z] ---> 543d7c4d3298 [2021-05-07T08:38:22.090Z] Step 22/23 : LABEL git_sha=3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [2021-05-07T08:38:22.090Z] ---> Running in 838c97bf4156 [2021-05-07T08:38:22.361Z] ---> Running in 4c9e7197bcf6 [2021-05-07T08:38:22.644Z] Removing intermediate container 4c9e7197bcf6 [2021-05-07T08:38:22.644Z] ---> 1c8145942ea1 [2021-05-07T08:38:22.644Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T08:38:22.644Z] Removing intermediate container 838c97bf4156 [2021-05-07T08:38:22.644Z] ---> 5ee1ec1fca6a [2021-05-07T08:38:22.644Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-07T08:38:23.612Z] ---> Running in 63bfeccf3c43 [2021-05-07T08:38:23.612Z] ---> Running in 95bc9d459963 [2021-05-07T08:38:25.038Z] Removing intermediate container b3fcde5f1f6a [2021-05-07T08:38:25.038Z] ---> c8120f39b30b [2021-05-07T08:38:25.038Z] [2021-05-07T08:38:25.038Z] Step 10/25 : FROM alpine:3.12 [2021-05-07T08:38:25.038Z] ---> 13621d1b12d4 [2021-05-07T08:38:25.038Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-07T08:38:25.038Z] Removing intermediate container 95bc9d459963 [2021-05-07T08:38:25.039Z] ---> 6c0f1444789f [2021-05-07T08:38:25.039Z] [2021-05-07T08:38:25.324Z] ---> Running in aa9ae34fbf28 [2021-05-07T08:38:25.324Z] Successfully built 6c0f1444789f [2021-05-07T08:38:25.602Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-07T08:38:25.873Z]  Building docker-sys-mgmt-agent-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T08:38:25.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T08:38:26.147Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-07T08:38:26.147Z] (2/2) Installing su-exec (0.2-r1) [2021-05-07T08:38:26.147Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T08:38:26.147Z] OK: 6 MiB in 16 packages [2021-05-07T08:38:26.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T08:38:27.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T08:38:27.697Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-07T08:38:27.697Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-07T08:38:27.697Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-07T08:38:27.966Z] (4/6) Installing curl (7.76.1-r0) [2021-05-07T08:38:27.966Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-07T08:38:28.228Z] (6/6) Installing su-exec (0.2-r1) [2021-05-07T08:38:28.228Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T08:38:28.228Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T08:38:28.228Z] OK: 7 MiB in 20 packages [2021-05-07T08:38:29.627Z] Removing intermediate container 63bfeccf3c43 [2021-05-07T08:38:29.627Z] ---> 58579dc0a51d [2021-05-07T08:38:29.627Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-07T08:38:29.900Z] Removing intermediate container 5a99bae07bd1 [2021-05-07T08:38:29.900Z] ---> fc867068789c [2021-05-07T08:38:29.900Z] [2021-05-07T08:38:29.900Z] Step 10/23 : FROM alpine:3.12 [2021-05-07T08:38:29.900Z] ---> 13621d1b12d4 [2021-05-07T08:38:29.900Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-07T08:38:29.900Z] ---> Using cache [2021-05-07T08:38:29.900Z] ---> e74202f068f8 [2021-05-07T08:38:29.900Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T08:38:29.900Z] ---> Using cache [2021-05-07T08:38:29.900Z] ---> 47a8d2326478 [2021-05-07T08:38:29.900Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-07T08:38:29.900Z] ---> Running in 1326bb359507 [2021-05-07T08:38:29.900Z] ---> Running in 72a0d3c96dfa [2021-05-07T08:38:30.481Z] Removing intermediate container 1326bb359507 [2021-05-07T08:38:30.481Z] ---> 5a39fe51fda2 [2021-05-07T08:38:30.481Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-07T08:38:30.481Z] Removing intermediate container 72a0d3c96dfa [2021-05-07T08:38:30.481Z] ---> 7520babe2a61 [2021-05-07T08:38:30.481Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-07T08:38:30.752Z] ---> Running in 461f9cc6f7be [2021-05-07T08:38:30.752Z] Removing intermediate container aa9ae34fbf28 [2021-05-07T08:38:30.752Z] ---> ae7d0f0dbad8 [2021-05-07T08:38:30.752Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-07T08:38:30.752Z] ---> Running in 8d1687a6cefd [2021-05-07T08:38:30.752Z] ---> Running in 4b0a6f7f272c [2021-05-07T08:38:31.018Z] Removing intermediate container 461f9cc6f7be [2021-05-07T08:38:31.018Z] ---> e3fc690f33ed [2021-05-07T08:38:31.018Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-07T08:38:31.590Z] Removing intermediate container 8d1687a6cefd [2021-05-07T08:38:31.590Z] ---> 8c852265d457 [2021-05-07T08:38:31.590Z] Step 15/23 : WORKDIR / [2021-05-07T08:38:31.590Z] ---> Running in 356acc1058fc [2021-05-07T08:38:31.590Z] Removing intermediate container 4b0a6f7f272c [2021-05-07T08:38:31.590Z] ---> 39fdc414acb9 [2021-05-07T08:38:31.590Z] Step 13/25 : WORKDIR / [2021-05-07T08:38:31.853Z] ---> Running in f5a8367bc139 [2021-05-07T08:38:31.853Z] ---> Running in 864d62d26877 [2021-05-07T08:38:32.126Z] Removing intermediate container f5a8367bc139 [2021-05-07T08:38:32.126Z] ---> a649eefe24ec [2021-05-07T08:38:32.126Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T08:38:32.393Z] Removing intermediate container 864d62d26877 [2021-05-07T08:38:32.393Z] ---> 439ff9743fb0 [2021-05-07T08:38:32.393Z] 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-07T08:38:33.341Z] ---> c101dc835799 [2021-05-07T08:38:33.341Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-07T08:38:34.734Z] ---> 021f0b2d3156 [2021-05-07T08:38:34.734Z] 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-07T08:38:34.734Z] ---> 669ec818c93a [2021-05-07T08:38:34.734Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-07T08:38:36.128Z] Removing intermediate container 652ab4e72c89 [2021-05-07T08:38:36.129Z] ---> a461b1d275a0 [2021-05-07T08:38:36.129Z] [2021-05-07T08:38:36.129Z] Step 10/23 : FROM alpine:3.12 [2021-05-07T08:38:36.129Z] ---> 13621d1b12d4 [2021-05-07T08:38:36.129Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-07T08:38:36.129Z] ---> Using cache [2021-05-07T08:38:36.129Z] ---> e74202f068f8 [2021-05-07T08:38:36.129Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T08:38:36.129Z] ---> Using cache [2021-05-07T08:38:36.129Z] ---> 47a8d2326478 [2021-05-07T08:38:36.129Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-07T08:38:36.394Z] ---> Running in 4131339ae503 [2021-05-07T08:38:36.394Z] Removing intermediate container 356acc1058fc [2021-05-07T08:38:36.394Z] ---> 763aa99f3f6d [2021-05-07T08:38:36.394Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-07T08:38:36.394Z] ---> 57b7d5ebf8a2 [2021-05-07T08:38:36.394Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-07T08:38:36.394Z] ---> bf80fe0ac0c1 [2021-05-07T08:38:36.394Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-07T08:38:36.657Z] ---> Running in 34af55208f7e [2021-05-07T08:38:36.657Z] ---> Running in 96c0152b34df [2021-05-07T08:38:36.657Z] Removing intermediate container 4131339ae503 [2021-05-07T08:38:36.657Z] ---> 4afd53e96368 [2021-05-07T08:38:36.657Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-07T08:38:36.924Z] ---> Running in dee29b327e1c [2021-05-07T08:38:36.924Z] Removing intermediate container 34af55208f7e [2021-05-07T08:38:36.924Z] ---> cb28c6ae95c1 [2021-05-07T08:38:36.924Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T08:38:36.924Z] ---> 268845934df3 [2021-05-07T08:38:36.924Z] 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-07T08:38:36.924Z] Removing intermediate container 96c0152b34df [2021-05-07T08:38:36.924Z] ---> ccec7d9f1fed [2021-05-07T08:38:36.924Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-07T08:38:37.192Z] ---> Running in 1d9c78fb32ae [2021-05-07T08:38:37.192Z] Removing intermediate container dee29b327e1c [2021-05-07T08:38:37.192Z] ---> be471db87268 [2021-05-07T08:38:37.192Z] Step 15/23 : WORKDIR / [2021-05-07T08:38:37.462Z] ---> Running in f1a174d24e1c [2021-05-07T08:38:37.462Z] ---> bf486849f2af [2021-05-07T08:38:37.462Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-07T08:38:37.462Z] Removing intermediate container 1d9c78fb32ae [2021-05-07T08:38:37.462Z] ---> 17d015ff31d7 [2021-05-07T08:38:37.462Z] Step 21/23 : LABEL arch=x86_64 [2021-05-07T08:38:37.462Z] ---> d1825fb68b50 [2021-05-07T08:38:37.462Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-07T08:38:37.462Z] ---> Running in a65e409a1a8b [2021-05-07T08:38:37.726Z] ---> Running in 31fc48f61c64 [2021-05-07T08:38:37.726Z] Removing intermediate container f1a174d24e1c [2021-05-07T08:38:37.726Z] ---> d2bd4fa2026d [2021-05-07T08:38:37.726Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T08:38:37.990Z] Removing intermediate container a65e409a1a8b [2021-05-07T08:38:37.990Z] ---> 43fd3ff2f97d [2021-05-07T08:38:37.990Z] Step 22/23 : LABEL git_sha=3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [2021-05-07T08:38:37.990Z] ---> 306437a25fac [2021-05-07T08:38:37.990Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-07T08:38:38.254Z] ---> Running in 538903aef445 [2021-05-07T08:38:38.255Z] ---> 4eae76fd829e [2021-05-07T08:38:38.255Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-07T08:38:38.517Z] Removing intermediate container 538903aef445 [2021-05-07T08:38:38.517Z] ---> 4d17a425306a [2021-05-07T08:38:38.517Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T08:38:38.779Z] ---> Running in 8c3a99675d49 [2021-05-07T08:38:38.779Z] ---> 5d6783f300f6 [2021-05-07T08:38:38.779Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-07T08:38:38.779Z] ---> 55223c773f40 [2021-05-07T08:38:38.779Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-07T08:38:39.042Z] Removing intermediate container 8c3a99675d49 [2021-05-07T08:38:39.042Z] ---> e0757d2d5c65 [2021-05-07T08:38:39.042Z] [2021-05-07T08:38:39.042Z] Successfully built e0757d2d5c65 [2021-05-07T08:38:39.306Z] ---> 12e58697918a [2021-05-07T08:38:39.306Z] 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-07T08:38:39.306Z] Successfully tagged docker-core-metadata-go:latest [2021-05-07T08:38:39.306Z]  Building docker-core-metadata-go ... done  ---> e172dcb37836 [2021-05-07T08:38:39.306Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-07T08:38:39.306Z] ---> Running in efde051a64ba [2021-05-07T08:38:39.306Z] ---> Running in 7ace4f0b6b89 [2021-05-07T08:38:39.306Z] Removing intermediate container 31fc48f61c64 [2021-05-07T08:38:39.306Z] ---> 2f4965c7f47d [2021-05-07T08:38:39.306Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T08:38:39.568Z] Removing intermediate container 7ace4f0b6b89 [2021-05-07T08:38:39.568Z] ---> aee3db5e50c7 [2021-05-07T08:38:39.568Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T08:38:39.830Z] ---> Running in c66913ee9183 [2021-05-07T08:38:39.830Z] ---> 6bdf60c89b8e [2021-05-07T08:38:39.830Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-07T08:38:39.830Z] Removing intermediate container c66913ee9183 [2021-05-07T08:38:39.830Z] ---> 03d69192b61b [2021-05-07T08:38:39.830Z] Step 21/23 : LABEL arch=x86_64 [2021-05-07T08:38:40.096Z] ---> Running in 07bd4316347c [2021-05-07T08:38:40.360Z] Removing intermediate container 07bd4316347c [2021-05-07T08:38:40.360Z] ---> 562935ce46b4 [2021-05-07T08:38:40.360Z] Step 22/23 : LABEL git_sha=3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [2021-05-07T08:38:40.933Z] ---> 77b254074965 [2021-05-07T08:38:40.933Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-07T08:38:40.933Z] ---> Running in ea784bc2b9b2 [2021-05-07T08:38:40.933Z] Removing intermediate container efde051a64ba [2021-05-07T08:38:40.933Z] ---> 7a6b35ecfb70 [2021-05-07T08:38:40.933Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-07T08:38:41.195Z] ---> Running in 8c65da17d5ce [2021-05-07T08:38:41.195Z] Removing intermediate container ea784bc2b9b2 [2021-05-07T08:38:41.195Z] ---> 0a34e5be696d [2021-05-07T08:38:41.195Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T08:38:41.195Z] ---> 47868dfd5701 [2021-05-07T08:38:41.195Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-07T08:38:41.458Z] ---> Running in ce3d8f443c4e [2021-05-07T08:38:41.458Z] Removing intermediate container 8c65da17d5ce [2021-05-07T08:38:41.458Z] ---> 403977261e30 [2021-05-07T08:38:41.458Z] Step 23/25 : LABEL arch=x86_64 [2021-05-07T08:38:41.458Z] ---> Running in 002fda0ecc1e [2021-05-07T08:38:41.730Z] Removing intermediate container ce3d8f443c4e [2021-05-07T08:38:41.730Z] ---> b0ee98c7a043 [2021-05-07T08:38:41.730Z] [2021-05-07T08:38:41.730Z] ---> 887cb6b4877c [2021-05-07T08:38:41.730Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-07T08:38:41.730Z] Successfully built b0ee98c7a043 [2021-05-07T08:38:41.730Z] Successfully tagged docker-core-command-go:latest [2021-05-07T08:38:41.730Z]  Building docker-core-command-go ... done Removing intermediate container 002fda0ecc1e [2021-05-07T08:38:41.730Z] ---> c31c549d8d87 [2021-05-07T08:38:41.730Z] Step 24/25 : LABEL git_sha=3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [2021-05-07T08:38:41.730Z] ---> Running in 317a96c61615 [2021-05-07T08:38:41.993Z] ---> b570922c4d61 [2021-05-07T08:38:41.993Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-07T08:38:41.993Z] Removing intermediate container 317a96c61615 [2021-05-07T08:38:41.993Z] ---> 481650a1b740 [2021-05-07T08:38:41.993Z] Step 25/25 : LABEL version=0.0.0 [2021-05-07T08:38:41.993Z] ---> Running in e3324c1a3ba9 [2021-05-07T08:38:42.259Z] ---> Running in ea8d5d58f332 [2021-05-07T08:38:42.259Z] Removing intermediate container e3324c1a3ba9 [2021-05-07T08:38:42.259Z] ---> be7810f609dd [2021-05-07T08:38:42.259Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-07T08:38:42.522Z] Removing intermediate container ea8d5d58f332 [2021-05-07T08:38:42.522Z] ---> 3d46e4d2057d [2021-05-07T08:38:42.522Z] [2021-05-07T08:38:42.786Z] Successfully built 3d46e4d2057d [2021-05-07T08:38:42.786Z] ---> 30af8a46b4a4 [2021-05-07T08:38:42.786Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-07T08:38:42.786Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-07T08:38:43.049Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 977e6e0ccff6 [2021-05-07T08:38:44.006Z] Removing intermediate container 977e6e0ccff6 [2021-05-07T08:38:44.006Z] ---> d26b30a71004 [2021-05-07T08:38:44.006Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-07T08:38:44.006Z] ---> Running in 14e1e48f7b84 [2021-05-07T08:38:44.269Z] Removing intermediate container 14e1e48f7b84 [2021-05-07T08:38:44.269Z] ---> 33f8f46a4aa4 [2021-05-07T08:38:44.269Z] Step 28/31 : CMD ["gate"] [2021-05-07T08:38:44.269Z] ---> Running in 142bd919ff47 [2021-05-07T08:38:44.534Z] Removing intermediate container 142bd919ff47 [2021-05-07T08:38:44.534Z] ---> 9190649ea79b [2021-05-07T08:38:44.534Z] Step 29/31 : LABEL arch=x86_64 [2021-05-07T08:38:44.800Z] ---> Running in db429f828b76 [2021-05-07T08:38:44.800Z] Removing intermediate container db429f828b76 [2021-05-07T08:38:44.800Z] ---> 3fc8ed90e368 [2021-05-07T08:38:44.800Z] Step 30/31 : LABEL git_sha=3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [2021-05-07T08:38:45.063Z] ---> Running in e3dce69a1794 [2021-05-07T08:38:45.326Z] Removing intermediate container e3dce69a1794 [2021-05-07T08:38:45.326Z] ---> 7169da33769c [2021-05-07T08:38:45.326Z] Step 31/31 : LABEL version=0.0.0 [2021-05-07T08:38:45.326Z] ---> Running in ef43f839e350 [2021-05-07T08:38:45.589Z] Removing intermediate container ef43f839e350 [2021-05-07T08:38:45.589Z] ---> e1b4589c0231 [2021-05-07T08:38:45.589Z] [2021-05-07T08:38:45.852Z] Successfully built e1b4589c0231 [2021-05-07T08:38:45.852Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-07T08:38:46.130Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-05-07T08:38:46.197Z] $ docker stop --time=1 2fb3a9ba6d71fa876a142bd3b861746e9bee5d9d4809f7a813e2b959fa47ff04 [2021-05-07T08:38:47.983Z] $ docker rm -f 2fb3a9ba6d71fa876a142bd3b861746e9bee5d9d4809f7a813e2b959fa47ff04 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T08:38:48.462Z] + docker images [2021-05-07T08:38:48.462Z] + grep docker [2021-05-07T08:38:48.725Z] docker-security-bootstrapper-go latest e1b4589c0231 3 seconds ago 18.2MB [2021-05-07T08:38:48.725Z] docker-security-secretstore-setup-go latest 3d46e4d2057d 6 seconds ago 25.7MB [2021-05-07T08:38:48.725Z] docker-core-command-go latest b0ee98c7a043 7 seconds ago 17MB [2021-05-07T08:38:48.725Z] docker-core-metadata-go latest e0757d2d5c65 10 seconds ago 18.6MB [2021-05-07T08:38:48.725Z] docker-sys-mgmt-agent-go latest 6c0f1444789f 24 seconds ago 312MB [2021-05-07T08:38:48.725Z] docker-core-data-go latest e9b05c833b66 About a minute ago 21.5MB [2021-05-07T08:38:48.725Z] docker-security-proxy-setup-go latest 70b4af3274b0 About a minute ago 25.3MB [2021-05-07T08:38:48.725Z] docker-support-scheduler-go latest 9e240daeba3a About a minute ago 17.1MB [2021-05-07T08:38:48.725Z] docker-support-notifications-go latest 82f1450afcc8 About a minute ago 17.6MB [2021-05-07T08:38:48.725Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-05-07T08:39:04.130Z] Still waiting to schedule task [2021-05-07T08:39:04.131Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-07T08:39:23.301Z] gofmt -l . [2021-05-07T08:39:23.301Z] [ "`gofmt -l .`" = "" ] [2021-05-07T08:39:25.930Z] ./bin/test-go-mod-tidy.sh [2021-05-07T08:39:26.207Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-07T08:39:29.491Z] + ls -al . [2021-05-07T08:39:29.491Z] total 844 [2021-05-07T08:39:29.491Z] drwxrwxr-x 9 1001 1001 4096 May 7 08:39 . [2021-05-07T08:39:29.491Z] drwxr-xr-x 4 root root 4096 May 7 08:34 .. [2021-05-07T08:39:29.491Z] -rw-rw-r-- 1 1001 1001 11 May 7 08:32 .dockerignore [2021-05-07T08:39:29.491Z] drwxrwxr-x 8 1001 1001 4096 May 7 08:32 .git [2021-05-07T08:39:29.491Z] drwxrwxr-x 3 1001 1001 4096 May 7 08:32 .github [2021-05-07T08:39:29.491Z] -rw-rw-r-- 1 1001 1001 818 May 7 08:32 .gitignore [2021-05-07T08:39:29.491Z] -rw-rw-r-- 1 1001 1001 166 May 7 08:32 .sonarcloud.properties [2021-05-07T08:39:29.491Z] -rw-rw-r-- 1 1001 1001 8609 May 7 08:32 Attribution.txt [2021-05-07T08:39:29.491Z] -rw-rw-r-- 1 1001 1001 3804 May 7 08:32 CONTRIBUTING.md [2021-05-07T08:39:29.491Z] -rw-rw-r-- 1 1001 1001 931 May 7 08:32 Dockerfile.build [2021-05-07T08:39:29.491Z] -rw-rw-r-- 1 1001 1001 863 May 7 08:32 Jenkinsfile [2021-05-07T08:39:29.491Z] -rw-rw-r-- 1 1001 1001 10775 May 7 08:32 LICENSE [2021-05-07T08:39:29.491Z] -rw-rw-r-- 1 1001 1001 5774 May 7 08:32 Makefile [2021-05-07T08:39:29.491Z] -rw-rw-r-- 1 1001 1001 7978 May 7 08:32 README.md [2021-05-07T08:39:29.491Z] -rw-rw-r-- 1 1001 1001 6755 May 7 08:32 SECURITY.md [2021-05-07T08:39:29.491Z] -rw-rw-r-- 1 1001 1001 5 May 7 08:30 VERSION [2021-05-07T08:39:29.491Z] -rw-rw-r-- 1 1001 1001 4131 May 7 08:32 ZMQWindows.md [2021-05-07T08:39:29.491Z] drwxrwxr-x 2 1001 1001 4096 May 7 08:32 bin [2021-05-07T08:39:29.491Z] drwxrwxr-x 14 1001 1001 4096 May 7 08:32 cmd [2021-05-07T08:39:29.491Z] -rw-r--r-- 1 root root 705232 May 7 08:37 coverage.out [2021-05-07T08:39:29.491Z] -rw-r--r-- 1 root root 1060 May 7 08:39 go.mod [2021-05-07T08:39:29.491Z] -rw-r--r-- 1 root root 21824 May 7 08:34 go.sum [2021-05-07T08:39:29.491Z] drwxrwxr-x 8 1001 1001 4096 May 7 08:32 internal [2021-05-07T08:39:29.491Z] drwxrwxr-x 4 1001 1001 4096 May 7 08:32 openapi [2021-05-07T08:39:29.491Z] drwxrwxr-x 4 1001 1001 4096 May 7 08:32 snap [2021-05-07T08:39:29.491Z] -rw-rw-r-- 1 1001 1001 168 May 7 08:32 version.go [Pipeline] sh [2021-05-07T08:39:30.148Z] + '[' -e coverage.out ] [2021-05-07T08:39:30.148Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-07T08:39:30.181Z] Warning: overwriting stash ‘coverage-report’ [2021-05-07T08:39:31.374Z] Stashed 1 file(s) [Pipeline] sh [2021-05-07T08:39:32.021Z] + make build [2021-05-07T08:39:32.021Z] 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-07T08:39:38.715Z] 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-07T08:40:00.040Z] Running on prd-ubuntu18.04-docker-8c-8g-3509 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-05-07T08:40:00.059Z] Running in /w/workspace/edgex-go/115 [Pipeline] { [Pipeline] checkout [2021-05-07T08:40:03.759Z] using credential edgex-jenkins-ssh [2021-05-07T08:40:03.780Z] Cloning the remote Git repository [2021-05-07T08:40:03.806Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-07T08:40:03.871Z] > git init /w/workspace/edgex-go/115 # timeout=10 [2021-05-07T08:40:03.903Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-07T08:40:03.904Z] > git --version # timeout=10 [2021-05-07T08:40:03.909Z] > git --version # 'git version 2.17.1' [2021-05-07T08:40:03.909Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T08:40:03.933Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T08:40:05.534Z] 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-07T08:40:07.000Z] 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-07T08:40:11.312Z] 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-07T08:40:12.297Z] 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-07T08:40:16.613Z] 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-07T08:40:20.911Z] 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-07T08:40:23.528Z] 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-07T08:40:23.922Z] Merging remotes/origin/master commit 3103214cdd745ba99e56243b14eeb2a0a0c23a57 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-05-07T08:40:23.218Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-07T08:40:23.234Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T08:40:23.245Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-07T08:40:23.259Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-07T08:40:23.260Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T08:40:23.288Z] > 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-07T08:40:23.944Z] > git config core.sparsecheckout # timeout=10 [2021-05-07T08:40:23.957Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-05-07T08:40:24.388Z] Merge succeeded, producing 057a86d82a329eceb4e88617e336425beb585a47 [2021-05-07T08:40:24.389Z] Checking out Revision 057a86d82a329eceb4e88617e336425beb585a47 (PR-2858) [2021-05-07T08:40:24.081Z] > git remote # timeout=10 [2021-05-07T08:40:24.087Z] > git config --get remote.origin.url # timeout=10 [2021-05-07T08:40:24.096Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T08:40:24.100Z] > git merge 3103214cdd745ba99e56243b14eeb2a0a0c23a57 # timeout=10 [2021-05-07T08:40:24.386Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-07T08:40:24.396Z] > git config core.sparsecheckout # timeout=10 [2021-05-07T08:40:24.407Z] > git checkout -f 057a86d82a329eceb4e88617e336425beb585a47 # timeout=10 [2021-05-07T08:40:26.929Z] 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-07T08:40:28.102Z] Commit message: "Merge commit '3103214cdd745ba99e56243b14eeb2a0a0c23a57' into HEAD" [2021-05-07T08:40:28.113Z] First time build. Skipping changelog. [2021-05-07T08:40:28.110Z] > git rev-list --no-walk 51d360c7c4cebab8d333c2625d71fbe42797a194 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-07T08:40:29.369Z] + echo snap-build.sh [2021-05-07T08:40:29.369Z] snap-build.sh [2021-05-07T08:40:29.369Z] + SNAP_BASE_DIR=. [2021-05-07T08:40:29.369Z] + '[' '!' -z /w/workspace/edgex-go/115 ']' [2021-05-07T08:40:29.369Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/115 [2021-05-07T08:40:29.369Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/115]' [2021-05-07T08:40:29.369Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/115] [2021-05-07T08:40:29.369Z] + cd /w/workspace/edgex-go/115 [2021-05-07T08:40:29.369Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-07T08:40:29.369Z] Reading package lists... [2021-05-07T08:40:29.565Z] 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-07T08:40:29.630Z] Building dependency tree... [2021-05-07T08:40:29.631Z] Reading state information... [2021-05-07T08:40:29.631Z] The following packages were automatically installed and are no longer required: [2021-05-07T08:40:29.631Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-07T08:40:29.631Z] uidmap xdelta3 [2021-05-07T08:40:29.631Z] Use 'sudo apt autoremove' to remove them. [2021-05-07T08:40:29.891Z] The following packages will be REMOVED: [2021-05-07T08:40:29.891Z] lxd* lxd-client* [2021-05-07T08:40:30.153Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-07T08:40:30.153Z] After this operation, 31.7 MB disk space will be freed. [2021-05-07T08:40:31.219Z] (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-07T08:40:31.219Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-07T08:40:32.164Z] Removing lxd dnsmasq configuration [2021-05-07T08:40:32.164Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-07T08:40:32.426Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-07T08:40:32.961Z] 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-07T08:40:32.997Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-07T08:40:33.258Z] (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-07T08:40:33.258Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-07T08:40:34.649Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-07T08:40:34.649Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-07T08:40:36.039Z] + sudo snap remove --purge lxd [2021-05-07T08:40:36.300Z] snap "lxd" is not installed [2021-05-07T08:40:36.300Z] + sudo groupadd --force --system lxd [2021-05-07T08:40:36.300Z] ++ whoami [2021-05-07T08:40:36.300Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-07T08:40:36.300Z] + newgrp - lxd [2021-05-07T08:40:36.300Z] + sudo snap install lxd [Pipeline] } [2021-05-07T08:40:38.377Z] $ docker stop --time=1 1e034f6d5c11c9941571e315842693eba0a46417d46b7d936a5d4b1ab7c1dcdf [2021-05-07T08:40:41.097Z] $ docker rm -f 1e034f6d5c11c9941571e315842693eba0a46417d46b7d936a5d4b1ab7c1dcdf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T08:40:42.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-07T08:40:42.899Z] [2021-05-07T08:40:42.899Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T08:40:43.248Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-07T08:40:43.518Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-07T08:40:43.518Z] 29e5d40040c1: Pulling fs layer [2021-05-07T08:40:43.518Z] 1ce36da41761: Pulling fs layer [2021-05-07T08:40:43.518Z] 25b303627fd3: Pulling fs layer [2021-05-07T08:40:43.792Z] 29e5d40040c1: Verifying Checksum [2021-05-07T08:40:43.792Z] 29e5d40040c1: Download complete [2021-05-07T08:40:44.388Z] 29e5d40040c1: Pull complete [2021-05-07T08:40:44.662Z] 1ce36da41761: Verifying Checksum [2021-05-07T08:40:44.662Z] 1ce36da41761: Download complete [2021-05-07T08:40:46.098Z] 1ce36da41761: Pull complete [2021-05-07T08:40:46.306Z] 2021-05-07T08:40:43Z INFO Waiting for automatic snapd restart... [2021-05-07T08:40:46.371Z] 25b303627fd3: Verifying Checksum [2021-05-07T08:40:46.371Z] 25b303627fd3: Download complete [2021-05-07T08:40:56.525Z] 25b303627fd3: Pull complete [2021-05-07T08:40:56.525Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-07T08:40:56.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-07T08:40:56.525Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-07T08:40:56.746Z] prd-ubuntu18.04-docker-arm64-4c-16g-3507 does not seem to be running inside a container [2021-05-07T08:40:56.805Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07T08:40:59.734Z] $ docker top f1a2cd15fa4eea8cfe625137904d9c46ed087696c766c92b0bc8792a9dffb7aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T08:41:00.700Z] + + grep paralleldocker-compose [2021-05-07T08:41:00.700Z] build --help [2021-05-07T08:41:01.235Z] lxd 4.13 from Canonical* installed [2021-05-07T08:41:01.235Z] + sudo lxd init --auto [2021-05-07T08:41:04.061Z] --parallel Build images in parallel. [Pipeline] } [2021-05-07T08:41:04.338Z] $ docker stop --time=1 f1a2cd15fa4eea8cfe625137904d9c46ed087696c766c92b0bc8792a9dffb7aa [2021-05-07T08:41:06.244Z] $ docker rm -f f1a2cd15fa4eea8cfe625137904d9c46ed087696c766c92b0bc8792a9dffb7aa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T08:41:06.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-07T08:41:06.899Z] . [Pipeline] withDockerContainer [2021-05-07T08:41:07.159Z] prd-ubuntu18.04-docker-arm64-4c-16g-3507 does not seem to be running inside a container [2021-05-07T08:41:07.227Z] $ 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/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07T08:41:08.533Z] $ docker top 3846b81857ae3f88aecfbf49935f6d6d6675f85d5a41ae66a66d8958015889b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T08:41:09.432Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-07T08:41:09.719Z] + sudo snap install --classic snapcraft [2021-05-07T08:41:12.794Z] Building docker-core-command-go ... [2021-05-07T08:41:12.794Z] Building docker-core-data-go ... [2021-05-07T08:41:12.794Z] Building docker-core-metadata-go ... [2021-05-07T08:41:12.794Z] Building docker-security-bootstrapper-go ... [2021-05-07T08:41:12.794Z] Building docker-security-proxy-setup-go ... [2021-05-07T08:41:12.794Z] Building docker-security-secretstore-setup-go ... [2021-05-07T08:41:12.794Z] Building docker-support-notifications-go ... [2021-05-07T08:41:12.794Z] Building docker-support-scheduler-go ... [2021-05-07T08:41:12.794Z] Building docker-sys-mgmt-agent-go ... [2021-05-07T08:41:12.794Z] Building docker-sys-mgmt-agent-go [2021-05-07T08:41:12.794Z] Building docker-core-data-go [2021-05-07T08:41:12.794Z] Building docker-support-notifications-go [2021-05-07T08:41:12.794Z] Building docker-support-scheduler-go [2021-05-07T08:41:12.794Z] Building docker-security-bootstrapper-go [2021-05-07T08:41:17.866Z] snapcraft 4.7.1 from Canonical* installed [2021-05-07T08:41:17.866Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-07T08:41:17.866Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-07T08:41:17.866Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-07T08:41:17.866Z] Dload Upload Total Spent Left Speed [2021-05-07T08:41:17.866Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3968 0 --:--:-- --:--:-- --:--:-- 3943 [2021-05-07T08:41:17.866Z] 100 3325k 100 3325k 0 0 11.7M 0 --:--:-- --:--:-- --:--:-- 11.7M [2021-05-07T08:41:17.866Z] ./yq_linux_amd64 [2021-05-07T08:41:17.866Z] + sudo snapcraft prime --use-lxd [2021-05-07T08:41:19.257Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-07T08:41:19.257Z] 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-07T08:41:19.257Z] - README.md [2021-05-07T08:41:19.258Z] [2021-05-07T08:41:19.258Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-07T08:41:20.206Z] Launching a container. [2021-05-07T08:41:42.226Z] Waiting for container to be ready [2021-05-07T08:41:42.226Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-07T08:41:42.226Z] [2021-05-07T08:41:42.488Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-07T08:41:42.750Z] Waiting for network to be ready... [2021-05-07T08:41:43.323Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-07T08:41:43.323Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-07T08:41:43.323Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-07T08:41:43.583Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-07T08:41:43.583Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-07T08:41:43.583Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-07T08:41:43.583Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-07T08:41:43.583Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-07T08:41:43.583Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-07T08:41:43.583Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-07T08:41:43.846Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-07T08:41:44.107Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-07T08:41:44.107Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-07T08:41:44.107Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-07T08:41:44.368Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-07T08:41:44.368Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-07T08:41:44.368Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-07T08:41:44.368Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-07T08:41:44.629Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-07T08:41:44.629Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-07T08:41:44.891Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-07T08:41:44.891Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-07T08:41:44.891Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-07T08:41:44.891Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-07T08:41:44.891Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-07T08:41:44.891Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-07T08:41:44.891Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-07T08:41:49.114Z] Fetched 24.5 MB in 5s (4677 kB/s) [2021-05-07T08:41:49.685Z] Reading package lists... [2021-05-07T08:41:49.685Z] Reading package lists... [2021-05-07T08:41:49.946Z] Building dependency tree... [2021-05-07T08:41:49.946Z] Reading state information... [2021-05-07T08:41:50.206Z] The following additional packages will be installed: [2021-05-07T08:41:50.206Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-07T08:41:50.206Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-07T08:41:50.206Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-07T08:41:50.206Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-07T08:41:50.206Z] Suggested packages: [2021-05-07T08:41:50.206Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-07T08:41:50.206Z] Recommended packages: [2021-05-07T08:41:50.206Z] gnupg libsasl2-modules [2021-05-07T08:41:50.206Z] The following NEW packages will be installed: [2021-05-07T08:41:50.206Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-07T08:41:50.206Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-07T08:41:50.206Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-07T08:41:50.206Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-07T08:41:50.206Z] The following packages will be upgraded: [2021-05-07T08:41:50.206Z] gpg gpg-agent gpgconf libudev1 [2021-05-07T08:41:50.206Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-07T08:41:50.206Z] Need to get 3530 kB of archives. [2021-05-07T08:41:50.206Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-07T08:41:50.206Z] 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-07T08:41:50.467Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-07T08:41:50.467Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-07T08:41:50.728Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-07T08:41:50.728Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-07T08:41:50.728Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-07T08:41:51.299Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-07T08:41:51.300Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-07T08:41:51.300Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-07T08:41:51.300Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-07T08:41:51.300Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-07T08:41:51.561Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-07T08:41:51.562Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-07T08:41:51.562Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-07T08:41:51.562Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-07T08:41:51.562Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-07T08:41:51.562Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-07T08:41:51.562Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-07T08:41:51.562Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-07T08:41:51.822Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-07T08:41:51.822Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-07T08:41:51.822Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-07T08:41:52.084Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-07T08:41:52.084Z] Fetched 3530 kB in 2s (1934 kB/s) [2021-05-07T08:41:52.084Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-07T08:41:52.084Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-07T08:41:52.345Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-07T08:41:52.345Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-07T08:41:52.345Z] Selecting previously unselected package udev. [2021-05-07T08:41:52.345Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-07T08:41:52.345Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-07T08:41:52.345Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-07T08:41:52.607Z] Selecting previously unselected package libfuse2:amd64. [2021-05-07T08:41:52.607Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-07T08:41:52.607Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-07T08:41:52.869Z] Selecting previously unselected package fuse. [2021-05-07T08:41:52.869Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-07T08:41:52.869Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-07T08:41:52.869Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-07T08:41:52.870Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-07T08:41:53.131Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-07T08:41:53.131Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-07T08:41:53.131Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-07T08:41:53.131Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-07T08:41:53.392Z] Selecting previously unselected package libksba8:amd64. [2021-05-07T08:41:53.392Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-07T08:41:53.392Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-07T08:41:53.392Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-07T08:41:53.392Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-07T08:41:53.392Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-07T08:41:53.392Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-07T08:41:53.392Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-07T08:41:53.392Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-07T08:41:53.654Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-07T08:41:53.654Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-07T08:41:53.654Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-07T08:41:53.654Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-07T08:41:53.654Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-07T08:41:53.654Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-07T08:41:53.919Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-07T08:41:53.919Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-07T08:41:53.919Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-07T08:41:53.920Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-07T08:41:53.920Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-07T08:41:53.920Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-07T08:41:54.494Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-07T08:41:54.494Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-07T08:41:54.494Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-07T08:41:54.494Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-07T08:41:54.494Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-07T08:41:54.494Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-07T08:41:54.494Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-07T08:41:54.494Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-07T08:41:54.494Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-07T08:41:54.494Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-07T08:41:54.494Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-07T08:41:54.494Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-07T08:41:54.756Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-07T08:41:54.756Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-07T08:41:54.756Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-07T08:41:54.756Z] Selecting previously unselected package libldap-common. [2021-05-07T08:41:54.756Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-07T08:41:54.756Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-07T08:41:54.756Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-07T08:41:54.756Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-07T08:41:54.756Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-07T08:41:55.018Z] Selecting previously unselected package dirmngr. [2021-05-07T08:41:55.018Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-07T08:41:55.018Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-07T08:41:55.018Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-07T08:41:55.018Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-07T08:41:55.279Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-07T08:41:55.279Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-07T08:41:55.279Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-07T08:41:55.279Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-07T08:41:55.279Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-07T08:41:55.279Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-07T08:41:55.279Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-07T08:41:55.279Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-07T08:41:55.853Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-07T08:41:55.853Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-07T08:41:55.853Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-07T08:41:55.853Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-07T08:41:56.114Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-07T08:41:56.114Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-07T08:41:56.114Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-07T08:41:56.114Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-07T08:41:56.115Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-07T08:41:56.115Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-07T08:41:56.115Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-07T08:41:56.115Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-07T08:41:56.115Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-07T08:41:56.115Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-07T08:41:56.115Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-07T08:41:56.688Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-07T08:41:56.688Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-07T08:41:56.688Z] This means they are not meant to be enabled using systemctl. [2021-05-07T08:41:56.688Z] Possible reasons for having this kind of units are: [2021-05-07T08:41:56.688Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-07T08:41:56.688Z] .wants/ or .requires/ directory. [2021-05-07T08:41:56.688Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-07T08:41:56.688Z] a requirement dependency on it. [2021-05-07T08:41:56.688Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-07T08:41:56.688Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-07T08:41:56.688Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-07T08:41:56.688Z] instance name specified. [2021-05-07T08:41:56.949Z] Reading package lists... [2021-05-07T08:41:57.211Z] Building dependency tree... [2021-05-07T08:41:57.211Z] Reading state information... [2021-05-07T08:41:57.473Z] The following additional packages will be installed: [2021-05-07T08:41:57.473Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-07T08:41:57.473Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-07T08:41:57.473Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-07T08:41:57.473Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-07T08:41:57.473Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-07T08:41:57.473Z] Suggested packages: [2021-05-07T08:41:57.473Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-07T08:41:57.473Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-07T08:41:57.473Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-07T08:41:57.473Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-07T08:41:57.473Z] systemd-container policykit-1 [2021-05-07T08:41:57.474Z] Recommended packages: [2021-05-07T08:41:57.474Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-07T08:41:57.474Z] The following NEW packages will be installed: [2021-05-07T08:41:57.474Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-07T08:41:57.474Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-07T08:41:57.474Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-07T08:41:57.474Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-07T08:41:57.474Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-07T08:41:57.474Z] The following packages will be upgraded: [2021-05-07T08:41:57.474Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-07T08:41:57.474Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-07T08:41:57.474Z] Need to get 35.2 MB of archives. [2021-05-07T08:41:57.474Z] After this operation, 141 MB of additional disk space will be used. [2021-05-07T08:41:57.474Z] 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-07T08:41:57.737Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-07T08:41:58.009Z] 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-07T08:41:58.009Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-07T08:41:58.009Z] 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-07T08:41:58.009Z] 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-07T08:41:58.271Z] 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-07T08:41:58.271Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-07T08:41:58.271Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-07T08:41:58.271Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-07T08:41:58.271Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-07T08:41:58.271Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-07T08:41:58.271Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-07T08:41:58.271Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-07T08:41:58.271Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-07T08:41:58.271Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-07T08:41:58.271Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-07T08:41:59.213Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-07T08:41:59.213Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-07T08:41:59.213Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-07T08:41:59.473Z] 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-07T08:41:59.474Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-07T08:41:59.474Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-07T08:41:59.474Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-07T08:41:59.474Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-07T08:41:59.474Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-07T08:41:59.474Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-07T08:41:59.474Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-07T08:41:59.474Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-07T08:41:59.474Z] 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-07T08:41:59.735Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-07T08:41:59.735Z] Fetched 35.2 MB in 2s (17.1 MB/s) [2021-05-07T08:41:59.735Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-07T08:41:59.735Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-07T08:41:59.995Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-07T08:42:00.566Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-07T08:42:00.567Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-07T08:42:00.567Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-07T08:42:00.828Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-07T08:42:00.828Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-07T08:42:00.828Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-07T08:42:01.088Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-07T08:42:01.088Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-07T08:42:01.088Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-07T08:42:01.088Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-07T08:42:01.667Z] Setting up apt (1.6.13) ... [2021-05-07T08:42:01.667Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-07T08:42:01.932Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-07T08:42:01.932Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-07T08:42:01.932Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-07T08:42:02.194Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-07T08:42:02.456Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-07T08:42:02.456Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-07T08:42:02.456Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-07T08:42:02.456Z] Selecting previously unselected package libexpat1:amd64. [2021-05-07T08:42:02.456Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-07T08:42:02.456Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-07T08:42:02.719Z] Selecting previously unselected package python3.6-minimal. [2021-05-07T08:42:02.719Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-07T08:42:02.719Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-07T08:42:02.980Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-07T08:42:02.980Z] Checking for services that may need to be restarted...done. [2021-05-07T08:42:02.980Z] Checking for services that may need to be restarted...done. [2021-05-07T08:42:02.980Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-07T08:42:03.242Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-07T08:42:03.242Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-07T08:42:03.814Z] Selecting previously unselected package python3-minimal. [2021-05-07T08:42:03.814Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-07T08:42:03.814Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-07T08:42:03.814Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-07T08:42:03.814Z] Selecting previously unselected package mime-support. [2021-05-07T08:42:03.814Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-07T08:42:03.814Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-07T08:42:03.814Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-07T08:42:03.814Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-07T08:42:03.814Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-07T08:42:04.076Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-07T08:42:04.076Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-07T08:42:04.076Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-07T08:42:04.337Z] Selecting previously unselected package python3.6. [2021-05-07T08:42:04.338Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-07T08:42:04.338Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-07T08:42:05.730Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-07T08:42:05.730Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-07T08:42:05.730Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-07T08:42:05.730Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-07T08:42:05.730Z] Selecting previously unselected package python3. [2021-05-07T08:42:05.730Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-07T08:42:05.730Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-07T08:42:05.730Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-07T08:42:05.991Z] Selecting previously unselected package multiarch-support. [2021-05-07T08:42:05.991Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-07T08:42:05.991Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-07T08:42:05.991Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-07T08:42:05.991Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-07T08:42:05.991Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-07T08:42:05.991Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-07T08:42:05.991Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-07T08:42:06.252Z] Selecting previously unselected package libbsd0:amd64. [2021-05-07T08:42:06.252Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-07T08:42:06.252Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-07T08:42:06.252Z] Selecting previously unselected package sudo. [2021-05-07T08:42:06.252Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-07T08:42:06.252Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-07T08:42:06.514Z] Selecting previously unselected package apparmor. [2021-05-07T08:42:06.514Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-07T08:42:06.514Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-07T08:42:06.514Z] Selecting previously unselected package libedit2:amd64. [2021-05-07T08:42:06.514Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-07T08:42:06.514Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-07T08:42:06.775Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-07T08:42:06.775Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-07T08:42:06.775Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-07T08:42:06.775Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-07T08:42:06.775Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-07T08:42:06.775Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-07T08:42:07.036Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-07T08:42:07.036Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-07T08:42:07.036Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-07T08:42:07.036Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-07T08:42:07.036Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-07T08:42:07.036Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-07T08:42:07.297Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-07T08:42:07.297Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-07T08:42:07.297Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-07T08:42:07.297Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-07T08:42:07.297Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-07T08:42:07.297Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-07T08:42:07.558Z] Selecting previously unselected package openssh-client. [2021-05-07T08:42:07.559Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-07T08:42:07.559Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-07T08:42:07.820Z] Selecting previously unselected package squashfs-tools. [2021-05-07T08:42:07.820Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-07T08:42:07.820Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-07T08:42:07.820Z] Selecting previously unselected package snapd. [2021-05-07T08:42:07.820Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-07T08:42:07.820Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-07T08:42:10.475Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-07T08:42:10.475Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-07T08:42:10.736Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-07T08:42:11.309Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-07T08:42:11.309Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-07T08:42:11.570Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-07T08:42:11.570Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-07T08:42:11.570Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-07T08:42:11.570Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-07T08:42:12.143Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-07T08:42:12.143Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-07T08:42:12.143Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-07T08:42:12.406Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-07T08:42:12.406Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-07T08:42:12.406Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-07T08:42:13.358Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-07T08:42:13.358Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-07T08:42:13.358Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-07T08:42:13.358Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-07T08:42:13.358Z] running python rtupdate hooks for python3.6... [2021-05-07T08:42:13.358Z] running python post-rtupdate hooks for python3.6... [2021-05-07T08:42:13.358Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-07T08:42:14.748Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-07T08:42:15.010Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-07T08:42:15.010Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-07T08:42:15.271Z] Setting up snapd (2.48.3+18.04) ... [2021-05-07T08:42:15.844Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-07T08:42:15.844Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-07T08:42:16.105Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-07T08:42:16.370Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-07T08:42:16.632Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-07T08:42:16.632Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-07T08:42:16.894Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-07T08:42:17.154Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-07T08:42:17.415Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-07T08:42:17.677Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-07T08:42:17.677Z] /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-07T08:42:17.939Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-07T08:42:17.939Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-07T08:42:19.326Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-07T08:42:19.326Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-07T08:42:19.326Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-07T08:42:21.530Z] Reading package lists... [2021-05-07T08:42:21.530Z] Reading package lists... [2021-05-07T08:42:21.530Z] Building dependency tree... [2021-05-07T08:42:21.530Z] Reading state information... [2021-05-07T08:42:21.792Z] Calculating upgrade... [2021-05-07T08:42:21.792Z] The following packages will be upgraded: [2021-05-07T08:42:21.792Z] advancecomp base-files bash binutils binutils-common [2021-05-07T08:42:21.792Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-07T08:42:21.792Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-07T08:42:21.792Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-07T08:42:21.792Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-07T08:42:21.792Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-07T08:42:21.792Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-07T08:42:21.792Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-07T08:42:21.792Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-07T08:42:21.792Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-07T08:42:21.792Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-07T08:42:21.792Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-07T08:42:21.792Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-07T08:42:21.792Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-07T08:42:21.792Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-07T08:42:22.064Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-07T08:42:22.064Z] Need to get 64.0 MB of archives. [2021-05-07T08:42:22.065Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-07T08:42:22.065Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-07T08:42:22.065Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-07T08:42:22.065Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-07T08:42:22.065Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-07T08:42:22.065Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-07T08:42:22.065Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-07T08:42:22.065Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-07T08:42:22.065Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-07T08:42:22.065Z] 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-07T08:42:22.065Z] 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-07T08:42:22.065Z] 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-07T08:42:22.065Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-07T08:42:22.065Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-07T08:42:22.065Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-07T08:42:22.065Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-07T08:42:22.065Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-07T08:42:22.065Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-07T08:42:22.065Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-07T08:42:22.330Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-07T08:42:22.330Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-07T08:42:22.330Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-07T08:42:22.330Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-07T08:42:22.330Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-07T08:42:22.330Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-07T08:42:22.330Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-07T08:42:22.330Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-07T08:42:22.330Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-07T08:42:22.330Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-07T08:42:22.330Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-07T08:42:22.330Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-07T08:42:22.330Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-07T08:42:22.330Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-07T08:42:22.330Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-07T08:42:22.330Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-07T08:42:22.330Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-07T08:42:22.330Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-07T08:42:22.330Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-07T08:42:22.330Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-07T08:42:22.330Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-07T08:42:22.330Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-07T08:42:22.330Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-07T08:42:22.330Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-07T08:42:22.595Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-07T08:42:22.595Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-07T08:42:22.595Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-07T08:42:22.595Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-07T08:42:22.595Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-07T08:42:22.595Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-07T08:42:22.595Z] Get:49 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-07T08:42:22.595Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-07T08:42:22.595Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-07T08:42:22.595Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-07T08:42:22.595Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-07T08:42:22.595Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-07T08:42:22.595Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-07T08:42:22.595Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-07T08:42:22.857Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-07T08:42:22.857Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-07T08:42:22.857Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-07T08:42:22.857Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-07T08:42:22.857Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-07T08:42:23.119Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-07T08:42:23.119Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-07T08:42:23.119Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-07T08:42:23.119Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-07T08:42:23.120Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-07T08:42:23.120Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-07T08:42:23.120Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-07T08:42:23.120Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-07T08:42:23.120Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-07T08:42:23.120Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-07T08:42:23.120Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-07T08:42:23.120Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-07T08:42:23.120Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-07T08:42:23.120Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-07T08:42:23.120Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-07T08:42:23.120Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-07T08:42:23.120Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-07T08:42:23.382Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-07T08:42:23.382Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-07T08:42:23.382Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-07T08:42:23.382Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-07T08:42:23.382Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-05-07T08:42:23.382Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-07T08:42:23.382Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-07T08:42:23.382Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-07T08:42:23.382Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-07T08:42:23.382Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-07T08:42:23.382Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-07T08:42:23.382Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-07T08:42:23.382Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-07T08:42:23.382Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-07T08:42:23.382Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-07T08:42:23.382Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-07T08:42:23.382Z] Get:95 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-07T08:42:23.382Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-07T08:42:23.643Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-07T08:42:23.643Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-07T08:42:23.643Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-07T08:42:23.643Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-07T08:42:23.643Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-07T08:42:23.905Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-07T08:42:23.905Z] Fetched 64.0 MB in 2s (38.4 MB/s) [2021-05-07T08:42:23.905Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:23.905Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-07T08:42:23.905Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-07T08:42:24.855Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-07T08:42:24.855Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-07T08:42:24.855Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-07T08:42:24.855Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-07T08:42:25.427Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:25.689Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-07T08:42:25.689Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:25.689Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-07T08:42:25.951Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:25.951Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-07T08:42:25.951Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:25.951Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-07T08:42:26.216Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:26.216Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-07T08:42:26.216Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:26.216Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-07T08:42:26.483Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:26.483Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-07T08:42:26.483Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-07T08:42:26.483Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-07T08:42:26.483Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:26.745Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-07T08:42:26.745Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-07T08:42:26.745Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-07T08:42:26.745Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:26.745Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-07T08:42:27.007Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:27.007Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-07T08:42:27.007Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:27.270Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-07T08:42:27.270Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-07T08:42:27.532Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-07T08:42:27.532Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-07T08:42:27.532Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-07T08:42:28.111Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-07T08:42:28.372Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-07T08:42:28.372Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-07T08:42:28.372Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-07T08:42:28.372Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-07T08:42:28.372Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-07T08:42:28.633Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-07T08:42:28.633Z] Installing new version of config file /etc/issue ... [2021-05-07T08:42:28.633Z] Installing new version of config file /etc/issue.net ... [2021-05-07T08:42:28.633Z] Installing new version of config file /etc/lsb-release ... [2021-05-07T08:42:28.633Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-07T08:42:28.893Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-07T08:42:28.893Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-07T08:42:28.893Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-07T08:42:29.156Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:29.156Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-07T08:42:29.156Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-07T08:42:29.419Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-07T08:42:29.419Z] 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-07T08:42:29.419Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:29.419Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-07T08:42:29.419Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-07T08:42:29.681Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-07T08:42:29.681Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:29.681Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-07T08:42:29.681Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-07T08:42:29.941Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-07T08:42:29.941Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:29.941Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-07T08:42:29.941Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-07T08:42:30.202Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-07T08:42:30.464Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:30.464Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-07T08:42:30.464Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-07T08:42:30.464Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-07T08:42:30.464Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:30.464Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-07T08:42:30.464Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-07T08:42:30.733Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-07T08:42:30.733Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:30.733Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-07T08:42:30.733Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-07T08:42:30.994Z] Setting up grep (3.1-2build1) ... [2021-05-07T08:42:30.994Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:30.994Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-07T08:42:30.994Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-07T08:42:31.256Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-07T08:42:31.518Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:31.518Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-07T08:42:31.518Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-07T08:42:31.518Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-07T08:42:31.779Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:31.779Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-07T08:42:31.779Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-07T08:42:32.352Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-07T08:42:32.352Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-07T08:42:32.613Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-07T08:42:32.613Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-07T08:42:33.186Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-07T08:42:33.186Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:33.186Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-07T08:42:33.186Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-07T08:42:34.576Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-07T08:42:34.576Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-07T08:42:34.576Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-07T08:42:34.577Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-07T08:42:34.619Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T08:42:34.619Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T08:42:34.619Z] ---> 8ff24f62466a [2021-05-07T08:42:34.619Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T08:42:34.619Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T08:42:34.619Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-07T08:42:34.619Z] ---> 8ff24f62466a [2021-05-07T08:42:34.619Z] Step 3/22 : WORKDIR /edgex-go [2021-05-07T08:42:34.619Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T08:42:34.619Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-07T08:42:34.619Z] ---> 8ff24f62466a [2021-05-07T08:42:34.619Z] Step 3/22 : WORKDIR /edgex-go [2021-05-07T08:42:34.619Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T08:42:34.619Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-07T08:42:34.619Z] ---> 8ff24f62466a [2021-05-07T08:42:34.619Z] Step 3/31 : WORKDIR /edgex-go [2021-05-07T08:42:34.619Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T08:42:34.619Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T08:42:34.619Z] ---> 8ff24f62466a [2021-05-07T08:42:34.619Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T08:42:34.619Z] ---> Running in cc9e186121e0 [2021-05-07T08:42:34.619Z] ---> Running in 4384e4347fd9 [2021-05-07T08:42:34.619Z] ---> Running in 796b3d88683a [2021-05-07T08:42:34.619Z] ---> Running in 9b879fc0d1d0 [2021-05-07T08:42:34.619Z] ---> Running in 13169e113e00 [2021-05-07T08:42:34.619Z] Removing intermediate container cc9e186121e0 [2021-05-07T08:42:34.619Z] ---> 8f7c6de608f6 [2021-05-07T08:42:34.619Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:42:34.619Z] Removing intermediate container 796b3d88683a [2021-05-07T08:42:34.619Z] ---> 4d0f7d3cd23f [2021-05-07T08:42:34.619Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:42:34.619Z] ---> Running in 6b7c05b04562 [2021-05-07T08:42:34.619Z] ---> Running in 5b08ec3c3cd4 [2021-05-07T08:42:34.619Z] Removing intermediate container 9b879fc0d1d0 [2021-05-07T08:42:34.619Z] ---> 98647db8bdac [2021-05-07T08:42:34.619Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:42:34.619Z] Removing intermediate container 4384e4347fd9 [2021-05-07T08:42:34.619Z] ---> c5a2c64f7695 [2021-05-07T08:42:34.619Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:42:34.619Z] Removing intermediate container 13169e113e00 [2021-05-07T08:42:34.619Z] ---> 80638df70a79 [2021-05-07T08:42:34.619Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:42:34.619Z] ---> Running in 2e08d1f5568f [2021-05-07T08:42:34.619Z] ---> Running in 694caa524ed3 [2021-05-07T08:42:34.619Z] ---> Running in 95e3b6a328db [2021-05-07T08:42:34.619Z] Removing intermediate container 6b7c05b04562 [2021-05-07T08:42:34.619Z] ---> 7edc608e2363 [2021-05-07T08:42:34.619Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-07T08:42:34.619Z] Removing intermediate container 5b08ec3c3cd4 [2021-05-07T08:42:34.619Z] ---> c8296f91c761 [2021-05-07T08:42:34.619Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-07T08:42:34.619Z] ---> Running in 49562e1f74f0 [2021-05-07T08:42:34.619Z] Removing intermediate container 694caa524ed3 [2021-05-07T08:42:34.619Z] ---> c3e37fa7bfa9 [2021-05-07T08:42:34.619Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-07T08:42:34.619Z] ---> Running in a2ce0b30944e [2021-05-07T08:42:34.619Z] ---> Running in ab3d60c179dd [2021-05-07T08:42:34.619Z] Removing intermediate container 95e3b6a328db [2021-05-07T08:42:34.619Z] ---> 2361223792ec [2021-05-07T08:42:34.619Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-07T08:42:34.619Z] Removing intermediate container 2e08d1f5568f [2021-05-07T08:42:34.619Z] ---> 87f4281f8646 [2021-05-07T08:42:34.619Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-07T08:42:34.619Z] ---> Running in 7a2dcf7aba9b [2021-05-07T08:42:34.619Z] ---> Running in 2a0abc946884 [2021-05-07T08:42:34.619Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T08:42:34.619Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T08:42:34.619Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T08:42:34.842Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-07T08:42:34.842Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:34.842Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-07T08:42:34.842Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-07T08:42:34.891Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T08:42:34.891Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T08:42:35.103Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-07T08:42:35.103Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:35.103Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-07T08:42:35.103Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-07T08:42:35.365Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-07T08:42:35.365Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:35.365Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-07T08:42:35.483Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T08:42:35.627Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-07T08:42:35.627Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-07T08:42:35.627Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:35.627Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-07T08:42:35.627Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-07T08:42:35.758Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T08:42:35.888Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-07T08:42:35.888Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:35.888Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-07T08:42:35.888Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-07T08:42:36.027Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T08:42:36.150Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-07T08:42:36.150Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:36.150Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-07T08:42:36.150Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-07T08:42:36.306Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T08:42:36.411Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-07T08:42:36.411Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-07T08:42:36.411Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-07T08:42:36.672Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:36.672Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-07T08:42:36.672Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-07T08:42:36.672Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-07T08:42:36.911Z] OK: 218 MiB in 52 packages [2021-05-07T08:42:36.911Z] OK: 218 MiB in 52 packages [2021-05-07T08:42:36.911Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T08:42:36.934Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:36.934Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-07T08:42:36.934Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-07T08:42:36.934Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-07T08:42:36.934Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:36.934Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-07T08:42:36.934Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-07T08:42:37.192Z] OK: 218 MiB in 52 packages [2021-05-07T08:42:37.192Z] OK: 218 MiB in 52 packages [2021-05-07T08:42:37.194Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-07T08:42:37.456Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:37.456Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-07T08:42:37.456Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-07T08:42:38.029Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-07T08:42:38.290Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-07T08:42:38.551Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-07T08:42:38.551Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:38.551Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-07T08:42:38.551Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-07T08:42:38.637Z] Removing intermediate container a2ce0b30944e [2021-05-07T08:42:38.637Z] ---> 33f5a518bcd4 [2021-05-07T08:42:38.637Z] Step 6/23 : COPY go.mod . [2021-05-07T08:42:38.637Z] Removing intermediate container 49562e1f74f0 [2021-05-07T08:42:38.637Z] ---> 4b70f1e6615a [2021-05-07T08:42:38.637Z] Step 6/31 : COPY go.mod . [2021-05-07T08:42:38.813Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-07T08:42:38.912Z] OK: 218 MiB in 52 packages [2021-05-07T08:42:38.912Z] Removing intermediate container 7a2dcf7aba9b [2021-05-07T08:42:38.912Z] ---> 1e6e374c2933 [2021-05-07T08:42:38.912Z] Step 6/22 : COPY go.mod . [2021-05-07T08:42:39.075Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-07T08:42:39.075Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-07T08:42:39.075Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-07T08:42:39.075Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-07T08:42:39.189Z] Removing intermediate container ab3d60c179dd [2021-05-07T08:42:39.189Z] ---> 1bbd37b6caa7 [2021-05-07T08:42:39.189Z] Step 6/22 : COPY go.mod . [2021-05-07T08:42:39.337Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:39.337Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-07T08:42:39.337Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-07T08:42:39.599Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-07T08:42:39.978Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:39.978Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-07T08:42:39.978Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-07T08:42:39.978Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-07T08:42:39.978Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:39.978Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-07T08:42:40.174Z] ---> d3bfb8737eee [2021-05-07T08:42:40.174Z] Step 7/23 : RUN go mod download [2021-05-07T08:42:40.174Z] ---> 14c91edc2cc5 [2021-05-07T08:42:40.174Z] Step 7/31 : RUN go mod download [2021-05-07T08:42:40.174Z] ---> 0ac155a96da5 [2021-05-07T08:42:40.174Z] Step 7/22 : RUN go mod download [2021-05-07T08:42:40.174Z] ---> Running in e617d687fc4a [2021-05-07T08:42:40.174Z] ---> Running in 19b571017ce9 [2021-05-07T08:42:40.292Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-07T08:42:40.292Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-07T08:42:40.292Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:40.292Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-07T08:42:40.292Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-07T08:42:40.461Z] ---> Running in 44f30fd2c2fc [2021-05-07T08:42:40.461Z] ---> 13eb1a8dd0b6 [2021-05-07T08:42:40.461Z] Step 7/22 : RUN go mod download [2021-05-07T08:42:40.571Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-07T08:42:40.571Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:40.571Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-07T08:42:40.571Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-07T08:42:40.743Z] Removing intermediate container 2a0abc946884 [2021-05-07T08:42:40.743Z] ---> 0cd9d00103e9 [2021-05-07T08:42:40.743Z] Step 6/23 : COPY go.mod . [2021-05-07T08:42:40.743Z] ---> Running in 9f35faaff06f [2021-05-07T08:42:40.844Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-07T08:42:40.844Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:40.844Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-07T08:42:41.111Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-07T08:42:41.111Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-07T08:42:41.374Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:41.374Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-07T08:42:41.374Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-07T08:42:41.646Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-07T08:42:41.646Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-07T08:42:41.646Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-07T08:42:41.735Z] ---> 7071fa531e33 [2021-05-07T08:42:41.735Z] Step 7/23 : RUN go mod download [2021-05-07T08:42:41.922Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-07T08:42:41.922Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-07T08:42:41.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:41.922Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-07T08:42:41.922Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-07T08:42:42.010Z] ---> Running in affa85eb6560 [2021-05-07T08:42:42.275Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-07T08:42:42.275Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:42.275Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-07T08:42:42.543Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-07T08:42:42.808Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-07T08:42:43.070Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:43.070Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-07T08:42:43.070Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-07T08:42:43.070Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-07T08:42:43.070Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:43.070Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-07T08:42:43.332Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-07T08:42:43.332Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-07T08:42:43.332Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:43.332Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-07T08:42:43.594Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-07T08:42:43.856Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-07T08:42:43.856Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:43.856Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-07T08:42:44.119Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-07T08:42:44.119Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-07T08:42:44.119Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:44.119Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-07T08:42:44.119Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-07T08:42:44.381Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-07T08:42:44.381Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:44.381Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-07T08:42:44.381Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-07T08:42:44.642Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-07T08:42:44.642Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:44.642Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-07T08:42:44.642Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-07T08:42:44.643Z] Removing intermediate container e617d687fc4a [2021-05-07T08:42:44.643Z] ---> d9c47a056983 [2021-05-07T08:42:44.643Z] Step 8/23 : COPY . . [2021-05-07T08:42:44.903Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-07T08:42:44.903Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:44.903Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-07T08:42:44.903Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-07T08:42:44.903Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-07T08:42:44.920Z] Removing intermediate container 19b571017ce9 [2021-05-07T08:42:44.920Z] ---> b19b0478f158 [2021-05-07T08:42:44.920Z] Step 8/31 : COPY . . [2021-05-07T08:42:45.165Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:45.165Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-07T08:42:45.165Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-07T08:42:45.165Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-07T08:42:45.195Z] Removing intermediate container 9f35faaff06f [2021-05-07T08:42:45.196Z] ---> a928f774f354 [2021-05-07T08:42:45.196Z] Step 8/22 : COPY . . [2021-05-07T08:42:45.427Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:45.427Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-07T08:42:45.428Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-07T08:42:45.428Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-07T08:42:45.485Z] Removing intermediate container 44f30fd2c2fc [2021-05-07T08:42:45.485Z] ---> 315c4c957241 [2021-05-07T08:42:45.485Z] Step 8/22 : COPY . . [2021-05-07T08:42:45.690Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:45.690Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-07T08:42:45.690Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-07T08:42:45.690Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-07T08:42:45.957Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-07T08:42:45.957Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-07T08:42:45.957Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-07T08:42:45.957Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-07T08:42:45.957Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-07T08:42:45.957Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-07T08:42:46.087Z] Removing intermediate container affa85eb6560 [2021-05-07T08:42:46.087Z] ---> 8b2c40d102cb [2021-05-07T08:42:46.087Z] Step 8/23 : COPY . . [2021-05-07T08:42:46.219Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-07T08:42:46.219Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-07T08:42:46.219Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-07T08:42:46.480Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-07T08:42:46.481Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-07T08:42:46.742Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-07T08:42:46.743Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-07T08:42:46.743Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-07T08:42:47.004Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-07T08:42:47.004Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-07T08:42:47.004Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-07T08:42:47.266Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-07T08:42:47.266Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-07T08:42:47.266Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-07T08:42:47.266Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-07T08:42:47.528Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-07T08:42:47.528Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-07T08:42:47.528Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-07T08:42:47.528Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-07T08:42:47.790Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-07T08:42:47.790Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-07T08:42:48.052Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-07T08:42:48.052Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-07T08:42:48.996Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-07T08:42:48.996Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-07T08:42:49.257Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-07T08:42:49.257Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-07T08:42:49.257Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-07T08:42:49.257Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-07T08:42:49.829Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-07T08:42:49.829Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-07T08:42:49.829Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-07T08:42:49.829Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-07T08:42:50.089Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-07T08:42:50.089Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-07T08:42:50.089Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:50.089Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-07T08:42:50.348Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:50.348Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-07T08:42:50.348Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:50.609Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-07T08:42:50.609Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:50.609Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-07T08:42:51.552Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:51.812Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-07T08:42:52.761Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:52.761Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-07T08:42:53.334Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:53.597Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-07T08:42:53.863Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:53.863Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-07T08:42:54.822Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-07T08:42:54.822Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-07T08:42:54.822Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-07T08:42:55.082Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-07T08:42:55.082Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-07T08:42:55.082Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-07T08:42:55.345Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-07T08:42:55.345Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-07T08:42:55.345Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-07T08:42:55.345Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-07T08:42:55.607Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-07T08:42:55.607Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-07T08:42:55.607Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-07T08:42:55.607Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-07T08:42:55.868Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-07T08:42:55.868Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-07T08:42:55.868Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-07T08:42:56.129Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-07T08:42:56.129Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-07T08:42:56.129Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-07T08:42:56.129Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-07T08:42:56.129Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-07T08:42:56.129Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-07T08:42:56.129Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-07T08:42:56.390Z] [2021-05-07T08:42:56.390Z] Current default time zone: 'Etc/UTC' [2021-05-07T08:42:56.390Z] Local time is now: Fri May 7 08:42:56 UTC 2021. [2021-05-07T08:42:56.390Z] Universal Time is now: Fri May 7 08:42:56 UTC 2021. [2021-05-07T08:42:56.390Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-07T08:42:56.390Z] [2021-05-07T08:42:56.390Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-07T08:42:56.390Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-07T08:42:56.390Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-07T08:42:56.390Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-07T08:42:56.651Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-07T08:42:56.651Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-07T08:42:56.651Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-07T08:42:56.651Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-07T08:42:56.651Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-07T08:42:56.651Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-07T08:42:56.651Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-07T08:42:56.651Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-07T08:42:56.914Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-07T08:42:56.914Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-07T08:42:56.914Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-07T08:42:57.181Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-07T08:42:57.181Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-07T08:42:57.181Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-07T08:42:57.181Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-07T08:42:57.181Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-07T08:42:57.181Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-07T08:42:57.181Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-07T08:42:57.181Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-07T08:42:58.568Z] Updating certificates in /etc/ssl/certs... [2021-05-07T08:42:59.513Z] 23 added, 27 removed; done. [2021-05-07T08:42:59.513Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-07T08:42:59.513Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-07T08:42:59.513Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-07T08:42:59.513Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-07T08:42:59.513Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-07T08:42:59.775Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-07T08:42:59.775Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-07T08:42:59.775Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-07T08:42:59.775Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-07T08:42:59.775Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-07T08:42:59.775Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-07T08:42:59.775Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-07T08:42:59.775Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-07T08:43:00.036Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-07T08:43:00.036Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-07T08:43:00.036Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-07T08:43:00.036Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-07T08:43:00.036Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-07T08:43:00.036Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-07T08:43:00.036Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-07T08:43:00.036Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-07T08:43:00.299Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-07T08:43:00.299Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-07T08:43:00.299Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-07T08:43:00.299Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-07T08:43:00.299Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-07T08:43:00.299Z] Updating certificates in /etc/ssl/certs... [2021-05-07T08:43:00.871Z] 0 added, 0 removed; done. [2021-05-07T08:43:00.872Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-07T08:43:00.872Z] done. [2021-05-07T08:43:01.708Z] Reading package lists... [2021-05-07T08:43:01.708Z] Building dependency tree... [2021-05-07T08:43:01.708Z] Reading state information... [2021-05-07T08:43:01.970Z] The following NEW packages will be installed: [2021-05-07T08:43:01.970Z] apt-transport-https [2021-05-07T08:43:02.231Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-07T08:43:02.231Z] Need to get 1692 B of archives. [2021-05-07T08:43:02.231Z] After this operation, 154 kB of additional disk space will be used. [2021-05-07T08:43:02.231Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-07T08:43:02.493Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-07T08:43:02.493Z] Fetched 1692 B in 0s (5366 B/s) [2021-05-07T08:43:02.493Z] Selecting previously unselected package apt-transport-https. [2021-05-07T08:43:02.493Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-07T08:43:02.493Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-07T08:43:02.493Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-07T08:43:02.493Z] Setting up apt-transport-https (1.6.13) ... [2021-05-07T08:43:03.066Z] Waiting for network to be ready... [2021-05-07T08:43:11.208Z] 2021-05-07T08:43:07Z INFO Waiting for automatic snapd restart... [2021-05-07T08:43:11.208Z] snapd 2.49.2 from Canonical* installed [2021-05-07T08:43:12.151Z] "snapd" switched to the "latest/stable" channel [2021-05-07T08:43:12.151Z] [2021-05-07T08:43:12.898Z] ---> c6f3b9a600e4 [2021-05-07T08:43:12.898Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-07T08:43:12.898Z] ---> b95831f06b27 [2021-05-07T08:43:12.898Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-07T08:43:12.898Z] ---> 52fcd52c5f2a [2021-05-07T08:43:12.898Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-07T08:43:12.898Z] ---> 88df04b37075 [2021-05-07T08:43:12.898Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-07T08:43:12.898Z] ---> Running in 1dadb79ce099 [2021-05-07T08:43:12.898Z] ---> Running in 025182fc0eec [2021-05-07T08:43:12.898Z] ---> Running in ca84c79bbef0 [2021-05-07T08:43:12.898Z] ---> Running in 002c750d5a68 [2021-05-07T08:43:12.898Z] ---> 5aaa252344cf [2021-05-07T08:43:12.898Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-07T08:43:12.898Z] ---> Running in acb569e6c9b8 [2021-05-07T08:43:12.898Z] 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-07T08:43:12.898Z] 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-07T08:43:13.491Z] 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-07T08:43:13.766Z] 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-07T08:43:14.044Z] 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-07T08:43:16.375Z] core18 20210309 from Canonical* installed [2021-05-07T08:43:16.636Z] "core18" switched to the "latest/stable" channel [2021-05-07T08:43:16.636Z] [2021-05-07T08:43:21.943Z] snapcraft 4.7.1 from Canonical* installed [2021-05-07T08:43:21.943Z] "snapcraft" switched to the "latest/stable" channel [2021-05-07T08:43:21.943Z] [2021-05-07T08:43:26.161Z] 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-07T08:43:26.161Z] - README.md [2021-05-07T08:43:26.161Z] [2021-05-07T08:43:26.161Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-07T08:43:32.756Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-07T08:43:32.756Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-07T08:43:32.756Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-07T08:43:32.756Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-07T08:43:34.149Z] Reading package lists... [2021-05-07T08:43:34.410Z] 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-07T08:43:41.001Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-07T08:43:41.001Z] Reading package lists... [2021-05-07T08:43:41.001Z] Building dependency tree... [2021-05-07T08:43:41.001Z] Reading state information... [2021-05-07T08:43:41.001Z] Suggested packages: [2021-05-07T08:43:41.001Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-07T08:43:41.002Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-07T08:43:41.002Z] Recommended packages: [2021-05-07T08:43:41.002Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-07T08:43:41.002Z] The following NEW packages will be installed: [2021-05-07T08:43:41.002Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-07T08:43:41.002Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-07T08:43:41.002Z] pkg-config zip [2021-05-07T08:43:41.002Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-07T08:43:41.002Z] Need to get 7663 kB of archives. [2021-05-07T08:43:41.002Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-07T08:43:41.002Z] 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-07T08:43:41.266Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-07T08:43:41.266Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-07T08:43:41.266Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-07T08:43:41.528Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-07T08:43:41.528Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-07T08:43:43.445Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-07T08:43:44.018Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-07T08:43:44.018Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-07T08:43:44.018Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-07T08:43:44.018Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-07T08:43:44.279Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-07T08:43:44.279Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-07T08:43:44.279Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-07T08:43:44.279Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-07T08:43:44.541Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-07T08:43:44.541Z] Fetched 7663 kB in 3s (2290 kB/s) [2021-05-07T08:43:44.541Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-07T08:43:44.541Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-07T08:43:44.541Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-07T08:43:44.803Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-07T08:43:44.803Z] Selecting previously unselected package libpsl5:amd64. [2021-05-07T08:43:44.803Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-07T08:43:44.803Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-07T08:43:45.064Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-07T08:43:45.064Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-07T08:43:45.064Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-07T08:43:45.064Z] Selecting previously unselected package librtmp1:amd64. [2021-05-07T08:43:45.064Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-07T08:43:45.064Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-07T08:43:45.328Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-07T08:43:45.328Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-07T08:43:45.328Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-07T08:43:45.328Z] Selecting previously unselected package liberror-perl. [2021-05-07T08:43:45.328Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-07T08:43:45.328Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-07T08:43:45.328Z] Selecting previously unselected package git-man. [2021-05-07T08:43:45.328Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-07T08:43:45.328Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-07T08:43:45.589Z] Selecting previously unselected package git. [2021-05-07T08:43:45.589Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-07T08:43:45.589Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-07T08:43:46.561Z] Selecting previously unselected package libnorm1:amd64. [2021-05-07T08:43:46.561Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-07T08:43:46.561Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-07T08:43:46.561Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-07T08:43:46.561Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-07T08:43:46.561Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-07T08:43:46.822Z] Selecting previously unselected package libsodium23:amd64. [2021-05-07T08:43:46.822Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-07T08:43:46.822Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-07T08:43:46.822Z] Selecting previously unselected package libzmq5:amd64. [2021-05-07T08:43:46.822Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-07T08:43:46.822Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-07T08:43:46.822Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-07T08:43:46.822Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-07T08:43:46.822Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-07T08:43:47.082Z] Selecting previously unselected package pkg-config. [2021-05-07T08:43:47.082Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-07T08:43:47.082Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-07T08:43:47.343Z] Selecting previously unselected package zip. [2021-05-07T08:43:47.343Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-07T08:43:47.343Z] Unpacking zip (3.0-11build1) ... [2021-05-07T08:43:47.343Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-07T08:43:47.343Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-07T08:43:47.343Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-07T08:43:47.343Z] Setting up liberror-perl (0.17025-1) ... [2021-05-07T08:43:47.604Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-07T08:43:47.604Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-07T08:43:47.604Z] No schema files found: doing nothing. [2021-05-07T08:43:47.604Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-07T08:43:47.604Z] Setting up zip (3.0-11build1) ... [2021-05-07T08:43:47.604Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-07T08:43:47.604Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-07T08:43:47.604Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-07T08:43:47.866Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-07T08:43:47.866Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-07T08:43:47.866Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-07T08:43:47.866Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-07T08:43:47.866Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-07T08:43:54.458Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-07T08:43:54.727Z] git set to automatically installed. [2021-05-07T08:43:54.727Z] git-man set to automatically installed. [2021-05-07T08:43:54.727Z] libcurl3-gnutls set to automatically installed. [2021-05-07T08:43:54.727Z] liberror-perl set to automatically installed. [2021-05-07T08:43:54.727Z] libglib2.0-0 set to automatically installed. [2021-05-07T08:43:54.727Z] libnghttp2-14 set to automatically installed. [2021-05-07T08:43:54.727Z] libnorm1 set to automatically installed. [2021-05-07T08:43:54.727Z] libpgm-5.2-0 set to automatically installed. [2021-05-07T08:43:54.727Z] libpsl5 set to automatically installed. [2021-05-07T08:43:54.727Z] librtmp1 set to automatically installed. [2021-05-07T08:43:54.727Z] libsodium23 set to automatically installed. [2021-05-07T08:43:54.727Z] libzmq3-dev set to automatically installed. [2021-05-07T08:43:54.727Z] libzmq5 set to automatically installed. [2021-05-07T08:43:54.727Z] pkg-config set to automatically installed. [2021-05-07T08:43:54.727Z] zip set to automatically installed. [2021-05-07T08:43:56.647Z] snapd is not logged in, snap install commands will use sudo [2021-05-07T08:44:03.235Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-07T08:44:03.808Z] snap "core18" has no updates available [2021-05-07T08:44:04.380Z] snapd is not logged in, snap install commands will use sudo [2021-05-07T08:44:10.972Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-07T08:44:25.880Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-07T08:44:25.880Z] Pulling go-build-helper [2021-05-07T08:44:25.880Z] + snapcraftctl pull [2021-05-07T08:44:26.450Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-07T08:44:26.450Z] Skipping pull go-build-helper (already ran) [2021-05-07T08:44:26.450Z] Building go-build-helper [2021-05-07T08:44:26.450Z] + snapcraftctl build [2021-05-07T08:44:28.998Z] Staging go-build-helper [2021-05-07T08:44:28.998Z] + snapcraftctl stage [2021-05-07T08:44:41.236Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-07T08:44:41.236Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-07T08:44:41.236Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-07T08:44:41.236Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-07T08:44:41.236Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-07T08:44:41.236Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-07T08:44:41.236Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-07T08:44:41.236Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-07T08:44:41.236Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-07T08:44:41.236Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-07T08:44:41.236Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-07T08:44:41.236Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-07T08:44:41.236Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-07T08:44:41.236Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-07T08:44:41.236Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-07T08:44:41.236Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-07T08:44:41.236Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-07T08:44:41.236Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-07T08:44:41.236Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-07T08:44:41.236Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-07T08:44:41.236Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-07T08:44:41.236Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-07T08:44:41.236Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-07T08:44:41.236Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-07T08:44:41.236Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-07T08:44:41.236Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-07T08:44:41.236Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-07T08:44:41.236Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-07T08:44:41.236Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-07T08:44:41.236Z] Fetched 224 kB in 0s (0 B/s) [2021-05-07T08:44:41.236Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-07T08:44:41.236Z] Fetched 157 kB in 0s (0 B/s) [2021-05-07T08:44:41.236Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-07T08:44:41.236Z] Fetched 221 kB in 0s (0 B/s) [2021-05-07T08:44:41.236Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-07T08:44:41.236Z] Fetched 143 kB in 0s (0 B/s) [2021-05-07T08:44:41.236Z] Pulling app-service-config [2021-05-07T08:44:41.236Z] + snapcraftctl pull [2021-05-07T08:44:42.621Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-07T08:44:42.882Z] Pulling config-common [2021-05-07T08:44:42.882Z] + snapcraftctl pull [2021-05-07T08:44:48.177Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-07T08:44:48.177Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-07T08:44:48.177Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-07T08:44:48.177Z] Fetched 0 B in 0s (0 B/s) [2021-05-07T08:44:48.177Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-07T08:44:48.177Z] Fetched 0 B in 0s (0 B/s) [2021-05-07T08:44:48.177Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-07T08:44:48.177Z] Fetched 0 B in 0s (0 B/s) [2021-05-07T08:44:48.177Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-07T08:44:48.177Z] Fetched 0 B in 0s (0 B/s) [2021-05-07T08:44:48.177Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-07T08:44:48.177Z] Fetched 0 B in 0s (0 B/s) [2021-05-07T08:44:48.177Z] Pulling edgex-go [2021-05-07T08:44:48.177Z] + snapcraftctl pull [2021-05-07T08:45:14.775Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-07T08:45:14.776Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-07T08:45:14.776Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-07T08:45:14.776Z] Fetched 0 B in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-07T08:45:14.776Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-07T08:45:14.776Z] Fetched 279 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-07T08:45:14.776Z] Fetched 122 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-07T08:45:14.776Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-07T08:45:14.776Z] Fetched 8848 B in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-07T08:45:14.776Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-07T08:45:14.776Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-07T08:45:14.776Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-07T08:45:14.776Z] Fetched 219 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-07T08:45:14.776Z] Fetched 154 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-07T08:45:14.776Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-07T08:45:14.776Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-07T08:45:14.776Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-07T08:45:14.776Z] Fetched 499 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-07T08:45:14.776Z] Fetched 111 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-07T08:45:14.776Z] Fetched 240 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-07T08:45:14.776Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-07T08:45:14.776Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-07T08:45:14.776Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-07T08:45:14.776Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-07T08:45:14.776Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-07T08:45:14.776Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-07T08:45:14.776Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-07T08:45:14.776Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-07T08:45:14.776Z] Fetched 8720 B in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-07T08:45:14.776Z] Fetched 137 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-07T08:45:14.776Z] Fetched 119 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-07T08:45:14.776Z] Fetched 110 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-07T08:45:14.776Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-07T08:45:14.776Z] Fetched 645 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-07T08:45:14.776Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-07T08:45:14.776Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-07T08:45:14.776Z] Fetched 368 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-07T08:45:14.776Z] Fetched 187 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-07T08:45:14.776Z] Fetched 175 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-07T08:45:14.776Z] Fetched 206 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-07T08:45:14.776Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-07T08:45:14.776Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-07T08:45:14.776Z] Fetched 159 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-07T08:45:14.776Z] Fetched 107 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-07T08:45:14.776Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-07T08:45:14.776Z] Pulling static-packages [2021-05-07T08:45:14.776Z] + snapcraftctl pull [2021-05-07T08:45:14.776Z] Pulling version [2021-05-07T08:45:14.776Z] + cd /root/project [2021-05-07T08:45:14.776Z] + [ -f VERSION ] [2021-05-07T08:45:14.776Z] + PROJECT_VERSION=local-dev [2021-05-07T08:45:14.776Z] + git rev-parse --short HEAD [2021-05-07T08:45:14.776Z] + GIT_REVISION=057a86d8 [2021-05-07T08:45:14.776Z] + snapcraftctl set-version local-dev [2021-05-07T08:45:14.776Z] Skipping build go-build-helper (already ran) [2021-05-07T08:45:14.776Z] Building app-service-config [2021-05-07T08:45:14.776Z] + make build [2021-05-07T08:45:14.776Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-07T08:45:16.699Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-05-07T08:45:16.960Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-07T08:45:16.960Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-07T08:45:16.960Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-07T08:45:16.960Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-07T08:45:16.960Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-07T08:45:16.960Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-07T08:45:17.221Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-07T08:45:17.221Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-05-07T08:45:17.482Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-05-07T08:45:17.482Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-07T08:45:17.482Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-07T08:45:17.482Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-07T08:45:17.482Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-07T08:45:17.482Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-07T08:45:17.745Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-07T08:45:17.745Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-07T08:45:18.009Z] go: downloading golang.org/x/text v0.3.2 [2021-05-07T08:45:18.009Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-07T08:45:18.271Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-07T08:45:18.271Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-07T08:45:18.271Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-07T08:45:18.271Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-07T08:45:18.271Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-07T08:45:18.271Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-07T08:45:18.533Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-07T08:45:18.533Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-07T08:45:18.533Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-07T08:45:18.533Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-07T08:45:18.533Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-07T08:45:18.533Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-07T08:45:18.533Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-07T08:45:18.533Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-07T08:45:18.533Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-07T08:45:18.533Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-07T08:45:18.533Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-07T08:45:18.533Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-07T08:45:18.794Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-07T08:45:18.794Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-07T08:45:19.056Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-07T08:45:19.056Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-07T08:45:19.056Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-07T08:45:19.056Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-07T08:45:19.056Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-07T08:45:19.056Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-07T08:45:20.962Z] Removing intermediate container 025182fc0eec [2021-05-07T08:45:20.962Z] ---> 391e0d20247e [2021-05-07T08:45:20.962Z] [2021-05-07T08:45:20.962Z] Step 10/31 : FROM alpine:3.12 [2021-05-07T08:45:20.962Z] 3.12: Pulling from library/alpine [2021-05-07T08:45:20.962Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-07T08:45:20.962Z] Status: Downloaded newer image for alpine:3.12 [2021-05-07T08:45:20.962Z] ---> 9852663dfa18 [2021-05-07T08:45:20.962Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-07T08:45:20.962Z] ---> Running in 8e27c7453164 [2021-05-07T08:45:20.962Z] Removing intermediate container ca84c79bbef0 [2021-05-07T08:45:20.962Z] ---> 2e8beff3f0da [2021-05-07T08:45:20.962Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-07T08:45:20.962Z] ---> Running in 618b0e0ba3b3 [2021-05-07T08:45:20.962Z] Removing intermediate container 8e27c7453164 [2021-05-07T08:45:20.962Z] ---> 7732dbe274c2 [2021-05-07T08:45:20.962Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-07T08:45:20.962Z] ---> Running in abb80a3232f8 [2021-05-07T08:45:20.962Z] 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-07T08:45:20.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T08:45:20.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T08:45:20.962Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-07T08:45:20.962Z] (2/2) Installing su-exec (0.2-r1) [2021-05-07T08:45:20.962Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T08:45:20.962Z] OK: 5 MiB in 16 packages [2021-05-07T08:45:21.956Z] Removing intermediate container abb80a3232f8 [2021-05-07T08:45:21.956Z] ---> 5129187fcfe2 [2021-05-07T08:45:21.956Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-07T08:45:22.556Z] ---> Running in de72f7160985 [2021-05-07T08:45:22.833Z] Removing intermediate container 618b0e0ba3b3 [2021-05-07T08:45:22.833Z] ---> 5b648d329614 [2021-05-07T08:45:22.833Z] [2021-05-07T08:45:22.833Z] Step 11/23 : FROM docker:20.10.0 [2021-05-07T08:45:22.833Z] 20.10.0: Pulling from library/docker [2021-05-07T08:45:24.359Z] Removing intermediate container de72f7160985 [2021-05-07T08:45:24.359Z] ---> c2330c1fb593 [2021-05-07T08:45:24.359Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-07T08:45:25.351Z] ---> Running in 40a92626ab89 [2021-05-07T08:45:26.354Z] Removing intermediate container 002c750d5a68 [2021-05-07T08:45:26.354Z] ---> a81656e644a0 [2021-05-07T08:45:26.354Z] [2021-05-07T08:45:26.354Z] Step 10/22 : FROM alpine:3.12 [2021-05-07T08:45:26.354Z] ---> 9852663dfa18 [2021-05-07T08:45:26.354Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-07T08:45:26.956Z] Removing intermediate container 40a92626ab89 [2021-05-07T08:45:26.956Z] ---> 79e42dee803e [2021-05-07T08:45:26.956Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-07T08:45:27.262Z] ---> Running in 2e7d53ecbb8f [2021-05-07T08:45:27.539Z] ---> Running in a3ff49ae8dc2 [2021-05-07T08:45:27.819Z] Removing intermediate container acb569e6c9b8 [2021-05-07T08:45:27.819Z] ---> 00b2f44c40e4 [2021-05-07T08:45:27.819Z] [2021-05-07T08:45:27.819Z] Step 10/22 : FROM alpine:3.12 [2021-05-07T08:45:27.819Z] ---> 9852663dfa18 [2021-05-07T08:45:27.819Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-07T08:45:28.422Z] ---> Running in 102af78266bf [2021-05-07T08:45:29.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T08:45:30.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T08:45:30.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T08:45:31.190Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T08:45:31.306Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-07T08:45:31.307Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-07T08:45:31.307Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-07T08:45:31.307Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-07T08:45:31.473Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-07T08:45:31.473Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-07T08:45:31.473Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T08:45:31.473Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T08:45:31.764Z] OK: 6 MiB in 16 packages [2021-05-07T08:45:31.764Z] Removing intermediate container a3ff49ae8dc2 [2021-05-07T08:45:31.764Z] ---> 5ae0bd982d89 [2021-05-07T08:45:31.764Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-07T08:45:31.895Z] Building config-common [2021-05-07T08:45:31.895Z] + snapcraftctl build [2021-05-07T08:45:32.044Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-07T08:45:32.045Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T08:45:32.045Z] OK: 5 MiB in 15 packages [2021-05-07T08:45:32.319Z] ---> Running in 545e43219036 [2021-05-07T08:45:33.775Z] Removing intermediate container 545e43219036 [2021-05-07T08:45:33.775Z] ---> d83ccaa1ebe9 [2021-05-07T08:45:33.775Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-07T08:45:35.225Z] Building edgex-go [2021-05-07T08:45:35.235Z] Removing intermediate container 102af78266bf [2021-05-07T08:45:35.235Z] ---> 84fda4929448 [2021-05-07T08:45:35.235Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T08:45:35.487Z] + cd /root/parts/edgex-go/src [2021-05-07T08:45:35.487Z] + make build [2021-05-07T08:45:35.487Z] 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-07T08:45:35.523Z] Removing intermediate container 2e7d53ecbb8f [2021-05-07T08:45:35.523Z] ---> ca4ed8c7d592 [2021-05-07T08:45:35.523Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T08:45:36.061Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-07T08:45:36.061Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.19 [2021-05-07T08:45:36.061Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-07T08:45:36.061Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-07T08:45:36.127Z] ---> 3516a7ad2bbe [2021-05-07T08:45:36.128Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-07T08:45:36.408Z] ---> Running in 202b553a84ca [2021-05-07T08:45:36.408Z] ---> Running in 6bae2a9bd198 [2021-05-07T08:45:36.682Z] ---> Running in 941366e5e40e [2021-05-07T08:45:37.288Z] Removing intermediate container 1dadb79ce099 [2021-05-07T08:45:37.288Z] ---> a9a5ac41a007 [2021-05-07T08:45:37.288Z] [2021-05-07T08:45:37.288Z] Step 10/23 : FROM alpine:3.12 [2021-05-07T08:45:37.288Z] ---> 9852663dfa18 [2021-05-07T08:45:37.288Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-07T08:45:37.288Z] Removing intermediate container 6bae2a9bd198 [2021-05-07T08:45:37.288Z] ---> ad683dc5ca24 [2021-05-07T08:45:37.288Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-07T08:45:37.564Z] Removing intermediate container 202b553a84ca [2021-05-07T08:45:37.564Z] ---> bc0fdfd39395 [2021-05-07T08:45:37.564Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-07T08:45:37.564Z] ---> Running in c855fbc3f80c [2021-05-07T08:45:37.564Z] ---> Running in 5e1cce15b5aa [2021-05-07T08:45:37.564Z] ---> Running in f09dec0c7d83 [2021-05-07T08:45:38.165Z] Removing intermediate container c855fbc3f80c [2021-05-07T08:45:38.165Z] ---> 7550ffb97873 [2021-05-07T08:45:38.165Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-07T08:45:38.441Z] Removing intermediate container f09dec0c7d83 [2021-05-07T08:45:38.441Z] ---> 1135f1ba5ba8 [2021-05-07T08:45:38.441Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-07T08:45:38.441Z] Removing intermediate container 5e1cce15b5aa [2021-05-07T08:45:38.441Z] ---> 5e880d88afd6 [2021-05-07T08:45:38.441Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-07T08:45:38.441Z] ---> Running in 2828fc310023 [2021-05-07T08:45:38.717Z] ---> Running in 5bbe06d5b776 [2021-05-07T08:45:38.717Z] ---> Running in c03839663579 [2021-05-07T08:45:39.321Z] Removing intermediate container 2828fc310023 [2021-05-07T08:45:39.321Z] ---> 4f7d1a0638c2 [2021-05-07T08:45:39.321Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-07T08:45:39.321Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-07T08:45:39.321Z] Removing intermediate container 5bbe06d5b776 [2021-05-07T08:45:39.321Z] ---> 609b07ab656c [2021-05-07T08:45:39.321Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T08:45:39.321Z] ---> Running in c2616c5cd268 [2021-05-07T08:45:39.321Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-07T08:45:39.321Z] ---> eeaf43b92773 [2021-05-07T08:45:39.321Z] 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-07T08:45:39.601Z] Removing intermediate container c03839663579 [2021-05-07T08:45:39.601Z] ---> 71df25aca494 [2021-05-07T08:45:39.601Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T08:45:39.601Z] ---> Running in b94f895f8c2b [2021-05-07T08:45:40.221Z] Removing intermediate container c2616c5cd268 [2021-05-07T08:45:40.221Z] ---> 4072c5fdb6c3 [2021-05-07T08:45:40.221Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:45:40.221Z] Removing intermediate container 941366e5e40e [2021-05-07T08:45:40.221Z] ---> 512c13248248 [2021-05-07T08:45:40.221Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T08:45:40.221Z] ---> Running in 4d3762bbfe86 [2021-05-07T08:45:40.283Z] 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-07T08:45:40.283Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-07T08:45:40.499Z] Removing intermediate container b94f895f8c2b [2021-05-07T08:45:40.499Z] ---> 728a36878a5d [2021-05-07T08:45:40.499Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-07T08:45:40.778Z] ---> fe45c425b444 [2021-05-07T08:45:40.778Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-07T08:45:40.778Z] ---> 9e4cfc6fb256 [2021-05-07T08:45:40.778Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-07T08:45:40.778Z] ---> Running in 5280642f1f46 [2021-05-07T08:45:41.382Z] ---> 954326ab6ec8 [2021-05-07T08:45:41.382Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-07T08:45:42.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T08:45:42.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T08:45:43.459Z] ---> fd8c8406ea49 [2021-05-07T08:45:43.459Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-07T08:45:43.459Z] ---> 8289ae74fbb9 [2021-05-07T08:45:43.459Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-07T08:45:43.459Z] (1/39) Installing readline (8.0.4-r0) [2021-05-07T08:45:43.459Z] (2/39) Installing bash (5.0.17-r0) [2021-05-07T08:45:43.459Z] Executing bash-5.0.17-r0.post-install [2021-05-07T08:45:43.459Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-07T08:45:43.459Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-07T08:45:43.459Z] (5/39) Installing curl (7.76.1-r0) [2021-05-07T08:45:43.459Z] ---> 40a382ee9398 [2021-05-07T08:45:43.459Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-07T08:45:43.459Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-07T08:45:43.459Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-07T08:45:43.459Z] (8/39) Installing expat (2.2.9-r1) [2021-05-07T08:45:43.740Z] (9/39) Installing libffi (3.3-r2) [2021-05-07T08:45:43.740Z] (10/39) Installing gdbm (1.13-r1) [2021-05-07T08:45:43.740Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-07T08:45:43.740Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-07T08:45:43.740Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-07T08:45:44.350Z] Removing intermediate container 4d3762bbfe86 [2021-05-07T08:45:44.350Z] ---> 23924c57a7d7 [2021-05-07T08:45:44.350Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-07T08:45:44.623Z] ---> 9b0e1675ab0e [2021-05-07T08:45:44.623Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-07T08:45:44.900Z] ---> 9ae420e4e7ad [2021-05-07T08:45:44.900Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-07T08:45:44.900Z] ---> Running in e3997c622a49 [2021-05-07T08:45:45.177Z] ---> Running in 2eb0fcf79222 [2021-05-07T08:45:45.177Z] ---> 599a14d2e24b [2021-05-07T08:45:45.177Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-07T08:45:45.177Z] ---> Running in 1774acf9862b [2021-05-07T08:45:45.781Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-07T08:45:45.781Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-07T08:45:45.781Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-07T08:45:45.781Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-07T08:45:45.781Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-07T08:45:45.781Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-07T08:45:45.781Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-07T08:45:45.781Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-07T08:45:46.054Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-07T08:45:46.054Z] Removing intermediate container 2eb0fcf79222 [2021-05-07T08:45:46.054Z] ---> 575a492860fd [2021-05-07T08:45:46.054Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T08:45:46.054Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-07T08:45:46.054Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-07T08:45:46.054Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-07T08:45:46.054Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-07T08:45:46.054Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-07T08:45:46.054Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-07T08:45:46.054Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-07T08:45:46.054Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-07T08:45:46.054Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-07T08:45:46.054Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-07T08:45:46.333Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-07T08:45:46.333Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-07T08:45:46.333Z] Removing intermediate container 1774acf9862b [2021-05-07T08:45:46.333Z] ---> 64be3a5aaeca [2021-05-07T08:45:46.333Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T08:45:46.333Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-07T08:45:46.333Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-07T08:45:46.333Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-07T08:45:46.333Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-07T08:45:46.333Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-07T08:45:46.333Z] ---> Running in 09839d0c865d [2021-05-07T08:45:46.333Z] Executing busybox-1.31.1-r19.trigger [2021-05-07T08:45:46.604Z] OK: 72 MiB in 59 packages [2021-05-07T08:45:46.604Z] ---> Running in e9250255d03d [2021-05-07T08:45:46.604Z] ---> 88352a89e376 [2021-05-07T08:45:46.604Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-07T08:45:46.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T08:45:46.896Z] 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-07T08:45:47.199Z] Removing intermediate container 09839d0c865d [2021-05-07T08:45:47.199Z] ---> 1b00ce0fdca4 [2021-05-07T08:45:47.199Z] Step 20/22 : LABEL arch=arm64 [2021-05-07T08:45:47.199Z] Removing intermediate container e9250255d03d [2021-05-07T08:45:47.199Z] ---> 5b0abb5229e5 [2021-05-07T08:45:47.199Z] Step 20/22 : LABEL arch=arm64 [2021-05-07T08:45:47.199Z] ---> Running in e2649b2185c4 [2021-05-07T08:45:47.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T08:45:47.474Z] ---> Running in 3245db1fff2a [2021-05-07T08:45:47.746Z] ---> 9875036db5f9 [2021-05-07T08:45:47.746Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-07T08:45:47.842Z] 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-07T08:45:48.127Z] Removing intermediate container e2649b2185c4 [2021-05-07T08:45:48.127Z] ---> 28a5f4ed8f5c [2021-05-07T08:45:48.127Z] Step 21/22 : LABEL git_sha=3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [2021-05-07T08:45:48.127Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-07T08:45:48.127Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-07T08:45:48.479Z] ---> Running in 192e15e3f909 [2021-05-07T08:45:48.479Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-07T08:45:48.479Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-07T08:45:48.479Z] ---> Running in abc132fc1ce2 [2021-05-07T08:45:48.479Z] Removing intermediate container 3245db1fff2a [2021-05-07T08:45:48.479Z] ---> 76e3a1929524 [2021-05-07T08:45:48.479Z] Step 21/22 : LABEL git_sha=3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [2021-05-07T08:45:48.479Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-07T08:45:48.820Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-07T08:45:48.820Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T08:45:48.820Z] OK: 8 MiB in 20 packages [2021-05-07T08:45:48.820Z] ---> Running in e7ca1e7b127f [2021-05-07T08:45:49.152Z] Removing intermediate container 192e15e3f909 [2021-05-07T08:45:49.152Z] ---> e378a37aa3fe [2021-05-07T08:45:49.152Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-07T08:45:49.152Z] Removing intermediate container abc132fc1ce2 [2021-05-07T08:45:49.152Z] ---> b454670a29a3 [2021-05-07T08:45:49.152Z] Step 22/22 : LABEL version=0.0.0 [2021-05-07T08:45:49.784Z] 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-07T08:45:49.804Z] ---> Running in d39f6cca68ed [2021-05-07T08:45:49.804Z] Removing intermediate container e7ca1e7b127f [2021-05-07T08:45:49.804Z] ---> 5b1696f71b59 [2021-05-07T08:45:49.804Z] Step 22/22 : LABEL version=0.0.0 [2021-05-07T08:45:50.076Z] ---> Running in 637c829acf91 [2021-05-07T08:45:50.356Z] 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-07T08:45:50.356Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-07T08:45:50.617Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-07T08:45:50.617Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-07T08:45:50.617Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-07T08:45:50.688Z] Removing intermediate container d39f6cca68ed [2021-05-07T08:45:50.688Z] ---> cdf572c32caa [2021-05-07T08:45:50.688Z] [2021-05-07T08:45:50.688Z] Removing intermediate container e3997c622a49 [2021-05-07T08:45:50.688Z] ---> a2d7d3087a69 [2021-05-07T08:45:50.688Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T08:45:50.963Z] ---> c2d3564cd000 [2021-05-07T08:45:50.963Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-07T08:45:50.963Z] Removing intermediate container 637c829acf91 [2021-05-07T08:45:50.963Z] ---> ee5c9b028146 [2021-05-07T08:45:50.963Z] [2021-05-07T08:45:51.234Z] Successfully built cdf572c32caa [2021-05-07T08:45:51.508Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-07T08:45:51.508Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-05-07T08:45:51.508Z] ---> Running in 0ec448edeaf7 [2021-05-07T08:45:51.789Z] Successfully built ee5c9b028146 [2021-05-07T08:45:51.789Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-07T08:45:51.789Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-05-07T08:45:52.059Z] ---> f2a16dc29cf7 [2021-05-07T08:45:52.059Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-07T08:45:52.339Z] Collecting docker-compose==1.23.2 [2021-05-07T08:45:52.339Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-07T08:45:52.533Z] 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-07T08:45:52.795Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-07T08:45:52.795Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-07T08:45:53.319Z] Collecting cached-property<2,>=1.2.0 [2021-05-07T08:45:53.319Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-07T08:45:53.592Z] ---> 89cb88b91d38 [2021-05-07T08:45:53.592Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-07T08:45:53.592Z] 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-07T08:45:54.203Z] Removing intermediate container 0ec448edeaf7 [2021-05-07T08:45:54.203Z] ---> 628aba84955a [2021-05-07T08:45:54.203Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-07T08:45:54.484Z] ---> Running in efd86eb21c0b [2021-05-07T08:45:54.719Z] 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-07T08:45:54.775Z] ---> 8e4fc38b520e [2021-05-07T08:45:54.775Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-07T08:45:55.057Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-07T08:45:55.057Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-07T08:45:55.333Z] ---> Running in cc671b29b444 [2021-05-07T08:45:55.610Z] Removing intermediate container efd86eb21c0b [2021-05-07T08:45:55.610Z] ---> e326343dd1db [2021-05-07T08:45:55.610Z] Step 28/31 : CMD ["gate"] [2021-05-07T08:45:55.893Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-07T08:45:55.894Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-07T08:45:56.110Z] 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-07T08:45:56.110Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-07T08:45:56.176Z] Removing intermediate container cc671b29b444 [2021-05-07T08:45:56.176Z] ---> ea29600c7614 [2021-05-07T08:45:56.176Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T08:45:56.454Z] ---> Running in 9f02ab593c9a [2021-05-07T08:45:56.732Z] ---> Running in 65fd2d5da577 [2021-05-07T08:45:57.343Z] Removing intermediate container 9f02ab593c9a [2021-05-07T08:45:57.343Z] ---> cda7a3bd7c73 [2021-05-07T08:45:57.343Z] Step 29/31 : LABEL arch=arm64 [2021-05-07T08:45:57.500Z] 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-07T08:45:57.616Z] Removing intermediate container 65fd2d5da577 [2021-05-07T08:45:57.616Z] ---> 1c316469dc13 [2021-05-07T08:45:57.616Z] Step 21/23 : LABEL arch=arm64 [2021-05-07T08:45:58.222Z] ---> Running in 01b1b0dcc62a [2021-05-07T08:45:58.222Z] ---> Running in ec9d0b95e8d5 [2021-05-07T08:45:58.504Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-07T08:45:58.777Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-07T08:45:58.777Z] Removing intermediate container 01b1b0dcc62a [2021-05-07T08:45:58.777Z] ---> df857bc019a8 [2021-05-07T08:45:58.777Z] Step 30/31 : LABEL git_sha=3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [2021-05-07T08:45:58.777Z] Removing intermediate container ec9d0b95e8d5 [2021-05-07T08:45:58.777Z] ---> a231f79957a0 [2021-05-07T08:45:58.777Z] Step 22/23 : LABEL git_sha=3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [2021-05-07T08:45:58.897Z] 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-07T08:45:59.053Z] ---> Running in 894b1309e257 [2021-05-07T08:45:59.053Z] ---> Running in 2798c2c8ce0b [2021-05-07T08:45:59.658Z] Collecting docker<4.0,>=3.6.0 [2021-05-07T08:45:59.658Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-07T08:45:59.658Z] Removing intermediate container 894b1309e257 [2021-05-07T08:45:59.658Z] ---> 1e11e22001ac [2021-05-07T08:45:59.658Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T08:45:59.658Z] Removing intermediate container 2798c2c8ce0b [2021-05-07T08:45:59.658Z] ---> 34db9141de0c [2021-05-07T08:45:59.658Z] Step 31/31 : LABEL version=0.0.0 [2021-05-07T08:46:00.260Z] ---> Running in b195f92406fd [2021-05-07T08:46:00.260Z] ---> Running in ddd8d7fc1271 [2021-05-07T08:46:00.839Z] 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-07T08:46:00.839Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-07T08:46:00.905Z] Collecting jsonschema<3,>=2.5.1 [2021-05-07T08:46:00.905Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-07T08:46:01.177Z] Removing intermediate container ddd8d7fc1271 [2021-05-07T08:46:01.177Z] ---> 9cb0214fd4fe [2021-05-07T08:46:01.177Z] [2021-05-07T08:46:01.177Z] Collecting docopt<0.7,>=0.6.1 [2021-05-07T08:46:01.452Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-07T08:46:01.452Z] Removing intermediate container b195f92406fd [2021-05-07T08:46:01.452Z] ---> bb3bb1f739b5 [2021-05-07T08:46:01.452Z] [2021-05-07T08:46:01.730Z] Successfully built 9cb0214fd4fe [2021-05-07T08:46:01.730Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-07T08:46:01.730Z]  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go [2021-05-07T08:46:02.004Z] Successfully built bb3bb1f739b5 [2021-05-07T08:46:02.004Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-07T08:46:02.004Z] Building docker-core-metadata-go [2021-05-07T08:46:02.793Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-07T08:46:02.793Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-07T08:46:02.793Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-07T08:46:02.793Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-07T08:46:02.793Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-07T08:46:02.793Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-07T08:46:02.793Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-07T08:46:02.793Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-07T08:46:02.793Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-07T08:46:03.060Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-07T08:46:03.060Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-07T08:46:03.060Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-07T08:46:03.060Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-07T08:46:03.060Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-07T08:46:03.060Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-07T08:46:03.060Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-07T08:46:03.060Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-07T08:46:03.060Z] + 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-07T08:46:03.060Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-07T08:46:03.060Z] + 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-07T08:46:03.060Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-07T08:46:03.060Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-07T08:46:03.060Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-07T08:46:03.060Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-07T08:46:03.060Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-07T08:46:03.061Z] + 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-07T08:46:03.703Z]  Building docker-security-bootstrapper-go ... done Collecting texttable<0.10,>=0.9.0 [2021-05-07T08:46:03.703Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-07T08:46:06.319Z] Collecting PyYAML<4,>=3.10 [2021-05-07T08:46:06.319Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-07T08:46:06.376Z] Building static-packages [2021-05-07T08:46:06.376Z] + snapcraftctl build [2021-05-07T08:46:09.685Z] Building version [2021-05-07T08:46:09.685Z] + snapcraftctl build [2021-05-07T08:46:09.695Z] Collecting idna<2.8,>=2.5 [2021-05-07T08:46:09.695Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-07T08:46:09.973Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-07T08:46:09.973Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-07T08:46:10.245Z] 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-07T08:46:10.245Z] 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-07T08:46:10.516Z] Collecting docker-pycreds>=0.4.0 [2021-05-07T08:46:10.516Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-07T08:46:10.790Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-07T08:46:10.790Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-07T08:46:10.790Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-07T08:46:10.790Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-07T08:46:11.773Z] Installing collected packages: cached-property, idna, urllib3, requests, dockerpty, websocket-client, docker-pycreds, docker, jsonschema, docopt, texttable, PyYAML, docker-compose [2021-05-07T08:46:12.049Z] Attempting uninstall: idna [2021-05-07T08:46:12.049Z] Found existing installation: idna 2.9 [2021-05-07T08:46:12.049Z] Uninstalling idna-2.9: [2021-05-07T08:46:12.049Z] Successfully uninstalled idna-2.9 [2021-05-07T08:46:12.235Z] Skipping stage go-build-helper (already ran) [2021-05-07T08:46:12.235Z] Staging app-service-config [2021-05-07T08:46:12.235Z] + snapcraftctl stage [2021-05-07T08:46:12.647Z] Attempting uninstall: urllib3 [2021-05-07T08:46:12.647Z] Found existing installation: urllib3 1.25.9 [2021-05-07T08:46:12.647Z] Uninstalling urllib3-1.25.9: [2021-05-07T08:46:12.921Z] Successfully uninstalled urllib3-1.25.9 [2021-05-07T08:46:13.175Z] Staging config-common [2021-05-07T08:46:13.175Z] + snapcraftctl stage [2021-05-07T08:46:13.518Z] Attempting uninstall: requests [2021-05-07T08:46:13.518Z] Found existing installation: requests 2.23.0 [2021-05-07T08:46:13.518Z] Uninstalling requests-2.23.0: [2021-05-07T08:46:13.518Z] Successfully uninstalled requests-2.23.0 [2021-05-07T08:46:13.794Z] Running setup.py install for dockerpty: started [2021-05-07T08:46:14.558Z] Staging edgex-go [2021-05-07T08:46:14.558Z] + snapcraftctl stage [2021-05-07T08:46:15.941Z] Staging static-packages [2021-05-07T08:46:15.941Z] + snapcraftctl stage [2021-05-07T08:46:16.417Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-07T08:46:17.327Z] Staging version [2021-05-07T08:46:17.327Z] + snapcraftctl stage [2021-05-07T08:46:17.854Z] Running setup.py install for docopt: started [2021-05-07T08:46:18.269Z] Priming go-build-helper [2021-05-07T08:46:18.269Z] + snapcraftctl prime [2021-05-07T08:46:19.654Z] Priming app-service-config [2021-05-07T08:46:19.654Z] + snapcraftctl prime [2021-05-07T08:46:19.830Z] Running setup.py install for docopt: finished with status 'done' [2021-05-07T08:46:19.830Z] Running setup.py install for texttable: started [2021-05-07T08:46:21.039Z] Priming config-common [2021-05-07T08:46:21.040Z] + snapcraftctl prime [2021-05-07T08:46:22.427Z] Priming edgex-go [2021-05-07T08:46:22.427Z] + snapcraftctl prime [2021-05-07T08:46:22.445Z] Running setup.py install for texttable: finished with status 'done' [2021-05-07T08:46:22.445Z] Running setup.py install for PyYAML: started [2021-05-07T08:46:23.814Z] Priming static-packages [2021-05-07T08:46:23.814Z] + snapcraftctl prime [2021-05-07T08:46:25.061Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-07T08:46:25.659Z] 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-07T08:46:26.365Z] Priming version [2021-05-07T08:46:26.365Z] + snapcraftctl prime [2021-05-07T08:46:27.756Z] 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-07T08:46:40.762Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T08:46:40.762Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T08:46:40.762Z] ---> 8ff24f62466a [2021-05-07T08:46:40.762Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T08:46:40.762Z] ---> Using cache [2021-05-07T08:46:40.762Z] ---> 80638df70a79 [2021-05-07T08:46:40.762Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:46:40.762Z] ---> Using cache [2021-05-07T08:46:40.762Z] ---> 2361223792ec [2021-05-07T08:46:40.762Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-07T08:46:41.036Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T08:46:41.036Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-07T08:46:41.036Z] ---> 8ff24f62466a [2021-05-07T08:46:41.036Z] Step 3/21 : WORKDIR /edgex-go [2021-05-07T08:46:41.036Z] ---> Using cache [2021-05-07T08:46:41.036Z] ---> 80638df70a79 [2021-05-07T08:46:41.036Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:46:41.036Z] ---> Using cache [2021-05-07T08:46:41.036Z] ---> 2361223792ec [2021-05-07T08:46:41.036Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-07T08:46:43.022Z] ---> Running in 7f34c5434b6c [2021-05-07T08:46:43.022Z] ---> Running in 1cde528ca3e0 [2021-05-07T08:46:44.461Z] Removing intermediate container 5280642f1f46 [2021-05-07T08:46:44.461Z] ---> 466f487365b4 [2021-05-07T08:46:44.461Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-07T08:46:44.734Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T08:46:45.010Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T08:46:45.010Z] ---> Running in f8b86c7ccf26 [2021-05-07T08:46:45.990Z] Removing intermediate container f8b86c7ccf26 [2021-05-07T08:46:45.990Z] ---> b9329776d1fc [2021-05-07T08:46:45.990Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-07T08:46:45.990Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T08:46:45.990Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T08:46:46.265Z] ---> Running in f3e75a28f379 [2021-05-07T08:46:46.876Z] OK: 218 MiB in 52 packages [2021-05-07T08:46:46.876Z] Removing intermediate container f3e75a28f379 [2021-05-07T08:46:46.876Z] ---> 2b5b1f19dd9b [2021-05-07T08:46:46.876Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-07T08:46:47.155Z] OK: 218 MiB in 52 packages [2021-05-07T08:46:49.789Z] ---> 6912a781db5b [2021-05-07T08:46:49.789Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-07T08:46:49.789Z] Removing intermediate container 7f34c5434b6c [2021-05-07T08:46:49.789Z] ---> c5db098e728f [2021-05-07T08:46:49.789Z] Step 6/21 : COPY go.mod . [2021-05-07T08:46:49.789Z] Removing intermediate container 1cde528ca3e0 [2021-05-07T08:46:49.789Z] ---> 969cb67d0377 [2021-05-07T08:46:49.789Z] Step 6/23 : COPY go.mod . [2021-05-07T08:46:50.063Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T08:46:50.063Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-07T08:46:50.063Z] ---> 8ff24f62466a [2021-05-07T08:46:50.063Z] Step 3/25 : WORKDIR /edgex-go [2021-05-07T08:46:50.063Z] ---> Using cache [2021-05-07T08:46:50.063Z] ---> 80638df70a79 [2021-05-07T08:46:50.063Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:46:50.063Z] ---> Using cache [2021-05-07T08:46:50.063Z] ---> 2361223792ec [2021-05-07T08:46:50.063Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-07T08:46:50.063Z] ---> Using cache [2021-05-07T08:46:50.063Z] ---> 969cb67d0377 [2021-05-07T08:46:50.063Z] Step 6/25 : COPY go.mod . [2021-05-07T08:46:50.063Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T08:46:50.063Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T08:46:50.063Z] ---> 8ff24f62466a [2021-05-07T08:46:50.063Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T08:46:50.063Z] ---> Using cache [2021-05-07T08:46:50.063Z] ---> 80638df70a79 [2021-05-07T08:46:50.063Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T08:46:50.063Z] ---> Using cache [2021-05-07T08:46:50.063Z] ---> 2361223792ec [2021-05-07T08:46:50.063Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-07T08:46:50.063Z] ---> Using cache [2021-05-07T08:46:50.063Z] ---> 969cb67d0377 [2021-05-07T08:46:50.063Z] Step 6/23 : COPY go.mod . [2021-05-07T08:46:50.665Z] ---> f74f7985fa78 [2021-05-07T08:46:50.665Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-07T08:46:50.940Z] ---> 1d2ec166d7a4 [2021-05-07T08:46:50.940Z] Step 7/21 : RUN go mod download [2021-05-07T08:46:51.213Z] ---> 62f9dc6c5bc9 [2021-05-07T08:46:51.213Z] Step 7/25 : RUN go mod download [2021-05-07T08:46:51.213Z] ---> Running in 22bc83b65f31 [2021-05-07T08:46:51.213Z] ---> 2276c3dfb58c [2021-05-07T08:46:51.213Z] Step 7/23 : RUN go mod download [2021-05-07T08:46:51.213Z] ---> eadb2a0817c0 [2021-05-07T08:46:51.213Z] Step 7/23 : RUN go mod download [2021-05-07T08:46:51.487Z] ---> Running in 4ff34a847247 [2021-05-07T08:46:51.487Z] ---> Running in e711f67fbb13 [2021-05-07T08:46:51.487Z] ---> Running in 72e849489cf9 [2021-05-07T08:46:51.761Z] ---> dc5024ae0bf7 [2021-05-07T08:46:51.761Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-07T08:46:52.035Z] ---> Running in f7feb0d2cc15 [2021-05-07T08:46:53.037Z] Removing intermediate container f7feb0d2cc15 [2021-05-07T08:46:53.037Z] ---> 5519d8705732 [2021-05-07T08:46:53.037Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T08:46:53.311Z] ---> Running in 659b57dc086d [2021-05-07T08:46:53.918Z] Removing intermediate container 659b57dc086d [2021-05-07T08:46:53.918Z] ---> 57c19262238c [2021-05-07T08:46:53.918Z] Step 21/23 : LABEL arch=arm64 [2021-05-07T08:46:54.192Z] ---> Running in 09e1404d5206 [2021-05-07T08:46:55.172Z] Removing intermediate container 09e1404d5206 [2021-05-07T08:46:55.172Z] ---> 8aaa98e9e15a [2021-05-07T08:46:55.172Z] Step 22/23 : LABEL git_sha=3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [2021-05-07T08:46:55.172Z] ---> Running in 5ac4fa94f7ed [2021-05-07T08:46:55.447Z] Removing intermediate container 22bc83b65f31 [2021-05-07T08:46:55.447Z] ---> 87c58a23bb5f [2021-05-07T08:46:55.447Z] Step 8/21 : COPY . . [2021-05-07T08:46:55.447Z] Removing intermediate container 4ff34a847247 [2021-05-07T08:46:55.447Z] ---> aa6265187d7e [2021-05-07T08:46:55.447Z] Step 8/25 : COPY . . [2021-05-07T08:46:55.725Z] Removing intermediate container 72e849489cf9 [2021-05-07T08:46:55.725Z] ---> 5641379e4079 [2021-05-07T08:46:55.725Z] Step 8/23 : COPY . . [2021-05-07T08:46:56.001Z] Removing intermediate container 5ac4fa94f7ed [2021-05-07T08:46:56.001Z] ---> 036acc56f8dd [2021-05-07T08:46:56.001Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T08:46:56.277Z] Removing intermediate container e711f67fbb13 [2021-05-07T08:46:56.277Z] ---> d2e1232d7200 [2021-05-07T08:46:56.277Z] Step 8/23 : COPY . . [2021-05-07T08:46:56.277Z] ---> Running in 7b33d606c951 [2021-05-07T08:46:57.729Z] Removing intermediate container 7b33d606c951 [2021-05-07T08:46:57.729Z] ---> f1d85d8fdf51 [2021-05-07T08:46:57.729Z] [2021-05-07T08:46:58.325Z] Successfully built f1d85d8fdf51 [2021-05-07T08:46:58.325Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-07T08:47:20.699Z]  Building docker-sys-mgmt-agent-go ... done  ---> e7a7b33771a1 [2021-05-07T08:47:20.699Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-07T08:47:20.699Z] ---> adbec6e1fbe5 [2021-05-07T08:47:20.699Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-07T08:47:20.699Z] ---> 8a43793d792f [2021-05-07T08:47:20.699Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-07T08:47:20.699Z] ---> 6735f2a7db87 [2021-05-07T08:47:20.699Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-07T08:47:20.699Z] ---> Running in fa579d8ac130 [2021-05-07T08:47:20.699Z] ---> Running in c0cdcdd11ed0 [2021-05-07T08:47:20.699Z] ---> Running in 44dac35b3f83 [2021-05-07T08:47:20.699Z] ---> Running in 2b6a0e0ecbe9 [2021-05-07T08:47:22.689Z] 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-07T08:47:22.689Z] 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-07T08:47:22.689Z] 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-07T08:47:22.689Z] 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-07T08:48:44.485Z] 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-07T08:48:47.114Z] 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-07T08:49:02.239Z] Removing intermediate container fa579d8ac130 [2021-05-07T08:49:02.239Z] ---> f8232a94ac4c [2021-05-07T08:49:02.239Z] [2021-05-07T08:49:02.239Z] Step 10/21 : FROM alpine:3.12 [2021-05-07T08:49:02.239Z] ---> 9852663dfa18 [2021-05-07T08:49:02.239Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-07T08:49:02.239Z] Removing intermediate container 44dac35b3f83 [2021-05-07T08:49:02.239Z] ---> e756fb7cfa81 [2021-05-07T08:49:02.239Z] [2021-05-07T08:49:02.239Z] Step 10/25 : FROM alpine:3.12 [2021-05-07T08:49:02.239Z] ---> 9852663dfa18 [2021-05-07T08:49:02.239Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-07T08:49:02.239Z] ---> Running in 91b3ce1eb8f2 [2021-05-07T08:49:02.239Z] ---> Running in 1adf1fdb0822 [2021-05-07T08:49:02.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T08:49:02.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T08:49:02.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T08:49:02.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T08:49:02.838Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-07T08:49:03.117Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-07T08:49:03.117Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-07T08:49:03.117Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-07T08:49:03.117Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-07T08:49:03.117Z] (4/4) Installing curl (7.76.1-r0) [2021-05-07T08:49:03.117Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T08:49:03.117Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-07T08:49:03.117Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T08:49:03.117Z] (4/6) Installing curl (7.76.1-r0) [2021-05-07T08:49:03.410Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-07T08:49:03.410Z] (6/6) Installing su-exec (0.2-r1) [2021-05-07T08:49:03.410Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T08:49:03.410Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T08:49:03.410Z] OK: 7 MiB in 18 packages [2021-05-07T08:49:03.690Z] OK: 7 MiB in 20 packages [2021-05-07T08:49:03.973Z] Removing intermediate container 2b6a0e0ecbe9 [2021-05-07T08:49:03.973Z] ---> d4fd3b8b9f34 [2021-05-07T08:49:03.973Z] [2021-05-07T08:49:03.973Z] Step 10/23 : FROM alpine:3.12 [2021-05-07T08:49:03.973Z] ---> 9852663dfa18 [2021-05-07T08:49:03.973Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-07T08:49:03.973Z] ---> Using cache [2021-05-07T08:49:03.973Z] ---> 84fda4929448 [2021-05-07T08:49:03.973Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T08:49:03.973Z] ---> Using cache [2021-05-07T08:49:03.973Z] ---> bc0fdfd39395 [2021-05-07T08:49:03.973Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-07T08:49:04.579Z] ---> Running in e749e9b60a41 [2021-05-07T08:49:05.180Z] Removing intermediate container e749e9b60a41 [2021-05-07T08:49:05.180Z] ---> 14a06ca77d79 [2021-05-07T08:49:05.180Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-07T08:49:05.456Z] ---> Running in ae2a9497df9d [2021-05-07T08:49:06.436Z] Removing intermediate container 91b3ce1eb8f2 [2021-05-07T08:49:06.436Z] ---> 8d6fb44d5759 [2021-05-07T08:49:06.436Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-07T08:49:06.436Z] Removing intermediate container 1adf1fdb0822 [2021-05-07T08:49:06.436Z] ---> 96cde5bb6c5a [2021-05-07T08:49:06.436Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-07T08:49:06.712Z] Removing intermediate container ae2a9497df9d [2021-05-07T08:49:06.712Z] ---> 60ac1acfa111 [2021-05-07T08:49:06.712Z] Step 15/23 : WORKDIR / [2021-05-07T08:49:06.712Z] ---> Running in 30f2c9ffa7f5 [2021-05-07T08:49:06.712Z] ---> Running in 89381326e711 [2021-05-07T08:49:06.990Z] ---> Running in 8ee10630228b [2021-05-07T08:49:07.583Z] Removing intermediate container 89381326e711 [2021-05-07T08:49:07.583Z] ---> af801e90abb4 [2021-05-07T08:49:07.583Z] Step 13/21 : WORKDIR /edgex [2021-05-07T08:49:07.583Z] Removing intermediate container 30f2c9ffa7f5 [2021-05-07T08:49:07.583Z] ---> 28827716c706 [2021-05-07T08:49:07.583Z] Step 13/25 : WORKDIR / [2021-05-07T08:49:07.856Z] Removing intermediate container 8ee10630228b [2021-05-07T08:49:07.856Z] ---> 6313b6643837 [2021-05-07T08:49:07.856Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T08:49:07.856Z] ---> Running in ce1b3a3aa04c [2021-05-07T08:49:07.856Z] ---> Running in 709234ca28dc [2021-05-07T08:49:08.455Z] Removing intermediate container c0cdcdd11ed0 [2021-05-07T08:49:08.455Z] ---> e1996ae06831 [2021-05-07T08:49:08.455Z] [2021-05-07T08:49:08.455Z] Step 10/23 : FROM alpine:3.12 [2021-05-07T08:49:08.455Z] ---> 9852663dfa18 [2021-05-07T08:49:08.455Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-07T08:49:08.455Z] ---> Using cache [2021-05-07T08:49:08.455Z] ---> 84fda4929448 [2021-05-07T08:49:08.455Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T08:49:08.455Z] ---> Using cache [2021-05-07T08:49:08.455Z] ---> bc0fdfd39395 [2021-05-07T08:49:08.455Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-07T08:49:08.455Z] ---> Running in 42e4cf6833c1 [2021-05-07T08:49:08.737Z] Removing intermediate container 709234ca28dc [2021-05-07T08:49:08.737Z] ---> 2d463b23d43f [2021-05-07T08:49:08.737Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-07T08:49:08.737Z] Removing intermediate container ce1b3a3aa04c [2021-05-07T08:49:08.737Z] ---> b1c3930847fd [2021-05-07T08:49:08.737Z] 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-07T08:49:08.737Z] ---> 18f7122ed302 [2021-05-07T08:49:08.737Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-07T08:49:09.015Z] Removing intermediate container 42e4cf6833c1 [2021-05-07T08:49:09.015Z] ---> 54c25f71db7c [2021-05-07T08:49:09.015Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-07T08:49:09.617Z] ---> Running in 81d739740ce7 [2021-05-07T08:49:09.617Z] ---> a6e33976001e [2021-05-07T08:49:09.617Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-07T08:49:09.617Z] ---> c3d4a46d1490 [2021-05-07T08:49:09.617Z] 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-07T08:49:10.211Z] Removing intermediate container 81d739740ce7 [2021-05-07T08:49:10.211Z] ---> 10a8599166d0 [2021-05-07T08:49:10.211Z] Step 15/23 : WORKDIR / [2021-05-07T08:49:10.490Z] ---> eef445ec0566 [2021-05-07T08:49:10.490Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-07T08:49:10.490Z] ---> Running in c2205b4d57ff [2021-05-07T08:49:10.490Z] ---> 279ac9e2486b [2021-05-07T08:49:10.490Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-07T08:49:11.094Z] ---> 908653eda7e9 [2021-05-07T08:49:11.094Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-07T08:49:11.368Z] Removing intermediate container c2205b4d57ff [2021-05-07T08:49:11.368Z] ---> 11f400164c64 [2021-05-07T08:49:11.368Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T08:49:11.368Z] ---> 728fe8566bc4 [2021-05-07T08:49:11.368Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-07T08:49:11.639Z] ---> 83beaa57dbe1 [2021-05-07T08:49:11.639Z] 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-07T08:49:11.639Z] ---> Running in b4882443b663 [2021-05-07T08:49:12.269Z] Removing intermediate container b4882443b663 [2021-05-07T08:49:12.269Z] ---> a7475e94996d [2021-05-07T08:49:12.269Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T08:49:12.269Z] ---> 1010253be55d [2021-05-07T08:49:12.269Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-07T08:49:12.541Z] ---> Running in e381445eff0a [2021-05-07T08:49:12.541Z] ---> d8356cc8b179 [2021-05-07T08:49:12.541Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-07T08:49:12.541Z] ---> 6ab41760de87 [2021-05-07T08:49:12.541Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-07T08:49:12.817Z] ---> Running in b96188f4319c [2021-05-07T08:49:13.088Z] Removing intermediate container e381445eff0a [2021-05-07T08:49:13.088Z] ---> ea0b3d6e897f [2021-05-07T08:49:13.088Z] Step 21/23 : LABEL arch=arm64 [2021-05-07T08:49:13.678Z] ---> Running in 35c6f9f70029 [2021-05-07T08:49:13.678Z] Removing intermediate container b96188f4319c [2021-05-07T08:49:13.678Z] ---> 64f016bb98e9 [2021-05-07T08:49:13.678Z] Step 18/21 : CMD ["--init=true"] [2021-05-07T08:49:13.952Z] ---> 83724ddf6386 [2021-05-07T08:49:13.952Z] ---> 77bc5eba42b5 [2021-05-07T08:49:13.952Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-07T08:49:13.952Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-07T08:49:13.952Z] ---> Running in 0a81fe77f5d7 [2021-05-07T08:49:14.223Z] Removing intermediate container 35c6f9f70029 [2021-05-07T08:49:14.223Z] ---> 65a9aa2e6a68 [2021-05-07T08:49:14.223Z] Step 22/23 : LABEL git_sha=3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [2021-05-07T08:49:14.223Z] ---> Running in 168a292d31b0 [2021-05-07T08:49:14.815Z] Removing intermediate container 0a81fe77f5d7 [2021-05-07T08:49:14.815Z] ---> fd06b84265e2 [2021-05-07T08:49:14.815Z] Step 19/21 : LABEL arch=arm64 [2021-05-07T08:49:14.815Z] Removing intermediate container 168a292d31b0 [2021-05-07T08:49:14.815Z] ---> 35600eb053d0 [2021-05-07T08:49:14.815Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T08:49:15.088Z] ---> Running in 4f39edc0fb71 [2021-05-07T08:49:15.088Z] ---> 6a67fc6b777c [2021-05-07T08:49:15.088Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-07T08:49:15.088Z] ---> Running in 61f0ecc69926 [2021-05-07T08:49:15.088Z] ---> e7a8ea3229ed [2021-05-07T08:49:15.088Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-07T08:49:15.088Z] ---> Running in a0905d3ffb24 [2021-05-07T08:49:15.680Z] Removing intermediate container 4f39edc0fb71 [2021-05-07T08:49:15.680Z] ---> 4ed6625bd718 [2021-05-07T08:49:15.680Z] Step 20/21 : LABEL git_sha=3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [2021-05-07T08:49:15.680Z] Removing intermediate container 61f0ecc69926 [2021-05-07T08:49:15.680Z] ---> b10a93f85f63 [2021-05-07T08:49:15.680Z] [2021-05-07T08:49:15.680Z] ---> Running in 8959bcc791c4 [2021-05-07T08:49:15.680Z] Removing intermediate container a0905d3ffb24 [2021-05-07T08:49:15.680Z] ---> 88833fea1918 [2021-05-07T08:49:15.680Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T08:49:16.281Z] Successfully built b10a93f85f63 [2021-05-07T08:49:16.281Z] ---> Running in aef6a9e537f3 [2021-05-07T08:49:16.281Z] ---> d46f7d361e6c [2021-05-07T08:49:16.281Z] 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-07T08:49:16.281Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-07T08:49:16.281Z]  Building docker-core-command-go ... done Removing intermediate container 8959bcc791c4 [2021-05-07T08:49:16.281Z] ---> 73855a2f6fe5 [2021-05-07T08:49:16.281Z] Step 21/21 : LABEL version=0.0.0 [2021-05-07T08:49:16.563Z] ---> Running in 6877ee05eeb0 [2021-05-07T08:49:16.563Z] ---> Running in 1711ed10a90c [2021-05-07T08:49:16.836Z] Removing intermediate container aef6a9e537f3 [2021-05-07T08:49:16.836Z] ---> aba01d855c5f [2021-05-07T08:49:16.836Z] Step 21/23 : LABEL arch=arm64 [2021-05-07T08:49:16.836Z] ---> Running in cdc2d98a4a1e [2021-05-07T08:49:17.432Z] Removing intermediate container 1711ed10a90c [2021-05-07T08:49:17.432Z] ---> a00fd23c273f [2021-05-07T08:49:17.432Z] [2021-05-07T08:49:17.711Z] Removing intermediate container cdc2d98a4a1e [2021-05-07T08:49:17.711Z] ---> 6294c2c1e9c4 [2021-05-07T08:49:17.711Z] Step 22/23 : LABEL git_sha=3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [2021-05-07T08:49:17.711Z] Successfully built a00fd23c273f [2021-05-07T08:49:17.711Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-07T08:49:17.711Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 8181ebb2309b [2021-05-07T08:49:18.309Z] Removing intermediate container 8181ebb2309b [2021-05-07T08:49:18.309Z] ---> abf5974f2509 [2021-05-07T08:49:18.309Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T08:49:18.584Z] ---> Running in 42f4a92eed82 [2021-05-07T08:49:19.178Z] Removing intermediate container 6877ee05eeb0 [2021-05-07T08:49:19.178Z] ---> 02b8e4549e42 [2021-05-07T08:49:19.178Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-07T08:49:19.178Z] Removing intermediate container 42f4a92eed82 [2021-05-07T08:49:19.178Z] ---> 09cea74494d4 [2021-05-07T08:49:19.178Z] [2021-05-07T08:49:19.448Z] ---> Running in 270cec514dea [2021-05-07T08:49:19.721Z] Successfully built 09cea74494d4 [2021-05-07T08:49:19.721Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-07T08:49:19.991Z]  Building docker-core-metadata-go ... done Removing intermediate container 270cec514dea [2021-05-07T08:49:19.991Z] ---> f502e6ed4fac [2021-05-07T08:49:19.991Z] Step 23/25 : LABEL arch=arm64 [2021-05-07T08:49:19.991Z] ---> Running in ee7b73acccad [2021-05-07T08:49:20.584Z] Removing intermediate container ee7b73acccad [2021-05-07T08:49:20.584Z] ---> 4bde2f916acc [2021-05-07T08:49:20.584Z] Step 24/25 : LABEL git_sha=3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [2021-05-07T08:49:20.855Z] ---> Running in 49890e31c97d [2021-05-07T08:49:21.450Z] Removing intermediate container 49890e31c97d [2021-05-07T08:49:21.450Z] ---> 11b937b81a11 [2021-05-07T08:49:21.450Z] Step 25/25 : LABEL version=0.0.0 [2021-05-07T08:49:21.450Z] ---> Running in 7f5101c90b42 [2021-05-07T08:49:22.042Z] Removing intermediate container 7f5101c90b42 [2021-05-07T08:49:22.042Z] ---> 78a6f493e641 [2021-05-07T08:49:22.042Z] [2021-05-07T08:49:22.314Z] Successfully built 78a6f493e641 [2021-05-07T08:49:22.585Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-07T08:49:22.601Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-05-07T08:49:22.590Z] $ docker stop --time=1 3846b81857ae3f88aecfbf49935f6d6d6675f85d5a41ae66a66d8958015889b0 [2021-05-07T08:49:24.492Z] $ docker rm -f 3846b81857ae3f88aecfbf49935f6d6d6675f85d5a41ae66a66d8958015889b0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T08:49:25.086Z] + + grep docker [2021-05-07T08:49:25.087Z] docker images [2021-05-07T08:49:25.358Z] docker-security-secretstore-setup-go-arm64 latest 78a6f493e641 4 seconds ago 24.3MB [2021-05-07T08:49:25.358Z] docker-core-metadata-go-arm64 latest 09cea74494d4 7 seconds ago 17.4MB [2021-05-07T08:49:25.358Z] docker-security-proxy-setup-go-arm64 latest a00fd23c273f 9 seconds ago 23.9MB [2021-05-07T08:49:25.358Z] docker-core-command-go-arm64 latest b10a93f85f63 10 seconds ago 16.1MB [2021-05-07T08:49:25.358Z] docker-sys-mgmt-agent-go-arm64 latest f1d85d8fdf51 2 minutes ago 299MB [2021-05-07T08:49:25.358Z] docker-core-data-go-arm64 latest 9cb0214fd4fe 3 minutes ago 20.3MB [2021-05-07T08:49:25.358Z] docker-security-bootstrapper-go-arm64 latest bb3bb1f739b5 3 minutes ago 17.1MB [2021-05-07T08:49:25.358Z] docker-support-scheduler-go-arm64 latest cdf572c32caa 3 minutes ago 16.1MB [2021-05-07T08:49:25.358Z] docker-support-notifications-go-arm64 latest ee5c9b028146 3 minutes ago 16.6MB [2021-05-07T08:49:25.358Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-07T08:49:26.183Z] ---> job-cost.sh [2021-05-07T08:49:26.183Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zrCp [2021-05-07T08:50:05.171Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-07T08:51:41.951Z] lf-activate-venv(): INFO: Adding /tmp/venv-zrCp/bin to PATH [2021-05-07T08:51:41.951Z] INFO: No Stack... [2021-05-07T08:51:41.951Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-07T08:51:41.951Z] INFO: Archiving Costs [Pipeline] sh [2021-05-07T08:51:42.288Z] + cat /w/workspace/edgex-go/115/archives/cost.csv [2021-05-07T08:51:42.289Z] + cut -d, -f6 [Pipeline] lock [2021-05-07T08:51:42.408Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-115-stack-cost] [2021-05-07T08:51:42.419Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-115-stack-cost] did not exist. Created. [2021-05-07T08:51:42.419Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-115-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-07T08:51:42.772Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-07T08:51:43.032Z] Stashed 1 file(s) [Pipeline] } [2021-05-07T08:51:43.044Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-115-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-07T08:51:43.914Z] provisioning config files... [2021-05-07T08:51:43.928Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/115@tmp/config2030728021364033142tmp [Pipeline] { [Pipeline] sh [2021-05-07T08:51:44.250Z] + set +x [2021-05-07T08:51:44.250Z] + curl -s https://codecov.io/bash [2021-05-07T08:51:44.250Z] + bash -s -- [2021-05-07T08:51:44.823Z] [2021-05-07T08:51:44.823Z] _____ _ [2021-05-07T08:51:44.823Z] / ____| | | [2021-05-07T08:51:44.823Z] | | ___ __| | ___ ___ _____ __ [2021-05-07T08:51:44.823Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-07T08:51:44.823Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-07T08:51:44.823Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-07T08:51:44.823Z] Bash-1.0.2 [2021-05-07T08:51:44.823Z] [2021-05-07T08:51:44.823Z] [2021-05-07T08:51:44.823Z] ==> git version 2.24.3 found [2021-05-07T08:51:44.823Z] ==> 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-07T08:51:44.823Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-07T08:51:44.823Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-07T08:51:44.823Z] ==> Jenkins CI detected. [2021-05-07T08:51:44.823Z] project root: . [2021-05-07T08:51:44.823Z] --> token set from env [2021-05-07T08:51:44.823Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-07T08:51:44.823Z] ==> Running gcov in . (disable via -X gcov) [2021-05-07T08:51:44.823Z] ==> Python coveragepy not found [2021-05-07T08:51:44.823Z] ==> Searching for coverage reports in: [2021-05-07T08:51:44.823Z] + . [2021-05-07T08:51:44.823Z] -> Found 1 reports [2021-05-07T08:51:44.823Z] ==> Detecting git/mercurial file structure [2021-05-07T08:51:44.823Z] ==> Reading reports [2021-05-07T08:51:44.823Z] + ./coverage.out bytes=705232 [2021-05-07T08:51:44.823Z] ==> Appending adjustments [2021-05-07T08:51:44.823Z] https://docs.codecov.io/docs/fixing-reports [2021-05-07T08:51:48.142Z] + Found adjustments [2021-05-07T08:51:48.142Z] ==> Gzipping contents [2021-05-07T08:51:48.142Z] 100K /tmp/codecov.nRcRGE.gz [2021-05-07T08:51:48.142Z] ==> Uploading reports [2021-05-07T08:51:48.142Z] url: https://codecov.io [2021-05-07T08:51:48.142Z] query: branch=PR-2858&commit=3495c737d6b9bd073ef7cd3e5d38308c6f810f91&build=115&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F115%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-05-07T08:51:48.142Z] -> Pinging Codecov [2021-05-07T08:51:48.142Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-2858&commit=3495c737d6b9bd073ef7cd3e5d38308c6f810f91&build=115&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F115%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-05-07T08:51:48.715Z] -> Uploading to [2021-05-07T08:51:48.715Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-07/00271124DB129430A58F1EEE437C3FCB/3495c737d6b9bd073ef7cd3e5d38308c6f810f91/e1e274a2-3b8d-40f7-a8ad-7d496b13e861.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210507%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210507T085148Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b78f46254bb34fe8e647a979a03565451a3b8a66614374955dbbcde5f32e4633 [2021-05-07T08:51:48.715Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-07T08:51:48.715Z] Dload Upload Total Spent Left Speed [2021-05-07T08:51:49.288Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 149k --:--:-- --:--:-- --:--:-- 149k [2021-05-07T08:51:49.288Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3495c737d6b9bd073ef7cd3e5d38308c6f810f91 [Pipeline] } [2021-05-07T08:51:49.297Z] 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-07T08:51:50.343Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T08:51:51.223Z] ---> package-listing.sh [2021-05-07T08:51:51.223Z] ++ facter osfamily [2021-05-07T08:51:51.223Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-07T08:51:51.223Z] + OS_FAMILY=redhat [2021-05-07T08:51:51.223Z] + workspace=/w/workspace/edgex-go/115 [2021-05-07T08:51:51.223Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-07T08:51:51.223Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-07T08:51:51.223Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-07T08:51:51.223Z] + PACKAGES=/tmp/packages_start.txt [2021-05-07T08:51:51.223Z] + '[' /w/workspace/edgex-go/115 ']' [2021-05-07T08:51:51.223Z] + PACKAGES=/tmp/packages_end.txt [2021-05-07T08:51:51.223Z] + case "${OS_FAMILY}" in [2021-05-07T08:51:51.223Z] + rpm -qa [2021-05-07T08:51:51.223Z] + sort [2021-05-07T08:51:56.527Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-07T08:51:56.527Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-07T08:51:56.527Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-07T08:51:56.527Z] + '[' /w/workspace/edgex-go/115 ']' [2021-05-07T08:51:56.527Z] + mkdir -p /w/workspace/edgex-go/115/archives/ [2021-05-07T08:51:56.527Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/115/archives/ [Pipeline] echo [2021-05-07T08:51:56.541Z] 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/115/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-07T08:51:56.840Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-07T08:51:57.155Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T08:51:57.155Z] [2021-05-07T08:51:57.155Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-07T08:51:57.475Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T08:51:57.475Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-07T08:51:57.475Z] df20fa9351a1: Pulling fs layer [2021-05-07T08:51:57.475Z] 36b3adc4ff6f: Pulling fs layer [2021-05-07T08:51:57.475Z] 8ad3a11d3b57: Pulling fs layer [2021-05-07T08:51:57.475Z] 46f8f816bc3b: Pulling fs layer [2021-05-07T08:51:57.475Z] 93b61091891f: Pulling fs layer [2021-05-07T08:51:57.475Z] 93b9cdb0e59b: Pulling fs layer [2021-05-07T08:51:57.475Z] 5e14af77c1be: Pulling fs layer [2021-05-07T08:51:57.475Z] 01666e4c0597: Pulling fs layer [2021-05-07T08:51:57.475Z] aa168da1d23b: Pulling fs layer [2021-05-07T08:51:57.475Z] 93b9cdb0e59b: Waiting [2021-05-07T08:51:57.475Z] 5e14af77c1be: Waiting [2021-05-07T08:51:57.475Z] 01666e4c0597: Waiting [2021-05-07T08:51:57.475Z] aa168da1d23b: Waiting [2021-05-07T08:51:57.475Z] 46f8f816bc3b: Waiting [2021-05-07T08:51:57.475Z] 36b3adc4ff6f: Verifying Checksum [2021-05-07T08:51:57.475Z] 36b3adc4ff6f: Download complete [2021-05-07T08:51:57.475Z] 46f8f816bc3b: Verifying Checksum [2021-05-07T08:51:57.475Z] 46f8f816bc3b: Download complete [2021-05-07T08:51:57.737Z] df20fa9351a1: Verifying Checksum [2021-05-07T08:51:57.737Z] df20fa9351a1: Download complete [2021-05-07T08:51:57.737Z] 93b9cdb0e59b: Verifying Checksum [2021-05-07T08:51:57.737Z] 93b9cdb0e59b: Download complete [2021-05-07T08:51:57.737Z] 93b61091891f: Verifying Checksum [2021-05-07T08:51:57.737Z] 93b61091891f: Download complete [2021-05-07T08:51:57.737Z] 5e14af77c1be: Verifying Checksum [2021-05-07T08:51:57.737Z] 5e14af77c1be: Download complete [2021-05-07T08:51:57.737Z] 01666e4c0597: Verifying Checksum [2021-05-07T08:51:57.737Z] 01666e4c0597: Download complete [2021-05-07T08:51:57.737Z] 8ad3a11d3b57: Verifying Checksum [2021-05-07T08:51:57.737Z] 8ad3a11d3b57: Download complete [2021-05-07T08:51:58.002Z] df20fa9351a1: Pull complete [2021-05-07T08:51:58.270Z] 36b3adc4ff6f: Pull complete [2021-05-07T08:51:59.222Z] 8ad3a11d3b57: Pull complete [2021-05-07T08:51:59.797Z] aa168da1d23b: Verifying Checksum [2021-05-07T08:51:59.797Z] aa168da1d23b: Download complete [2021-05-07T08:52:01.193Z] 46f8f816bc3b: Pull complete [2021-05-07T08:52:01.769Z] 93b61091891f: Pull complete [2021-05-07T08:52:01.769Z] 93b9cdb0e59b: Pull complete [2021-05-07T08:52:01.769Z] 5e14af77c1be: Pull complete [2021-05-07T08:52:02.033Z] 01666e4c0597: Pull complete [2021-05-07T08:52:20.194Z] aa168da1d23b: Pull complete [2021-05-07T08:52:20.458Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-07T08:52:20.458Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T08:52:20.458Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-07T08:52:20.738Z] prd-centos7-docker-4c-2g-3505 does not seem to be running inside a container [2021-05-07T08:52:20.791Z] $ 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/115/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/115 -v /w/workspace/edgex-go/115:/w/workspace/edgex-go/115:rw,z -v /w/workspace/edgex-go/115@tmp:/w/workspace/edgex-go/115@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-07T08:52:22.493Z] $ docker top ac8d6b52d51f844abc62a5373017a6cf602ddc795d1ff6c9756e54150b684527 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T08:52:22.944Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-07T08:52:23.247Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-07T08:52:23.548Z] + ls /var/log/sa-host [2021-05-07T08:52:23.548Z] + sadf -c /var/log/sa-host/sa07 [2021-05-07T08:52:23.548Z] file_magic: OK [2021-05-07T08:52:23.548Z] HZ: Using current value: 100 [2021-05-07T08:52:23.548Z] file_header: OK [2021-05-07T08:52:23.548Z] 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-07T08:52:23.548Z] Statistics: [2021-05-07T08:52:23.548Z] 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... [2021-05-07T08:52:23.548Z] File successfully converted to sysstat format version 12.2.1 [2021-05-07T08:52:23.548Z] + sadf -c /var/log/sa-host/sa23 [2021-05-07T08:52:23.548Z] file_magic: OK [2021-05-07T08:52:23.548Z] HZ: Using current value: 100 [2021-05-07T08:52:23.548Z] file_header: OK [2021-05-07T08:52:23.548Z] 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-07T08:52:23.548Z] Statistics: [2021-05-07T08:52:23.548Z] Hnuu...uuuununununu... [2021-05-07T08:52:23.548Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-07T08:52:24.183Z] provisioning config files... [2021-05-07T08:52:24.205Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/115@tmp/config2204867705388022127tmp [Pipeline] { [Pipeline] echo [2021-05-07T08:52:24.230Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T08:52:24.530Z] ---> create-netrc.sh [Pipeline] } [2021-05-07T08:52:24.540Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-07T08:52:24.563Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T08:52:24.862Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-07T08:52:24.873Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T08:52:25.173Z] ---> sudo-logs.sh [2021-05-07T08:52:25.173Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-07T08:52:25.200Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T08:52:25.501Z] ---> job-cost.sh [2021-05-07T08:52:25.501Z] lf-activate-venv: SKIPPING [2021-05-07T08:52:25.501Z] DEBUG: total: 0.20999999344348907 [2021-05-07T08:52:25.501Z] INFO: Retrieving Stack Cost... [2021-05-07T08:52:26.889Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-07T08:52:27.463Z] INFO: Archiving Costs [Pipeline] echo [2021-05-07T08:52:27.478Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T08:52:27.776Z] ---> logs-deploy.sh [2021-05-07T08:52:27.776Z] lf-activate-venv: SKIPPING [2021-05-07T08:52:27.776Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/115 [2021-05-07T08:52:27.776Z] INFO: archiving workspace using pattern(s): [2021-05-07T08:52:29.701Z] Archives upload complete. [2021-05-07T08:52:29.701Z] INFO: archiving logs to Nexus