hahattan commented: recheck 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 hahattan for edgexfoundry/edgex-go Loading trusted files from base branch master at 0a24aac118fe9f9c77ac4216f8244fb603d4f0cd rather than 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 Obtained Jenkinsfile from 0a24aac118fe9f9c77ac4216f8244fb603d4f0cd 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3933 in /w/workspace/edgexfoundry_edgex-go_PR-3420 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 0a24aac118fe9f9c77ac4216f8244fb603d4f0cd into PR head commit 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 Merge succeeded, producing 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 Checking out Revision 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 (PR-3420) > 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/3420/head:refs/remotes/origin/PR-3420 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0a24aac118fe9f9c77ac4216f8244fb603d4f0cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 # timeout=10 Commit message: "feat(sma): implement v2 GET /health/{services} API" > git rev-list --no-walk 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-10T04:46:09.647Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-10T04:46:09.769Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-10T04:46:09.795Z] ========================================================= [2021-05-10T04:46:09.795Z] EdgeX Global Pipelines Version Info [2021-05-10T04:46:09.795Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-10T04:46:11.370Z] ------------------- [2021-05-10T04:46:11.370Z] stable info: [2021-05-10T04:46:11.370Z] ------------------- [2021-05-10T04:46:11.370Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-10T04:46:11.370Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T04:46:11.370Z] Message: update stable to v1.0.191 [2021-05-10T04:46:12.320Z] ------------------- [2021-05-10T04:46:12.320Z] experimental info: [2021-05-10T04:46:12.320Z] ------------------- [2021-05-10T04:46:12.320Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-10T04:46:12.320Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T04:46:12.320Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-10T04:46:12.450Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-10T04:46:12.473Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-10T04:46:12.496Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-10T04:46:12.517Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-10T04:46:12.539Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-10T04:46:12.560Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-10T04:46:12.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-10T04:46:12.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-10T04:46:12.622Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-10T04:46:12.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-10T04:46:12.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-10T04:46:12.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-10T04:46:12.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-10T04:46:12.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-10T04:46:12.775Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T04:46:12.798Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T04:46:12.830Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-10T04:46:12.851Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-10T04:46:12.873Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-10T04:46:12.894Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-10T04:46:12.914Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-10T04:46:12.935Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-10T04:46:12.957Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3420 [Pipeline] echo [2021-05-10T04:46:12.981Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3420 [Pipeline] echo [2021-05-10T04:46:13.003Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3420 [Pipeline] echo [2021-05-10T04:46:13.025Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [Pipeline] echo [2021-05-10T04:46:13.046Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 954dc71 [Pipeline] echo [2021-05-10T04:46:13.066Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T04:46:13.134Z] provisioning config files... [2021-05-10T04:46:13.173Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config100387026515355106tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T04:46:13.492Z] ---> docker-login.sh [2021-05-10T04:46:13.492Z] nexus3.edgexfoundry.org:10001 [2021-05-10T04:46:13.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:46:14.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:46:14.025Z] Configure a credential helper to remove this warning. See [2021-05-10T04:46:14.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:46:14.025Z] [2021-05-10T04:46:14.025Z] Login Succeeded [2021-05-10T04:46:14.025Z] nexus3.edgexfoundry.org:10002 [2021-05-10T04:46:14.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:46:14.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:46:14.025Z] Configure a credential helper to remove this warning. See [2021-05-10T04:46:14.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:46:14.025Z] [2021-05-10T04:46:14.025Z] Login Succeeded [2021-05-10T04:46:14.025Z] nexus3.edgexfoundry.org:10003 [2021-05-10T04:46:14.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:46:14.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:46:14.288Z] Configure a credential helper to remove this warning. See [2021-05-10T04:46:14.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:46:14.288Z] [2021-05-10T04:46:14.288Z] Login Succeeded [2021-05-10T04:46:14.288Z] nexus3.edgexfoundry.org:10004 [2021-05-10T04:46:14.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:46:14.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:46:14.582Z] Configure a credential helper to remove this warning. See [2021-05-10T04:46:14.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:46:14.582Z] [2021-05-10T04:46:14.582Z] Login Succeeded [2021-05-10T04:46:14.582Z] docker.io [2021-05-10T04:46:14.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:46:14.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:46:14.846Z] Configure a credential helper to remove this warning. See [2021-05-10T04:46:14.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:46:14.846Z] [2021-05-10T04:46:14.846Z] Login Succeeded [2021-05-10T04:46:14.846Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T04:46:14.857Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T04:46:15.191Z] ++ 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-10T04:46:15.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T04:46:15.191Z] ++ dirname cmd/core-command/Dockerfile [2021-05-10T04:46:15.191Z] ++ cut -d/ -f2 [2021-05-10T04:46:15.191Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-10T04:46:15.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T04:46:15.191Z] ++ dirname cmd/core-data/Dockerfile [2021-05-10T04:46:15.191Z] ++ cut -d/ -f2 [2021-05-10T04:46:15.191Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-10T04:46:15.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T04:46:15.191Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-10T04:46:15.191Z] ++ cut -d/ -f2 [2021-05-10T04:46:15.191Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-10T04:46:15.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T04:46:15.191Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-10T04:46:15.191Z] ++ cut -d/ -f2 [2021-05-10T04:46:15.191Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-10T04:46:15.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T04:46:15.191Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-10T04:46:15.191Z] ++ cut -d/ -f2 [2021-05-10T04:46:15.191Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-10T04:46:15.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T04:46:15.191Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-10T04:46:15.191Z] ++ cut -d/ -f2 [2021-05-10T04:46:15.191Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-10T04:46:15.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T04:46:15.191Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-10T04:46:15.191Z] ++ cut -d/ -f2 [2021-05-10T04:46:15.191Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-10T04:46:15.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T04:46:15.191Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-10T04:46:15.191Z] ++ cut -d/ -f2 [2021-05-10T04:46:15.191Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-10T04:46:15.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T04:46:15.191Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-10T04:46:15.191Z] ++ cut -d/ -f2 [2021-05-10T04:46:15.191Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-10T04:46:15.275Z] 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-10T04:46:16.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T04:46:16.523Z] [2021-05-10T04:46:16.523Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:46:16.848Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T04:46:16.848Z] latest: Pulling from edgex-devops/git-semver [2021-05-10T04:46:16.848Z] 31603596830f: Pulling fs layer [2021-05-10T04:46:16.848Z] 54011a49482f: Pulling fs layer [2021-05-10T04:46:16.848Z] a6820b24f6d8: Pulling fs layer [2021-05-10T04:46:16.848Z] f581987b2513: Pulling fs layer [2021-05-10T04:46:16.848Z] f581987b2513: Waiting [2021-05-10T04:46:16.848Z] 54011a49482f: Download complete [2021-05-10T04:46:16.848Z] 31603596830f: Download complete [2021-05-10T04:46:17.115Z] f581987b2513: Verifying Checksum [2021-05-10T04:46:17.115Z] f581987b2513: Download complete [2021-05-10T04:46:17.115Z] a6820b24f6d8: Verifying Checksum [2021-05-10T04:46:17.115Z] a6820b24f6d8: Download complete [2021-05-10T04:46:17.381Z] 31603596830f: Pull complete [2021-05-10T04:46:17.381Z] 54011a49482f: Pull complete [2021-05-10T04:46:18.335Z] a6820b24f6d8: Pull complete [2021-05-10T04:46:18.599Z] f581987b2513: Pull complete [2021-05-10T04:46:18.599Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-10T04:46:18.599Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T04:46:18.599Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-10T04:46:18.704Z] prd-centos7-docker-4c-2g-3933 does not seem to be running inside a container [2021-05-10T04:46:18.758Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:10004/edgex-devops/git-semver:latest cat [2021-05-10T04:46:21.205Z] $ docker top 19247bc0f4894a1176e71364afe325fd18b34f2100a1c82ed37dac65f24a659c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T04:46:21.412Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T04:46:21.412Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T04:46:21.640Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T04:46:21.644Z] $ docker exec 19247bc0f4894a1176e71364afe325fd18b34f2100a1c82ed37dac65f24a659c ssh-agent [2021-05-10T04:46:21.811Z] SSH_AUTH_SOCK=/tmp/ssh-8pGjgeJOgHlc/agent.12 [2021-05-10T04:46:21.811Z] SSH_AGENT_PID=18 [2021-05-10T04:46:21.823Z] Running ssh-add (command line suppressed) [2021-05-10T04:46:21.953Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_4846784569895524317.key (/w/workspace/edgex-go/4@tmp/private_key_4846784569895524317.key) [2021-05-10T04:46:22.007Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T04:46:22.311Z] + git tag --points-at HEAD [Pipeline] } [2021-05-10T04:46:22.332Z] $ docker exec --env ******** --env ******** 19247bc0f4894a1176e71364afe325fd18b34f2100a1c82ed37dac65f24a659c ssh-agent -k [2021-05-10T04:46:22.441Z] unset SSH_AUTH_SOCK; [2021-05-10T04:46:22.442Z] unset SSH_AGENT_PID; [2021-05-10T04:46:22.442Z] echo Agent pid 18 killed; [2021-05-10T04:46:22.487Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-10T04:46:22.528Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T04:46:22.528Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T04:46:22.686Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T04:46:22.691Z] $ docker exec 19247bc0f4894a1176e71364afe325fd18b34f2100a1c82ed37dac65f24a659c ssh-agent [2021-05-10T04:46:22.861Z] SSH_AUTH_SOCK=/tmp/ssh-QdvHjsmwrxGF/agent.46 [2021-05-10T04:46:22.861Z] SSH_AGENT_PID=51 [2021-05-10T04:46:22.868Z] Running ssh-add (command line suppressed) [2021-05-10T04:46:22.992Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_3596738785186967899.key (/w/workspace/edgex-go/4@tmp/private_key_3596738785186967899.key) [2021-05-10T04:46:23.047Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T04:46:23.361Z] + git semver init [2021-05-10T04:46:23.361Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T04:46:23.361Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-05-10T04:46:23.361Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-05-10T04:46:23.361Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T04:46:23.361Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T04:46:23.361Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T04:46:23.361Z] # $SEMVER_BRANCH = PR-3420 [2021-05-10T04:46:23.361Z] # $SEMVER_TEMP = /tmp/semver-080341235 [2021-05-10T04:46:23.361Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-10T04:46:41.521Z] # '/tmp/semver-080341235' -> '/w/workspace/edgex-go/4/.semver' [2021-05-10T04:46:41.521Z] # -> Force: false [2021-05-10T04:46:41.521Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-05-10T04:46:41.537Z] $ docker exec --env ******** --env ******** 19247bc0f4894a1176e71364afe325fd18b34f2100a1c82ed37dac65f24a659c ssh-agent -k [2021-05-10T04:46:41.791Z] unset SSH_AUTH_SOCK; [2021-05-10T04:46:41.791Z] unset SSH_AGENT_PID; [2021-05-10T04:46:41.791Z] echo Agent pid 51 killed; [2021-05-10T04:46:41.892Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T04:46:42.225Z] + git semver [Pipeline] } [2021-05-10T04:46:42.246Z] $ docker stop --time=1 19247bc0f4894a1176e71364afe325fd18b34f2100a1c82ed37dac65f24a659c [2021-05-10T04:46:44.018Z] $ docker rm -f 19247bc0f4894a1176e71364afe325fd18b34f2100a1c82ed37dac65f24a659c [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T04:46:44.462Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-10T04:46:44.884Z] Stashed 1 file(s) [Pipeline] echo [2021-05-10T04:46:44.888Z] [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-10T04:46:46.488Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-10T04:46:46.789Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T04:46:47.084Z] + sudo service docker restart [2021-05-10T04:46:47.084Z] + true [2021-05-10T04:46:47.084Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-10T04:46:47.676Z] ========================================================= [2021-05-10T04:46:47.676Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-10T04:46:47.676Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:46:47.983Z] + 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-10T04:46:52.356Z] Sending build context to Docker daemon 330MB [2021-05-10T04:46:52.356Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-10T04:46:52.356Z] Step 2/6 : FROM ${BASE} [2021-05-10T04:46:52.356Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-10T04:46:52.356Z] 540db60ca938: Pulling fs layer [2021-05-10T04:46:52.356Z] adcc1eea9eea: Pulling fs layer [2021-05-10T04:46:52.356Z] 4c4ab2625f07: Pulling fs layer [2021-05-10T04:46:52.356Z] 0510c868ecb4: Pulling fs layer [2021-05-10T04:46:52.356Z] afea3b2eda06: Pulling fs layer [2021-05-10T04:46:52.356Z] 7809a108b3ef: Pulling fs layer [2021-05-10T04:46:52.356Z] f706445af74f: Pulling fs layer [2021-05-10T04:46:52.356Z] afea3b2eda06: Waiting [2021-05-10T04:46:52.356Z] 0510c868ecb4: Waiting [2021-05-10T04:46:52.356Z] 7809a108b3ef: Waiting [2021-05-10T04:46:52.356Z] 4c4ab2625f07: Verifying Checksum [2021-05-10T04:46:52.356Z] 4c4ab2625f07: Download complete [2021-05-10T04:46:52.356Z] adcc1eea9eea: Verifying Checksum [2021-05-10T04:46:52.356Z] adcc1eea9eea: Download complete [2021-05-10T04:46:52.356Z] afea3b2eda06: Verifying Checksum [2021-05-10T04:46:52.356Z] afea3b2eda06: Download complete [2021-05-10T04:46:52.356Z] 7809a108b3ef: Verifying Checksum [2021-05-10T04:46:52.356Z] 7809a108b3ef: Download complete [2021-05-10T04:46:52.356Z] 540db60ca938: Download complete [2021-05-10T04:46:52.356Z] 540db60ca938: Pull complete [2021-05-10T04:46:52.620Z] adcc1eea9eea: Pull complete [2021-05-10T04:46:52.620Z] 4c4ab2625f07: Pull complete [2021-05-10T04:46:54.567Z] f706445af74f: Verifying Checksum [2021-05-10T04:46:54.567Z] f706445af74f: Download complete [2021-05-10T04:46:55.142Z] 0510c868ecb4: Verifying Checksum [2021-05-10T04:46:55.142Z] 0510c868ecb4: Download complete [2021-05-10T04:47:01.113Z] Still waiting to schedule task [2021-05-10T04:47:01.113Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-10T04:47:01.784Z] 0510c868ecb4: Pull complete [2021-05-10T04:47:01.784Z] afea3b2eda06: Pull complete [2021-05-10T04:47:01.784Z] 7809a108b3ef: Pull complete [2021-05-10T04:47:06.021Z] f706445af74f: Pull complete [2021-05-10T04:47:06.021Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-10T04:47:06.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-10T04:47:06.021Z] ---> b068be0155e3 [2021-05-10T04:47:06.021Z] 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-10T04:47:06.021Z] ---> Running in bafc3806e386 [2021-05-10T04:47:06.284Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T04:47:08.203Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T04:47:08.776Z] (1/12) Installing libmagic (5.39-r0) [2021-05-10T04:47:09.038Z] (2/12) Installing file (5.39-r0) [2021-05-10T04:47:09.308Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-10T04:47:09.570Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-10T04:47:16.168Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-10T04:47:16.168Z] (6/12) Installing patch (2.7.6-r6) [2021-05-10T04:47:16.168Z] (7/12) Installing build-base (0.5-r2) [2021-05-10T04:47:16.168Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-10T04:47:16.168Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-10T04:47:16.168Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-10T04:47:16.168Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-10T04:47:16.168Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-10T04:47:16.432Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T04:47:16.432Z] OK: 219 MiB in 52 packages [2021-05-10T04:47:19.755Z] Removing intermediate container bafc3806e386 [2021-05-10T04:47:19.755Z] ---> 37eece0af6f0 [2021-05-10T04:47:19.755Z] Step 4/6 : WORKDIR /edgex-go [2021-05-10T04:47:20.018Z] ---> Running in bfa7920f5a74 [2021-05-10T04:47:20.018Z] Removing intermediate container bfa7920f5a74 [2021-05-10T04:47:20.018Z] ---> 21e0bd48ee4d [2021-05-10T04:47:20.018Z] Step 5/6 : COPY go.mod . [2021-05-10T04:47:20.281Z] ---> f444d00de2fc [2021-05-10T04:47:20.281Z] Step 6/6 : RUN go mod download [2021-05-10T04:47:20.281Z] ---> Running in de094bda668a [2021-05-10T04:47:46.910Z] Removing intermediate container de094bda668a [2021-05-10T04:47:46.910Z] ---> 2c85e0c2ce5f [2021-05-10T04:47:46.911Z] Successfully built 2c85e0c2ce5f [2021-05-10T04:47:46.911Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:47:47.228Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T04:47:47.228Z] . [Pipeline] withDockerContainer [2021-05-10T04:47:47.326Z] prd-centos7-docker-4c-2g-3933 does not seem to be running inside a container [2021-05-10T04:47:47.374Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T04:47:48.152Z] $ docker top 3044e26f1047802d944993e05ca0400b6203061515b61842b0fb424ca8c120eb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T04:47:48.579Z] + go version [2021-05-10T04:47:48.579Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-10T04:47:48.595Z] $ docker stop --time=1 3044e26f1047802d944993e05ca0400b6203061515b61842b0fb424ca8c120eb [2021-05-10T04:47:50.034Z] $ docker rm -f 3044e26f1047802d944993e05ca0400b6203061515b61842b0fb424ca8c120eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:47:50.527Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T04:47:50.527Z] . [Pipeline] withDockerContainer [2021-05-10T04:47:50.624Z] prd-centos7-docker-4c-2g-3933 does not seem to be running inside a container [2021-05-10T04:47:50.674Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T04:47:51.328Z] $ docker top b4010180abed028e6ed368ee63edf61c79be1ab6624371cdd0e470ade600e7fb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-10T04:47:51.505Z] ========================================================= [2021-05-10T04:47:51.506Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-10T04:47:51.506Z] ========================================================= [Pipeline] sh [2021-05-10T04:47:51.802Z] + go mod tidy [Pipeline] sh [2021-05-10T04:47:54.048Z] + make test [2021-05-10T04:47:54.048Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-10T04:48:02.238Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-10T04:48:20.462Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-10T04:48:27.128Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-10T04:48:27.128Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-10T04:48:27.128Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-10T04:48:29.745Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-10T04:48:29.745Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-10T04:48:29.745Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-10T04:48:29.745Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-10T04:48:31.688Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-10T04:48:31.955Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-10T04:48:34.561Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-10T04:48:34.561Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-10T04:48:34.561Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-10T04:48:37.173Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.086s coverage: 45.9% of statements [2021-05-10T04:48:37.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-10T04:48:37.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-10T04:48:37.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-10T04:48:37.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-10T04:48:37.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-10T04:48:37.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-10T04:48:37.173Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.056s coverage: 19.8% of statements [2021-05-10T04:48:37.173Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements [2021-05-10T04:48:39.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.180s coverage: 27.1% of statements [2021-05-10T04:48:39.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-10T04:48:39.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-10T04:48:39.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-10T04:48:39.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-10T04:48:39.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-10T04:48:39.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-10T04:48:39.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-05-10T04:48:39.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-10T04:48:39.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2021-05-10T04:48:39.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-10T04:48:39.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-10T04:48:39.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.090s coverage: 71.3% of statements [2021-05-10T04:48:39.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-10T04:48:39.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-10T04:48:39.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.144s coverage: 87.7% of statements [2021-05-10T04:48:39.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-10T04:48:39.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T04:48:39.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.090s coverage: 78.9% of statements [2021-05-10T04:48:39.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-10T04:48:43.139Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.300s coverage: 28.6% of statements [2021-05-10T04:48:43.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-10T04:48:43.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-10T04:48:43.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-10T04:48:43.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-10T04:48:43.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-10T04:48:43.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.094s coverage: 100.0% of statements [2021-05-10T04:48:43.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-10T04:48:43.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2021-05-10T04:48:43.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-10T04:48:43.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.115s coverage: 86.7% of statements [2021-05-10T04:48:43.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-10T04:48:43.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.147s coverage: 97.5% of statements [2021-05-10T04:48:43.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-10T04:48:43.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements [2021-05-10T04:48:43.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-10T04:48:43.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-10T04:48:43.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-10T04:48:43.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-10T04:48:46.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.369s coverage: 95.1% of statements [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-10T04:48:46.506Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-10T04:48:46.506Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.089s coverage: 0.9% of statements [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-10T04:48:46.506Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.058s coverage: 22.6% of statements [2021-05-10T04:48:46.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-10T04:48:46.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements [2021-05-10T04:48:46.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements [2021-05-10T04:48:46.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements [2021-05-10T04:48:46.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements [2021-05-10T04:48:46.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements [2021-05-10T04:48:55.125Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3934 in /w/workspace/edgexfoundry_edgex-go_PR-3420 [Pipeline] { [Pipeline] ws [2021-05-10T04:48:55.156Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-05-10T04:48:59.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements [2021-05-10T04:48:59.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements [2021-05-10T04:49:00.570Z] using credential edgex-jenkins-ssh [2021-05-10T04:49:00.589Z] Cloning the remote Git repository [2021-05-10T04:49:00.622Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-10T04:49:00.730Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-05-10T04:49:00.897Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T04:49:00.898Z] > git --version # timeout=10 [2021-05-10T04:49:00.946Z] > git --version # 'git version 2.17.1' [2021-05-10T04:49:00.948Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T04:49:01.065Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T04:49:01.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.222s coverage: 81.8% of statements [2021-05-10T04:49:01.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.088s coverage: 92.9% of statements [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.072s coverage: 76.0% of statements [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.103s coverage: 91.2% of statements [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.177s coverage: 64.4% of statements [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.325s coverage: 66.9% of statements [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.201s coverage: 43.4% of statements [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.151s coverage: 47.0% of statements [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.054s coverage: 9.6% of statements [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-10T04:49:09.830Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.152s coverage: 92.6% of statements [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T04:49:09.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-10T04:49:10.107Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.737s coverage: 28.7% of statements [2021-05-10T04:49:10.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-10T04:49:10.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-10T04:49:10.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-10T04:49:10.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-10T04:49:10.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-10T04:49:10.107Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-05-10T04:49:10.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-10T04:49:10.107Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements [2021-05-10T04:49:10.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-10T04:49:10.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-10T04:49:10.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-10T04:49:10.107Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.094s coverage: 64.6% of statements [2021-05-10T04:49:10.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-10T04:49:10.702Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.116s coverage: 97.6% of statements [2021-05-10T04:49:10.702Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-10T04:49:10.702Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T04:49:10.702Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-10T04:49:10.702Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-05-10T04:49:10.702Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-10T04:49:10.702Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-05-10T04:49:10.702Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-10T04:49:10.702Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-10T04:49:10.702Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-10T04:49:10.702Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-10T04:49:10.969Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-05-10T04:49:10.969Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-10T04:49:10.969Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-10T04:49:10.969Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-05-10T04:49:11.231Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 28.1% of statements [2021-05-10T04:49:11.231Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-10T04:49:11.493Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.026s coverage: 85.7% of statements [2021-05-10T04:49:11.493Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-10T04:49:11.755Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 100.0% of statements [2021-05-10T04:49:12.017Z] GO111MODULE=on go vet ./... [2021-05-10T04:49:17.460Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T04:49:17.478Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T04:49:17.508Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T04:49:18.461Z] Merging remotes/origin/master commit 0a24aac118fe9f9c77ac4216f8244fb603d4f0cd into PR head commit 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T04:49:18.924Z] Merge succeeded, producing 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T04:49:18.925Z] Checking out Revision 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 (PR-3420) [2021-05-10T04:49:17.566Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T04:49:17.567Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T04:49:17.580Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3420/head:refs/remotes/origin/PR-3420 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T04:49:18.479Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T04:49:18.510Z] > git checkout -f 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 # timeout=10 [2021-05-10T04:49:18.829Z] > git remote # timeout=10 [2021-05-10T04:49:18.851Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T04:49:18.863Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T04:49:18.874Z] > git merge 0a24aac118fe9f9c77ac4216f8244fb603d4f0cd # timeout=10 [2021-05-10T04:49:18.903Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T04:49:18.929Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T04:49:18.945Z] > git checkout -f 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 # timeout=10 [2021-05-10T04:49:23.447Z] Commit message: "feat(sma): implement v2 GET /health/{services} API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T04:49:24.967Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-10T04:49:25.375Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T04:49:25.715Z] + true [2021-05-10T04:49:25.715Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T04:49:28.373Z] provisioning config files... [2021-05-10T04:49:28.422Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config4752767567860976596tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T04:49:28.795Z] ---> docker-login.sh [2021-05-10T04:49:28.795Z] nexus3.edgexfoundry.org:10001 [2021-05-10T04:49:29.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:49:30.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:49:30.057Z] Configure a credential helper to remove this warning. See [2021-05-10T04:49:30.057Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:49:30.057Z] [2021-05-10T04:49:30.057Z] Login Succeeded [2021-05-10T04:49:30.057Z] nexus3.edgexfoundry.org:10002 [2021-05-10T04:49:30.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:49:30.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:49:30.602Z] Configure a credential helper to remove this warning. See [2021-05-10T04:49:30.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:49:30.602Z] [2021-05-10T04:49:30.602Z] Login Succeeded [2021-05-10T04:49:30.602Z] nexus3.edgexfoundry.org:10003 [2021-05-10T04:49:30.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:49:30.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:49:30.879Z] Configure a credential helper to remove this warning. See [2021-05-10T04:49:30.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:49:30.879Z] [2021-05-10T04:49:30.879Z] Login Succeeded [2021-05-10T04:49:30.879Z] nexus3.edgexfoundry.org:10004 [2021-05-10T04:49:31.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:49:31.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:49:31.477Z] Configure a credential helper to remove this warning. See [2021-05-10T04:49:31.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:49:31.477Z] [2021-05-10T04:49:31.477Z] Login Succeeded [2021-05-10T04:49:31.477Z] docker.io [2021-05-10T04:49:32.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:49:32.352Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:49:32.352Z] Configure a credential helper to remove this warning. See [2021-05-10T04:49:32.352Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:49:32.352Z] [2021-05-10T04:49:32.352Z] Login Succeeded [2021-05-10T04:49:32.352Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T04:49:32.370Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-10T04:49:32.717Z] ========================================================= [2021-05-10T04:49:32.717Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-10T04:49:32.717Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:49:33.073Z] + 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-10T04:49:35.706Z] Sending build context to Docker daemon 167.6MB [2021-05-10T04:49:35.706Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-10T04:49:35.706Z] Step 2/6 : FROM ${BASE} [2021-05-10T04:49:35.706Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-10T04:49:35.706Z] 595b0fe564bb: Pulling fs layer [2021-05-10T04:49:35.706Z] 7186ed65a4f7: Pulling fs layer [2021-05-10T04:49:35.706Z] 316046926c0a: Pulling fs layer [2021-05-10T04:49:35.706Z] 4ebd0625c992: Pulling fs layer [2021-05-10T04:49:35.706Z] 207e8628e3a3: Pulling fs layer [2021-05-10T04:49:35.706Z] c791037a9be2: Pulling fs layer [2021-05-10T04:49:35.706Z] ffd874e62e21: Pulling fs layer [2021-05-10T04:49:35.706Z] 4ebd0625c992: Waiting [2021-05-10T04:49:35.706Z] 207e8628e3a3: Waiting [2021-05-10T04:49:35.706Z] c791037a9be2: Waiting [2021-05-10T04:49:35.706Z] ffd874e62e21: Waiting [2021-05-10T04:49:35.706Z] 316046926c0a: Verifying Checksum [2021-05-10T04:49:35.706Z] 316046926c0a: Download complete [2021-05-10T04:49:35.706Z] 7186ed65a4f7: Verifying Checksum [2021-05-10T04:49:35.706Z] 7186ed65a4f7: Download complete [2021-05-10T04:49:35.706Z] 207e8628e3a3: Verifying Checksum [2021-05-10T04:49:35.706Z] 207e8628e3a3: Download complete [2021-05-10T04:49:35.706Z] 595b0fe564bb: Verifying Checksum [2021-05-10T04:49:35.706Z] 595b0fe564bb: Download complete [2021-05-10T04:49:35.706Z] c791037a9be2: Download complete [2021-05-10T04:49:36.312Z] 595b0fe564bb: Pull complete [2021-05-10T04:49:36.909Z] 7186ed65a4f7: Pull complete [2021-05-10T04:49:37.514Z] 316046926c0a: Pull complete [2021-05-10T04:49:38.495Z] ffd874e62e21: Verifying Checksum [2021-05-10T04:49:38.495Z] ffd874e62e21: Download complete [2021-05-10T04:49:39.933Z] 4ebd0625c992: Verifying Checksum [2021-05-10T04:49:39.933Z] 4ebd0625c992: Download complete [2021-05-10T04:49:44.282Z] gofmt -l . [2021-05-10T04:49:44.283Z] [ "`gofmt -l .`" = "" ] [2021-05-10T04:49:45.234Z] ./bin/test-go-mod-tidy.sh [2021-05-10T04:49:45.814Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-10T04:49:47.165Z] + ls -al . [2021-05-10T04:49:47.165Z] total 816 [2021-05-10T04:49:47.165Z] drwxrwxr-x 10 1001 1001 4096 May 10 04:49 . [2021-05-10T04:49:47.165Z] drwxr-xr-x 4 root root 28 May 10 04:47 .. [2021-05-10T04:49:47.165Z] -rw-rw-r-- 1 1001 1001 11 May 10 04:46 .dockerignore [2021-05-10T04:49:47.165Z] drwxrwxr-x 8 1001 1001 179 May 10 04:46 .git [2021-05-10T04:49:47.165Z] drwxrwxr-x 3 1001 1001 125 May 10 04:46 .github [2021-05-10T04:49:47.165Z] -rw-rw-r-- 1 1001 1001 818 May 10 04:46 .gitignore [2021-05-10T04:49:47.165Z] drwx------ 3 1001 1001 60 May 10 04:46 .semver [2021-05-10T04:49:47.165Z] -rw-rw-r-- 1 1001 1001 166 May 10 04:46 .sonarcloud.properties [2021-05-10T04:49:47.165Z] -rw-rw-r-- 1 1001 1001 8609 May 10 04:46 Attribution.txt [2021-05-10T04:49:47.165Z] -rw-rw-r-- 1 1001 1001 3804 May 10 04:46 CONTRIBUTING.md [2021-05-10T04:49:47.165Z] -rw-rw-r-- 1 1001 1001 931 May 10 04:46 Dockerfile.build [2021-05-10T04:49:47.165Z] -rw-rw-r-- 1 1001 1001 863 May 10 04:46 Jenkinsfile [2021-05-10T04:49:47.165Z] -rw-rw-r-- 1 1001 1001 10775 May 10 04:46 LICENSE [2021-05-10T04:49:47.165Z] -rw-rw-r-- 1 1001 1001 5774 May 10 04:46 Makefile [2021-05-10T04:49:47.165Z] -rw-rw-r-- 1 1001 1001 7978 May 10 04:46 README.md [2021-05-10T04:49:47.165Z] -rw-rw-r-- 1 1001 1001 6755 May 10 04:46 SECURITY.md [2021-05-10T04:49:47.165Z] -rw-rw-r-- 1 1001 1001 5 May 10 04:46 VERSION [2021-05-10T04:49:47.165Z] -rw-rw-r-- 1 1001 1001 4131 May 10 04:46 ZMQWindows.md [2021-05-10T04:49:47.165Z] drwxrwxr-x 2 1001 1001 117 May 10 04:46 bin [2021-05-10T04:49:47.165Z] drwxrwxr-x 14 1001 1001 4096 May 10 04:46 cmd [2021-05-10T04:49:47.165Z] -rw-r--r-- 1 root root 706092 May 10 04:49 coverage.out [2021-05-10T04:49:47.165Z] -rw-r--r-- 1 root root 1060 May 10 04:49 go.mod [2021-05-10T04:49:47.165Z] -rw-r--r-- 1 root root 22169 May 10 04:47 go.sum [2021-05-10T04:49:47.165Z] drwxrwxr-x 8 1001 1001 127 May 10 04:46 internal [2021-05-10T04:49:47.165Z] drwxrwxr-x 4 1001 1001 26 May 10 04:46 openapi [2021-05-10T04:49:47.165Z] drwxrwxr-x 4 1001 1001 71 May 10 04:46 snap [2021-05-10T04:49:47.165Z] -rw-rw-r-- 1 1001 1001 168 May 10 04:46 version.go [Pipeline] sh [2021-05-10T04:49:47.548Z] + '[' -e coverage.out ] [2021-05-10T04:49:47.548Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-10T04:49:47.761Z] Stashed 1 file(s) [Pipeline] sh [2021-05-10T04:49:48.066Z] + make build [2021-05-10T04:49:48.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-10T04:49:49.986Z] 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-10T04:49:50.114Z] 4ebd0625c992: Pull complete [2021-05-10T04:49:50.114Z] 207e8628e3a3: Pull complete [2021-05-10T04:49:50.114Z] c791037a9be2: Pull complete [2021-05-10T04:49:52.738Z] ffd874e62e21: Pull complete [2021-05-10T04:49:52.738Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-10T04:49:52.738Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-10T04:49:52.738Z] ---> cfc18b08335c [2021-05-10T04:49:52.738Z] 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-10T04:49:57.076Z] ---> Running in cb13f8255414 [2021-05-10T04:49:57.678Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T04:49:59.654Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T04:50:00.112Z] 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-10T04:50:00.382Z] 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-10T04:50:01.623Z] (1/12) Installing libmagic (5.39-r0) [2021-05-10T04:50:02.221Z] (2/12) Installing file (5.39-r0) [2021-05-10T04:50:02.221Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-10T04:50:02.321Z] 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-10T04:50:02.321Z] 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-10T04:50:02.494Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-10T04:50:03.725Z] 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-10T04:50:05.152Z] 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-10T04:50:06.112Z] 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-10T04:50:07.118Z] 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-10T04:50:08.076Z] 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-10T04:50:09.041Z] 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-10T04:50:11.660Z] $ docker stop --time=1 b4010180abed028e6ed368ee63edf61c79be1ab6624371cdd0e470ade600e7fb [2021-05-10T04:50:13.248Z] $ docker rm -f b4010180abed028e6ed368ee63edf61c79be1ab6624371cdd0e470ade600e7fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:50:16.543Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T04:50:16.543Z] [2021-05-10T04:50:16.544Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:50:16.886Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T04:50:16.886Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-10T04:50:16.886Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-10T04:50:16.886Z] ca9280d653b3: Pulling fs layer [2021-05-10T04:50:16.886Z] 7e9c9ca2126c: Pulling fs layer [2021-05-10T04:50:17.149Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-10T04:50:17.149Z] cbdbe7a5bc2a: Download complete [2021-05-10T04:50:17.410Z] cbdbe7a5bc2a: Pull complete [2021-05-10T04:50:17.633Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-10T04:50:17.634Z] (6/12) Installing patch (2.7.6-r6) [2021-05-10T04:50:17.634Z] (7/12) Installing build-base (0.5-r2) [2021-05-10T04:50:17.634Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-10T04:50:17.986Z] ca9280d653b3: Verifying Checksum [2021-05-10T04:50:17.986Z] ca9280d653b3: Download complete [2021-05-10T04:50:18.229Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-10T04:50:18.502Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-10T04:50:18.502Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-10T04:50:18.932Z] ca9280d653b3: Pull complete [2021-05-10T04:50:19.197Z] 7e9c9ca2126c: Download complete [2021-05-10T04:50:19.485Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-10T04:50:19.485Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T04:50:19.485Z] OK: 218 MiB in 52 packages [2021-05-10T04:50:23.803Z] Removing intermediate container cb13f8255414 [2021-05-10T04:50:23.803Z] ---> 4590fb69ad3c [2021-05-10T04:50:23.803Z] Step 4/6 : WORKDIR /edgex-go [2021-05-10T04:50:23.803Z] ---> Running in 0d60bddd12ce [2021-05-10T04:50:24.399Z] Removing intermediate container 0d60bddd12ce [2021-05-10T04:50:24.399Z] ---> 87b23bb56bb1 [2021-05-10T04:50:24.399Z] Step 5/6 : COPY go.mod . [2021-05-10T04:50:25.008Z] ---> 40810e23b823 [2021-05-10T04:50:25.008Z] Step 6/6 : RUN go mod download [2021-05-10T04:50:25.008Z] ---> Running in 4c306e378986 [2021-05-10T04:50:25.854Z] 7e9c9ca2126c: Pull complete [2021-05-10T04:50:25.854Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-10T04:50:25.854Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T04:50:25.854Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-10T04:50:26.054Z] prd-centos7-docker-4c-2g-3933 does not seem to be running inside a container [2021-05-10T04:50:26.130Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-10T04:50:29.062Z] $ docker top 7ffa1f2e85f71cb2d918a1b7d45a79733664d2bae7da6183fad52d041b9c7638 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T04:50:29.489Z] + docker-compose build --help [2021-05-10T04:50:29.489Z] + grep parallel [2021-05-10T04:50:30.434Z] --parallel Build images in parallel. [Pipeline] } [2021-05-10T04:50:30.450Z] $ docker stop --time=1 7ffa1f2e85f71cb2d918a1b7d45a79733664d2bae7da6183fad52d041b9c7638 [2021-05-10T04:50:31.812Z] $ docker rm -f 7ffa1f2e85f71cb2d918a1b7d45a79733664d2bae7da6183fad52d041b9c7638 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:50:32.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T04:50:32.655Z] . [Pipeline] withDockerContainer [2021-05-10T04:50:32.756Z] prd-centos7-docker-4c-2g-3933 does not seem to be running inside a container [2021-05-10T04:50:32.811Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-10T04:50:33.365Z] $ docker top 4d23fe7c2d45a1158231edd1a2f8b871a97ac28cad301aab1ac28652d97105e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T04:50:33.788Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-10T04:50:34.739Z] Building docker-core-command-go ... [2021-05-10T04:50:34.739Z] Building docker-core-data-go ... [2021-05-10T04:50:34.739Z] Building docker-core-metadata-go ... [2021-05-10T04:50:34.739Z] Building docker-security-bootstrapper-go ... [2021-05-10T04:50:34.739Z] Building docker-security-proxy-setup-go ... [2021-05-10T04:50:34.739Z] Building docker-security-secretstore-setup-go ... [2021-05-10T04:50:34.739Z] Building docker-support-notifications-go ... [2021-05-10T04:50:34.739Z] Building docker-support-scheduler-go ... [2021-05-10T04:50:34.739Z] Building docker-sys-mgmt-agent-go ... [2021-05-10T04:50:34.739Z] Building docker-core-data-go [2021-05-10T04:50:34.739Z] Building docker-security-bootstrapper-go [2021-05-10T04:50:34.739Z] Building docker-support-notifications-go [2021-05-10T04:50:34.739Z] Building docker-security-proxy-setup-go [2021-05-10T04:50:34.739Z] Building docker-support-scheduler-go [2021-05-10T04:50:51.830Z] Removing intermediate container 4c306e378986 [2021-05-10T04:50:51.830Z] ---> f1680b57551c [2021-05-10T04:50:51.830Z] Successfully built f1680b57551c [2021-05-10T04:50:51.830Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:50:52.174Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T04:50:52.174Z] . [Pipeline] withDockerContainer [2021-05-10T04:50:52.412Z] prd-ubuntu18.04-docker-arm64-4c-16g-3934 does not seem to be running inside a container [2021-05-10T04:50:52.514Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T04:50:54.027Z] $ docker top 8e781277728877a4aa41b599a9ed9df32654cba4fe9c2e917e386b9f995e7b4e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T04:50:54.916Z] + go version [2021-05-10T04:50:54.916Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-10T04:50:54.947Z] $ docker stop --time=1 8e781277728877a4aa41b599a9ed9df32654cba4fe9c2e917e386b9f995e7b4e [2021-05-10T04:50:56.865Z] $ docker rm -f 8e781277728877a4aa41b599a9ed9df32654cba4fe9c2e917e386b9f995e7b4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:50:57.535Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T04:50:57.535Z] . [Pipeline] withDockerContainer [2021-05-10T04:50:57.763Z] prd-ubuntu18.04-docker-arm64-4c-16g-3934 does not seem to be running inside a container [2021-05-10T04:50:57.854Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T04:50:59.170Z] $ docker top 1f850dc6145ef9d2ab995dbd70c7e28696aa6cea37665f321eb350b2159cc57a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-10T04:50:59.444Z] ========================================================= [2021-05-10T04:50:59.444Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-10T04:50:59.444Z] ========================================================= [Pipeline] sh [2021-05-10T04:51:00.084Z] + go mod tidy [Pipeline] sh [2021-05-10T04:51:01.726Z] + make test [2021-05-10T04:51:01.726Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-10T04:51:07.272Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T04:51:07.272Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T04:51:07.272Z] ---> 2c85e0c2ce5f [2021-05-10T04:51:07.272Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T04:51:07.272Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T04:51:07.272Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-10T04:51:07.272Z] ---> 2c85e0c2ce5f [2021-05-10T04:51:07.272Z] Step 3/21 : WORKDIR /edgex-go [2021-05-10T04:51:07.272Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T04:51:07.272Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T04:51:07.272Z] ---> 2c85e0c2ce5f [2021-05-10T04:51:07.272Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T04:51:07.272Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T04:51:07.272Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T04:51:07.272Z] ---> 2c85e0c2ce5f [2021-05-10T04:51:07.272Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T04:51:07.272Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T04:51:07.272Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-10T04:51:07.272Z] ---> 2c85e0c2ce5f [2021-05-10T04:51:07.272Z] Step 3/31 : WORKDIR /edgex-go [2021-05-10T04:51:07.272Z] ---> Running in 5dce82675998 [2021-05-10T04:51:07.539Z] ---> Running in f1d9d80d7f0a [2021-05-10T04:51:07.539Z] ---> Running in a4abae3ada53 [2021-05-10T04:51:07.539Z] ---> Running in aedceb831a55 [2021-05-10T04:51:07.539Z] ---> Running in e7a81a723532 [2021-05-10T04:51:07.800Z] Removing intermediate container e7a81a723532 [2021-05-10T04:51:07.800Z] ---> 2619023649bd [2021-05-10T04:51:07.800Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T04:51:07.800Z] Removing intermediate container 5dce82675998 [2021-05-10T04:51:07.800Z] ---> 81bc96108679 [2021-05-10T04:51:07.800Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T04:51:07.800Z] Removing intermediate container a4abae3ada53 [2021-05-10T04:51:07.800Z] ---> aa54350885c8 [2021-05-10T04:51:07.800Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T04:51:07.800Z] Removing intermediate container aedceb831a55 [2021-05-10T04:51:07.800Z] ---> a038686d551d [2021-05-10T04:51:07.800Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T04:51:07.800Z] Removing intermediate container f1d9d80d7f0a [2021-05-10T04:51:07.800Z] ---> e458a1b13e55 [2021-05-10T04:51:07.800Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T04:51:08.071Z] ---> Running in 29a7f0313c69 [2021-05-10T04:51:08.071Z] ---> Running in 97b01de846e4 [2021-05-10T04:51:08.071Z] ---> Running in 5e97bee0fce4 [2021-05-10T04:51:08.071Z] ---> Running in cdf86f362a7b [2021-05-10T04:51:08.071Z] ---> Running in 01eb422a22d4 [2021-05-10T04:51:10.016Z] Removing intermediate container cdf86f362a7b [2021-05-10T04:51:10.016Z] ---> 3ecb0dde7daa [2021-05-10T04:51:10.016Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-10T04:51:10.016Z] ---> Running in dbc0e2ed8b55 [2021-05-10T04:51:10.294Z] Removing intermediate container 29a7f0313c69 [2021-05-10T04:51:10.294Z] ---> da3df7a242fd [2021-05-10T04:51:10.294Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-10T04:51:10.294Z] Removing intermediate container 5e97bee0fce4 [2021-05-10T04:51:10.294Z] ---> 7e39502fe7d4 [2021-05-10T04:51:10.294Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-10T04:51:10.294Z] Removing intermediate container 01eb422a22d4 [2021-05-10T04:51:10.294Z] ---> c21a603a1649 [2021-05-10T04:51:10.294Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-10T04:51:10.575Z] Removing intermediate container 97b01de846e4 [2021-05-10T04:51:10.575Z] ---> 4baf8f8bf741 [2021-05-10T04:51:10.575Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-10T04:51:10.575Z] ---> Running in 5e51e04101e0 [2021-05-10T04:51:10.575Z] ---> Running in b0c14384b2f8 [2021-05-10T04:51:10.575Z] ---> Running in 06e8def30ba5 [2021-05-10T04:51:10.575Z] ---> Running in 05616277f50b [2021-05-10T04:51:10.986Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T04:51:11.568Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T04:51:11.568Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T04:51:11.568Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T04:51:11.568Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T04:51:12.960Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T04:51:12.960Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T04:51:13.536Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T04:51:13.536Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T04:51:13.536Z] OK: 219 MiB in 52 packages [2021-05-10T04:51:13.536Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T04:51:13.802Z] OK: 219 MiB in 52 packages [2021-05-10T04:51:14.066Z] Removing intermediate container dbc0e2ed8b55 [2021-05-10T04:51:14.066Z] ---> 72d3462b669b [2021-05-10T04:51:14.066Z] Step 6/31 : COPY go.mod . [2021-05-10T04:51:14.339Z] ---> 04e9b0e796c7 [2021-05-10T04:51:14.339Z] Step 7/31 : RUN go mod download [2021-05-10T04:51:14.339Z] ---> Running in 32599b70bb64 [2021-05-10T04:51:14.339Z] Removing intermediate container b0c14384b2f8 [2021-05-10T04:51:14.339Z] ---> 06fc7e5c02ef [2021-05-10T04:51:14.339Z] Step 6/22 : COPY go.mod . [2021-05-10T04:51:14.339Z] OK: 219 MiB in 52 packages [2021-05-10T04:51:14.602Z] OK: 219 MiB in 52 packages [2021-05-10T04:51:15.561Z] OK: 219 MiB in 52 packages [2021-05-10T04:51:15.561Z] ---> 4e325a10f959 [2021-05-10T04:51:15.561Z] Step 7/22 : RUN go mod download [2021-05-10T04:51:15.561Z] ---> Running in 82f28199a3e9 [2021-05-10T04:51:15.832Z] Removing intermediate container 5e51e04101e0 [2021-05-10T04:51:15.832Z] ---> c3127bcc72fc [2021-05-10T04:51:15.832Z] Step 6/21 : COPY go.mod . [2021-05-10T04:51:16.418Z] Removing intermediate container 06e8def30ba5 [2021-05-10T04:51:16.418Z] ---> fb2ba7adf71e [2021-05-10T04:51:16.418Z] Step 6/23 : COPY go.mod . [2021-05-10T04:51:16.418Z] ---> 9eaeb6731a71 [2021-05-10T04:51:16.418Z] Step 7/21 : RUN go mod download [2021-05-10T04:51:16.418Z] Removing intermediate container 05616277f50b [2021-05-10T04:51:16.418Z] ---> b349adaf80d6 [2021-05-10T04:51:16.418Z] Step 6/22 : COPY go.mod . [2021-05-10T04:51:16.685Z] ---> Running in 6932e67dc08e [2021-05-10T04:51:16.685Z] Removing intermediate container 32599b70bb64 [2021-05-10T04:51:16.685Z] ---> eb0b45bbc6b1 [2021-05-10T04:51:16.685Z] Step 8/31 : COPY . . [2021-05-10T04:51:16.685Z] ---> 29920591a139 [2021-05-10T04:51:16.685Z] Step 7/23 : RUN go mod download [2021-05-10T04:51:16.948Z] ---> fe75ffcabc57 [2021-05-10T04:51:16.948Z] Step 7/22 : RUN go mod download [2021-05-10T04:51:16.948Z] ---> Running in 4521e7f4f22f [2021-05-10T04:51:17.217Z] ---> Running in 2b2c96dad8f2 [2021-05-10T04:51:21.452Z] Removing intermediate container 82f28199a3e9 [2021-05-10T04:51:21.452Z] ---> 99a944967541 [2021-05-10T04:51:21.452Z] Step 8/22 : COPY . . [2021-05-10T04:51:24.775Z] Removing intermediate container 6932e67dc08e [2021-05-10T04:51:24.775Z] ---> ded1145f9dc0 [2021-05-10T04:51:24.775Z] Step 8/21 : COPY . . [2021-05-10T04:51:28.545Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-10T04:51:37.064Z] Removing intermediate container 4521e7f4f22f [2021-05-10T04:51:37.064Z] ---> 4946a28768cf [2021-05-10T04:51:37.064Z] Step 8/23 : COPY . . [2021-05-10T04:51:37.064Z] Removing intermediate container 2b2c96dad8f2 [2021-05-10T04:51:37.064Z] ---> 9a0a387d8768 [2021-05-10T04:51:37.064Z] Step 8/22 : COPY . . [2021-05-10T04:51:52.209Z] ---> b82934c47bd9 [2021-05-10T04:51:52.209Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-10T04:51:58.845Z] ---> Running in 65c31bab3655 [2021-05-10T04:51:59.812Z] ---> 82a5825d16ff [2021-05-10T04:51:59.812Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-10T04:52:01.836Z] ---> 422a7c153419 [2021-05-10T04:52:01.836Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-10T04:52:06.071Z] 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-10T04:52:06.649Z] ---> Running in db4e0a7a592f [2021-05-10T04:52:07.230Z] ---> Running in 5320879b14b8 [2021-05-10T04:52:07.494Z] ---> 890a70faac45 [2021-05-10T04:52:07.494Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-10T04:52:09.435Z] ---> Running in 7a9fbcb2fc38 [2021-05-10T04:52:09.435Z] 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-10T04:52:10.025Z] 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-10T04:52:11.470Z] 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-10T04:52:12.437Z] ---> 97264a947fd1 [2021-05-10T04:52:12.437Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-10T04:52:12.710Z] ---> Running in 316b641be623 [2021-05-10T04:52:13.692Z] 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-10T04:52:25.164Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-10T04:52:33.487Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-10T04:52:41.817Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-10T04:52:41.817Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-10T04:52:45.977Z] 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-10T04:52:47.287Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-10T04:52:47.287Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-10T04:52:47.287Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-10T04:52:47.287Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-10T04:52:47.366Z] Removing intermediate container 65c31bab3655 [2021-05-10T04:52:47.367Z] ---> 659e328b81db [2021-05-10T04:52:47.367Z] [2021-05-10T04:52:47.367Z] Step 10/31 : FROM alpine:3.12 [2021-05-10T04:52:47.638Z] 3.12: Pulling from library/alpine [2021-05-10T04:52:48.609Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T04:52:48.609Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T04:52:48.609Z] ---> 13621d1b12d4 [2021-05-10T04:52:48.609Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-10T04:52:48.609Z] ---> Running in 32c4367cb650 [2021-05-10T04:52:49.578Z] Removing intermediate container 32c4367cb650 [2021-05-10T04:52:49.578Z] ---> eb4eb9d042e6 [2021-05-10T04:52:49.578Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-10T04:52:50.691Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-10T04:52:50.977Z] ---> Running in 2c761bcc3199 [2021-05-10T04:52:51.246Z] Removing intermediate container db4e0a7a592f [2021-05-10T04:52:51.246Z] ---> 92d149c81507 [2021-05-10T04:52:51.246Z] [2021-05-10T04:52:51.246Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T04:52:51.246Z] ---> 13621d1b12d4 [2021-05-10T04:52:51.246Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-10T04:52:51.535Z] ---> Running in 7433ad868afc [2021-05-10T04:52:51.682Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-10T04:52:51.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T04:52:51.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T04:52:52.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T04:52:52.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T04:52:52.107Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-10T04:52:52.107Z] (2/2) Installing su-exec (0.2-r1) [2021-05-10T04:52:52.107Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T04:52:52.107Z] OK: 6 MiB in 16 packages [2021-05-10T04:52:52.374Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-10T04:52:52.374Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-10T04:52:52.374Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T04:52:52.374Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T04:52:52.374Z] OK: 6 MiB in 16 packages [2021-05-10T04:52:57.696Z] Removing intermediate container 7a9fbcb2fc38 [2021-05-10T04:52:57.696Z] ---> 2eb7675a51b0 [2021-05-10T04:52:57.696Z] [2021-05-10T04:52:57.696Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T04:52:57.696Z] ---> 13621d1b12d4 [2021-05-10T04:52:57.696Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-10T04:52:57.696Z] Removing intermediate container 5320879b14b8 [2021-05-10T04:52:57.696Z] ---> dd2e28c23e6e [2021-05-10T04:52:57.696Z] [2021-05-10T04:52:57.696Z] Step 10/21 : FROM alpine:3.12 [2021-05-10T04:52:57.696Z] ---> 13621d1b12d4 [2021-05-10T04:52:57.696Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-10T04:52:57.696Z] ---> Running in fc84580abdfd [2021-05-10T04:52:57.696Z] ---> Running in 93390e4ef915 [2021-05-10T04:52:57.696Z] Removing intermediate container 2c761bcc3199 [2021-05-10T04:52:57.696Z] ---> a5309b7b557c [2021-05-10T04:52:57.696Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-10T04:52:57.696Z] Removing intermediate container 7433ad868afc [2021-05-10T04:52:57.696Z] ---> 8d4aa78da6f3 [2021-05-10T04:52:57.696Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T04:52:58.276Z] ---> Running in 63c4a52656b5 [2021-05-10T04:52:58.276Z] ---> Running in 7133e82ac9ad [2021-05-10T04:53:00.064Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-10T04:53:00.064Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-10T04:53:00.065Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-10T04:53:00.245Z] Removing intermediate container 63c4a52656b5 [2021-05-10T04:53:00.245Z] ---> 2fbd0a3b4b88 [2021-05-10T04:53:00.245Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-10T04:53:00.245Z] Removing intermediate container 7133e82ac9ad [2021-05-10T04:53:00.245Z] ---> 5fb3075ddb88 [2021-05-10T04:53:00.245Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-10T04:53:00.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T04:53:00.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T04:53:00.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T04:53:00.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T04:53:00.245Z] ---> Running in e664b0826a5f [2021-05-10T04:53:00.245Z] ---> Running in 13e3c21c65b6 [2021-05-10T04:53:00.245Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-10T04:53:00.245Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-10T04:53:00.245Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T04:53:00.245Z] OK: 6 MiB in 15 packages [2021-05-10T04:53:00.245Z] Removing intermediate container 316b641be623 [2021-05-10T04:53:00.245Z] ---> 9b4b9051b744 [2021-05-10T04:53:00.245Z] [2021-05-10T04:53:00.245Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T04:53:00.245Z] ---> 13621d1b12d4 [2021-05-10T04:53:00.245Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-10T04:53:00.245Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T04:53:00.245Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-10T04:53:00.245Z] (4/4) Installing curl (7.76.1-r0) [2021-05-10T04:53:00.245Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T04:53:00.510Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T04:53:00.777Z] OK: 7 MiB in 18 packages [2021-05-10T04:53:00.777Z] ---> Running in 94d986cf93f7 [2021-05-10T04:53:00.777Z] Removing intermediate container e664b0826a5f [2021-05-10T04:53:00.777Z] ---> a04eac9236b4 [2021-05-10T04:53:00.777Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T04:53:01.045Z] Removing intermediate container 13e3c21c65b6 [2021-05-10T04:53:01.045Z] ---> 2f8d0a5860b3 [2021-05-10T04:53:01.045Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-10T04:53:01.045Z] ---> Running in 6f80f5994654 [2021-05-10T04:53:01.309Z] ---> Running in 78e10342caad [2021-05-10T04:53:02.259Z] Removing intermediate container 94d986cf93f7 [2021-05-10T04:53:02.259Z] ---> e030a230bbfd [2021-05-10T04:53:02.259Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-10T04:53:02.533Z] Removing intermediate container 93390e4ef915 [2021-05-10T04:53:02.533Z] ---> aacb213b5d71 [2021-05-10T04:53:02.533Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T04:53:02.533Z] Removing intermediate container 6f80f5994654 [2021-05-10T04:53:02.533Z] ---> 74e2b0fca459 [2021-05-10T04:53:02.533Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T04:53:02.533Z] ---> Running in 8c653b91579e [2021-05-10T04:53:02.800Z] ---> Running in 15550a12f2a4 [2021-05-10T04:53:02.800Z] Removing intermediate container fc84580abdfd [2021-05-10T04:53:02.800Z] ---> eb2922bfaabe [2021-05-10T04:53:02.800Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T04:53:02.800Z] ---> Running in a0e3f5327860 [2021-05-10T04:53:02.800Z] ---> 2ba4d3596a52 [2021-05-10T04:53:02.800Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-10T04:53:03.063Z] Removing intermediate container 8c653b91579e [2021-05-10T04:53:03.063Z] ---> edc0481bf14d [2021-05-10T04:53:03.063Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-10T04:53:03.063Z] Removing intermediate container 15550a12f2a4 [2021-05-10T04:53:03.063Z] ---> 09fe25b855c3 [2021-05-10T04:53:03.063Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-10T04:53:03.063Z] ---> Running in 6bc883ec334e [2021-05-10T04:53:03.325Z] Removing intermediate container a0e3f5327860 [2021-05-10T04:53:03.325Z] ---> 0dba329b6167 [2021-05-10T04:53:03.325Z] Step 13/21 : WORKDIR /edgex [2021-05-10T04:53:03.325Z] ---> Running in 77aaf1ec376d [2021-05-10T04:53:03.587Z] ---> Running in f60a136d9ccd [2021-05-10T04:53:04.163Z] Removing intermediate container 6bc883ec334e [2021-05-10T04:53:04.163Z] ---> 3641c23d7a1c [2021-05-10T04:53:04.163Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T04:53:04.163Z] ---> a8df6f084fbe [2021-05-10T04:53:04.163Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-10T04:53:04.429Z] Removing intermediate container 77aaf1ec376d [2021-05-10T04:53:04.429Z] ---> 081f5e2a7c42 [2021-05-10T04:53:04.429Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T04:53:04.429Z] ---> Running in f46de1b41c22 [2021-05-10T04:53:04.429Z] ---> Running in a6576f29aeae [2021-05-10T04:53:04.691Z] Removing intermediate container f60a136d9ccd [2021-05-10T04:53:04.691Z] ---> 66fff6f699bb [2021-05-10T04:53:04.691Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-10T04:53:04.691Z] Removing intermediate container 78e10342caad [2021-05-10T04:53:04.691Z] ---> aeb55e4d747b [2021-05-10T04:53:04.691Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-10T04:53:04.691Z] ---> f90e59acddc1 [2021-05-10T04:53:04.691Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-10T04:53:04.963Z] ---> Running in f797e086bba6 [2021-05-10T04:53:04.963Z] ---> Running in 1900f5edd6be [2021-05-10T04:53:04.963Z] Removing intermediate container a6576f29aeae [2021-05-10T04:53:04.963Z] ---> 79f9cd38eb57 [2021-05-10T04:53:04.964Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T04:53:05.231Z] ---> 1fa3afc42bf0 [2021-05-10T04:53:05.231Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-10T04:53:05.231Z] Removing intermediate container f797e086bba6 [2021-05-10T04:53:05.231Z] ---> 84a9c5a83313 [2021-05-10T04:53:05.231Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-10T04:53:05.231Z] Removing intermediate container 1900f5edd6be [2021-05-10T04:53:05.231Z] ---> 7cf2a5a16c37 [2021-05-10T04:53:05.231Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T04:53:05.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.318s coverage: 45.9% of statements [2021-05-10T04:53:05.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-10T04:53:05.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-10T04:53:05.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-10T04:53:05.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-10T04:53:05.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-10T04:53:05.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-10T04:53:05.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.149s coverage: 19.8% of statements [2021-05-10T04:53:05.806Z] ---> 91a3a8a2a663 [2021-05-10T04:53:05.806Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-10T04:53:05.806Z] ---> Running in 62511e8ad5d5 [2021-05-10T04:53:05.806Z] ---> bcb5e04ba8bb [2021-05-10T04:53:05.806Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-10T04:53:05.806Z] ---> b16a9b61fe74 [2021-05-10T04:53:05.806Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-10T04:53:06.070Z] ---> Running in cdb8694664ff [2021-05-10T04:53:06.070Z] Removing intermediate container 62511e8ad5d5 [2021-05-10T04:53:06.070Z] ---> 3ce09cb6a2eb [2021-05-10T04:53:06.070Z] Step 20/22 : LABEL arch=x86_64 [2021-05-10T04:53:06.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.272s coverage: 100.0% of statements [2021-05-10T04:53:06.331Z] Removing intermediate container f46de1b41c22 [2021-05-10T04:53:06.331Z] ---> 96e7cdbe8826 [2021-05-10T04:53:06.331Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-10T04:53:06.593Z] ---> Running in d0f60046030e [2021-05-10T04:53:06.860Z] ---> Running in a01f2c4b38b2 [2021-05-10T04:53:06.860Z] ---> 39a266b8174b [2021-05-10T04:53:06.860Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-10T04:53:06.860Z] ---> a86259448f04 [2021-05-10T04:53:06.860Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-10T04:53:07.123Z] ---> Running in ded772c6f594 [2021-05-10T04:53:07.385Z] Removing intermediate container d0f60046030e [2021-05-10T04:53:07.385Z] ---> 1746b63a1610 [2021-05-10T04:53:07.385Z] Step 21/22 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T04:53:07.385Z] ---> 71319f972fe1 [2021-05-10T04:53:07.385Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-10T04:53:07.385Z] ---> Running in 23de4e02cea4 [2021-05-10T04:53:07.385Z] Removing intermediate container ded772c6f594 [2021-05-10T04:53:07.385Z] ---> 1123015f70c9 [2021-05-10T04:53:07.385Z] Step 18/21 : CMD ["--init=true"] [2021-05-10T04:53:07.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T04:53:07.647Z] ---> Running in 52f4e002c886 [2021-05-10T04:53:07.647Z] ---> Running in 175fb2c17492 [2021-05-10T04:53:07.910Z] Removing intermediate container 23de4e02cea4 [2021-05-10T04:53:07.910Z] ---> 75b95e9bf973 [2021-05-10T04:53:07.910Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T04:53:07.910Z] Removing intermediate container 52f4e002c886 [2021-05-10T04:53:07.910Z] ---> 3d6882bfc53f [2021-05-10T04:53:07.910Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T04:53:09.095Z] Removing intermediate container 175fb2c17492 [2021-05-10T04:53:09.095Z] ---> f0278f3f27b5 [2021-05-10T04:53:09.095Z] Step 19/21 : LABEL arch=x86_64 [2021-05-10T04:53:09.095Z] ---> Running in 01e2ef5b6cf4 [2021-05-10T04:53:09.095Z] Removing intermediate container cdb8694664ff [2021-05-10T04:53:09.095Z] ---> fd6ceb85eb42 [2021-05-10T04:53:09.095Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T04:53:09.095Z] ---> Running in 3406ef62b56d [2021-05-10T04:53:09.095Z] ---> Running in 79b672c2c921 [2021-05-10T04:53:09.095Z] Removing intermediate container 01e2ef5b6cf4 [2021-05-10T04:53:09.095Z] ---> 97fa733a0ef6 [2021-05-10T04:53:09.095Z] [2021-05-10T04:53:09.095Z] Removing intermediate container 3406ef62b56d [2021-05-10T04:53:09.095Z] ---> 49094984d737 [2021-05-10T04:53:09.095Z] Step 20/22 : LABEL arch=x86_64 [2021-05-10T04:53:09.095Z] ---> e590f7564af4 [2021-05-10T04:53:09.095Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-10T04:53:09.095Z] Successfully built 97fa733a0ef6 [2021-05-10T04:53:09.095Z] Removing intermediate container 79b672c2c921 [2021-05-10T04:53:09.095Z] ---> 04f0b81d5f21 [2021-05-10T04:53:09.095Z] Step 20/21 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T04:53:09.095Z] Successfully tagged docker-support-notifications-go:latest [2021-05-10T04:53:09.095Z] Building docker-sys-mgmt-agent-go [2021-05-10T04:53:09.095Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T04:53:09.095Z] ---> Running in d0e1815de8cd [2021-05-10T04:53:09.095Z] ---> Running in eb5ee81523a7 [2021-05-10T04:53:09.095Z] Removing intermediate container d0e1815de8cd [2021-05-10T04:53:09.095Z] ---> 2e8823c6a459 [2021-05-10T04:53:09.095Z] Step 21/22 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T04:53:09.095Z] Removing intermediate container eb5ee81523a7 [2021-05-10T04:53:09.095Z] ---> 0d78dba35a61 [2021-05-10T04:53:09.095Z] Step 21/21 : LABEL version=0.0.0 [2021-05-10T04:53:09.378Z] ---> Running in 84903d36c90b [2021-05-10T04:53:09.378Z] ---> Running in f0172fe8f1eb [2021-05-10T04:53:09.663Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-10T04:53:09.663Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-10T04:53:09.663Z] ---> c788e1a0400d [2021-05-10T04:53:09.663Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-10T04:53:09.926Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-10T04:53:09.926Z] Removing intermediate container 84903d36c90b [2021-05-10T04:53:09.926Z] ---> 9b54ae815b79 [2021-05-10T04:53:09.926Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T04:53:10.189Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-10T04:53:10.767Z] Removing intermediate container f0172fe8f1eb [2021-05-10T04:53:10.767Z] ---> 922e5ba70436 [2021-05-10T04:53:10.767Z] [2021-05-10T04:53:10.767Z] Successfully built 922e5ba70436 [2021-05-10T04:53:11.715Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-10T04:53:11.715Z] Building docker-security-secretstore-setup-go [2021-05-10T04:53:11.715Z]  Building docker-security-proxy-setup-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-05-10T04:53:12.671Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-10T04:53:12.671Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T04:53:12.951Z] OK: 8 MiB in 20 packages [2021-05-10T04:53:13.879Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.651s coverage: 27.1% of statements [2021-05-10T04:53:13.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-10T04:53:13.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-10T04:53:13.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-10T04:53:13.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-10T04:53:13.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-10T04:53:13.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-10T04:53:13.879Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.149s coverage: 100.0% of statements [2021-05-10T04:53:13.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-10T04:53:13.879Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.158s coverage: 100.0% of statements [2021-05-10T04:53:13.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-10T04:53:13.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-10T04:53:13.879Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.307s coverage: 71.3% of statements [2021-05-10T04:53:13.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-10T04:53:13.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-10T04:53:14.355Z] ---> 090a417e2165 [2021-05-10T04:53:14.355Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-10T04:53:14.355Z] ---> Running in 5f2d9ba90876 [2021-05-10T04:53:15.890Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.514s coverage: 87.7% of statements [2021-05-10T04:53:15.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-10T04:53:15.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T04:53:15.890Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.158s coverage: 78.9% of statements [2021-05-10T04:53:15.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-10T04:53:16.293Z] Removing intermediate container 5f2d9ba90876 [2021-05-10T04:53:16.293Z] ---> 108f44fe7aa0 [2021-05-10T04:53:16.293Z] [2021-05-10T04:53:16.293Z] ---> 589e4a7e4667 [2021-05-10T04:53:16.293Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-10T04:53:17.243Z] Removing intermediate container a01f2c4b38b2 [2021-05-10T04:53:17.243Z] ---> 406d567ac3b6 [2021-05-10T04:53:17.243Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T04:53:17.243Z] Successfully built 108f44fe7aa0 [2021-05-10T04:53:17.243Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-10T04:53:17.243Z] Building docker-core-metadata-go [2021-05-10T04:53:23.880Z]  Building docker-support-scheduler-go ... done  ---> 1d5a708e0e22 [2021-05-10T04:53:23.880Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-10T04:53:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.220s coverage: 28.6% of statements [2021-05-10T04:53:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-10T04:53:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-10T04:53:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-10T04:53:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-10T04:53:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-10T04:53:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.247s coverage: 100.0% of statements [2021-05-10T04:53:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-10T04:53:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.156s coverage: 100.0% of statements [2021-05-10T04:53:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-10T04:53:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.406s coverage: 86.7% of statements [2021-05-10T04:53:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-10T04:53:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.466s coverage: 97.5% of statements [2021-05-10T04:53:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-10T04:53:26.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.243s coverage: 78.3% of statements [2021-05-10T04:53:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-10T04:53:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-10T04:53:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-10T04:53:26.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-10T04:53:27.213Z] ---> 2b0513d3a5ae [2021-05-10T04:53:27.213Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-10T04:53:29.830Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T04:53:29.830Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T04:53:29.830Z] ---> 2c85e0c2ce5f [2021-05-10T04:53:29.830Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T04:53:29.830Z] ---> Using cache [2021-05-10T04:53:29.830Z] ---> e458a1b13e55 [2021-05-10T04:53:29.830Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T04:53:29.830Z] ---> Using cache [2021-05-10T04:53:29.830Z] ---> c21a603a1649 [2021-05-10T04:53:29.830Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-10T04:53:30.411Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T04:53:30.411Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-10T04:53:30.411Z] ---> 2c85e0c2ce5f [2021-05-10T04:53:30.411Z] Step 3/25 : WORKDIR /edgex-go [2021-05-10T04:53:30.411Z] ---> Using cache [2021-05-10T04:53:30.411Z] ---> e458a1b13e55 [2021-05-10T04:53:30.411Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T04:53:30.411Z] ---> Using cache [2021-05-10T04:53:30.411Z] ---> c21a603a1649 [2021-05-10T04:53:30.411Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-10T04:53:30.987Z] ---> Running in a09f08fd5c7c [2021-05-10T04:53:30.987Z] ---> Running in e544daeb8a28 [2021-05-10T04:53:31.252Z] ---> Running in a1654c5217a2 [2021-05-10T04:53:31.252Z] ---> 5a9a1cd2d257 [2021-05-10T04:53:31.252Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-10T04:53:31.520Z] Removing intermediate container a09f08fd5c7c [2021-05-10T04:53:31.520Z] ---> 13f2e4c41cd6 [2021-05-10T04:53:31.520Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-10T04:53:32.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.301s coverage: 95.1% of statements [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-10T04:53:32.837Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.113s coverage: 58.8% of statements [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-10T04:53:32.837Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.244s coverage: 0.9% of statements [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-10T04:53:32.837Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.115s coverage: 22.6% of statements [2021-05-10T04:53:32.837Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-10T04:53:32.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.157s coverage: 47.1% of statements [2021-05-10T04:53:32.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.161s coverage: 79.5% of statements [2021-05-10T04:53:32.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.138s coverage: 94.1% of statements [2021-05-10T04:53:33.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.220s coverage: 96.3% of statements [2021-05-10T04:53:33.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.145s coverage: 87.5% of statements [2021-05-10T04:53:34.101Z] ---> 44bcc7ede663 [2021-05-10T04:53:34.101Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-10T04:53:34.363Z] ---> 069735fd2cf4 [2021-05-10T04:53:34.363Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-10T04:53:34.363Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T04:53:34.363Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T04:53:34.638Z] ---> Running in a6b640ea0dd9 [2021-05-10T04:53:35.725Z] ---> Running in 4b396d967ee7 [2021-05-10T04:53:36.059Z] Removing intermediate container a6b640ea0dd9 [2021-05-10T04:53:36.059Z] ---> 1e05927290c9 [2021-05-10T04:53:36.060Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T04:53:36.399Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T04:53:36.399Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T04:53:36.399Z] ---> Running in ce3e68387d18 [2021-05-10T04:53:37.063Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T04:53:37.063Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T04:53:37.063Z] ---> 2c85e0c2ce5f [2021-05-10T04:53:37.063Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T04:53:37.063Z] ---> Using cache [2021-05-10T04:53:37.063Z] ---> e458a1b13e55 [2021-05-10T04:53:37.063Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T04:53:37.063Z] ---> Using cache [2021-05-10T04:53:37.063Z] ---> c21a603a1649 [2021-05-10T04:53:37.063Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T04:53:37.639Z] OK: 219 MiB in 52 packages [2021-05-10T04:53:37.639Z] OK: 219 MiB in 52 packages [2021-05-10T04:53:37.913Z] Removing intermediate container ce3e68387d18 [2021-05-10T04:53:37.913Z] ---> 71858bfd1b3d [2021-05-10T04:53:37.913Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T04:53:37.913Z] ---> Running in 9a27ba9c0b84 [2021-05-10T04:53:37.913Z] ---> Running in 4cec412d74f2 [2021-05-10T04:53:38.488Z] Removing intermediate container 4cec412d74f2 [2021-05-10T04:53:38.488Z] ---> cab00a6dc03f [2021-05-10T04:53:38.488Z] Step 22/23 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T04:53:38.762Z] Removing intermediate container a1654c5217a2 [2021-05-10T04:53:38.762Z] ---> db1273305df6 [2021-05-10T04:53:38.762Z] Step 6/25 : COPY go.mod . [2021-05-10T04:53:38.762Z] Removing intermediate container e544daeb8a28 [2021-05-10T04:53:38.762Z] ---> de0694195a14 [2021-05-10T04:53:38.762Z] Step 6/23 : COPY go.mod . [2021-05-10T04:53:38.762Z] ---> Running in 8e4b28ff7eae [2021-05-10T04:53:39.029Z] Removing intermediate container 4b396d967ee7 [2021-05-10T04:53:39.029Z] ---> a3c922444359 [2021-05-10T04:53:39.029Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-10T04:53:39.029Z] Removing intermediate container 8e4b28ff7eae [2021-05-10T04:53:39.029Z] ---> 96011caf1395 [2021-05-10T04:53:39.029Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T04:53:39.029Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T04:53:39.294Z] ---> c57f97ca5093 [2021-05-10T04:53:39.294Z] Step 7/25 : RUN go mod download [2021-05-10T04:53:39.294Z] ---> Running in c4aee27222a4 [2021-05-10T04:53:39.294Z] ---> 4e309e549de8 [2021-05-10T04:53:39.294Z] Step 7/23 : RUN go mod download [2021-05-10T04:53:39.294Z] ---> Running in 4b77bec40a90 [2021-05-10T04:53:39.294Z] ---> Running in 52b0cf391832 [2021-05-10T04:53:39.294Z] ---> Running in 5a15781f0c0e [2021-05-10T04:53:39.556Z] Removing intermediate container c4aee27222a4 [2021-05-10T04:53:39.556Z] ---> 33a06bc13482 [2021-05-10T04:53:39.556Z] Step 28/31 : CMD ["gate"] [2021-05-10T04:53:39.818Z] Removing intermediate container 4b77bec40a90 [2021-05-10T04:53:39.818Z] ---> 0674683471ac [2021-05-10T04:53:39.818Z] [2021-05-10T04:53:39.818Z] Successfully built 0674683471ac [2021-05-10T04:53:40.085Z] Successfully tagged docker-core-data-go:latest [2021-05-10T04:53:40.085Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-05-10T04:53:40.085Z] ---> Running in 3ed054d11e62 [2021-05-10T04:53:40.354Z] Removing intermediate container 3ed054d11e62 [2021-05-10T04:53:40.354Z] ---> 04a7bd43807c [2021-05-10T04:53:40.354Z] Step 29/31 : LABEL arch=x86_64 [2021-05-10T04:53:40.354Z] ---> Running in ac18e6c24991 [2021-05-10T04:53:40.937Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T04:53:40.937Z] Removing intermediate container ac18e6c24991 [2021-05-10T04:53:40.937Z] ---> 466491ddb87e [2021-05-10T04:53:40.937Z] Step 30/31 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T04:53:41.200Z] ---> Running in 6356637200b0 [2021-05-10T04:53:41.463Z] Removing intermediate container 6356637200b0 [2021-05-10T04:53:41.463Z] ---> c02b741eb9e1 [2021-05-10T04:53:41.463Z] Step 31/31 : LABEL version=0.0.0 [2021-05-10T04:53:41.726Z] ---> Running in f877b28a556b [2021-05-10T04:53:41.992Z] Removing intermediate container f877b28a556b [2021-05-10T04:53:41.992Z] ---> e593fcc8ccd6 [2021-05-10T04:53:41.992Z] [2021-05-10T04:53:41.992Z] OK: 219 MiB in 52 packages [2021-05-10T04:53:42.939Z] Successfully built e593fcc8ccd6 [2021-05-10T04:53:42.939Z] Removing intermediate container 5a15781f0c0e [2021-05-10T04:53:42.939Z] ---> 4390ec17a55b [2021-05-10T04:53:42.939Z] Step 8/23 : COPY . . [2021-05-10T04:53:42.939Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-10T04:53:45.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.169s coverage: 94.4% of statements [2021-05-10T04:53:45.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.126s coverage: 44.8% of statements [2021-05-10T04:53:46.300Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 52b0cf391832 [2021-05-10T04:53:46.301Z] ---> 3979ea89a79a [2021-05-10T04:53:46.301Z] Step 8/25 : COPY . . [2021-05-10T04:53:52.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.569s coverage: 81.8% of statements [2021-05-10T04:53:52.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-10T04:53:52.983Z] Removing intermediate container 9a27ba9c0b84 [2021-05-10T04:53:52.983Z] ---> 2e010c93850d [2021-05-10T04:53:52.983Z] Step 6/23 : COPY go.mod . [2021-05-10T04:53:56.328Z] ---> 959f109f18ee [2021-05-10T04:53:56.328Z] Step 7/23 : RUN go mod download [2021-05-10T04:53:57.298Z] ---> Running in 3f8fa8a24160 [2021-05-10T04:53:57.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.203s coverage: 92.9% of statements [2021-05-10T04:53:57.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-10T04:53:57.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-10T04:53:57.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-10T04:53:57.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 65.1% of statements [2021-05-10T04:53:57.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-10T04:53:57.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-10T04:53:57.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-10T04:53:57.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-10T04:53:57.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-10T04:53:57.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.082s coverage: 87.2% of statements [2021-05-10T04:53:57.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-10T04:53:57.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-10T04:53:57.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-05-10T04:53:57.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-10T04:53:57.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.153s coverage: 76.0% of statements [2021-05-10T04:53:57.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-10T04:53:57.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.155s coverage: 80.0% of statements [2021-05-10T04:53:57.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.227s coverage: 87.2% of statements [2021-05-10T04:53:57.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.233s coverage: 85.4% of statements [2021-05-10T04:53:57.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.260s coverage: 91.2% of statements [2021-05-10T04:53:57.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-10T04:53:59.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.722s coverage: 64.4% of statements [2021-05-10T04:53:59.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-10T04:53:59.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-10T04:53:59.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.138s coverage: 100.0% of statements [2021-05-10T04:53:59.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements [2021-05-10T04:53:59.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.087s coverage: 100.0% of statements [2021-05-10T04:53:59.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2021-05-10T04:54:00.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements [2021-05-10T04:54:00.644Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T04:54:00.644Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T04:54:00.644Z] ---> 2c85e0c2ce5f [2021-05-10T04:54:00.644Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T04:54:00.906Z] ---> Using cache [2021-05-10T04:54:00.906Z] ---> e458a1b13e55 [2021-05-10T04:54:00.906Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T04:54:00.906Z] ---> Using cache [2021-05-10T04:54:00.906Z] ---> c21a603a1649 [2021-05-10T04:54:00.906Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T04:54:01.174Z] ---> Using cache [2021-05-10T04:54:01.174Z] ---> 2e010c93850d [2021-05-10T04:54:01.174Z] Step 6/23 : COPY go.mod . [2021-05-10T04:54:01.174Z] ---> Using cache [2021-05-10T04:54:01.174Z] ---> 959f109f18ee [2021-05-10T04:54:01.174Z] Step 7/23 : RUN go mod download [2021-05-10T04:54:05.432Z] ---> Running in 6a48330fc9b0 [2021-05-10T04:54:05.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.967s coverage: 66.9% of statements [2021-05-10T04:54:05.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-10T04:54:05.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-10T04:54:05.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-10T04:54:06.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.629s coverage: 43.4% of statements [2021-05-10T04:54:06.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-10T04:54:06.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-10T04:54:06.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.117s coverage: 89.5% of statements [2021-05-10T04:54:06.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-10T04:54:06.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.120s coverage: 84.8% of statements [2021-05-10T04:54:06.852Z] Removing intermediate container 3f8fa8a24160 [2021-05-10T04:54:06.853Z] ---> c562a1231afc [2021-05-10T04:54:06.853Z] Step 8/23 : COPY . . [2021-05-10T04:54:12.110Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.472s coverage: 47.0% of statements [2021-05-10T04:54:12.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-10T04:54:12.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-10T04:54:12.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-10T04:54:12.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-10T04:54:12.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-10T04:54:12.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements [2021-05-10T04:54:12.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-10T04:54:12.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.091s coverage: 100.0% of statements [2021-05-10T04:54:12.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-10T04:54:12.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-10T04:54:12.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.141s coverage: 9.6% of statements [2021-05-10T04:54:12.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-10T04:54:13.099Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.531s coverage: 92.6% of statements [2021-05-10T04:54:13.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-10T04:54:13.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T04:54:13.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-10T04:54:19.167Z] Removing intermediate container 6a48330fc9b0 [2021-05-10T04:54:19.167Z] ---> 0cea48c68d6a [2021-05-10T04:54:19.167Z] Step 8/23 : COPY . . [2021-05-10T04:54:19.167Z] ---> 6ff91e1d4264 [2021-05-10T04:54:19.167Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-10T04:54:19.167Z] ---> afa3d23a191a [2021-05-10T04:54:19.167Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-10T04:54:23.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.532s coverage: 28.7% of statements [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-10T04:54:23.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.231s coverage: 99.0% of statements [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-10T04:54:23.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.200s coverage: 100.0% of statements [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-10T04:54:23.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.185s coverage: 64.6% of statements [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-10T04:54:23.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.348s coverage: 97.6% of statements [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-10T04:54:23.311Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-10T04:54:23.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-10T04:54:23.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-10T04:54:23.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements [2021-05-10T04:54:23.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.136s coverage: 28.1% of statements [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-10T04:54:23.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.087s coverage: 85.7% of statements [2021-05-10T04:54:23.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-10T04:54:23.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements [2021-05-10T04:54:24.289Z] GO111MODULE=on go vet ./... [2021-05-10T04:54:24.496Z] ---> Running in c8fcc07aa3d2 [2021-05-10T04:54:24.496Z] ---> Running in 9326dbc05631 [2021-05-10T04:54:27.072Z] 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-10T04:54:27.072Z] 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-10T04:54:32.445Z] ---> 2ceac5337479 [2021-05-10T04:54:32.445Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-10T04:54:33.036Z] ---> Running in 25c4ddb203dd [2021-05-10T04:54:34.040Z] 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-10T04:54:42.318Z] ---> 94c0cc596282 [2021-05-10T04:54:42.318Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-10T04:54:42.318Z] ---> Running in a044d37fc9b8 [2021-05-10T04:54:43.292Z] 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-10T04:54:53.429Z] 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-10T04:55:01.702Z] Removing intermediate container c8fcc07aa3d2 [2021-05-10T04:55:01.702Z] ---> 31d4560e0920 [2021-05-10T04:55:01.702Z] [2021-05-10T04:55:01.702Z] Step 10/25 : FROM alpine:3.12 [2021-05-10T04:55:01.702Z] ---> 13621d1b12d4 [2021-05-10T04:55:01.702Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-10T04:55:01.702Z] Removing intermediate container 9326dbc05631 [2021-05-10T04:55:01.702Z] ---> 58fc8675d561 [2021-05-10T04:55:01.702Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-10T04:55:01.972Z] ---> Running in f3d5659ef1f8 [2021-05-10T04:55:01.972Z] ---> Running in 661e76fdffea [2021-05-10T04:55:02.979Z] 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-10T04:55:03.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T04:55:03.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T04:55:03.571Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-10T04:55:03.571Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T04:55:03.571Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-10T04:55:03.571Z] (4/6) Installing curl (7.76.1-r0) [2021-05-10T04:55:03.843Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-10T04:55:03.843Z] (6/6) Installing su-exec (0.2-r1) [2021-05-10T04:55:03.843Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T04:55:03.843Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T04:55:03.843Z] OK: 7 MiB in 20 packages [2021-05-10T04:55:07.208Z] Removing intermediate container f3d5659ef1f8 [2021-05-10T04:55:07.208Z] ---> 3f5b496869ea [2021-05-10T04:55:07.208Z] [2021-05-10T04:55:07.208Z] Step 11/23 : FROM docker:20.10.0 [2021-05-10T04:55:07.208Z] Removing intermediate container 661e76fdffea [2021-05-10T04:55:07.208Z] ---> 6c1cafcebb8d [2021-05-10T04:55:07.208Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T04:55:07.208Z] 20.10.0: Pulling from library/docker [2021-05-10T04:55:07.208Z] ---> Running in 7c751d3b4104 [2021-05-10T04:55:07.208Z] Removing intermediate container 7c751d3b4104 [2021-05-10T04:55:07.208Z] ---> 7f046ee28a79 [2021-05-10T04:55:07.208Z] Step 13/25 : WORKDIR / [2021-05-10T04:55:09.765Z] ---> Running in 28ac444cc2cf [2021-05-10T04:55:12.316Z] Removing intermediate container 25c4ddb203dd [2021-05-10T04:55:12.316Z] ---> dc75919d6512 [2021-05-10T04:55:12.316Z] [2021-05-10T04:55:12.316Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T04:55:12.316Z] ---> 13621d1b12d4 [2021-05-10T04:55:12.316Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T04:55:12.316Z] ---> Using cache [2021-05-10T04:55:12.316Z] ---> aacb213b5d71 [2021-05-10T04:55:12.316Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T04:55:12.316Z] ---> Using cache [2021-05-10T04:55:12.316Z] ---> 09fe25b855c3 [2021-05-10T04:55:12.316Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-10T04:55:12.582Z] Removing intermediate container 28ac444cc2cf [2021-05-10T04:55:12.582Z] ---> 441e2ce66559 [2021-05-10T04:55:12.582Z] 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-10T04:55:12.849Z] ---> Running in cf27024168ba [2021-05-10T04:55:12.849Z] Removing intermediate container a044d37fc9b8 [2021-05-10T04:55:13.124Z] ---> fbc20fe84d52 [2021-05-10T04:55:13.124Z] [2021-05-10T04:55:13.124Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T04:55:13.124Z] ---> 13621d1b12d4 [2021-05-10T04:55:13.124Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T04:55:13.124Z] ---> Using cache [2021-05-10T04:55:13.124Z] ---> aacb213b5d71 [2021-05-10T04:55:13.124Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T04:55:13.124Z] ---> Using cache [2021-05-10T04:55:13.124Z] ---> 09fe25b855c3 [2021-05-10T04:55:13.124Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-10T04:55:13.124Z] ---> Running in 3b547ae0a4ab [2021-05-10T04:55:13.124Z] Removing intermediate container cf27024168ba [2021-05-10T04:55:13.124Z] ---> 9f3641eed566 [2021-05-10T04:55:13.124Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T04:55:13.386Z] ---> 055e0bfa8e9d [2021-05-10T04:55:13.386Z] 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-10T04:55:13.386Z] ---> Running in ee71f3c9c891 [2021-05-10T04:55:13.654Z] Removing intermediate container 3b547ae0a4ab [2021-05-10T04:55:13.654Z] ---> fc575bb0b58a [2021-05-10T04:55:13.654Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T04:55:13.918Z] ---> Running in 1cf622ed5b31 [2021-05-10T04:55:13.918Z] Removing intermediate container ee71f3c9c891 [2021-05-10T04:55:13.918Z] ---> d370931b532d [2021-05-10T04:55:13.918Z] Step 15/23 : WORKDIR / [2021-05-10T04:55:13.918Z] ---> 6ee0860c51e9 [2021-05-10T04:55:13.918Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-10T04:55:13.918Z] ---> Running in 706487ea346c [2021-05-10T04:55:14.183Z] Removing intermediate container 1cf622ed5b31 [2021-05-10T04:55:14.183Z] ---> e49058223217 [2021-05-10T04:55:14.183Z] Step 15/23 : WORKDIR / [2021-05-10T04:55:14.183Z] ---> ead928b681de [2021-05-10T04:55:14.183Z] 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-10T04:55:14.183Z] ---> Running in a21b62ceb8d7 [2021-05-10T04:55:14.445Z] Removing intermediate container 706487ea346c [2021-05-10T04:55:14.445Z] ---> 59c8bd51b968 [2021-05-10T04:55:14.445Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T04:55:16.535Z] ---> 138434910e9f [2021-05-10T04:55:16.535Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-10T04:55:16.535Z] Removing intermediate container a21b62ceb8d7 [2021-05-10T04:55:16.535Z] ---> 6da55df514bb [2021-05-10T04:55:16.535Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T04:55:16.535Z] ---> 15513f38d679 [2021-05-10T04:55:16.535Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-10T04:55:17.174Z] ---> d8adf427ea0f [2021-05-10T04:55:17.174Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-10T04:55:17.174Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-10T04:55:17.174Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-10T04:55:17.174Z] ---> aefe523efa57 [2021-05-10T04:55:17.174Z] 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-10T04:55:17.174Z] ---> e0c3a9332e9f [2021-05-10T04:55:17.174Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-10T04:55:17.174Z] ---> f7aa164fa095 [2021-05-10T04:55:17.174Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-10T04:55:17.174Z] ---> Running in 85993b0b0a61 [2021-05-10T04:55:17.450Z] Removing intermediate container 85993b0b0a61 [2021-05-10T04:55:17.450Z] ---> dc6253a2f0a4 [2021-05-10T04:55:17.450Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-10T04:55:17.726Z] ---> 08badad149fc [2021-05-10T04:55:17.726Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-10T04:55:17.726Z] ---> Running in f1fb38557c75 [2021-05-10T04:55:17.726Z] ---> 345ac51b4d73 [2021-05-10T04:55:17.726Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-10T04:55:17.726Z] ---> fc4544ff230d [2021-05-10T04:55:17.726Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-10T04:55:17.726Z] ---> Running in 13837362d372 [2021-05-10T04:55:17.991Z] Removing intermediate container 13837362d372 [2021-05-10T04:55:17.991Z] ---> 07acc8dc79e3 [2021-05-10T04:55:17.991Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T04:55:18.259Z] ---> Running in 100ebe4ca181 [2021-05-10T04:55:18.259Z] ---> 8bb7e9b0ee26 [2021-05-10T04:55:18.259Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-10T04:55:18.259Z] ---> 1bf9c0744b6d [2021-05-10T04:55:18.259Z] 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-10T04:55:18.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T04:55:18.259Z] ---> Running in bbb0f069978f [2021-05-10T04:55:18.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T04:55:18.523Z] ---> Running in 6f5abda8c7ae [2021-05-10T04:55:18.523Z] Removing intermediate container 100ebe4ca181 [2021-05-10T04:55:18.523Z] ---> b04fb15f733e [2021-05-10T04:55:18.523Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T04:55:18.523Z] (1/39) Installing readline (8.0.4-r0) [2021-05-10T04:55:18.523Z] (2/39) Installing bash (5.0.17-r0) [2021-05-10T04:55:18.523Z] Executing bash-5.0.17-r0.post-install [2021-05-10T04:55:18.523Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T04:55:18.523Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-10T04:55:18.523Z] (5/39) Installing curl (7.76.1-r0) [2021-05-10T04:55:18.523Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-10T04:55:18.523Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-10T04:55:18.523Z] (8/39) Installing expat (2.2.9-r1) [2021-05-10T04:55:18.523Z] (9/39) Installing libffi (3.3-r2) [2021-05-10T04:55:18.523Z] (10/39) Installing gdbm (1.13-r1) [2021-05-10T04:55:18.523Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-10T04:55:18.523Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-10T04:55:18.523Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-10T04:55:18.802Z] ---> Running in 0e9fd9152472 [2021-05-10T04:55:18.802Z] Removing intermediate container bbb0f069978f [2021-05-10T04:55:18.802Z] ---> 23b306c03999 [2021-05-10T04:55:18.802Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T04:55:22.117Z] ---> Running in 7b7d52714534 [2021-05-10T04:55:22.117Z] Removing intermediate container 0e9fd9152472 [2021-05-10T04:55:22.117Z] ---> fdf9729a592c [2021-05-10T04:55:22.117Z] Step 22/23 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T04:55:22.378Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-10T04:55:22.378Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-10T04:55:22.378Z] ---> Running in a02588797f64 [2021-05-10T04:55:22.378Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-10T04:55:22.378Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-10T04:55:22.646Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-10T04:55:22.646Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-10T04:55:22.646Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-10T04:55:22.908Z] Removing intermediate container 7b7d52714534 [2021-05-10T04:55:22.908Z] ---> 93daeddfabd7 [2021-05-10T04:55:22.908Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T04:55:22.908Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-10T04:55:22.908Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-10T04:55:23.482Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-10T04:55:23.482Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-10T04:55:23.482Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-10T04:55:23.482Z] Removing intermediate container a02588797f64 [2021-05-10T04:55:23.482Z] ---> ca08d720e1da [2021-05-10T04:55:23.482Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T04:55:23.482Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-10T04:55:24.055Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-10T04:55:24.055Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-10T04:55:24.055Z] ---> Running in a9e460d72b40 [2021-05-10T04:55:24.055Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-10T04:55:24.317Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-10T04:55:24.317Z] ---> Running in 0550b2c972ac [2021-05-10T04:55:24.317Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-10T04:55:24.317Z] Removing intermediate container 6f5abda8c7ae [2021-05-10T04:55:24.317Z] ---> b60120abc490 [2021-05-10T04:55:24.317Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-10T04:55:24.317Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-10T04:55:24.579Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-10T04:55:24.579Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-10T04:55:24.579Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-10T04:55:24.579Z] Removing intermediate container a9e460d72b40 [2021-05-10T04:55:24.579Z] ---> 5f7d07261e24 [2021-05-10T04:55:24.579Z] Step 22/23 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T04:55:24.579Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-10T04:55:24.842Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-10T04:55:24.842Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-10T04:55:24.842Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-10T04:55:24.842Z] ---> Running in 9f16437f6081 [2021-05-10T04:55:25.415Z] Removing intermediate container 0550b2c972ac [2021-05-10T04:55:25.415Z] ---> a6660a125b22 [2021-05-10T04:55:25.415Z] [2021-05-10T04:55:25.415Z] ---> Running in 8df991f7e03e [2021-05-10T04:55:25.415Z] Executing busybox-1.31.1-r19.trigger [2021-05-10T04:55:25.415Z] OK: 72 MiB in 59 packages [2021-05-10T04:55:26.368Z] Removing intermediate container 9f16437f6081 [2021-05-10T04:55:26.368Z] ---> 4d1f10df22d0 [2021-05-10T04:55:26.368Z] Step 23/25 : LABEL arch=x86_64 [2021-05-10T04:55:26.368Z] Successfully built a6660a125b22 [2021-05-10T04:55:26.368Z] Successfully tagged docker-core-metadata-go:latest [2021-05-10T04:55:26.630Z]  Building docker-core-metadata-go ... done  ---> Running in 6ef1b95f6ba3 [2021-05-10T04:55:26.630Z] Removing intermediate container 8df991f7e03e [2021-05-10T04:55:26.630Z] ---> 40cdc95183c7 [2021-05-10T04:55:26.630Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T04:55:26.630Z] ---> Running in 3fded8c9677b [2021-05-10T04:55:26.630Z] Removing intermediate container 6ef1b95f6ba3 [2021-05-10T04:55:26.630Z] ---> 0b58e2c01505 [2021-05-10T04:55:26.630Z] Step 24/25 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T04:55:26.893Z] ---> Running in b0e74f6952e2 [2021-05-10T04:55:26.893Z] Removing intermediate container 3fded8c9677b [2021-05-10T04:55:26.893Z] ---> 9fccca24646c [2021-05-10T04:55:26.893Z] [2021-05-10T04:55:27.158Z] Removing intermediate container b0e74f6952e2 [2021-05-10T04:55:27.158Z] ---> 6e4de495695f [2021-05-10T04:55:27.158Z] Step 25/25 : LABEL version=0.0.0 [2021-05-10T04:55:27.158Z] Collecting docker-compose==1.23.2 [2021-05-10T04:55:27.158Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-10T04:55:27.158Z] Successfully built 9fccca24646c [2021-05-10T04:55:27.419Z] Successfully tagged docker-core-command-go:latest [2021-05-10T04:55:27.681Z]  Building docker-core-command-go ... done  ---> Running in bb5f762cd7c1 [2021-05-10T04:55:27.681Z] 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-10T04:55:27.681Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-10T04:55:27.681Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-10T04:55:27.681Z] Removing intermediate container bb5f762cd7c1 [2021-05-10T04:55:27.681Z] ---> 7bb7e18ca268 [2021-05-10T04:55:27.681Z] [2021-05-10T04:55:27.944Z] Successfully built 7bb7e18ca268 [2021-05-10T04:55:27.944Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-10T04:55:28.208Z]  Building docker-security-secretstore-setup-go ... done Collecting docker<4.0,>=3.6.0 [2021-05-10T04:55:28.208Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-10T04:55:28.471Z] Collecting jsonschema<3,>=2.5.1 [2021-05-10T04:55:28.471Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-10T04:55:28.734Z] Collecting PyYAML<4,>=3.10 [2021-05-10T04:55:28.734Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-10T04:55:29.677Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-10T04:55:29.677Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-10T04:55:29.677Z] Collecting docopt<0.7,>=0.6.1 [2021-05-10T04:55:29.677Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-10T04:55:30.252Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-10T04:55:30.252Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-10T04:55:30.252Z] Collecting cached-property<2,>=1.2.0 [2021-05-10T04:55:30.252Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-10T04:55:30.252Z] Collecting texttable<0.10,>=0.9.0 [2021-05-10T04:55:30.252Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-10T04:55:30.826Z] Collecting docker-pycreds>=0.4.0 [2021-05-10T04:55:30.826Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-10T04:55:30.826Z] Collecting idna<2.8,>=2.5 [2021-05-10T04:55:30.826Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-10T04:55:30.826Z] 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-10T04:55:30.826Z] 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-10T04:55:31.089Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-10T04:55:31.089Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-10T04:55:31.089Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-10T04:55:31.089Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-10T04:55:31.089Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-10T04:55:31.089Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-10T04:55:31.351Z] Installing collected packages: dockerpty, docker-pycreds, websocket-client, idna, urllib3, requests, docker, jsonschema, PyYAML, docopt, cached-property, texttable, docker-compose [2021-05-10T04:55:31.351Z] Running setup.py install for dockerpty: started [2021-05-10T04:55:31.612Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-10T04:55:31.878Z] Attempting uninstall: idna [2021-05-10T04:55:31.878Z] Found existing installation: idna 2.9 [2021-05-10T04:55:31.878Z] Uninstalling idna-2.9: [2021-05-10T04:55:31.878Z] Successfully uninstalled idna-2.9 [2021-05-10T04:55:32.139Z] Attempting uninstall: urllib3 [2021-05-10T04:55:32.139Z] Found existing installation: urllib3 1.25.9 [2021-05-10T04:55:32.139Z] Uninstalling urllib3-1.25.9: [2021-05-10T04:55:32.139Z] Successfully uninstalled urllib3-1.25.9 [2021-05-10T04:55:32.139Z] Attempting uninstall: requests [2021-05-10T04:55:32.139Z] Found existing installation: requests 2.23.0 [2021-05-10T04:55:32.139Z] Uninstalling requests-2.23.0: [2021-05-10T04:55:32.139Z] Successfully uninstalled requests-2.23.0 [2021-05-10T04:55:32.715Z] Running setup.py install for PyYAML: started [2021-05-10T04:55:33.287Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-10T04:55:33.287Z] Running setup.py install for docopt: started [2021-05-10T04:55:33.549Z] Running setup.py install for docopt: finished with status 'done' [2021-05-10T04:55:34.138Z] Running setup.py install for texttable: started [2021-05-10T04:55:34.403Z] Running setup.py install for texttable: finished with status 'done' [2021-05-10T04:55:34.667Z] 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-10T04:55:42.829Z] Removing intermediate container f1fb38557c75 [2021-05-10T04:55:42.829Z] ---> 15fa6c648641 [2021-05-10T04:55:42.829Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-10T04:55:42.829Z] ---> Running in 0e8de07dddcd [2021-05-10T04:55:42.829Z] Removing intermediate container 0e8de07dddcd [2021-05-10T04:55:42.829Z] ---> 778147f078d2 [2021-05-10T04:55:42.829Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-10T04:55:42.829Z] ---> Running in e6ebcf7eaed1 [2021-05-10T04:55:42.829Z] Removing intermediate container e6ebcf7eaed1 [2021-05-10T04:55:42.829Z] ---> d8d8b488db2e [2021-05-10T04:55:42.829Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-10T04:55:43.091Z] ---> b428fda426dc [2021-05-10T04:55:43.091Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-10T04:55:43.353Z] ---> 0faf740761c7 [2021-05-10T04:55:43.353Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-10T04:55:43.928Z] ---> 73e8ab559120 [2021-05-10T04:55:43.928Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-10T04:55:43.928Z] ---> Running in 27e0998c352d [2021-05-10T04:55:43.928Z] Removing intermediate container 27e0998c352d [2021-05-10T04:55:43.928Z] ---> b39ab3ea1526 [2021-05-10T04:55:43.928Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T04:55:44.190Z] ---> Running in 9bd277e3b6c9 [2021-05-10T04:55:44.190Z] Removing intermediate container 9bd277e3b6c9 [2021-05-10T04:55:44.190Z] ---> f57547c7d569 [2021-05-10T04:55:44.190Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T04:55:44.190Z] ---> Running in 83beeb6d82c3 [2021-05-10T04:55:44.451Z] Removing intermediate container 83beeb6d82c3 [2021-05-10T04:55:44.451Z] ---> 0bfc4c4464af [2021-05-10T04:55:44.451Z] Step 22/23 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T04:55:44.451Z] ---> Running in 7609b77c679a [2021-05-10T04:55:44.713Z] Removing intermediate container 7609b77c679a [2021-05-10T04:55:44.713Z] ---> 7625b19ed79a [2021-05-10T04:55:44.713Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T04:55:44.713Z] ---> Running in e9f9220b3ed0 [2021-05-10T04:55:44.975Z] Removing intermediate container e9f9220b3ed0 [2021-05-10T04:55:44.975Z] ---> 6d3897965522 [2021-05-10T04:55:44.975Z] [2021-05-10T04:55:44.975Z] Successfully built 6d3897965522 [2021-05-10T04:55:45.237Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-10T04:55:45.506Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-10T04:55:45.515Z] $ docker stop --time=1 4d23fe7c2d45a1158231edd1a2f8b871a97ac28cad301aab1ac28652d97105e0 [2021-05-10T04:55:47.593Z] $ docker rm -f 4d23fe7c2d45a1158231edd1a2f8b871a97ac28cad301aab1ac28652d97105e0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T04:55:48.056Z] + docker images [2021-05-10T04:55:48.056Z] + grep docker [2021-05-10T04:55:48.318Z] docker-sys-mgmt-agent-go latest 6d3897965522 4 seconds ago 312MB [2021-05-10T04:55:48.318Z] docker-security-secretstore-setup-go latest 7bb7e18ca268 21 seconds ago 25.7MB [2021-05-10T04:55:48.318Z] docker-core-command-go latest 9fccca24646c 22 seconds ago 17MB [2021-05-10T04:55:48.318Z] docker-core-metadata-go latest a6660a125b22 24 seconds ago 18.6MB [2021-05-10T04:55:48.318Z] docker-security-bootstrapper-go latest e593fcc8ccd6 2 minutes ago 18.2MB [2021-05-10T04:55:48.318Z] docker-core-data-go latest 0674683471ac 2 minutes ago 21.5MB [2021-05-10T04:55:48.318Z] docker-support-scheduler-go latest 108f44fe7aa0 2 minutes ago 17.1MB [2021-05-10T04:55:48.318Z] docker-security-proxy-setup-go latest 922e5ba70436 2 minutes ago 25.3MB [2021-05-10T04:55:48.318Z] docker-support-notifications-go latest 97fa733a0ef6 2 minutes ago 17.6MB [2021-05-10T04:55:48.318Z] 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-10T04:56:01.136Z] gofmt -l . [2021-05-10T04:56:01.136Z] [ "`gofmt -l .`" = "" ] [2021-05-10T04:56:03.127Z] ./bin/test-go-mod-tidy.sh [2021-05-10T04:56:03.554Z] Still waiting to schedule task [2021-05-10T04:56:03.554Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-10T04:56:03.729Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-10T04:56:07.023Z] + ls -al . [2021-05-10T04:56:07.023Z] total 844 [2021-05-10T04:56:07.023Z] drwxrwxr-x 9 1001 1001 4096 May 10 04:56 . [2021-05-10T04:56:07.023Z] drwxr-xr-x 4 root root 4096 May 10 04:50 .. [2021-05-10T04:56:07.023Z] -rw-rw-r-- 1 1001 1001 11 May 10 04:49 .dockerignore [2021-05-10T04:56:07.023Z] drwxrwxr-x 8 1001 1001 4096 May 10 04:49 .git [2021-05-10T04:56:07.023Z] drwxrwxr-x 3 1001 1001 4096 May 10 04:49 .github [2021-05-10T04:56:07.023Z] -rw-rw-r-- 1 1001 1001 818 May 10 04:49 .gitignore [2021-05-10T04:56:07.023Z] -rw-rw-r-- 1 1001 1001 166 May 10 04:49 .sonarcloud.properties [2021-05-10T04:56:07.023Z] -rw-rw-r-- 1 1001 1001 8609 May 10 04:49 Attribution.txt [2021-05-10T04:56:07.023Z] -rw-rw-r-- 1 1001 1001 3804 May 10 04:49 CONTRIBUTING.md [2021-05-10T04:56:07.023Z] -rw-rw-r-- 1 1001 1001 931 May 10 04:49 Dockerfile.build [2021-05-10T04:56:07.023Z] -rw-rw-r-- 1 1001 1001 863 May 10 04:49 Jenkinsfile [2021-05-10T04:56:07.023Z] -rw-rw-r-- 1 1001 1001 10775 May 10 04:49 LICENSE [2021-05-10T04:56:07.023Z] -rw-rw-r-- 1 1001 1001 5774 May 10 04:49 Makefile [2021-05-10T04:56:07.023Z] -rw-rw-r-- 1 1001 1001 7978 May 10 04:49 README.md [2021-05-10T04:56:07.023Z] -rw-rw-r-- 1 1001 1001 6755 May 10 04:49 SECURITY.md [2021-05-10T04:56:07.023Z] -rw-rw-r-- 1 1001 1001 5 May 10 04:46 VERSION [2021-05-10T04:56:07.023Z] -rw-rw-r-- 1 1001 1001 4131 May 10 04:49 ZMQWindows.md [2021-05-10T04:56:07.023Z] drwxrwxr-x 2 1001 1001 4096 May 10 04:49 bin [2021-05-10T04:56:07.023Z] drwxrwxr-x 14 1001 1001 4096 May 10 04:49 cmd [2021-05-10T04:56:07.023Z] -rw-r--r-- 1 root root 706092 May 10 04:54 coverage.out [2021-05-10T04:56:07.023Z] -rw-r--r-- 1 root root 1060 May 10 04:56 go.mod [2021-05-10T04:56:07.023Z] -rw-r--r-- 1 root root 22169 May 10 04:51 go.sum [2021-05-10T04:56:07.023Z] drwxrwxr-x 8 1001 1001 4096 May 10 04:49 internal [2021-05-10T04:56:07.023Z] drwxrwxr-x 4 1001 1001 4096 May 10 04:49 openapi [2021-05-10T04:56:07.023Z] drwxrwxr-x 4 1001 1001 4096 May 10 04:49 snap [2021-05-10T04:56:07.023Z] -rw-rw-r-- 1 1001 1001 168 May 10 04:49 version.go [Pipeline] sh [2021-05-10T04:56:07.688Z] + '[' -e coverage.out ] [2021-05-10T04:56:07.688Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-10T04:56:07.709Z] Warning: overwriting stash ‘coverage-report’ [2021-05-10T04:56:09.086Z] Stashed 1 file(s) [Pipeline] sh [2021-05-10T04:56:09.797Z] + make build [2021-05-10T04:56:09.797Z] 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-10T04:56:18.230Z] 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-10T04:56:44.598Z] Running on prd-ubuntu18.04-docker-8c-8g-3938 in /w/workspace/edgexfoundry_edgex-go_PR-3420 [Pipeline] { [Pipeline] ws [2021-05-10T04:56:44.625Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-05-10T04:56:45.012Z] 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-10T04:56:46.839Z] using credential edgex-jenkins-ssh [2021-05-10T04:56:46.851Z] Cloning the remote Git repository [2021-05-10T04:56:46.874Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-10T04:56:46.936Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-05-10T04:56:46.968Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T04:56:46.968Z] > git --version # timeout=10 [2021-05-10T04:56:46.980Z] > git --version # 'git version 2.17.1' [2021-05-10T04:56:46.981Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T04:56:47.004Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T04:56:47.648Z] 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-10T04:56:53.026Z] Merging remotes/origin/master commit 0a24aac118fe9f9c77ac4216f8244fb603d4f0cd into PR head commit 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T04:56:53.074Z] 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-10T04:56:52.394Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T04:56:52.398Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T04:56:52.417Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T04:56:52.427Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T04:56:52.427Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T04:56:52.430Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3420/head:refs/remotes/origin/PR-3420 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T04:56:53.037Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T04:56:53.044Z] > git checkout -f 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 # timeout=10 [2021-05-10T04:56:53.152Z] > git remote # timeout=10 [2021-05-10T04:56:53.184Z] Merge succeeded, producing 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T04:56:53.184Z] Checking out Revision 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 (PR-3420) [2021-05-10T04:56:53.350Z] 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-10T04:56:53.164Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T04:56:53.175Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T04:56:53.177Z] > git merge 0a24aac118fe9f9c77ac4216f8244fb603d4f0cd # timeout=10 [2021-05-10T04:56:53.184Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T04:56:53.190Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T04:56:53.199Z] > git checkout -f 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 # timeout=10 [2021-05-10T04:56:56.779Z] Commit message: "feat(sma): implement v2 GET /health/{services} API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T04:56:57.695Z] + echo snap-build.sh [2021-05-10T04:56:57.695Z] snap-build.sh [2021-05-10T04:56:57.695Z] + SNAP_BASE_DIR=. [2021-05-10T04:56:57.695Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-05-10T04:56:57.695Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-05-10T04:56:57.695Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-05-10T04:56:57.695Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-05-10T04:56:57.695Z] + cd /w/workspace/edgex-go/4 [2021-05-10T04:56:57.695Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-10T04:56:57.695Z] Reading package lists... [2021-05-10T04:56:57.695Z] Building dependency tree... [2021-05-10T04:56:57.695Z] Reading state information... [2021-05-10T04:56:57.956Z] The following packages were automatically installed and are no longer required: [2021-05-10T04:56:57.956Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-10T04:56:57.956Z] uidmap xdelta3 [2021-05-10T04:56:57.956Z] Use 'sudo apt autoremove' to remove them. [2021-05-10T04:56:57.956Z] The following packages will be REMOVED: [2021-05-10T04:56:57.956Z] lxd* lxd-client* [2021-05-10T04:56:58.528Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-10T04:56:58.528Z] After this operation, 31.7 MB disk space will be freed. [2021-05-10T04:56:58.749Z] 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-10T04:56:59.322Z] (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-10T04:56:59.322Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-10T04:57:00.261Z] Removing lxd dnsmasq configuration [2021-05-10T04:57:00.261Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-10T04:57:00.522Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-10T04:57:01.094Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-10T04:57:01.354Z] (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-10T04:57:01.354Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-10T04:57:02.131Z] 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-10T04:57:02.740Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-10T04:57:02.740Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-10T04:57:04.135Z] + sudo snap remove --purge lxd [2021-05-10T04:57:04.136Z] snap "lxd" is not installed [2021-05-10T04:57:04.136Z] + sudo groupadd --force --system lxd [2021-05-10T04:57:04.136Z] ++ whoami [2021-05-10T04:57:04.136Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-10T04:57:04.136Z] + newgrp - lxd [2021-05-10T04:57:04.136Z] + sudo snap install lxd [2021-05-10T04:57:05.510Z] 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-10T04:57:08.892Z] 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-10T04:57:11.501Z] 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-10T04:57:14.126Z] 2021-05-10T04:57:10Z INFO Waiting for automatic snapd restart... [2021-05-10T04:57:14.127Z] 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-10T04:57:20.882Z] $ docker stop --time=1 1f850dc6145ef9d2ab995dbd70c7e28696aa6cea37665f321eb350b2159cc57a [2021-05-10T04:57:23.508Z] $ docker rm -f 1f850dc6145ef9d2ab995dbd70c7e28696aa6cea37665f321eb350b2159cc57a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:57:25.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T04:57:25.279Z] [2021-05-10T04:57:25.279Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:57:25.641Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T04:57:25.641Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-10T04:57:25.641Z] 29e5d40040c1: Pulling fs layer [2021-05-10T04:57:25.641Z] 1ce36da41761: Pulling fs layer [2021-05-10T04:57:25.641Z] 25b303627fd3: Pulling fs layer [2021-05-10T04:57:25.915Z] 29e5d40040c1: Verifying Checksum [2021-05-10T04:57:25.915Z] 29e5d40040c1: Download complete [2021-05-10T04:57:26.895Z] 1ce36da41761: Verifying Checksum [2021-05-10T04:57:26.895Z] 1ce36da41761: Download complete [2021-05-10T04:57:26.895Z] 29e5d40040c1: Pull complete [2021-05-10T04:57:27.887Z] 1ce36da41761: Pull complete [2021-05-10T04:57:28.484Z] 25b303627fd3: Verifying Checksum [2021-05-10T04:57:28.484Z] 25b303627fd3: Download complete [2021-05-10T04:57:29.034Z] lxd 4.13 from Canonical* installed [2021-05-10T04:57:29.035Z] + sudo lxd init --auto [2021-05-10T04:57:37.168Z] + sudo snap install --classic snapcraft [2021-05-10T04:57:38.625Z] 25b303627fd3: Pull complete [2021-05-10T04:57:38.625Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-10T04:57:38.625Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T04:57:38.625Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-10T04:57:38.851Z] prd-ubuntu18.04-docker-arm64-4c-16g-3934 does not seem to be running inside a container [2021-05-10T04:57:38.952Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-10T04:57:41.377Z] snapcraft 4.7.1 from Canonical* installed [2021-05-10T04:57:41.377Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-10T04:57:41.377Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-10T04:57:41.377Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T04:57:41.377Z] Dload Upload Total Spent Left Speed [2021-05-10T04:57:41.377Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4019 0 --:--:-- --:--:-- --:--:-- 4019 [2021-05-10T04:57:41.637Z] 100 3325k 100 3325k 0 0 8460k 0 --:--:-- --:--:-- --:--:-- 8460k [2021-05-10T04:57:41.637Z] ./yq_linux_amd64 [2021-05-10T04:57:41.897Z] + sudo snapcraft prime --use-lxd [2021-05-10T04:57:42.309Z] $ docker top b10ca587600be6670e19fd68457c0cba5a8d4620921b8843505ca628d3b722ae -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T04:57:43.256Z] + docker-compose build --help [2021-05-10T04:57:43.256Z] + grep parallel [2021-05-10T04:57:43.804Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-10T04:57:43.805Z] 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-10T04:57:43.805Z] - README.md [2021-05-10T04:57:43.805Z] [2021-05-10T04:57:43.805Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-10T04:57:44.375Z] Launching a container. [2021-05-10T04:57:47.545Z] --parallel Build images in parallel. [Pipeline] } [2021-05-10T04:57:47.589Z] $ docker stop --time=1 b10ca587600be6670e19fd68457c0cba5a8d4620921b8843505ca628d3b722ae [2021-05-10T04:57:49.570Z] $ docker rm -f b10ca587600be6670e19fd68457c0cba5a8d4620921b8843505ca628d3b722ae [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:57:50.229Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T04:57:50.229Z] . [Pipeline] withDockerContainer [2021-05-10T04:57:50.502Z] prd-ubuntu18.04-docker-arm64-4c-16g-3934 does not seem to be running inside a container [2021-05-10T04:57:50.611Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-10T04:57:52.070Z] $ docker top eb31cbbbb00aa487ad1aef3db16da49dca94ca730ad8b10bfe878741131314fd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T04:57:53.002Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-10T04:57:56.598Z] Waiting for container to be ready [2021-05-10T04:57:56.598Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-10T04:57:56.598Z] [2021-05-10T04:57:57.294Z] Building docker-core-command-go ... [2021-05-10T04:57:57.294Z] Building docker-core-data-go ... [2021-05-10T04:57:57.294Z] Building docker-core-metadata-go ... [2021-05-10T04:57:57.294Z] Building docker-security-bootstrapper-go ... [2021-05-10T04:57:57.294Z] Building docker-security-proxy-setup-go ... [2021-05-10T04:57:57.294Z] Building docker-security-secretstore-setup-go ... [2021-05-10T04:57:57.294Z] Building docker-support-notifications-go ... [2021-05-10T04:57:57.294Z] Building docker-support-scheduler-go ... [2021-05-10T04:57:57.294Z] Building docker-sys-mgmt-agent-go ... [2021-05-10T04:57:57.294Z] Building docker-core-data-go [2021-05-10T04:57:57.294Z] Building docker-security-bootstrapper-go [2021-05-10T04:57:57.294Z] Building docker-support-notifications-go [2021-05-10T04:57:57.294Z] Building docker-security-proxy-setup-go [2021-05-10T04:57:57.294Z] Building docker-support-scheduler-go [2021-05-10T04:57:59.142Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-10T04:57:59.404Z] Waiting for network to be ready... [2021-05-10T04:57:59.973Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-10T04:58:00.233Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-10T04:58:00.492Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-10T04:58:00.492Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-10T04:58:00.752Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-10T04:58:00.752Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-10T04:58:01.012Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-10T04:58:01.012Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-10T04:58:01.012Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-10T04:58:01.012Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-10T04:58:01.012Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-10T04:58:01.012Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-10T04:58:01.012Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-10T04:58:01.012Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-10T04:58:01.012Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-10T04:58:01.012Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-10T04:58:01.012Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-10T04:58:01.271Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-10T04:58:01.271Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-10T04:58:01.531Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-10T04:58:01.531Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-10T04:58:01.531Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-10T04:58:01.531Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-10T04:58:01.531Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-10T04:58:01.531Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-10T04:58:01.531Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-10T04:58:01.790Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-10T04:58:05.986Z] Fetched 24.5 MB in 5s (4480 kB/s) [2021-05-10T04:58:06.246Z] Reading package lists... [2021-05-10T04:58:06.506Z] Reading package lists... [2021-05-10T04:58:06.766Z] Building dependency tree... [2021-05-10T04:58:06.766Z] Reading state information... [2021-05-10T04:58:06.766Z] The following additional packages will be installed: [2021-05-10T04:58:06.766Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-10T04:58:06.766Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-10T04:58:06.766Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-10T04:58:06.766Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-10T04:58:06.766Z] Suggested packages: [2021-05-10T04:58:06.766Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-10T04:58:06.766Z] Recommended packages: [2021-05-10T04:58:06.766Z] gnupg libsasl2-modules [2021-05-10T04:58:06.766Z] The following NEW packages will be installed: [2021-05-10T04:58:06.766Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-10T04:58:06.766Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-10T04:58:06.766Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-10T04:58:06.766Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-10T04:58:06.766Z] The following packages will be upgraded: [2021-05-10T04:58:06.766Z] gpg gpg-agent gpgconf libudev1 [2021-05-10T04:58:07.026Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-10T04:58:07.026Z] Need to get 3530 kB of archives. [2021-05-10T04:58:07.026Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-10T04:58:07.026Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-10T04:58:07.026Z] Get:2 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-10T04:58:07.286Z] 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-10T04:58:07.286Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-10T04:58:07.286Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-10T04:58:07.286Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-10T04:58:07.547Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-10T04:58:07.547Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-10T04:58:07.547Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-10T04:58:07.807Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-10T04:58:07.807Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-10T04:58:07.807Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-10T04:58:07.807Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-10T04:58:07.807Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-10T04:58:07.807Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-10T04:58:07.807Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-10T04:58:07.807Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-10T04:58:07.807Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-10T04:58:07.808Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-10T04:58:07.808Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-10T04:58:07.808Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-10T04:58:07.808Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-10T04:58:08.068Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T04:58:08.068Z] Fetched 3530 kB in 1s (3547 kB/s) [2021-05-10T04:58:08.068Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-10T04:58:08.068Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-10T04:58:08.068Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T04:58:08.328Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-10T04:58:08.328Z] Selecting previously unselected package udev. [2021-05-10T04:58:08.328Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-10T04:58:08.328Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-10T04:58:08.328Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-10T04:58:08.588Z] Selecting previously unselected package libfuse2:amd64. [2021-05-10T04:58:08.588Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-10T04:58:08.588Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-10T04:58:08.848Z] Selecting previously unselected package fuse. [2021-05-10T04:58:08.848Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-10T04:58:08.848Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-10T04:58:08.848Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T04:58:08.848Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T04:58:08.848Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T04:58:09.110Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T04:58:09.110Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T04:58:09.110Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T04:58:09.372Z] Selecting previously unselected package libksba8:amd64. [2021-05-10T04:58:09.372Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-10T04:58:09.372Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-10T04:58:09.372Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-10T04:58:09.372Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T04:58:09.372Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T04:58:09.372Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-10T04:58:09.372Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T04:58:09.372Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T04:58:09.633Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-10T04:58:09.633Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T04:58:09.633Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T04:58:09.894Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-10T04:58:09.894Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T04:58:09.894Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T04:58:09.894Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-10T04:58:09.894Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T04:58:09.894Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T04:58:10.155Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-10T04:58:10.155Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T04:58:10.155Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T04:58:10.155Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-10T04:58:10.155Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T04:58:10.155Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T04:58:10.415Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-10T04:58:10.415Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T04:58:10.415Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T04:58:10.415Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-10T04:58:10.415Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T04:58:10.415Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T04:58:10.415Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-10T04:58:10.415Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-10T04:58:10.678Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T04:58:10.678Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-10T04:58:10.678Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-10T04:58:10.678Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T04:58:10.678Z] Selecting previously unselected package libldap-common. [2021-05-10T04:58:10.678Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-10T04:58:10.678Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T04:58:10.678Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-10T04:58:10.678Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-10T04:58:10.678Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T04:58:10.939Z] Selecting previously unselected package dirmngr. [2021-05-10T04:58:10.939Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T04:58:10.939Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-10T04:58:10.939Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T04:58:11.199Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-10T04:58:11.199Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-10T04:58:11.199Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T04:58:11.199Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T04:58:11.199Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-10T04:58:11.199Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T04:58:11.199Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-10T04:58:11.199Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T04:58:11.461Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-10T04:58:11.721Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-10T04:58:11.721Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T04:58:11.983Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-10T04:58:11.983Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-10T04:58:11.983Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-10T04:58:11.983Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T04:58:11.983Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T04:58:11.983Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T04:58:12.243Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T04:58:12.243Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T04:58:12.243Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T04:58:12.243Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T04:58:12.243Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T04:58:12.243Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-10T04:58:12.243Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T04:58:12.813Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-10T04:58:12.813Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-10T04:58:12.813Z] This means they are not meant to be enabled using systemctl. [2021-05-10T04:58:12.813Z] Possible reasons for having this kind of units are: [2021-05-10T04:58:12.813Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-10T04:58:12.813Z] .wants/ or .requires/ directory. [2021-05-10T04:58:12.813Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-10T04:58:12.813Z] a requirement dependency on it. [2021-05-10T04:58:12.813Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-10T04:58:12.813Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-10T04:58:12.813Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-10T04:58:12.813Z] instance name specified. [2021-05-10T04:58:13.074Z] Reading package lists... [2021-05-10T04:58:13.334Z] Building dependency tree... [2021-05-10T04:58:13.334Z] Reading state information... [2021-05-10T04:58:13.334Z] The following additional packages will be installed: [2021-05-10T04:58:13.334Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-10T04:58:13.334Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-10T04:58:13.334Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-10T04:58:13.334Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-10T04:58:13.334Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-10T04:58:13.334Z] Suggested packages: [2021-05-10T04:58:13.334Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-10T04:58:13.334Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-10T04:58:13.334Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-10T04:58:13.334Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-10T04:58:13.334Z] systemd-container policykit-1 [2021-05-10T04:58:13.334Z] Recommended packages: [2021-05-10T04:58:13.334Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-10T04:58:13.334Z] The following NEW packages will be installed: [2021-05-10T04:58:13.334Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-10T04:58:13.334Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-10T04:58:13.334Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-10T04:58:13.334Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-10T04:58:13.334Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-10T04:58:13.334Z] The following packages will be upgraded: [2021-05-10T04:58:13.334Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-10T04:58:13.595Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-10T04:58:13.595Z] Need to get 35.2 MB of archives. [2021-05-10T04:58:13.595Z] After this operation, 141 MB of additional disk space will be used. [2021-05-10T04:58:13.595Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-10T04:58:13.595Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-10T04:58:14.169Z] 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-10T04:58:14.169Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-10T04:58:14.169Z] 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-10T04:58:14.431Z] 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-10T04:58:14.431Z] 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-10T04:58:14.431Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-10T04:58:14.431Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-10T04:58:14.431Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-10T04:58:14.431Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-10T04:58:14.431Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-10T04:58:14.431Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-10T04:58:14.431Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-10T04:58:14.431Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-10T04:58:14.431Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-10T04:58:14.431Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-10T04:58:14.431Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-10T04:58:14.694Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-10T04:58:14.694Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-10T04:58:14.694Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-10T04:58:14.694Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-10T04:58:14.694Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-10T04:58:14.694Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-10T04:58:14.694Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-10T04:58:14.694Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-10T04:58:14.694Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-10T04:58:14.694Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-10T04:58:14.694Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-10T04:58:14.694Z] 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-10T04:58:15.637Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T04:58:15.637Z] Fetched 35.2 MB in 2s (18.4 MB/s) [2021-05-10T04:58:15.637Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-10T04:58:15.637Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-10T04:58:15.637Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T04:58:16.208Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-10T04:58:16.208Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T04:58:16.468Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-10T04:58:16.468Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-10T04:58:16.468Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-10T04:58:16.468Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-10T04:58:16.728Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-10T04:58:16.728Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-10T04:58:16.728Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-10T04:58:16.988Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-10T04:58:17.248Z] Setting up apt (1.6.13) ... [2021-05-10T04:58:17.248Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-10T04:58:17.508Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-10T04:58:17.769Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-10T04:58:17.769Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-10T04:58:17.769Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-10T04:58:18.030Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-10T04:58:18.030Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T04:58:18.030Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T04:58:18.290Z] Selecting previously unselected package libexpat1:amd64. [2021-05-10T04:58:18.290Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-10T04:58:18.290Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-10T04:58:18.290Z] Selecting previously unselected package python3.6-minimal. [2021-05-10T04:58:18.290Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T04:58:18.290Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T04:58:18.550Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-10T04:58:18.812Z] Checking for services that may need to be restarted...done. [2021-05-10T04:58:18.812Z] Checking for services that may need to be restarted...done. [2021-05-10T04:58:18.812Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T04:58:18.812Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-10T04:58:18.812Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T04:58:19.382Z] Selecting previously unselected package python3-minimal. [2021-05-10T04:58:19.382Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-10T04:58:19.382Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-10T04:58:19.382Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-10T04:58:19.382Z] Selecting previously unselected package mime-support. [2021-05-10T04:58:19.382Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-10T04:58:19.382Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-10T04:58:19.642Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-10T04:58:19.642Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-10T04:58:19.642Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-10T04:58:19.642Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-10T04:58:19.642Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T04:58:19.642Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T04:58:19.905Z] Selecting previously unselected package python3.6. [2021-05-10T04:58:19.905Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T04:58:19.905Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T04:58:19.905Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-10T04:58:19.905Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-10T04:58:20.167Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-10T04:58:20.429Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-10T04:58:20.429Z] Selecting previously unselected package python3. [2021-05-10T04:58:20.689Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-10T04:58:20.689Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-10T04:58:20.689Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-10T04:58:20.689Z] Selecting previously unselected package multiarch-support. [2021-05-10T04:58:20.689Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T04:58:20.689Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-10T04:58:20.689Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-10T04:58:20.689Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-10T04:58:20.689Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-10T04:58:20.689Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-10T04:58:20.689Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-10T04:58:20.951Z] Selecting previously unselected package libbsd0:amd64. [2021-05-10T04:58:20.951Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-10T04:58:20.951Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-10T04:58:20.951Z] Selecting previously unselected package sudo. [2021-05-10T04:58:20.951Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-10T04:58:20.951Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-10T04:58:21.217Z] Selecting previously unselected package apparmor. [2021-05-10T04:58:21.217Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-10T04:58:21.217Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-10T04:58:21.217Z] Selecting previously unselected package libedit2:amd64. [2021-05-10T04:58:21.217Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-10T04:58:21.217Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-10T04:58:21.479Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-10T04:58:21.479Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T04:58:21.479Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T04:58:21.479Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-10T04:58:21.479Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T04:58:21.479Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T04:58:21.479Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-10T04:58:21.479Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-10T04:58:21.479Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-10T04:58:21.739Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-10T04:58:21.739Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T04:58:21.739Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T04:58:21.739Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-10T04:58:21.739Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T04:58:21.739Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T04:58:22.000Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-10T04:58:22.000Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-10T04:58:22.000Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-10T04:58:22.000Z] Selecting previously unselected package openssh-client. [2021-05-10T04:58:22.000Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-10T04:58:22.260Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-10T04:58:22.260Z] Selecting previously unselected package squashfs-tools. [2021-05-10T04:58:22.260Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-10T04:58:22.260Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-10T04:58:22.521Z] Selecting previously unselected package snapd. [2021-05-10T04:58:22.521Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-10T04:58:22.521Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-10T04:58:25.062Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-10T04:58:25.062Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-10T04:58:25.062Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-10T04:58:25.062Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-10T04:58:25.062Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-10T04:58:25.062Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T04:58:25.062Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T04:58:25.062Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-10T04:58:25.062Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-10T04:58:26.446Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-10T04:58:26.706Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-10T04:58:26.706Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-10T04:58:26.706Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T04:58:26.706Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T04:58:26.706Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T04:58:27.647Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-10T04:58:27.647Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T04:58:27.647Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-10T04:58:27.647Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-10T04:58:27.647Z] running python rtupdate hooks for python3.6... [2021-05-10T04:58:27.647Z] running python post-rtupdate hooks for python3.6... [2021-05-10T04:58:27.647Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-10T04:58:29.557Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-10T04:58:29.557Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T04:58:29.557Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-10T04:58:29.557Z] Setting up snapd (2.48.3+18.04) ... [2021-05-10T04:58:30.128Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-10T04:58:30.388Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-10T04:58:30.648Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-10T04:58:30.648Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-10T04:58:30.907Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-10T04:58:30.907Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-10T04:58:31.174Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-10T04:58:31.434Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-10T04:58:31.434Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-10T04:58:31.694Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-10T04:58:31.955Z] /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-10T04:58:31.955Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T04:58:31.955Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-10T04:58:32.895Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-10T04:58:32.895Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-10T04:58:32.895Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-10T04:58:34.098Z] Reading package lists... [2021-05-10T04:58:34.357Z] Reading package lists... [2021-05-10T04:58:34.617Z] Building dependency tree... [2021-05-10T04:58:34.617Z] Reading state information... [2021-05-10T04:58:34.617Z] Calculating upgrade... [2021-05-10T04:58:34.877Z] The following packages will be upgraded: [2021-05-10T04:58:34.877Z] advancecomp base-files bash binutils binutils-common [2021-05-10T04:58:34.877Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-10T04:58:34.877Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-10T04:58:34.877Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-10T04:58:34.877Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-10T04:58:34.877Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-10T04:58:34.877Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-10T04:58:34.877Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-10T04:58:34.877Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-10T04:58:34.877Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-10T04:58:34.877Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-10T04:58:34.877Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-10T04:58:34.877Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-10T04:58:34.877Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-10T04:58:34.877Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-10T04:58:34.877Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-10T04:58:34.877Z] Need to get 64.0 MB of archives. [2021-05-10T04:58:34.877Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-10T04:58:34.877Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-10T04:58:35.137Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-10T04:58:35.137Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-10T04:58:35.137Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-10T04:58:35.137Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-10T04:58:35.137Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-10T04:58:35.137Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-10T04:58:35.137Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-10T04:58:35.137Z] 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-10T04:58:35.137Z] 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-10T04:58:35.137Z] 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-10T04:58:35.137Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-10T04:58:35.137Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-10T04:58:35.137Z] 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-10T04:58:35.137Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-10T04:58:35.137Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-10T04:58:35.137Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-10T04:58:35.137Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-10T04:58:35.137Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-10T04:58:35.137Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-10T04:58:35.137Z] 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-10T04:58:35.399Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-10T04:58:35.399Z] 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-10T04:58:35.399Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-10T04:58:35.399Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-10T04:58:35.399Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-10T04:58:35.399Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-10T04:58:35.399Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-10T04:58:35.399Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-10T04:58:35.399Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-10T04:58:35.399Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-10T04:58:35.399Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-10T04:58:35.399Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-10T04:58:35.399Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-10T04:58:35.399Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-10T04:58:35.399Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-10T04:58:35.399Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-10T04:58:35.399Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-10T04:58:35.399Z] 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-10T04:58:35.399Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-10T04:58:35.400Z] 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-10T04:58:35.400Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-10T04:58:35.400Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-10T04:58:35.400Z] 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-10T04:58:35.400Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-10T04:58:35.400Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-10T04:58:35.400Z] 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-10T04:58:35.400Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-10T04:58:35.400Z] 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-10T04:58:35.400Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-10T04:58:35.400Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-10T04:58:35.400Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-10T04:58:35.400Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-10T04:58:35.400Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-10T04:58:35.400Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-10T04:58:35.400Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-10T04:58:35.676Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-10T04:58:35.936Z] 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-10T04:58:35.936Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-10T04:58:35.936Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-10T04:58:36.198Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-10T04:58:36.198Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-10T04:58:36.198Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-10T04:58:36.198Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-10T04:58:36.198Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-10T04:58:36.198Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-10T04:58:36.198Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-10T04:58:36.198Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-10T04:58:36.198Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-10T04:58:36.462Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-10T04:58:36.462Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-10T04:58:36.462Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-10T04:58:36.462Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-10T04:58:36.462Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-10T04:58:36.462Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-10T04:58:36.462Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-10T04:58:36.462Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-10T04:58:36.462Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-10T04:58:36.462Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-10T04:58:36.462Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-10T04:58:36.462Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-10T04:58:36.462Z] 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-10T04:58:36.462Z] 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-10T04:58:36.462Z] 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-10T04:58:36.462Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-10T04:58:36.463Z] 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-10T04:58:36.722Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-10T04:58:36.722Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-10T04:58:36.722Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-10T04:58:36.722Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-10T04:58:36.722Z] 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-10T04:58:36.722Z] 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-10T04:58:36.722Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-10T04:58:36.722Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-10T04:58:36.722Z] 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-10T04:58:36.722Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-10T04:58:36.722Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-10T04:58:36.982Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-10T04:58:36.982Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-10T04:58:36.982Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-10T04:58:36.982Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-10T04:58:36.982Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T04:58:36.982Z] Fetched 64.0 MB in 2s (32.0 MB/s) [2021-05-10T04:58:37.242Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:37.242Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T04:58:37.242Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T04:58:37.812Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T04:58:37.813Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T04:58:37.813Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-10T04:58:38.073Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-10T04:58:38.643Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T04:58:38.903Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T04:58:38.903Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T04:58:38.903Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T04:58:39.163Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T04:58:39.163Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T04:58:39.163Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T04:58:39.163Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T04:58:39.423Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T04:58:39.423Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T04:58:39.423Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T04:58:39.423Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T04:58:39.691Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T04:58:39.691Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T04:58:39.691Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T04:58:39.953Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T04:58:39.953Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T04:58:39.953Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-10T04:58:39.953Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-10T04:58:40.213Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T04:58:40.213Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T04:58:40.213Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T04:58:40.213Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T04:58:40.213Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T04:58:40.475Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T04:58:40.475Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T04:58:40.735Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T04:58:40.735Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T04:58:40.735Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T04:58:40.996Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T04:58:41.565Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-10T04:58:41.565Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T04:58:41.565Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-10T04:58:41.565Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-10T04:58:41.565Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-10T04:58:41.826Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-10T04:58:42.087Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-10T04:58:42.087Z] Installing new version of config file /etc/issue ... [2021-05-10T04:58:42.087Z] Installing new version of config file /etc/issue.net ... [2021-05-10T04:58:42.087Z] Installing new version of config file /etc/lsb-release ... [2021-05-10T04:58:42.087Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-10T04:58:42.347Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-10T04:58:42.347Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-10T04:58:42.347Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-10T04:58:42.608Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:42.608Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-10T04:58:42.608Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-10T04:58:42.608Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-10T04:58:42.868Z] 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-10T04:58:42.869Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:42.869Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T04:58:42.869Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-10T04:58:42.869Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-10T04:58:43.128Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:43.128Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-10T04:58:43.128Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-10T04:58:43.128Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-10T04:58:43.390Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:43.390Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-10T04:58:43.390Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-10T04:58:43.650Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-10T04:58:43.650Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:43.650Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T04:58:43.650Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T04:58:43.911Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-10T04:58:43.911Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:43.911Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T04:58:43.911Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T04:58:44.171Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-10T04:58:44.171Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:44.171Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-10T04:58:44.171Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-10T04:58:44.171Z] Setting up grep (3.1-2build1) ... [2021-05-10T04:58:44.433Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:44.433Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-10T04:58:44.433Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-10T04:58:44.433Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-10T04:58:44.705Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:44.705Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T04:58:44.705Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T04:58:44.705Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-10T04:58:44.966Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:44.966Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-10T04:58:44.966Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T04:58:45.536Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-10T04:58:45.536Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T04:58:45.796Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-10T04:58:45.796Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T04:58:46.370Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-10T04:58:46.370Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:46.370Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-10T04:58:46.370Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T04:58:47.753Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-10T04:58:47.753Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-10T04:58:47.753Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-10T04:58:47.753Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-10T04:58:47.753Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-10T04:58:47.753Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:47.753Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-10T04:58:47.753Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-10T04:58:48.014Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-10T04:58:48.014Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:48.014Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T04:58:48.014Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T04:58:48.014Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T04:58:48.274Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:48.274Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T04:58:48.274Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T04:58:48.274Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T04:58:48.534Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:48.534Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T04:58:48.534Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T04:58:48.534Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T04:58:48.795Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:48.795Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T04:58:48.795Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T04:58:48.795Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T04:58:49.055Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:49.055Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T04:58:49.055Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T04:58:49.055Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T04:58:49.055Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T04:58:49.315Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-10T04:58:49.315Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:49.315Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T04:58:49.315Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T04:58:49.575Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-10T04:58:49.575Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:49.575Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T04:58:49.575Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T04:58:49.575Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T04:58:49.834Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:49.834Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T04:58:49.834Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T04:58:49.834Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-10T04:58:50.096Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:50.096Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T04:58:50.096Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T04:58:50.665Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-10T04:58:50.665Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-10T04:58:51.297Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-10T04:58:51.297Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:51.297Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T04:58:51.297Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T04:58:51.606Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-10T04:58:51.607Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T04:58:51.607Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-10T04:58:51.607Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T04:58:51.607Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-10T04:58:51.912Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:51.912Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-10T04:58:51.912Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-10T04:58:52.187Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-10T04:58:52.463Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:52.463Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-10T04:58:52.463Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-10T04:58:52.463Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-10T04:58:52.726Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:52.726Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-10T04:58:52.726Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-10T04:58:52.726Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-10T04:58:53.023Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:53.023Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-10T04:58:53.023Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T04:58:53.023Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T04:58:53.328Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:53.328Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-10T04:58:53.328Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T04:58:53.328Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T04:58:53.597Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:53.597Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-10T04:58:53.597Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T04:58:53.857Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T04:58:53.857Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:53.857Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T04:58:54.117Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T04:58:54.117Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-10T04:58:54.117Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T04:58:54.380Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T04:58:54.380Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T04:58:54.380Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-10T04:58:54.380Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:54.380Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-10T04:58:54.640Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-10T04:58:54.640Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-10T04:58:54.900Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:54.900Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-10T04:58:54.900Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T04:58:54.900Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T04:58:55.173Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:55.173Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T04:58:55.173Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T04:58:55.434Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-10T04:58:55.434Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:55.434Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-10T04:58:55.434Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-10T04:58:55.694Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-10T04:58:55.694Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:55.694Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-10T04:58:55.694Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-10T04:58:55.954Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-10T04:58:56.228Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:56.228Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T04:58:56.228Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T04:58:56.496Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-10T04:58:56.496Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:56.496Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-10T04:58:56.496Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-10T04:58:56.496Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-10T04:58:56.760Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:56.760Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-10T04:58:56.760Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-10T04:58:56.760Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-10T04:58:57.020Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:57.020Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-10T04:58:57.020Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-10T04:58:57.020Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-10T04:58:57.280Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:57.280Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-10T04:58:57.280Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-10T04:58:57.879Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-10T04:58:57.879Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:57.879Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-10T04:58:57.879Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-10T04:58:57.879Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-10T04:58:58.141Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:58.141Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-10T04:58:58.141Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-10T04:58:58.141Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-10T04:58:58.400Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:58.400Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-10T04:58:58.400Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-10T04:58:58.400Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-10T04:58:58.400Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T04:58:58.400Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-10T04:58:58.661Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-10T04:58:58.661Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-10T04:58:58.661Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-10T04:58:58.661Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-10T04:58:58.661Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-10T04:58:58.921Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-10T04:58:58.921Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-10T04:58:59.180Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-10T04:58:59.180Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-10T04:58:59.440Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-10T04:58:59.440Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-10T04:58:59.440Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-10T04:58:59.440Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-10T04:58:59.701Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-10T04:58:59.701Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-10T04:58:59.701Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-10T04:58:59.701Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-10T04:58:59.960Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-10T04:58:59.960Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-10T04:58:59.960Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-10T04:59:00.220Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-10T04:59:00.220Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-10T04:59:00.220Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-10T04:59:00.479Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-10T04:59:00.479Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-10T04:59:00.479Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-10T04:59:00.479Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-10T04:59:01.416Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-10T04:59:01.416Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-10T04:59:01.676Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-10T04:59:01.676Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-10T04:59:01.676Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T04:59:01.676Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-10T04:59:02.244Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T04:59:02.244Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-10T04:59:02.244Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T04:59:02.244Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-10T04:59:02.504Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T04:59:02.504Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-10T04:59:02.504Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T04:59:02.764Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T04:59:02.764Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T04:59:02.764Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T04:59:03.023Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T04:59:03.024Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T04:59:03.024Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T04:59:03.283Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T04:59:04.222Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T04:59:04.222Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T04:59:05.162Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T04:59:05.162Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T04:59:05.258Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T04:59:05.258Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T04:59:05.258Z] ---> f1680b57551c [2021-05-10T04:59:05.258Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T04:59:05.258Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T04:59:05.258Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T04:59:05.258Z] ---> f1680b57551c [2021-05-10T04:59:05.258Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T04:59:05.731Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T04:59:05.731Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T04:59:06.237Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T04:59:06.237Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-10T04:59:06.237Z] ---> f1680b57551c [2021-05-10T04:59:06.237Z] Step 3/21 : WORKDIR /edgex-go [2021-05-10T04:59:06.237Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T04:59:06.237Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T04:59:06.237Z] ---> f1680b57551c [2021-05-10T04:59:06.237Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T04:59:06.237Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T04:59:06.237Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-10T04:59:06.237Z] ---> f1680b57551c [2021-05-10T04:59:06.237Z] Step 3/31 : WORKDIR /edgex-go [2021-05-10T04:59:06.300Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T04:59:06.300Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T04:59:07.238Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T04:59:07.238Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T04:59:07.238Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-10T04:59:07.238Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-10T04:59:07.238Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-10T04:59:07.238Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-10T04:59:07.511Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-10T04:59:07.511Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-10T04:59:07.772Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-10T04:59:07.772Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-10T04:59:08.033Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-10T04:59:08.033Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-10T04:59:08.033Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-10T04:59:08.033Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-10T04:59:08.308Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-10T04:59:08.308Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-10T04:59:08.568Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T04:59:08.568Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-10T04:59:08.568Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T04:59:08.568Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T04:59:08.568Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T04:59:08.568Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-10T04:59:08.568Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-10T04:59:08.568Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-10T04:59:08.830Z] [2021-05-10T04:59:08.831Z] Current default time zone: 'Etc/UTC' [2021-05-10T04:59:08.831Z] Local time is now: Mon May 10 04:59:08 UTC 2021. [2021-05-10T04:59:08.831Z] Universal Time is now: Mon May 10 04:59:08 UTC 2021. [2021-05-10T04:59:08.831Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-10T04:59:08.831Z] [2021-05-10T04:59:08.831Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-10T04:59:08.831Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T04:59:08.831Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-10T04:59:08.866Z] ---> Running in dd371344c745 [2021-05-10T04:59:08.866Z] ---> Running in 2ef1a799322a [2021-05-10T04:59:08.866Z] ---> Running in 96578f5c8b43 [2021-05-10T04:59:08.866Z] ---> Running in f314fb0a0449 [2021-05-10T04:59:08.866Z] ---> Running in eedbe70baf0e [2021-05-10T04:59:09.090Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-10T04:59:09.090Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-10T04:59:09.090Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-10T04:59:09.090Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-10T04:59:09.090Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-10T04:59:09.090Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-10T04:59:09.090Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-10T04:59:09.090Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T04:59:09.135Z] Removing intermediate container dd371344c745 [2021-05-10T04:59:09.135Z] ---> 9d8509e8886f [2021-05-10T04:59:09.135Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T04:59:09.136Z] Removing intermediate container eedbe70baf0e [2021-05-10T04:59:09.136Z] ---> 5623e01cfed3 [2021-05-10T04:59:09.136Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T04:59:09.136Z] Removing intermediate container f314fb0a0449 [2021-05-10T04:59:09.136Z] ---> c31900b2aea6 [2021-05-10T04:59:09.136Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T04:59:09.349Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-10T04:59:09.350Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T04:59:09.404Z] Removing intermediate container 2ef1a799322a [2021-05-10T04:59:09.404Z] ---> 8cdef7c3915f [2021-05-10T04:59:09.404Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T04:59:09.404Z] Removing intermediate container 96578f5c8b43 [2021-05-10T04:59:09.404Z] ---> 0477b4f09560 [2021-05-10T04:59:09.404Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T04:59:09.404Z] ---> Running in a24dbbabffd2 [2021-05-10T04:59:09.404Z] ---> Running in 94f17b8224be [2021-05-10T04:59:09.404Z] ---> Running in 300ded13eef5 [2021-05-10T04:59:09.610Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-10T04:59:09.610Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T04:59:09.610Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-10T04:59:09.610Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-10T04:59:09.610Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-10T04:59:09.610Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-10T04:59:09.610Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-10T04:59:09.610Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-10T04:59:09.675Z] ---> Running in 1b7c78d214ca [2021-05-10T04:59:09.675Z] ---> Running in 001a9d3acf72 [2021-05-10T04:59:09.870Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-10T04:59:09.870Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-10T04:59:11.252Z] Updating certificates in /etc/ssl/certs... [2021-05-10T04:59:11.821Z] 23 added, 27 removed; done. [2021-05-10T04:59:11.821Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-10T04:59:11.821Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T04:59:11.821Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-10T04:59:11.821Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-10T04:59:11.821Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-10T04:59:12.081Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T04:59:12.081Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-10T04:59:12.081Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T04:59:12.081Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T04:59:12.081Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T04:59:12.341Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T04:59:12.341Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T04:59:12.341Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-10T04:59:12.341Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-10T04:59:12.341Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-10T04:59:12.341Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-10T04:59:12.602Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-10T04:59:12.602Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T04:59:12.602Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T04:59:12.602Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-10T04:59:12.602Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-10T04:59:12.602Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-10T04:59:12.862Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-10T04:59:12.862Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-10T04:59:12.862Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-10T04:59:13.079Z] Removing intermediate container 94f17b8224be [2021-05-10T04:59:13.080Z] ---> 14e036d1362f [2021-05-10T04:59:13.080Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-10T04:59:13.122Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-10T04:59:13.122Z] Updating certificates in /etc/ssl/certs... [2021-05-10T04:59:13.363Z] ---> Running in af75cf192207 [2021-05-10T04:59:13.363Z] Removing intermediate container a24dbbabffd2 [2021-05-10T04:59:13.363Z] ---> 23e00a211083 [2021-05-10T04:59:13.363Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-10T04:59:13.382Z] 0 added, 0 removed; done. [2021-05-10T04:59:13.382Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-10T04:59:13.382Z] done. [2021-05-10T04:59:13.648Z] ---> Running in e8ba037f1345 [2021-05-10T04:59:13.951Z] Reading package lists... [2021-05-10T04:59:14.211Z] Building dependency tree... [2021-05-10T04:59:14.211Z] Reading state information... [2021-05-10T04:59:14.211Z] The following NEW packages will be installed: [2021-05-10T04:59:14.211Z] apt-transport-https [2021-05-10T04:59:14.259Z] Removing intermediate container 1b7c78d214ca [2021-05-10T04:59:14.259Z] ---> e48b65ed1092 [2021-05-10T04:59:14.259Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-10T04:59:14.259Z] Removing intermediate container 300ded13eef5 [2021-05-10T04:59:14.259Z] ---> cc10e8c10eaf [2021-05-10T04:59:14.259Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-10T04:59:14.259Z] Removing intermediate container 001a9d3acf72 [2021-05-10T04:59:14.259Z] ---> a8391195a603 [2021-05-10T04:59:14.259Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-10T04:59:14.259Z] ---> Running in 9afb8914e776 [2021-05-10T04:59:14.472Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-10T04:59:14.472Z] Need to get 1692 B of archives. [2021-05-10T04:59:14.472Z] After this operation, 154 kB of additional disk space will be used. [2021-05-10T04:59:14.472Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-10T04:59:14.472Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T04:59:14.472Z] Fetched 1692 B in 0s (8689 B/s) [2021-05-10T04:59:14.537Z] ---> Running in ca4c8b19f6f8 [2021-05-10T04:59:14.732Z] Selecting previously unselected package apt-transport-https. [2021-05-10T04:59:14.732Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-10T04:59:14.732Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-10T04:59:14.732Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-10T04:59:14.732Z] Setting up apt-transport-https (1.6.13) ... [2021-05-10T04:59:14.813Z] ---> Running in 3a539d4afd77 [2021-05-10T04:59:14.992Z] Waiting for network to be ready... [2021-05-10T04:59:15.090Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T04:59:15.373Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T04:59:16.356Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T04:59:16.356Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T04:59:16.356Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T04:59:16.959Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T04:59:17.231Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T04:59:18.236Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T04:59:18.236Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T04:59:18.236Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T04:59:18.510Z] OK: 218 MiB in 52 packages [2021-05-10T04:59:19.506Z] OK: 218 MiB in 52 packages [2021-05-10T04:59:19.506Z] OK: 218 MiB in 52 packages [2021-05-10T04:59:19.506Z] OK: 218 MiB in 52 packages [2021-05-10T04:59:19.788Z] OK: 218 MiB in 52 packages [2021-05-10T04:59:20.398Z] Removing intermediate container e8ba037f1345 [2021-05-10T04:59:20.398Z] ---> 969f3bee33be [2021-05-10T04:59:20.398Z] Step 6/22 : COPY go.mod . [2021-05-10T04:59:21.380Z] ---> 643babd21765 [2021-05-10T04:59:21.380Z] Step 7/22 : RUN go mod download [2021-05-10T04:59:21.380Z] Removing intermediate container af75cf192207 [2021-05-10T04:59:21.380Z] ---> e389ae344ae1 [2021-05-10T04:59:21.380Z] Step 6/21 : COPY go.mod . [2021-05-10T04:59:21.567Z] 2021-05-10T04:59:18Z INFO Waiting for automatic snapd restart... [2021-05-10T04:59:21.655Z] ---> Running in 52b99c69328a [2021-05-10T04:59:21.655Z] Removing intermediate container 9afb8914e776 [2021-05-10T04:59:21.655Z] ---> 9a303252ba84 [2021-05-10T04:59:21.655Z] Step 6/22 : COPY go.mod . [2021-05-10T04:59:21.938Z] Removing intermediate container ca4c8b19f6f8 [2021-05-10T04:59:21.938Z] Removing intermediate container 3a539d4afd77 [2021-05-10T04:59:21.938Z] ---> 04d1b6628263 [2021-05-10T04:59:21.938Z] Step 6/23 : COPY go.mod . [2021-05-10T04:59:21.938Z] ---> bc288c88e3b5 [2021-05-10T04:59:21.938Z] Step 6/31 : COPY go.mod . [2021-05-10T04:59:22.136Z] snapd 2.49.2 from Canonical* installed [2021-05-10T04:59:22.538Z] ---> 10d63d96a08f [2021-05-10T04:59:22.539Z] Step 7/21 : RUN go mod download [2021-05-10T04:59:23.073Z] "snapd" switched to the "latest/stable" channel [2021-05-10T04:59:23.073Z] [2021-05-10T04:59:23.137Z] ---> Running in 172b7e6cdf69 [2021-05-10T04:59:23.137Z] ---> ad5994e851f0 [2021-05-10T04:59:23.137Z] Step 7/22 : RUN go mod download [2021-05-10T04:59:23.418Z] ---> Running in 0c236a61a28e [2021-05-10T04:59:23.418Z] ---> b8e36a404005 [2021-05-10T04:59:23.418Z] ---> 400e69e4a9dd [2021-05-10T04:59:23.418Z] Step 7/31 : RUN go mod downloadStep 7/23 : RUN go mod download [2021-05-10T04:59:23.418Z] [2021-05-10T04:59:23.691Z] ---> Running in 8b983b5ba8da [2021-05-10T04:59:23.691Z] ---> Running in 20250ffe45d9 [2021-05-10T04:59:25.688Z] Removing intermediate container 52b99c69328a [2021-05-10T04:59:25.688Z] ---> baa70f64049b [2021-05-10T04:59:25.688Z] Step 8/22 : COPY . . [2021-05-10T04:59:26.367Z] core18 20210309 from Canonical* installed [2021-05-10T04:59:26.626Z] "core18" switched to the "latest/stable" channel [2021-05-10T04:59:26.626Z] [2021-05-10T04:59:27.151Z] Removing intermediate container 172b7e6cdf69 [2021-05-10T04:59:27.151Z] ---> 5e6887d9da1b [2021-05-10T04:59:27.151Z] Step 8/21 : COPY . . [2021-05-10T04:59:28.150Z] Removing intermediate container 0c236a61a28e [2021-05-10T04:59:28.150Z] ---> c5c0add4ec33 [2021-05-10T04:59:28.150Z] Step 8/22 : COPY . . [2021-05-10T04:59:28.753Z] Removing intermediate container 8b983b5ba8da [2021-05-10T04:59:28.753Z] ---> 2f2a93bf1cd1 [2021-05-10T04:59:28.753Z] Step 8/23 : COPY . . [2021-05-10T04:59:28.753Z] Removing intermediate container 20250ffe45d9 [2021-05-10T04:59:28.753Z] ---> b6c9ac7c5f26 [2021-05-10T04:59:28.753Z] Step 8/31 : COPY . . [2021-05-10T04:59:31.910Z] snapcraft 4.7.1 from Canonical* installed [2021-05-10T04:59:31.911Z] "snapcraft" switched to the "latest/stable" channel [2021-05-10T04:59:31.911Z] [2021-05-10T04:59:35.208Z] 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-10T04:59:35.208Z] - README.md [2021-05-10T04:59:35.208Z] [2021-05-10T04:59:35.208Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-10T04:59:41.782Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T04:59:41.782Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-10T04:59:41.782Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-10T04:59:41.782Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-10T04:59:42.720Z] Reading package lists... [2021-05-10T04:59:42.981Z] 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-10T04:59:49.562Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T04:59:49.562Z] Reading package lists... [2021-05-10T04:59:49.562Z] Building dependency tree... [2021-05-10T04:59:49.562Z] Reading state information... [2021-05-10T04:59:49.562Z] Suggested packages: [2021-05-10T04:59:49.562Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-10T04:59:49.562Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-10T04:59:49.562Z] Recommended packages: [2021-05-10T04:59:49.562Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-10T04:59:49.562Z] The following NEW packages will be installed: [2021-05-10T04:59:49.562Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-10T04:59:49.562Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-10T04:59:49.562Z] pkg-config zip [2021-05-10T04:59:49.562Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-10T04:59:49.562Z] Need to get 7663 kB of archives. [2021-05-10T04:59:49.562Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-10T04:59:49.562Z] 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-10T04:59:49.562Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-10T04:59:49.823Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-10T04:59:49.823Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-10T04:59:50.084Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-10T04:59:50.084Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-10T04:59:50.084Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-10T04:59:50.084Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-10T04:59:50.084Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-10T04:59:50.084Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-10T04:59:50.346Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-10T04:59:50.346Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-10T04:59:50.346Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-10T04:59:50.346Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-10T04:59:50.346Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-10T04:59:50.606Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T04:59:50.606Z] Fetched 7663 kB in 1s (7189 kB/s) [2021-05-10T04:59:50.606Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-10T04:59:50.606Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-10T04:59:50.606Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-10T04:59:50.866Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-10T04:59:50.866Z] Selecting previously unselected package libpsl5:amd64. [2021-05-10T04:59:50.866Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-10T04:59:50.866Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-10T04:59:51.126Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-10T04:59:51.126Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-10T04:59:51.126Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-10T04:59:51.126Z] Selecting previously unselected package librtmp1:amd64. [2021-05-10T04:59:51.126Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-10T04:59:51.126Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-10T04:59:51.126Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-10T04:59:51.126Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-10T04:59:51.126Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-10T04:59:51.386Z] Selecting previously unselected package liberror-perl. [2021-05-10T04:59:51.386Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-10T04:59:51.386Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-10T04:59:51.386Z] Selecting previously unselected package git-man. [2021-05-10T04:59:51.386Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-10T04:59:51.386Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-10T04:59:51.646Z] Selecting previously unselected package git. [2021-05-10T04:59:51.646Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-10T04:59:51.646Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-10T04:59:52.264Z] Selecting previously unselected package libnorm1:amd64. [2021-05-10T04:59:52.264Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-10T04:59:52.264Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-10T04:59:52.543Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-10T04:59:52.543Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-10T04:59:52.543Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-10T04:59:52.543Z] Selecting previously unselected package libsodium23:amd64. [2021-05-10T04:59:52.543Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-10T04:59:52.543Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-10T04:59:52.826Z] Selecting previously unselected package libzmq5:amd64. [2021-05-10T04:59:52.826Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-10T04:59:52.826Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T04:59:52.826Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-10T04:59:52.826Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-10T04:59:52.826Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T04:59:53.115Z] Selecting previously unselected package pkg-config. [2021-05-10T04:59:53.115Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-10T04:59:53.115Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-10T04:59:53.115Z] Selecting previously unselected package zip. [2021-05-10T04:59:53.115Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-10T04:59:53.115Z] Unpacking zip (3.0-11build1) ... [2021-05-10T04:59:53.115Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-10T04:59:53.115Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-10T04:59:53.396Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-10T04:59:53.396Z] Setting up liberror-perl (0.17025-1) ... [2021-05-10T04:59:53.396Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-10T04:59:53.396Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-10T04:59:53.396Z] No schema files found: doing nothing. [2021-05-10T04:59:53.396Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-10T04:59:53.396Z] Setting up zip (3.0-11build1) ... [2021-05-10T04:59:53.396Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-10T04:59:53.396Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-10T04:59:53.396Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-10T04:59:53.396Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T04:59:53.656Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-10T04:59:53.656Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T04:59:53.656Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-10T04:59:53.656Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-10T04:59:55.598Z] ---> 7d3bd8d78e9b [2021-05-10T04:59:55.598Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-10T04:59:55.598Z] ---> 0e1a3bd79419 [2021-05-10T04:59:55.598Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-10T04:59:55.598Z] ---> f7db542ea200 [2021-05-10T04:59:55.598Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-10T04:59:55.598Z] ---> 3944223b4c7c [2021-05-10T04:59:55.598Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-10T04:59:55.598Z] ---> Running in 148b72230638 [2021-05-10T04:59:55.598Z] ---> Running in 6c2d61b4fadc [2021-05-10T04:59:55.598Z] ---> Running in d17e803a0323 [2021-05-10T04:59:55.598Z] ---> 75303afae585 [2021-05-10T04:59:55.598Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-10T04:59:55.598Z] ---> Running in 3e8c5313ec2f [2021-05-10T04:59:55.598Z] ---> Running in a7d9ddfe71da [2021-05-10T04:59:55.872Z] 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-10T04:59:56.471Z] 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-10T04:59:56.748Z] 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-10T04:59:56.749Z] 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-10T04:59:57.025Z] 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-10T05:00:00.232Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T05:00:00.232Z] git set to automatically installed. [2021-05-10T05:00:00.232Z] git-man set to automatically installed. [2021-05-10T05:00:00.232Z] libcurl3-gnutls set to automatically installed. [2021-05-10T05:00:00.232Z] liberror-perl set to automatically installed. [2021-05-10T05:00:00.232Z] libglib2.0-0 set to automatically installed. [2021-05-10T05:00:00.232Z] libnghttp2-14 set to automatically installed. [2021-05-10T05:00:00.232Z] libnorm1 set to automatically installed. [2021-05-10T05:00:00.232Z] libpgm-5.2-0 set to automatically installed. [2021-05-10T05:00:00.232Z] libpsl5 set to automatically installed. [2021-05-10T05:00:00.232Z] librtmp1 set to automatically installed. [2021-05-10T05:00:00.232Z] libsodium23 set to automatically installed. [2021-05-10T05:00:00.232Z] libzmq3-dev set to automatically installed. [2021-05-10T05:00:00.232Z] libzmq5 set to automatically installed. [2021-05-10T05:00:00.232Z] pkg-config set to automatically installed. [2021-05-10T05:00:00.232Z] zip set to automatically installed. [2021-05-10T05:00:02.153Z] snapd is not logged in, snap install commands will use sudo [2021-05-10T05:00:10.324Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T05:00:10.324Z] snap "core18" has no updates available [2021-05-10T05:00:10.895Z] snapd is not logged in, snap install commands will use sudo [2021-05-10T05:00:19.027Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T05:00:37.140Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-10T05:00:37.140Z] Pulling go-build-helper [2021-05-10T05:00:37.140Z] + snapcraftctl pull [2021-05-10T05:00:38.522Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-10T05:00:38.523Z] Skipping pull go-build-helper (already ran) [2021-05-10T05:00:38.523Z] Building go-build-helper [2021-05-10T05:00:38.523Z] + snapcraftctl build [2021-05-10T05:00:41.061Z] Staging go-build-helper [2021-05-10T05:00:41.061Z] + snapcraftctl stage [2021-05-10T05:00:53.285Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-10T05:00:53.285Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-10T05:00:53.285Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-10T05:00:53.285Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-10T05:00:53.285Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-10T05:00:53.285Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-10T05:00:53.285Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-10T05:00:53.286Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-10T05:00:53.286Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-10T05:00:53.286Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-10T05:00:53.286Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-10T05:00:53.286Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-10T05:00:53.286Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-10T05:00:53.286Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-10T05:00:53.286Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-10T05:00:53.286Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-10T05:00:53.286Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-10T05:00:53.286Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-10T05:00:53.286Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-10T05:00:53.286Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-10T05:00:53.286Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-10T05:00:53.286Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-10T05:00:53.286Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-10T05:00:53.286Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-10T05:00:53.286Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-10T05:00:53.286Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-10T05:00:53.286Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-10T05:00:53.286Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-10T05:00:53.286Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-10T05:00:53.286Z] Fetched 224 kB in 0s (0 B/s) [2021-05-10T05:00:53.286Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-10T05:00:53.286Z] Fetched 157 kB in 0s (0 B/s) [2021-05-10T05:00:53.286Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-10T05:00:53.286Z] Fetched 221 kB in 0s (0 B/s) [2021-05-10T05:00:53.286Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-10T05:00:53.286Z] Fetched 143 kB in 0s (0 B/s) [2021-05-10T05:00:53.286Z] Pulling app-service-config [2021-05-10T05:00:53.286Z] + snapcraftctl pull [2021-05-10T05:00:53.286Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-10T05:00:53.545Z] Pulling config-common [2021-05-10T05:00:53.546Z] + snapcraftctl pull [2021-05-10T05:00:57.743Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-10T05:00:57.743Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-10T05:00:57.743Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-10T05:00:57.743Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T05:00:57.743Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-10T05:00:57.743Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T05:00:57.743Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-10T05:00:57.743Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T05:00:57.743Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-10T05:00:57.743Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T05:00:57.743Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-10T05:00:57.743Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T05:00:57.743Z] Pulling edgex-go [2021-05-10T05:00:57.743Z] + snapcraftctl pull [2021-05-10T05:01:19.716Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-10T05:01:19.716Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-10T05:01:19.716Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-10T05:01:19.716Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-10T05:01:19.716Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-10T05:01:19.716Z] Fetched 279 kB in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-10T05:01:19.716Z] Fetched 122 kB in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-10T05:01:19.716Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-10T05:01:19.716Z] Fetched 8848 B in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-10T05:01:19.716Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-10T05:01:19.716Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-10T05:01:19.716Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-10T05:01:19.716Z] Fetched 219 kB in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-10T05:01:19.716Z] Fetched 154 kB in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-10T05:01:19.716Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-10T05:01:19.716Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-10T05:01:19.716Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-10T05:01:19.716Z] Fetched 499 kB in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-10T05:01:19.716Z] Fetched 111 kB in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-10T05:01:19.716Z] Fetched 240 kB in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-10T05:01:19.716Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-10T05:01:19.716Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-10T05:01:19.716Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-10T05:01:19.716Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-10T05:01:19.717Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-10T05:01:19.717Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-10T05:01:19.717Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-10T05:01:19.717Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-10T05:01:19.717Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-10T05:01:19.717Z] Fetched 8720 B in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-10T05:01:19.717Z] Fetched 137 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-10T05:01:19.717Z] Fetched 119 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-10T05:01:19.717Z] Fetched 110 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-10T05:01:19.717Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-10T05:01:19.717Z] Fetched 645 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-10T05:01:19.717Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-10T05:01:19.717Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-10T05:01:19.717Z] Fetched 368 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-10T05:01:19.717Z] Fetched 187 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-10T05:01:19.717Z] Fetched 175 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-10T05:01:19.717Z] Fetched 206 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-10T05:01:19.717Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-10T05:01:19.717Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-10T05:01:19.717Z] Fetched 159 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-10T05:01:19.717Z] Fetched 107 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-10T05:01:19.717Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-10T05:01:19.717Z] Pulling static-packages [2021-05-10T05:01:19.717Z] + snapcraftctl pull [2021-05-10T05:01:19.717Z] Pulling version [2021-05-10T05:01:19.717Z] + cd /root/project [2021-05-10T05:01:19.717Z] + [ -f VERSION ] [2021-05-10T05:01:19.717Z] + PROJECT_VERSION=local-dev [2021-05-10T05:01:19.717Z] + git rev-parse --short HEAD [2021-05-10T05:01:19.717Z] + GIT_REVISION=954dc71b [2021-05-10T05:01:19.717Z] + snapcraftctl set-version local-dev [2021-05-10T05:01:20.663Z] Skipping build go-build-helper (already ran) [2021-05-10T05:01:20.663Z] Building app-service-config [2021-05-10T05:01:20.663Z] + make build [2021-05-10T05:01:20.663Z] go mod tidy [2021-05-10T05:01:23.203Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.55 [2021-05-10T05:01:23.203Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.46 [2021-05-10T05:01:23.203Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-10T05:01:23.203Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.82 [2021-05-10T05:01:23.203Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-10T05:01:23.203Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-10T05:01:23.203Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-10T05:01:23.463Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 [2021-05-10T05:01:23.463Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-10T05:01:23.463Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-10T05:01:23.463Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-10T05:01:23.463Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-10T05:01:23.463Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-10T05:01:23.463Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-10T05:01:23.463Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.18 [2021-05-10T05:01:23.723Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-10T05:01:23.723Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-10T05:01:23.723Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 [2021-05-10T05:01:23.723Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-10T05:01:23.723Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-10T05:01:23.983Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-10T05:01:23.983Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-05-10T05:01:24.244Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-10T05:01:24.244Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-10T05:01:24.244Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-10T05:01:24.244Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-10T05:01:24.244Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-10T05:01:24.506Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-10T05:01:24.506Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-05-10T05:01:24.506Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-10T05:01:24.506Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-10T05:01:24.506Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-10T05:01:24.506Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-05-10T05:01:24.768Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-05-10T05:01:24.768Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-10T05:01:24.768Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-10T05:01:24.768Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-05-10T05:01:24.768Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-10T05:01:24.768Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-10T05:01:24.768Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-05-10T05:01:24.768Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-10T05:01:24.768Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-10T05:01:24.768Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-10T05:01:24.768Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-10T05:01:24.768Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-10T05:01:24.768Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-05-10T05:01:25.045Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-10T05:01:25.045Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-10T05:01:25.045Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-05-10T05:01:25.045Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-10T05:01:25.045Z] go: downloading github.com/miekg/dns v1.1.26 [2021-05-10T05:01:25.045Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-10T05:01:25.045Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-10T05:01:25.045Z] go: downloading golang.org/x/text v0.3.2 [2021-05-10T05:01:25.045Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-10T05:01:25.045Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-10T05:01:25.045Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-05-10T05:01:25.306Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-05-10T05:01:25.306Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-05-10T05:01:25.306Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-05-10T05:01:25.306Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-10T05:01:25.306Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-05-10T05:01:25.306Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-10T05:01:25.306Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-10T05:01:25.306Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-10T05:01:25.306Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-05-10T05:01:25.306Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-10T05:01:25.566Z] go: downloading github.com/kr/pretty v0.2.0 [2021-05-10T05:01:25.566Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-10T05:01:25.566Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-05-10T05:01:25.566Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-05-10T05:01:25.566Z] go: downloading github.com/kr/text v0.1.0 [2021-05-10T05:01:25.566Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-05-10T05:01:25.566Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-05-10T05:01:25.826Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-05-10T05:01:25.826Z] go: downloading github.com/golang/protobuf v1.3.2 [2021-05-10T05:01:25.826Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-05-10T05:01:25.826Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-05-10T05:01:25.826Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-05-10T05:01:26.408Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-10T05:01:36.495Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-10T05:01:36.495Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-10T05:01:36.495Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-10T05:01:36.495Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-10T05:01:38.403Z] Building config-common [2021-05-10T05:01:38.403Z] + snapcraftctl build [2021-05-10T05:01:40.944Z] Building edgex-go [2021-05-10T05:01:40.944Z] + cd /root/parts/edgex-go/src [2021-05-10T05:01:40.944Z] + make build [2021-05-10T05:01:40.944Z] 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-10T05:01:41.514Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-10T05:01:41.514Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-10T05:01:41.514Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.80 [2021-05-10T05:01:41.514Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-10T05:01:41.514Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 [2021-05-10T05:01:41.514Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 [2021-05-10T05:01:41.514Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-10T05:01:45.714Z] 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-10T05:01:48.974Z] 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-10T05:01:51.016Z] 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-10T05:01:52.397Z] 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-10T05:01:54.311Z] 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-10T05:01:54.571Z] 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-10T05:01:56.481Z] 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-10T05:01:56.481Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-10T05:01:56.481Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-10T05:01:58.401Z] 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-10T05:01:59.167Z] Removing intermediate container 3e8c5313ec2f [2021-05-10T05:01:59.167Z] ---> 7b642ec3d6f5 [2021-05-10T05:01:59.167Z] [2021-05-10T05:01:59.167Z] Step 10/31 : FROM alpine:3.12 [2021-05-10T05:01:59.167Z] 3.12: Pulling from library/alpine [2021-05-10T05:01:59.167Z] Removing intermediate container 6c2d61b4fadc [2021-05-10T05:01:59.167Z] ---> 273f45696a78 [2021-05-10T05:01:59.167Z] [2021-05-10T05:01:59.167Z] Step 10/21 : FROM alpine:3.12 [2021-05-10T05:01:59.167Z] 3.12: Pulling from library/alpine [2021-05-10T05:01:59.167Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T05:01:59.167Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T05:01:59.167Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T05:01:59.167Z] ---> 9852663dfa18 [2021-05-10T05:01:59.167Z] Status: Image is up to date for alpine:3.12 [2021-05-10T05:01:59.167Z] ---> 9852663dfa18 [2021-05-10T05:01:59.167Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-10T05:01:59.167Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-10T05:01:59.341Z] 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-10T05:01:59.341Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-10T05:01:59.443Z] ---> Running in 0acdbde13ca6 [2021-05-10T05:01:59.443Z] ---> Running in b3fec0544552 [2021-05-10T05:02:00.429Z] Removing intermediate container b3fec0544552 [2021-05-10T05:02:00.429Z] ---> 3d687fd67caf [2021-05-10T05:02:00.429Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-10T05:02:00.713Z] ---> Running in c1349089f418 [2021-05-10T05:02:00.722Z] 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-10T05:02:01.713Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T05:02:01.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T05:02:02.125Z] 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-10T05:02:02.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T05:02:02.865Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-10T05:02:02.865Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T05:02:02.865Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-10T05:02:02.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T05:02:02.865Z] (4/4) Installing curl (7.76.1-r0) [2021-05-10T05:02:02.865Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T05:02:02.865Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T05:02:03.145Z] OK: 7 MiB in 18 packages [2021-05-10T05:02:03.436Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-10T05:02:03.436Z] (2/2) Installing su-exec (0.2-r1) [2021-05-10T05:02:03.436Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T05:02:03.436Z] OK: 5 MiB in 16 packages [2021-05-10T05:02:03.535Z] 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-10T05:02:03.535Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-10T05:02:05.458Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-10T05:02:05.458Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-10T05:02:05.458Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-10T05:02:05.458Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-10T05:02:05.458Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-10T05:02:05.458Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-10T05:02:05.458Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-10T05:02:05.458Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-10T05:02:05.458Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-10T05:02:05.458Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-10T05:02:05.458Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-10T05:02:05.458Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-10T05:02:05.458Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-10T05:02:05.458Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-10T05:02:05.458Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-10T05:02:05.458Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-10T05:02:05.458Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-10T05:02:05.458Z] + 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-10T05:02:05.458Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-10T05:02:05.458Z] + 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-10T05:02:05.458Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-10T05:02:05.458Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-10T05:02:05.718Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-10T05:02:05.718Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-10T05:02:05.718Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-10T05:02:05.718Z] + 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-10T05:02:06.872Z] Removing intermediate container c1349089f418 [2021-05-10T05:02:06.872Z] ---> 5ad279af7865 [2021-05-10T05:02:06.872Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-10T05:02:06.872Z] Removing intermediate container 0acdbde13ca6 [2021-05-10T05:02:06.872Z] ---> ddaa10d5a2e6 [2021-05-10T05:02:06.872Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T05:02:07.857Z] ---> Running in 3b435421ffc2 [2021-05-10T05:02:07.857Z] ---> Running in 8ddc6ad3f7c9 [2021-05-10T05:02:09.012Z] Building static-packages [2021-05-10T05:02:09.012Z] + snapcraftctl build [2021-05-10T05:02:09.832Z] Removing intermediate container 3b435421ffc2 [2021-05-10T05:02:09.832Z] ---> d580d5f43eaa [2021-05-10T05:02:09.832Z] Step 13/21 : WORKDIR /edgex [2021-05-10T05:02:09.832Z] Removing intermediate container 8ddc6ad3f7c9 [2021-05-10T05:02:09.832Z] ---> f073b7bdf8eb [2021-05-10T05:02:09.832Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-10T05:02:10.106Z] ---> Running in 1666558472da [2021-05-10T05:02:10.106Z] ---> Running in 554cebc97d7f [2021-05-10T05:02:10.376Z] Removing intermediate container d17e803a0323 [2021-05-10T05:02:10.376Z] ---> 2425d87e6846 [2021-05-10T05:02:10.376Z] [2021-05-10T05:02:10.376Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T05:02:10.376Z] ---> 9852663dfa18 [2021-05-10T05:02:10.376Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-10T05:02:10.376Z] Removing intermediate container 148b72230638 [2021-05-10T05:02:10.376Z] ---> cd8fd1e2531e [2021-05-10T05:02:10.376Z] [2021-05-10T05:02:10.377Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T05:02:10.377Z] ---> 9852663dfa18 [2021-05-10T05:02:10.377Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-10T05:02:10.918Z] Building version [2021-05-10T05:02:10.918Z] + snapcraftctl build [2021-05-10T05:02:10.985Z] ---> Running in 6976f20089c4 [2021-05-10T05:02:10.985Z] ---> Running in a8c7cebc74d0 [2021-05-10T05:02:10.985Z] Removing intermediate container 554cebc97d7f [2021-05-10T05:02:10.985Z] ---> 41b991f82c03 [2021-05-10T05:02:10.985Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-10T05:02:10.985Z] Removing intermediate container 1666558472da [2021-05-10T05:02:10.985Z] ---> f062f511f288 [2021-05-10T05:02:10.985Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-10T05:02:11.260Z] ---> Running in 996df547710c [2021-05-10T05:02:12.722Z] ---> 7cad54b781fa [2021-05-10T05:02:12.722Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-10T05:02:13.000Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T05:02:13.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T05:02:13.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T05:02:13.456Z] Skipping stage go-build-helper (already ran) [2021-05-10T05:02:13.456Z] Staging app-service-config [2021-05-10T05:02:13.456Z] + snapcraftctl stage [2021-05-10T05:02:13.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T05:02:14.153Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-10T05:02:14.153Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T05:02:14.153Z] OK: 5 MiB in 15 packages [2021-05-10T05:02:14.153Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-10T05:02:14.393Z] Staging config-common [2021-05-10T05:02:14.393Z] + snapcraftctl stage [2021-05-10T05:02:14.455Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-10T05:02:14.455Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T05:02:14.455Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T05:02:14.455Z] OK: 6 MiB in 16 packages [2021-05-10T05:02:14.735Z] ---> b951e5ad48e2 [2021-05-10T05:02:14.735Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-10T05:02:15.007Z] Removing intermediate container 996df547710c [2021-05-10T05:02:15.007Z] ---> 060ed44bb7b2 [2021-05-10T05:02:15.007Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-10T05:02:15.288Z] ---> Running in 046e98cc5905 [2021-05-10T05:02:15.773Z] Staging edgex-go [2021-05-10T05:02:15.773Z] + snapcraftctl stage [2021-05-10T05:02:15.883Z] Removing intermediate container 6976f20089c4 [2021-05-10T05:02:15.883Z] ---> e00d26cd3b24 [2021-05-10T05:02:15.883Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T05:02:16.153Z] Removing intermediate container 046e98cc5905 [2021-05-10T05:02:16.153Z] ---> 43b2a597a9f0 [2021-05-10T05:02:16.153Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-10T05:02:16.428Z] ---> Running in e260960110fc [2021-05-10T05:02:16.713Z] Staging static-packages [2021-05-10T05:02:16.713Z] + snapcraftctl stage [2021-05-10T05:02:17.029Z] ---> 7d798e3762c5 [2021-05-10T05:02:17.029Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-10T05:02:17.029Z] ---> Running in 9ff1c6c26afe [2021-05-10T05:02:17.300Z] Removing intermediate container e260960110fc [2021-05-10T05:02:17.300Z] ---> 08ca59114c35 [2021-05-10T05:02:17.300Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-10T05:02:17.300Z] Removing intermediate container a8c7cebc74d0 [2021-05-10T05:02:17.300Z] ---> ff476033f6c4 [2021-05-10T05:02:17.300Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T05:02:17.300Z] ---> 44c3669c6fe3 [2021-05-10T05:02:17.300Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-10T05:02:17.571Z] ---> Running in 962950fef215 [2021-05-10T05:02:17.571Z] ---> Running in 1ebd158d0c81 [2021-05-10T05:02:17.571Z] ---> Running in e18318ad2e0e [2021-05-10T05:02:17.846Z] Removing intermediate container 9ff1c6c26afe [2021-05-10T05:02:17.846Z] ---> 5e6a619346c1 [2021-05-10T05:02:17.846Z] Step 18/21 : CMD ["--init=true"] [2021-05-10T05:02:18.092Z] Staging version [2021-05-10T05:02:18.092Z] + snapcraftctl stage [2021-05-10T05:02:18.117Z] ---> Running in cd35d063a3d5 [2021-05-10T05:02:18.117Z] Removing intermediate container 962950fef215 [2021-05-10T05:02:18.117Z] ---> a506a16b7611 [2021-05-10T05:02:18.117Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T05:02:18.396Z] Removing intermediate container 1ebd158d0c81 [2021-05-10T05:02:18.396Z] ---> a3cabe2313df [2021-05-10T05:02:18.396Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-10T05:02:18.669Z] ---> Running in 45c42ede8973 [2021-05-10T05:02:18.942Z] ---> Running in 3285476a899c [2021-05-10T05:02:19.031Z] Priming go-build-helper [2021-05-10T05:02:19.031Z] + snapcraftctl prime [2021-05-10T05:02:19.228Z] Removing intermediate container cd35d063a3d5 [2021-05-10T05:02:19.228Z] ---> cb8d70a925b7 [2021-05-10T05:02:19.228Z] Step 19/21 : LABEL arch=arm64 [2021-05-10T05:02:19.837Z] ---> Running in 9ceeecd62661 [2021-05-10T05:02:19.967Z] Priming app-service-config [2021-05-10T05:02:20.111Z] Removing intermediate container 45c42ede8973 [2021-05-10T05:02:20.111Z] Removing intermediate container 3285476a899c [2021-05-10T05:02:20.111Z] ---> 9187263f4b4f [2021-05-10T05:02:20.111Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T05:02:20.111Z] ---> 6f24e624298a [2021-05-10T05:02:20.111Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T05:02:20.227Z] + snapcraftctl prime [2021-05-10T05:02:20.708Z] ---> Running in 238930624d5c [2021-05-10T05:02:20.979Z] Removing intermediate container 9ceeecd62661 [2021-05-10T05:02:20.980Z] ---> 92c8a886d88f [2021-05-10T05:02:20.980Z] Step 20/21 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T05:02:21.256Z] ---> 8ddf75c6be96 [2021-05-10T05:02:21.256Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-10T05:02:21.256Z] Removing intermediate container e18318ad2e0e [2021-05-10T05:02:21.256Z] ---> 6e91e996d35a [2021-05-10T05:02:21.256Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T05:02:21.256Z] Removing intermediate container a7d9ddfe71da [2021-05-10T05:02:21.256Z] ---> b73e85d7f320 [2021-05-10T05:02:21.256Z] [2021-05-10T05:02:21.256Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T05:02:21.256Z] ---> 9852663dfa18 [2021-05-10T05:02:21.256Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-10T05:02:21.256Z] ---> Running in bbe32eac5318 [2021-05-10T05:02:21.533Z] Removing intermediate container 238930624d5c [2021-05-10T05:02:21.533Z] ---> f9c6df450ec4 [2021-05-10T05:02:21.533Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T05:02:21.533Z] ---> Running in 911f7b7aaf2c [2021-05-10T05:02:21.605Z] Priming config-common [2021-05-10T05:02:21.605Z] + snapcraftctl prime [2021-05-10T05:02:22.533Z] Removing intermediate container bbe32eac5318 [2021-05-10T05:02:22.533Z] ---> 5b5967b3a0d0 [2021-05-10T05:02:22.533Z] Step 21/21 : LABEL version=0.0.0 [2021-05-10T05:02:22.534Z] ---> Running in 0c257bd34fe4 [2021-05-10T05:02:22.534Z] Removing intermediate container 911f7b7aaf2c [2021-05-10T05:02:22.534Z] ---> 4da592d5ae24 [2021-05-10T05:02:22.534Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-10T05:02:22.541Z] Priming edgex-go [2021-05-10T05:02:22.541Z] + snapcraftctl prime [2021-05-10T05:02:22.808Z] ---> f399c63cd160 [2021-05-10T05:02:22.808Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-10T05:02:22.808Z] ---> 80de08cdfb5c [2021-05-10T05:02:22.808Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-10T05:02:22.808Z] ---> 6a5b6a9ac934 [2021-05-10T05:02:22.808Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-10T05:02:22.808Z] ---> Running in c6169ab28b35 [2021-05-10T05:02:23.403Z] Removing intermediate container 0c257bd34fe4 [2021-05-10T05:02:23.403Z] ---> fe8043860f53 [2021-05-10T05:02:23.403Z] [2021-05-10T05:02:23.919Z] Priming static-packages [2021-05-10T05:02:23.919Z] + snapcraftctl prime [2021-05-10T05:02:24.010Z] Removing intermediate container c6169ab28b35 [2021-05-10T05:02:24.010Z] ---> a45ef639a897 [2021-05-10T05:02:24.010Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-10T05:02:24.010Z] Successfully built fe8043860f53 [2021-05-10T05:02:24.010Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-10T05:02:24.010Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-05-10T05:02:24.607Z] ---> Running in dd13e1871b8d [2021-05-10T05:02:24.607Z] ---> 2915ae2c02df [2021-05-10T05:02:24.607Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-10T05:02:24.884Z] ---> afc80142a625 [2021-05-10T05:02:24.884Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-10T05:02:24.884Z] ---> 17149993b816 [2021-05-10T05:02:24.884Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-10T05:02:24.884Z] ---> Running in 1dd7ab00bd5b [2021-05-10T05:02:25.166Z] Removing intermediate container dd13e1871b8d [2021-05-10T05:02:25.166Z] ---> 57e189532648 [2021-05-10T05:02:25.166Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T05:02:25.447Z] Removing intermediate container 1dd7ab00bd5b [2021-05-10T05:02:25.447Z] ---> c90c1d364d42 [2021-05-10T05:02:25.447Z] ---> Running in ecc619d89741 [2021-05-10T05:02:25.447Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T05:02:26.434Z] ---> Running in 630fb1d0fd54 [2021-05-10T05:02:26.435Z] ---> 2af1c5ae039f [2021-05-10T05:02:26.435Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-10T05:02:26.457Z] Priming version [2021-05-10T05:02:26.457Z] + snapcraftctl prime [2021-05-10T05:02:26.706Z] ---> 114c5a1cc5f6 [2021-05-10T05:02:26.706Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-10T05:02:27.323Z] ---> Running in ad323bd4fa86 [2021-05-10T05:02:27.394Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-05-10T05:02:27.597Z] Removing intermediate container 630fb1d0fd54 [2021-05-10T05:02:27.597Z] ---> daa6b0834505 [2021-05-10T05:02:27.597Z] Step 20/22 : LABEL arch=arm64 [2021-05-10T05:02:27.868Z] ---> e6536b7b9819 [2021-05-10T05:02:27.868Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-10T05:02:27.868Z] Removing intermediate container ad323bd4fa86 [2021-05-10T05:02:27.868Z] ---> aa8d36827161 [2021-05-10T05:02:27.868Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T05:02:27.868Z] ---> Running in 4ae469aa3cef [2021-05-10T05:02:28.151Z] ---> Running in 36a3eb9d68ee [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T05:02:29.136Z] Removing intermediate container 36a3eb9d68ee [2021-05-10T05:02:29.136Z] Removing intermediate container 4ae469aa3cef [2021-05-10T05:02:29.136Z] ---> 97a4d070c819 [2021-05-10T05:02:29.136Z] Step 21/22 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T05:02:29.136Z] ---> a15994a57421 [2021-05-10T05:02:29.136Z] Step 20/22 : LABEL arch=arm64 [2021-05-10T05:02:29.136Z] ---> 2234480abbb7 [2021-05-10T05:02:29.136Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-10T05:02:30.115Z] ---> Running in 7058641ac581 [2021-05-10T05:02:30.115Z] ---> Running in 779958804b24 [2021-05-10T05:02:30.115Z] ---> Running in 12b4383ddd53 [2021-05-10T05:02:30.115Z] Removing intermediate container ecc619d89741 [2021-05-10T05:02:30.115Z] ---> b4a64c00ae36 [2021-05-10T05:02:30.115Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-10T05:02:30.387Z] ---> Running in ca283d6671ff [2021-05-10T05:02:30.662Z] Removing intermediate container 779958804b24 [2021-05-10T05:02:30.662Z] ---> 02ab6c3ee70f [2021-05-10T05:02:30.662Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T05:02:30.662Z] Removing intermediate container 12b4383ddd53 [2021-05-10T05:02:30.941Z] ---> 74597e5c231d [2021-05-10T05:02:30.941Z] Removing intermediate container 7058641ac581 [2021-05-10T05:02:30.941Z] Step 21/22 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 ---> 8a850d7ef777 [2021-05-10T05:02:30.941Z] [2021-05-10T05:02:30.941Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-10T05:02:30.941Z] ---> Running in 55022d032e06 [2021-05-10T05:02:31.217Z] ---> Running in bc735934a4f7 [2021-05-10T05:02:31.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T05:02:31.854Z] Removing intermediate container bc735934a4f7 [2021-05-10T05:02:31.854Z] ---> a66fc80e00ab [2021-05-10T05:02:31.854Z] [2021-05-10T05:02:31.854Z] Removing intermediate container 55022d032e06 [2021-05-10T05:02:31.854Z] ---> dcc0135eced4 [2021-05-10T05:02:31.854Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T05:02:32.133Z] ---> b2a6d54162ba [2021-05-10T05:02:32.133Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-10T05:02:32.133Z] ---> Running in 7179cfd1532c [2021-05-10T05:02:32.409Z] Successfully built a66fc80e00ab [2021-05-10T05:02:32.409Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-10T05:02:32.409Z] Building docker-security-secretstore-setup-go [2021-05-10T05:02:32.694Z]  Building docker-support-scheduler-go ... done  ---> Running in da4d10d34e87 [2021-05-10T05:02:32.984Z] Removing intermediate container 7179cfd1532c [2021-05-10T05:02:32.984Z] ---> 062f084ceaf0 [2021-05-10T05:02:32.984Z] [2021-05-10T05:02:32.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T05:02:33.589Z] Successfully built 062f084ceaf0 [2021-05-10T05:02:33.589Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-10T05:02:33.589Z] Building docker-core-metadata-go [2021-05-10T05:02:34.192Z]  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-05-10T05:02:34.192Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-10T05:02:34.473Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-10T05:02:34.473Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-10T05:02:35.080Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-10T05:02:35.080Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-10T05:02:35.356Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T05:02:35.356Z] OK: 8 MiB in 20 packages [2021-05-10T05:02:35.632Z] Removing intermediate container da4d10d34e87 [2021-05-10T05:02:35.632Z] ---> 177dff6518c9 [2021-05-10T05:02:35.632Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-10T05:02:37.081Z] ---> Running in debdb71018d7 [2021-05-10T05:02:38.529Z] Removing intermediate container debdb71018d7 [2021-05-10T05:02:38.529Z] ---> c453bda6c3ce [2021-05-10T05:02:38.529Z] Step 28/31 : CMD ["gate"] [2021-05-10T05:02:38.803Z] Removing intermediate container ca283d6671ff [2021-05-10T05:02:38.803Z] ---> 9168ab34d39f [2021-05-10T05:02:38.803Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T05:02:39.806Z] ---> Running in 631219efc7c0 [2021-05-10T05:02:40.784Z] ---> d06190e54cd3 [2021-05-10T05:02:40.784Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-10T05:02:41.069Z] Removing intermediate container 631219efc7c0 [2021-05-10T05:02:41.069Z] ---> 7bbf335900ed [2021-05-10T05:02:41.069Z] Step 29/31 : LABEL arch=arm64 [2021-05-10T05:02:42.513Z] ---> Running in 2f301940110f [2021-05-10T05:02:42.513Z] ---> 0e56aadd87fd [2021-05-10T05:02:42.513Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-10T05:02:43.112Z] Removing intermediate container 2f301940110f [2021-05-10T05:02:43.112Z] ---> 9aa972af6bd2 [2021-05-10T05:02:43.112Z] Step 30/31 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T05:02:43.384Z] ---> Running in 8ad18a947c2f [2021-05-10T05:02:43.660Z] ---> 9b65d029d4b3 [2021-05-10T05:02:43.660Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-10T05:02:43.933Z] ---> Running in 15c7600822b8 [2021-05-10T05:02:44.530Z] Removing intermediate container 8ad18a947c2f [2021-05-10T05:02:44.530Z] ---> 5e334a1e2bb5 [2021-05-10T05:02:44.530Z] Step 31/31 : LABEL version=0.0.0 [2021-05-10T05:02:45.127Z] Removing intermediate container 15c7600822b8 [2021-05-10T05:02:45.127Z] ---> cd00c153f124 [2021-05-10T05:02:45.127Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T05:02:46.108Z] ---> Running in f84c46e70e4a [2021-05-10T05:02:46.108Z] ---> Running in 664b02448c0e [2021-05-10T05:02:47.534Z] Removing intermediate container f84c46e70e4a [2021-05-10T05:02:47.534Z] ---> f3b994cea2a9 [2021-05-10T05:02:47.534Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T05:02:47.534Z] Removing intermediate container 664b02448c0e [2021-05-10T05:02:47.534Z] ---> b4bb061d70ea [2021-05-10T05:02:47.534Z] [2021-05-10T05:02:48.131Z] Successfully built b4bb061d70ea [2021-05-10T05:02:48.408Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-10T05:02:48.408Z] Building docker-core-command-go [2021-05-10T05:02:48.408Z]  Building docker-security-bootstrapper-go ... done  ---> Running in b6aeae50a4f2 [2021-05-10T05:02:49.006Z] Removing intermediate container b6aeae50a4f2 [2021-05-10T05:02:49.006Z] ---> 017a51e62368 [2021-05-10T05:02:49.006Z] Step 22/23 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T05:02:49.279Z] ---> Running in 02c9e5776f82 [2021-05-10T05:02:49.551Z] Removing intermediate container 02c9e5776f82 [2021-05-10T05:02:49.551Z] ---> 5e6b30505450 [2021-05-10T05:02:49.551Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T05:02:49.823Z] ---> Running in dcc8d84c7c76 [2021-05-10T05:02:50.416Z] Removing intermediate container dcc8d84c7c76 [2021-05-10T05:02:50.416Z] ---> b085ea295d19 [2021-05-10T05:02:50.416Z] [2021-05-10T05:02:50.692Z] Successfully built b085ea295d19 [2021-05-10T05:02:50.692Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-10T05:03:00.850Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T05:03:00.850Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T05:03:00.850Z] ---> f1680b57551c [2021-05-10T05:03:00.850Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T05:03:00.850Z] ---> Using cache [2021-05-10T05:03:00.850Z] ---> 0477b4f09560 [2021-05-10T05:03:00.850Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T05:03:00.850Z] ---> Using cache [2021-05-10T05:03:00.850Z] ---> e48b65ed1092 [2021-05-10T05:03:00.850Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-10T05:03:02.834Z] ---> Running in 5d20bc5ea16e [2021-05-10T05:03:03.812Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T05:03:05.783Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T05:03:06.768Z] OK: 218 MiB in 52 packages [2021-05-10T05:03:10.170Z] Removing intermediate container 5d20bc5ea16e [2021-05-10T05:03:10.170Z] ---> 7253e5a9d895 [2021-05-10T05:03:10.170Z] Step 6/23 : COPY go.mod . [2021-05-10T05:03:10.443Z] ---> 756f9fa85d95 [2021-05-10T05:03:10.443Z] Step 7/23 : RUN go mod download [2021-05-10T05:03:11.044Z] ---> Running in 391644fe435b [2021-05-10T05:03:15.353Z] Removing intermediate container 391644fe435b [2021-05-10T05:03:15.353Z] ---> 1bc0054dabed [2021-05-10T05:03:15.353Z] Step 8/23 : COPY . . [2021-05-10T05:03:18.003Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T05:03:18.003Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-10T05:03:18.003Z] ---> f1680b57551c [2021-05-10T05:03:18.003Z] Step 3/25 : WORKDIR /edgex-go [2021-05-10T05:03:18.003Z] ---> Using cache [2021-05-10T05:03:18.003Z] ---> 0477b4f09560 [2021-05-10T05:03:18.003Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T05:03:18.003Z] ---> Using cache [2021-05-10T05:03:18.003Z] ---> e48b65ed1092 [2021-05-10T05:03:18.003Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-10T05:03:18.003Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T05:03:18.003Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T05:03:18.003Z] ---> f1680b57551c [2021-05-10T05:03:18.003Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T05:03:18.003Z] ---> Using cache [2021-05-10T05:03:18.003Z] ---> 0477b4f09560 [2021-05-10T05:03:18.003Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T05:03:18.003Z] ---> Using cache [2021-05-10T05:03:18.003Z] ---> e48b65ed1092 [2021-05-10T05:03:18.003Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T05:03:21.409Z] ---> Running in 3537f3903c20 [2021-05-10T05:03:21.409Z] ---> Running in 90ca3bc59f3b [2021-05-10T05:03:22.388Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T05:03:22.388Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T05:03:22.388Z] ---> f1680b57551c [2021-05-10T05:03:22.388Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T05:03:22.388Z] ---> Using cache [2021-05-10T05:03:22.388Z] ---> 0477b4f09560 [2021-05-10T05:03:22.388Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T05:03:22.388Z] ---> Using cache [2021-05-10T05:03:22.388Z] ---> e48b65ed1092 [2021-05-10T05:03:22.388Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T05:03:22.990Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T05:03:22.990Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T05:03:23.969Z] ---> Running in 575e0bdf9f4a [2021-05-10T05:03:24.946Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T05:03:24.946Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T05:03:25.222Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T05:03:26.218Z] OK: 218 MiB in 52 packages [2021-05-10T05:03:26.824Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T05:03:27.423Z] OK: 218 MiB in 52 packages [2021-05-10T05:03:28.020Z] OK: 218 MiB in 52 packages [2021-05-10T05:03:29.007Z] ---> 5b8c37951e80 [2021-05-10T05:03:29.007Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-10T05:03:29.007Z] Removing intermediate container 90ca3bc59f3b [2021-05-10T05:03:29.007Z] ---> f2534b1dbd57 [2021-05-10T05:03:29.007Z] Step 6/23 : COPY go.mod . [2021-05-10T05:03:29.007Z] ---> Running in 6cdedefd05db [2021-05-10T05:03:29.282Z] Removing intermediate container 3537f3903c20 [2021-05-10T05:03:29.282Z] ---> fe1e0c1f6599 [2021-05-10T05:03:29.282Z] Step 6/25 : COPY go.mod . [2021-05-10T05:03:29.572Z] Removing intermediate container 575e0bdf9f4a [2021-05-10T05:03:29.572Z] ---> f92d46bd4a79 [2021-05-10T05:03:29.572Z] Step 6/23 : COPY go.mod . [2021-05-10T05:03:29.842Z] ---> ffea4a6515f5 [2021-05-10T05:03:29.842Z] Step 7/23 : RUN go mod download [2021-05-10T05:03:30.111Z] ---> Running in 2b07a4163152 [2021-05-10T05:03:30.111Z] ---> 17dd486d6a2b [2021-05-10T05:03:30.111Z] Step 7/25 : RUN go mod download [2021-05-10T05:03:30.384Z] ---> Running in 3126521f25aa [2021-05-10T05:03:30.384Z] 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-10T05:03:30.665Z] ---> b044d528b2d5 [2021-05-10T05:03:30.665Z] Step 7/23 : RUN go mod download [2021-05-10T05:03:30.665Z] ---> Running in e8581085fd76 [2021-05-10T05:03:34.071Z] Removing intermediate container 2b07a4163152 [2021-05-10T05:03:34.071Z] ---> f0eef4686c57 [2021-05-10T05:03:34.071Z] Step 8/23 : COPY . . [2021-05-10T05:03:34.669Z] Removing intermediate container 3126521f25aa [2021-05-10T05:03:34.670Z] ---> 7ffd2a3c183d [2021-05-10T05:03:34.670Z] Step 8/25 : COPY . . [2021-05-10T05:03:34.670Z] Removing intermediate container e8581085fd76 [2021-05-10T05:03:34.670Z] ---> 312d70991212 [2021-05-10T05:03:34.670Z] Step 8/23 : COPY . . [2021-05-10T05:04:13.708Z] ---> 2e0980039247 [2021-05-10T05:04:13.708Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-10T05:04:13.708Z] ---> ad997f513427 [2021-05-10T05:04:13.708Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-10T05:04:13.708Z] ---> 9f455ac10267 [2021-05-10T05:04:13.708Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-10T05:04:13.708Z] ---> Running in e65918569915 [2021-05-10T05:04:13.708Z] ---> Running in 9e4e419eab14 [2021-05-10T05:04:13.708Z] ---> Running in f5933fc8918c [2021-05-10T05:04:13.708Z] 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-10T05:04:13.708Z] 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-10T05:04:13.708Z] 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-10T05:04:17.183Z] Removing intermediate container 6cdedefd05db [2021-05-10T05:04:17.183Z] ---> 9555427a9f12 [2021-05-10T05:04:17.183Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-10T05:04:17.183Z] ---> Running in 8c5d7084c4d9 [2021-05-10T05:04:19.173Z] 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-10T05:04:23.496Z] Removing intermediate container 8c5d7084c4d9 [2021-05-10T05:04:23.496Z] ---> fb4e8ff945bd [2021-05-10T05:04:23.496Z] [2021-05-10T05:04:23.496Z] Step 11/23 : FROM docker:20.10.0 [2021-05-10T05:04:23.496Z] 20.10.0: Pulling from library/docker [2021-05-10T05:04:38.599Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-10T05:04:38.599Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-10T05:04:38.599Z] ---> eeaf43b92773 [2021-05-10T05:04:38.599Z] 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-10T05:04:39.200Z] ---> Running in 716a07034ae6 [2021-05-10T05:04:40.190Z] Removing intermediate container 716a07034ae6 [2021-05-10T05:04:40.190Z] ---> 8f96ec47cdb6 [2021-05-10T05:04:40.190Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-10T05:04:40.190Z] ---> Running in 9e843363c403 [2021-05-10T05:04:42.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T05:04:42.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T05:04:42.777Z] (1/39) Installing readline (8.0.4-r0) [2021-05-10T05:04:42.777Z] (2/39) Installing bash (5.0.17-r0) [2021-05-10T05:04:43.051Z] Executing bash-5.0.17-r0.post-install [2021-05-10T05:04:43.051Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T05:04:43.051Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-10T05:04:43.051Z] (5/39) Installing curl (7.76.1-r0) [2021-05-10T05:04:43.051Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-10T05:04:43.051Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-10T05:04:43.051Z] (8/39) Installing expat (2.2.9-r1) [2021-05-10T05:04:43.051Z] (9/39) Installing libffi (3.3-r2) [2021-05-10T05:04:43.051Z] (10/39) Installing gdbm (1.13-r1) [2021-05-10T05:04:43.051Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-10T05:04:43.051Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-10T05:04:43.051Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-10T05:04:45.031Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-10T05:04:45.031Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-10T05:04:45.031Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-10T05:04:45.031Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-10T05:04:45.031Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-10T05:04:45.031Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-10T05:04:45.031Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-10T05:04:45.031Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-10T05:04:45.306Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-10T05:04:45.306Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-10T05:04:45.306Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-10T05:04:45.306Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-10T05:04:45.306Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-10T05:04:45.306Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-10T05:04:45.306Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-10T05:04:45.306Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-10T05:04:45.580Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-10T05:04:45.580Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-10T05:04:45.580Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-10T05:04:45.580Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-10T05:04:45.580Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-10T05:04:45.580Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-10T05:04:45.580Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-10T05:04:45.580Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-10T05:04:45.580Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-10T05:04:45.580Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-10T05:04:45.856Z] Executing busybox-1.31.1-r19.trigger [2021-05-10T05:04:45.856Z] OK: 72 MiB in 59 packages [2021-05-10T05:04:51.265Z] Collecting docker-compose==1.23.2 [2021-05-10T05:04:51.265Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-10T05:04:51.862Z] Collecting jsonschema<3,>=2.5.1 [2021-05-10T05:04:51.862Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-10T05:04:53.303Z] Collecting PyYAML<4,>=3.10 [2021-05-10T05:04:53.303Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-10T05:04:56.696Z] Collecting docopt<0.7,>=0.6.1 [2021-05-10T05:04:56.696Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-10T05:04:59.325Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-10T05:04:59.326Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-10T05:05:01.306Z] 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-10T05:05:01.907Z] Collecting docker<4.0,>=3.6.0 [2021-05-10T05:05:01.907Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-10T05:05:02.893Z] Collecting cached-property<2,>=1.2.0 [2021-05-10T05:05:02.893Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-10T05:05:03.492Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-10T05:05:03.492Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-10T05:05:04.092Z] Collecting texttable<0.10,>=0.9.0 [2021-05-10T05:05:04.092Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-10T05:05:07.522Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-10T05:05:07.522Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-10T05:05:07.799Z] Collecting docker-pycreds>=0.4.0 [2021-05-10T05:05:07.799Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-10T05:05:08.076Z] Collecting idna<2.8,>=2.5 [2021-05-10T05:05:08.076Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-10T05:05:08.353Z] 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-10T05:05:08.354Z] 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-10T05:05:08.953Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-10T05:05:08.953Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-10T05:05:09.229Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-10T05:05:09.229Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-10T05:05:09.229Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-10T05:05:09.229Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-10T05:05:10.220Z] Installing collected packages: jsonschema, PyYAML, docopt, dockerpty, docker-pycreds, idna, urllib3, requests, websocket-client, docker, cached-property, texttable, docker-compose [2021-05-10T05:05:10.497Z] Running setup.py install for PyYAML: started [2021-05-10T05:05:13.133Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-10T05:05:13.133Z] Running setup.py install for docopt: started [2021-05-10T05:05:16.137Z] Running setup.py install for docopt: finished with status 'done' [2021-05-10T05:05:16.137Z] Running setup.py install for dockerpty: started [2021-05-10T05:05:19.656Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-10T05:05:19.954Z] Attempting uninstall: idna [2021-05-10T05:05:19.954Z] Found existing installation: idna 2.9 [2021-05-10T05:05:19.954Z] Uninstalling idna-2.9: [2021-05-10T05:05:20.238Z] Successfully uninstalled idna-2.9 [2021-05-10T05:05:21.237Z] Attempting uninstall: urllib3 [2021-05-10T05:05:21.237Z] Found existing installation: urllib3 1.25.9 [2021-05-10T05:05:21.237Z] Uninstalling urllib3-1.25.9: [2021-05-10T05:05:21.237Z] Successfully uninstalled urllib3-1.25.9 [2021-05-10T05:05:21.842Z] Attempting uninstall: requests [2021-05-10T05:05:21.842Z] Found existing installation: requests 2.23.0 [2021-05-10T05:05:21.842Z] Uninstalling requests-2.23.0: [2021-05-10T05:05:22.121Z] Successfully uninstalled requests-2.23.0 [2021-05-10T05:05:24.120Z] Running setup.py install for texttable: started [2021-05-10T05:05:26.117Z] Running setup.py install for texttable: finished with status 'done' [2021-05-10T05:05:27.597Z] 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-10T05:05:37.834Z] 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-10T05:05:40.519Z] Removing intermediate container 9e843363c403 [2021-05-10T05:05:40.519Z] ---> 62202faedf2c [2021-05-10T05:05:40.519Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-10T05:05:40.806Z] ---> Running in 098b73b6f8fe [2021-05-10T05:05:41.814Z] Removing intermediate container 098b73b6f8fe [2021-05-10T05:05:41.814Z] ---> b4b35a9d31b2 [2021-05-10T05:05:41.814Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-10T05:05:41.814Z] ---> Running in 768e47df3fc0 [2021-05-10T05:05:42.819Z] Removing intermediate container 768e47df3fc0 [2021-05-10T05:05:42.819Z] ---> 8dc07f66bb02 [2021-05-10T05:05:42.819Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-10T05:05:45.485Z] ---> addce3b1abf2 [2021-05-10T05:05:45.485Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-10T05:05:46.993Z] ---> 8e841616c54b [2021-05-10T05:05:46.993Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-10T05:05:48.447Z] Removing intermediate container 9e4e419eab14 [2021-05-10T05:05:48.447Z] ---> dc642dd81f93 [2021-05-10T05:05:48.447Z] [2021-05-10T05:05:48.447Z] Step 10/25 : FROM alpine:3.12 [2021-05-10T05:05:48.447Z] ---> 9852663dfa18 [2021-05-10T05:05:48.447Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-10T05:05:48.447Z] ---> Running in c22420f13c29 [2021-05-10T05:05:48.722Z] ---> 3e4b355f905b [2021-05-10T05:05:48.722Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-10T05:05:49.000Z] ---> Running in 74ba1d58a960 [2021-05-10T05:05:50.004Z] Removing intermediate container 74ba1d58a960 [2021-05-10T05:05:50.004Z] ---> af0ecfa9ac6f [2021-05-10T05:05:50.004Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T05:05:50.004Z] ---> Running in ea7ae9eed4bc [2021-05-10T05:05:50.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T05:05:50.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T05:05:50.894Z] Removing intermediate container ea7ae9eed4bc [2021-05-10T05:05:50.894Z] ---> 19c42bdd75b9 [2021-05-10T05:05:50.894Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T05:05:51.510Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-10T05:05:51.510Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T05:05:51.510Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-10T05:05:51.510Z] (4/6) Installing curl (7.76.1-r0) [2021-05-10T05:05:51.510Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-10T05:05:51.510Z] ---> Running in 64bf85690f87 [2021-05-10T05:05:51.510Z] (6/6) Installing su-exec (0.2-r1) [2021-05-10T05:05:51.510Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T05:05:51.510Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T05:05:51.791Z] OK: 7 MiB in 20 packages [2021-05-10T05:05:52.788Z] Removing intermediate container 64bf85690f87 [2021-05-10T05:05:52.788Z] ---> d165b3296718 [2021-05-10T05:05:52.788Z] Step 22/23 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T05:05:53.067Z] ---> Running in 84b6b1f3a1ed [2021-05-10T05:05:54.065Z] Removing intermediate container 84b6b1f3a1ed [2021-05-10T05:05:54.065Z] ---> fb8e588285ef [2021-05-10T05:05:54.065Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T05:05:54.065Z] ---> Running in bc1b3ff76c05 [2021-05-10T05:05:54.342Z] Removing intermediate container c22420f13c29 [2021-05-10T05:05:54.342Z] ---> a44943765fc9 [2021-05-10T05:05:54.342Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T05:05:54.342Z] Removing intermediate container e65918569915 [2021-05-10T05:05:54.342Z] ---> 918f0100ccf7 [2021-05-10T05:05:54.342Z] [2021-05-10T05:05:54.342Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T05:05:54.342Z] ---> 9852663dfa18 [2021-05-10T05:05:54.342Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T05:05:54.342Z] ---> Using cache [2021-05-10T05:05:54.342Z] ---> e00d26cd3b24 [2021-05-10T05:05:54.342Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T05:05:54.342Z] ---> Using cache [2021-05-10T05:05:54.342Z] ---> 08ca59114c35 [2021-05-10T05:05:54.342Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-10T05:05:54.619Z] ---> Running in 5e8cc9d6effd [2021-05-10T05:05:54.619Z] ---> Running in b15112638742 [2021-05-10T05:05:54.896Z] Removing intermediate container bc1b3ff76c05 [2021-05-10T05:05:54.896Z] ---> 86216aff8afc [2021-05-10T05:05:54.896Z] [2021-05-10T05:05:55.519Z] Removing intermediate container 5e8cc9d6effd [2021-05-10T05:05:55.519Z] ---> de40e0d7db97 [2021-05-10T05:05:55.519Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T05:05:55.519Z] Successfully built 86216aff8afc [2021-05-10T05:05:55.519Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-10T05:05:55.519Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container b15112638742 [2021-05-10T05:05:55.519Z] ---> 4f0e09a34251 [2021-05-10T05:05:55.519Z] Step 13/25 : WORKDIR / [2021-05-10T05:05:55.519Z] ---> Running in ddac433b27e0 [2021-05-10T05:05:56.124Z] ---> Running in 0d84d4d8d511 [2021-05-10T05:05:56.408Z] Removing intermediate container ddac433b27e0 [2021-05-10T05:05:56.408Z] ---> c77d6739a449 [2021-05-10T05:05:56.408Z] Step 15/23 : WORKDIR / [2021-05-10T05:05:56.408Z] ---> Running in 250dc5569d36 [2021-05-10T05:05:56.684Z] Removing intermediate container 0d84d4d8d511 [2021-05-10T05:05:56.684Z] ---> fd4aa2e87299 [2021-05-10T05:05:56.684Z] 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-10T05:05:57.301Z] Removing intermediate container 250dc5569d36 [2021-05-10T05:05:57.301Z] ---> d4a032ec8632 [2021-05-10T05:05:57.301Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T05:05:57.577Z] ---> 06b49e44c6d1 [2021-05-10T05:05:57.577Z] 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-10T05:05:58.191Z] ---> 307843cf2c58 [2021-05-10T05:05:58.191Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-10T05:05:58.806Z] ---> 537ccc955319 [2021-05-10T05:05:58.806Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-10T05:06:00.247Z] ---> 04c87d204f95 [2021-05-10T05:06:00.247Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-10T05:06:00.247Z] ---> 0490424f037b [2021-05-10T05:06:00.247Z] 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-10T05:06:00.247Z] Removing intermediate container f5933fc8918c [2021-05-10T05:06:00.247Z] ---> 306fcdf6a988 [2021-05-10T05:06:00.247Z] [2021-05-10T05:06:00.247Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T05:06:00.247Z] ---> 9852663dfa18 [2021-05-10T05:06:00.247Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T05:06:00.247Z] ---> Using cache [2021-05-10T05:06:00.247Z] ---> e00d26cd3b24 [2021-05-10T05:06:00.247Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T05:06:00.247Z] ---> Using cache [2021-05-10T05:06:00.247Z] ---> 08ca59114c35 [2021-05-10T05:06:00.247Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-10T05:06:00.521Z] ---> Running in 68b70263029e [2021-05-10T05:06:00.796Z] ---> 9a67d11743ed [2021-05-10T05:06:00.796Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-10T05:06:01.074Z] ---> 8d17e5bbc35f [2021-05-10T05:06:01.074Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-10T05:06:01.074Z] Removing intermediate container 68b70263029e [2021-05-10T05:06:01.074Z] ---> 3cf035e0c398 [2021-05-10T05:06:01.074Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T05:06:01.074Z] ---> Running in 5d3f78efaa68 [2021-05-10T05:06:01.349Z] ---> Running in ca1259a86f80 [2021-05-10T05:06:01.626Z] Removing intermediate container 5d3f78efaa68 [2021-05-10T05:06:01.626Z] ---> c18c917ebca8 [2021-05-10T05:06:01.626Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T05:06:01.899Z] ---> Running in aa242ccec07d [2021-05-10T05:06:01.899Z] ---> bc0a913a2f70 [2021-05-10T05:06:01.899Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-10T05:06:01.899Z] Removing intermediate container ca1259a86f80 [2021-05-10T05:06:01.899Z] ---> 962a69d9ebd3 [2021-05-10T05:06:01.899Z] Step 15/23 : WORKDIR / [2021-05-10T05:06:02.173Z] ---> Running in 2a08ce4a4f5c [2021-05-10T05:06:02.446Z] Removing intermediate container aa242ccec07d [2021-05-10T05:06:02.446Z] ---> 3ca203a91d18 [2021-05-10T05:06:02.446Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T05:06:02.726Z] ---> Running in 3249335ed959 [2021-05-10T05:06:02.726Z] Removing intermediate container 2a08ce4a4f5c [2021-05-10T05:06:02.726Z] ---> b45d9a140af8 [2021-05-10T05:06:02.726Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T05:06:03.335Z] ---> fe03e3816f6b [2021-05-10T05:06:03.335Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-10T05:06:03.335Z] Removing intermediate container 3249335ed959 [2021-05-10T05:06:03.335Z] ---> 1c36f6b8b594 [2021-05-10T05:06:03.335Z] Step 22/23 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T05:06:03.614Z] ---> Running in e42fdaaaa26c [2021-05-10T05:06:03.891Z] ---> 5169a50802c5 [2021-05-10T05:06:03.891Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-10T05:06:04.169Z] Removing intermediate container e42fdaaaa26c [2021-05-10T05:06:04.169Z] ---> bb2e159187d5 [2021-05-10T05:06:04.169Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T05:06:04.169Z] ---> 7299968248fc [2021-05-10T05:06:04.169Z] 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-10T05:06:04.444Z] ---> Running in df9de449eb8f [2021-05-10T05:06:04.444Z] ---> Running in 26f3f04c368f [2021-05-10T05:06:05.433Z] Removing intermediate container df9de449eb8f [2021-05-10T05:06:05.433Z] ---> dc196c90561d [2021-05-10T05:06:05.433Z] [2021-05-10T05:06:05.433Z] ---> 77559aa9f6da [2021-05-10T05:06:05.433Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-10T05:06:05.711Z] Successfully built dc196c90561d [2021-05-10T05:06:05.988Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-10T05:06:06.268Z]  Building docker-core-command-go ... done  ---> a2df71ce3320 [2021-05-10T05:06:06.268Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-10T05:06:06.541Z] ---> Running in 5a488391e768 [2021-05-10T05:06:07.143Z] Removing intermediate container 5a488391e768 [2021-05-10T05:06:07.143Z] ---> 5892e7907189 [2021-05-10T05:06:07.143Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T05:06:07.143Z] Removing intermediate container 26f3f04c368f [2021-05-10T05:06:07.143Z] ---> afaa7f65c7b6 [2021-05-10T05:06:07.143Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-10T05:06:07.416Z] ---> Running in c74115c0553e [2021-05-10T05:06:07.416Z] ---> Running in c25bc6a7d6ed [2021-05-10T05:06:07.689Z] Removing intermediate container c74115c0553e [2021-05-10T05:06:07.689Z] ---> c317e17548f6 [2021-05-10T05:06:07.689Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T05:06:07.965Z] Removing intermediate container c25bc6a7d6ed [2021-05-10T05:06:07.965Z] ---> 16fc56f1283e [2021-05-10T05:06:07.965Z] Step 23/25 : LABEL arch=arm64 [2021-05-10T05:06:07.965Z] ---> Running in e4ed3de9f6c1 [2021-05-10T05:06:07.965Z] ---> Running in 1bb224aae4a6 [2021-05-10T05:06:08.570Z] Removing intermediate container e4ed3de9f6c1 [2021-05-10T05:06:08.570Z] ---> 5e36bb5fa638 [2021-05-10T05:06:08.570Z] Step 22/23 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T05:06:08.570Z] Removing intermediate container 1bb224aae4a6 [2021-05-10T05:06:08.570Z] ---> 2bc708f602d5 [2021-05-10T05:06:08.570Z] Step 24/25 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [2021-05-10T05:06:08.570Z] ---> Running in 58b4df914faf [2021-05-10T05:06:08.843Z] ---> Running in df9efdf768cb [2021-05-10T05:06:09.117Z] Removing intermediate container 58b4df914faf [2021-05-10T05:06:09.117Z] ---> c296f819386b [2021-05-10T05:06:09.117Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T05:06:09.391Z] Removing intermediate container df9efdf768cb [2021-05-10T05:06:09.391Z] ---> 684464990a80 [2021-05-10T05:06:09.391Z] Step 25/25 : LABEL version=0.0.0 [2021-05-10T05:06:09.391Z] ---> Running in 2f8c47e4b56a [2021-05-10T05:06:09.391Z] ---> Running in e940de4680f6 [2021-05-10T05:06:09.993Z] Removing intermediate container e940de4680f6 [2021-05-10T05:06:09.993Z] Removing intermediate container 2f8c47e4b56a [2021-05-10T05:06:09.993Z] ---> dfc66c2ef043 [2021-05-10T05:06:09.993Z] ---> 57ed459e40cf [2021-05-10T05:06:09.993Z] [2021-05-10T05:06:09.993Z] [2021-05-10T05:06:10.267Z] Successfully built 57ed459e40cf [2021-05-10T05:06:10.267Z] Successfully built dfc66c2ef043 [2021-05-10T05:06:10.542Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-10T05:06:10.542Z]  Building docker-core-metadata-go ... done Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-10T05:06:10.832Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-05-10T05:06:10.864Z] $ docker stop --time=1 eb31cbbbb00aa487ad1aef3db16da49dca94ca730ad8b10bfe878741131314fd [2021-05-10T05:06:12.836Z] $ docker rm -f eb31cbbbb00aa487ad1aef3db16da49dca94ca730ad8b10bfe878741131314fd [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T05:06:13.367Z] + docker images [2021-05-10T05:06:13.368Z] + grep docker [2021-05-10T05:06:13.641Z] docker-security-secretstore-setup-go-arm64 latest dfc66c2ef043 4 seconds ago 24.3MB [2021-05-10T05:06:13.641Z] docker-core-metadata-go-arm64 latest 57ed459e40cf 4 seconds ago 17.4MB [2021-05-10T05:06:13.641Z] docker-core-command-go-arm64 latest dc196c90561d 9 seconds ago 16.1MB [2021-05-10T05:06:13.641Z] docker-sys-mgmt-agent-go-arm64 latest 86216aff8afc 19 seconds ago 299MB [2021-05-10T05:06:13.641Z] docker-core-data-go-arm64 latest b085ea295d19 3 minutes ago 20.3MB [2021-05-10T05:06:13.641Z] docker-security-bootstrapper-go-arm64 latest b4bb061d70ea 3 minutes ago 17.1MB [2021-05-10T05:06:13.641Z] docker-support-notifications-go-arm64 latest 062f084ceaf0 3 minutes ago 16.6MB [2021-05-10T05:06:13.641Z] docker-support-scheduler-go-arm64 latest a66fc80e00ab 3 minutes ago 16.1MB [2021-05-10T05:06:13.641Z] docker-security-proxy-setup-go-arm64 latest fe8043860f53 3 minutes ago 23.9MB [2021-05-10T05:06:13.641Z] docker 20.10.0 eeaf43b92773 5 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-10T05:06:14.170Z] ---> job-cost.sh [2021-05-10T05:06:14.170Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-z62d [2021-05-10T05:06:53.107Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T05:08:29.850Z] lf-activate-venv(): INFO: Adding /tmp/venv-z62d/bin to PATH [2021-05-10T05:08:29.850Z] INFO: No Stack... [2021-05-10T05:08:29.850Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-10T05:08:29.850Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T05:08:30.188Z] + cat /w/workspace/edgex-go/4/archives/cost.csv+ [2021-05-10T05:08:30.188Z] cut -d, -f6 [Pipeline] lock [2021-05-10T05:08:30.301Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3420-4-stack-cost] [2021-05-10T05:08:30.310Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3420-4-stack-cost] did not exist. Created. [2021-05-10T05:08:30.310Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3420-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T05:08:30.661Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-10T05:08:30.941Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T05:08:30.958Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3420-4-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-10T05:08:31.405Z] provisioning config files... [2021-05-10T05:08:31.420Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config8136669223892753400tmp [Pipeline] { [Pipeline] sh [2021-05-10T05:08:31.744Z] + set +x [2021-05-10T05:08:31.744Z] + curl -s https://codecov.io/bash [2021-05-10T05:08:31.744Z] + bash -s -- [2021-05-10T05:08:32.007Z] [2021-05-10T05:08:32.007Z] _____ _ [2021-05-10T05:08:32.007Z] / ____| | | [2021-05-10T05:08:32.007Z] | | ___ __| | ___ ___ _____ __ [2021-05-10T05:08:32.007Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-10T05:08:32.007Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-10T05:08:32.007Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-10T05:08:32.007Z] Bash-1.0.2 [2021-05-10T05:08:32.007Z] [2021-05-10T05:08:32.007Z] [2021-05-10T05:08:32.007Z] ==> git version 2.24.3 found [2021-05-10T05:08:32.007Z] ==> 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-10T05:08:32.007Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-10T05:08:32.007Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-10T05:08:32.271Z] ==> Jenkins CI detected. [2021-05-10T05:08:32.271Z] project root: . [2021-05-10T05:08:32.271Z] --> token set from env [2021-05-10T05:08:32.271Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-10T05:08:32.271Z] ==> Running gcov in . (disable via -X gcov) [2021-05-10T05:08:32.271Z] ==> Python coveragepy not found [2021-05-10T05:08:32.271Z] ==> Searching for coverage reports in: [2021-05-10T05:08:32.271Z] + . [2021-05-10T05:08:32.271Z] -> Found 1 reports [2021-05-10T05:08:32.271Z] ==> Detecting git/mercurial file structure [2021-05-10T05:08:32.533Z] ==> Reading reports [2021-05-10T05:08:32.533Z] + ./coverage.out bytes=706092 [2021-05-10T05:08:32.533Z] ==> Appending adjustments [2021-05-10T05:08:32.533Z] https://docs.codecov.io/docs/fixing-reports [2021-05-10T05:08:36.754Z] + Found adjustments [2021-05-10T05:08:36.754Z] ==> Gzipping contents [2021-05-10T05:08:36.754Z] 100K /tmp/codecov.8BeOkv.gz [2021-05-10T05:08:36.754Z] ==> Uploading reports [2021-05-10T05:08:36.754Z] url: https://codecov.io [2021-05-10T05:08:36.754Z] query: branch=PR-3420&commit=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3420%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3420&job=&cmd_args= [2021-05-10T05:08:36.754Z] -> Pinging Codecov [2021-05-10T05:08:36.754Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3420&commit=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3420%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3420&job=&cmd_args= [2021-05-10T05:08:36.754Z] -> Uploading to [2021-05-10T05:08:36.754Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-10/00271124DB129430A58F1EEE437C3FCB/954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9/c49f96e1-b887-46e7-9d7d-4ca4077b76e8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T050836Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d0c22fa845257db7fdc6a349a43c8ac3072153a875447242ad046dbb7b1464f4 [2021-05-10T05:08:36.754Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T05:08:36.754Z] Dload Upload Total Spent Left Speed [2021-05-10T05:08:37.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 154k --:--:-- --:--:-- --:--:-- 154k [2021-05-10T05:08:37.288Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [Pipeline] } [2021-05-10T05:08:37.306Z] 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-10T05:08:38.079Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T05:08:38.973Z] ---> package-listing.sh [2021-05-10T05:08:38.973Z] ++ facter osfamily [2021-05-10T05:08:38.973Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-10T05:08:38.973Z] + OS_FAMILY=redhat [2021-05-10T05:08:38.973Z] + workspace=/w/workspace/edgex-go/4 [2021-05-10T05:08:38.973Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-10T05:08:38.973Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-10T05:08:38.973Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-10T05:08:38.973Z] + PACKAGES=/tmp/packages_start.txt [2021-05-10T05:08:38.973Z] + '[' /w/workspace/edgex-go/4 ']' [2021-05-10T05:08:38.973Z] + PACKAGES=/tmp/packages_end.txt [2021-05-10T05:08:38.973Z] + case "${OS_FAMILY}" in [2021-05-10T05:08:38.973Z] + rpm -qa [2021-05-10T05:08:38.973Z] + sort [2021-05-10T05:08:44.308Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-10T05:08:44.308Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-10T05:08:44.308Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-10T05:08:44.308Z] + '[' /w/workspace/edgex-go/4 ']' [2021-05-10T05:08:44.308Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-05-10T05:08:44.308Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-05-10T05:08:44.323Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-10T05:08:44.637Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-10T05:08:44.999Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T05:08:45.262Z] [2021-05-10T05:08:45.262Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-10T05:08:45.589Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T05:08:45.589Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-10T05:08:45.589Z] df20fa9351a1: Pulling fs layer [2021-05-10T05:08:45.589Z] 36b3adc4ff6f: Pulling fs layer [2021-05-10T05:08:45.589Z] 8ad3a11d3b57: Pulling fs layer [2021-05-10T05:08:45.589Z] 46f8f816bc3b: Pulling fs layer [2021-05-10T05:08:45.589Z] 93b61091891f: Pulling fs layer [2021-05-10T05:08:45.589Z] 93b9cdb0e59b: Pulling fs layer [2021-05-10T05:08:45.590Z] 5e14af77c1be: Pulling fs layer [2021-05-10T05:08:45.590Z] 01666e4c0597: Pulling fs layer [2021-05-10T05:08:45.590Z] aa168da1d23b: Pulling fs layer [2021-05-10T05:08:45.590Z] 93b9cdb0e59b: Waiting [2021-05-10T05:08:45.590Z] 5e14af77c1be: Waiting [2021-05-10T05:08:45.590Z] 01666e4c0597: Waiting [2021-05-10T05:08:45.590Z] 46f8f816bc3b: Waiting [2021-05-10T05:08:45.590Z] 93b61091891f: Waiting [2021-05-10T05:08:45.590Z] 36b3adc4ff6f: Verifying Checksum [2021-05-10T05:08:45.590Z] 36b3adc4ff6f: Download complete [2021-05-10T05:08:45.855Z] 46f8f816bc3b: Verifying Checksum [2021-05-10T05:08:45.855Z] 46f8f816bc3b: Download complete [2021-05-10T05:08:45.855Z] df20fa9351a1: Verifying Checksum [2021-05-10T05:08:45.855Z] 93b9cdb0e59b: Verifying Checksum [2021-05-10T05:08:45.855Z] 93b9cdb0e59b: Download complete [2021-05-10T05:08:45.855Z] 5e14af77c1be: Verifying Checksum [2021-05-10T05:08:45.855Z] 5e14af77c1be: Download complete [2021-05-10T05:08:45.855Z] 01666e4c0597: Verifying Checksum [2021-05-10T05:08:45.855Z] 01666e4c0597: Download complete [2021-05-10T05:08:45.855Z] 93b61091891f: Verifying Checksum [2021-05-10T05:08:45.855Z] 93b61091891f: Download complete [2021-05-10T05:08:46.116Z] 8ad3a11d3b57: Verifying Checksum [2021-05-10T05:08:46.116Z] 8ad3a11d3b57: Download complete [2021-05-10T05:08:46.116Z] df20fa9351a1: Pull complete [2021-05-10T05:08:46.379Z] 36b3adc4ff6f: Pull complete [2021-05-10T05:08:48.334Z] aa168da1d23b: Download complete [2021-05-10T05:08:49.308Z] 8ad3a11d3b57: Pull complete [2021-05-10T05:08:49.308Z] 46f8f816bc3b: Pull complete [2021-05-10T05:08:50.272Z] 93b61091891f: Pull complete [2021-05-10T05:08:50.272Z] 93b9cdb0e59b: Pull complete [2021-05-10T05:08:50.537Z] 5e14af77c1be: Pull complete [2021-05-10T05:08:50.537Z] 01666e4c0597: Pull complete [2021-05-10T05:09:00.840Z] aa168da1d23b: Pull complete [2021-05-10T05:09:00.840Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-10T05:09:00.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T05:09:00.840Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-10T05:09:01.124Z] prd-centos7-docker-4c-2g-3933 does not seem to be running inside a container [2021-05-10T05:09:01.191Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-10T05:09:05.425Z] $ docker top 2e7208a35b1522c6642c269bc44d68275a205dcf05967ceb7814717ee7ea2692 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T05:09:05.869Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-10T05:09:06.178Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-10T05:09:06.478Z] + ls /var/log/sa-host [2021-05-10T05:09:06.478Z] + sadf -c /var/log/sa-host/sa10 [2021-05-10T05:09:06.478Z] file_magic: OK [2021-05-10T05:09:06.478Z] HZ: Using current value: 100 [2021-05-10T05:09:06.478Z] file_header: OK [2021-05-10T05:09:06.478Z] 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-10T05:09:06.478Z] Statistics: [2021-05-10T05:09:06.478Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-10T05:09:06.478Z] File successfully converted to sysstat format version 12.2.1 [2021-05-10T05:09:06.478Z] + sadf -c /var/log/sa-host/sa23 [2021-05-10T05:09:06.478Z] file_magic: OK [2021-05-10T05:09:06.478Z] HZ: Using current value: 100 [2021-05-10T05:09:06.478Z] file_header: OK [2021-05-10T05:09:06.478Z] 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-10T05:09:06.478Z] Statistics: [2021-05-10T05:09:06.478Z] Hnuu...uuuununununu... [2021-05-10T05:09:06.478Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T05:09:06.647Z] provisioning config files... [2021-05-10T05:09:06.662Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config2825258955344194496tmp [Pipeline] { [Pipeline] echo [2021-05-10T05:09:06.685Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T05:09:06.985Z] ---> create-netrc.sh [Pipeline] } [2021-05-10T05:09:06.997Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-10T05:09:07.021Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T05:09:07.317Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-10T05:09:07.328Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T05:09:07.633Z] ---> sudo-logs.sh [2021-05-10T05:09:07.634Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-10T05:09:07.670Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T05:09:07.968Z] ---> job-cost.sh [2021-05-10T05:09:07.968Z] lf-activate-venv: SKIPPING [2021-05-10T05:09:07.968Z] DEBUG: total: 0.20999999344348907 [2021-05-10T05:09:07.968Z] INFO: Retrieving Stack Cost... [2021-05-10T05:09:08.914Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T05:09:09.488Z] INFO: Archiving Costs [Pipeline] echo [2021-05-10T05:09:09.502Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T05:09:09.805Z] ---> logs-deploy.sh [2021-05-10T05:09:09.805Z] lf-activate-venv: SKIPPING [2021-05-10T05:09:09.805Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3420/4 [2021-05-10T05:09:09.805Z] INFO: archiving workspace using pattern(s): [2021-05-10T05:09:11.195Z] Archives upload complete. [2021-05-10T05:09:11.195Z] INFO: archiving logs to Nexus