Pull request #3425 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 67fee59e64b61cdd0895e8ba5c58477333fdda5a+3103214cdd745ba99e56243b14eeb2a0a0c23a57 (f477e89e784a59d701dfcbd3a47808d7ceab0dc7) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3318 in /w/workspace/edgexfoundry_edgex-go_PR-3425 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 3103214cdd745ba99e56243b14eeb2a0a0c23a57 into PR head commit 67fee59e64b61cdd0895e8ba5c58477333fdda5a Merge succeeded, producing 67fee59e64b61cdd0895e8ba5c58477333fdda5a Checking out Revision 67fee59e64b61cdd0895e8ba5c58477333fdda5a (PR-3425) > 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/3425/head:refs/remotes/origin/PR-3425 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 67fee59e64b61cdd0895e8ba5c58477333fdda5a # 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 3103214cdd745ba99e56243b14eeb2a0a0c23a57 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 67fee59e64b61cdd0895e8ba5c58477333fdda5a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-06T20:36:04.571Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-06T20:36:04.659Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-06T20:36:04.684Z] ========================================================= [2021-05-06T20:36:04.684Z] EdgeX Global Pipelines Version Info [2021-05-06T20:36:04.684Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8cd2dad94d329be49ddbf8870435dd07513c1cb4 # timeout=10 [2021-05-06T20:36:06.258Z] ------------------- [2021-05-06T20:36:06.258Z] stable info: [2021-05-06T20:36:06.258Z] ------------------- [2021-05-06T20:36:06.258Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-06T20:36:06.258Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T20:36:06.258Z] Message: update stable to v1.0.191 [2021-05-06T20:36:07.209Z] ------------------- [2021-05-06T20:36:07.209Z] experimental info: [2021-05-06T20:36:07.209Z] ------------------- [2021-05-06T20:36:07.209Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-06T20:36:07.209Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T20:36:07.209Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-06T20:36:07.328Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-06T20:36:07.349Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-06T20:36:07.371Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-06T20:36:07.403Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-06T20:36:07.424Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-06T20:36:07.445Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-06T20:36:07.466Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-06T20:36:07.486Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-06T20:36:07.507Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-06T20:36:07.530Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-06T20:36:07.552Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-06T20:36:07.576Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-06T20:36:07.599Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-06T20:36:07.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-06T20:36:07.642Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-06T20:36:07.667Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-06T20:36:07.687Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-06T20:36:07.710Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-06T20:36:07.734Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-06T20:36:07.757Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-06T20:36:07.780Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-06T20:36:07.802Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-06T20:36:07.823Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3425 [Pipeline] echo [2021-05-06T20:36:07.844Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3425 [Pipeline] echo [2021-05-06T20:36:07.869Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3425 [Pipeline] echo [2021-05-06T20:36:07.892Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 67fee59e64b61cdd0895e8ba5c58477333fdda5a [Pipeline] echo [2021-05-06T20:36:07.915Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 67fee59 [Pipeline] echo [2021-05-06T20:36:07.936Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T20:36:08.004Z] provisioning config files... [2021-05-06T20:36:08.038Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4453588989746642458tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:36:08.375Z] ---> docker-login.sh [2021-05-06T20:36:08.375Z] nexus3.edgexfoundry.org:10001 [2021-05-06T20:36:08.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:36:08.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:36:08.927Z] Configure a credential helper to remove this warning. See [2021-05-06T20:36:08.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:36:08.927Z] [2021-05-06T20:36:08.927Z] Login Succeeded [2021-05-06T20:36:08.927Z] nexus3.edgexfoundry.org:10002 [2021-05-06T20:36:08.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:36:09.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:36:09.192Z] Configure a credential helper to remove this warning. See [2021-05-06T20:36:09.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:36:09.192Z] [2021-05-06T20:36:09.192Z] Login Succeeded [2021-05-06T20:36:09.192Z] nexus3.edgexfoundry.org:10003 [2021-05-06T20:36:09.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:36:09.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:36:09.192Z] Configure a credential helper to remove this warning. See [2021-05-06T20:36:09.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:36:09.192Z] [2021-05-06T20:36:09.192Z] Login Succeeded [2021-05-06T20:36:09.192Z] nexus3.edgexfoundry.org:10004 [2021-05-06T20:36:09.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:36:09.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:36:09.456Z] Configure a credential helper to remove this warning. See [2021-05-06T20:36:09.456Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:36:09.456Z] [2021-05-06T20:36:09.456Z] Login Succeeded [2021-05-06T20:36:09.456Z] docker.io [2021-05-06T20:36:09.456Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:36:10.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:36:10.031Z] Configure a credential helper to remove this warning. See [2021-05-06T20:36:10.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:36:10.031Z] [2021-05-06T20:36:10.031Z] Login Succeeded [2021-05-06T20:36:10.031Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T20:36:10.043Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T20:36:10.383Z] ++ 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-06T20:36:10.383Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T20:36:10.383Z] ++ dirname cmd/core-command/Dockerfile [2021-05-06T20:36:10.383Z] ++ cut -d/ -f2 [2021-05-06T20:36:10.383Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-06T20:36:10.383Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T20:36:10.383Z] ++ dirname cmd/core-data/Dockerfile [2021-05-06T20:36:10.383Z] ++ cut -d/ -f2 [2021-05-06T20:36:10.383Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-06T20:36:10.383Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T20:36:10.383Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-06T20:36:10.383Z] ++ cut -d/ -f2 [2021-05-06T20:36:10.383Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-06T20:36:10.383Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T20:36:10.383Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-06T20:36:10.383Z] ++ cut -d/ -f2 [2021-05-06T20:36:10.383Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-06T20:36:10.383Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T20:36:10.383Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-06T20:36:10.383Z] ++ cut -d/ -f2 [2021-05-06T20:36:10.383Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-06T20:36:10.383Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T20:36:10.383Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-06T20:36:10.383Z] ++ cut -d/ -f2 [2021-05-06T20:36:10.383Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-06T20:36:10.383Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T20:36:10.383Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-06T20:36:10.383Z] ++ cut -d/ -f2 [2021-05-06T20:36:10.383Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-06T20:36:10.383Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T20:36:10.383Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-06T20:36:10.383Z] ++ cut -d/ -f2 [2021-05-06T20:36:10.383Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-06T20:36:10.383Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T20:36:10.383Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-06T20:36:10.383Z] ++ cut -d/ -f2 [2021-05-06T20:36:10.383Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-06T20:36:10.502Z] 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-06T20:36:11.159Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T20:36:11.159Z] [2021-05-06T20:36:11.159Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:36:11.479Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T20:36:11.479Z] latest: Pulling from edgex-devops/git-semver [2021-05-06T20:36:11.479Z] 31603596830f: Pulling fs layer [2021-05-06T20:36:11.479Z] 54011a49482f: Pulling fs layer [2021-05-06T20:36:11.479Z] a6820b24f6d8: Pulling fs layer [2021-05-06T20:36:11.479Z] f581987b2513: Pulling fs layer [2021-05-06T20:36:11.479Z] f581987b2513: Waiting [2021-05-06T20:36:11.479Z] 54011a49482f: Verifying Checksum [2021-05-06T20:36:11.479Z] 54011a49482f: Download complete [2021-05-06T20:36:11.479Z] 31603596830f: Download complete [2021-05-06T20:36:11.747Z] f581987b2513: Verifying Checksum [2021-05-06T20:36:11.747Z] f581987b2513: Download complete [2021-05-06T20:36:11.747Z] a6820b24f6d8: Verifying Checksum [2021-05-06T20:36:11.747Z] a6820b24f6d8: Download complete [2021-05-06T20:36:12.010Z] 31603596830f: Pull complete [2021-05-06T20:36:12.282Z] 54011a49482f: Pull complete [2021-05-06T20:36:13.233Z] a6820b24f6d8: Pull complete [2021-05-06T20:36:13.233Z] f581987b2513: Pull complete [2021-05-06T20:36:13.498Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-06T20:36:13.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T20:36:13.498Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-06T20:36:13.620Z] prd-centos7-docker-4c-2g-3318 does not seem to be running inside a container [2021-05-06T20:36:13.681Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T20:36:16.438Z] $ docker top 5171a2d3cb4e89143b2e6995bf616e149d815d8c67c09f82e31b8660c2be934e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T20:36:16.696Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T20:36:16.696Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T20:36:16.960Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T20:36:16.964Z] $ docker exec 5171a2d3cb4e89143b2e6995bf616e149d815d8c67c09f82e31b8660c2be934e ssh-agent [2021-05-06T20:36:17.152Z] SSH_AUTH_SOCK=/tmp/ssh-OyxCYrBQ7agJ/agent.12 [2021-05-06T20:36:17.152Z] SSH_AGENT_PID=18 [2021-05-06T20:36:17.169Z] Running ssh-add (command line suppressed) [2021-05-06T20:36:17.304Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7105172680092240605.key (/w/workspace/edgex-go/3@tmp/private_key_7105172680092240605.key) [2021-05-06T20:36:17.359Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T20:36:17.663Z] + git tag --points-at HEAD [Pipeline] } [2021-05-06T20:36:17.689Z] $ docker exec --env ******** --env ******** 5171a2d3cb4e89143b2e6995bf616e149d815d8c67c09f82e31b8660c2be934e ssh-agent -k [2021-05-06T20:36:17.809Z] unset SSH_AUTH_SOCK; [2021-05-06T20:36:17.809Z] unset SSH_AGENT_PID; [2021-05-06T20:36:17.810Z] echo Agent pid 18 killed; [2021-05-06T20:36:17.858Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-06T20:36:17.894Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T20:36:17.894Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T20:36:18.063Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T20:36:18.067Z] $ docker exec 5171a2d3cb4e89143b2e6995bf616e149d815d8c67c09f82e31b8660c2be934e ssh-agent [2021-05-06T20:36:18.286Z] SSH_AUTH_SOCK=/tmp/ssh-hWGTtLXtSu1t/agent.49 [2021-05-06T20:36:18.286Z] SSH_AGENT_PID=55 [2021-05-06T20:36:18.293Z] Running ssh-add (command line suppressed) [2021-05-06T20:36:18.428Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6257647593383218897.key (/w/workspace/edgex-go/3@tmp/private_key_6257647593383218897.key) [2021-05-06T20:36:18.485Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T20:36:18.801Z] + git semver init [2021-05-06T20:36:18.801Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T20:36:18.801Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-05-06T20:36:18.801Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-05-06T20:36:18.801Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T20:36:18.801Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T20:36:18.801Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T20:36:18.801Z] # $SEMVER_BRANCH = PR-3425 [2021-05-06T20:36:18.801Z] # $SEMVER_TEMP = /tmp/semver-820188498 [2021-05-06T20:36:18.801Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-06T20:37:15.777Z] # '/tmp/semver-820188498' -> '/w/workspace/edgex-go/3/.semver' [2021-05-06T20:37:15.777Z] # -> Force: false [2021-05-06T20:37:15.777Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-05-06T20:37:15.799Z] $ docker exec --env ******** --env ******** 5171a2d3cb4e89143b2e6995bf616e149d815d8c67c09f82e31b8660c2be934e ssh-agent -k [2021-05-06T20:37:16.140Z] unset SSH_AUTH_SOCK; [2021-05-06T20:37:16.140Z] unset SSH_AGENT_PID; [2021-05-06T20:37:16.140Z] echo Agent pid 55 killed; [2021-05-06T20:37:16.265Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T20:37:16.606Z] + git semver [Pipeline] } [2021-05-06T20:37:16.627Z] $ docker stop --time=1 5171a2d3cb4e89143b2e6995bf616e149d815d8c67c09f82e31b8660c2be934e [2021-05-06T20:37:18.443Z] $ docker rm -f 5171a2d3cb4e89143b2e6995bf616e149d815d8c67c09f82e31b8660c2be934e [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T20:37:18.906Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-06T20:37:19.380Z] Stashed 1 file(s) [Pipeline] echo [2021-05-06T20:37:19.383Z] [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-06T20:37:19.899Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-06T20:37:20.209Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T20:37:20.517Z] + sudo service docker restart [2021-05-06T20:37:20.517Z] + true [2021-05-06T20:37:20.517Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-06T20:37:21.138Z] ========================================================= [2021-05-06T20:37:21.138Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-06T20:37:21.138Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:37:21.445Z] + 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-06T20:37:24.939Z] Sending build context to Docker daemon 330MB [2021-05-06T20:37:24.939Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-06T20:37:24.939Z] Step 2/6 : FROM ${BASE} [2021-05-06T20:37:25.209Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-06T20:37:25.209Z] 540db60ca938: Pulling fs layer [2021-05-06T20:37:25.209Z] adcc1eea9eea: Pulling fs layer [2021-05-06T20:37:25.209Z] 4c4ab2625f07: Pulling fs layer [2021-05-06T20:37:25.209Z] 0510c868ecb4: Pulling fs layer [2021-05-06T20:37:25.209Z] afea3b2eda06: Pulling fs layer [2021-05-06T20:37:25.209Z] 7809a108b3ef: Pulling fs layer [2021-05-06T20:37:25.209Z] f706445af74f: Pulling fs layer [2021-05-06T20:37:25.209Z] afea3b2eda06: Waiting [2021-05-06T20:37:25.209Z] 7809a108b3ef: Waiting [2021-05-06T20:37:25.209Z] 0510c868ecb4: Waiting [2021-05-06T20:37:25.209Z] f706445af74f: Waiting [2021-05-06T20:37:25.209Z] 4c4ab2625f07: Verifying Checksum [2021-05-06T20:37:25.209Z] 4c4ab2625f07: Download complete [2021-05-06T20:37:25.209Z] adcc1eea9eea: Verifying Checksum [2021-05-06T20:37:25.209Z] adcc1eea9eea: Download complete [2021-05-06T20:37:25.209Z] afea3b2eda06: Verifying Checksum [2021-05-06T20:37:25.209Z] afea3b2eda06: Download complete [2021-05-06T20:37:25.209Z] 7809a108b3ef: Verifying Checksum [2021-05-06T20:37:25.209Z] 7809a108b3ef: Download complete [2021-05-06T20:37:25.209Z] 540db60ca938: Verifying Checksum [2021-05-06T20:37:25.209Z] 540db60ca938: Download complete [2021-05-06T20:37:25.794Z] 540db60ca938: Pull complete [2021-05-06T20:37:26.784Z] adcc1eea9eea: Pull complete [2021-05-06T20:37:27.055Z] f706445af74f: Verifying Checksum [2021-05-06T20:37:27.055Z] f706445af74f: Download complete [2021-05-06T20:37:27.325Z] 4c4ab2625f07: Pull complete [2021-05-06T20:37:27.589Z] 0510c868ecb4: Verifying Checksum [2021-05-06T20:37:27.589Z] 0510c868ecb4: Download complete [2021-05-06T20:37:34.250Z] 0510c868ecb4: Pull complete [2021-05-06T20:37:34.250Z] afea3b2eda06: Pull complete [2021-05-06T20:37:34.250Z] 7809a108b3ef: Pull complete [2021-05-06T20:37:34.523Z] Still waiting to schedule task [2021-05-06T20:37:34.523Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-06T20:37:40.866Z] f706445af74f: Pull complete [2021-05-06T20:37:40.866Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-06T20:37:40.866Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-06T20:37:40.866Z] ---> b068be0155e3 [2021-05-06T20:37:40.866Z] 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-06T20:37:41.457Z] ---> Running in 514139c43305 [2021-05-06T20:37:42.038Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:37:42.987Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:37:43.572Z] (1/12) Installing libmagic (5.39-r0) [2021-05-06T20:37:44.149Z] (2/12) Installing file (5.39-r0) [2021-05-06T20:37:44.149Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-06T20:37:44.412Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-06T20:37:48.633Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-06T20:37:48.633Z] (6/12) Installing patch (2.7.6-r6) [2021-05-06T20:37:48.633Z] (7/12) Installing build-base (0.5-r2) [2021-05-06T20:37:48.633Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-06T20:37:48.898Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-06T20:37:48.898Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-06T20:37:49.161Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-06T20:37:49.161Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-06T20:37:49.424Z] Executing busybox-1.32.1-r6.trigger [2021-05-06T20:37:49.424Z] OK: 219 MiB in 52 packages [2021-05-06T20:37:53.660Z] Removing intermediate container 514139c43305 [2021-05-06T20:37:53.660Z] ---> 71e3e0b4562e [2021-05-06T20:37:53.660Z] Step 4/6 : WORKDIR /edgex-go [2021-05-06T20:37:53.660Z] ---> Running in 085d991e93df [2021-05-06T20:37:53.660Z] Removing intermediate container 085d991e93df [2021-05-06T20:37:53.660Z] ---> 1b39474d0f9f [2021-05-06T20:37:53.660Z] Step 5/6 : COPY go.mod . [2021-05-06T20:37:53.935Z] ---> 2f1e60e65682 [2021-05-06T20:37:53.935Z] Step 6/6 : RUN go mod download [2021-05-06T20:37:53.935Z] ---> Running in 1c73b9510b8d [2021-05-06T20:38:16.013Z] Removing intermediate container 1c73b9510b8d [2021-05-06T20:38:16.013Z] ---> 1fee8ac6f665 [2021-05-06T20:38:16.013Z] Successfully built 1fee8ac6f665 [2021-05-06T20:38:16.013Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:38:16.335Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T20:38:16.335Z] . [Pipeline] withDockerContainer [2021-05-06T20:38:16.486Z] prd-centos7-docker-4c-2g-3318 does not seem to be running inside a container [2021-05-06T20:38:16.541Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-05-06T20:38:17.588Z] $ docker top 428e4da6046a420973788fcc31e56691acf54dd27a182e66e97d3d1e840e5651 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T20:38:18.026Z] + go version [2021-05-06T20:38:18.026Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-06T20:38:18.046Z] $ docker stop --time=1 428e4da6046a420973788fcc31e56691acf54dd27a182e66e97d3d1e840e5651 [2021-05-06T20:38:19.418Z] $ docker rm -f 428e4da6046a420973788fcc31e56691acf54dd27a182e66e97d3d1e840e5651 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:38:19.919Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T20:38:19.919Z] . [Pipeline] withDockerContainer [2021-05-06T20:38:20.031Z] prd-centos7-docker-4c-2g-3318 does not seem to be running inside a container [2021-05-06T20:38:20.087Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-05-06T20:38:20.860Z] $ docker top 497abd12a933cbbee8d12f1e9b548810514d928681302c4766c080f31f99a8f6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-06T20:38:21.022Z] ========================================================= [2021-05-06T20:38:21.022Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-06T20:38:21.022Z] ========================================================= [Pipeline] sh [2021-05-06T20:38:21.318Z] + go mod tidy [Pipeline] sh [2021-05-06T20:38:22.595Z] + make test [2021-05-06T20:38:22.595Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-06T20:38:32.687Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-06T20:38:54.894Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-06T20:39:00.290Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-06T20:39:00.290Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-06T20:39:00.290Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-06T20:39:04.597Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-06T20:39:04.597Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-06T20:39:04.597Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-06T20:39:04.597Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-06T20:39:06.030Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-06T20:39:06.298Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-06T20:39:09.662Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-06T20:39:09.662Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-06T20:39:09.662Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-06T20:39:11.633Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.122s coverage: 45.9% of statements [2021-05-06T20:39:11.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-06T20:39:11.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-06T20:39:11.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-06T20:39:11.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-06T20:39:11.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-06T20:39:11.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-06T20:39:11.633Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.059s coverage: 19.8% of statements [2021-05-06T20:39:11.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.113s coverage: 100.0% of statements [2021-05-06T20:39:16.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.1% of statements [2021-05-06T20:39:16.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-06T20:39:16.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-06T20:39:16.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-06T20:39:16.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-06T20:39:16.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-06T20:39:16.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-06T20:39:16.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2021-05-06T20:39:16.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-06T20:39:16.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.098s coverage: 100.0% of statements [2021-05-06T20:39:16.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-06T20:39:16.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-06T20:39:16.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.119s coverage: 71.3% of statements [2021-05-06T20:39:16.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-06T20:39:16.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-06T20:39:16.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.189s coverage: 87.7% of statements [2021-05-06T20:39:16.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-06T20:39:16.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T20:39:16.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.065s coverage: 78.9% of statements [2021-05-06T20:39:16.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-06T20:39:19.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.414s coverage: 28.6% of statements [2021-05-06T20:39:19.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-06T20:39:19.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-06T20:39:19.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-06T20:39:19.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-06T20:39:19.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-06T20:39:19.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.107s coverage: 100.0% of statements [2021-05-06T20:39:19.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-06T20:39:19.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.139s coverage: 100.0% of statements [2021-05-06T20:39:19.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-06T20:39:19.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.177s coverage: 86.7% of statements [2021-05-06T20:39:19.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-06T20:39:19.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.269s coverage: 97.5% of statements [2021-05-06T20:39:19.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-06T20:39:19.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.084s coverage: 78.3% of statements [2021-05-06T20:39:19.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-06T20:39:19.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-06T20:39:19.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-06T20:39:19.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-06T20:39:22.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.473s coverage: 95.1% of statements [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-06T20:39:22.314Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-06T20:39:22.314Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.105s coverage: 0.9% of statements [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-06T20:39:22.314Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.093s coverage: 22.6% of statements [2021-05-06T20:39:22.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-06T20:39:22.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 47.1% of statements [2021-05-06T20:39:22.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.085s coverage: 79.5% of statements [2021-05-06T20:39:22.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements [2021-05-06T20:39:22.863Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements [2021-05-06T20:39:23.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.085s coverage: 87.5% of statements [2021-05-06T20:39:35.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.079s coverage: 94.4% of statements [2021-05-06T20:39:35.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.072s coverage: 44.8% of statements [2021-05-06T20:39:38.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.314s coverage: 81.8% of statements [2021-05-06T20:39:38.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.114s coverage: 92.9% of statements [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 76.0% of statements [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.0% of statements [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.091s coverage: 87.2% of statements [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.110s coverage: 85.4% of statements [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.102s coverage: 91.2% of statements [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.268s coverage: 64.4% of statements [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.526s coverage: 66.9% of statements [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.252s coverage: 43.4% of statements [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.055s coverage: 89.5% of statements [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.265s coverage: 47.0% of statements [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.157s coverage: 100.0% of statements [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.069s coverage: 100.0% of statements [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.074s coverage: 9.6% of statements [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-06T20:39:47.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.169s coverage: 92.6% of statements [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T20:39:47.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-06T20:39:49.901Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.151s coverage: 28.7% of statements [2021-05-06T20:39:49.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-06T20:39:49.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-06T20:39:49.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-06T20:39:49.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-06T20:39:49.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-06T20:39:49.901Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.121s coverage: 99.0% of statements [2021-05-06T20:39:49.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-06T20:39:49.901Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.070s coverage: 100.0% of statements [2021-05-06T20:39:49.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-06T20:39:49.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-06T20:39:49.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-06T20:39:49.901Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.113s coverage: 64.6% of statements [2021-05-06T20:39:49.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-06T20:39:50.881Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.148s coverage: 97.6% of statements [2021-05-06T20:39:50.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-06T20:39:50.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T20:39:50.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-06T20:39:50.881Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-05-06T20:39:50.881Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-06T20:39:50.881Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-05-06T20:39:50.881Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-06T20:39:50.881Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-06T20:39:50.881Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-06T20:39:50.881Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-06T20:39:50.881Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.070s coverage: 87.9% of statements [2021-05-06T20:39:50.881Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-06T20:39:50.881Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-06T20:39:50.881Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-05-06T20:39:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.072s coverage: 28.1% of statements [2021-05-06T20:39:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-06T20:39:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-05-06T20:39:51.749Z] GO111MODULE=on go vet ./... [2021-05-06T20:40:31.630Z] gofmt -l . [2021-05-06T20:40:31.900Z] [ "`gofmt -l .`" = "" ] [2021-05-06T20:40:32.855Z] ./bin/test-go-mod-tidy.sh [2021-05-06T20:40:33.123Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-06T20:40:34.720Z] + ls -al . [2021-05-06T20:40:34.720Z] total 816 [2021-05-06T20:40:34.720Z] drwxrwxr-x 10 1001 1001 4096 May 6 20:40 . [2021-05-06T20:40:34.721Z] drwxr-xr-x 4 root root 28 May 6 20:38 .. [2021-05-06T20:40:34.721Z] -rw-rw-r-- 1 1001 1001 11 May 6 20:36 .dockerignore [2021-05-06T20:40:34.721Z] drwxrwxr-x 8 1001 1001 179 May 6 20:36 .git [2021-05-06T20:40:34.721Z] drwxrwxr-x 3 1001 1001 125 May 6 20:36 .github [2021-05-06T20:40:34.721Z] -rw-rw-r-- 1 1001 1001 818 May 6 20:36 .gitignore [2021-05-06T20:40:34.721Z] drwx------ 3 1001 1001 60 May 6 20:37 .semver [2021-05-06T20:40:34.721Z] -rw-rw-r-- 1 1001 1001 166 May 6 20:36 .sonarcloud.properties [2021-05-06T20:40:34.721Z] -rw-rw-r-- 1 1001 1001 8609 May 6 20:36 Attribution.txt [2021-05-06T20:40:34.721Z] -rw-rw-r-- 1 1001 1001 3804 May 6 20:36 CONTRIBUTING.md [2021-05-06T20:40:34.721Z] -rw-rw-r-- 1 1001 1001 931 May 6 20:36 Dockerfile.build [2021-05-06T20:40:34.721Z] -rw-rw-r-- 1 1001 1001 863 May 6 20:36 Jenkinsfile [2021-05-06T20:40:34.721Z] -rw-rw-r-- 1 1001 1001 10775 May 6 20:36 LICENSE [2021-05-06T20:40:34.721Z] -rw-rw-r-- 1 1001 1001 5774 May 6 20:36 Makefile [2021-05-06T20:40:34.721Z] -rw-rw-r-- 1 1001 1001 7978 May 6 20:36 README.md [2021-05-06T20:40:34.721Z] -rw-rw-r-- 1 1001 1001 6755 May 6 20:36 SECURITY.md [2021-05-06T20:40:34.721Z] -rw-rw-r-- 1 1001 1001 5 May 6 20:37 VERSION [2021-05-06T20:40:34.721Z] -rw-rw-r-- 1 1001 1001 4131 May 6 20:36 ZMQWindows.md [2021-05-06T20:40:34.721Z] drwxrwxr-x 2 1001 1001 117 May 6 20:36 bin [2021-05-06T20:40:34.721Z] drwxrwxr-x 14 1001 1001 4096 May 6 20:36 cmd [2021-05-06T20:40:34.721Z] -rw-r--r-- 1 root root 705232 May 6 20:39 coverage.out [2021-05-06T20:40:34.721Z] -rw-r--r-- 1 root root 1060 May 6 20:40 go.mod [2021-05-06T20:40:34.721Z] -rw-r--r-- 1 root root 21706 May 6 20:38 go.sum [2021-05-06T20:40:34.721Z] drwxrwxr-x 8 1001 1001 127 May 6 20:36 internal [2021-05-06T20:40:34.721Z] drwxrwxr-x 4 1001 1001 26 May 6 20:36 openapi [2021-05-06T20:40:34.721Z] drwxrwxr-x 4 1001 1001 71 May 6 20:36 snap [2021-05-06T20:40:34.721Z] -rw-rw-r-- 1 1001 1001 168 May 6 20:36 version.go [Pipeline] sh [2021-05-06T20:40:35.024Z] + '[' -e coverage.out ] [2021-05-06T20:40:35.024Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-06T20:40:35.297Z] Stashed 1 file(s) [Pipeline] sh [2021-05-06T20:40:35.596Z] + make build [2021-05-06T20:40:35.596Z] 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-06T20:40:38.161Z] 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-06T20:40:50.604Z] 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-06T20:40:50.604Z] 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-06T20:40:52.532Z] 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-06T20:40:52.798Z] 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-06T20:40:54.747Z] 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-06T20:40:56.684Z] 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-06T20:40:58.083Z] 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-06T20:40:59.040Z] 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-06T20:41:00.451Z] 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-06T20:41:01.864Z] 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-06T20:41:04.447Z] $ docker stop --time=1 497abd12a933cbbee8d12f1e9b548810514d928681302c4766c080f31f99a8f6 [2021-05-06T20:41:06.115Z] $ docker rm -f 497abd12a933cbbee8d12f1e9b548810514d928681302c4766c080f31f99a8f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:41:09.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T20:41:09.301Z] [2021-05-06T20:41:09.301Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:41:09.627Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T20:41:09.627Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-06T20:41:09.627Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-06T20:41:09.627Z] ca9280d653b3: Pulling fs layer [2021-05-06T20:41:09.627Z] 7e9c9ca2126c: Pulling fs layer [2021-05-06T20:41:09.627Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-06T20:41:09.627Z] cbdbe7a5bc2a: Download complete [2021-05-06T20:41:10.204Z] ca9280d653b3: Verifying Checksum [2021-05-06T20:41:10.204Z] ca9280d653b3: Download complete [2021-05-06T20:41:10.204Z] cbdbe7a5bc2a: Pull complete [2021-05-06T20:41:11.181Z] 7e9c9ca2126c: Verifying Checksum [2021-05-06T20:41:11.181Z] 7e9c9ca2126c: Download complete [2021-05-06T20:41:11.457Z] ca9280d653b3: Pull complete [2021-05-06T20:41:19.659Z] 7e9c9ca2126c: Pull complete [2021-05-06T20:41:19.659Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-06T20:41:19.659Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T20:41:19.659Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-06T20:41:19.894Z] prd-centos7-docker-4c-2g-3318 does not seem to be running inside a container [2021-05-06T20:41:19.955Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-06T20:41:21.928Z] $ docker top cdfaebd7e741ad5834b9862c4cd9a09cf092b4f921f39a05a4205918be33eab7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T20:41:22.393Z] + docker-compose build --help [2021-05-06T20:41:22.394Z] + grep parallel [2021-05-06T20:41:23.352Z] --parallel Build images in parallel. [Pipeline] } [2021-05-06T20:41:23.635Z] $ docker stop --time=1 cdfaebd7e741ad5834b9862c4cd9a09cf092b4f921f39a05a4205918be33eab7 [2021-05-06T20:41:25.950Z] $ docker rm -f cdfaebd7e741ad5834b9862c4cd9a09cf092b4f921f39a05a4205918be33eab7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:41:26.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T20:41:26.484Z] . [Pipeline] withDockerContainer [2021-05-06T20:41:26.606Z] prd-centos7-docker-4c-2g-3318 does not seem to be running inside a container [2021-05-06T20:41:26.659Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-06T20:41:27.593Z] $ docker top b92f61a78e58bbcb994b347ef348f8a07830c6bd710e26d4aead7d2d8cf7fc96 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T20:41:28.089Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-06T20:41:29.137Z] Building docker-core-command-go ... [2021-05-06T20:41:29.137Z] Building docker-core-data-go ... [2021-05-06T20:41:29.137Z] Building docker-core-metadata-go ... [2021-05-06T20:41:29.137Z] Building docker-security-bootstrapper-go ... [2021-05-06T20:41:29.137Z] Building docker-security-proxy-setup-go ... [2021-05-06T20:41:29.137Z] Building docker-security-secretstore-setup-go ... [2021-05-06T20:41:29.137Z] Building docker-support-notifications-go ... [2021-05-06T20:41:29.137Z] Building docker-support-scheduler-go ... [2021-05-06T20:41:29.137Z] Building docker-sys-mgmt-agent-go ... [2021-05-06T20:41:29.137Z] Building docker-support-notifications-go [2021-05-06T20:41:29.137Z] Building docker-security-bootstrapper-go [2021-05-06T20:41:29.137Z] Building docker-security-proxy-setup-go [2021-05-06T20:41:29.137Z] Building docker-core-command-go [2021-05-06T20:41:29.137Z] Building docker-sys-mgmt-agent-go [2021-05-06T20:42:02.234Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3322 in /w/workspace/edgexfoundry_edgex-go_PR-3425 [Pipeline] { [Pipeline] ws [2021-05-06T20:42:02.255Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-05-06T20:42:07.539Z] using credential edgex-jenkins-ssh [2021-05-06T20:42:07.555Z] Cloning the remote Git repository [2021-05-06T20:42:08.207Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:42:08.207Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:42:08.207Z] ---> 1fee8ac6f665 [2021-05-06T20:42:08.207Z] Step 3/22 : WORKDIR /edgex-go [2021-05-06T20:42:08.207Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:42:08.207Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:42:08.207Z] ---> 1fee8ac6f665 [2021-05-06T20:42:08.207Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T20:42:08.207Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:42:08.207Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:42:08.207Z] ---> 1fee8ac6f665 [2021-05-06T20:42:08.207Z] Step 3/21 : WORKDIR /edgex-go [2021-05-06T20:42:08.207Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:42:08.207Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:42:08.207Z] ---> 1fee8ac6f665 [2021-05-06T20:42:08.207Z] Step 3/31 : WORKDIR /edgex-go [2021-05-06T20:42:08.207Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:42:08.207Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:42:08.207Z] ---> 1fee8ac6f665 [2021-05-06T20:42:08.207Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T20:42:08.207Z] ---> Running in 665a9c66a609 [2021-05-06T20:42:08.207Z] ---> Running in 30ae328153c8 [2021-05-06T20:42:08.207Z] ---> Running in ba1e3338ea0c [2021-05-06T20:42:08.207Z] ---> Running in 6c8f5168708e [2021-05-06T20:42:08.207Z] ---> Running in a2477fe4be47 [2021-05-06T20:42:08.207Z] Removing intermediate container 665a9c66a609 [2021-05-06T20:42:08.207Z] ---> b1c9095bba44 [2021-05-06T20:42:08.207Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:42:08.207Z] Removing intermediate container a2477fe4be47 [2021-05-06T20:42:08.207Z] ---> eb8745392a27 [2021-05-06T20:42:08.207Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:42:08.207Z] Removing intermediate container 6c8f5168708e [2021-05-06T20:42:08.207Z] ---> 626d117f1510 [2021-05-06T20:42:08.207Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:42:08.207Z] Removing intermediate container 30ae328153c8 [2021-05-06T20:42:08.207Z] ---> 3fe007be94b7 [2021-05-06T20:42:08.207Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:42:08.207Z] Removing intermediate container ba1e3338ea0c [2021-05-06T20:42:08.207Z] ---> 441aa82ae296 [2021-05-06T20:42:08.207Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:42:08.207Z] ---> Running in 621c773ba192 [2021-05-06T20:42:08.207Z] ---> Running in 3406ac8f7b19 [2021-05-06T20:42:08.207Z] ---> Running in 0c4162ace4ed [2021-05-06T20:42:08.207Z] ---> Running in e87cc09dec39 [2021-05-06T20:42:08.207Z] ---> Running in 7be0b225cd3c [2021-05-06T20:42:07.576Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-06T20:42:07.794Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-05-06T20:42:07.938Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-06T20:42:07.939Z] > git --version # timeout=10 [2021-05-06T20:42:07.999Z] > git --version # 'git version 2.17.1' [2021-05-06T20:42:08.000Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T20:42:08.071Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T20:42:09.616Z] Removing intermediate container 621c773ba192 [2021-05-06T20:42:09.616Z] ---> 3168cf6db93b [2021-05-06T20:42:09.616Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-06T20:42:09.616Z] Removing intermediate container 3406ac8f7b19 [2021-05-06T20:42:09.616Z] ---> f9568d3376d3 [2021-05-06T20:42:09.616Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-06T20:42:09.616Z] Removing intermediate container e87cc09dec39 [2021-05-06T20:42:09.616Z] ---> c1903481cb33 [2021-05-06T20:42:09.616Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-06T20:42:09.882Z] ---> Running in bd115ce24a33 [2021-05-06T20:42:09.882Z] ---> Running in 81f010c5ac7b [2021-05-06T20:42:09.882Z] ---> Running in 7dde5d926aec [2021-05-06T20:42:10.146Z] Removing intermediate container 7be0b225cd3c [2021-05-06T20:42:10.146Z] ---> b3e02a70ce64 [2021-05-06T20:42:10.146Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-06T20:42:10.146Z] Removing intermediate container 0c4162ace4ed [2021-05-06T20:42:10.146Z] ---> 41fa454a7a64 [2021-05-06T20:42:10.146Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-06T20:42:10.410Z] ---> Running in aebfab85c2ba [2021-05-06T20:42:10.410Z] ---> Running in c2b2efb3be06 [2021-05-06T20:42:10.998Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:42:10.998Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:42:11.263Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:42:11.263Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:42:11.263Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:42:11.840Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:42:12.108Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:42:12.108Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:42:12.388Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:42:12.658Z] OK: 219 MiB in 52 packages [2021-05-06T20:42:12.658Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:42:12.658Z] OK: 219 MiB in 52 packages [2021-05-06T20:42:12.658Z] OK: 219 MiB in 52 packages [2021-05-06T20:42:12.919Z] OK: 219 MiB in 52 packages [2021-05-06T20:42:13.184Z] OK: 219 MiB in 52 packages [2021-05-06T20:42:13.184Z] Removing intermediate container bd115ce24a33 [2021-05-06T20:42:13.184Z] ---> 185bacc97238 [2021-05-06T20:42:13.184Z] Step 6/22 : COPY go.mod . [2021-05-06T20:42:13.447Z] Removing intermediate container 81f010c5ac7b [2021-05-06T20:42:13.447Z] ---> a4e9b6a4a7af [2021-05-06T20:42:13.447Z] Step 6/23 : COPY go.mod . [2021-05-06T20:42:13.712Z] Removing intermediate container c2b2efb3be06 [2021-05-06T20:42:13.712Z] ---> 3ce41dce05c9 [2021-05-06T20:42:13.712Z] Step 6/31 : COPY go.mod . [2021-05-06T20:42:13.712Z] ---> a2604c86d482 [2021-05-06T20:42:13.712Z] Step 7/22 : RUN go mod download [2021-05-06T20:42:13.978Z] Removing intermediate container aebfab85c2ba [2021-05-06T20:42:13.978Z] ---> dfe2ca441d61 [2021-05-06T20:42:13.978Z] Step 6/21 : COPY go.mod . [2021-05-06T20:42:13.978Z] ---> 031c40112f83 [2021-05-06T20:42:13.978Z] Step 7/23 : RUN go mod download [2021-05-06T20:42:13.978Z] ---> Running in eca199f884cc [2021-05-06T20:42:14.251Z] Removing intermediate container 7dde5d926aec [2021-05-06T20:42:14.251Z] ---> 8a26aeb1a570 [2021-05-06T20:42:14.251Z] Step 6/23 : COPY go.mod . [2021-05-06T20:42:14.251Z] ---> 803bc0f4d433 [2021-05-06T20:42:14.251Z] Step 7/31 : RUN go mod download [2021-05-06T20:42:14.251Z] ---> Running in 262d7c2b4529 [2021-05-06T20:42:14.515Z] ---> Running in 586fcf1311fd [2021-05-06T20:42:14.515Z] ---> 9755d32e78cb [2021-05-06T20:42:14.515Z] Step 7/21 : RUN go mod download [2021-05-06T20:42:14.778Z] ---> 49492b924f7a [2021-05-06T20:42:14.778Z] Step 7/23 : RUN go mod download [2021-05-06T20:42:14.778Z] ---> Running in 0eccb6d38e43 [2021-05-06T20:42:15.045Z] ---> Running in 898d5a8a4d19 [2021-05-06T20:42:16.472Z] Removing intermediate container 586fcf1311fd [2021-05-06T20:42:16.472Z] ---> 1e4327e65c37 [2021-05-06T20:42:16.472Z] Step 8/31 : COPY . . [2021-05-06T20:42:16.472Z] Removing intermediate container 262d7c2b4529 [2021-05-06T20:42:16.472Z] ---> 0e9c4b6d96b5 [2021-05-06T20:42:16.472Z] Step 8/23 : COPY . . [2021-05-06T20:42:16.737Z] Removing intermediate container 0eccb6d38e43 [2021-05-06T20:42:16.737Z] ---> 10a40e456802 [2021-05-06T20:42:16.737Z] Step 8/21 : COPY . . [2021-05-06T20:42:17.702Z] Removing intermediate container eca199f884cc [2021-05-06T20:42:17.702Z] ---> 7c9d771dfcbc [2021-05-06T20:42:17.702Z] Step 8/22 : COPY . . [2021-05-06T20:42:21.053Z] Removing intermediate container 898d5a8a4d19 [2021-05-06T20:42:21.053Z] ---> f579dd7cb512 [2021-05-06T20:42:21.053Z] Step 8/23 : COPY . . [2021-05-06T20:42:30.965Z] Merging remotes/origin/master commit 3103214cdd745ba99e56243b14eeb2a0a0c23a57 into PR head commit 67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:42:30.095Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-06T20:42:30.125Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T20:42:30.148Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-06T20:42:30.176Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-06T20:42:30.177Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T20:42:30.189Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3425/head:refs/remotes/origin/PR-3425 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T20:42:30.959Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T20:42:30.973Z] > git checkout -f 67fee59e64b61cdd0895e8ba5c58477333fdda5a # timeout=10 [2021-05-06T20:42:31.393Z] Merge succeeded, producing 67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:42:31.394Z] Checking out Revision 67fee59e64b61cdd0895e8ba5c58477333fdda5a (PR-3425) [2021-05-06T20:42:31.297Z] > git remote # timeout=10 [2021-05-06T20:42:31.313Z] > git config --get remote.origin.url # timeout=10 [2021-05-06T20:42:31.325Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T20:42:31.336Z] > git merge 3103214cdd745ba99e56243b14eeb2a0a0c23a57 # timeout=10 [2021-05-06T20:42:31.357Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-06T20:42:31.377Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T20:42:31.387Z] > git checkout -f 67fee59e64b61cdd0895e8ba5c58477333fdda5a # timeout=10 [2021-05-06T20:42:35.808Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T20:42:37.141Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-06T20:42:37.548Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T20:42:37.929Z] + true [2021-05-06T20:42:37.929Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T20:42:39.940Z] provisioning config files... [2021-05-06T20:42:39.981Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config264441622382212926tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:42:40.350Z] ---> docker-login.sh [2021-05-06T20:42:40.350Z] nexus3.edgexfoundry.org:10001 [2021-05-06T20:42:41.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:42:41.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:42:41.603Z] Configure a credential helper to remove this warning. See [2021-05-06T20:42:41.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:42:41.603Z] [2021-05-06T20:42:41.603Z] Login Succeeded [2021-05-06T20:42:41.603Z] nexus3.edgexfoundry.org:10002 [2021-05-06T20:42:41.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:42:42.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:42:42.151Z] Configure a credential helper to remove this warning. See [2021-05-06T20:42:42.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:42:42.151Z] [2021-05-06T20:42:42.151Z] Login Succeeded [2021-05-06T20:42:42.151Z] nexus3.edgexfoundry.org:10003 [2021-05-06T20:42:42.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:42:42.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:42:42.698Z] Configure a credential helper to remove this warning. See [2021-05-06T20:42:42.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:42:42.698Z] [2021-05-06T20:42:42.698Z] Login Succeeded [2021-05-06T20:42:42.698Z] nexus3.edgexfoundry.org:10004 [2021-05-06T20:42:42.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:42:42.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:42:42.970Z] Configure a credential helper to remove this warning. See [2021-05-06T20:42:42.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:42:42.970Z] [2021-05-06T20:42:42.970Z] Login Succeeded [2021-05-06T20:42:42.970Z] docker.io [2021-05-06T20:42:43.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:42:43.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:42:43.837Z] Configure a credential helper to remove this warning. See [2021-05-06T20:42:43.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:42:43.837Z] [2021-05-06T20:42:43.837Z] Login Succeeded [2021-05-06T20:42:43.837Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T20:42:43.855Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-06T20:42:44.148Z] ========================================================= [2021-05-06T20:42:44.148Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-06T20:42:44.148Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:42:44.493Z] + 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-06T20:42:46.475Z] Sending build context to Docker daemon 167.6MB [2021-05-06T20:42:46.750Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-06T20:42:46.750Z] Step 2/6 : FROM ${BASE} [2021-05-06T20:42:46.750Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-06T20:42:46.750Z] 595b0fe564bb: Pulling fs layer [2021-05-06T20:42:46.750Z] 7186ed65a4f7: Pulling fs layer [2021-05-06T20:42:46.751Z] 316046926c0a: Pulling fs layer [2021-05-06T20:42:46.751Z] 4ebd0625c992: Pulling fs layer [2021-05-06T20:42:46.751Z] 207e8628e3a3: Pulling fs layer [2021-05-06T20:42:46.751Z] c791037a9be2: Pulling fs layer [2021-05-06T20:42:46.751Z] ffd874e62e21: Pulling fs layer [2021-05-06T20:42:46.751Z] 4ebd0625c992: Waiting [2021-05-06T20:42:46.751Z] 207e8628e3a3: Waiting [2021-05-06T20:42:46.751Z] c791037a9be2: Waiting [2021-05-06T20:42:46.751Z] ffd874e62e21: Waiting [2021-05-06T20:42:46.751Z] 316046926c0a: Download complete [2021-05-06T20:42:46.751Z] 7186ed65a4f7: Download complete [2021-05-06T20:42:46.751Z] 207e8628e3a3: Verifying Checksum [2021-05-06T20:42:46.751Z] 207e8628e3a3: Download complete [2021-05-06T20:42:46.751Z] c791037a9be2: Download complete [2021-05-06T20:42:46.751Z] 595b0fe564bb: Download complete [2021-05-06T20:42:47.351Z] 595b0fe564bb: Pull complete [2021-05-06T20:42:47.952Z] 7186ed65a4f7: Pull complete [2021-05-06T20:42:48.226Z] 316046926c0a: Pull complete [2021-05-06T20:42:49.220Z] ffd874e62e21: Verifying Checksum [2021-05-06T20:42:49.220Z] ffd874e62e21: Download complete [2021-05-06T20:42:50.205Z] 4ebd0625c992: Verifying Checksum [2021-05-06T20:42:50.205Z] 4ebd0625c992: Download complete [2021-05-06T20:42:53.356Z] ---> cafb8a3ac3fa [2021-05-06T20:42:53.356Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-06T20:42:53.356Z] ---> 0b80d758e3c3 [2021-05-06T20:42:53.356Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-06T20:42:53.356Z] ---> 9d1baa30003f [2021-05-06T20:42:53.356Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-06T20:42:53.356Z] ---> b2a3ea360c38 [2021-05-06T20:42:53.356Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-06T20:42:53.356Z] ---> 6141fdf496df [2021-05-06T20:42:53.356Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-06T20:42:53.356Z] ---> Running in 6ab7041e3924 [2021-05-06T20:42:53.356Z] ---> Running in 3d845e2254df [2021-05-06T20:42:53.356Z] ---> Running in f5130cffd987 [2021-05-06T20:42:53.356Z] ---> Running in 99e837927993 [2021-05-06T20:42:53.356Z] ---> Running in bc7104a386bf [2021-05-06T20:42:54.346Z] 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-06T20:42:54.346Z] 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-06T20:42:54.346Z] 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-06T20:42:54.346Z] 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-06T20:42:54.346Z] 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-06T20:43:00.354Z] 4ebd0625c992: Pull complete [2021-05-06T20:43:00.354Z] 207e8628e3a3: Pull complete [2021-05-06T20:43:00.629Z] c791037a9be2: Pull complete [2021-05-06T20:43:04.022Z] ffd874e62e21: Pull complete [2021-05-06T20:43:04.022Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-06T20:43:04.022Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-06T20:43:04.022Z] ---> cfc18b08335c [2021-05-06T20:43:04.022Z] 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-06T20:43:07.444Z] ---> Running in bd3c9367bc0d [2021-05-06T20:43:08.420Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T20:43:09.865Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T20:43:10.842Z] (1/12) Installing libmagic (5.39-r0) [2021-05-06T20:43:11.111Z] (2/12) Installing file (5.39-r0) [2021-05-06T20:43:11.111Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-06T20:43:11.381Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-06T20:43:15.667Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-06T20:43:15.667Z] (6/12) Installing patch (2.7.6-r6) [2021-05-06T20:43:15.942Z] (7/12) Installing build-base (0.5-r2) [2021-05-06T20:43:15.942Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-06T20:43:15.942Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-06T20:43:16.212Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-06T20:43:16.212Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-06T20:43:16.487Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-06T20:43:16.487Z] Executing busybox-1.32.1-r6.trigger [2021-05-06T20:43:16.487Z] OK: 218 MiB in 52 packages [2021-05-06T20:43:20.781Z] Removing intermediate container bd3c9367bc0d [2021-05-06T20:43:20.781Z] ---> cc67373c44ae [2021-05-06T20:43:20.781Z] Step 4/6 : WORKDIR /edgex-go [2021-05-06T20:43:20.781Z] ---> Running in 075b4b5c7a47 [2021-05-06T20:43:21.052Z] Removing intermediate container 075b4b5c7a47 [2021-05-06T20:43:21.052Z] ---> 4af8eac83cd6 [2021-05-06T20:43:21.052Z] Step 5/6 : COPY go.mod . [2021-05-06T20:43:21.645Z] ---> 7b6615f68ad8 [2021-05-06T20:43:21.645Z] Step 6/6 : RUN go mod download [2021-05-06T20:43:21.920Z] ---> Running in e12f1ee29c3c [2021-05-06T20:43:33.258Z] 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-06T20:43:37.552Z] Removing intermediate container 6ab7041e3924 [2021-05-06T20:43:37.552Z] ---> 682b9c5de328 [2021-05-06T20:43:37.552Z] [2021-05-06T20:43:37.552Z] Step 10/31 : FROM alpine:3.12 [2021-05-06T20:43:37.552Z] 3.12: Pulling from library/alpine [2021-05-06T20:43:40.119Z] Removing intermediate container 3d845e2254df [2021-05-06T20:43:40.119Z] ---> 832feb6ba0f3 [2021-05-06T20:43:40.119Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-06T20:43:40.119Z] Removing intermediate container bc7104a386bf [2021-05-06T20:43:40.119Z] ---> b4b1fe9efd9d [2021-05-06T20:43:40.119Z] [2021-05-06T20:43:40.119Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T20:43:40.119Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T20:43:40.119Z] 3.12: Pulling from library/alpine [2021-05-06T20:43:40.119Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T20:43:41.513Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T20:43:41.513Z] ---> 13621d1b12d4 [2021-05-06T20:43:41.513Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-06T20:43:41.513Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T20:43:41.513Z] ---> 13621d1b12d4 [2021-05-06T20:43:41.513Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-06T20:43:41.513Z] Removing intermediate container f5130cffd987 [2021-05-06T20:43:41.513Z] ---> c429c5a25f47 [2021-05-06T20:43:41.513Z] [2021-05-06T20:43:41.513Z] Step 10/22 : FROM alpine:3.12 [2021-05-06T20:43:41.513Z] ---> 13621d1b12d4 [2021-05-06T20:43:41.513Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-06T20:43:41.779Z] ---> Running in f53c8368b116 [2021-05-06T20:43:41.779Z] ---> Running in 3e79aa1a3318 [2021-05-06T20:43:41.779Z] ---> Running in af68124810a7 [2021-05-06T20:43:41.779Z] ---> Running in e9c5d1da7eac [2021-05-06T20:43:42.729Z] Removing intermediate container af68124810a7 [2021-05-06T20:43:42.729Z] ---> af7b5905fefd [2021-05-06T20:43:42.729Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-06T20:43:43.679Z] ---> Running in b413773ebb97 [2021-05-06T20:43:43.959Z] Removing intermediate container 99e837927993 [2021-05-06T20:43:43.959Z] ---> 9cb20644684c [2021-05-06T20:43:43.959Z] [2021-05-06T20:43:43.959Z] Step 10/21 : FROM alpine:3.12 [2021-05-06T20:43:43.959Z] ---> 13621d1b12d4 [2021-05-06T20:43:43.959Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-06T20:43:43.959Z] ---> Running in f8c54ca04c68 [2021-05-06T20:43:43.959Z] 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-06T20:43:44.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:43:44.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:43:44.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:43:44.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:43:44.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:43:44.783Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-06T20:43:44.783Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:43:44.783Z] OK: 6 MiB in 15 packages [2021-05-06T20:43:44.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:43:44.783Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-06T20:43:44.783Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-06T20:43:44.783Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:43:44.783Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T20:43:44.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:43:44.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:43:45.048Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-06T20:43:45.048Z] (2/2) Installing su-exec (0.2-r1) [2021-05-06T20:43:45.048Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:43:45.048Z] OK: 6 MiB in 16 packages [2021-05-06T20:43:45.048Z] OK: 6 MiB in 16 packages [2021-05-06T20:43:45.048Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-06T20:43:45.048Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T20:43:45.048Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-06T20:43:45.048Z] (4/4) Installing curl (7.76.1-r0) [2021-05-06T20:43:45.322Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:43:45.322Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T20:43:45.322Z] OK: 7 MiB in 18 packages [2021-05-06T20:43:47.251Z] Removing intermediate container e9c5d1da7eac [2021-05-06T20:43:47.251Z] ---> 674d47895ae2 [2021-05-06T20:43:47.251Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T20:43:47.514Z] Removing intermediate container b413773ebb97 [2021-05-06T20:43:47.514Z] ---> b012f1863fa9 [2021-05-06T20:43:47.514Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-06T20:43:47.514Z] ---> Running in d2dfc68fe509 [2021-05-06T20:43:47.514Z] Removing intermediate container 3e79aa1a3318 [2021-05-06T20:43:47.514Z] ---> cf3532ae1935 [2021-05-06T20:43:47.514Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T20:43:48.468Z] Removing intermediate container f53c8368b116 [2021-05-06T20:43:48.468Z] ---> ca6161b3790f [2021-05-06T20:43:48.468Z] [2021-05-06T20:43:48.468Z] Step 11/23 : FROM docker:20.10.0 [2021-05-06T20:43:48.468Z] 20.10.0: Pulling from library/docker [2021-05-06T20:43:48.468Z] ---> Running in 5e7a108fa2b8 [2021-05-06T20:43:48.468Z] ---> Running in 90a9b5923f12 [2021-05-06T20:43:48.468Z] Removing intermediate container d2dfc68fe509 [2021-05-06T20:43:48.468Z] ---> db07d757fa84 [2021-05-06T20:43:48.468Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-06T20:43:48.468Z] Removing intermediate container f8c54ca04c68 [2021-05-06T20:43:48.468Z] ---> ffd594f1f354 [2021-05-06T20:43:48.468Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-06T20:43:48.719Z] Removing intermediate container e12f1ee29c3c [2021-05-06T20:43:48.719Z] ---> 746c819901f8 [2021-05-06T20:43:48.719Z] Successfully built 746c819901f8 [2021-05-06T20:43:48.719Z] Successfully tagged ci-base-image-arm64:latest [2021-05-06T20:43:48.731Z] ---> Running in 7943c17dd9c1 [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:43:48.993Z] ---> Running in 4ca2a83e0981 [2021-05-06T20:43:48.993Z] Removing intermediate container 90a9b5923f12 [2021-05-06T20:43:48.993Z] ---> 1f915d3617cb [2021-05-06T20:43:48.993Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-06T20:43:49.058Z] + docker inspect -f . ci-base-image-arm64 [2021-05-06T20:43:49.058Z] . [Pipeline] withDockerContainer [2021-05-06T20:43:49.256Z] Removing intermediate container 5e7a108fa2b8 [2021-05-06T20:43:49.256Z] ---> 57201af53fa7 [2021-05-06T20:43:49.256Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-06T20:43:49.256Z] ---> Running in 29c85d70dddf [2021-05-06T20:43:49.297Z] prd-ubuntu18.04-docker-arm64-4c-16g-3322 does not seem to be running inside a container [2021-05-06T20:43:49.389Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2021-05-06T20:43:49.524Z] Removing intermediate container 4ca2a83e0981 [2021-05-06T20:43:49.524Z] ---> a0543f313e63 [2021-05-06T20:43:49.524Z] Step 13/21 : WORKDIR /edgex [2021-05-06T20:43:49.524Z] Removing intermediate container 7943c17dd9c1 [2021-05-06T20:43:49.524Z] ---> 86439c89c7c4 [2021-05-06T20:43:49.524Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-06T20:43:49.790Z] ---> Running in 27fc651fc2ea [2021-05-06T20:43:49.790Z] ---> Running in 6d4d7186eddf [2021-05-06T20:43:49.790Z] ---> Running in 74f6b1386c2e [2021-05-06T20:43:50.054Z] Removing intermediate container 29c85d70dddf [2021-05-06T20:43:50.054Z] ---> c7d611d44b57 [2021-05-06T20:43:50.054Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-06T20:43:50.054Z] Removing intermediate container 27fc651fc2ea [2021-05-06T20:43:50.054Z] ---> 1fd9feb08518 [2021-05-06T20:43:50.054Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-06T20:43:50.054Z] ---> Running in 26032ec3cf47 [2021-05-06T20:43:50.325Z] ---> Running in 637493542a04 [2021-05-06T20:43:50.593Z] Removing intermediate container 6d4d7186eddf [2021-05-06T20:43:50.593Z] ---> 69c7cb08a2fc [2021-05-06T20:43:50.593Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-06T20:43:50.593Z] Removing intermediate container 74f6b1386c2e [2021-05-06T20:43:50.593Z] ---> 4a15307ed037 [2021-05-06T20:43:50.593Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T20:43:50.697Z] $ docker top 28f0b6204ad8b57d8d6171c711d9b5e77d1a7407b547b0d4a95f20dad971bf3a -eo pid,comm [2021-05-06T20:43:50.860Z] Removing intermediate container 637493542a04 [2021-05-06T20:43:50.860Z] ---> c4925247de85 [2021-05-06T20:43:50.860Z] Step 15/23 : WORKDIR / [2021-05-06T20:43:50.860Z] ---> Running in ad7385b3ad40 [Pipeline] { [Pipeline] sh [2021-05-06T20:43:51.446Z] ---> ef8b286132da [2021-05-06T20:43:51.446Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-06T20:43:51.446Z] ---> 74da3b530893 [2021-05-06T20:43:51.446Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-06T20:43:51.617Z] + go version [2021-05-06T20:43:51.617Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-06T20:43:51.653Z] $ docker stop --time=1 28f0b6204ad8b57d8d6171c711d9b5e77d1a7407b547b0d4a95f20dad971bf3a [2021-05-06T20:43:51.715Z] Removing intermediate container ad7385b3ad40 [2021-05-06T20:43:51.715Z] ---> 3ffba0a09d28 [2021-05-06T20:43:51.715Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T20:43:51.983Z] Removing intermediate container 26032ec3cf47 [2021-05-06T20:43:51.983Z] ---> ebcf82326be0 [2021-05-06T20:43:51.983Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-06T20:43:52.577Z] ---> Running in 804bf2a53f58 [2021-05-06T20:43:52.577Z] ---> dcde5b7d0a83 [2021-05-06T20:43:52.577Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-06T20:43:52.577Z] ---> 18ab41ac90e4 [2021-05-06T20:43:52.577Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-06T20:43:52.841Z] ---> f81ece517f7f [2021-05-06T20:43:52.841Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-06T20:43:52.841Z] Removing intermediate container 804bf2a53f58 [2021-05-06T20:43:52.841Z] ---> 10985176f405 [2021-05-06T20:43:52.841Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-06T20:43:53.489Z] $ docker rm -f 28f0b6204ad8b57d8d6171c711d9b5e77d1a7407b547b0d4a95f20dad971bf3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:43:54.134Z] + docker inspect -f . ci-base-image-arm64 [2021-05-06T20:43:54.134Z] . [Pipeline] withDockerContainer [2021-05-06T20:43:54.256Z] ---> 373c344312f0 [2021-05-06T20:43:54.256Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-06T20:43:54.256Z] ---> f918b938b0f1 [2021-05-06T20:43:54.256Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-06T20:43:54.256Z] ---> d8365f8bd4c5 [2021-05-06T20:43:54.256Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-06T20:43:54.256Z] ---> b7f7cc515d57 [2021-05-06T20:43:54.256Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-06T20:43:54.256Z] ---> Running in 75e9a6936f04 [2021-05-06T20:43:54.256Z] ---> Running in 8da0d28fef2a [2021-05-06T20:43:54.256Z] ---> Running in 4bfb74a2656c [2021-05-06T20:43:54.348Z] prd-ubuntu18.04-docker-arm64-4c-16g-3322 does not seem to be running inside a container [2021-05-06T20:43:54.429Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2021-05-06T20:43:54.518Z] Removing intermediate container 75e9a6936f04 [2021-05-06T20:43:54.519Z] ---> 3161b3088273 [2021-05-06T20:43:54.519Z] Step 18/21 : CMD ["--init=true"] [2021-05-06T20:43:54.519Z] Removing intermediate container 8da0d28fef2a [2021-05-06T20:43:54.519Z] ---> 51e2404b938a [2021-05-06T20:43:54.519Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T20:43:54.784Z] ---> e0bcc4a18014 [2021-05-06T20:43:54.784Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-06T20:43:54.784Z] ---> Running in 3d79437e9f55 [2021-05-06T20:43:54.784Z] ---> Running in 7a446da6914e [2021-05-06T20:43:54.784Z] ---> Running in b48116a3da89 [2021-05-06T20:43:55.050Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-06T20:43:55.050Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-06T20:43:55.050Z] ---> aefe523efa57 [2021-05-06T20:43:55.050Z] 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-06T20:43:55.313Z] ---> Running in 9fa6ff987856 [2021-05-06T20:43:55.313Z] Removing intermediate container 3d79437e9f55 [2021-05-06T20:43:55.313Z] ---> b763e9f54ec7 [2021-05-06T20:43:55.313Z] Step 19/21 : LABEL arch=x86_64 [2021-05-06T20:43:55.313Z] Removing intermediate container 7a446da6914e [2021-05-06T20:43:55.313Z] ---> 86abd99eb70a [2021-05-06T20:43:55.313Z] Step 20/22 : LABEL arch=x86_64 [2021-05-06T20:43:55.313Z] Removing intermediate container b48116a3da89 [2021-05-06T20:43:55.313Z] ---> e7328550e81c [2021-05-06T20:43:55.313Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T20:43:55.578Z] ---> Running in 8254c2a4fe14 [2021-05-06T20:43:55.578Z] ---> Running in cd9b24963942 [2021-05-06T20:43:55.684Z] $ docker top 7f6fc111f0d8c0b7190648d4c946d82eb155acebd3d647c36935b100d2b212d3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-06T20:43:55.963Z] ========================================================= [2021-05-06T20:43:55.963Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-06T20:43:55.963Z] ========================================================= [Pipeline] sh [2021-05-06T20:43:56.155Z] ---> Running in 4007779b3521 [2021-05-06T20:43:56.155Z] Removing intermediate container 9fa6ff987856 [2021-05-06T20:43:56.155Z] ---> db943dfbadbc [2021-05-06T20:43:56.155Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-06T20:43:56.421Z] ---> Running in a77e5b2f74a7 [2021-05-06T20:43:56.421Z] Removing intermediate container cd9b24963942 [2021-05-06T20:43:56.421Z] ---> 3990cb4e7424 [2021-05-06T20:43:56.421Z] Step 21/22 : LABEL git_sha=67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:43:56.421Z] Removing intermediate container 4bfb74a2656c [2021-05-06T20:43:56.421Z] ---> 15898f5080d9 [2021-05-06T20:43:56.421Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T20:43:56.606Z] + go mod tidy [2021-05-06T20:43:56.690Z] Removing intermediate container 8254c2a4fe14 [2021-05-06T20:43:56.690Z] ---> 2b0e17c530e3 [2021-05-06T20:43:56.690Z] Step 20/21 : LABEL git_sha=67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:43:56.690Z] Removing intermediate container 4007779b3521 [2021-05-06T20:43:56.690Z] ---> 9d6e2c1e5872 [2021-05-06T20:43:56.690Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T20:43:56.690Z] ---> Running in e1844d134a2d [2021-05-06T20:43:56.690Z] ---> Running in 6044b9469312 [2021-05-06T20:43:56.958Z] ---> Running in c30c2dd72796 [2021-05-06T20:43:56.958Z] ---> 7269d1e1e686 [2021-05-06T20:43:56.958Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-06T20:43:56.958Z] Removing intermediate container e1844d134a2d [2021-05-06T20:43:56.958Z] ---> faf610e3eb87 [2021-05-06T20:43:56.958Z] Step 22/22 : LABEL version=0.0.0 [2021-05-06T20:43:57.235Z] Removing intermediate container 6044b9469312 [2021-05-06T20:43:57.235Z] ---> c0f8b236c4de [2021-05-06T20:43:57.235Z] Step 21/21 : LABEL version=0.0.0 [2021-05-06T20:43:57.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:43:57.235Z] ---> Running in f9e1971ac410 [2021-05-06T20:43:57.235Z] Removing intermediate container c30c2dd72796 [2021-05-06T20:43:57.235Z] ---> c513b61700af [2021-05-06T20:43:57.235Z] Step 22/23 : LABEL git_sha=67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:43:57.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:43:57.509Z] ---> Running in d26ed3dc4379 [2021-05-06T20:43:57.509Z] ---> Running in e5ca62192a17 [2021-05-06T20:43:57.509Z] (1/39) Installing readline (8.0.4-r0) [2021-05-06T20:43:57.509Z] (2/39) Installing bash (5.0.17-r0) [2021-05-06T20:43:57.509Z] Executing bash-5.0.17-r0.post-install [2021-05-06T20:43:57.509Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T20:43:57.509Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-06T20:43:57.509Z] (5/39) Installing curl (7.76.1-r0) [2021-05-06T20:43:57.509Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-06T20:43:57.509Z] Removing intermediate container f9e1971ac410 [2021-05-06T20:43:57.509Z] ---> f2216ddb01e3 [2021-05-06T20:43:57.509Z] [2021-05-06T20:43:57.509Z] (7/39) Installing libbz2 (1.0.8-r1) [Pipeline] sh [2021-05-06T20:43:57.771Z] (8/39) Installing expat (2.2.9-r1) [2021-05-06T20:43:57.771Z] (9/39) Installing libffi (3.3-r2) [2021-05-06T20:43:57.771Z] (10/39) Installing gdbm (1.13-r1) [2021-05-06T20:43:57.771Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-06T20:43:57.771Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-06T20:43:57.771Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-06T20:43:58.033Z] Successfully built f2216ddb01e3 [2021-05-06T20:43:58.246Z] + make test [2021-05-06T20:43:58.246Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-06T20:43:58.299Z] ---> 9a003319c083 [2021-05-06T20:43:58.299Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-06T20:43:58.299Z] Successfully tagged docker-support-notifications-go:latest [2021-05-06T20:43:58.299Z] Building docker-security-secretstore-setup-go [2021-05-06T20:43:58.299Z]  Building docker-support-notifications-go ... done Removing intermediate container d26ed3dc4379 [2021-05-06T20:43:58.299Z] ---> f26e60c23846 [2021-05-06T20:43:58.299Z] [2021-05-06T20:44:03.614Z] Removing intermediate container e5ca62192a17 [2021-05-06T20:44:03.614Z] ---> 3c1f69b87d48 [2021-05-06T20:44:03.614Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T20:44:04.193Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-06T20:44:04.193Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-06T20:44:04.193Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-06T20:44:04.193Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-06T20:44:04.456Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-06T20:44:04.456Z] Successfully built f26e60c23846 [2021-05-06T20:44:04.456Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-06T20:44:04.719Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-06T20:44:05.680Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-06T20:44:05.680Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-05-06T20:44:05.680Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-06T20:44:05.680Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-06T20:44:05.944Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-06T20:44:05.944Z] ---> b84cc4150f2c [2021-05-06T20:44:05.944Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-06T20:44:05.944Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-06T20:44:05.944Z] ---> Running in 63a990bd7715 [2021-05-06T20:44:05.944Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-06T20:44:05.944Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-06T20:44:06.527Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-06T20:44:06.790Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-06T20:44:07.739Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-06T20:44:08.002Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-06T20:44:08.002Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-06T20:44:08.002Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-06T20:44:08.585Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-06T20:44:08.851Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-06T20:44:08.851Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-06T20:44:08.851Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-06T20:44:09.122Z] ---> 2effd5d00ef9 [2021-05-06T20:44:09.122Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-06T20:44:09.122Z] Removing intermediate container 63a990bd7715 [2021-05-06T20:44:09.122Z] ---> abb6c3047dcc [2021-05-06T20:44:09.122Z] [2021-05-06T20:44:09.122Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-06T20:44:09.122Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-06T20:44:09.384Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-06T20:44:11.323Z] Executing busybox-1.31.1-r19.trigger [2021-05-06T20:44:11.323Z] OK: 72 MiB in 59 packages [2021-05-06T20:44:11.323Z] Successfully built abb6c3047dcc [2021-05-06T20:44:12.734Z] Successfully tagged docker-core-command-go:latest [2021-05-06T20:44:12.734Z] Building docker-core-metadata-go [2021-05-06T20:44:19.389Z]  Building docker-core-command-go ... done  ---> ae0e75bf7dbd [2021-05-06T20:44:19.389Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-06T20:44:19.389Z] Collecting docker-compose==1.23.2 [2021-05-06T20:44:19.974Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-06T20:44:20.959Z] Collecting docker<4.0,>=3.6.0 [2021-05-06T20:44:20.959Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-06T20:44:21.228Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:44:21.228Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:44:21.228Z] ---> 1fee8ac6f665 [2021-05-06T20:44:21.228Z] Step 3/25 : WORKDIR /edgex-go [2021-05-06T20:44:21.228Z] ---> Using cache [2021-05-06T20:44:21.228Z] ---> 441aa82ae296 [2021-05-06T20:44:21.228Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:44:21.228Z] ---> Using cache [2021-05-06T20:44:21.228Z] ---> b3e02a70ce64 [2021-05-06T20:44:21.228Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-06T20:44:21.228Z] ---> Using cache [2021-05-06T20:44:21.228Z] ---> dfe2ca441d61 [2021-05-06T20:44:21.228Z] Step 6/25 : COPY go.mod . [2021-05-06T20:44:21.228Z] ---> Using cache [2021-05-06T20:44:21.228Z] ---> 9755d32e78cb [2021-05-06T20:44:21.228Z] Step 7/25 : RUN go mod download [2021-05-06T20:44:21.228Z] ---> Using cache [2021-05-06T20:44:21.228Z] ---> 10a40e456802 [2021-05-06T20:44:21.228Z] Step 8/25 : COPY . . [2021-05-06T20:44:21.491Z] ---> Using cache [2021-05-06T20:44:21.491Z] ---> 9d1baa30003f [2021-05-06T20:44:21.491Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-06T20:44:22.070Z] ---> Running in 36405df15d71 [2021-05-06T20:44:22.334Z] ---> Running in ff80b1822f77 [2021-05-06T20:44:22.334Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-06T20:44:22.334Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-06T20:44:22.334Z] 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-06T20:44:22.597Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-06T20:44:22.597Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-06T20:44:25.157Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-06T20:44:25.207Z] Removing intermediate container 36405df15d71 [2021-05-06T20:44:25.207Z] ---> 7cdbed1607ca [2021-05-06T20:44:25.207Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-06T20:44:25.207Z] Collecting cached-property<2,>=1.2.0 [2021-05-06T20:44:25.207Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-06T20:44:25.207Z] 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-06T20:44:26.176Z] Collecting texttable<0.10,>=0.9.0 [2021-05-06T20:44:26.176Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-06T20:44:27.595Z] ---> 8216af2865cf [2021-05-06T20:44:27.595Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-06T20:44:27.595Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-06T20:44:27.595Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-06T20:44:28.195Z] Collecting PyYAML<4,>=3.10 [2021-05-06T20:44:28.195Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-06T20:44:29.170Z] ---> Running in ebda73c0042d [2021-05-06T20:44:30.501Z] Collecting jsonschema<3,>=2.5.1 [2021-05-06T20:44:30.501Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-06T20:44:31.181Z] Collecting docopt<0.7,>=0.6.1 [2021-05-06T20:44:31.181Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-06T20:44:31.449Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:44:31.449Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:44:31.449Z] ---> 1fee8ac6f665 [2021-05-06T20:44:31.449Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T20:44:31.449Z] ---> Using cache [2021-05-06T20:44:31.449Z] ---> 441aa82ae296 [2021-05-06T20:44:31.449Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:44:31.449Z] ---> Using cache [2021-05-06T20:44:31.449Z] ---> b3e02a70ce64 [2021-05-06T20:44:31.449Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-06T20:44:32.058Z] Collecting docker-pycreds>=0.4.0 [2021-05-06T20:44:32.058Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-06T20:44:32.676Z] ---> Running in 882213c985af [2021-05-06T20:44:32.676Z] Collecting idna<2.8,>=2.5 [2021-05-06T20:44:32.676Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-06T20:44:32.951Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-06T20:44:32.951Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-06T20:44:32.951Z] 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-06T20:44:32.951Z] 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-06T20:44:32.951Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-06T20:44:32.951Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-06T20:44:32.951Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-06T20:44:32.951Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-06T20:44:33.220Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, cached-property, texttable, PyYAML, jsonschema, docopt, docker-compose [2021-05-06T20:44:33.813Z] Attempting uninstall: idna [2021-05-06T20:44:33.813Z] Found existing installation: idna 2.9 [2021-05-06T20:44:33.813Z] Uninstalling idna-2.9: [2021-05-06T20:44:33.813Z] Successfully uninstalled idna-2.9 [2021-05-06T20:44:34.083Z] Removing intermediate container ebda73c0042d [2021-05-06T20:44:34.083Z] ---> b6c764be1956 [2021-05-06T20:44:34.083Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-06T20:44:34.083Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:44:34.677Z] Attempting uninstall: urllib3 [2021-05-06T20:44:34.677Z] Found existing installation: urllib3 1.25.9 [2021-05-06T20:44:34.677Z] Uninstalling urllib3-1.25.9: [2021-05-06T20:44:34.677Z] Successfully uninstalled urllib3-1.25.9 [2021-05-06T20:44:35.255Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:44:35.839Z] OK: 219 MiB in 52 packages [2021-05-06T20:44:36.108Z] ---> Running in e5c9a6f7c38c [2021-05-06T20:44:36.108Z] Attempting uninstall: requests [2021-05-06T20:44:36.108Z] Found existing installation: requests 2.23.0 [2021-05-06T20:44:36.108Z] Uninstalling requests-2.23.0: [2021-05-06T20:44:36.108Z] Successfully uninstalled requests-2.23.0 [2021-05-06T20:44:39.500Z] Running setup.py install for dockerpty: started [2021-05-06T20:44:39.782Z] Removing intermediate container e5c9a6f7c38c [2021-05-06T20:44:39.782Z] ---> eaf4e3157489 [2021-05-06T20:44:39.782Z] Step 28/31 : CMD ["gate"] [2021-05-06T20:44:40.380Z] ---> Running in 8682013135b1 [2021-05-06T20:44:40.380Z] Removing intermediate container 882213c985af [2021-05-06T20:44:40.380Z] ---> 391f1aa61fad [2021-05-06T20:44:40.380Z] Step 6/23 : COPY go.mod . [2021-05-06T20:44:40.654Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-06T20:44:40.919Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:44:40.919Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:44:40.919Z] ---> 1fee8ac6f665 [2021-05-06T20:44:40.919Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T20:44:40.919Z] ---> Using cache [2021-05-06T20:44:40.919Z] ---> 441aa82ae296 [2021-05-06T20:44:40.919Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:44:40.919Z] ---> Using cache [2021-05-06T20:44:40.919Z] ---> b3e02a70ce64 [2021-05-06T20:44:40.919Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-06T20:44:40.919Z] ---> Using cache [2021-05-06T20:44:40.919Z] ---> dfe2ca441d61 [2021-05-06T20:44:40.919Z] Step 6/23 : COPY go.mod . [2021-05-06T20:44:40.919Z] ---> Using cache [2021-05-06T20:44:40.919Z] ---> 9755d32e78cb [2021-05-06T20:44:40.919Z] Step 7/23 : RUN go mod download [2021-05-06T20:44:40.919Z] ---> Using cache [2021-05-06T20:44:40.919Z] ---> 10a40e456802 [2021-05-06T20:44:40.919Z] Step 8/23 : COPY . . [2021-05-06T20:44:40.919Z] ---> Using cache [2021-05-06T20:44:40.919Z] ---> 9d1baa30003f [2021-05-06T20:44:40.919Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-06T20:44:41.872Z] Running setup.py install for texttable: started [2021-05-06T20:44:42.136Z] ---> Running in 66b9aaa12dd8 [2021-05-06T20:44:42.408Z] ---> a019f5a9f59c [2021-05-06T20:44:42.408Z] Step 7/23 : RUN go mod download [2021-05-06T20:44:42.408Z] Removing intermediate container 8682013135b1 [2021-05-06T20:44:42.408Z] ---> cde038702276 [2021-05-06T20:44:42.408Z] Step 29/31 : LABEL arch=x86_64 [2021-05-06T20:44:42.408Z] Running setup.py install for texttable: finished with status 'done' [2021-05-06T20:44:42.408Z] Running setup.py install for PyYAML: started [2021-05-06T20:44:42.676Z] ---> Running in ad62cdf81c0b [2021-05-06T20:44:42.676Z] ---> Running in 1081f89081cf [2021-05-06T20:44:43.267Z] Removing intermediate container 1081f89081cf [2021-05-06T20:44:43.267Z] ---> cdd215806cba [2021-05-06T20:44:43.267Z] Step 30/31 : LABEL git_sha=67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:44:43.267Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-06T20:44:43.533Z] 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-06T20:44:43.533Z] ---> Running in 59707a7bb6c5 [2021-05-06T20:44:43.800Z] Running setup.py install for docopt: started [2021-05-06T20:44:44.072Z] Removing intermediate container 59707a7bb6c5 [2021-05-06T20:44:44.072Z] ---> 03aa9af84de5 [2021-05-06T20:44:44.072Z] Step 31/31 : LABEL version=0.0.0 [2021-05-06T20:44:44.072Z] ---> Running in 7de925f374e1 [2021-05-06T20:44:44.337Z] Running setup.py install for docopt: finished with status 'done' [2021-05-06T20:44:44.602Z] Removing intermediate container 7de925f374e1 [2021-05-06T20:44:44.602Z] ---> 3cb46f6f7991 [2021-05-06T20:44:44.602Z] [2021-05-06T20:44:44.865Z] 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-06T20:44:44.865Z] Successfully built 3cb46f6f7991 [2021-05-06T20:44:45.139Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-06T20:44:45.139Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-05-06T20:44:45.422Z] Removing intermediate container ad62cdf81c0b [2021-05-06T20:44:45.422Z] ---> 9b0c2a43b1a8 [2021-05-06T20:44:45.422Z] Step 8/23 : COPY . . [2021-05-06T20:44:52.117Z] 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-06T20:45:14.304Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:45:14.304Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:45:14.304Z] ---> 1fee8ac6f665 [2021-05-06T20:45:14.304Z] Step 3/22 : WORKDIR /edgex-go [2021-05-06T20:45:14.304Z] ---> Using cache [2021-05-06T20:45:14.304Z] ---> 441aa82ae296 [2021-05-06T20:45:14.304Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:45:14.304Z] ---> Using cache [2021-05-06T20:45:14.304Z] ---> b3e02a70ce64 [2021-05-06T20:45:14.304Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-06T20:45:14.304Z] ---> Using cache [2021-05-06T20:45:14.304Z] ---> dfe2ca441d61 [2021-05-06T20:45:14.304Z] Step 6/22 : COPY go.mod . [2021-05-06T20:45:14.304Z] ---> Using cache [2021-05-06T20:45:14.304Z] ---> 9755d32e78cb [2021-05-06T20:45:14.304Z] Step 7/22 : RUN go mod download [2021-05-06T20:45:14.304Z] ---> Using cache [2021-05-06T20:45:14.304Z] ---> 10a40e456802 [2021-05-06T20:45:14.304Z] Step 8/22 : COPY . . [2021-05-06T20:45:14.304Z] ---> Using cache [2021-05-06T20:45:14.304Z] ---> 9d1baa30003f [2021-05-06T20:45:14.304Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-06T20:45:14.304Z] ---> Running in a3cec7d2f853 [2021-05-06T20:45:15.268Z] Removing intermediate container ff80b1822f77 [2021-05-06T20:45:15.268Z] ---> 4e9610a612b2 [2021-05-06T20:45:15.268Z] [2021-05-06T20:45:15.268Z] Step 10/25 : FROM alpine:3.12 [2021-05-06T20:45:15.268Z] ---> 13621d1b12d4 [2021-05-06T20:45:15.268Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-06T20:45:17.273Z] 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-06T20:45:17.542Z] ---> Running in 0b038c1b0923 [2021-05-06T20:45:20.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:45:20.878Z] ---> 183f97b14e67 [2021-05-06T20:45:20.878Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-06T20:45:20.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:45:20.878Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-06T20:45:20.878Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T20:45:20.878Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-06T20:45:20.878Z] (4/6) Installing curl (7.76.1-r0) [2021-05-06T20:45:20.878Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-06T20:45:20.878Z] (6/6) Installing su-exec (0.2-r1) [2021-05-06T20:45:20.878Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:45:20.878Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T20:45:21.153Z] OK: 7 MiB in 20 packages [2021-05-06T20:45:21.153Z] ---> Running in 883ab3c4a39b [2021-05-06T20:45:22.130Z] Removing intermediate container a77e5b2f74a7 [2021-05-06T20:45:22.130Z] ---> 8b827ee87606 [2021-05-06T20:45:22.130Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-06T20:45:22.400Z] ---> Running in 173e81616405 [2021-05-06T20:45:22.996Z] 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-06T20:45:23.271Z] Removing intermediate container 173e81616405 [2021-05-06T20:45:23.271Z] ---> 686f38484952 [2021-05-06T20:45:23.271Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-06T20:45:23.542Z] Removing intermediate container 0b038c1b0923 [2021-05-06T20:45:23.542Z] ---> ffd972e945c0 [2021-05-06T20:45:23.542Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-06T20:45:23.542Z] ---> Running in b165be66d8b5 [2021-05-06T20:45:23.832Z] ---> Running in 58b545169050 [2021-05-06T20:45:24.111Z] Removing intermediate container b165be66d8b5 [2021-05-06T20:45:24.111Z] ---> 5cfe846c4a9e [2021-05-06T20:45:24.111Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-06T20:45:24.111Z] Removing intermediate container 58b545169050 [2021-05-06T20:45:24.111Z] ---> 3b8c5446d8cd [2021-05-06T20:45:24.111Z] Step 13/25 : WORKDIR / [2021-05-06T20:45:24.390Z] ---> Running in 42b74ae27a86 [2021-05-06T20:45:27.720Z] Removing intermediate container 42b74ae27a86 [2021-05-06T20:45:27.720Z] ---> e2613f5ce06b [2021-05-06T20:45:27.720Z] 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-06T20:45:28.691Z] ---> 397aa8f236c3 [2021-05-06T20:45:28.691Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-06T20:45:30.650Z] ---> a0e168c77c5e [2021-05-06T20:45:30.650Z] 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-06T20:45:30.651Z] Removing intermediate container 66b9aaa12dd8 [2021-05-06T20:45:30.651Z] ---> 73cdc7aace91 [2021-05-06T20:45:30.651Z] [2021-05-06T20:45:30.651Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T20:45:30.651Z] ---> 13621d1b12d4 [2021-05-06T20:45:30.651Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-06T20:45:30.651Z] ---> Using cache [2021-05-06T20:45:30.651Z] ---> cf3532ae1935 [2021-05-06T20:45:30.651Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T20:45:30.651Z] ---> Using cache [2021-05-06T20:45:30.651Z] ---> 57201af53fa7 [2021-05-06T20:45:30.651Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-06T20:45:30.651Z] ---> dae8aedaa9e9 [2021-05-06T20:45:30.651Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-06T20:45:30.927Z] ---> Running in 0048498b46cf [2021-05-06T20:45:31.200Z] ---> e0b7a44bd3a5 [2021-05-06T20:45:31.200Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-06T20:45:31.200Z] Removing intermediate container 0048498b46cf [2021-05-06T20:45:31.200Z] ---> 71617264035c [2021-05-06T20:45:31.200Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-06T20:45:31.472Z] ---> Running in 39b47213b5bd [2021-05-06T20:45:31.738Z] ---> b1b4f680ea8c [2021-05-06T20:45:31.738Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-06T20:45:32.006Z] ---> 1b9fb450d27d [2021-05-06T20:45:32.006Z] 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-06T20:45:32.006Z] ---> Running in b02e5b98f9c1 [2021-05-06T20:45:32.006Z] Removing intermediate container 39b47213b5bd [2021-05-06T20:45:32.006Z] ---> 88d1b742e095 [2021-05-06T20:45:32.006Z] Step 15/23 : WORKDIR / [2021-05-06T20:45:32.278Z] ---> Running in 1bc432e2b466 [2021-05-06T20:45:32.547Z] Removing intermediate container b02e5b98f9c1 [2021-05-06T20:45:32.547Z] ---> faeeff595c82 [2021-05-06T20:45:32.547Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T20:45:32.819Z] ---> a3cfc7bc2c91 [2021-05-06T20:45:32.819Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-06T20:45:32.819Z] ---> Running in 0eee19642fc8 [2021-05-06T20:45:32.819Z] Removing intermediate container 1bc432e2b466 [2021-05-06T20:45:32.819Z] ---> 2df78e772759 [2021-05-06T20:45:32.819Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T20:45:33.403Z] Removing intermediate container 0eee19642fc8 [2021-05-06T20:45:33.403Z] ---> 8afe977aefa8 [2021-05-06T20:45:33.403Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T20:45:33.585Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-06T20:45:33.585Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-06T20:45:33.680Z] ---> Running in d1a77bc2d2a2 [2021-05-06T20:45:33.680Z] ---> c38008e3464f [2021-05-06T20:45:33.680Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-06T20:45:33.950Z] ---> 139c5b44fcb1 [2021-05-06T20:45:33.950Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-06T20:45:34.221Z] Removing intermediate container d1a77bc2d2a2 [2021-05-06T20:45:34.221Z] ---> bed2bba944ee [2021-05-06T20:45:34.221Z] Step 22/23 : LABEL git_sha=67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:45:36.201Z] ---> ac69fd308ba5 [2021-05-06T20:45:36.201Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-06T20:45:36.201Z] ---> Running in aa6fa925a8de [2021-05-06T20:45:36.475Z] ---> 0ec0cf12a73c [2021-05-06T20:45:36.476Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-06T20:45:37.457Z] Removing intermediate container aa6fa925a8de [2021-05-06T20:45:37.457Z] ---> 649524df570d [2021-05-06T20:45:37.457Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T20:45:37.457Z] ---> 15ea7cb48fcf [2021-05-06T20:45:37.457Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-06T20:45:37.734Z] ---> 2c35b72634f3 [2021-05-06T20:45:37.734Z] 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-06T20:45:38.026Z] ---> Running in 1fa3e4a0c49d [2021-05-06T20:45:38.026Z] ---> Running in ad7082051071 [2021-05-06T20:45:38.300Z] ---> Running in 0f5d04641ed4 [2021-05-06T20:45:38.896Z] Removing intermediate container ad7082051071 [2021-05-06T20:45:38.897Z] ---> 023bce119ba5 [2021-05-06T20:45:38.897Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T20:45:38.897Z] Removing intermediate container 1fa3e4a0c49d [2021-05-06T20:45:38.897Z] ---> c902d000d5d6 [2021-05-06T20:45:38.897Z] [2021-05-06T20:45:39.169Z] ---> Running in a7036d840a80 [2021-05-06T20:45:39.169Z] Successfully built c902d000d5d6 [2021-05-06T20:45:39.439Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-06T20:45:39.439Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a7036d840a80 [2021-05-06T20:45:39.439Z] ---> fdb908428a0f [2021-05-06T20:45:39.439Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T20:45:39.712Z] ---> Running in 7077eece9ffb [2021-05-06T20:45:39.979Z] Removing intermediate container 7077eece9ffb [2021-05-06T20:45:39.979Z] ---> 10d0ba84ca7b [2021-05-06T20:45:39.979Z] Step 22/23 : LABEL git_sha=67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:45:39.979Z] ---> Running in b754c278c550 [2021-05-06T20:45:40.250Z] Removing intermediate container b754c278c550 [2021-05-06T20:45:40.250Z] ---> aeb6f936c155 [2021-05-06T20:45:40.250Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T20:45:40.250Z] ---> Running in 9349ecf2178b [2021-05-06T20:45:40.521Z] Removing intermediate container 0f5d04641ed4 [2021-05-06T20:45:40.521Z] ---> 7b0c934a3a3f [2021-05-06T20:45:40.521Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-06T20:45:40.521Z] ---> Running in 32a5d2635fad [2021-05-06T20:45:40.521Z] Removing intermediate container 9349ecf2178b [2021-05-06T20:45:40.521Z] ---> 959b3fbe0188 [2021-05-06T20:45:40.521Z] [2021-05-06T20:45:40.788Z] Removing intermediate container 32a5d2635fad [2021-05-06T20:45:40.788Z] ---> 6c3c2ebf8a52 [2021-05-06T20:45:40.788Z] Step 23/25 : LABEL arch=x86_64 [2021-05-06T20:45:40.788Z] Successfully built 959b3fbe0188 [2021-05-06T20:45:40.788Z] Successfully tagged docker-core-metadata-go:latest [2021-05-06T20:45:41.058Z]  Building docker-core-metadata-go ... done  ---> Running in 1655f7948372 [2021-05-06T20:45:41.325Z] Removing intermediate container 1655f7948372 [2021-05-06T20:45:41.325Z] ---> c69062b5fd8d [2021-05-06T20:45:41.325Z] Step 24/25 : LABEL git_sha=67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:45:41.595Z] ---> Running in eb03470f70b8 [2021-05-06T20:45:41.865Z] Removing intermediate container eb03470f70b8 [2021-05-06T20:45:41.865Z] ---> 956665b886f5 [2021-05-06T20:45:41.865Z] Step 25/25 : LABEL version=0.0.0 [2021-05-06T20:45:42.131Z] ---> Running in 5998169b61d1 [2021-05-06T20:45:43.543Z] Removing intermediate container 5998169b61d1 [2021-05-06T20:45:43.543Z] ---> c1a628bd6131 [2021-05-06T20:45:43.543Z] [2021-05-06T20:45:43.835Z] Successfully built c1a628bd6131 [2021-05-06T20:45:43.835Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-06T20:45:45.780Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a3cec7d2f853 [2021-05-06T20:45:45.780Z] ---> 4869be9e9857 [2021-05-06T20:45:45.780Z] [2021-05-06T20:45:45.780Z] Step 10/22 : FROM alpine:3.12 [2021-05-06T20:45:45.780Z] ---> 13621d1b12d4 [2021-05-06T20:45:45.780Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-06T20:45:45.780Z] ---> Using cache [2021-05-06T20:45:45.780Z] ---> cf3532ae1935 [2021-05-06T20:45:45.780Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T20:45:45.780Z] ---> Using cache [2021-05-06T20:45:45.780Z] ---> 57201af53fa7 [2021-05-06T20:45:45.780Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-06T20:45:45.780Z] ---> Running in 4c961f4c30b6 [2021-05-06T20:45:45.780Z] Removing intermediate container 4c961f4c30b6 [2021-05-06T20:45:45.780Z] ---> d9b0fa3d2e08 [2021-05-06T20:45:45.780Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-06T20:45:45.780Z] ---> Running in 38169227bf73 [2021-05-06T20:45:46.028Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-06T20:45:46.028Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-06T20:45:46.043Z] Removing intermediate container 38169227bf73 [2021-05-06T20:45:46.043Z] ---> 5e656baa2d2b [2021-05-06T20:45:46.043Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T20:45:46.307Z] ---> bddcaed4e8da [2021-05-06T20:45:46.307Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-06T20:45:47.260Z] ---> 20db2c19f066 [2021-05-06T20:45:47.260Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-06T20:45:47.844Z] ---> 50b9462ac118 [2021-05-06T20:45:47.844Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-06T20:45:47.844Z] ---> Running in fd74fed1f34b [2021-05-06T20:45:47.844Z] Removing intermediate container fd74fed1f34b [2021-05-06T20:45:47.844Z] ---> fe41e0522b26 [2021-05-06T20:45:47.844Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T20:45:48.107Z] ---> Running in 7f38caa6f2c1 [2021-05-06T20:45:48.107Z] Removing intermediate container 7f38caa6f2c1 [2021-05-06T20:45:48.107Z] ---> 392455e73969 [2021-05-06T20:45:48.107Z] Step 20/22 : LABEL arch=x86_64 [2021-05-06T20:45:48.371Z] ---> Running in ebaa94d89aa5 [2021-05-06T20:45:48.371Z] Removing intermediate container ebaa94d89aa5 [2021-05-06T20:45:48.371Z] ---> 9d53a48d1c00 [2021-05-06T20:45:48.371Z] Step 21/22 : LABEL git_sha=67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:45:48.633Z] ---> Running in e35b2d57e05d [2021-05-06T20:45:48.633Z] Removing intermediate container e35b2d57e05d [2021-05-06T20:45:48.633Z] ---> f159d750f471 [2021-05-06T20:45:48.633Z] Step 22/22 : LABEL version=0.0.0 [2021-05-06T20:45:48.668Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-06T20:45:48.899Z] ---> Running in 63b89cdfc9eb [2021-05-06T20:45:48.945Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-06T20:45:49.222Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-06T20:45:49.222Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-06T20:45:49.478Z] Removing intermediate container 63b89cdfc9eb [2021-05-06T20:45:49.478Z] ---> 954cb33301b7 [2021-05-06T20:45:49.478Z] [2021-05-06T20:45:50.054Z] Successfully built 954cb33301b7 [2021-05-06T20:45:50.354Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-06T20:45:51.804Z]  Building docker-support-scheduler-go ... done Removing intermediate container 883ab3c4a39b [2021-05-06T20:45:51.804Z] ---> 61aa06eda27a [2021-05-06T20:45:51.804Z] [2021-05-06T20:45:51.804Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T20:45:51.804Z] ---> 13621d1b12d4 [2021-05-06T20:45:51.804Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-06T20:45:52.070Z] ---> Running in caaaa747545e [2021-05-06T20:45:52.070Z] Removing intermediate container caaaa747545e [2021-05-06T20:45:52.070Z] ---> d6e7d9039c26 [2021-05-06T20:45:52.070Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-06T20:45:52.333Z] ---> Running in a7582770698a [2021-05-06T20:45:52.333Z] Removing intermediate container a7582770698a [2021-05-06T20:45:52.333Z] ---> d7b8532ac9f3 [2021-05-06T20:45:52.333Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-06T20:45:52.596Z] ---> Running in 004d3786ebfa [2021-05-06T20:45:52.596Z] Removing intermediate container 004d3786ebfa [2021-05-06T20:45:52.596Z] ---> 0ad6c11d001e [2021-05-06T20:45:52.596Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:45:52.860Z] ---> Running in 360866f1488a [2021-05-06T20:45:53.561Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-06T20:45:53.811Z] Removing intermediate container 360866f1488a [2021-05-06T20:45:53.811Z] ---> a3165811ed59 [2021-05-06T20:45:53.811Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-06T20:45:53.811Z] ---> Running in 4d8e675afdd0 [2021-05-06T20:45:54.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:45:54.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:45:55.032Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-06T20:45:55.533Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-06T20:45:55.533Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-06T20:45:55.533Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-06T20:45:55.796Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-06T20:45:56.742Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-06T20:45:57.004Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-06T20:45:57.270Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:45:57.270Z] OK: 8 MiB in 20 packages [2021-05-06T20:45:57.532Z] Removing intermediate container 4d8e675afdd0 [2021-05-06T20:45:57.532Z] ---> 26f9c1771604 [2021-05-06T20:45:57.533Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T20:45:57.794Z] ---> 2e31bb9f0f5e [2021-05-06T20:45:57.794Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-06T20:45:58.742Z] ---> 402840dcc71a [2021-05-06T20:45:58.742Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-06T20:45:58.742Z] ---> 8ed0d57af044 [2021-05-06T20:45:58.742Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-06T20:45:58.742Z] ---> Running in 028c994f9bfe [2021-05-06T20:45:59.004Z] Removing intermediate container 028c994f9bfe [2021-05-06T20:45:59.004Z] ---> 66c806f5030a [2021-05-06T20:45:59.004Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T20:45:59.004Z] ---> Running in b6aeed4d26d0 [2021-05-06T20:45:59.266Z] Removing intermediate container b6aeed4d26d0 [2021-05-06T20:45:59.266Z] ---> 8e2d7f68eaa2 [2021-05-06T20:45:59.266Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T20:45:59.266Z] ---> Running in 8ca9369a1b7c [2021-05-06T20:45:59.528Z] Removing intermediate container 8ca9369a1b7c [2021-05-06T20:45:59.528Z] ---> adad1e228f79 [2021-05-06T20:45:59.528Z] Step 22/23 : LABEL git_sha=67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:45:59.528Z] ---> Running in b7ca4a2bae2a [2021-05-06T20:45:59.789Z] Removing intermediate container b7ca4a2bae2a [2021-05-06T20:45:59.789Z] ---> eb700ce42bc3 [2021-05-06T20:45:59.789Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T20:45:59.789Z] ---> Running in a5221b87409c [2021-05-06T20:46:00.051Z] Removing intermediate container a5221b87409c [2021-05-06T20:46:00.051Z] ---> e58f99a72ad1 [2021-05-06T20:46:00.051Z] [2021-05-06T20:46:00.051Z] Successfully built e58f99a72ad1 [2021-05-06T20:46:00.051Z] Successfully tagged docker-core-data-go:latest [2021-05-06T20:46:00.324Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-06T20:46:00.330Z] $ docker stop --time=1 b92f61a78e58bbcb994b347ef348f8a07830c6bd710e26d4aead7d2d8cf7fc96 [2021-05-06T20:46:01.956Z] $ docker rm -f b92f61a78e58bbcb994b347ef348f8a07830c6bd710e26d4aead7d2d8cf7fc96 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T20:46:02.433Z] + docker images [2021-05-06T20:46:02.434Z] + grep docker [2021-05-06T20:46:02.696Z] docker-core-data-go latest e58f99a72ad1 3 seconds ago 21.5MB [2021-05-06T20:46:02.696Z] docker-support-scheduler-go latest 954cb33301b7 14 seconds ago 17.1MB [2021-05-06T20:46:02.696Z] docker-security-secretstore-setup-go latest c1a628bd6131 20 seconds ago 25.7MB [2021-05-06T20:46:02.696Z] docker-core-metadata-go latest 959b3fbe0188 22 seconds ago 18.6MB [2021-05-06T20:46:02.696Z] docker-sys-mgmt-agent-go latest c902d000d5d6 24 seconds ago 312MB [2021-05-06T20:46:02.696Z] docker-security-bootstrapper-go latest 3cb46f6f7991 About a minute ago 18.2MB [2021-05-06T20:46:02.696Z] docker-core-command-go latest abb6c3047dcc About a minute ago 17MB [2021-05-06T20:46:02.696Z] docker-support-notifications-go latest f2216ddb01e3 2 minutes ago 17.6MB [2021-05-06T20:46:02.696Z] docker-security-proxy-setup-go latest f26e60c23846 2 minutes ago 25.3MB [2021-05-06T20:46:02.696Z] 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-06T20:46:05.218Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-06T20:46:05.218Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-06T20:46:05.218Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-06T20:46:09.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.310s coverage: 45.9% of statements [2021-05-06T20:46:09.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-06T20:46:09.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-06T20:46:09.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-06T20:46:09.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-06T20:46:09.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-06T20:46:09.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-06T20:46:09.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.150s coverage: 19.8% of statements [2021-05-06T20:46:10.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.234s coverage: 100.0% of statements [2021-05-06T20:46:17.962Z] Still waiting to schedule task [2021-05-06T20:46:17.962Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-06T20:46:18.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.712s coverage: 27.1% of statements [2021-05-06T20:46:18.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-06T20:46:18.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-06T20:46:18.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-06T20:46:18.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-06T20:46:18.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-06T20:46:18.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-06T20:46:18.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.139s coverage: 100.0% of statements [2021-05-06T20:46:18.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-06T20:46:18.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.225s coverage: 100.0% of statements [2021-05-06T20:46:18.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-06T20:46:18.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-06T20:46:18.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.350s coverage: 71.3% of statements [2021-05-06T20:46:18.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-06T20:46:18.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-06T20:46:21.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.574s coverage: 87.7% of statements [2021-05-06T20:46:21.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-06T20:46:21.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T20:46:21.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.262s coverage: 78.9% of statements [2021-05-06T20:46:21.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-06T20:46:33.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.260s coverage: 28.6% of statements [2021-05-06T20:46:33.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-06T20:46:33.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-06T20:46:33.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-06T20:46:33.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-06T20:46:33.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-06T20:46:33.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.225s coverage: 100.0% of statements [2021-05-06T20:46:33.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-06T20:46:33.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.145s coverage: 100.0% of statements [2021-05-06T20:46:33.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-06T20:46:33.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.552s coverage: 86.7% of statements [2021-05-06T20:46:33.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-06T20:46:33.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.436s coverage: 97.5% of statements [2021-05-06T20:46:33.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-06T20:46:33.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.225s coverage: 78.3% of statements [2021-05-06T20:46:33.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-06T20:46:33.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-06T20:46:33.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-06T20:46:33.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-06T20:46:40.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.377s coverage: 95.1% of statements [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-06T20:46:40.724Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.141s coverage: 58.8% of statements [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-06T20:46:40.724Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.236s coverage: 0.9% of statements [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-06T20:46:40.724Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.130s coverage: 22.6% of statements [2021-05-06T20:46:40.724Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-06T20:46:40.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.177s coverage: 47.1% of statements [2021-05-06T20:46:40.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.169s coverage: 79.5% of statements [2021-05-06T20:46:40.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.263s coverage: 94.1% of statements [2021-05-06T20:46:40.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.209s coverage: 96.3% of statements [2021-05-06T20:46:41.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.192s coverage: 87.5% of statements [2021-05-06T20:46:53.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.187s coverage: 94.4% of statements [2021-05-06T20:46:53.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.154s coverage: 44.8% of statements [2021-05-06T20:46:58.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.626s coverage: 81.8% of statements [2021-05-06T20:46:58.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-06T20:47:08.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.268s coverage: 92.9% of statements [2021-05-06T20:47:08.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-06T20:47:08.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-06T20:47:08.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-06T20:47:08.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements [2021-05-06T20:47:08.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-06T20:47:08.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-06T20:47:08.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-06T20:47:08.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-06T20:47:08.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-06T20:47:08.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.084s coverage: 87.2% of statements [2021-05-06T20:47:08.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-06T20:47:08.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-06T20:47:08.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.120s coverage: 100.0% of statements [2021-05-06T20:47:08.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-06T20:47:08.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.179s coverage: 76.0% of statements [2021-05-06T20:47:08.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-06T20:47:08.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.143s coverage: 80.0% of statements [2021-05-06T20:47:08.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.207s coverage: 87.2% of statements [2021-05-06T20:47:08.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.249s coverage: 85.4% of statements [2021-05-06T20:47:08.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.267s coverage: 91.2% of statements [2021-05-06T20:47:08.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-06T20:47:08.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.936s coverage: 64.4% of statements [2021-05-06T20:47:08.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-06T20:47:08.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-06T20:47:08.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.139s coverage: 100.0% of statements [2021-05-06T20:47:08.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.117s coverage: 91.3% of statements [2021-05-06T20:47:08.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.089s coverage: 100.0% of statements [2021-05-06T20:47:08.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements [2021-05-06T20:47:09.869Z] Running on prd-ubuntu18.04-docker-8c-8g-3324 in /w/workspace/edgexfoundry_edgex-go_PR-3425 [Pipeline] { [Pipeline] ws [2021-05-06T20:47:09.890Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-05-06T20:47:10.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-05-06T20:47:12.097Z] using credential edgex-jenkins-ssh [2021-05-06T20:47:12.115Z] Cloning the remote Git repository [2021-05-06T20:47:12.150Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-06T20:47:12.219Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-05-06T20:47:12.254Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-06T20:47:12.255Z] > git --version # timeout=10 [2021-05-06T20:47:12.261Z] > git --version # 'git version 2.17.1' [2021-05-06T20:47:12.261Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T20:47:12.288Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T20:47:15.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.171s coverage: 66.9% of statements [2021-05-06T20:47:15.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-06T20:47:15.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-06T20:47:15.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-06T20:47:16.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.722s coverage: 43.4% of statements [2021-05-06T20:47:16.228Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-06T20:47:16.228Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-06T20:47:16.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.098s coverage: 89.5% of statements [2021-05-06T20:47:16.228Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-06T20:47:16.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.093s coverage: 84.8% of statements [2021-05-06T20:47:18.234Z] Merging remotes/origin/master commit 3103214cdd745ba99e56243b14eeb2a0a0c23a57 into PR head commit 67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:47:18.355Z] Merge succeeded, producing 67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:47:18.356Z] Checking out Revision 67fee59e64b61cdd0895e8ba5c58477333fdda5a (PR-3425) [2021-05-06T20:47:17.712Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-06T20:47:17.718Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T20:47:17.728Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-06T20:47:17.768Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-06T20:47:17.769Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T20:47:17.774Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3425/head:refs/remotes/origin/PR-3425 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T20:47:18.260Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T20:47:18.265Z] > git checkout -f 67fee59e64b61cdd0895e8ba5c58477333fdda5a # timeout=10 [2021-05-06T20:47:18.338Z] > git remote # timeout=10 [2021-05-06T20:47:18.344Z] > git config --get remote.origin.url # timeout=10 [2021-05-06T20:47:18.355Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T20:47:18.359Z] > git merge 3103214cdd745ba99e56243b14eeb2a0a0c23a57 # timeout=10 [2021-05-06T20:47:18.368Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-06T20:47:18.375Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T20:47:18.378Z] > git checkout -f 67fee59e64b61cdd0895e8ba5c58477333fdda5a # timeout=10 [2021-05-06T20:47:21.962Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:47:22.971Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.505s coverage: 47.0% of statements [2021-05-06T20:47:22.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-06T20:47:22.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-06T20:47:22.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-06T20:47:22.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-06T20:47:22.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-06T20:47:22.971Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.123s coverage: 100.0% of statements [2021-05-06T20:47:22.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-06T20:47:22.971Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.114s coverage: 100.0% of statements [2021-05-06T20:47:22.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-06T20:47:22.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-06T20:47:22.971Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.164s coverage: 9.6% of statements [2021-05-06T20:47:22.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-06T20:47:23.060Z] + echo snap-build.sh [2021-05-06T20:47:23.060Z] snap-build.sh [2021-05-06T20:47:23.060Z] + SNAP_BASE_DIR=. [2021-05-06T20:47:23.060Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-05-06T20:47:23.060Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-05-06T20:47:23.060Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-05-06T20:47:23.060Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-05-06T20:47:23.060Z] + cd /w/workspace/edgex-go/3 [2021-05-06T20:47:23.060Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-06T20:47:23.060Z] Reading package lists... [2021-05-06T20:47:23.060Z] Building dependency tree... [2021-05-06T20:47:23.060Z] Reading state information... [2021-05-06T20:47:23.330Z] The following packages were automatically installed and are no longer required: [2021-05-06T20:47:23.330Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-06T20:47:23.330Z] uidmap xdelta3 [2021-05-06T20:47:23.330Z] Use 'sudo apt autoremove' to remove them. [2021-05-06T20:47:23.330Z] The following packages will be REMOVED: [2021-05-06T20:47:23.330Z] lxd* lxd-client* [2021-05-06T20:47:23.590Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-06T20:47:23.590Z] After this operation, 31.7 MB disk space will be freed. [2021-05-06T20:47:24.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.433s coverage: 92.6% of statements [2021-05-06T20:47:24.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-06T20:47:24.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T20:47:24.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-06T20:47:24.636Z] (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-06T20:47:24.636Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-06T20:47:25.583Z] Removing lxd dnsmasq configuration [2021-05-06T20:47:25.583Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-06T20:47:25.583Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-06T20:47:26.525Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-06T20:47:26.786Z] (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-06T20:47:26.786Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-06T20:47:28.171Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-06T20:47:28.171Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-06T20:47:29.557Z] + sudo snap remove --purge lxd [2021-05-06T20:47:29.557Z] snap "lxd" is not installed [2021-05-06T20:47:29.557Z] + sudo groupadd --force --system lxd [2021-05-06T20:47:29.557Z] ++ whoami [2021-05-06T20:47:29.557Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-06T20:47:29.557Z] + newgrp - lxd [2021-05-06T20:47:29.818Z] + sudo snap install lxd [2021-05-06T20:47:34.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.017s coverage: 28.7% of statements [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-06T20:47:34.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.220s coverage: 99.0% of statements [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-06T20:47:34.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.189s coverage: 100.0% of statements [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-06T20:47:34.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.312s coverage: 64.6% of statements [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-06T20:47:34.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.378s coverage: 97.6% of statements [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-06T20:47:34.601Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-06T20:47:34.601Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.109s coverage: 100.0% of statements [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-06T20:47:34.601Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-06T20:47:34.601Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2021-05-06T20:47:34.601Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.119s coverage: 28.1% of statements [2021-05-06T20:47:34.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-06T20:47:34.876Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-05-06T20:47:35.873Z] GO111MODULE=on go vet ./... [2021-05-06T20:47:37.979Z] 2021-05-06T20:47:34Z INFO Waiting for automatic snapd restart... [2021-05-06T20:47:56.099Z] lxd 4.13 from Canonical* installed [2021-05-06T20:47:56.099Z] + sudo lxd init --auto [2021-05-06T20:48:04.761Z] + sudo snap install --classic snapcraft [2021-05-06T20:48:08.969Z] snapcraft 4.7.1 from Canonical* installed [2021-05-06T20:48:08.969Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-06T20:48:08.969Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-06T20:48:08.969Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-06T20:48:08.969Z] Dload Upload Total Spent Left Speed [2021-05-06T20:48:08.969Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3823 0 --:--:-- --:--:-- --:--:-- 3823 [2021-05-06T20:48:08.969Z] 100 3325k 100 3325k 0 0 10.0M 0 --:--:-- --:--:-- --:--:-- 10.0M [2021-05-06T20:48:08.969Z] ./yq_linux_amd64 [2021-05-06T20:48:08.969Z] + sudo snapcraft prime --use-lxd [2021-05-06T20:48:10.354Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-06T20:48:10.354Z] 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-06T20:48:10.354Z] - README.md [2021-05-06T20:48:10.354Z] [2021-05-06T20:48:10.354Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-06T20:48:11.297Z] Launching a container. [2021-05-06T20:48:23.541Z] Waiting for container to be ready [2021-05-06T20:48:23.541Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-06T20:48:23.541Z] [2021-05-06T20:48:26.851Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-06T20:48:26.851Z] Waiting for network to be ready... [2021-05-06T20:48:27.796Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-06T20:48:27.796Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-06T20:48:28.057Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-06T20:48:28.057Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-06T20:48:28.057Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-06T20:48:28.629Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-06T20:48:28.629Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-06T20:48:28.629Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-06T20:48:28.629Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-06T20:48:28.629Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-06T20:48:28.629Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-06T20:48:28.629Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-06T20:48:28.629Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-06T20:48:28.629Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-06T20:48:28.629Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-06T20:48:28.629Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-06T20:48:28.629Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-06T20:48:28.629Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-06T20:48:28.932Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-06T20:48:28.932Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2043 kB] [2021-05-06T20:48:29.193Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-06T20:48:29.193Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-06T20:48:29.193Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-06T20:48:29.193Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-06T20:48:29.193Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-06T20:48:29.193Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-06T20:48:29.193Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-06T20:48:31.738Z] Fetched 24.5 MB in 5s (5425 kB/s) [2021-05-06T20:48:32.680Z] Reading package lists... [2021-05-06T20:48:32.941Z] Reading package lists... [2021-05-06T20:48:33.201Z] Building dependency tree... [2021-05-06T20:48:33.201Z] Reading state information... [2021-05-06T20:48:33.462Z] The following additional packages will be installed: [2021-05-06T20:48:33.462Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-06T20:48:33.462Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-06T20:48:33.462Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-06T20:48:33.462Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-06T20:48:33.462Z] Suggested packages: [2021-05-06T20:48:33.462Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-06T20:48:33.462Z] Recommended packages: [2021-05-06T20:48:33.462Z] gnupg libsasl2-modules [2021-05-06T20:48:33.462Z] The following NEW packages will be installed: [2021-05-06T20:48:33.462Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-06T20:48:33.462Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-06T20:48:33.462Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-06T20:48:33.462Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-06T20:48:33.462Z] The following packages will be upgraded: [2021-05-06T20:48:33.462Z] gpg gpg-agent gpgconf libudev1 [2021-05-06T20:48:33.462Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-06T20:48:33.462Z] Need to get 3530 kB of archives. [2021-05-06T20:48:33.462Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-06T20:48:33.462Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-05-06T20:48:33.462Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-06T20:48:33.462Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-06T20:48:33.462Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-06T20:48:33.722Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-06T20:48:33.984Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-06T20:48:34.245Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-06T20:48:34.245Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-06T20:48:34.245Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-06T20:48:34.513Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-06T20:48:34.513Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-06T20:48:34.513Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-06T20:48:34.513Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-06T20:48:34.513Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-06T20:48:34.513Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-06T20:48:34.513Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-06T20:48:34.513Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-06T20:48:34.513Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-06T20:48:34.513Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-06T20:48:34.513Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-06T20:48:34.513Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-06T20:48:34.513Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-06T20:48:34.513Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T20:48:34.774Z] Fetched 3530 kB in 1s (3134 kB/s) [2021-05-06T20:48:34.774Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-06T20:48:34.774Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-06T20:48:34.774Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-06T20:48:34.774Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-06T20:48:35.037Z] Selecting previously unselected package udev. [2021-05-06T20:48:35.037Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-06T20:48:35.037Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-06T20:48:35.037Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-06T20:48:35.300Z] Selecting previously unselected package libfuse2:amd64. [2021-05-06T20:48:35.301Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-06T20:48:35.301Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-06T20:48:35.562Z] Selecting previously unselected package fuse. [2021-05-06T20:48:35.562Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-06T20:48:35.562Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-06T20:48:35.562Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T20:48:35.562Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-06T20:48:35.562Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T20:48:35.824Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-06T20:48:35.824Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T20:48:35.824Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-06T20:48:35.824Z] Selecting previously unselected package libksba8:amd64. [2021-05-06T20:48:35.824Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-06T20:48:35.824Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-06T20:48:36.085Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-06T20:48:36.085Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T20:48:36.085Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T20:48:36.085Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-06T20:48:36.085Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T20:48:36.085Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T20:48:36.346Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-06T20:48:36.346Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T20:48:36.346Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T20:48:36.346Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-06T20:48:36.346Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T20:48:36.346Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T20:48:36.346Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-06T20:48:36.346Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T20:48:36.346Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T20:48:36.608Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-06T20:48:36.608Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T20:48:36.608Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T20:48:36.608Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-06T20:48:36.608Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T20:48:36.608Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T20:48:36.870Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-06T20:48:36.870Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T20:48:36.870Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T20:48:36.870Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-06T20:48:36.870Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T20:48:36.870Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T20:48:36.870Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-06T20:48:36.870Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-06T20:48:36.870Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-06T20:48:37.131Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-06T20:48:37.131Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-06T20:48:37.131Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-06T20:48:37.131Z] Selecting previously unselected package libldap-common. [2021-05-06T20:48:37.131Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-06T20:48:37.131Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-06T20:48:37.131Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-06T20:48:37.131Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-06T20:48:37.131Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-06T20:48:37.392Z] Selecting previously unselected package dirmngr. [2021-05-06T20:48:37.392Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T20:48:37.392Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-06T20:48:37.392Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-06T20:48:37.392Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-06T20:48:37.392Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-06T20:48:37.392Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-06T20:48:37.392Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-06T20:48:37.653Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-06T20:48:37.653Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T20:48:37.653Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-06T20:48:37.653Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-06T20:48:37.653Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-06T20:48:38.224Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-06T20:48:38.224Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T20:48:38.224Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-06T20:48:38.224Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-06T20:48:38.224Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-06T20:48:38.224Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T20:48:38.485Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T20:48:38.485Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T20:48:38.485Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T20:48:38.485Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T20:48:38.485Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T20:48:38.485Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T20:48:38.485Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-06T20:48:38.485Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-06T20:48:38.485Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-06T20:48:39.057Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-06T20:48:39.057Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-06T20:48:39.057Z] This means they are not meant to be enabled using systemctl. [2021-05-06T20:48:39.057Z] Possible reasons for having this kind of units are: [2021-05-06T20:48:39.057Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-06T20:48:39.057Z] .wants/ or .requires/ directory. [2021-05-06T20:48:39.057Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-06T20:48:39.057Z] a requirement dependency on it. [2021-05-06T20:48:39.057Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-06T20:48:39.057Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-06T20:48:39.057Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-06T20:48:39.057Z] instance name specified. [2021-05-06T20:48:39.318Z] Reading package lists... [2021-05-06T20:48:39.579Z] Building dependency tree... [2021-05-06T20:48:39.579Z] Reading state information... [2021-05-06T20:48:39.579Z] The following additional packages will be installed: [2021-05-06T20:48:39.579Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-06T20:48:39.579Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-06T20:48:39.579Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-06T20:48:39.579Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-06T20:48:39.579Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-06T20:48:39.579Z] Suggested packages: [2021-05-06T20:48:39.579Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-06T20:48:39.579Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-06T20:48:39.579Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-06T20:48:39.579Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-06T20:48:39.579Z] systemd-container policykit-1 [2021-05-06T20:48:39.579Z] Recommended packages: [2021-05-06T20:48:39.579Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-06T20:48:39.840Z] The following NEW packages will be installed: [2021-05-06T20:48:39.840Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-06T20:48:39.840Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-06T20:48:39.840Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-06T20:48:39.840Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-06T20:48:39.840Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-06T20:48:39.840Z] The following packages will be upgraded: [2021-05-06T20:48:39.840Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-06T20:48:39.840Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-06T20:48:39.840Z] Need to get 35.2 MB of archives. [2021-05-06T20:48:39.840Z] After this operation, 141 MB of additional disk space will be used. [2021-05-06T20:48:39.840Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-06T20:48:39.840Z] 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-06T20:48:40.787Z] 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-06T20:48:40.787Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-06T20:48:40.787Z] 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-06T20:48:40.787Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-06T20:48:40.787Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-06T20:48:40.787Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-06T20:48:40.787Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-06T20:48:40.787Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-06T20:48:40.787Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-06T20:48:40.787Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-06T20:48:40.787Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-06T20:48:40.787Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-06T20:48:40.787Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-06T20:48:40.787Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-06T20:48:40.787Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-06T20:48:40.787Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-06T20:48:40.787Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-06T20:48:40.787Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-06T20:48:40.787Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-06T20:48:40.787Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-06T20:48:40.787Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-06T20:48:40.787Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-06T20:48:41.049Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-06T20:48:41.049Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-06T20:48:41.049Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-06T20:48:41.049Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-06T20:48:41.049Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-06T20:48:41.049Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-06T20:48:41.995Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T20:48:41.995Z] Fetched 35.2 MB in 2s (16.8 MB/s) [2021-05-06T20:48:41.995Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-06T20:48:41.995Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-06T20:48:42.256Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-06T20:48:42.830Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-06T20:48:42.830Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-06T20:48:42.830Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-06T20:48:43.092Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-06T20:48:43.092Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-06T20:48:43.092Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-06T20:48:43.092Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-06T20:48:43.354Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-06T20:48:43.354Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-06T20:48:43.354Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-06T20:48:43.615Z] Setting up apt (1.6.13) ... [2021-05-06T20:48:43.615Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-06T20:48:44.192Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-06T20:48:45.586Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-06T20:48:45.586Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-06T20:48:45.586Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-06T20:48:45.847Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-06T20:48:45.847Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-06T20:48:45.847Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T20:48:46.111Z] Selecting previously unselected package libexpat1:amd64. [2021-05-06T20:48:46.111Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-06T20:48:46.111Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-06T20:48:46.111Z] Selecting previously unselected package python3.6-minimal. [2021-05-06T20:48:46.111Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-06T20:48:46.111Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T20:48:46.372Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-06T20:48:46.632Z] Checking for services that may need to be restarted...done. [2021-05-06T20:48:46.633Z] Checking for services that may need to be restarted...done. [2021-05-06T20:48:46.633Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T20:48:46.633Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-06T20:48:46.633Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T20:48:47.204Z] Selecting previously unselected package python3-minimal. [2021-05-06T20:48:47.204Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-06T20:48:47.204Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-06T20:48:47.204Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-06T20:48:47.204Z] Selecting previously unselected package mime-support. [2021-05-06T20:48:47.204Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-06T20:48:47.204Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-06T20:48:47.204Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-06T20:48:47.204Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-06T20:48:47.204Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-06T20:48:47.465Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-06T20:48:47.465Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-06T20:48:47.465Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T20:48:47.726Z] Selecting previously unselected package python3.6. [2021-05-06T20:48:47.726Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-06T20:48:47.726Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T20:48:47.726Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-06T20:48:47.726Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-06T20:48:47.726Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-06T20:48:47.987Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-06T20:48:48.249Z] Selecting previously unselected package python3. [2021-05-06T20:48:48.249Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-06T20:48:48.249Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-06T20:48:48.249Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-06T20:48:48.249Z] Selecting previously unselected package multiarch-support. [2021-05-06T20:48:48.249Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T20:48:48.249Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-06T20:48:48.249Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-06T20:48:48.510Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-06T20:48:48.511Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-06T20:48:48.511Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-06T20:48:48.511Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-06T20:48:48.511Z] Selecting previously unselected package libbsd0:amd64. [2021-05-06T20:48:48.511Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-06T20:48:48.511Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-06T20:48:48.772Z] Selecting previously unselected package sudo. [2021-05-06T20:48:48.772Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-06T20:48:48.772Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-06T20:48:48.772Z] Selecting previously unselected package apparmor. [2021-05-06T20:48:48.772Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-06T20:48:48.772Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-06T20:48:49.033Z] Selecting previously unselected package libedit2:amd64. [2021-05-06T20:48:49.033Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-06T20:48:49.033Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-06T20:48:49.033Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-06T20:48:49.295Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-06T20:48:49.295Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T20:48:49.295Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-06T20:48:49.295Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-06T20:48:49.295Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T20:48:49.295Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-06T20:48:49.295Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-06T20:48:49.295Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-06T20:48:49.558Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-06T20:48:49.558Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-06T20:48:49.558Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T20:48:49.558Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-06T20:48:49.558Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-06T20:48:49.558Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T20:48:49.819Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-06T20:48:49.819Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-06T20:48:49.819Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-06T20:48:49.819Z] Selecting previously unselected package openssh-client. [2021-05-06T20:48:49.819Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-06T20:48:50.081Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-06T20:48:50.081Z] Selecting previously unselected package squashfs-tools. [2021-05-06T20:48:50.081Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-06T20:48:50.081Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-06T20:48:50.343Z] Selecting previously unselected package snapd. [2021-05-06T20:48:50.343Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-06T20:48:50.343Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-06T20:48:52.254Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-06T20:48:52.254Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-06T20:48:52.254Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-06T20:48:52.515Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-06T20:48:52.515Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-06T20:48:52.515Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T20:48:52.515Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-06T20:48:52.515Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-06T20:48:52.515Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-06T20:48:53.460Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-06T20:48:53.460Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-06T20:48:53.460Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-06T20:48:53.460Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T20:48:53.460Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T20:48:53.460Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T20:48:54.034Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-06T20:48:54.034Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T20:48:54.034Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-06T20:48:54.034Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-06T20:48:54.034Z] running python rtupdate hooks for python3.6... [2021-05-06T20:48:54.034Z] running python post-rtupdate hooks for python3.6... [2021-05-06T20:48:54.034Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-06T20:48:55.419Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-06T20:48:55.680Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T20:48:55.680Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-06T20:48:55.940Z] Setting up snapd (2.48.3+18.04) ... [2021-05-06T20:48:56.201Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-06T20:48:56.463Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-06T20:48:56.725Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-06T20:48:56.725Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-06T20:48:56.986Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-06T20:48:56.986Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-06T20:48:57.248Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-06T20:48:57.248Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-06T20:48:57.509Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-06T20:48:57.770Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-06T20:48:57.770Z] /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-06T20:48:57.770Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-06T20:48:57.770Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-06T20:48:58.727Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-06T20:48:58.990Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-06T20:48:58.990Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-06T20:49:00.192Z] Reading package lists... [2021-05-06T20:49:00.453Z] Reading package lists... [2021-05-06T20:49:00.714Z] Building dependency tree... [2021-05-06T20:49:00.714Z] Reading state information... [2021-05-06T20:49:00.714Z] Calculating upgrade... [2021-05-06T20:49:00.974Z] The following packages will be upgraded: [2021-05-06T20:49:00.974Z] advancecomp base-files bash binutils binutils-common [2021-05-06T20:49:00.974Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-06T20:49:00.974Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-06T20:49:00.974Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-06T20:49:00.974Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-06T20:49:00.974Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-06T20:49:00.974Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-06T20:49:00.974Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-06T20:49:00.974Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-06T20:49:00.974Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-06T20:49:00.974Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-06T20:49:00.974Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-06T20:49:00.974Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-06T20:49:00.974Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-06T20:49:00.974Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-06T20:49:01.236Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-06T20:49:01.236Z] Need to get 64.0 MB of archives. [2021-05-06T20:49:01.236Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-06T20:49:01.236Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-06T20:49:01.236Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-06T20:49:02.178Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-06T20:49:02.178Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-06T20:49:02.178Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-06T20:49:02.178Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-06T20:49:02.178Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-06T20:49:02.178Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-06T20:49:02.178Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-06T20:49:02.178Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-06T20:49:02.178Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-06T20:49:02.178Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-06T20:49:02.178Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-06T20:49:02.178Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-06T20:49:02.178Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-06T20:49:02.178Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-06T20:49:02.178Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-06T20:49:02.178Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-06T20:49:02.178Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-06T20:49:02.178Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-06T20:49:02.439Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-06T20:49:02.439Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-06T20:49:02.439Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-06T20:49:02.439Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-06T20:49:02.439Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-06T20:49:02.439Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-06T20:49:02.439Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-06T20:49:02.439Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-06T20:49:02.439Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-06T20:49:02.439Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-06T20:49:02.439Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-06T20:49:02.439Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-06T20:49:02.439Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-06T20:49:02.439Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-06T20:49:02.439Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-06T20:49:02.439Z] Get:36 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-06T20:49:02.700Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-06T20:49:02.700Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-06T20:49:02.700Z] Get:39 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-06T20:49:02.700Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-06T20:49:02.700Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-06T20:49:02.700Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-06T20:49:02.700Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-06T20:49:02.700Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-06T20:49:02.700Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-06T20:49:02.700Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-06T20:49:02.961Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-06T20:49:02.961Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-06T20:49:02.961Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-06T20:49:02.961Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-06T20:49:02.961Z] Get:51 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-06T20:49:02.961Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-06T20:49:02.961Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-06T20:49:02.961Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-06T20:49:02.961Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-06T20:49:02.961Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-06T20:49:02.961Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-06T20:49:02.961Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-06T20:49:03.222Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-06T20:49:03.222Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-06T20:49:03.222Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-06T20:49:03.222Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-06T20:49:03.222Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-06T20:49:03.222Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-06T20:49:03.222Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-06T20:49:03.222Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-06T20:49:03.222Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-06T20:49:03.222Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-06T20:49:03.222Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-06T20:49:03.222Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-06T20:49:03.222Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-06T20:49:03.222Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-06T20:49:03.222Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-06T20:49:03.222Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-06T20:49:03.222Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-06T20:49:03.222Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-06T20:49:03.483Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-06T20:49:03.483Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-06T20:49:03.483Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-06T20:49:03.483Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-06T20:49:03.483Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-06T20:49:03.483Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-06T20:49:03.483Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-06T20:49:03.483Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-06T20:49:03.751Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-06T20:49:03.751Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-06T20:49:03.751Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-06T20:49:03.751Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-06T20:49:03.751Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-06T20:49:03.751Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-06T20:49:03.751Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-06T20:49:03.751Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-06T20:49:04.322Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-06T20:49:04.582Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-06T20:49:04.582Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-06T20:49:04.582Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-06T20:49:04.843Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-06T20:49:04.843Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-06T20:49:04.843Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-06T20:49:04.843Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-06T20:49:04.843Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-06T20:49:05.104Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T20:49:05.104Z] Fetched 64.0 MB in 4s (16.1 MB/s) [2021-05-06T20:49:05.104Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:05.104Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T20:49:05.104Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-06T20:49:06.047Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T20:49:06.047Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-06T20:49:06.047Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-06T20:49:06.047Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-06T20:49:06.988Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:06.988Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T20:49:06.988Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:06.988Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T20:49:06.988Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:06.988Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T20:49:07.249Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:07.249Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T20:49:07.249Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:07.510Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T20:49:07.510Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:07.510Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T20:49:07.510Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:07.510Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T20:49:07.774Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T20:49:07.774Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-06T20:49:07.774Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:08.034Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-06T20:49:08.034Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-06T20:49:08.034Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-06T20:49:08.034Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:08.295Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T20:49:08.295Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:08.295Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T20:49:08.557Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:08.557Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T20:49:08.876Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T20:49:08.876Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-06T20:49:08.876Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T20:49:09.137Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-06T20:49:09.397Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-06T20:49:09.657Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-06T20:49:09.657Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-06T20:49:09.657Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-06T20:49:09.657Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-06T20:49:09.920Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-06T20:49:09.920Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-06T20:49:10.181Z] Installing new version of config file /etc/issue ... [2021-05-06T20:49:10.181Z] Installing new version of config file /etc/issue.net ... [2021-05-06T20:49:10.181Z] Installing new version of config file /etc/lsb-release ... [2021-05-06T20:49:10.181Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-06T20:49:10.442Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-06T20:49:10.442Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-06T20:49:10.442Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-06T20:49:10.442Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:10.442Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-06T20:49:10.704Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-06T20:49:10.704Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-06T20:49:10.964Z] 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-06T20:49:10.964Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:10.964Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T20:49:10.964Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-06T20:49:11.225Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-06T20:49:11.225Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:11.225Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-06T20:49:11.225Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-06T20:49:11.485Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-06T20:49:11.485Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:11.485Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-06T20:49:11.485Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-06T20:49:11.746Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-06T20:49:12.008Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:12.008Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-06T20:49:12.008Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-06T20:49:12.008Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-06T20:49:12.268Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:12.268Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-06T20:49:12.268Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-06T20:49:12.268Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-06T20:49:12.529Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:12.529Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-06T20:49:12.529Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-06T20:49:12.529Z] Setting up grep (3.1-2build1) ... [2021-05-06T20:49:12.791Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:12.791Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-06T20:49:12.791Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-06T20:49:12.791Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-06T20:49:12.821Z] gofmt -l . [2021-05-06T20:49:12.822Z] [ "`gofmt -l .`" = "" ] [2021-05-06T20:49:13.051Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:13.051Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-06T20:49:13.051Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T20:49:13.051Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-06T20:49:13.310Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:13.310Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-06T20:49:13.310Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-06T20:49:13.878Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-06T20:49:13.878Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-06T20:49:13.878Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-06T20:49:13.878Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-06T20:49:14.449Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-06T20:49:14.449Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:14.449Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-06T20:49:14.449Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-06T20:49:15.438Z] ./bin/test-go-mod-tidy.sh [2021-05-06T20:49:15.712Z] ./bin/test-attribution-txt.sh [2021-05-06T20:49:15.837Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-06T20:49:15.837Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-06T20:49:15.837Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-06T20:49:15.837Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-06T20:49:15.837Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-06T20:49:15.837Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:15.837Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-06T20:49:15.837Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-06T20:49:16.099Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-06T20:49:16.099Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:16.099Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T20:49:16.099Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T20:49:16.360Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T20:49:16.361Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:16.361Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T20:49:16.361Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T20:49:16.621Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T20:49:16.621Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:16.621Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T20:49:16.621Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T20:49:16.882Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T20:49:16.882Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:16.882Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T20:49:16.882Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T20:49:16.882Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T20:49:17.143Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:17.143Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-06T20:49:17.143Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T20:49:17.143Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-06T20:49:17.143Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T20:49:17.405Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-06T20:49:17.405Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:17.405Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-06T20:49:17.405Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T20:49:17.664Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-06T20:49:17.664Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:17.664Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T20:49:17.664Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] sh [2021-05-06T20:49:17.924Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T20:49:17.925Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:17.925Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T20:49:17.925Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T20:49:17.925Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-06T20:49:18.185Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:18.185Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T20:49:18.185Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T20:49:18.341Z] + ls -al . [2021-05-06T20:49:18.341Z] total 844 [2021-05-06T20:49:18.341Z] drwxrwxr-x 9 1001 1001 4096 May 6 20:49 . [2021-05-06T20:49:18.341Z] drwxr-xr-x 4 root root 4096 May 6 20:43 .. [2021-05-06T20:49:18.341Z] -rw-rw-r-- 1 1001 1001 11 May 6 20:42 .dockerignore [2021-05-06T20:49:18.341Z] drwxrwxr-x 8 1001 1001 4096 May 6 20:42 .git [2021-05-06T20:49:18.341Z] drwxrwxr-x 3 1001 1001 4096 May 6 20:42 .github [2021-05-06T20:49:18.341Z] -rw-rw-r-- 1 1001 1001 818 May 6 20:42 .gitignore [2021-05-06T20:49:18.341Z] -rw-rw-r-- 1 1001 1001 166 May 6 20:42 .sonarcloud.properties [2021-05-06T20:49:18.341Z] -rw-rw-r-- 1 1001 1001 8609 May 6 20:42 Attribution.txt [2021-05-06T20:49:18.341Z] -rw-rw-r-- 1 1001 1001 3804 May 6 20:42 CONTRIBUTING.md [2021-05-06T20:49:18.341Z] -rw-rw-r-- 1 1001 1001 931 May 6 20:42 Dockerfile.build [2021-05-06T20:49:18.341Z] -rw-rw-r-- 1 1001 1001 863 May 6 20:42 Jenkinsfile [2021-05-06T20:49:18.341Z] -rw-rw-r-- 1 1001 1001 10775 May 6 20:42 LICENSE [2021-05-06T20:49:18.341Z] -rw-rw-r-- 1 1001 1001 5774 May 6 20:42 Makefile [2021-05-06T20:49:18.341Z] -rw-rw-r-- 1 1001 1001 7978 May 6 20:42 README.md [2021-05-06T20:49:18.341Z] -rw-rw-r-- 1 1001 1001 6755 May 6 20:42 SECURITY.md [2021-05-06T20:49:18.341Z] -rw-rw-r-- 1 1001 1001 5 May 6 20:37 VERSION [2021-05-06T20:49:18.341Z] -rw-rw-r-- 1 1001 1001 4131 May 6 20:42 ZMQWindows.md [2021-05-06T20:49:18.341Z] drwxrwxr-x 2 1001 1001 4096 May 6 20:42 bin [2021-05-06T20:49:18.341Z] drwxrwxr-x 14 1001 1001 4096 May 6 20:42 cmd [2021-05-06T20:49:18.341Z] -rw-r--r-- 1 root root 705232 May 6 20:47 coverage.out [2021-05-06T20:49:18.341Z] -rw-r--r-- 1 root root 1060 May 6 20:49 go.mod [2021-05-06T20:49:18.341Z] -rw-r--r-- 1 root root 21706 May 6 20:43 go.sum [2021-05-06T20:49:18.341Z] drwxrwxr-x 8 1001 1001 4096 May 6 20:42 internal [2021-05-06T20:49:18.341Z] drwxrwxr-x 4 1001 1001 4096 May 6 20:42 openapi [2021-05-06T20:49:18.341Z] drwxrwxr-x 4 1001 1001 4096 May 6 20:42 snap [2021-05-06T20:49:18.341Z] -rw-rw-r-- 1 1001 1001 168 May 6 20:42 version.go [Pipeline] sh [2021-05-06T20:49:18.756Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-06T20:49:18.998Z] + '[' -e coverage.out ] [2021-05-06T20:49:18.998Z] + chown 1001:1001 coverage.out [2021-05-06T20:49:19.016Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [Pipeline] stash [2021-05-06T20:49:19.030Z] Warning: overwriting stash ‘coverage-report’ [2021-05-06T20:49:19.277Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-06T20:49:19.277Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:19.277Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T20:49:19.277Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-06T20:49:19.538Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-06T20:49:19.800Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T20:49:19.800Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-06T20:49:19.800Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T20:49:19.800Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-06T20:49:20.062Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:20.062Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-06T20:49:20.062Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-06T20:49:20.062Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-06T20:49:20.211Z] Stashed 1 file(s) [Pipeline] sh [2021-05-06T20:49:20.323Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:20.324Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-06T20:49:20.324Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-06T20:49:20.584Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-06T20:49:20.584Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:20.584Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-06T20:49:20.584Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-06T20:49:20.584Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-06T20:49:20.845Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:20.845Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-06T20:49:20.845Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-06T20:49:20.845Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-06T20:49:20.858Z] + make build [2021-05-06T20:49:20.858Z] 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-06T20:49:21.107Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:21.107Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-06T20:49:21.107Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-06T20:49:21.107Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-06T20:49:21.370Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:21.370Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-06T20:49:21.632Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-06T20:49:21.632Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-06T20:49:21.895Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:21.895Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T20:49:21.895Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T20:49:21.895Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-06T20:49:22.157Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-06T20:49:22.157Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-06T20:49:22.157Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-06T20:49:22.419Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-06T20:49:22.419Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:22.419Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-06T20:49:22.419Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-06T20:49:22.689Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-06T20:49:22.689Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:22.689Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-06T20:49:22.689Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-06T20:49:22.689Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-06T20:49:23.278Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:23.278Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-06T20:49:23.278Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-06T20:49:23.278Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-06T20:49:23.278Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:23.278Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-06T20:49:23.278Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-06T20:49:23.551Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-06T20:49:23.551Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:23.551Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-06T20:49:23.551Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-06T20:49:24.148Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-06T20:49:24.148Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:24.148Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T20:49:24.148Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-06T20:49:24.420Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-06T20:49:24.420Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:24.420Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-06T20:49:24.420Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-06T20:49:24.696Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-06T20:49:24.696Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:24.696Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-06T20:49:24.696Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-06T20:49:25.036Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-06T20:49:25.036Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:25.036Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-06T20:49:25.036Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-06T20:49:25.393Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-06T20:49:25.393Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:25.393Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-06T20:49:25.393Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-06T20:49:25.394Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-06T20:49:25.678Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:25.678Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-06T20:49:25.678Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-06T20:49:25.678Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-06T20:49:25.941Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:25.941Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-06T20:49:25.941Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-06T20:49:25.941Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-06T20:49:26.202Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:26.202Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-06T20:49:26.202Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-06T20:49:26.202Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-06T20:49:26.464Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T20:49:26.464Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-06T20:49:26.464Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-06T20:49:26.725Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-06T20:49:26.987Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-06T20:49:26.987Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-06T20:49:26.987Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-06T20:49:26.987Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-06T20:49:27.249Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-06T20:49:27.249Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-06T20:49:27.249Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-06T20:49:27.518Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-06T20:49:27.518Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-06T20:49:27.572Z] 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-06T20:49:27.779Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-06T20:49:27.779Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-06T20:49:28.040Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-06T20:49:28.040Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-06T20:49:28.040Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-06T20:49:28.040Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-06T20:49:28.302Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-06T20:49:28.302Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-06T20:49:28.302Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-06T20:49:28.302Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-06T20:49:28.563Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-06T20:49:28.563Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-06T20:49:28.563Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-06T20:49:28.823Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-06T20:49:28.823Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-06T20:49:28.823Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-06T20:49:29.769Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-06T20:49:30.029Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-06T20:49:30.029Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-06T20:49:30.029Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-06T20:49:30.294Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-06T20:49:30.294Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-06T20:49:30.556Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-06T20:49:30.556Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-06T20:49:30.817Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-06T20:49:30.817Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-06T20:49:30.817Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-06T20:49:30.817Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-06T20:49:31.078Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:31.078Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T20:49:31.078Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:31.078Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T20:49:31.338Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:31.339Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T20:49:31.339Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:31.339Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T20:49:32.305Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:32.305Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T20:49:33.247Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:33.247Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T20:49:34.191Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:34.191Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T20:49:34.458Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:34.458Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T20:49:35.403Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T20:49:35.403Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T20:49:35.403Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-06T20:49:35.403Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-06T20:49:35.403Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-06T20:49:35.403Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-06T20:49:35.664Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-06T20:49:35.664Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-06T20:49:35.664Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-06T20:49:35.925Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-06T20:49:35.925Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-06T20:49:35.925Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-06T20:49:35.925Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-06T20:49:36.186Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-06T20:49:36.186Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-06T20:49:36.186Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-06T20:49:36.449Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T20:49:36.450Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-06T20:49:36.450Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T20:49:36.450Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T20:49:36.450Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T20:49:36.450Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-06T20:49:36.710Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-06T20:49:36.710Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-06T20:49:36.710Z] [2021-05-06T20:49:36.710Z] Current default time zone: 'Etc/UTC' [2021-05-06T20:49:36.710Z] Local time is now: Thu May 6 20:49:36 UTC 2021. [2021-05-06T20:49:36.710Z] Universal Time is now: Thu May 6 20:49:36 UTC 2021. [2021-05-06T20:49:36.710Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-06T20:49:36.710Z] [2021-05-06T20:49:36.710Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-06T20:49:36.710Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T20:49:36.973Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-06T20:49:36.973Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-06T20:49:36.973Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-06T20:49:36.973Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-06T20:49:36.973Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-06T20:49:36.973Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-06T20:49:36.973Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-06T20:49:36.973Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-06T20:49:36.973Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T20:49:36.973Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-06T20:49:37.236Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T20:49:37.236Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-06T20:49:37.236Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T20:49:37.497Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-06T20:49:37.497Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-06T20:49:37.497Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-06T20:49:37.497Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-06T20:49:37.497Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-06T20:49:37.497Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-06T20:49:37.497Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-06T20:49:37.497Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-06T20:49:39.431Z] Updating certificates in /etc/ssl/certs... [2021-05-06T20:49:40.375Z] 23 added, 27 removed; done. [2021-05-06T20:49:40.375Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-06T20:49:40.375Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T20:49:40.636Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-06T20:49:40.636Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-06T20:49:40.636Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-06T20:49:40.636Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T20:49:40.636Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-06T20:49:40.636Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T20:49:40.897Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T20:49:40.897Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T20:49:40.897Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T20:49:40.897Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T20:49:40.897Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-06T20:49:40.897Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-06T20:49:41.157Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-06T20:49:41.157Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-06T20:49:41.157Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-06T20:49:41.157Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T20:49:41.157Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T20:49:41.157Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-06T20:49:41.157Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-06T20:49:41.418Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-06T20:49:41.418Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-06T20:49:41.418Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-06T20:49:41.418Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-06T20:49:41.418Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-06T20:49:41.678Z] Updating certificates in /etc/ssl/certs... [2021-05-06T20:49:42.249Z] 0 added, 0 removed; done. [2021-05-06T20:49:42.249Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-06T20:49:42.249Z] done. [2021-05-06T20:49:42.509Z] Reading package lists... [2021-05-06T20:49:42.770Z] Building dependency tree... [2021-05-06T20:49:42.770Z] Reading state information... [2021-05-06T20:49:43.031Z] The following NEW packages will be installed: [2021-05-06T20:49:43.031Z] apt-transport-https [2021-05-06T20:49:43.291Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-06T20:49:43.291Z] Need to get 1692 B of archives. [2021-05-06T20:49:43.291Z] After this operation, 154 kB of additional disk space will be used. [2021-05-06T20:49:43.291Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-06T20:49:43.291Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T20:49:43.291Z] Fetched 1692 B in 0s (8522 B/s) [2021-05-06T20:49:43.291Z] Selecting previously unselected package apt-transport-https. [2021-05-06T20:49:43.291Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-06T20:49:43.291Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-06T20:49:43.551Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-06T20:49:43.551Z] Setting up apt-transport-https (1.6.13) ... [2021-05-06T20:49:43.811Z] Waiting for network to be ready... [2021-05-06T20:49:50.402Z] 2021-05-06T20:49:47Z INFO Waiting for automatic snapd restart... [2021-05-06T20:49:50.661Z] snapd 2.49.2 from Canonical* installed [2021-05-06T20:49:51.608Z] "snapd" switched to the "latest/stable" channel [2021-05-06T20:49:51.608Z] [2021-05-06T20:49:54.344Z] 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-06T20:49:54.904Z] core18 20210309 from Canonical* installed [2021-05-06T20:49:54.904Z] "core18" switched to the "latest/stable" channel [2021-05-06T20:49:54.904Z] [2021-05-06T20:49:55.332Z] 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-06T20:49:58.202Z] snapcraft 4.7.1 from Canonical* installed [2021-05-06T20:49:58.771Z] "snapcraft" switched to the "latest/stable" channel [2021-05-06T20:49:58.771Z] [2021-05-06T20:49:59.634Z] 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-06T20:50:00.609Z] 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-06T20:50:03.007Z] 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-06T20:50:03.007Z] - README.md [2021-05-06T20:50:03.007Z] [2021-05-06T20:50:03.007Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-06T20:50:04.897Z] 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-06T20:50:09.199Z] 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-06T20:50:09.589Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-06T20:50:09.589Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-06T20:50:09.589Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-06T20:50:09.589Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-06T20:50:10.531Z] Reading package lists... [2021-05-06T20:50:10.793Z] 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-06T20:50:11.810Z] 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-06T20:50:15.258Z] 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-06T20:50:17.379Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-06T20:50:17.379Z] Reading package lists... [2021-05-06T20:50:17.379Z] Building dependency tree... [2021-05-06T20:50:17.379Z] Reading state information... [2021-05-06T20:50:17.379Z] Suggested packages: [2021-05-06T20:50:17.379Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-06T20:50:17.379Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-06T20:50:17.379Z] Recommended packages: [2021-05-06T20:50:17.379Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-06T20:50:17.379Z] The following NEW packages will be installed: [2021-05-06T20:50:17.379Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-06T20:50:17.379Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-06T20:50:17.379Z] pkg-config zip [2021-05-06T20:50:17.379Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-06T20:50:17.379Z] Need to get 7663 kB of archives. [2021-05-06T20:50:17.379Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-06T20:50:17.379Z] 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-06T20:50:17.379Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-06T20:50:17.379Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-06T20:50:17.379Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-06T20:50:17.379Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-06T20:50:17.639Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-06T20:50:17.639Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-06T20:50:17.639Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-06T20:50:17.639Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-06T20:50:17.880Z] 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-06T20:50:17.899Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-06T20:50:17.899Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-06T20:50:17.899Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-06T20:50:17.899Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-06T20:50:17.899Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-06T20:50:17.899Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-06T20:50:18.159Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T20:50:18.159Z] Fetched 7663 kB in 1s (10.8 MB/s) [2021-05-06T20:50:18.159Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-06T20:50:18.159Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-06T20:50:18.159Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-06T20:50:18.159Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-06T20:50:18.420Z] Selecting previously unselected package libpsl5:amd64. [2021-05-06T20:50:18.420Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-06T20:50:18.420Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-06T20:50:18.420Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-06T20:50:18.420Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-06T20:50:18.420Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-06T20:50:18.680Z] Selecting previously unselected package librtmp1:amd64. [2021-05-06T20:50:18.680Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-06T20:50:18.680Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-06T20:50:18.680Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-06T20:50:18.680Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-06T20:50:18.680Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-06T20:50:18.941Z] Selecting previously unselected package liberror-perl. [2021-05-06T20:50:18.941Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-06T20:50:18.941Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-06T20:50:18.941Z] Selecting previously unselected package git-man. [2021-05-06T20:50:18.941Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-06T20:50:18.941Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-06T20:50:19.203Z] Selecting previously unselected package git. [2021-05-06T20:50:19.203Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-06T20:50:19.203Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-06T20:50:20.145Z] Selecting previously unselected package libnorm1:amd64. [2021-05-06T20:50:20.145Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-06T20:50:20.145Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-06T20:50:20.145Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-06T20:50:20.145Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-06T20:50:20.145Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-06T20:50:20.145Z] Selecting previously unselected package libsodium23:amd64. [2021-05-06T20:50:20.145Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-06T20:50:20.145Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-06T20:50:20.406Z] Selecting previously unselected package libzmq5:amd64. [2021-05-06T20:50:20.406Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-06T20:50:20.406Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-06T20:50:20.406Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-06T20:50:20.406Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-06T20:50:20.406Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-06T20:50:20.667Z] Selecting previously unselected package pkg-config. [2021-05-06T20:50:20.667Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-06T20:50:20.667Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-06T20:50:20.667Z] Selecting previously unselected package zip. [2021-05-06T20:50:20.667Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-06T20:50:20.667Z] Unpacking zip (3.0-11build1) ... [2021-05-06T20:50:20.667Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-06T20:50:20.928Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-06T20:50:20.928Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-06T20:50:20.928Z] Setting up liberror-perl (0.17025-1) ... [2021-05-06T20:50:20.928Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-06T20:50:20.928Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-06T20:50:20.928Z] No schema files found: doing nothing. [2021-05-06T20:50:20.928Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-06T20:50:20.928Z] Setting up zip (3.0-11build1) ... [2021-05-06T20:50:20.928Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-06T20:50:20.928Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-06T20:50:20.928Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-06T20:50:21.188Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-06T20:50:21.188Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-06T20:50:21.188Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-06T20:50:21.188Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-06T20:50:21.188Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-06T20:50:21.269Z] 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-06T20:50:27.771Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [Pipeline] } [2021-05-06T20:50:28.042Z] $ docker stop --time=1 7f6fc111f0d8c0b7190648d4c946d82eb155acebd3d647c36935b100d2b212d3 [2021-05-06T20:50:28.032Z] git set to automatically installed. [2021-05-06T20:50:28.032Z] git-man set to automatically installed. [2021-05-06T20:50:28.032Z] libcurl3-gnutls set to automatically installed. [2021-05-06T20:50:28.032Z] liberror-perl set to automatically installed. [2021-05-06T20:50:28.032Z] libglib2.0-0 set to automatically installed. [2021-05-06T20:50:28.032Z] libnghttp2-14 set to automatically installed. [2021-05-06T20:50:28.032Z] libnorm1 set to automatically installed. [2021-05-06T20:50:28.032Z] libpgm-5.2-0 set to automatically installed. [2021-05-06T20:50:28.032Z] libpsl5 set to automatically installed. [2021-05-06T20:50:28.032Z] librtmp1 set to automatically installed. [2021-05-06T20:50:28.032Z] libsodium23 set to automatically installed. [2021-05-06T20:50:28.032Z] libzmq3-dev set to automatically installed. [2021-05-06T20:50:28.032Z] libzmq5 set to automatically installed. [2021-05-06T20:50:28.032Z] pkg-config set to automatically installed. [2021-05-06T20:50:28.032Z] zip set to automatically installed. [2021-05-06T20:50:29.997Z] snapd is not logged in, snap install commands will use sudo [2021-05-06T20:50:31.004Z] $ docker rm -f 7f6fc111f0d8c0b7190648d4c946d82eb155acebd3d647c36935b100d2b212d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:50:32.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-06T20:50:32.804Z] [2021-05-06T20:50:32.804Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:50:33.150Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-06T20:50:33.150Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-06T20:50:33.150Z] 29e5d40040c1: Pulling fs layer [2021-05-06T20:50:33.150Z] 1ce36da41761: Pulling fs layer [2021-05-06T20:50:33.150Z] 25b303627fd3: Pulling fs layer [2021-05-06T20:50:33.421Z] 29e5d40040c1: Verifying Checksum [2021-05-06T20:50:33.421Z] 29e5d40040c1: Download complete [2021-05-06T20:50:34.018Z] 29e5d40040c1: Pull complete [2021-05-06T20:50:34.018Z] 1ce36da41761: Verifying Checksum [2021-05-06T20:50:34.018Z] 1ce36da41761: Download complete [2021-05-06T20:50:35.450Z] 1ce36da41761: Pull complete [2021-05-06T20:50:35.722Z] 25b303627fd3: Download complete [2021-05-06T20:50:36.582Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-06T20:50:36.842Z] snap "core18" has no updates available [2021-05-06T20:50:37.411Z] snapd is not logged in, snap install commands will use sudo [2021-05-06T20:50:45.547Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-06T20:50:45.860Z] 25b303627fd3: Pull complete [2021-05-06T20:50:45.860Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-06T20:50:45.860Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-06T20:50:45.860Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-06T20:50:46.111Z] prd-ubuntu18.04-docker-arm64-4c-16g-3322 does not seem to be running inside a container [2021-05-06T20:50:46.227Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-06T20:50:49.322Z] $ docker top 883b161b13214cd5d9dc4033a5c1dfc734f2b5580489da5b07aeb3b00f0ca858 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T20:50:50.187Z] + docker-compose build --help [2021-05-06T20:50:50.187Z] + grep parallel [2021-05-06T20:50:53.554Z] --parallel Build images in parallel. [Pipeline] } [2021-05-06T20:50:53.618Z] $ docker stop --time=1 883b161b13214cd5d9dc4033a5c1dfc734f2b5580489da5b07aeb3b00f0ca858 [2021-05-06T20:50:55.489Z] $ docker rm -f 883b161b13214cd5d9dc4033a5c1dfc734f2b5580489da5b07aeb3b00f0ca858 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:50:56.053Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-06T20:50:56.053Z] . [Pipeline] withDockerContainer [2021-05-06T20:50:56.269Z] prd-ubuntu18.04-docker-arm64-4c-16g-3322 does not seem to be running inside a container [2021-05-06T20:50:56.386Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-06T20:50:57.810Z] $ docker top 9bce61e44f04a2a0659142d1248d7f20b8c1a6e1d4da7671d52615d649f4cf30 -eo pid,comm [2021-05-06T20:50:57.803Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-06T20:50:57.803Z] Pulling go-build-helper [2021-05-06T20:50:57.803Z] + snapcraftctl pull [Pipeline] { [Pipeline] sh [2021-05-06T20:50:58.650Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-06T20:50:59.193Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-06T20:50:59.194Z] Skipping pull go-build-helper (already ran) [2021-05-06T20:50:59.194Z] Building go-build-helper [2021-05-06T20:50:59.194Z] + snapcraftctl build [2021-05-06T20:51:01.110Z] Staging go-build-helper [2021-05-06T20:51:01.110Z] + snapcraftctl stage [2021-05-06T20:51:02.023Z] Building docker-core-command-go ... [2021-05-06T20:51:02.023Z] Building docker-core-data-go ... [2021-05-06T20:51:02.023Z] Building docker-core-metadata-go ... [2021-05-06T20:51:02.023Z] Building docker-security-bootstrapper-go ... [2021-05-06T20:51:02.023Z] Building docker-security-proxy-setup-go ... [2021-05-06T20:51:02.023Z] Building docker-security-secretstore-setup-go ... [2021-05-06T20:51:02.023Z] Building docker-support-notifications-go ... [2021-05-06T20:51:02.023Z] Building docker-support-scheduler-go ... [2021-05-06T20:51:02.023Z] Building docker-sys-mgmt-agent-go ... [2021-05-06T20:51:02.024Z] Building docker-security-bootstrapper-go [2021-05-06T20:51:02.024Z] Building docker-core-command-go [2021-05-06T20:51:02.024Z] Building docker-support-notifications-go [2021-05-06T20:51:02.024Z] Building docker-sys-mgmt-agent-go [2021-05-06T20:51:02.024Z] Building docker-support-scheduler-go [2021-05-06T20:51:11.110Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-06T20:51:11.110Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-06T20:51:11.110Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-06T20:51:11.110Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-06T20:51:11.110Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-06T20:51:11.110Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-06T20:51:11.110Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-06T20:51:11.110Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-06T20:51:11.110Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-06T20:51:11.110Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-06T20:51:11.110Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-06T20:51:11.110Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-06T20:51:11.110Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-06T20:51:11.110Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-06T20:51:11.110Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-06T20:51:11.110Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-06T20:51:11.110Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-06T20:51:11.110Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-06T20:51:11.110Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-06T20:51:11.110Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2043 kB] [2021-05-06T20:51:11.110Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-06T20:51:11.110Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-06T20:51:11.110Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-06T20:51:11.110Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-06T20:51:11.110Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-06T20:51:11.110Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-06T20:51:11.110Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-06T20:51:11.110Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-06T20:51:11.110Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-06T20:51:11.110Z] Fetched 224 kB in 0s (0 B/s) [2021-05-06T20:51:11.110Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-06T20:51:11.110Z] Fetched 157 kB in 0s (0 B/s) [2021-05-06T20:51:11.110Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-06T20:51:11.110Z] Fetched 221 kB in 0s (0 B/s) [2021-05-06T20:51:11.110Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-06T20:51:11.110Z] Fetched 143 kB in 0s (0 B/s) [2021-05-06T20:51:11.110Z] Pulling app-service-config [2021-05-06T20:51:11.110Z] + snapcraftctl pull [2021-05-06T20:51:12.052Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-06T20:51:12.621Z] Pulling config-common [2021-05-06T20:51:12.621Z] + snapcraftctl pull [2021-05-06T20:51:17.907Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-06T20:51:17.907Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-06T20:51:17.907Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-06T20:51:17.907Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T20:51:17.907Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-06T20:51:17.907Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T20:51:17.907Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-06T20:51:17.907Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T20:51:17.907Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-06T20:51:17.907Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T20:51:17.907Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-06T20:51:17.907Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T20:51:17.907Z] Pulling edgex-go [2021-05-06T20:51:17.907Z] + snapcraftctl pull [2021-05-06T20:51:39.880Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-06T20:51:39.880Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-06T20:51:39.880Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-06T20:51:39.880Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-06T20:51:39.880Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-06T20:51:39.880Z] Fetched 279 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-06T20:51:39.880Z] Fetched 122 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-06T20:51:39.880Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-06T20:51:39.880Z] Fetched 8848 B in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-06T20:51:39.880Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-06T20:51:39.880Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-06T20:51:39.880Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-06T20:51:39.880Z] Fetched 219 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-06T20:51:39.880Z] Fetched 154 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-06T20:51:39.880Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-06T20:51:39.880Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-06T20:51:39.880Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-06T20:51:39.880Z] Fetched 499 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-06T20:51:39.880Z] Fetched 111 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-06T20:51:39.880Z] Fetched 240 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-06T20:51:39.880Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-06T20:51:39.880Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-06T20:51:39.880Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-06T20:51:39.880Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-06T20:51:39.880Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-06T20:51:39.880Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-06T20:51:39.880Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-06T20:51:39.880Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-06T20:51:39.880Z] Fetched 8720 B in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-06T20:51:39.880Z] Fetched 137 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-06T20:51:39.880Z] Fetched 119 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-06T20:51:39.880Z] Fetched 110 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-06T20:51:39.880Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-06T20:51:39.880Z] Fetched 645 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-06T20:51:39.880Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-06T20:51:39.880Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-06T20:51:39.880Z] Fetched 368 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-06T20:51:39.880Z] Fetched 187 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-06T20:51:39.880Z] Fetched 175 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-06T20:51:39.880Z] Fetched 206 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-06T20:51:39.880Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-06T20:51:39.880Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-06T20:51:39.880Z] Fetched 159 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-06T20:51:39.880Z] Fetched 107 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-06T20:51:39.880Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-06T20:51:39.880Z] Pulling static-packages [2021-05-06T20:51:39.880Z] + snapcraftctl pull [2021-05-06T20:51:39.880Z] Pulling version [2021-05-06T20:51:39.880Z] + cd /root/project [2021-05-06T20:51:39.880Z] + [ -f VERSION ] [2021-05-06T20:51:39.880Z] + PROJECT_VERSION=local-dev [2021-05-06T20:51:39.880Z] + git rev-parse --short HEAD [2021-05-06T20:51:39.880Z] + GIT_REVISION=67fee59e [2021-05-06T20:51:39.880Z] + snapcraftctl set-version local-dev [2021-05-06T20:51:40.462Z] Skipping build go-build-helper (already ran) [2021-05-06T20:51:40.462Z] Building app-service-config [2021-05-06T20:51:40.462Z] + make build [2021-05-06T20:51:40.462Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-06T20:51:42.373Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-05-06T20:51:42.633Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-06T20:51:42.633Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-06T20:51:42.633Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-06T20:51:42.633Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-06T20:51:42.633Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-05-06T20:51:42.633Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-06T20:51:42.893Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-05-06T20:51:42.893Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-06T20:51:43.154Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-06T20:51:43.154Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-06T20:51:43.154Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-06T20:51:43.154Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-06T20:51:43.154Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-06T20:51:43.154Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-06T20:51:43.415Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-06T20:51:43.415Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-06T20:51:43.676Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-06T20:51:43.676Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-06T20:51:43.938Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-06T20:51:43.938Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-06T20:51:43.938Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-06T20:51:43.938Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-06T20:51:43.938Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-06T20:51:43.938Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-06T20:51:43.938Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-06T20:51:43.938Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-06T20:51:43.938Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-06T20:51:43.938Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-06T20:51:44.207Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-06T20:51:44.207Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-06T20:51:44.207Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-06T20:51:44.207Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-06T20:51:44.207Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-06T20:51:44.207Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-06T20:51:44.207Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-06T20:51:44.207Z] go: downloading golang.org/x/text v0.3.2 [2021-05-06T20:51:44.207Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-06T20:51:44.207Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-06T20:51:44.207Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-06T20:51:44.207Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-06T20:51:44.533Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-06T20:51:44.533Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-06T20:51:44.533Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-06T20:51:44.533Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-06T20:51:54.542Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-06T20:51:54.542Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-06T20:51:54.542Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-06T20:51:54.542Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-06T20:51:55.483Z] Building config-common [2021-05-06T20:51:55.483Z] + snapcraftctl build [2021-05-06T20:51:58.026Z] Building edgex-go [2021-05-06T20:51:58.286Z] + cd /root/parts/edgex-go/src [2021-05-06T20:51:58.286Z] + make build [2021-05-06T20:51:58.286Z] 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-06T20:51:58.553Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.44 [2021-05-06T20:51:58.553Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-06T20:51:58.553Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-06T20:51:58.815Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-06T20:51:58.815Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.19 [2021-05-06T20:52:02.119Z] 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-06T20:52:02.119Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-06T20:52:08.705Z] 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-06T20:52:09.646Z] 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-06T20:52:11.559Z] 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-06T20:52:11.820Z] 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-06T20:52:12.081Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-06T20:52:12.342Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-06T20:52:12.342Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-06T20:52:12.342Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-06T20:52:14.256Z] 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-06T20:52:14.516Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-06T20:52:14.516Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-06T20:52:16.428Z] 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-06T20:52:17.812Z] 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-06T20:52:17.812Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-06T20:52:19.724Z] 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-06T20:52:20.668Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-06T20:52:22.050Z] 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-06T20:52:22.310Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-06T20:52:23.803Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:52:23.803Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:52:23.803Z] ---> 746c819901f8 [2021-05-06T20:52:23.803Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T20:52:23.803Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:52:23.803Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:52:23.803Z] [2021-05-06T20:52:23.803Z] ---> 746c819901f8 [2021-05-06T20:52:23.803Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 3/22 : WORKDIR /edgex-go [2021-05-06T20:52:23.803Z] [2021-05-06T20:52:23.803Z] ---> 746c819901f8 [2021-05-06T20:52:23.803Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T20:52:23.803Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:52:23.803Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:52:23.803Z] ---> 746c819901f8 [2021-05-06T20:52:23.803Z] Step 3/22 : WORKDIR /edgex-go [2021-05-06T20:52:23.803Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:52:23.803Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:52:23.803Z] ---> 746c819901f8 [2021-05-06T20:52:23.803Z] Step 3/31 : WORKDIR /edgex-go [2021-05-06T20:52:23.803Z] ---> Running in 221b555fd3ff [2021-05-06T20:52:23.803Z] ---> Running in c86414ee034f [2021-05-06T20:52:23.803Z] ---> Running in d55f410104be [2021-05-06T20:52:23.803Z] ---> Running in 80dae541207a [2021-05-06T20:52:23.803Z] ---> Running in 1558f47c9af3 [2021-05-06T20:52:23.803Z] Removing intermediate container c86414ee034f [2021-05-06T20:52:23.803Z] ---> a47d58ac8812 [2021-05-06T20:52:23.803Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:52:23.803Z] Removing intermediate container 1558f47c9af3 [2021-05-06T20:52:23.803Z] ---> 0807b5f709c3 [2021-05-06T20:52:23.804Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:52:23.804Z] ---> Running in ab288970421f [2021-05-06T20:52:23.804Z] ---> Running in 13451af23cc6 [2021-05-06T20:52:23.804Z] Removing intermediate container 80dae541207a [2021-05-06T20:52:23.804Z] ---> d64cca561261 [2021-05-06T20:52:23.804Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:52:23.804Z] Removing intermediate container d55f410104be [2021-05-06T20:52:23.804Z] ---> 3335f7020bd4 [2021-05-06T20:52:23.804Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:52:23.804Z] Removing intermediate container 221b555fd3ff [2021-05-06T20:52:23.804Z] ---> 3f763b858389 [2021-05-06T20:52:23.804Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:52:23.804Z] ---> Running in 6f9d26aba854 [2021-05-06T20:52:23.804Z] ---> Running in 960c20b7afe0 [2021-05-06T20:52:23.804Z] ---> Running in 840d7a2e04b5 [2021-05-06T20:52:23.804Z] Removing intermediate container 13451af23cc6 [2021-05-06T20:52:23.804Z] ---> 9b29e2ea4ea2 [2021-05-06T20:52:23.804Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-06T20:52:23.804Z] ---> Running in 11b5331806ad [2021-05-06T20:52:23.804Z] Removing intermediate container ab288970421f [2021-05-06T20:52:23.804Z] ---> 9a9bbcbbf19c [2021-05-06T20:52:23.804Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-06T20:52:23.804Z] Removing intermediate container 960c20b7afe0 [2021-05-06T20:52:23.804Z] ---> b2e9e2d97e44 [2021-05-06T20:52:23.804Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-06T20:52:23.804Z] ---> Running in 4f8b21bb6693 [2021-05-06T20:52:23.804Z] Removing intermediate container 840d7a2e04b5 [2021-05-06T20:52:23.804Z] ---> c967e4a3aa75 [2021-05-06T20:52:23.804Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-06T20:52:23.804Z] ---> Running in 1c41f71cb39c [2021-05-06T20:52:23.804Z] Removing intermediate container 6f9d26aba854 [2021-05-06T20:52:23.804Z] ---> 86305b791255 [2021-05-06T20:52:23.804Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-06T20:52:23.804Z] ---> Running in 3cbe7156b2a7 [2021-05-06T20:52:23.804Z] ---> Running in 5f24636757ce [2021-05-06T20:52:23.804Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T20:52:23.804Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T20:52:23.804Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T20:52:23.804Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T20:52:23.804Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T20:52:23.804Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T20:52:24.226Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-06T20:52:24.226Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-06T20:52:24.226Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-06T20:52:24.226Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-06T20:52:24.226Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-06T20:52:24.226Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-06T20:52:24.226Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-06T20:52:24.226Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-06T20:52:24.226Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-06T20:52:24.226Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-06T20:52:24.396Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T20:52:24.396Z] OK: 218 MiB in 52 packages [2021-05-06T20:52:24.396Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T20:52:24.487Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-06T20:52:24.487Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-06T20:52:24.487Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-06T20:52:24.487Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-06T20:52:24.487Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-06T20:52:24.487Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-06T20:52:24.487Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-06T20:52:24.487Z] + 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-06T20:52:24.487Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-06T20:52:24.487Z] + 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-06T20:52:24.487Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-06T20:52:24.487Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-06T20:52:24.487Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-06T20:52:24.487Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-06T20:52:24.487Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-06T20:52:24.487Z] + 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-06T20:52:24.669Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T20:52:24.955Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T20:52:25.575Z] OK: 218 MiB in 52 packages [2021-05-06T20:52:25.575Z] OK: 218 MiB in 52 packages [2021-05-06T20:52:25.850Z] Removing intermediate container 11b5331806ad [2021-05-06T20:52:25.850Z] ---> b4ec4b097256 [2021-05-06T20:52:25.850Z] Step 6/22 : COPY go.mod . [2021-05-06T20:52:26.480Z] OK: 218 MiB in 52 packages [2021-05-06T20:52:27.081Z] ---> c49da6543221 [2021-05-06T20:52:27.081Z] Step 7/22 : RUN go mod download [2021-05-06T20:52:27.354Z] OK: 218 MiB in 52 packages [2021-05-06T20:52:27.354Z] ---> Running in 5d459d38edbe [2021-05-06T20:52:27.627Z] Removing intermediate container 5f24636757ce [2021-05-06T20:52:27.627Z] ---> f9efec165d34 [2021-05-06T20:52:27.627Z] Step 6/31 : COPY go.mod . [2021-05-06T20:52:27.627Z] Removing intermediate container 4f8b21bb6693 [2021-05-06T20:52:27.627Z] ---> d885ff9cf168 [2021-05-06T20:52:27.627Z] Step 6/23 : COPY go.mod . [2021-05-06T20:52:27.789Z] Building static-packages [2021-05-06T20:52:27.789Z] + snapcraftctl build [2021-05-06T20:52:28.614Z] Removing intermediate container 1c41f71cb39c [2021-05-06T20:52:28.614Z] ---> 9f7adfa7d130 [2021-05-06T20:52:28.614Z] Step 6/23 : COPY go.mod . [2021-05-06T20:52:28.893Z] ---> c473d5b31714 [2021-05-06T20:52:28.893Z] Step 7/31 : RUN go mod download [2021-05-06T20:52:28.893Z] ---> 68b0d8948dff [2021-05-06T20:52:28.893Z] Step 7/23 : RUN go mod download [2021-05-06T20:52:28.893Z] Removing intermediate container 3cbe7156b2a7 [2021-05-06T20:52:28.893Z] ---> 65b9c2b7d6ee [2021-05-06T20:52:28.893Z] Step 6/22 : COPY go.mod . [2021-05-06T20:52:29.183Z] ---> Running in 711fdbba4c6d [2021-05-06T20:52:29.183Z] ---> Running in 2b291a53504d [2021-05-06T20:52:29.460Z] ---> 323b42698e56 [2021-05-06T20:52:29.460Z] Step 7/23 : RUN go mod download [2021-05-06T20:52:29.711Z] Building version [2021-05-06T20:52:29.711Z] + snapcraftctl build [2021-05-06T20:52:29.738Z] ---> Running in cb966e3ec47f [2021-05-06T20:52:30.352Z] ---> aae939eb96d3 [2021-05-06T20:52:30.352Z] Step 7/22 : RUN go mod download [2021-05-06T20:52:30.632Z] ---> Running in 9828f97a09ce [2021-05-06T20:52:31.637Z] Skipping stage go-build-helper (already ran) [2021-05-06T20:52:31.637Z] Staging app-service-config [2021-05-06T20:52:31.637Z] + snapcraftctl stage [2021-05-06T20:52:31.651Z] Removing intermediate container 5d459d38edbe [2021-05-06T20:52:31.651Z] ---> 5c9336aff379 [2021-05-06T20:52:31.651Z] Step 8/22 : COPY . . [2021-05-06T20:52:32.659Z] Staging config-common [2021-05-06T20:52:32.659Z] + snapcraftctl stage [2021-05-06T20:52:33.764Z] Staging edgex-go [2021-05-06T20:52:33.764Z] + snapcraftctl stage [2021-05-06T20:52:34.321Z] Removing intermediate container 711fdbba4c6d [2021-05-06T20:52:34.321Z] ---> c0696fe9dd12 [2021-05-06T20:52:34.321Z] Step 8/31 : COPY . . [2021-05-06T20:52:34.321Z] Removing intermediate container 2b291a53504d [2021-05-06T20:52:34.321Z] ---> 481c7d009457 [2021-05-06T20:52:34.321Z] Step 8/23 : COPY . . [2021-05-06T20:52:34.720Z] Staging static-packages [2021-05-06T20:52:34.720Z] + snapcraftctl stage [2021-05-06T20:52:36.106Z] Staging version [2021-05-06T20:52:36.106Z] + snapcraftctl stage [2021-05-06T20:52:36.292Z] Removing intermediate container 9828f97a09ce [2021-05-06T20:52:36.292Z] ---> dcb4abae4cb7 [2021-05-06T20:52:36.292Z] Step 8/22 : COPY . . [2021-05-06T20:52:36.890Z] Removing intermediate container cb966e3ec47f [2021-05-06T20:52:36.890Z] ---> bf679c9a7243 [2021-05-06T20:52:36.890Z] Step 8/23 : COPY . . [2021-05-06T20:52:37.052Z] Priming go-build-helper [2021-05-06T20:52:37.053Z] + snapcraftctl prime [2021-05-06T20:52:37.995Z] Priming app-service-config [2021-05-06T20:52:37.995Z] + snapcraftctl prime [2021-05-06T20:52:39.380Z] Priming config-common [2021-05-06T20:52:39.380Z] + snapcraftctl prime [2021-05-06T20:52:40.321Z] Priming edgex-go [2021-05-06T20:52:40.322Z] + snapcraftctl prime [2021-05-06T20:52:41.264Z] Priming static-packages [2021-05-06T20:52:41.264Z] + snapcraftctl prime [2021-05-06T20:52:43.811Z] Priming version [2021-05-06T20:52:43.811Z] + snapcraftctl prime [2021-05-06T20:52:45.195Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-06T20:52:59.076Z] ---> 776348415c41 [2021-05-06T20:52:59.076Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-06T20:52:59.076Z] ---> Running in 142ab8a653d0 [2021-05-06T20:52:59.076Z] ---> 953c492fb2fd [2021-05-06T20:52:59.076Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-06T20:52:59.076Z] ---> d99794b07b6b [2021-05-06T20:52:59.076Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-06T20:52:59.076Z] ---> Running in 0ea51ad9a5e3 [2021-05-06T20:52:59.076Z] ---> Running in 06fe81bc68eb [2021-05-06T20:52:59.076Z] ---> f6e49433f1aa [2021-05-06T20:52:59.076Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-06T20:52:59.076Z] ---> d22b1bf8f239 [2021-05-06T20:52:59.076Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-06T20:52:59.076Z] ---> Running in 0459539c6331 [2021-05-06T20:52:59.076Z] ---> Running in 01ab16f4a75a [2021-05-06T20:52:59.681Z] 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-06T20:53:01.116Z] 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-06T20:53:01.116Z] 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-06T20:53:01.391Z] 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-06T20:53:01.669Z] 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-06T20:55:08.535Z] Removing intermediate container 06fe81bc68eb [2021-05-06T20:55:08.535Z] ---> 4847a982e988 [2021-05-06T20:55:08.535Z] [2021-05-06T20:55:08.535Z] Step 10/31 : FROM alpine:3.12 [2021-05-06T20:55:08.535Z] 3.12: Pulling from library/alpine [2021-05-06T20:55:08.535Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T20:55:08.535Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T20:55:08.535Z] ---> 9852663dfa18 [2021-05-06T20:55:08.535Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-06T20:55:08.535Z] ---> Running in 72a5d32dee5c [2021-05-06T20:55:08.535Z] Removing intermediate container 0ea51ad9a5e3 [2021-05-06T20:55:08.535Z] ---> cfb7b579327d [2021-05-06T20:55:08.535Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-06T20:55:08.535Z] ---> Running in 94c0560e0b7d [2021-05-06T20:55:08.535Z] Removing intermediate container 72a5d32dee5c [2021-05-06T20:55:08.535Z] ---> b911dd9d6f28 [2021-05-06T20:55:08.535Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-06T20:55:08.535Z] ---> Running in b9dc960b184c [2021-05-06T20:55:08.535Z] 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-06T20:55:08.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T20:55:08.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T20:55:08.535Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-06T20:55:08.535Z] (2/2) Installing su-exec (0.2-r1) [2021-05-06T20:55:08.535Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:55:08.535Z] OK: 5 MiB in 16 packages [2021-05-06T20:55:08.535Z] Removing intermediate container b9dc960b184c [2021-05-06T20:55:08.535Z] ---> 3084b67b5a7e [2021-05-06T20:55:08.535Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-06T20:55:08.535Z] ---> Running in e6bd94e94057 [2021-05-06T20:55:08.535Z] Removing intermediate container 94c0560e0b7d [2021-05-06T20:55:08.535Z] ---> 1a3d5d40b3a6 [2021-05-06T20:55:08.535Z] [2021-05-06T20:55:08.535Z] Step 11/23 : FROM docker:20.10.0 [2021-05-06T20:55:08.535Z] 20.10.0: Pulling from library/docker [2021-05-06T20:55:08.809Z] Removing intermediate container 142ab8a653d0 [2021-05-06T20:55:08.809Z] ---> 10aed778e9a1 [2021-05-06T20:55:08.809Z] [2021-05-06T20:55:08.809Z] Step 10/22 : FROM alpine:3.12 [2021-05-06T20:55:08.809Z] ---> 9852663dfa18 [2021-05-06T20:55:08.809Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-06T20:55:08.809Z] Removing intermediate container e6bd94e94057 [2021-05-06T20:55:08.809Z] ---> 293b1b7f96c8 [2021-05-06T20:55:08.809Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-06T20:55:08.809Z] Removing intermediate container 0459539c6331 [2021-05-06T20:55:08.809Z] ---> 04f4e86ce371 [2021-05-06T20:55:08.809Z] [2021-05-06T20:55:08.809Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T20:55:08.809Z] ---> 9852663dfa18 [2021-05-06T20:55:08.809Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-06T20:55:09.420Z] ---> Running in bd1acf8cc65b [2021-05-06T20:55:09.420Z] ---> Running in 59699fa51b49 [2021-05-06T20:55:09.420Z] ---> Running in 376a8e156166 [2021-05-06T20:55:10.869Z] Removing intermediate container bd1acf8cc65b [2021-05-06T20:55:10.869Z] ---> dec53435edc4 [2021-05-06T20:55:10.869Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-06T20:55:11.146Z] ---> Running in aed10cc2f79f [2021-05-06T20:55:11.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T20:55:11.424Z] Removing intermediate container 01ab16f4a75a [2021-05-06T20:55:11.424Z] ---> ebe7f1437784 [2021-05-06T20:55:11.424Z] [2021-05-06T20:55:11.424Z] Step 10/22 : FROM alpine:3.12 [2021-05-06T20:55:11.424Z] ---> 9852663dfa18 [2021-05-06T20:55:11.424Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-06T20:55:11.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T20:55:11.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T20:55:11.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T20:55:11.977Z] ---> Running in dd127d475455 [2021-05-06T20:55:12.253Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-06T20:55:12.253Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:55:12.253Z] OK: 5 MiB in 15 packages [2021-05-06T20:55:12.528Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-06T20:55:12.528Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-06T20:55:12.528Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:55:12.528Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T20:55:12.806Z] OK: 6 MiB in 16 packages [2021-05-06T20:55:13.796Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T20:55:14.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T20:55:14.069Z] Removing intermediate container 376a8e156166 [2021-05-06T20:55:14.069Z] ---> 0512249294c3 [2021-05-06T20:55:14.069Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T20:55:14.665Z] ---> Running in 85ab70c625d5 [2021-05-06T20:55:14.665Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-06T20:55:14.665Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:55:14.665Z] OK: 5 MiB in 15 packages [2021-05-06T20:55:15.263Z] Removing intermediate container aed10cc2f79f [2021-05-06T20:55:15.263Z] ---> 2e7df71d2f99 [2021-05-06T20:55:15.263Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-06T20:55:15.537Z] Removing intermediate container 85ab70c625d5 [2021-05-06T20:55:15.537Z] ---> 6af1448738ff [2021-05-06T20:55:15.537Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-06T20:55:15.537Z] Removing intermediate container 59699fa51b49 [2021-05-06T20:55:15.537Z] ---> 128265364a0d [2021-05-06T20:55:15.537Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T20:55:15.813Z] ---> Running in e65f62fc2cb5 [2021-05-06T20:55:15.813Z] ---> Running in 030651e43667 [2021-05-06T20:55:15.813Z] ---> Running in 8b2e99c37a7e [2021-05-06T20:55:16.421Z] Removing intermediate container dd127d475455 [2021-05-06T20:55:16.421Z] ---> ff08f65cdcb6 [2021-05-06T20:55:16.421Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T20:55:16.694Z] Removing intermediate container e65f62fc2cb5 [2021-05-06T20:55:16.694Z] ---> 72b72eb195a5 [2021-05-06T20:55:16.694Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-06T20:55:16.968Z] ---> Running in ad6f92b81483 [2021-05-06T20:55:16.968Z] Removing intermediate container 8b2e99c37a7e [2021-05-06T20:55:16.968Z] ---> 374a920edee1 [2021-05-06T20:55:16.968Z] Step 14/23 : EXPOSE $APP_PORTRemoving intermediate container 030651e43667 [2021-05-06T20:55:16.968Z] ---> fced6fcf20fa [2021-05-06T20:55:16.968Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-06T20:55:16.968Z] [2021-05-06T20:55:17.243Z] ---> Running in 0a2b1d4d879d [2021-05-06T20:55:17.243Z] ---> Running in 5ca6593710c7 [2021-05-06T20:55:17.838Z] Removing intermediate container ad6f92b81483 [2021-05-06T20:55:17.838Z] ---> ce4c644faf9f [2021-05-06T20:55:17.838Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-06T20:55:17.838Z] Removing intermediate container 0a2b1d4d879d [2021-05-06T20:55:17.838Z] ---> cbe92dcf0f0d [2021-05-06T20:55:17.838Z] Step 15/23 : WORKDIR / [2021-05-06T20:55:18.115Z] ---> Running in d3d711633d82 [2021-05-06T20:55:18.115Z] Removing intermediate container 5ca6593710c7 [2021-05-06T20:55:18.115Z] ---> 9f7a3150a686 [2021-05-06T20:55:18.115Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-06T20:55:18.115Z] ---> Running in 15ad8e254db8 [2021-05-06T20:55:18.115Z] ---> fbc77a95da46 [2021-05-06T20:55:18.115Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-06T20:55:18.388Z] ---> Running in 22395d1f5c8a [2021-05-06T20:55:18.388Z] ---> Running in 40042e5930b9 [2021-05-06T20:55:18.664Z] Removing intermediate container d3d711633d82 [2021-05-06T20:55:18.664Z] ---> 0ed511862608 [2021-05-06T20:55:18.664Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-06T20:55:18.951Z] ---> Running in 4f89a7a8022c [2021-05-06T20:55:18.951Z] Removing intermediate container 22395d1f5c8a [2021-05-06T20:55:18.951Z] ---> 346a4a04be20 [2021-05-06T20:55:18.951Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T20:55:19.226Z] Removing intermediate container 15ad8e254db8 [2021-05-06T20:55:19.226Z] ---> da49bf1d6d48 [2021-05-06T20:55:19.226Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T20:55:20.206Z] Removing intermediate container 4f89a7a8022c [2021-05-06T20:55:20.206Z] ---> 8eb0a41177d7 [2021-05-06T20:55:20.206Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T20:55:20.206Z] ---> 7064ab142d45 [2021-05-06T20:55:20.206Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-06T20:55:20.479Z] ---> f5f4cce798b3 [2021-05-06T20:55:20.479Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-06T20:55:21.456Z] ---> 9a47b9e3dbb4 [2021-05-06T20:55:21.456Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-06T20:55:22.457Z] Removing intermediate container 40042e5930b9 [2021-05-06T20:55:22.457Z] ---> 4bad785d78ab [2021-05-06T20:55:22.457Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T20:55:22.457Z] ---> bfd8c907f920 [2021-05-06T20:55:22.457Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-06T20:55:22.731Z] ---> d24c257bfc41 [2021-05-06T20:55:22.731Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-06T20:55:23.333Z] ---> d2f380e4ebc5 [2021-05-06T20:55:23.333Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-06T20:55:23.610Z] ---> 5b754a71241a [2021-05-06T20:55:23.610Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-06T20:55:23.610Z] ---> 3a6ce78d913b [2021-05-06T20:55:23.610Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-06T20:55:23.893Z] ---> 535ff5a6135a [2021-05-06T20:55:23.893Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-06T20:55:23.893Z] ---> Running in b408c1ada879 [2021-05-06T20:55:24.167Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-06T20:55:24.167Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-06T20:55:24.167Z] ---> eeaf43b92773 [2021-05-06T20:55:24.167Z] 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-06T20:55:24.167Z] ---> Running in 6a9ff93bb295 [2021-05-06T20:55:24.442Z] ---> Running in 0d012758a9cb [2021-05-06T20:55:24.442Z] ---> 24413e373906 [2021-05-06T20:55:24.442Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-06T20:55:24.715Z] ---> Running in 0da74ddd7fae [2021-05-06T20:55:24.715Z] Removing intermediate container b408c1ada879 [2021-05-06T20:55:24.715Z] ---> a119d8acf293 [2021-05-06T20:55:24.715Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T20:55:24.991Z] Removing intermediate container 6a9ff93bb295 [2021-05-06T20:55:24.991Z] ---> 3fbd148143d0 [2021-05-06T20:55:24.991Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T20:55:24.991Z] Removing intermediate container 0d012758a9cb [2021-05-06T20:55:24.991Z] ---> 7b524abe03be [2021-05-06T20:55:24.991Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-06T20:55:24.991Z] ---> Running in 24bd5956e52f [2021-05-06T20:55:25.263Z] ---> 8d50121c0cd2 [2021-05-06T20:55:25.263Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-06T20:55:25.263Z] ---> Running in 1f808a2c9b3a [2021-05-06T20:55:25.263Z] ---> Running in b47b4410cdff [2021-05-06T20:55:25.263Z] Removing intermediate container 0da74ddd7fae [2021-05-06T20:55:25.263Z] ---> ec732abdbdc3 [2021-05-06T20:55:25.263Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T20:55:25.541Z] ---> Running in fbd1149fb09e [2021-05-06T20:55:25.818Z] Removing intermediate container 24bd5956e52f [2021-05-06T20:55:25.818Z] ---> f058dd2be2d6 [2021-05-06T20:55:25.818Z] Step 20/22 : LABEL arch=arm64 [2021-05-06T20:55:25.818Z] Removing intermediate container 1f808a2c9b3a [2021-05-06T20:55:25.818Z] ---> 50bde82c130a [2021-05-06T20:55:25.818Z] Step 21/23 : LABEL arch=arm64 [2021-05-06T20:55:26.089Z] ---> Running in bf4b56633e82 [2021-05-06T20:55:26.089Z] ---> Running in 51979769b87c [2021-05-06T20:55:26.363Z] ---> 5c162b86f519 [2021-05-06T20:55:26.363Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-06T20:55:26.363Z] Removing intermediate container fbd1149fb09e [2021-05-06T20:55:26.363Z] ---> 7d4af584a0ea [2021-05-06T20:55:26.363Z] Step 20/22 : LABEL arch=arm64 [2021-05-06T20:55:26.636Z] ---> Running in d9679263e23e [2021-05-06T20:55:26.636Z] Removing intermediate container 51979769b87c [2021-05-06T20:55:26.636Z] ---> b41194e2a46b [2021-05-06T20:55:26.636Z] Step 22/23 : LABEL git_sha=67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:55:26.636Z] Removing intermediate container bf4b56633e82 [2021-05-06T20:55:26.636Z] ---> 29072da5e1dc [2021-05-06T20:55:26.636Z] Step 21/22 : LABEL git_sha=67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:55:26.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T20:55:26.909Z] ---> Running in 9059d9473f29 [2021-05-06T20:55:26.909Z] ---> Running in dd10d3a6ff08 [2021-05-06T20:55:27.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T20:55:27.184Z] Removing intermediate container d9679263e23e [2021-05-06T20:55:27.184Z] ---> 13891a8e33f8 [2021-05-06T20:55:27.184Z] Step 21/22 : LABEL git_sha=67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:55:27.457Z] ---> a54a44779fb0 [2021-05-06T20:55:27.457Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-06T20:55:27.457Z] ---> Running in a01098cd25db [2021-05-06T20:55:27.457Z] Removing intermediate container 9059d9473f29 [2021-05-06T20:55:27.457Z] ---> 15f08d042a84 [2021-05-06T20:55:27.457Z] Step 22/22 : LABEL version=0.0.0 [2021-05-06T20:55:27.729Z] Removing intermediate container dd10d3a6ff08 [2021-05-06T20:55:27.729Z] ---> e2a306aae908 [2021-05-06T20:55:27.729Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T20:55:27.729Z] (1/39) Installing readline (8.0.4-r0) [2021-05-06T20:55:27.729Z] (2/39) Installing bash (5.0.17-r0) [2021-05-06T20:55:27.729Z] Executing bash-5.0.17-r0.post-install [2021-05-06T20:55:27.729Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T20:55:27.729Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-06T20:55:27.729Z] (5/39) Installing curl (7.76.1-r0) [2021-05-06T20:55:27.729Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-06T20:55:27.729Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-06T20:55:27.729Z] (8/39) Installing expat (2.2.9-r1) [2021-05-06T20:55:27.729Z] ---> Running in 422676366e17 [2021-05-06T20:55:27.729Z] (9/39) Installing libffi (3.3-r2) [2021-05-06T20:55:27.729Z] (10/39) Installing gdbm (1.13-r1) [2021-05-06T20:55:28.014Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-06T20:55:28.014Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-06T20:55:28.014Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-06T20:55:28.014Z] ---> Running in a9e8a7ae846f [2021-05-06T20:55:28.288Z] Removing intermediate container a01098cd25db [2021-05-06T20:55:28.288Z] ---> 59d6272058c2 [2021-05-06T20:55:28.288Z] Step 22/22 : LABEL version=0.0.0 [2021-05-06T20:55:28.565Z] ---> 311b0edd1a48 [2021-05-06T20:55:28.565Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-06T20:55:28.565Z] ---> Running in 4abadef21caa [2021-05-06T20:55:28.565Z] Removing intermediate container 422676366e17 [2021-05-06T20:55:28.565Z] ---> b964881e5ebb [2021-05-06T20:55:28.565Z] [2021-05-06T20:55:29.175Z] ---> Running in 22d76708cf04 [2021-05-06T20:55:29.175Z] Removing intermediate container a9e8a7ae846f [2021-05-06T20:55:29.175Z] ---> 0a61ad98bace [2021-05-06T20:55:29.175Z] [2021-05-06T20:55:29.448Z] Successfully built b964881e5ebb [2021-05-06T20:55:29.448Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-06T20:55:29.448Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-05-06T20:55:29.448Z] Removing intermediate container 4abadef21caa [2021-05-06T20:55:29.448Z] ---> ee883a173252 [2021-05-06T20:55:29.448Z] [2021-05-06T20:55:29.728Z] Successfully built 0a61ad98bace [2021-05-06T20:55:29.728Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-06T20:55:29.729Z] Building docker-security-secretstore-setup-go [2021-05-06T20:55:29.999Z]  Building docker-core-command-go ... done Removing intermediate container 22d76708cf04 [2021-05-06T20:55:29.999Z] ---> 95301daae9e5 [2021-05-06T20:55:29.999Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-06T20:55:29.999Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-06T20:55:29.999Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-06T20:55:29.999Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-06T20:55:29.999Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-06T20:55:29.999Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-06T20:55:29.999Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-06T20:55:29.999Z] Successfully built ee883a173252 [2021-05-06T20:55:29.999Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-06T20:55:29.999Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-05-06T20:55:29.999Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-06T20:55:30.279Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-06T20:55:30.279Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-06T20:55:30.279Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-06T20:55:30.279Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-06T20:55:30.279Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-06T20:55:30.279Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-06T20:55:30.279Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-06T20:55:30.279Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-06T20:55:30.279Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-06T20:55:30.560Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-06T20:55:30.560Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-06T20:55:30.560Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-06T20:55:30.560Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-06T20:55:30.560Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-06T20:55:30.560Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-06T20:55:30.560Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-06T20:55:30.560Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-06T20:55:30.560Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-06T20:55:30.560Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-06T20:55:30.834Z] Executing busybox-1.31.1-r19.trigger [2021-05-06T20:55:30.834Z] OK: 72 MiB in 59 packages [2021-05-06T20:55:30.834Z] ---> 562aa4f95f0a [2021-05-06T20:55:30.834Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-06T20:55:31.122Z] ---> Running in 52a72109156e [2021-05-06T20:55:34.525Z] Removing intermediate container 52a72109156e [2021-05-06T20:55:34.525Z] ---> 17e4b3e5df00 [2021-05-06T20:55:34.525Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-06T20:55:34.890Z] ---> Running in ba3b65a8b53b [2021-05-06T20:55:36.031Z] Removing intermediate container ba3b65a8b53b [2021-05-06T20:55:36.031Z] ---> 2056d2174675 [2021-05-06T20:55:36.031Z] Step 28/31 : CMD ["gate"] [2021-05-06T20:55:36.031Z] Collecting docker-compose==1.23.2 [2021-05-06T20:55:36.031Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-06T20:55:36.352Z] ---> Running in b0a57d487e39 [2021-05-06T20:55:36.641Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-06T20:55:36.926Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-06T20:55:36.926Z] Removing intermediate container b0a57d487e39 [2021-05-06T20:55:36.926Z] ---> 9b49afac8050 [2021-05-06T20:55:36.926Z] Step 29/31 : LABEL arch=arm64 [2021-05-06T20:55:37.523Z] ---> Running in 0e9ccf864ed3 [2021-05-06T20:55:38.500Z] Removing intermediate container 0e9ccf864ed3 [2021-05-06T20:55:38.500Z] ---> ab7a01485228 [2021-05-06T20:55:38.500Z] Step 30/31 : LABEL git_sha=67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:55:39.095Z] ---> Running in 8a7d4016ec94 [2021-05-06T20:55:39.095Z] 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-06T20:55:39.370Z] Collecting docopt<0.7,>=0.6.1 [2021-05-06T20:55:39.370Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-06T20:55:39.645Z] Removing intermediate container 8a7d4016ec94 [2021-05-06T20:55:39.645Z] ---> 68f81a0dc0bb [2021-05-06T20:55:39.645Z] Step 31/31 : LABEL version=0.0.0 [2021-05-06T20:55:39.916Z] ---> Running in 6ba1cbe86821 [2021-05-06T20:55:40.188Z] Removing intermediate container 6ba1cbe86821 [2021-05-06T20:55:40.188Z] ---> 071240330ec5 [2021-05-06T20:55:40.188Z] [2021-05-06T20:55:40.793Z] Successfully built 071240330ec5 [2021-05-06T20:55:40.793Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-06T20:55:40.793Z]  Building docker-security-bootstrapper-go ... done Building docker-core-data-go [2021-05-06T20:55:41.775Z] Collecting cached-property<2,>=1.2.0 [2021-05-06T20:55:41.775Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-06T20:55:42.049Z] Collecting jsonschema<3,>=2.5.1 [2021-05-06T20:55:42.049Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-06T20:55:42.644Z] Collecting texttable<0.10,>=0.9.0 [2021-05-06T20:55:42.644Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-06T20:55:46.031Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-06T20:55:46.031Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-06T20:55:46.626Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-06T20:55:46.626Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-06T20:55:47.602Z] Collecting PyYAML<4,>=3.10 [2021-05-06T20:55:47.602Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-06T20:55:51.896Z] Collecting docker<4.0,>=3.6.0 [2021-05-06T20:55:51.896Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-06T20:55:51.896Z] Collecting idna<2.8,>=2.5 [2021-05-06T20:55:51.896Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-06T20:55:52.492Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-06T20:55:52.492Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-06T20:55:52.767Z] 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-06T20:55:52.767Z] 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-06T20:55:53.047Z] Collecting docker-pycreds>=0.4.0 [2021-05-06T20:55:53.047Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-06T20:55:53.321Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-06T20:55:53.321Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-06T20:55:53.321Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-06T20:55:53.321Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-06T20:55:54.300Z] Installing collected packages: dockerpty, docopt, cached-property, jsonschema, texttable, idna, urllib3, requests, websocket-client, PyYAML, docker-pycreds, docker, docker-compose [2021-05-06T20:55:54.300Z] Running setup.py install for dockerpty: started [2021-05-06T20:55:56.923Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-06T20:55:56.923Z] Running setup.py install for docopt: started [2021-05-06T20:55:58.908Z] Running setup.py install for docopt: finished with status 'done' [2021-05-06T20:55:59.505Z] Running setup.py install for texttable: started [2021-05-06T20:56:01.487Z] Running setup.py install for texttable: finished with status 'done' [2021-05-06T20:56:01.487Z] Attempting uninstall: idna [2021-05-06T20:56:01.487Z] Found existing installation: idna 2.9 [2021-05-06T20:56:01.488Z] Uninstalling idna-2.9: [2021-05-06T20:56:01.762Z] Successfully uninstalled idna-2.9 [2021-05-06T20:56:02.368Z] Attempting uninstall: urllib3 [2021-05-06T20:56:02.368Z] Found existing installation: urllib3 1.25.9 [2021-05-06T20:56:02.368Z] Uninstalling urllib3-1.25.9: [2021-05-06T20:56:02.368Z] Successfully uninstalled urllib3-1.25.9 [2021-05-06T20:56:02.965Z] Attempting uninstall: requests [2021-05-06T20:56:02.965Z] Found existing installation: requests 2.23.0 [2021-05-06T20:56:02.965Z] Uninstalling requests-2.23.0: [2021-05-06T20:56:03.241Z] Successfully uninstalled requests-2.23.0 [2021-05-06T20:56:03.838Z] Running setup.py install for PyYAML: started [2021-05-06T20:56:06.456Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-06T20:56:08.437Z] 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-06T20:56:20.848Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:56:20.848Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:56:20.848Z] ---> 746c819901f8 [2021-05-06T20:56:20.848Z] Step 3/21 : WORKDIR /edgex-go [2021-05-06T20:56:20.848Z] ---> Using cache [2021-05-06T20:56:20.848Z] ---> 3f763b858389 [2021-05-06T20:56:20.848Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:56:20.848Z] ---> Using cache [2021-05-06T20:56:20.848Z] ---> 86305b791255 [2021-05-06T20:56:20.848Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-06T20:56:20.848Z] ---> Using cache [2021-05-06T20:56:20.848Z] ---> f9efec165d34 [2021-05-06T20:56:20.848Z] Step 6/21 : COPY go.mod . [2021-05-06T20:56:20.848Z] ---> Using cache [2021-05-06T20:56:20.848Z] ---> c473d5b31714 [2021-05-06T20:56:20.848Z] Step 7/21 : RUN go mod download [2021-05-06T20:56:20.848Z] ---> Using cache [2021-05-06T20:56:20.848Z] ---> c0696fe9dd12 [2021-05-06T20:56:20.848Z] Step 8/21 : COPY . . [2021-05-06T20:56:21.139Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:56:21.139Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:56:21.139Z] ---> 746c819901f8 [2021-05-06T20:56:21.139Z] Step 3/25 : WORKDIR /edgex-go [2021-05-06T20:56:21.139Z] ---> Using cache [2021-05-06T20:56:21.139Z] ---> 3f763b858389 [2021-05-06T20:56:21.139Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:56:21.139Z] ---> Using cache [2021-05-06T20:56:21.139Z] ---> 86305b791255 [2021-05-06T20:56:21.139Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-06T20:56:21.139Z] ---> Using cache [2021-05-06T20:56:21.139Z] ---> f9efec165d34 [2021-05-06T20:56:21.139Z] Step 6/25 : COPY go.mod . [2021-05-06T20:56:21.139Z] ---> Using cache [2021-05-06T20:56:21.139Z] ---> c473d5b31714 [2021-05-06T20:56:21.139Z] Step 7/25 : RUN go mod download [2021-05-06T20:56:21.139Z] ---> Using cache [2021-05-06T20:56:21.139Z] ---> c0696fe9dd12 [2021-05-06T20:56:21.139Z] Step 8/25 : COPY . . [2021-05-06T20:56:21.139Z] ---> Using cache [2021-05-06T20:56:21.139Z] ---> 953c492fb2fd [2021-05-06T20:56:21.139Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-06T20:56:21.702Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:56:21.702Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:56:21.702Z] ---> 746c819901f8 [2021-05-06T20:56:21.702Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T20:56:21.702Z] ---> Using cache [2021-05-06T20:56:21.702Z] ---> 3f763b858389 [2021-05-06T20:56:21.702Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:56:21.702Z] ---> Using cache [2021-05-06T20:56:21.702Z] ---> 86305b791255 [2021-05-06T20:56:21.702Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-06T20:56:21.702Z] ---> Using cache [2021-05-06T20:56:21.702Z] ---> f9efec165d34 [2021-05-06T20:56:21.702Z] ---> Using cache [2021-05-06T20:56:21.702Z] ---> 953c492fb2fd [2021-05-06T20:56:21.702Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-06T20:56:21.702Z] Step 6/23 : COPY go.mod . [2021-05-06T20:56:21.702Z] ---> Using cache [2021-05-06T20:56:21.702Z] ---> c473d5b31714 [2021-05-06T20:56:21.702Z] Step 7/23 : RUN go mod download [2021-05-06T20:56:21.702Z] ---> Using cache [2021-05-06T20:56:21.702Z] ---> c0696fe9dd12 [2021-05-06T20:56:21.702Z] Step 8/23 : COPY . . [2021-05-06T20:56:21.975Z] ---> Using cache [2021-05-06T20:56:21.975Z] ---> 953c492fb2fd [2021-05-06T20:56:21.975Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-06T20:56:23.437Z] ---> Running in 3148fe3abd75 [2021-05-06T20:56:23.719Z] ---> Running in ab84ba9247af [2021-05-06T20:56:23.719Z] ---> Running in a76886c45b07 [2021-05-06T20:56:25.770Z] 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-06T20:56:25.770Z] 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-06T20:56:26.056Z] 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-06T20:56:27.500Z] Removing intermediate container b47b4410cdff [2021-05-06T20:56:27.500Z] ---> c163ce70266d [2021-05-06T20:56:27.500Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-06T20:56:27.776Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:56:27.776Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:56:27.776Z] ---> 746c819901f8 [2021-05-06T20:56:27.776Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T20:56:27.776Z] ---> Using cache [2021-05-06T20:56:27.776Z] ---> 3f763b858389 [2021-05-06T20:56:27.776Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:56:27.776Z] ---> Using cache [2021-05-06T20:56:27.776Z] ---> 86305b791255 [2021-05-06T20:56:27.776Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-06T20:56:27.776Z] ---> Running in 3528169d9c0d [2021-05-06T20:56:27.776Z] ---> Running in 768de96f7fac [2021-05-06T20:56:28.766Z] Removing intermediate container 3528169d9c0d [2021-05-06T20:56:28.766Z] ---> cd6cd3855480 [2021-05-06T20:56:28.766Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-06T20:56:28.766Z] ---> Running in a93f2e132f6c [2021-05-06T20:56:29.765Z] Removing intermediate container a93f2e132f6c [2021-05-06T20:56:29.765Z] ---> 4f7b5542a511 [2021-05-06T20:56:29.765Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-06T20:56:29.765Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T20:56:31.218Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T20:56:31.496Z] ---> 1eec7800be1f [2021-05-06T20:56:31.496Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-06T20:56:32.490Z] OK: 218 MiB in 52 packages [2021-05-06T20:56:32.490Z] ---> cb0512f03d3b [2021-05-06T20:56:32.490Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-06T20:56:34.486Z] ---> ce413d7ca068 [2021-05-06T20:56:34.486Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-06T20:56:34.486Z] Removing intermediate container 768de96f7fac [2021-05-06T20:56:34.486Z] ---> 205fbf71cf8b [2021-05-06T20:56:34.486Z] Step 6/23 : COPY go.mod . [2021-05-06T20:56:34.758Z] ---> Running in 4a3108238bc6 [2021-05-06T20:56:35.754Z] Removing intermediate container 4a3108238bc6 [2021-05-06T20:56:35.754Z] ---> 7a7bc65d8385 [2021-05-06T20:56:35.754Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T20:56:35.754Z] ---> b482e069cd57 [2021-05-06T20:56:35.754Z] Step 7/23 : RUN go mod download [2021-05-06T20:56:35.754Z] ---> Running in 32e5d8a2d68c [2021-05-06T20:56:36.029Z] ---> Running in e4074e18cb97 [2021-05-06T20:56:37.020Z] Removing intermediate container 32e5d8a2d68c [2021-05-06T20:56:37.020Z] ---> bb358d476903 [2021-05-06T20:56:37.020Z] Step 21/23 : LABEL arch=arm64 [2021-05-06T20:56:37.020Z] ---> Running in bfacd1e4ad9e [2021-05-06T20:56:38.009Z] Removing intermediate container bfacd1e4ad9e [2021-05-06T20:56:38.009Z] ---> 346b1157ef76 [2021-05-06T20:56:38.009Z] Step 22/23 : LABEL git_sha=67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:56:38.296Z] ---> Running in d4503b9d0844 [2021-05-06T20:56:39.320Z] Removing intermediate container d4503b9d0844 [2021-05-06T20:56:39.320Z] ---> 92a0fa373b2b [2021-05-06T20:56:39.320Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T20:56:39.596Z] ---> Running in 8ba9c0fb2143 [2021-05-06T20:56:40.200Z] Removing intermediate container 8ba9c0fb2143 [2021-05-06T20:56:40.200Z] ---> d34e50047b73 [2021-05-06T20:56:40.200Z] [2021-05-06T20:56:40.486Z] Removing intermediate container e4074e18cb97 [2021-05-06T20:56:40.486Z] ---> 89bcddf57417 [2021-05-06T20:56:40.486Z] Step 8/23 : COPY . . [2021-05-06T20:56:40.780Z] Successfully built d34e50047b73 [2021-05-06T20:56:40.780Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-06T20:57:03.125Z]  Building docker-sys-mgmt-agent-go ... done  ---> ff73c17066f8 [2021-05-06T20:57:03.125Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-06T20:57:03.125Z] ---> Running in af7ec9f6b443 [2021-05-06T20:57:03.125Z] 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-06T20:57:50.088Z] 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-06T20:57:54.402Z] 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-06T20:58:06.819Z] Removing intermediate container ab84ba9247af [2021-05-06T20:58:06.820Z] ---> 60e11d668581 [2021-05-06T20:58:06.820Z] [2021-05-06T20:58:06.820Z] Step 10/21 : FROM alpine:3.12 [2021-05-06T20:58:06.820Z] ---> 9852663dfa18 [2021-05-06T20:58:06.820Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-06T20:58:06.820Z] Removing intermediate container 3148fe3abd75 [2021-05-06T20:58:06.820Z] ---> f6330469d4fd [2021-05-06T20:58:06.820Z] [2021-05-06T20:58:06.820Z] Step 10/25 : FROM alpine:3.12 [2021-05-06T20:58:06.820Z] ---> 9852663dfa18 [2021-05-06T20:58:06.820Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-06T20:58:06.820Z] ---> Running in 4c0949c47839 [2021-05-06T20:58:06.820Z] ---> Running in f21a807a4f6a [2021-05-06T20:58:08.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T20:58:09.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T20:58:09.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T20:58:09.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T20:58:09.691Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-06T20:58:09.691Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-06T20:58:09.691Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T20:58:09.691Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-06T20:58:09.967Z] (4/6) Installing curl (7.76.1-r0) [2021-05-06T20:58:09.967Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-06T20:58:09.967Z] (6/6) Installing su-exec (0.2-r1) [2021-05-06T20:58:09.967Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:58:09.967Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T20:58:09.967Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-06T20:58:09.967Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T20:58:09.967Z] (4/4) Installing curl (7.76.1-r0) [2021-05-06T20:58:09.967Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:58:09.967Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T20:58:10.241Z] OK: 7 MiB in 20 packages [2021-05-06T20:58:10.241Z] OK: 7 MiB in 18 packages [2021-05-06T20:58:13.653Z] Removing intermediate container f21a807a4f6a [2021-05-06T20:58:13.653Z] ---> 91a3ea0a4c1c [2021-05-06T20:58:13.653Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-06T20:58:13.653Z] Removing intermediate container 4c0949c47839 [2021-05-06T20:58:13.653Z] ---> 788f1d834d15 [2021-05-06T20:58:13.653Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-06T20:58:13.653Z] ---> Running in 910d89c5007e [2021-05-06T20:58:13.653Z] ---> Running in adbcdade39ef [2021-05-06T20:58:14.265Z] Removing intermediate container adbcdade39ef [2021-05-06T20:58:14.265Z] ---> 2135017b05c5 [2021-05-06T20:58:14.265Z] Step 13/25 : WORKDIR / [2021-05-06T20:58:14.265Z] Removing intermediate container 910d89c5007e [2021-05-06T20:58:14.265Z] ---> 828dce65d620 [2021-05-06T20:58:14.265Z] Step 13/21 : WORKDIR /edgex [2021-05-06T20:58:14.265Z] ---> Running in 4a226322f725 [2021-05-06T20:58:14.265Z] ---> Running in c70fb4fdc7c0 [2021-05-06T20:58:15.256Z] Removing intermediate container c70fb4fdc7c0 [2021-05-06T20:58:15.256Z] ---> b3f27f7eaadc [2021-05-06T20:58:15.256Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-06T20:58:15.256Z] Removing intermediate container 4a226322f725 [2021-05-06T20:58:15.256Z] ---> 9b73295c244a [2021-05-06T20:58:15.257Z] 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-06T20:58:16.706Z] ---> f6d06d7fc76f [2021-05-06T20:58:16.706Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-06T20:58:16.706Z] ---> f80e5e426443 [2021-05-06T20:58:16.706Z] 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-06T20:58:19.353Z] ---> 4204c687298b [2021-05-06T20:58:19.353Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-06T20:58:19.353Z] ---> 0361e57a50e5 [2021-05-06T20:58:19.353Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-06T20:58:20.803Z] ---> 6303d27b56e5 [2021-05-06T20:58:20.803Z] 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-06T20:58:22.248Z] ---> 3c1b0e088217 [2021-05-06T20:58:22.248Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-06T20:58:22.524Z] ---> c2de959f48c4 [2021-05-06T20:58:22.524Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-06T20:58:22.524Z] ---> Running in f8126ca436d0 [2021-05-06T20:58:23.978Z] Removing intermediate container f8126ca436d0 [2021-05-06T20:58:23.978Z] ---> b485ce504411 [2021-05-06T20:58:23.978Z] Step 18/21 : CMD ["--init=true"] [2021-05-06T20:58:24.251Z] ---> Running in dfa741fc61ac [2021-05-06T20:58:24.853Z] Removing intermediate container a76886c45b07 [2021-05-06T20:58:24.853Z] ---> 4faf75103b29 [2021-05-06T20:58:24.853Z] [2021-05-06T20:58:24.853Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T20:58:24.853Z] ---> 9852663dfa18 [2021-05-06T20:58:24.853Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-06T20:58:24.853Z] ---> Using cache [2021-05-06T20:58:24.853Z] ---> ff08f65cdcb6 [2021-05-06T20:58:24.853Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T20:58:24.853Z] ---> Using cache [2021-05-06T20:58:24.853Z] ---> ce4c644faf9f [2021-05-06T20:58:24.853Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-06T20:58:24.854Z] ---> 93df0b885e91 [2021-05-06T20:58:24.854Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-06T20:58:24.854Z] ---> Running in 273112ca605a [2021-05-06T20:58:25.128Z] Removing intermediate container dfa741fc61ac [2021-05-06T20:58:25.128Z] ---> ffe18ba24f98 [2021-05-06T20:58:25.128Z] Step 19/21 : LABEL arch=arm64 [2021-05-06T20:58:25.404Z] ---> Running in 0bc762bd2cd1 [2021-05-06T20:58:25.695Z] Removing intermediate container 273112ca605a [2021-05-06T20:58:25.695Z] ---> 22580bdecda7 [2021-05-06T20:58:25.695Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-06T20:58:26.301Z] ---> Running in 39e1238b2210 [2021-05-06T20:58:26.302Z] Removing intermediate container 0bc762bd2cd1 [2021-05-06T20:58:26.302Z] ---> c5933792fca1 [2021-05-06T20:58:26.302Z] Step 20/21 : LABEL git_sha=67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:58:26.580Z] ---> Running in eeb2eb698dbf [2021-05-06T20:58:27.173Z] Removing intermediate container 39e1238b2210 [2021-05-06T20:58:27.173Z] ---> d9165c1529f6 [2021-05-06T20:58:27.173Z] Step 15/23 : WORKDIR / [2021-05-06T20:58:27.173Z] ---> 8113195b4da8 [2021-05-06T20:58:27.173Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-06T20:58:27.464Z] Removing intermediate container eeb2eb698dbf [2021-05-06T20:58:27.464Z] ---> caa9c7986698 [2021-05-06T20:58:27.464Z] Step 21/21 : LABEL version=0.0.0 [2021-05-06T20:58:27.464Z] ---> Running in c522780b17a1 [2021-05-06T20:58:27.464Z] ---> Running in f002f55c69a3 [2021-05-06T20:58:28.063Z] ---> 55434f5a2b8b [2021-05-06T20:58:28.063Z] 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-06T20:58:28.335Z] Removing intermediate container c522780b17a1 [2021-05-06T20:58:28.335Z] ---> a611096ead8f [2021-05-06T20:58:28.335Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T20:58:28.335Z] Removing intermediate container f002f55c69a3 [2021-05-06T20:58:28.335Z] ---> 46a8c3b6ec60 [2021-05-06T20:58:28.335Z] [2021-05-06T20:58:28.335Z] ---> Running in eabecfabce2a [2021-05-06T20:58:28.938Z] Successfully built 46a8c3b6ec60 [2021-05-06T20:58:29.215Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-06T20:58:29.493Z]  Building docker-security-proxy-setup-go ... done  ---> f6abe6770d6d [2021-05-06T20:58:29.493Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-06T20:58:31.465Z] ---> b493b0ebf89f [2021-05-06T20:58:31.465Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-06T20:58:31.741Z] Removing intermediate container eabecfabce2a [2021-05-06T20:58:31.741Z] ---> 337669fc3ddd [2021-05-06T20:58:31.741Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-06T20:58:31.741Z] ---> Running in 9808707f2013 [2021-05-06T20:58:32.337Z] ---> 61be58ebc76e [2021-05-06T20:58:32.337Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-06T20:58:32.337Z] Removing intermediate container 9808707f2013 [2021-05-06T20:58:32.337Z] ---> db19c7c5c8eb [2021-05-06T20:58:32.337Z] Step 23/25 : LABEL arch=arm64 [2021-05-06T20:58:32.337Z] ---> Running in d2f47f808485 [2021-05-06T20:58:32.609Z] ---> Running in 2b2c7d320517 [2021-05-06T20:58:33.205Z] Removing intermediate container d2f47f808485 [2021-05-06T20:58:33.205Z] ---> 3803af950797 [2021-05-06T20:58:33.205Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T20:58:33.205Z] Removing intermediate container 2b2c7d320517 [2021-05-06T20:58:33.205Z] ---> 4c4f876c95a6 [2021-05-06T20:58:33.205Z] Step 24/25 : LABEL git_sha=67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:58:33.205Z] ---> Running in 95eb406e5300 [2021-05-06T20:58:33.205Z] ---> Running in 3026d0f71ea5 [2021-05-06T20:58:33.807Z] Removing intermediate container 95eb406e5300 [2021-05-06T20:58:33.807Z] ---> bf6fbf7d986c [2021-05-06T20:58:33.807Z] Step 21/23 : LABEL arch=arm64 [2021-05-06T20:58:33.807Z] Removing intermediate container 3026d0f71ea5 [2021-05-06T20:58:33.807Z] ---> 12608420651a [2021-05-06T20:58:33.807Z] Step 25/25 : LABEL version=0.0.0 [2021-05-06T20:58:34.079Z] ---> Running in f2aed54013a1 [2021-05-06T20:58:34.079Z] ---> Running in 73e73c137597 [2021-05-06T20:58:34.670Z] Removing intermediate container f2aed54013a1 [2021-05-06T20:58:34.670Z] ---> 0c74b599ff75 [2021-05-06T20:58:34.670Z] Step 22/23 : LABEL git_sha=67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:58:34.670Z] Removing intermediate container 73e73c137597 [2021-05-06T20:58:34.670Z] ---> 130caf41d68f [2021-05-06T20:58:34.670Z] [2021-05-06T20:58:34.670Z] ---> Running in ede1b9e54b56 [2021-05-06T20:58:35.281Z] Successfully built 130caf41d68f [2021-05-06T20:58:35.281Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-06T20:58:35.281Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ede1b9e54b56 [2021-05-06T20:58:35.281Z] ---> 8ae1c0591da7 [2021-05-06T20:58:35.281Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T20:58:35.552Z] ---> Running in dd0bd0d86c56 [2021-05-06T20:58:36.151Z] Removing intermediate container dd0bd0d86c56 [2021-05-06T20:58:36.151Z] ---> c17cdc7f388c [2021-05-06T20:58:36.151Z] [2021-05-06T20:58:36.424Z] Successfully built c17cdc7f388c [2021-05-06T20:58:36.693Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-06T20:58:38.658Z]  Building docker-core-metadata-go ... done Removing intermediate container af7ec9f6b443 [2021-05-06T20:58:38.658Z] ---> a4e9b7062d0f [2021-05-06T20:58:38.658Z] [2021-05-06T20:58:38.658Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T20:58:38.658Z] ---> 9852663dfa18 [2021-05-06T20:58:38.658Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-06T20:58:38.658Z] ---> Running in db12af2a1619 [2021-05-06T20:58:39.250Z] Removing intermediate container db12af2a1619 [2021-05-06T20:58:39.250Z] ---> 498a90ee2031 [2021-05-06T20:58:39.250Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-06T20:58:39.250Z] ---> Running in b4b4275315a7 [2021-05-06T20:58:39.841Z] Removing intermediate container b4b4275315a7 [2021-05-06T20:58:39.841Z] ---> 531f94521ab5 [2021-05-06T20:58:39.841Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-06T20:58:39.841Z] ---> Running in 7ca2e8ab60be [2021-05-06T20:58:40.428Z] Removing intermediate container 7ca2e8ab60be [2021-05-06T20:58:40.428Z] ---> 13ff3b2520c1 [2021-05-06T20:58:40.428Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:58:40.428Z] ---> Running in 21dd4ba49677 [2021-05-06T20:58:42.390Z] Removing intermediate container 21dd4ba49677 [2021-05-06T20:58:42.390Z] ---> 4188d6f47994 [2021-05-06T20:58:42.390Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-06T20:58:42.660Z] ---> Running in 726c37917538 [2021-05-06T20:58:43.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T20:58:44.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T20:58:45.566Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-06T20:58:45.566Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-06T20:58:45.566Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-06T20:58:45.836Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-06T20:58:46.107Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-06T20:58:46.107Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-06T20:58:46.379Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:58:46.379Z] OK: 8 MiB in 20 packages [2021-05-06T20:58:47.808Z] Removing intermediate container 726c37917538 [2021-05-06T20:58:47.808Z] ---> 48e8312cc896 [2021-05-06T20:58:47.808Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T20:58:48.402Z] ---> 326fc4436a7e [2021-05-06T20:58:48.402Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-06T20:58:49.384Z] ---> c4131391f7c9 [2021-05-06T20:58:49.384Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-06T20:58:50.375Z] ---> 5cf56a39acea [2021-05-06T20:58:50.375Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-06T20:58:50.375Z] ---> Running in e65e364df3f7 [2021-05-06T20:58:50.983Z] Removing intermediate container e65e364df3f7 [2021-05-06T20:58:50.983Z] ---> 6463cdcca0a4 [2021-05-06T20:58:50.983Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T20:58:50.983Z] ---> Running in 25bc610c81e2 [2021-05-06T20:58:51.595Z] Removing intermediate container 25bc610c81e2 [2021-05-06T20:58:51.595Z] ---> 5b226ebd7668 [2021-05-06T20:58:51.595Z] Step 21/23 : LABEL arch=arm64 [2021-05-06T20:58:51.595Z] ---> Running in 6f4610efe7d1 [2021-05-06T20:58:52.198Z] Removing intermediate container 6f4610efe7d1 [2021-05-06T20:58:52.198Z] ---> 2400246fedd3 [2021-05-06T20:58:52.198Z] Step 22/23 : LABEL git_sha=67fee59e64b61cdd0895e8ba5c58477333fdda5a [2021-05-06T20:58:52.198Z] ---> Running in 65d4ab38f1c7 [2021-05-06T20:58:52.787Z] Removing intermediate container 65d4ab38f1c7 [2021-05-06T20:58:52.787Z] ---> 62d0bf2c552f [2021-05-06T20:58:52.787Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T20:58:52.787Z] ---> Running in 30fbe585f2af [2021-05-06T20:58:53.388Z] Removing intermediate container 30fbe585f2af [2021-05-06T20:58:53.388Z] ---> 83d15ca4d233 [2021-05-06T20:58:53.389Z] [2021-05-06T20:58:53.660Z] Successfully built 83d15ca4d233 [2021-05-06T20:58:53.660Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-06T20:58:53.947Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-06T20:58:54.003Z] $ docker stop --time=1 9bce61e44f04a2a0659142d1248d7f20b8c1a6e1d4da7671d52615d649f4cf30 [2021-05-06T20:58:55.971Z] $ docker rm -f 9bce61e44f04a2a0659142d1248d7f20b8c1a6e1d4da7671d52615d649f4cf30 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T20:58:56.485Z] + grep docker [2021-05-06T20:58:56.485Z] + docker images [2021-05-06T20:58:56.763Z] docker-core-data-go-arm64 latest 83d15ca4d233 3 seconds ago 20.3MB [2021-05-06T20:58:56.763Z] docker-core-metadata-go-arm64 latest c17cdc7f388c 21 seconds ago 17.4MB [2021-05-06T20:58:56.763Z] docker-security-secretstore-setup-go-arm64 latest 130caf41d68f 22 seconds ago 24.3MB [2021-05-06T20:58:56.763Z] docker-security-proxy-setup-go-arm64 latest 46a8c3b6ec60 28 seconds ago 23.9MB [2021-05-06T20:58:56.763Z] docker-sys-mgmt-agent-go-arm64 latest d34e50047b73 2 minutes ago 299MB [2021-05-06T20:58:56.763Z] docker-security-bootstrapper-go-arm64 latest 071240330ec5 3 minutes ago 17.1MB [2021-05-06T20:58:56.763Z] docker-support-scheduler-go-arm64 latest ee883a173252 3 minutes ago 16.1MB [2021-05-06T20:58:56.763Z] docker-core-command-go-arm64 latest 0a61ad98bace 3 minutes ago 16.1MB [2021-05-06T20:58:56.763Z] docker-support-notifications-go-arm64 latest b964881e5ebb 3 minutes ago 16.6MB [2021-05-06T20:58:56.763Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:58:57.303Z] ---> job-cost.sh [2021-05-06T20:58:57.303Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-XYZ6 [2021-05-06T20:59:36.239Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-06T21:01:12.982Z] lf-activate-venv(): INFO: Adding /tmp/venv-XYZ6/bin to PATH [2021-05-06T21:01:12.982Z] INFO: No Stack... [2021-05-06T21:01:12.982Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-06T21:01:12.982Z] INFO: Archiving Costs [Pipeline] sh [2021-05-06T21:01:13.340Z] + + cut -d, -f6 [2021-05-06T21:01:13.340Z] cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock [2021-05-06T21:01:13.531Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3425-3-stack-cost] [2021-05-06T21:01:13.545Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3425-3-stack-cost] did not exist. Created. [2021-05-06T21:01:13.545Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3425-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-06T21:01:13.903Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-06T21:01:14.196Z] Stashed 1 file(s) [Pipeline] } [2021-05-06T21:01:14.232Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3425-3-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-06T21:01:14.732Z] provisioning config files... [2021-05-06T21:01:14.745Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7884904868288182472tmp [Pipeline] { [Pipeline] sh [2021-05-06T21:01:15.063Z] + set +x [2021-05-06T21:01:15.063Z] + bash -s -- [2021-05-06T21:01:15.063Z] + curl -s https://codecov.io/bash [2021-05-06T21:01:15.325Z] [2021-05-06T21:01:15.325Z] _____ _ [2021-05-06T21:01:15.325Z] / ____| | | [2021-05-06T21:01:15.325Z] | | ___ __| | ___ ___ _____ __ [2021-05-06T21:01:15.325Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-06T21:01:15.325Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-06T21:01:15.325Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-06T21:01:15.325Z] Bash-1.0.2 [2021-05-06T21:01:15.325Z] [2021-05-06T21:01:15.325Z] [2021-05-06T21:01:15.325Z] ==> git version 2.24.3 found [2021-05-06T21:01:15.325Z] ==> 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-06T21:01:15.325Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-06T21:01:15.325Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-06T21:01:15.325Z] ==> Jenkins CI detected. [2021-05-06T21:01:15.589Z] project root: . [2021-05-06T21:01:15.589Z] --> token set from env [2021-05-06T21:01:15.589Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-06T21:01:15.590Z] ==> Running gcov in . (disable via -X gcov) [2021-05-06T21:01:15.590Z] ==> Python coveragepy not found [2021-05-06T21:01:15.590Z] ==> Searching for coverage reports in: [2021-05-06T21:01:15.590Z] + . [2021-05-06T21:01:15.590Z] -> Found 1 reports [2021-05-06T21:01:15.590Z] ==> Detecting git/mercurial file structure [2021-05-06T21:01:15.590Z] ==> Reading reports [2021-05-06T21:01:15.590Z] + ./coverage.out bytes=705232 [2021-05-06T21:01:15.590Z] ==> Appending adjustments [2021-05-06T21:01:15.590Z] https://docs.codecov.io/docs/fixing-reports [2021-05-06T21:01:19.816Z] + Found adjustments [2021-05-06T21:01:19.816Z] ==> Gzipping contents [2021-05-06T21:01:19.816Z] 100K /tmp/codecov.zOgct3.gz [2021-05-06T21:01:19.816Z] ==> Uploading reports [2021-05-06T21:01:19.816Z] url: https://codecov.io [2021-05-06T21:01:19.816Z] query: branch=PR-3425&commit=67fee59e64b61cdd0895e8ba5c58477333fdda5a&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3425%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3425&job=&cmd_args= [2021-05-06T21:01:19.816Z] -> Pinging Codecov [2021-05-06T21:01:19.816Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3425&commit=67fee59e64b61cdd0895e8ba5c58477333fdda5a&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3425%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3425&job=&cmd_args= [2021-05-06T21:01:19.816Z] -> Uploading to [2021-05-06T21:01:19.816Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-06/00271124DB129430A58F1EEE437C3FCB/67fee59e64b61cdd0895e8ba5c58477333fdda5a/6ade229d-2b0d-4ca8-ac93-a66f270a9bab.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210506%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210506T210119Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3ead4638691bf5ced3ddfafa76ebd0eb0d305ebe5c574514c6e857d30f553477 [2021-05-06T21:01:19.816Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-06T21:01:19.816Z] Dload Upload Total Spent Left Speed [2021-05-06T21:01:20.391Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 168k --:--:-- --:--:-- --:--:-- 168k [2021-05-06T21:01:20.391Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/67fee59e64b61cdd0895e8ba5c58477333fdda5a [Pipeline] } [2021-05-06T21:01:20.402Z] 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-06T21:01:21.205Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T21:01:22.084Z] ---> package-listing.sh [2021-05-06T21:01:22.084Z] ++ facter osfamily [2021-05-06T21:01:22.084Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-06T21:01:22.084Z] + OS_FAMILY=redhat [2021-05-06T21:01:22.084Z] + workspace=/w/workspace/edgex-go/3 [2021-05-06T21:01:22.084Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-06T21:01:22.084Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-06T21:01:22.084Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-06T21:01:22.084Z] + PACKAGES=/tmp/packages_start.txt [2021-05-06T21:01:22.084Z] + '[' /w/workspace/edgex-go/3 ']' [2021-05-06T21:01:22.084Z] + PACKAGES=/tmp/packages_end.txt [2021-05-06T21:01:22.084Z] + case "${OS_FAMILY}" in [2021-05-06T21:01:22.084Z] + rpm -qa [2021-05-06T21:01:22.084Z] + sort [2021-05-06T21:01:27.405Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-06T21:01:27.405Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-06T21:01:27.405Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-06T21:01:27.405Z] + '[' /w/workspace/edgex-go/3 ']' [2021-05-06T21:01:27.405Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-05-06T21:01:27.405Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-05-06T21:01:27.420Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-06T21:01:27.712Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-06T21:01:28.023Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T21:01:28.286Z] [2021-05-06T21:01:28.286Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-06T21:01:28.614Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T21:01:28.615Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-06T21:01:28.615Z] df20fa9351a1: Pulling fs layer [2021-05-06T21:01:28.615Z] 36b3adc4ff6f: Pulling fs layer [2021-05-06T21:01:28.615Z] 8ad3a11d3b57: Pulling fs layer [2021-05-06T21:01:28.615Z] 46f8f816bc3b: Pulling fs layer [2021-05-06T21:01:28.615Z] 93b61091891f: Pulling fs layer [2021-05-06T21:01:28.615Z] 46f8f816bc3b: Waiting [2021-05-06T21:01:28.615Z] 93b9cdb0e59b: Pulling fs layer [2021-05-06T21:01:28.615Z] 5e14af77c1be: Pulling fs layer [2021-05-06T21:01:28.615Z] 01666e4c0597: Pulling fs layer [2021-05-06T21:01:28.615Z] aa168da1d23b: Pulling fs layer [2021-05-06T21:01:28.615Z] 93b61091891f: Waiting [2021-05-06T21:01:28.615Z] 93b9cdb0e59b: Waiting [2021-05-06T21:01:28.615Z] 5e14af77c1be: Waiting [2021-05-06T21:01:28.615Z] aa168da1d23b: Waiting [2021-05-06T21:01:28.615Z] 36b3adc4ff6f: Verifying Checksum [2021-05-06T21:01:28.615Z] 36b3adc4ff6f: Download complete [2021-05-06T21:01:28.615Z] 46f8f816bc3b: Verifying Checksum [2021-05-06T21:01:28.615Z] 46f8f816bc3b: Download complete [2021-05-06T21:01:28.615Z] df20fa9351a1: Download complete [2021-05-06T21:01:28.880Z] 93b9cdb0e59b: Verifying Checksum [2021-05-06T21:01:28.880Z] 93b9cdb0e59b: Download complete [2021-05-06T21:01:28.880Z] 93b61091891f: Download complete [2021-05-06T21:01:28.880Z] 5e14af77c1be: Verifying Checksum [2021-05-06T21:01:28.880Z] 5e14af77c1be: Download complete [2021-05-06T21:01:28.880Z] 01666e4c0597: Verifying Checksum [2021-05-06T21:01:28.880Z] 01666e4c0597: Download complete [2021-05-06T21:01:28.880Z] 8ad3a11d3b57: Verifying Checksum [2021-05-06T21:01:28.880Z] 8ad3a11d3b57: Download complete [2021-05-06T21:01:29.146Z] df20fa9351a1: Pull complete [2021-05-06T21:01:29.409Z] 36b3adc4ff6f: Pull complete [2021-05-06T21:01:31.360Z] aa168da1d23b: Verifying Checksum [2021-05-06T21:01:31.360Z] aa168da1d23b: Download complete [2021-05-06T21:01:31.623Z] 8ad3a11d3b57: Pull complete [2021-05-06T21:01:31.891Z] 46f8f816bc3b: Pull complete [2021-05-06T21:01:32.154Z] 93b61091891f: Pull complete [2021-05-06T21:01:32.416Z] 93b9cdb0e59b: Pull complete [2021-05-06T21:01:32.416Z] 5e14af77c1be: Pull complete [2021-05-06T21:01:32.685Z] 01666e4c0597: Pull complete [2021-05-06T21:01:42.732Z] aa168da1d23b: Pull complete [2021-05-06T21:01:42.732Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-06T21:01:42.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T21:01:42.732Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-06T21:01:42.941Z] prd-centos7-docker-4c-2g-3318 does not seem to be running inside a container [2021-05-06T21:01:42.991Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-06T21:01:47.074Z] $ docker top 9f01748bb9b801aac9db5837bbb3f89b036a220b063176efe50ab010631897ca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T21:01:47.544Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-06T21:01:47.854Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-06T21:01:48.159Z] + ls /var/log/sa-host [2021-05-06T21:01:48.159Z] + sadf -c /var/log/sa-host/sa06 [2021-05-06T21:01:48.159Z] file_magic: OK [2021-05-06T21:01:48.159Z] HZ: Using current value: 100 [2021-05-06T21:01:48.159Z] file_header: OK [2021-05-06T21:01:48.159Z] 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-06T21:01:48.159Z] Statistics: [2021-05-06T21:01:48.159Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-06T21:01:48.159Z] File successfully converted to sysstat format version 12.2.1 [2021-05-06T21:01:48.159Z] + sadf -c /var/log/sa-host/sa23 [2021-05-06T21:01:48.159Z] file_magic: OK [2021-05-06T21:01:48.159Z] HZ: Using current value: 100 [2021-05-06T21:01:48.159Z] file_header: OK [2021-05-06T21:01:48.159Z] 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-06T21:01:48.159Z] Statistics: [2021-05-06T21:01:48.159Z] Hnuu...uuuununununu... [2021-05-06T21:01:48.159Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-06T21:01:48.343Z] provisioning config files... [2021-05-06T21:01:48.361Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config1113693637170340597tmp [Pipeline] { [Pipeline] echo [2021-05-06T21:01:48.397Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T21:01:48.704Z] ---> create-netrc.sh [Pipeline] } [2021-05-06T21:01:48.714Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-06T21:01:48.740Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T21:01:49.081Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-06T21:01:49.095Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T21:01:49.430Z] ---> sudo-logs.sh [2021-05-06T21:01:49.430Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-06T21:01:49.462Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T21:01:49.789Z] ---> job-cost.sh [2021-05-06T21:01:49.789Z] lf-activate-venv: SKIPPING [2021-05-06T21:01:49.789Z] DEBUG: total: 0.20999999344348907 [2021-05-06T21:01:49.789Z] INFO: Retrieving Stack Cost... [2021-05-06T21:01:51.181Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-06T21:01:51.443Z] INFO: Archiving Costs [Pipeline] echo [2021-05-06T21:01:51.459Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T21:01:51.759Z] ---> logs-deploy.sh [2021-05-06T21:01:51.759Z] lf-activate-venv: SKIPPING [2021-05-06T21:01:51.759Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3425/3 [2021-05-06T21:01:51.759Z] INFO: archiving workspace using pattern(s): [2021-05-06T21:01:53.149Z] Archives upload complete. [2021-05-06T21:01:53.149Z] INFO: archiving logs to Nexus