Pull request #3423 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 24542bf0f2c01e78c3341a21639054c613ede31e+314c98582e5516062556e8d719161f3c11283427 (df60e8b316e8b1390e84f1c51b1b4d707a3cd6e8) 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 ‘prd-centos7-docker-4c-2g-3091’ Running on prd-centos7-docker-4c-2g-3094 in /w/workspace/edgexfoundry_edgex-go_PR-3423 [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 314c98582e5516062556e8d719161f3c11283427 into PR head commit 24542bf0f2c01e78c3341a21639054c613ede31e Merge succeeded, producing 24542bf0f2c01e78c3341a21639054c613ede31e Checking out Revision 24542bf0f2c01e78c3341a21639054c613ede31e (PR-3423) > 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/3423/head:refs/remotes/origin/PR-3423 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24542bf0f2c01e78c3341a21639054c613ede31e # 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 314c98582e5516062556e8d719161f3c11283427 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24542bf0f2c01e78c3341a21639054c613ede31e # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-05T21:06:10.342Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-05T21:06:10.437Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-05T21:06:10.462Z] ========================================================= [2021-05-05T21:06:10.463Z] EdgeX Global Pipelines Version Info [2021-05-05T21:06:10.463Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b91a20da177c7cf0cbbb1a081435ab1666a7fa7d # timeout=10 [2021-05-05T21:06:12.438Z] ------------------- [2021-05-05T21:06:12.438Z] stable info: [2021-05-05T21:06:12.438Z] ------------------- [2021-05-05T21:06:12.438Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-05T21:06:12.438Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-05T21:06:12.438Z] Message: update stable to v1.0.191 [2021-05-05T21:06:13.014Z] ------------------- [2021-05-05T21:06:13.014Z] experimental info: [2021-05-05T21:06:13.014Z] ------------------- [2021-05-05T21:06:13.014Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-05T21:06:13.014Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-05T21:06:13.014Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-05T21:06:13.142Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-05T21:06:13.164Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-05T21:06:13.184Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-05T21:06:13.205Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-05T21:06:13.225Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-05T21:06:13.246Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-05T21:06:13.266Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-05T21:06:13.288Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-05T21:06:13.336Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-05T21:06:13.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-05T21:06:13.379Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-05T21:06:13.404Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-05T21:06:13.426Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-05T21:06:13.446Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-05T21:06:13.467Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-05T21:06:13.490Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-05T21:06:13.511Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-05T21:06:13.547Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-05T21:06:13.568Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-05T21:06:13.588Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-05T21:06:13.608Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-05T21:06:13.628Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-05T21:06:13.647Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3423 [Pipeline] echo [2021-05-05T21:06:13.667Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3423 [Pipeline] echo [2021-05-05T21:06:13.687Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3423 [Pipeline] echo [2021-05-05T21:06:13.708Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 24542bf0f2c01e78c3341a21639054c613ede31e [Pipeline] echo [2021-05-05T21:06:13.746Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 24542bf [Pipeline] echo [2021-05-05T21:06:13.766Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-05T21:06:13.838Z] provisioning config files... [2021-05-05T21:06:13.874Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4596698709414221813tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-05T21:06:14.198Z] ---> docker-login.sh [2021-05-05T21:06:14.198Z] nexus3.edgexfoundry.org:10001 [2021-05-05T21:06:14.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T21:06:14.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T21:06:14.730Z] Configure a credential helper to remove this warning. See [2021-05-05T21:06:14.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T21:06:14.730Z] [2021-05-05T21:06:14.730Z] Login Succeeded [2021-05-05T21:06:14.730Z] nexus3.edgexfoundry.org:10002 [2021-05-05T21:06:14.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T21:06:15.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T21:06:15.565Z] Configure a credential helper to remove this warning. See [2021-05-05T21:06:15.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T21:06:15.565Z] [2021-05-05T21:06:15.565Z] Login Succeeded [2021-05-05T21:06:15.565Z] nexus3.edgexfoundry.org:10003 [2021-05-05T21:06:15.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T21:06:15.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T21:06:15.828Z] Configure a credential helper to remove this warning. See [2021-05-05T21:06:15.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T21:06:15.828Z] [2021-05-05T21:06:15.828Z] Login Succeeded [2021-05-05T21:06:15.828Z] nexus3.edgexfoundry.org:10004 [2021-05-05T21:06:16.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T21:06:16.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T21:06:16.091Z] Configure a credential helper to remove this warning. See [2021-05-05T21:06:16.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T21:06:16.091Z] [2021-05-05T21:06:16.091Z] Login Succeeded [2021-05-05T21:06:16.091Z] docker.io [2021-05-05T21:06:16.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T21:06:16.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T21:06:16.622Z] Configure a credential helper to remove this warning. See [2021-05-05T21:06:16.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T21:06:16.622Z] [2021-05-05T21:06:16.622Z] Login Succeeded [2021-05-05T21:06:16.622Z] ---> docker-login.sh ends [Pipeline] } [2021-05-05T21:06:16.633Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-05T21:06:16.969Z] ++ 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-05T21:06:16.969Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T21:06:16.969Z] ++ dirname cmd/core-command/Dockerfile [2021-05-05T21:06:16.969Z] ++ cut -d/ -f2 [2021-05-05T21:06:16.969Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-05T21:06:16.969Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T21:06:16.969Z] ++ dirname cmd/core-data/Dockerfile [2021-05-05T21:06:16.969Z] ++ cut -d/ -f2 [2021-05-05T21:06:16.969Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-05T21:06:16.969Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T21:06:16.969Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-05T21:06:16.969Z] ++ cut -d/ -f2 [2021-05-05T21:06:16.969Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-05T21:06:16.969Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T21:06:16.969Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-05T21:06:16.969Z] ++ cut -d/ -f2 [2021-05-05T21:06:16.969Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-05T21:06:16.969Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T21:06:16.969Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-05T21:06:16.969Z] ++ cut -d/ -f2 [2021-05-05T21:06:16.969Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-05T21:06:16.969Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T21:06:16.969Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-05T21:06:16.969Z] ++ cut -d/ -f2 [2021-05-05T21:06:16.969Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-05T21:06:16.969Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T21:06:16.969Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-05T21:06:16.969Z] ++ cut -d/ -f2 [2021-05-05T21:06:16.969Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-05T21:06:16.969Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T21:06:16.969Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-05T21:06:16.969Z] ++ cut -d/ -f2 [2021-05-05T21:06:16.969Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-05T21:06:16.969Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T21:06:16.969Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-05T21:06:16.969Z] ++ cut -d/ -f2 [2021-05-05T21:06:16.969Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-05T21:06:17.049Z] 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-05T21:06:17.740Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-05T21:06:17.740Z] [2021-05-05T21:06:17.740Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-05T21:06:18.062Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-05T21:06:18.062Z] latest: Pulling from edgex-devops/git-semver [2021-05-05T21:06:18.062Z] 31603596830f: Pulling fs layer [2021-05-05T21:06:18.062Z] 54011a49482f: Pulling fs layer [2021-05-05T21:06:18.062Z] a6820b24f6d8: Pulling fs layer [2021-05-05T21:06:18.062Z] f581987b2513: Pulling fs layer [2021-05-05T21:06:18.062Z] f581987b2513: Waiting [2021-05-05T21:06:18.062Z] 54011a49482f: Download complete [2021-05-05T21:06:18.328Z] 31603596830f: Download complete [2021-05-05T21:06:18.328Z] f581987b2513: Verifying Checksum [2021-05-05T21:06:18.328Z] f581987b2513: Download complete [2021-05-05T21:06:18.328Z] a6820b24f6d8: Verifying Checksum [2021-05-05T21:06:18.328Z] a6820b24f6d8: Download complete [2021-05-05T21:06:18.908Z] 31603596830f: Pull complete [2021-05-05T21:06:18.908Z] 54011a49482f: Pull complete [2021-05-05T21:06:19.896Z] a6820b24f6d8: Pull complete [2021-05-05T21:06:20.160Z] f581987b2513: Pull complete [2021-05-05T21:06:20.160Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-05T21:06:20.160Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-05T21:06:20.160Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-05T21:06:20.278Z] prd-centos7-docker-4c-2g-3094 does not seem to be running inside a container [2021-05-05T21:06:20.330Z] $ 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-05T21:06:23.186Z] $ docker top 3bf689ac14cf0d8c4e55919af183edada08cb86069ffd7e1208b96ff49de4cd5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-05T21:06:23.369Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-05T21:06:23.369Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-05T21:06:23.613Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-05T21:06:23.617Z] $ docker exec 3bf689ac14cf0d8c4e55919af183edada08cb86069ffd7e1208b96ff49de4cd5 ssh-agent [2021-05-05T21:06:23.813Z] SSH_AUTH_SOCK=/tmp/ssh-SeQLqHFK5amW/agent.11 [2021-05-05T21:06:23.813Z] SSH_AGENT_PID=16 [2021-05-05T21:06:23.830Z] Running ssh-add (command line suppressed) [2021-05-05T21:06:23.969Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_632752275754963128.key (/w/workspace/edgex-go/3@tmp/private_key_632752275754963128.key) [2021-05-05T21:06:24.028Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-05T21:06:24.335Z] + git tag --points-at HEAD [Pipeline] } [2021-05-05T21:06:24.362Z] $ docker exec --env ******** --env ******** 3bf689ac14cf0d8c4e55919af183edada08cb86069ffd7e1208b96ff49de4cd5 ssh-agent -k [2021-05-05T21:06:24.506Z] unset SSH_AUTH_SOCK; [2021-05-05T21:06:24.506Z] unset SSH_AGENT_PID; [2021-05-05T21:06:24.506Z] echo Agent pid 16 killed; [2021-05-05T21:06:24.559Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-05T21:06:24.593Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-05T21:06:24.593Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-05T21:06:24.777Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-05T21:06:24.781Z] $ docker exec 3bf689ac14cf0d8c4e55919af183edada08cb86069ffd7e1208b96ff49de4cd5 ssh-agent [2021-05-05T21:06:24.978Z] SSH_AUTH_SOCK=/tmp/ssh-IoR7LEXbCQmw/agent.45 [2021-05-05T21:06:24.978Z] SSH_AGENT_PID=50 [2021-05-05T21:06:24.986Z] Running ssh-add (command line suppressed) [2021-05-05T21:06:25.124Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_4158315960375522025.key (/w/workspace/edgex-go/3@tmp/private_key_4158315960375522025.key) [2021-05-05T21:06:25.184Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-05T21:06:25.490Z] + git semver init [2021-05-05T21:06:25.490Z] # -> Open(): unable to determine branch for HEAD [2021-05-05T21:06:25.490Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-05-05T21:06:25.490Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-05-05T21:06:25.490Z] # $SEMVER_REMOTE_NAME = origin [2021-05-05T21:06:25.490Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-05T21:06:25.490Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-05T21:06:25.490Z] # $SEMVER_BRANCH = PR-3423 [2021-05-05T21:06:25.490Z] # $SEMVER_TEMP = /tmp/semver-416230216 [2021-05-05T21:06:25.490Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-05T21:06:43.731Z] # '/tmp/semver-416230216' -> '/w/workspace/edgex-go/3/.semver' [2021-05-05T21:06:44.688Z] # -> Force: false [2021-05-05T21:06:44.688Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-05-05T21:06:44.702Z] $ docker exec --env ******** --env ******** 3bf689ac14cf0d8c4e55919af183edada08cb86069ffd7e1208b96ff49de4cd5 ssh-agent -k [2021-05-05T21:06:44.987Z] unset SSH_AUTH_SOCK; [2021-05-05T21:06:44.988Z] unset SSH_AGENT_PID; [2021-05-05T21:06:44.988Z] echo Agent pid 50 killed; [2021-05-05T21:06:45.073Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-05T21:06:45.406Z] + git semver [Pipeline] } [2021-05-05T21:06:45.422Z] $ docker stop --time=1 3bf689ac14cf0d8c4e55919af183edada08cb86069ffd7e1208b96ff49de4cd5 [2021-05-05T21:06:47.262Z] $ docker rm -f 3bf689ac14cf0d8c4e55919af183edada08cb86069ffd7e1208b96ff49de4cd5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-05T21:06:47.794Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-05T21:06:48.259Z] Stashed 1 file(s) [Pipeline] echo [2021-05-05T21:06:48.263Z] [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-05T21:06:48.812Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-05T21:06:49.110Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-05T21:06:49.408Z] + sudo service docker restart [2021-05-05T21:06:49.408Z] + true [2021-05-05T21:06:49.408Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-05T21:06:49.997Z] ========================================================= [2021-05-05T21:06:49.997Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-05T21:06:49.997Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-05T21:06:50.312Z] + 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-05T21:06:55.628Z] Sending build context to Docker daemon 329.9MB [2021-05-05T21:06:55.628Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-05T21:06:55.628Z] Step 2/6 : FROM ${BASE} [2021-05-05T21:06:55.628Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-05T21:06:55.628Z] 540db60ca938: Pulling fs layer [2021-05-05T21:06:55.628Z] adcc1eea9eea: Pulling fs layer [2021-05-05T21:06:55.628Z] 4c4ab2625f07: Pulling fs layer [2021-05-05T21:06:55.628Z] 0510c868ecb4: Pulling fs layer [2021-05-05T21:06:55.628Z] afea3b2eda06: Pulling fs layer [2021-05-05T21:06:55.628Z] 7809a108b3ef: Pulling fs layer [2021-05-05T21:06:55.628Z] f706445af74f: Pulling fs layer [2021-05-05T21:06:55.628Z] afea3b2eda06: Waiting [2021-05-05T21:06:55.628Z] 7809a108b3ef: Waiting [2021-05-05T21:06:55.628Z] f706445af74f: Waiting [2021-05-05T21:06:55.628Z] 0510c868ecb4: Waiting [2021-05-05T21:06:55.628Z] 4c4ab2625f07: Verifying Checksum [2021-05-05T21:06:55.628Z] 4c4ab2625f07: Download complete [2021-05-05T21:06:55.628Z] adcc1eea9eea: Verifying Checksum [2021-05-05T21:06:55.628Z] adcc1eea9eea: Download complete [2021-05-05T21:06:55.628Z] afea3b2eda06: Verifying Checksum [2021-05-05T21:06:55.628Z] afea3b2eda06: Download complete [2021-05-05T21:06:55.628Z] 7809a108b3ef: Verifying Checksum [2021-05-05T21:06:55.628Z] 7809a108b3ef: Download complete [2021-05-05T21:06:55.628Z] 540db60ca938: Verifying Checksum [2021-05-05T21:06:55.628Z] 540db60ca938: Download complete [2021-05-05T21:06:55.628Z] 540db60ca938: Pull complete [2021-05-05T21:06:55.628Z] adcc1eea9eea: Pull complete [2021-05-05T21:06:55.891Z] 4c4ab2625f07: Pull complete [2021-05-05T21:06:57.328Z] f706445af74f: Verifying Checksum [2021-05-05T21:06:57.328Z] f706445af74f: Download complete [2021-05-05T21:06:58.404Z] 0510c868ecb4: Verifying Checksum [2021-05-05T21:06:58.404Z] 0510c868ecb4: Download complete [2021-05-05T21:07:03.407Z] Still waiting to schedule task [2021-05-05T21:07:03.407Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-05T21:07:05.049Z] 0510c868ecb4: Pull complete [2021-05-05T21:07:05.049Z] afea3b2eda06: Pull complete [2021-05-05T21:07:05.049Z] 7809a108b3ef: Pull complete [2021-05-05T21:07:10.375Z] f706445af74f: Pull complete [2021-05-05T21:07:10.375Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-05T21:07:10.375Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-05T21:07:10.375Z] ---> b068be0155e3 [2021-05-05T21:07:10.375Z] 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-05T21:07:10.375Z] ---> Running in 7c6734d7e024 [2021-05-05T21:07:10.952Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T21:07:11.916Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T21:07:12.181Z] (1/12) Installing libmagic (5.39-r0) [2021-05-05T21:07:13.131Z] (2/12) Installing file (5.39-r0) [2021-05-05T21:07:13.131Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-05T21:07:13.131Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-05T21:07:18.443Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-05T21:07:18.443Z] (6/12) Installing patch (2.7.6-r6) [2021-05-05T21:07:18.443Z] (7/12) Installing build-base (0.5-r2) [2021-05-05T21:07:18.443Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-05T21:07:18.443Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-05T21:07:18.443Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-05T21:07:18.443Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-05T21:07:18.709Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-05T21:07:18.709Z] Executing busybox-1.32.1-r6.trigger [2021-05-05T21:07:18.709Z] OK: 219 MiB in 52 packages [2021-05-05T21:07:22.042Z] Removing intermediate container 7c6734d7e024 [2021-05-05T21:07:22.042Z] ---> f6b0fc0cd72e [2021-05-05T21:07:22.042Z] Step 4/6 : WORKDIR /edgex-go [2021-05-05T21:07:22.042Z] ---> Running in 25807fca68df [2021-05-05T21:07:22.042Z] Removing intermediate container 25807fca68df [2021-05-05T21:07:22.042Z] ---> 999fc8f83941 [2021-05-05T21:07:22.042Z] Step 5/6 : COPY go.mod . [2021-05-05T21:07:22.304Z] ---> 84383992f15e [2021-05-05T21:07:22.304Z] Step 6/6 : RUN go mod download [2021-05-05T21:07:22.304Z] ---> Running in 89245418c065 [2021-05-05T21:07:44.346Z] Removing intermediate container 89245418c065 [2021-05-05T21:07:44.346Z] ---> 847fc3a0cee6 [2021-05-05T21:07:44.346Z] Successfully built 847fc3a0cee6 [2021-05-05T21:07:44.346Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-05T21:07:44.663Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-05T21:07:44.663Z] . [Pipeline] withDockerContainer [2021-05-05T21:07:44.771Z] prd-centos7-docker-4c-2g-3094 does not seem to be running inside a container [2021-05-05T21:07:44.821Z] $ 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-05T21:07:45.734Z] $ docker top 81ecb63781db11ad645848f6d25197125da008d18bb6939706feed19afee7a1c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T21:07:46.226Z] + go version [2021-05-05T21:07:46.226Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-05T21:07:46.244Z] $ docker stop --time=1 81ecb63781db11ad645848f6d25197125da008d18bb6939706feed19afee7a1c [2021-05-05T21:07:48.185Z] $ docker rm -f 81ecb63781db11ad645848f6d25197125da008d18bb6939706feed19afee7a1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T21:07:48.685Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-05T21:07:48.685Z] . [Pipeline] withDockerContainer [2021-05-05T21:07:48.792Z] prd-centos7-docker-4c-2g-3094 does not seem to be running inside a container [2021-05-05T21:07:48.843Z] $ 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-05T21:07:49.653Z] $ docker top 1f7837af7d0d046c6d92ac0c062a002cd4b323d8494942dec6c4048505c00e52 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-05T21:07:49.784Z] ========================================================= [2021-05-05T21:07:49.784Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-05T21:07:49.784Z] ========================================================= [Pipeline] sh [2021-05-05T21:07:50.082Z] + go mod tidy [Pipeline] sh [2021-05-05T21:07:51.794Z] + make test [2021-05-05T21:07:51.794Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-05T21:08:01.905Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-05T21:08:24.045Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-05T21:08:29.444Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-05T21:08:29.444Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-05T21:08:29.444Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-05T21:08:32.971Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-05T21:08:32.971Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-05T21:08:32.971Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-05T21:08:32.971Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-05T21:08:34.911Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-05T21:08:35.506Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-05T21:08:38.891Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-05T21:08:38.891Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-05T21:08:38.891Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-05T21:08:40.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.111s coverage: 45.9% of statements [2021-05-05T21:08:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-05T21:08:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-05T21:08:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-05T21:08:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-05T21:08:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-05T21:08:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-05T21:08:40.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.085s coverage: 19.8% of statements [2021-05-05T21:08:40.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.110s coverage: 100.0% of statements [2021-05-05T21:08:44.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.180s coverage: 27.1% of statements [2021-05-05T21:08:44.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-05T21:08:44.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-05T21:08:44.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-05T21:08:44.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-05T21:08:44.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-05T21:08:44.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-05T21:08:44.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.098s coverage: 100.0% of statements [2021-05-05T21:08:44.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-05T21:08:44.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-05-05T21:08:44.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-05T21:08:44.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-05T21:08:44.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.122s coverage: 71.3% of statements [2021-05-05T21:08:44.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-05T21:08:44.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-05T21:08:44.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.148s coverage: 87.7% of statements [2021-05-05T21:08:44.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-05T21:08:44.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T21:08:44.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.062s coverage: 78.9% of statements [2021-05-05T21:08:44.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-05T21:08:49.656Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.422s coverage: 28.6% of statements [2021-05-05T21:08:49.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-05T21:08:49.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-05T21:08:49.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-05T21:08:49.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-05T21:08:49.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-05T21:08:49.656Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.106s coverage: 100.0% of statements [2021-05-05T21:08:49.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-05T21:08:49.656Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements [2021-05-05T21:08:49.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-05T21:08:49.656Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.142s coverage: 86.7% of statements [2021-05-05T21:08:49.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-05T21:08:49.656Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.216s coverage: 97.5% of statements [2021-05-05T21:08:49.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-05T21:08:49.656Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.106s coverage: 78.3% of statements [2021-05-05T21:08:49.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-05T21:08:49.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-05T21:08:49.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-05T21:08:49.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-05T21:08:50.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.419s coverage: 95.1% of statements [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-05T21:08:50.242Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-05T21:08:50.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-05T21:08:50.824Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.101s coverage: 0.9% of statements [2021-05-05T21:08:50.824Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-05T21:08:50.824Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.053s coverage: 22.6% of statements [2021-05-05T21:08:50.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-05T21:08:50.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 47.1% of statements [2021-05-05T21:08:50.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.072s coverage: 79.5% of statements [2021-05-05T21:08:51.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements [2021-05-05T21:08:51.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [2021-05-05T21:08:51.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements [2021-05-05T21:09:03.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements [2021-05-05T21:09:03.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-05-05T21:09:07.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.254s coverage: 81.8% of statements [2021-05-05T21:09:07.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-05T21:09:15.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.108s coverage: 92.9% of statements [2021-05-05T21:09:15.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-05T21:09:15.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-05T21:09:15.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-05T21:09:15.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements [2021-05-05T21:09:15.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-05T21:09:15.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-05T21:09:15.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-05T21:09:15.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-05T21:09:15.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-05T21:09:15.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements [2021-05-05T21:09:15.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-05T21:09:15.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-05T21:09:15.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-05-05T21:09:15.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-05T21:09:15.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.069s coverage: 76.0% of statements [2021-05-05T21:09:15.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-05T21:09:15.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.0% of statements [2021-05-05T21:09:15.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.090s coverage: 87.2% of statements [2021-05-05T21:09:15.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 85.4% of statements [2021-05-05T21:09:15.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.128s coverage: 91.2% of statements [2021-05-05T21:09:15.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-05T21:09:15.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.253s coverage: 64.4% of statements [2021-05-05T21:09:15.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-05T21:09:15.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-05T21:09:15.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-05-05T21:09:15.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-05-05T21:09:15.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-05-05T21:09:15.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements [2021-05-05T21:09:15.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-05-05T21:09:15.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.322s coverage: 62.9% of statements [2021-05-05T21:09:15.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-05T21:09:15.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-05T21:09:15.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-05T21:09:15.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.184s coverage: 43.4% of statements [2021-05-05T21:09:15.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-05T21:09:15.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-05T21:09:15.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements [2021-05-05T21:09:15.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-05T21:09:15.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.035s coverage: 84.8% of statements [2021-05-05T21:09:15.521Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.0% of statements [2021-05-05T21:09:15.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-05T21:09:15.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-05T21:09:15.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-05T21:09:15.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-05T21:09:15.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-05T21:09:15.521Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements [2021-05-05T21:09:15.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-05T21:09:15.521Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-05-05T21:09:15.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-05T21:09:15.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-05T21:09:15.521Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.056s coverage: 9.6% of statements [2021-05-05T21:09:15.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-05T21:09:15.521Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.147s coverage: 92.6% of statements [2021-05-05T21:09:15.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-05T21:09:15.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T21:09:15.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-05T21:09:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.828s coverage: 28.7% of statements [2021-05-05T21:09:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-05T21:09:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-05T21:09:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-05T21:09:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-05T21:09:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-05T21:09:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.090s coverage: 99.0% of statements [2021-05-05T21:09:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-05T21:09:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.072s coverage: 100.0% of statements [2021-05-05T21:09:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-05T21:09:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-05T21:09:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-05T21:09:16.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.080s coverage: 64.6% of statements [2021-05-05T21:09:16.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-05T21:09:16.758Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.164s coverage: 97.6% of statements [2021-05-05T21:09:16.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-05T21:09:16.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T21:09:16.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-05T21:09:16.758Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-05-05T21:09:16.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-05T21:09:16.758Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements [2021-05-05T21:09:16.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-05T21:09:16.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-05T21:09:16.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-05T21:09:16.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-05T21:09:17.021Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.057s coverage: 87.9% of statements [2021-05-05T21:09:17.021Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-05T21:09:17.021Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-05T21:09:17.021Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-05-05T21:09:17.604Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 28.1% of statements [2021-05-05T21:09:17.604Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-05T21:09:17.604Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-05-05T21:09:18.555Z] GO111MODULE=on go vet ./... [2021-05-05T21:09:57.503Z] gofmt -l . [2021-05-05T21:09:57.503Z] [ "`gofmt -l .`" = "" ] [2021-05-05T21:09:57.503Z] ./bin/test-go-mod-tidy.sh [2021-05-05T21:09:57.503Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-05T21:09:58.183Z] + ls -al . [2021-05-05T21:09:58.183Z] total 808 [2021-05-05T21:09:58.183Z] drwxrwxr-x 10 1001 1001 4096 May 5 21:09 . [2021-05-05T21:09:58.183Z] drwxr-xr-x 4 root root 28 May 5 21:07 .. [2021-05-05T21:09:58.183Z] -rw-rw-r-- 1 1001 1001 11 May 5 21:06 .dockerignore [2021-05-05T21:09:58.183Z] drwxrwxr-x 8 1001 1001 179 May 5 21:06 .git [2021-05-05T21:09:58.183Z] drwxrwxr-x 3 1001 1001 125 May 5 21:06 .github [2021-05-05T21:09:58.183Z] -rw-rw-r-- 1 1001 1001 818 May 5 21:06 .gitignore [2021-05-05T21:09:58.183Z] drwx------ 3 1001 1001 60 May 5 21:06 .semver [2021-05-05T21:09:58.183Z] -rw-rw-r-- 1 1001 1001 166 May 5 21:06 .sonarcloud.properties [2021-05-05T21:09:58.183Z] -rw-rw-r-- 1 1001 1001 8609 May 5 21:06 Attribution.txt [2021-05-05T21:09:58.183Z] -rw-rw-r-- 1 1001 1001 3804 May 5 21:06 CONTRIBUTING.md [2021-05-05T21:09:58.183Z] -rw-rw-r-- 1 1001 1001 931 May 5 21:06 Dockerfile.build [2021-05-05T21:09:58.183Z] -rw-rw-r-- 1 1001 1001 863 May 5 21:06 Jenkinsfile [2021-05-05T21:09:58.183Z] -rw-rw-r-- 1 1001 1001 10775 May 5 21:06 LICENSE [2021-05-05T21:09:58.183Z] -rw-rw-r-- 1 1001 1001 5774 May 5 21:06 Makefile [2021-05-05T21:09:58.183Z] -rw-rw-r-- 1 1001 1001 7978 May 5 21:06 README.md [2021-05-05T21:09:58.183Z] -rw-rw-r-- 1 1001 1001 6755 May 5 21:06 SECURITY.md [2021-05-05T21:09:58.183Z] -rw-rw-r-- 1 1001 1001 5 May 5 21:06 VERSION [2021-05-05T21:09:58.183Z] -rw-rw-r-- 1 1001 1001 4131 May 5 21:06 ZMQWindows.md [2021-05-05T21:09:58.183Z] drwxrwxr-x 2 1001 1001 117 May 5 21:06 bin [2021-05-05T21:09:58.183Z] drwxrwxr-x 14 1001 1001 4096 May 5 21:06 cmd [2021-05-05T21:09:58.183Z] -rw-r--r-- 1 root root 699522 May 5 21:09 coverage.out [2021-05-05T21:09:58.183Z] -rw-r--r-- 1 root root 1060 May 5 21:09 go.mod [2021-05-05T21:09:58.183Z] -rw-r--r-- 1 root root 22209 May 5 21:07 go.sum [2021-05-05T21:09:58.183Z] drwxrwxr-x 8 1001 1001 127 May 5 21:06 internal [2021-05-05T21:09:58.183Z] drwxrwxr-x 4 1001 1001 26 May 5 21:06 openapi [2021-05-05T21:09:58.183Z] drwxrwxr-x 4 1001 1001 71 May 5 21:06 snap [2021-05-05T21:09:58.183Z] -rw-rw-r-- 1 1001 1001 168 May 5 21:06 version.go [Pipeline] sh [2021-05-05T21:09:58.516Z] + '[' -e coverage.out ] [2021-05-05T21:09:58.517Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-05T21:09:58.755Z] Stashed 1 file(s) [Pipeline] sh [2021-05-05T21:09:59.175Z] + make build [2021-05-05T21:09:59.175Z] 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-05T21:10:01.785Z] 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-05T21:10:14.123Z] 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-05T21:10:14.123Z] 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-05T21:10:16.074Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-05T21:10:16.341Z] 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-05T21:10:18.910Z] 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-05T21:10:20.309Z] 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-05T21:10:21.273Z] 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-05T21:10:22.226Z] 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-05T21:10:24.157Z] 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-05T21:10:25.563Z] 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-05T21:10:28.174Z] $ docker stop --time=1 1f7837af7d0d046c6d92ac0c062a002cd4b323d8494942dec6c4048505c00e52 [2021-05-05T21:10:29.948Z] $ docker rm -f 1f7837af7d0d046c6d92ac0c062a002cd4b323d8494942dec6c4048505c00e52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-05-05T21:10:31.144Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3095 in /w/workspace/edgexfoundry_edgex-go_PR-3423 [Pipeline] { [Pipeline] ws [2021-05-05T21:10:31.230Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [Pipeline] isUnix [Pipeline] sh [2021-05-05T21:10:31.562Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-05T21:10:31.562Z] [2021-05-05T21:10:31.562Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-05T21:10:31.889Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-05T21:10:31.889Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-05T21:10:31.889Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-05T21:10:31.889Z] ca9280d653b3: Pulling fs layer [2021-05-05T21:10:31.889Z] 7e9c9ca2126c: Pulling fs layer [2021-05-05T21:10:31.889Z] cbdbe7a5bc2a: Download complete [2021-05-05T21:10:32.488Z] cbdbe7a5bc2a: Pull complete [2021-05-05T21:10:32.750Z] ca9280d653b3: Verifying Checksum [2021-05-05T21:10:32.750Z] ca9280d653b3: Download complete [2021-05-05T21:10:34.156Z] ca9280d653b3: Pull complete [2021-05-05T21:10:34.156Z] 7e9c9ca2126c: Verifying Checksum [2021-05-05T21:10:34.156Z] 7e9c9ca2126c: Download complete [2021-05-05T21:10:37.008Z] using credential edgex-jenkins-ssh [2021-05-05T21:10:37.032Z] Cloning the remote Git repository [2021-05-05T21:10:37.092Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-05T21:10:37.211Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-05-05T21:10:37.293Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-05T21:10:37.294Z] > git --version # timeout=10 [2021-05-05T21:10:37.305Z] > git --version # 'git version 2.17.1' [2021-05-05T21:10:37.307Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T21:10:37.359Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-05T21:10:42.357Z] 7e9c9ca2126c: Pull complete [2021-05-05T21:10:42.357Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-05T21:10:42.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-05T21:10:42.357Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-05T21:10:42.522Z] prd-centos7-docker-4c-2g-3094 does not seem to be running inside a container [2021-05-05T21:10:42.575Z] $ 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-05T21:10:44.577Z] $ docker top 360a0c059b9e8fa6dea55827ec06cdf8f71cbc844ca742b73065362407c6a000 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T21:10:45.019Z] + docker-compose build --help [2021-05-05T21:10:45.019Z] + grep parallel [2021-05-05T21:10:45.973Z] --parallel Build images in parallel. [Pipeline] } [2021-05-05T21:10:46.253Z] $ docker stop --time=1 360a0c059b9e8fa6dea55827ec06cdf8f71cbc844ca742b73065362407c6a000 [2021-05-05T21:10:47.632Z] $ docker rm -f 360a0c059b9e8fa6dea55827ec06cdf8f71cbc844ca742b73065362407c6a000 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T21:10:49.116Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-05T21:10:49.116Z] . [Pipeline] withDockerContainer [2021-05-05T21:10:49.235Z] prd-centos7-docker-4c-2g-3094 does not seem to be running inside a container [2021-05-05T21:10:49.303Z] $ 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-05T21:10:50.131Z] $ docker top 693a3923e5f3b542f7c36aa11f4d417455c5ceecd58335971184bf39d3712fef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T21:10:50.629Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-05T21:10:51.593Z] Building docker-core-command-go ... [2021-05-05T21:10:51.593Z] Building docker-core-data-go ... [2021-05-05T21:10:51.593Z] Building docker-core-metadata-go ... [2021-05-05T21:10:51.593Z] Building docker-security-bootstrapper-go ... [2021-05-05T21:10:51.593Z] Building docker-security-proxy-setup-go ... [2021-05-05T21:10:51.593Z] Building docker-security-secretstore-setup-go ... [2021-05-05T21:10:51.593Z] Building docker-support-notifications-go ... [2021-05-05T21:10:51.593Z] Building docker-support-scheduler-go ... [2021-05-05T21:10:51.593Z] Building docker-sys-mgmt-agent-go ... [2021-05-05T21:10:51.593Z] Building docker-core-data-go [2021-05-05T21:10:51.593Z] Building docker-support-scheduler-go [2021-05-05T21:10:51.593Z] Building docker-support-notifications-go [2021-05-05T21:10:51.593Z] Building docker-security-bootstrapper-go [2021-05-05T21:10:51.593Z] Building docker-core-command-go [2021-05-05T21:11:01.695Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-05T21:11:01.712Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-05T21:11:01.737Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-05T21:11:01.770Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-05T21:11:01.771Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T21:11:01.783Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3423/head:refs/remotes/origin/PR-3423 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-05T21:11:03.213Z] Merging remotes/origin/master commit 314c98582e5516062556e8d719161f3c11283427 into PR head commit 24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:11:03.650Z] Merge succeeded, producing 24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:11:03.651Z] Checking out Revision 24542bf0f2c01e78c3341a21639054c613ede31e (PR-3423) [2021-05-05T21:11:03.235Z] > git config core.sparsecheckout # timeout=10 [2021-05-05T21:11:03.247Z] > git checkout -f 24542bf0f2c01e78c3341a21639054c613ede31e # timeout=10 [2021-05-05T21:11:03.560Z] > git remote # timeout=10 [2021-05-05T21:11:03.580Z] > git config --get remote.origin.url # timeout=10 [2021-05-05T21:11:03.593Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T21:11:03.615Z] > git merge 314c98582e5516062556e8d719161f3c11283427 # timeout=10 [2021-05-05T21:11:03.640Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-05T21:11:03.660Z] > git config core.sparsecheckout # timeout=10 [2021-05-05T21:11:03.669Z] > git checkout -f 24542bf0f2c01e78c3341a21639054c613ede31e # timeout=10 [2021-05-05T21:11:08.070Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-05T21:11:09.693Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-05T21:11:10.114Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-05T21:11:10.456Z] + true [2021-05-05T21:11:10.456Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-05T21:11:12.472Z] provisioning config files... [2021-05-05T21:11:12.520Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6034123375410075964tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-05T21:11:12.890Z] ---> docker-login.sh [2021-05-05T21:11:12.890Z] nexus3.edgexfoundry.org:10001 [2021-05-05T21:11:13.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T21:11:14.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T21:11:14.088Z] Configure a credential helper to remove this warning. See [2021-05-05T21:11:14.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T21:11:14.088Z] [2021-05-05T21:11:14.088Z] Login Succeeded [2021-05-05T21:11:14.088Z] nexus3.edgexfoundry.org:10002 [2021-05-05T21:11:14.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T21:11:14.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T21:11:14.644Z] Configure a credential helper to remove this warning. See [2021-05-05T21:11:14.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T21:11:14.644Z] [2021-05-05T21:11:14.644Z] Login Succeeded [2021-05-05T21:11:14.644Z] nexus3.edgexfoundry.org:10003 [2021-05-05T21:11:14.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T21:11:15.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T21:11:15.218Z] Configure a credential helper to remove this warning. See [2021-05-05T21:11:15.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T21:11:15.218Z] [2021-05-05T21:11:15.218Z] Login Succeeded [2021-05-05T21:11:15.218Z] nexus3.edgexfoundry.org:10004 [2021-05-05T21:11:15.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T21:11:15.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T21:11:15.769Z] Configure a credential helper to remove this warning. See [2021-05-05T21:11:15.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T21:11:15.769Z] [2021-05-05T21:11:15.769Z] Login Succeeded [2021-05-05T21:11:15.769Z] docker.io [2021-05-05T21:11:16.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T21:11:16.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T21:11:16.633Z] Configure a credential helper to remove this warning. See [2021-05-05T21:11:16.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T21:11:16.633Z] [2021-05-05T21:11:16.633Z] Login Succeeded [2021-05-05T21:11:16.633Z] ---> docker-login.sh ends [Pipeline] } [2021-05-05T21:11:16.650Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-05T21:11:16.954Z] ========================================================= [2021-05-05T21:11:16.954Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-05T21:11:16.954Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-05T21:11:17.292Z] + 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-05T21:11:19.937Z] Sending build context to Docker daemon 167.5MB [2021-05-05T21:11:19.937Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-05T21:11:19.937Z] Step 2/6 : FROM ${BASE} [2021-05-05T21:11:19.937Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-05T21:11:19.937Z] 595b0fe564bb: Pulling fs layer [2021-05-05T21:11:19.937Z] 7186ed65a4f7: Pulling fs layer [2021-05-05T21:11:19.937Z] 316046926c0a: Pulling fs layer [2021-05-05T21:11:19.937Z] 4ebd0625c992: Pulling fs layer [2021-05-05T21:11:19.937Z] 207e8628e3a3: Pulling fs layer [2021-05-05T21:11:19.937Z] c791037a9be2: Pulling fs layer [2021-05-05T21:11:19.937Z] ffd874e62e21: Pulling fs layer [2021-05-05T21:11:19.937Z] 207e8628e3a3: Waiting [2021-05-05T21:11:19.937Z] 4ebd0625c992: Waiting [2021-05-05T21:11:19.937Z] c791037a9be2: Waiting [2021-05-05T21:11:19.937Z] ffd874e62e21: Waiting [2021-05-05T21:11:19.937Z] 316046926c0a: Download complete [2021-05-05T21:11:19.937Z] 7186ed65a4f7: Verifying Checksum [2021-05-05T21:11:19.937Z] 7186ed65a4f7: Download complete [2021-05-05T21:11:19.937Z] 207e8628e3a3: Verifying Checksum [2021-05-05T21:11:19.937Z] 207e8628e3a3: Download complete [2021-05-05T21:11:19.937Z] c791037a9be2: Verifying Checksum [2021-05-05T21:11:19.937Z] c791037a9be2: Download complete [2021-05-05T21:11:19.937Z] 595b0fe564bb: Verifying Checksum [2021-05-05T21:11:19.937Z] 595b0fe564bb: Download complete [2021-05-05T21:11:20.215Z] 595b0fe564bb: Pull complete [2021-05-05T21:11:20.814Z] 7186ed65a4f7: Pull complete [2021-05-05T21:11:21.087Z] 316046926c0a: Pull complete [2021-05-05T21:11:22.527Z] ffd874e62e21: Verifying Checksum [2021-05-05T21:11:22.527Z] ffd874e62e21: Download complete [2021-05-05T21:11:23.517Z] 4ebd0625c992: Verifying Checksum [2021-05-05T21:11:23.517Z] 4ebd0625c992: Download complete [2021-05-05T21:11:30.526Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T21:11:30.526Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T21:11:30.526Z] ---> 847fc3a0cee6 [2021-05-05T21:11:30.526Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T21:11:30.526Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T21:11:30.527Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T21:11:30.527Z] ---> 847fc3a0cee6 [2021-05-05T21:11:30.527Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T21:11:30.527Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T21:11:30.527Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-05T21:11:30.527Z] ---> 847fc3a0cee6 [2021-05-05T21:11:30.527Z] Step 3/22 : WORKDIR /edgex-go [2021-05-05T21:11:30.527Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T21:11:30.527Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-05T21:11:30.527Z] ---> 847fc3a0cee6 [2021-05-05T21:11:30.527Z] Step 3/22 : WORKDIR /edgex-go [2021-05-05T21:11:30.527Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T21:11:30.527Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-05T21:11:30.527Z] ---> 847fc3a0cee6 [2021-05-05T21:11:30.527Z] Step 3/31 : WORKDIR /edgex-go [2021-05-05T21:11:30.527Z] ---> Running in 584a5df1a35f [2021-05-05T21:11:30.527Z] ---> Running in 63b3b340c44f [2021-05-05T21:11:30.527Z] ---> Running in ca396b688da5 [2021-05-05T21:11:30.527Z] ---> Running in 73940c076ed4 [2021-05-05T21:11:30.527Z] ---> Running in d31e2c6f07b0 [2021-05-05T21:11:30.527Z] Removing intermediate container d31e2c6f07b0 [2021-05-05T21:11:30.527Z] ---> 3f693a0fc800 [2021-05-05T21:11:30.527Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:11:30.527Z] Removing intermediate container 584a5df1a35f [2021-05-05T21:11:30.527Z] ---> 787af3316417 [2021-05-05T21:11:30.527Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:11:30.527Z] Removing intermediate container 73940c076ed4 [2021-05-05T21:11:30.527Z] ---> f4de84adf4fa [2021-05-05T21:11:30.527Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:11:30.527Z] Removing intermediate container 63b3b340c44f [2021-05-05T21:11:30.527Z] ---> 132b8fdf9f49 [2021-05-05T21:11:30.527Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:11:30.527Z] Removing intermediate container ca396b688da5 [2021-05-05T21:11:30.527Z] ---> d3d5d3a9eebc [2021-05-05T21:11:30.527Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:11:30.527Z] ---> Running in a3fa59fcb079 [2021-05-05T21:11:30.527Z] ---> Running in 9cb4589cae90 [2021-05-05T21:11:30.527Z] ---> Running in e0796b0a345e [2021-05-05T21:11:30.527Z] ---> Running in f25acdf9ce6f [2021-05-05T21:11:30.527Z] ---> Running in 0ae50103ec83 [2021-05-05T21:11:31.481Z] Removing intermediate container 9cb4589cae90 [2021-05-05T21:11:31.481Z] ---> 4f100ccd41a2 [2021-05-05T21:11:31.481Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-05T21:11:31.481Z] Removing intermediate container a3fa59fcb079 [2021-05-05T21:11:31.481Z] ---> a21852123df8 [2021-05-05T21:11:31.481Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-05T21:11:31.481Z] Removing intermediate container e0796b0a345e [2021-05-05T21:11:31.481Z] ---> 7ab1a09b70cc [2021-05-05T21:11:31.481Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-05T21:11:31.481Z] ---> Running in bccb49cdeaa7 [2021-05-05T21:11:31.481Z] ---> Running in a55172761ea8 [2021-05-05T21:11:31.481Z] Removing intermediate container f25acdf9ce6f [2021-05-05T21:11:31.481Z] ---> 24ccf6e96ca2 [2021-05-05T21:11:31.481Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-05T21:11:31.751Z] ---> Running in 866ba9a9324f [2021-05-05T21:11:31.751Z] Removing intermediate container 0ae50103ec83 [2021-05-05T21:11:31.751Z] ---> b77afc8305e7 [2021-05-05T21:11:31.751Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-05T21:11:31.751Z] ---> Running in 804a8b547295 [2021-05-05T21:11:31.751Z] ---> Running in c889ed78996d [2021-05-05T21:11:32.707Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T21:11:32.707Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T21:11:32.977Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T21:11:32.977Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T21:11:32.977Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T21:11:33.615Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T21:11:33.689Z] 4ebd0625c992: Pull complete [2021-05-05T21:11:33.689Z] 207e8628e3a3: Pull complete [2021-05-05T21:11:33.909Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T21:11:33.909Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T21:11:33.909Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T21:11:33.909Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T21:11:33.968Z] c791037a9be2: Pull complete [2021-05-05T21:11:34.199Z] OK: 219 MiB in 52 packages [2021-05-05T21:11:34.486Z] OK: 219 MiB in 52 packages [2021-05-05T21:11:34.774Z] OK: 219 MiB in 52 packages [2021-05-05T21:11:34.774Z] OK: 219 MiB in 52 packages [2021-05-05T21:11:35.054Z] OK: 219 MiB in 52 packages [2021-05-05T21:11:35.054Z] Removing intermediate container bccb49cdeaa7 [2021-05-05T21:11:35.054Z] ---> 575113e6e6d2 [2021-05-05T21:11:35.054Z] Step 6/22 : COPY go.mod . [2021-05-05T21:11:35.322Z] Removing intermediate container 804a8b547295 [2021-05-05T21:11:35.322Z] ---> 535f9baff6f8 [2021-05-05T21:11:35.322Z] Step 6/23 : COPY go.mod . [2021-05-05T21:11:35.322Z] ---> d0c8872f938c [2021-05-05T21:11:35.322Z] Step 7/22 : RUN go mod download [2021-05-05T21:11:35.592Z] Removing intermediate container a55172761ea8 [2021-05-05T21:11:35.592Z] ---> 1248b53edc0b [2021-05-05T21:11:35.592Z] Step 6/31 : COPY go.mod . [2021-05-05T21:11:35.592Z] ---> Running in 64b996e21ea2 [2021-05-05T21:11:35.858Z] ---> edae0d3c1b18 [2021-05-05T21:11:35.858Z] Step 7/23 : RUN go mod download [2021-05-05T21:11:36.127Z] ---> Running in 90539013c6a2 [2021-05-05T21:11:36.127Z] ---> f037bf44347f [2021-05-05T21:11:36.127Z] Step 7/31 : RUN go mod download [2021-05-05T21:11:36.127Z] Removing intermediate container 866ba9a9324f [2021-05-05T21:11:36.127Z] ---> 8463836c7703 [2021-05-05T21:11:36.127Z] Step 6/23 : COPY go.mod . [2021-05-05T21:11:36.393Z] Removing intermediate container c889ed78996d [2021-05-05T21:11:36.393Z] ---> 24cff8696421 [2021-05-05T21:11:36.393Z] Step 6/22 : COPY go.mod . [2021-05-05T21:11:36.393Z] ---> Running in cbc59e0065d0 [2021-05-05T21:11:36.676Z] ---> 37dbbb55cda3 [2021-05-05T21:11:36.676Z] Step 7/23 : RUN go mod download [2021-05-05T21:11:36.942Z] ---> Running in c1ed0986b00d [2021-05-05T21:11:36.942Z] ---> 8635f1c1b50f [2021-05-05T21:11:36.942Z] Step 7/22 : RUN go mod download [2021-05-05T21:11:36.942Z] ---> Running in 102291560ed4 [2021-05-05T21:11:37.368Z] ffd874e62e21: Pull complete [2021-05-05T21:11:37.644Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-05T21:11:37.644Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-05T21:11:37.644Z] ---> cfc18b08335c [2021-05-05T21:11:37.644Z] 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-05T21:11:38.360Z] Removing intermediate container 90539013c6a2 [2021-05-05T21:11:38.360Z] ---> 380625f4fe69 [2021-05-05T21:11:38.360Z] Step 8/23 : COPY . . [2021-05-05T21:11:38.360Z] Removing intermediate container 64b996e21ea2 [2021-05-05T21:11:38.360Z] ---> 315f57f35f1d [2021-05-05T21:11:38.360Z] Step 8/22 : COPY . . [2021-05-05T21:11:38.936Z] Removing intermediate container cbc59e0065d0 [2021-05-05T21:11:38.936Z] ---> 17a565906624 [2021-05-05T21:11:38.936Z] Step 8/31 : COPY . . [2021-05-05T21:11:41.114Z] ---> Running in 8d645abd7e1f [2021-05-05T21:11:41.523Z] Removing intermediate container c1ed0986b00d [2021-05-05T21:11:41.523Z] ---> 2a8fb7c50c49 [2021-05-05T21:11:41.523Z] Step 8/23 : COPY . . [2021-05-05T21:11:42.100Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T21:11:42.958Z] Removing intermediate container 102291560ed4 [2021-05-05T21:11:42.959Z] ---> aa30ed9f6f7a [2021-05-05T21:11:42.959Z] Step 8/22 : COPY . . [2021-05-05T21:11:43.075Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T21:11:43.669Z] (1/12) Installing libmagic (5.39-r0) [2021-05-05T21:11:43.940Z] (2/12) Installing file (5.39-r0) [2021-05-05T21:11:44.212Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-05T21:11:44.212Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-05T21:11:49.607Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-05T21:11:49.607Z] (6/12) Installing patch (2.7.6-r6) [2021-05-05T21:11:49.607Z] (7/12) Installing build-base (0.5-r2) [2021-05-05T21:11:49.880Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-05T21:11:49.880Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-05T21:11:49.880Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-05T21:11:50.155Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-05T21:11:50.155Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-05T21:11:50.155Z] Executing busybox-1.32.1-r6.trigger [2021-05-05T21:11:50.155Z] OK: 218 MiB in 52 packages [2021-05-05T21:11:54.467Z] Removing intermediate container 8d645abd7e1f [2021-05-05T21:11:54.467Z] ---> a651c1b4742e [2021-05-05T21:11:54.467Z] Step 4/6 : WORKDIR /edgex-go [2021-05-05T21:11:54.467Z] ---> Running in bdbbfd04d7cb [2021-05-05T21:11:55.072Z] Removing intermediate container bdbbfd04d7cb [2021-05-05T21:11:55.072Z] ---> 95357151a6a6 [2021-05-05T21:11:55.072Z] Step 5/6 : COPY go.mod . [2021-05-05T21:11:55.669Z] ---> 4d549f481883 [2021-05-05T21:11:55.669Z] Step 6/6 : RUN go mod download [2021-05-05T21:11:55.669Z] ---> Running in c52436b38f5a [2021-05-05T21:12:21.959Z] ---> a81c8e7b75c0 [2021-05-05T21:12:21.959Z] ---> a363870a719e [2021-05-05T21:12:21.959Z] Step 9/22 : RUN make cmd/support-scheduler/support-schedulerStep 9/23 : RUN make cmd/core-data/core-data [2021-05-05T21:12:21.959Z] [2021-05-05T21:12:21.959Z] ---> Running in 8ce5a1b14727 [2021-05-05T21:12:21.959Z] ---> Running in 4cf2923a30a0 [2021-05-05T21:12:21.959Z] ---> d596b44497a1 [2021-05-05T21:12:21.959Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-05T21:12:21.959Z] ---> 7894d7708c6d [2021-05-05T21:12:21.959Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-05T21:12:21.959Z] ---> b52ef3a32600 [2021-05-05T21:12:21.959Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-05T21:12:21.959Z] ---> Running in 5b0457dec1b8 [2021-05-05T21:12:21.959Z] ---> Running in 3b19ef2b61df [2021-05-05T21:12:21.959Z] ---> Running in 4aff1de0b569 [2021-05-05T21:12:21.959Z] 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-05T21:12:21.959Z] 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-05T21:12:21.959Z] 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-05T21:12:21.959Z] 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-05T21:12:21.959Z] 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-05T21:12:22.446Z] Removing intermediate container c52436b38f5a [2021-05-05T21:12:22.446Z] ---> dcd03d6f4287 [2021-05-05T21:12:22.446Z] Successfully built dcd03d6f4287 [2021-05-05T21:12:22.446Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-05T21:12:22.792Z] + docker inspect -f . ci-base-image-arm64 [2021-05-05T21:12:22.792Z] . [Pipeline] withDockerContainer [2021-05-05T21:12:23.064Z] prd-ubuntu18.04-docker-arm64-4c-16g-3095 does not seem to be running inside a container [2021-05-05T21:12:23.151Z] $ 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 ******** ci-base-image-arm64 cat [2021-05-05T21:12:24.736Z] $ docker top 57fa064a2c52cf973c33fc19f4bd2ec73749c60bdfdc5cd9294321c5e0e90293 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T21:12:25.706Z] + go version [2021-05-05T21:12:25.706Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-05T21:12:25.731Z] $ docker stop --time=1 57fa064a2c52cf973c33fc19f4bd2ec73749c60bdfdc5cd9294321c5e0e90293 [2021-05-05T21:12:27.678Z] $ docker rm -f 57fa064a2c52cf973c33fc19f4bd2ec73749c60bdfdc5cd9294321c5e0e90293 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T21:12:28.369Z] + docker inspect -f . ci-base-image-arm64 [2021-05-05T21:12:28.370Z] . [Pipeline] withDockerContainer [2021-05-05T21:12:28.628Z] prd-ubuntu18.04-docker-arm64-4c-16g-3095 does not seem to be running inside a container [2021-05-05T21:12:28.714Z] $ 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 ******** ci-base-image-arm64 cat [2021-05-05T21:12:30.125Z] $ docker top e3aec1a2c57a3d278a88251270bda36bca319a1ac58a50562f968e8789b71e31 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-05T21:12:30.406Z] ========================================================= [2021-05-05T21:12:30.406Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-05T21:12:30.406Z] ========================================================= [Pipeline] sh [2021-05-05T21:12:31.373Z] + go mod tidy [Pipeline] sh [2021-05-05T21:12:32.638Z] + make test [2021-05-05T21:12:32.638Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-05T21:12:59.534Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-05T21:13:08.853Z] Removing intermediate container 3b19ef2b61df [2021-05-05T21:13:08.853Z] ---> 10139d41ec7c [2021-05-05T21:13:08.853Z] [2021-05-05T21:13:08.853Z] Step 10/31 : FROM alpine:3.12 [2021-05-05T21:13:08.853Z] 3.12: Pulling from library/alpine [2021-05-05T21:13:08.853Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-05T21:13:08.853Z] Status: Downloaded newer image for alpine:3.12 [2021-05-05T21:13:08.853Z] ---> 13621d1b12d4 [2021-05-05T21:13:08.853Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-05T21:13:10.795Z] ---> Running in bc0bffb114bf [2021-05-05T21:13:10.795Z] Removing intermediate container 4cf2923a30a0 [2021-05-05T21:13:10.795Z] ---> 12066cc1cbfd [2021-05-05T21:13:10.795Z] [2021-05-05T21:13:10.795Z] Step 10/22 : FROM alpine:3.12 [2021-05-05T21:13:10.795Z] ---> 13621d1b12d4 [2021-05-05T21:13:10.795Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-05T21:13:11.398Z] Removing intermediate container 5b0457dec1b8 [2021-05-05T21:13:11.398Z] ---> 0d4fc11003ff [2021-05-05T21:13:11.398Z] [2021-05-05T21:13:11.398Z] Step 10/22 : FROM alpine:3.12 [2021-05-05T21:13:11.398Z] ---> 13621d1b12d4 [2021-05-05T21:13:11.398Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-05T21:13:11.398Z] Removing intermediate container 4aff1de0b569 [2021-05-05T21:13:11.398Z] ---> 55ed79f50f3c [2021-05-05T21:13:11.398Z] [2021-05-05T21:13:11.398Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T21:13:11.398Z] ---> 13621d1b12d4 [2021-05-05T21:13:11.398Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-05T21:13:11.398Z] ---> Running in 638a1f9d8d68 [2021-05-05T21:13:11.398Z] ---> Running in 0067eea28f82 [2021-05-05T21:13:11.398Z] ---> Running in 89a49365f15c [2021-05-05T21:13:11.685Z] Removing intermediate container bc0bffb114bf [2021-05-05T21:13:11.685Z] ---> 9a330acbc913 [2021-05-05T21:13:11.685Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-05T21:13:11.685Z] ---> Running in 3e27fd60abbc [2021-05-05T21:13:13.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T21:13:13.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T21:13:13.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T21:13:13.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T21:13:13.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T21:13:13.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T21:13:13.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T21:13:13.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T21:13:13.647Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-05T21:13:13.647Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T21:13:13.647Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-05T21:13:13.647Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T21:13:13.647Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-05T21:13:13.647Z] (2/2) Installing su-exec (0.2-r1) [2021-05-05T21:13:13.647Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T21:13:13.647Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-05T21:13:13.647Z] OK: 6 MiB in 15 packages [2021-05-05T21:13:13.938Z] OK: 6 MiB in 15 packages [2021-05-05T21:13:13.938Z] OK: 6 MiB in 16 packages [2021-05-05T21:13:13.938Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-05T21:13:13.938Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T21:13:13.938Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T21:13:13.938Z] OK: 6 MiB in 16 packages [2021-05-05T21:13:15.337Z] Removing intermediate container 8ce5a1b14727 [2021-05-05T21:13:15.337Z] ---> 4761121a41ad [2021-05-05T21:13:15.337Z] [2021-05-05T21:13:15.337Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T21:13:15.337Z] ---> 13621d1b12d4 [2021-05-05T21:13:15.337Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-05T21:13:15.337Z] ---> Running in cb0f995cfad3 [2021-05-05T21:13:16.290Z] Removing intermediate container cb0f995cfad3 [2021-05-05T21:13:16.290Z] ---> bb4cc2659060 [2021-05-05T21:13:16.290Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-05T21:13:16.290Z] Removing intermediate container 638a1f9d8d68 [2021-05-05T21:13:16.290Z] ---> 852c9a4c164f [2021-05-05T21:13:16.290Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T21:13:16.290Z] Removing intermediate container 0067eea28f82 [2021-05-05T21:13:16.290Z] ---> eb52ca160516 [2021-05-05T21:13:16.290Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T21:13:16.552Z] ---> Running in c5c847f284b7 [2021-05-05T21:13:16.552Z] ---> Running in 47314796b5a1 [2021-05-05T21:13:16.552Z] Removing intermediate container 89a49365f15c [2021-05-05T21:13:16.552Z] ---> 8133fa96fed0 [2021-05-05T21:13:16.552Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T21:13:16.552Z] Removing intermediate container 3e27fd60abbc [2021-05-05T21:13:16.552Z] ---> ad33958ddc35 [2021-05-05T21:13:16.552Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-05T21:13:16.552Z] ---> Running in 5497aa528afe [2021-05-05T21:13:16.816Z] ---> Running in 2ff27ff3fe21 [2021-05-05T21:13:16.816Z] ---> Running in 0e799d48cd0b [2021-05-05T21:13:16.816Z] Removing intermediate container 47314796b5a1 [2021-05-05T21:13:16.816Z] ---> 5accc3a72ca4 [2021-05-05T21:13:16.816Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-05T21:13:16.816Z] Removing intermediate container c5c847f284b7 [2021-05-05T21:13:16.816Z] ---> b44ee3922a0c [2021-05-05T21:13:16.816Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-05T21:13:16.816Z] Removing intermediate container 5497aa528afe [2021-05-05T21:13:16.816Z] ---> 889953619ec2 [2021-05-05T21:13:16.816Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-05T21:13:17.078Z] ---> Running in e87cd907c7f5 [2021-05-05T21:13:17.078Z] ---> Running in e865c160ec61 [2021-05-05T21:13:17.078Z] ---> Running in 6010da605da4 [2021-05-05T21:13:17.078Z] Removing intermediate container 2ff27ff3fe21 [2021-05-05T21:13:17.078Z] ---> 0b0ce68f6215 [2021-05-05T21:13:17.078Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-05T21:13:17.346Z] Removing intermediate container 0e799d48cd0b [2021-05-05T21:13:17.346Z] ---> 59310a2820d3 [2021-05-05T21:13:17.346Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-05T21:13:17.346Z] ---> Running in d4815b6b71ba [2021-05-05T21:13:17.346Z] Removing intermediate container e87cd907c7f5 [2021-05-05T21:13:17.346Z] ---> 4c160e0c1f51 [2021-05-05T21:13:17.346Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-05T21:13:17.609Z] ---> Running in c71980317d40 [2021-05-05T21:13:17.609Z] Removing intermediate container 6010da605da4 [2021-05-05T21:13:17.609Z] ---> 690709a9de63 [2021-05-05T21:13:17.609Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:13:17.609Z] Removing intermediate container e865c160ec61 [2021-05-05T21:13:17.609Z] ---> a01d342c0055 [2021-05-05T21:13:17.609Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-05T21:13:17.609Z] ---> Running in b2a0f5d19af9 [2021-05-05T21:13:17.872Z] ---> Running in d230f5ec0d70 [2021-05-05T21:13:17.872Z] ---> Running in d3605c121783 [2021-05-05T21:13:17.872Z] Removing intermediate container c71980317d40 [2021-05-05T21:13:17.872Z] ---> 37cb70889091 [2021-05-05T21:13:17.872Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-05T21:13:17.872Z] Removing intermediate container d4815b6b71ba [2021-05-05T21:13:17.872Z] ---> f9b2753f0d20 [2021-05-05T21:13:17.872Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-05T21:13:18.138Z] ---> Running in cb8e981fde2e [2021-05-05T21:13:18.138Z] ---> Running in 42a09c7ba903 [2021-05-05T21:13:18.138Z] Removing intermediate container b2a0f5d19af9 [2021-05-05T21:13:18.138Z] ---> ff5c94ece8c0 [2021-05-05T21:13:18.138Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T21:13:18.402Z] Removing intermediate container d3605c121783 [2021-05-05T21:13:18.402Z] ---> 74510899915c [2021-05-05T21:13:18.402Z] Step 15/23 : WORKDIR / [2021-05-05T21:13:18.666Z] ---> Running in f269673f4eca [2021-05-05T21:13:18.666Z] Removing intermediate container 42a09c7ba903 [2021-05-05T21:13:18.666Z] ---> 5e9c81cdb080 [2021-05-05T21:13:18.666Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T21:13:19.615Z] ---> 4fce23f65a04 [2021-05-05T21:13:19.615Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-05T21:13:19.895Z] Removing intermediate container f269673f4eca [2021-05-05T21:13:19.895Z] ---> d946977c1e1a [2021-05-05T21:13:19.895Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T21:13:20.158Z] ---> c91a8b62b18c [2021-05-05T21:13:20.158Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-05T21:13:20.737Z] ---> 6686bcbf6e98 [2021-05-05T21:13:20.737Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-05T21:13:20.737Z] ---> 25dfa2c5aca3 [2021-05-05T21:13:20.737Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-05T21:13:20.737Z] Removing intermediate container d230f5ec0d70 [2021-05-05T21:13:20.737Z] ---> e10bfb8dc61d [2021-05-05T21:13:20.737Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-05T21:13:20.737Z] Removing intermediate container cb8e981fde2e [2021-05-05T21:13:20.737Z] ---> a9f62e0645ab [2021-05-05T21:13:20.737Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-05T21:13:20.737Z] ---> 12aa2c686f56 [2021-05-05T21:13:20.737Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-05T21:13:21.005Z] ---> Running in 0e9e32d6b212 [2021-05-05T21:13:21.005Z] ---> Running in d0397328d545 [2021-05-05T21:13:21.272Z] ---> eb022eeeb523 [2021-05-05T21:13:21.272Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-05T21:13:21.272Z] ---> 24a2ef5244df [2021-05-05T21:13:21.272Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-05T21:13:21.272Z] ---> Running in 94f64c206833 [2021-05-05T21:13:21.550Z] ---> 4e109286b127 [2021-05-05T21:13:21.550Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-05T21:13:21.550Z] Removing intermediate container d0397328d545 [2021-05-05T21:13:21.550Z] ---> 9ee63ce7c3fb [2021-05-05T21:13:21.550Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-05T21:13:21.550Z] ---> Running in 7f59f8a6924f [2021-05-05T21:13:21.816Z] Removing intermediate container 94f64c206833 [2021-05-05T21:13:21.816Z] ---> f0face662ba3 [2021-05-05T21:13:21.816Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T21:13:21.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T21:13:21.816Z] ---> Running in 6435131a922d [2021-05-05T21:13:22.082Z] ---> dc93cc87bc8d [2021-05-05T21:13:22.082Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-05T21:13:22.082Z] Removing intermediate container 7f59f8a6924f [2021-05-05T21:13:22.082Z] ---> 4a9f9eca0b3e [2021-05-05T21:13:22.082Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T21:13:22.082Z] ---> 52109c73ed62 [2021-05-05T21:13:22.082Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-05T21:13:22.082Z] Removing intermediate container 6435131a922d [2021-05-05T21:13:22.082Z] ---> ea5aaa154560 [2021-05-05T21:13:22.082Z] Step 20/22 : LABEL arch=x86_64 [2021-05-05T21:13:22.082Z] ---> Running in 3bb6152f5eda [2021-05-05T21:13:22.349Z] ---> Running in ae375aa9791f [2021-05-05T21:13:22.349Z] ---> Running in 05c362f328fc [2021-05-05T21:13:22.349Z] ---> Running in dcfb1ec8fa3d [2021-05-05T21:13:22.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T21:13:22.630Z] Removing intermediate container 3bb6152f5eda [2021-05-05T21:13:22.630Z] ---> c2fa607e3322 [2021-05-05T21:13:22.630Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T21:13:22.630Z] Removing intermediate container ae375aa9791f [2021-05-05T21:13:22.630Z] ---> 2161a9053d9c [2021-05-05T21:13:22.630Z] Step 20/22 : LABEL arch=x86_64 [2021-05-05T21:13:22.630Z] Removing intermediate container dcfb1ec8fa3d [2021-05-05T21:13:22.630Z] ---> 5df5cd259733 [2021-05-05T21:13:22.630Z] Step 21/22 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:13:22.895Z] ---> Running in f54435a352e6 [2021-05-05T21:13:22.895Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-05T21:13:22.895Z] ---> Running in d1d73e7446ab [2021-05-05T21:13:22.895Z] ---> Running in 94dadc3e39ea [2021-05-05T21:13:22.895Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-05T21:13:22.895Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-05T21:13:23.159Z] Removing intermediate container f54435a352e6 [2021-05-05T21:13:23.159Z] ---> 2171cc9dcb4c [2021-05-05T21:13:23.159Z] Step 21/23 : LABEL arch=x86_64 [2021-05-05T21:13:23.159Z] Removing intermediate container d1d73e7446ab [2021-05-05T21:13:23.159Z] ---> 3f0a8b6d3757 [2021-05-05T21:13:23.159Z] Step 21/22 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:13:23.159Z] ---> Running in b377cefe60e9 [2021-05-05T21:13:23.159Z] Removing intermediate container 94dadc3e39ea [2021-05-05T21:13:23.159Z] ---> 9e8d315efbb7 [2021-05-05T21:13:23.159Z] Step 22/22 : LABEL version=0.0.0 [2021-05-05T21:13:23.426Z] ---> Running in 7b5702454113 [2021-05-05T21:13:23.426Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-05T21:13:23.426Z] ---> Running in d8adea350de0 [2021-05-05T21:13:23.690Z] Removing intermediate container b377cefe60e9 [2021-05-05T21:13:23.690Z] ---> c2763dd64200 [2021-05-05T21:13:23.690Z] Step 22/23 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:13:23.690Z] Removing intermediate container 7b5702454113 [2021-05-05T21:13:23.690Z] ---> f62d80352b13 [2021-05-05T21:13:23.690Z] Step 22/22 : LABEL version=0.0.0 [2021-05-05T21:13:23.958Z] ---> Running in 9e534fbae283 [2021-05-05T21:13:23.958Z] Removing intermediate container d8adea350de0 [2021-05-05T21:13:23.958Z] ---> 0848ed134697 [2021-05-05T21:13:23.958Z] [2021-05-05T21:13:23.958Z] ---> Running in 96f6fcc20f3c [2021-05-05T21:13:23.958Z] Removing intermediate container 05c362f328fc [2021-05-05T21:13:23.958Z] ---> ebd5a51894d4 [2021-05-05T21:13:23.958Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T21:13:24.227Z] Removing intermediate container 9e534fbae283 [2021-05-05T21:13:24.227Z] ---> 679e2a870938 [2021-05-05T21:13:24.227Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T21:13:24.227Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-05T21:13:24.227Z] Successfully built 0848ed134697 [2021-05-05T21:13:24.227Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-05T21:13:24.227Z]  Building docker-support-scheduler-go ... done Removing intermediate container 96f6fcc20f3c [2021-05-05T21:13:24.227Z] ---> aa09c99ea55d [2021-05-05T21:13:24.227Z] [2021-05-05T21:13:24.227Z] Building docker-sys-mgmt-agent-go [2021-05-05T21:13:24.227Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-05T21:13:24.227Z] ---> Running in 291f315413cb [2021-05-05T21:13:24.227Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T21:13:24.495Z] OK: 8 MiB in 20 packages [2021-05-05T21:13:24.496Z] ---> 5c00eec4eae5 [2021-05-05T21:13:24.496Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-05T21:13:24.764Z] Successfully built aa09c99ea55d [2021-05-05T21:13:24.764Z] Successfully tagged docker-support-notifications-go:latest [2021-05-05T21:13:24.764Z] Building docker-security-secretstore-setup-go [2021-05-05T21:13:25.031Z]  Building docker-support-notifications-go ... done Removing intermediate container 291f315413cb [2021-05-05T21:13:25.031Z] ---> a64cabcabcc8 [2021-05-05T21:13:25.031Z] [2021-05-05T21:13:25.300Z] Successfully built a64cabcabcc8 [2021-05-05T21:13:25.300Z] Successfully tagged docker-core-command-go:latest [2021-05-05T21:13:25.300Z] Building docker-security-proxy-setup-go [2021-05-05T21:13:25.580Z]  Building docker-core-command-go ... done  ---> e868f58e7016 [2021-05-05T21:13:25.580Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-05T21:13:25.580Z] Removing intermediate container 0e9e32d6b212 [2021-05-05T21:13:25.580Z] ---> eaf99bdf30bd [2021-05-05T21:13:25.580Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T21:13:26.169Z] ---> 085769fcde32 [2021-05-05T21:13:26.169Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-05T21:13:28.749Z] ---> 5fdf112b5a8e [2021-05-05T21:13:28.749Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-05T21:13:33.003Z] ---> 66ffe0985363 [2021-05-05T21:13:33.003Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-05T21:13:33.003Z] ---> dba8f42535d3 [2021-05-05T21:13:33.003Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-05T21:13:36.390Z] ---> b8c3496ac468 [2021-05-05T21:13:36.390Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-05T21:13:36.390Z] ---> 1bebd254cc61 [2021-05-05T21:13:36.390Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-05T21:13:36.390Z] ---> Running in d7429f701e03 [2021-05-05T21:13:36.390Z] ---> Running in 2c9da090d7b9 [2021-05-05T21:13:36.657Z] Removing intermediate container d7429f701e03 [2021-05-05T21:13:36.657Z] ---> 73fc0bbf4c80 [2021-05-05T21:13:36.657Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T21:13:36.657Z] ---> Running in 4ec91e1c0005 [2021-05-05T21:13:36.657Z] Removing intermediate container 2c9da090d7b9 [2021-05-05T21:13:36.657Z] ---> a33a3321ab85 [2021-05-05T21:13:36.657Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-05T21:13:36.924Z] Removing intermediate container 4ec91e1c0005 [2021-05-05T21:13:36.924Z] ---> 73a34f6814ae [2021-05-05T21:13:36.924Z] Step 21/23 : LABEL arch=x86_64 [2021-05-05T21:13:36.924Z] ---> Running in 6b2c93cedd35 [2021-05-05T21:13:36.924Z] ---> 5a601b85c57c [2021-05-05T21:13:36.924Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-05T21:13:37.904Z] Removing intermediate container 6b2c93cedd35 [2021-05-05T21:13:37.904Z] ---> c35c504de43d [2021-05-05T21:13:37.904Z] Step 22/23 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:13:37.904Z] ---> Running in d752f549723c [2021-05-05T21:13:46.181Z] ---> Running in ffff15774a0a [2021-05-05T21:13:46.181Z] Removing intermediate container ffff15774a0a [2021-05-05T21:13:46.181Z] ---> 6d92a4a3d84b [2021-05-05T21:13:46.181Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T21:13:47.655Z] ---> Running in b1f56456c4be [2021-05-05T21:13:48.634Z] Removing intermediate container b1f56456c4be [2021-05-05T21:13:48.634Z] ---> 7d0aa49c9d8c [2021-05-05T21:13:48.634Z] [2021-05-05T21:13:49.252Z] Successfully built 7d0aa49c9d8c [2021-05-05T21:13:49.523Z] Successfully tagged docker-core-data-go:latest [2021-05-05T21:13:49.523Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-05-05T21:13:49.523Z] Removing intermediate container d752f549723c [2021-05-05T21:13:49.523Z] ---> 5d1f08c52cca [2021-05-05T21:13:49.523Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-05T21:13:49.793Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T21:13:49.793Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-05T21:13:49.793Z] ---> 847fc3a0cee6 [2021-05-05T21:13:49.793Z] Step 3/21 : WORKDIR /edgex-go [2021-05-05T21:13:49.793Z] ---> Using cache [2021-05-05T21:13:49.793Z] ---> d3d5d3a9eebc [2021-05-05T21:13:49.793Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:13:49.793Z] ---> Using cache [2021-05-05T21:13:49.793Z] ---> b77afc8305e7 [2021-05-05T21:13:49.793Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-05T21:13:49.793Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T21:13:49.793Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-05T21:13:49.793Z] ---> 847fc3a0cee6 [2021-05-05T21:13:49.793Z] Step 3/25 : WORKDIR /edgex-go [2021-05-05T21:13:49.793Z] ---> Using cache [2021-05-05T21:13:49.793Z] ---> d3d5d3a9eebc [2021-05-05T21:13:49.793Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:13:49.793Z] ---> Using cache [2021-05-05T21:13:49.793Z] ---> b77afc8305e7 [2021-05-05T21:13:49.793Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-05T21:13:50.383Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T21:13:50.383Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T21:13:50.383Z] ---> 847fc3a0cee6 [2021-05-05T21:13:50.383Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T21:13:50.383Z] ---> Using cache [2021-05-05T21:13:50.383Z] ---> d3d5d3a9eebc [2021-05-05T21:13:50.383Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:13:50.383Z] ---> Using cache [2021-05-05T21:13:50.383Z] ---> b77afc8305e7 [2021-05-05T21:13:50.383Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-05T21:13:52.325Z] ---> Running in 2dfaa4a43adf [2021-05-05T21:13:52.325Z] ---> Running in f24a77eb97ed [2021-05-05T21:13:52.325Z] ---> Running in 8d116b7eae6b [2021-05-05T21:13:52.325Z] ---> Running in 917ed0e9da47 [2021-05-05T21:13:52.925Z] Removing intermediate container 917ed0e9da47 [2021-05-05T21:13:52.925Z] ---> f2c45210f537 [2021-05-05T21:13:52.925Z] Step 28/31 : CMD ["gate"] [2021-05-05T21:13:54.886Z] ---> Running in 16a05ecefe61 [2021-05-05T21:13:54.886Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T21:13:54.886Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T21:13:54.886Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T21:13:55.152Z] Removing intermediate container 16a05ecefe61 [2021-05-05T21:13:55.152Z] ---> 35bf7e51672d [2021-05-05T21:13:55.152Z] Step 29/31 : LABEL arch=x86_64 [2021-05-05T21:13:55.417Z] ---> Running in f013540558fb [2021-05-05T21:13:55.688Z] Removing intermediate container f013540558fb [2021-05-05T21:13:55.688Z] ---> d7c72550e691 [2021-05-05T21:13:55.688Z] Step 30/31 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:13:55.688Z] ---> Running in 22a798426c5c [2021-05-05T21:13:55.952Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T21:13:55.952Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T21:13:55.952Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T21:13:55.952Z] Removing intermediate container 22a798426c5c [2021-05-05T21:13:55.952Z] ---> 241e117a4e5b [2021-05-05T21:13:55.952Z] Step 31/31 : LABEL version=0.0.0 [2021-05-05T21:13:56.219Z] ---> Running in e98a41d4103a [2021-05-05T21:13:56.426Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-05T21:13:56.492Z] OK: 219 MiB in 52 packages [2021-05-05T21:13:56.492Z] Removing intermediate container e98a41d4103a [2021-05-05T21:13:56.492Z] ---> 8f353451ad72 [2021-05-05T21:13:56.492Z] [2021-05-05T21:13:56.492Z] OK: 219 MiB in 52 packages [2021-05-05T21:13:56.763Z] Successfully built 8f353451ad72 [2021-05-05T21:13:57.029Z] OK: 219 MiB in 52 packages [2021-05-05T21:13:57.029Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-05T21:13:59.000Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 8d116b7eae6b [2021-05-05T21:13:59.000Z] ---> d30c406c4959 [2021-05-05T21:13:59.000Z] Step 6/23 : COPY go.mod . [2021-05-05T21:14:00.414Z] Removing intermediate container 2dfaa4a43adf [2021-05-05T21:14:00.414Z] ---> 0206c0a095da [2021-05-05T21:14:00.414Z] Step 6/25 : COPY go.mod . [2021-05-05T21:14:00.414Z] ---> ce9da06c68f9 [2021-05-05T21:14:00.414Z] Step 7/23 : RUN go mod download [2021-05-05T21:14:00.414Z] Removing intermediate container f24a77eb97ed [2021-05-05T21:14:00.414Z] ---> 09401c6bd599 [2021-05-05T21:14:00.414Z] Step 6/21 : COPY go.mod . [2021-05-05T21:14:01.011Z] ---> Running in 56446686bf5b [2021-05-05T21:14:01.011Z] ---> 7bf8497ccb63 [2021-05-05T21:14:01.011Z] Step 7/21 : RUN go mod download [2021-05-05T21:14:01.281Z] ---> af2f94e6b34f [2021-05-05T21:14:01.281Z] Step 7/25 : RUN go mod download [2021-05-05T21:14:01.281Z] ---> Running in 6b7fcc0e0f04 [2021-05-05T21:14:02.244Z] ---> Running in 18758910cfb9 [2021-05-05T21:14:04.218Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T21:14:04.218Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T21:14:04.218Z] ---> 847fc3a0cee6 [2021-05-05T21:14:04.218Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T21:14:04.218Z] ---> Using cache [2021-05-05T21:14:04.218Z] ---> d3d5d3a9eebc [2021-05-05T21:14:04.218Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:14:04.218Z] ---> Using cache [2021-05-05T21:14:04.218Z] ---> b77afc8305e7 [2021-05-05T21:14:04.218Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-05T21:14:04.218Z] ---> Using cache [2021-05-05T21:14:04.218Z] ---> 09401c6bd599 [2021-05-05T21:14:04.218Z] Step 6/23 : COPY go.mod . [2021-05-05T21:14:04.218Z] ---> Using cache [2021-05-05T21:14:04.219Z] ---> 7bf8497ccb63 [2021-05-05T21:14:04.219Z] Step 7/23 : RUN go mod download [2021-05-05T21:14:04.801Z] ---> Running in e70351adb989 [2021-05-05T21:14:05.068Z] Removing intermediate container 56446686bf5b [2021-05-05T21:14:05.068Z] ---> 27bb9784fcd0 [2021-05-05T21:14:05.068Z] Step 8/23 : COPY . . [2021-05-05T21:14:05.339Z] Removing intermediate container 6b7fcc0e0f04 [2021-05-05T21:14:05.339Z] ---> 61e28ba4e88c [2021-05-05T21:14:05.339Z] Step 8/21 : COPY . . [2021-05-05T21:14:05.611Z] Removing intermediate container 18758910cfb9 [2021-05-05T21:14:05.611Z] ---> b31d49b3bbb4 [2021-05-05T21:14:05.611Z] Step 8/25 : COPY . . [2021-05-05T21:14:12.287Z] Removing intermediate container e70351adb989 [2021-05-05T21:14:12.287Z] ---> f28c308801f1 [2021-05-05T21:14:12.287Z] Step 8/23 : COPY . . [2021-05-05T21:14:14.808Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-05T21:14:14.808Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-05T21:14:14.808Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-05T21:14:14.808Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-05T21:14:17.449Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-05T21:14:17.449Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-05T21:14:17.449Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-05T21:14:19.434Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-05T21:14:22.071Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-05T21:14:30.409Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-05T21:14:30.409Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-05T21:14:30.409Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-05T21:14:34.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.362s coverage: 45.9% of statements [2021-05-05T21:14:34.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-05T21:14:34.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-05T21:14:34.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-05T21:14:34.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-05T21:14:34.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-05T21:14:34.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-05T21:14:34.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.106s coverage: 19.8% of statements [2021-05-05T21:14:35.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.229s coverage: 100.0% of statements [2021-05-05T21:14:39.341Z] ---> c8e4d57a7d7c [2021-05-05T21:14:39.341Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-05T21:14:39.341Z] ---> 5f468bc9badd [2021-05-05T21:14:39.341Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-05T21:14:40.738Z] ---> Running in 9f43217f7c86 [2021-05-05T21:14:40.738Z] ---> Running in 8d35b3439f68 [2021-05-05T21:14:40.738Z] ---> cb0e0af47064 [2021-05-05T21:14:40.738Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-05T21:14:41.317Z] ---> 0204870d4833 [2021-05-05T21:14:41.317Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-05T21:14:41.581Z] ---> Running in 214e63efc0ac [2021-05-05T21:14:41.581Z] ---> Running in 75961e7406af [2021-05-05T21:14:42.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.516s coverage: 27.1% of statements [2021-05-05T21:14:42.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-05T21:14:42.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-05T21:14:42.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-05T21:14:42.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-05T21:14:42.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-05T21:14:42.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-05T21:14:42.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.129s coverage: 100.0% of statements [2021-05-05T21:14:42.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-05T21:14:42.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.229s coverage: 100.0% of statements [2021-05-05T21:14:42.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-05T21:14:42.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-05T21:14:42.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.250s coverage: 71.3% of statements [2021-05-05T21:14:42.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-05T21:14:42.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-05T21:14:43.008Z] 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-05T21:14:43.008Z] 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-05T21:14:43.008Z] 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-05T21:14:43.008Z] 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-05T21:14:45.930Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.515s coverage: 87.7% of statements [2021-05-05T21:14:45.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-05T21:14:45.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T21:14:45.930Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.156s coverage: 78.9% of statements [2021-05-05T21:14:45.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-05T21:14:56.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.203s coverage: 28.6% of statements [2021-05-05T21:14:56.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-05T21:14:56.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-05T21:14:56.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-05T21:14:56.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-05T21:14:56.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-05T21:14:56.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.288s coverage: 100.0% of statements [2021-05-05T21:14:56.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-05T21:14:56.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.319s coverage: 100.0% of statements [2021-05-05T21:14:56.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-05T21:14:56.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.361s coverage: 86.7% of statements [2021-05-05T21:14:56.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-05T21:14:56.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.468s coverage: 97.5% of statements [2021-05-05T21:14:56.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-05T21:14:56.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.284s coverage: 78.3% of statements [2021-05-05T21:14:56.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-05T21:14:56.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-05T21:14:56.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-05T21:14:56.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-05T21:15:00.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.312s coverage: 95.1% of statements [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-05T21:15:00.477Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.128s coverage: 58.8% of statements [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-05T21:15:00.477Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.278s coverage: 0.9% of statements [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-05T21:15:00.477Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.122s coverage: 22.6% of statements [2021-05-05T21:15:00.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-05T21:15:00.477Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.157s coverage: 47.1% of statements [2021-05-05T21:15:01.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.200s coverage: 79.5% of statements [2021-05-05T21:15:01.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.130s coverage: 94.1% of statements [2021-05-05T21:15:02.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.155s coverage: 96.3% of statements [2021-05-05T21:15:03.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.126s coverage: 87.5% of statements [2021-05-05T21:15:15.467Z] 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-05T21:15:15.467Z] 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-05T21:15:15.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.159s coverage: 94.4% of statements [2021-05-05T21:15:15.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.138s coverage: 44.8% of statements [2021-05-05T21:15:16.415Z] Removing intermediate container 9f43217f7c86 [2021-05-05T21:15:16.416Z] ---> a0ceb228a5f8 [2021-05-05T21:15:16.416Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-05T21:15:16.683Z] ---> Running in 52c96e0160a9 [2021-05-05T21:15:17.662Z] 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-05T21:15:20.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.501s coverage: 81.8% of statements [2021-05-05T21:15:20.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-05T21:15:22.964Z] Removing intermediate container 214e63efc0ac [2021-05-05T21:15:22.964Z] ---> 7d42c182005d [2021-05-05T21:15:22.964Z] [2021-05-05T21:15:22.964Z] Step 10/25 : FROM alpine:3.12 [2021-05-05T21:15:23.235Z] ---> 13621d1b12d4 [2021-05-05T21:15:23.235Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-05T21:15:23.235Z] Removing intermediate container 8d35b3439f68 [2021-05-05T21:15:23.235Z] ---> fd2d03e8be91 [2021-05-05T21:15:23.235Z] [2021-05-05T21:15:23.235Z] Step 10/21 : FROM alpine:3.12 [2021-05-05T21:15:23.235Z] ---> 13621d1b12d4 [2021-05-05T21:15:23.235Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-05T21:15:23.511Z] Removing intermediate container 75961e7406af [2021-05-05T21:15:23.511Z] ---> fe28b9176f2f [2021-05-05T21:15:23.511Z] [2021-05-05T21:15:23.511Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T21:15:23.511Z] ---> 13621d1b12d4 [2021-05-05T21:15:23.511Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-05T21:15:23.511Z] ---> Using cache [2021-05-05T21:15:23.511Z] ---> eb52ca160516 [2021-05-05T21:15:23.511Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T21:15:23.511Z] ---> Using cache [2021-05-05T21:15:23.511Z] ---> 889953619ec2 [2021-05-05T21:15:23.511Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-05T21:15:23.511Z] ---> Running in 8bb181e632d7 [2021-05-05T21:15:23.511Z] ---> Running in 934336f9cfa1 [2021-05-05T21:15:23.511Z] ---> Running in a97823c178f1 [2021-05-05T21:15:23.772Z] Removing intermediate container 52c96e0160a9 [2021-05-05T21:15:23.772Z] ---> ae2bbd6355ac [2021-05-05T21:15:23.772Z] [2021-05-05T21:15:23.772Z] Step 11/23 : FROM docker:20.10.0 [2021-05-05T21:15:23.772Z] 20.10.0: Pulling from library/docker [2021-05-05T21:15:24.042Z] Removing intermediate container a97823c178f1 [2021-05-05T21:15:24.042Z] ---> 3cfac9acdc4f [2021-05-05T21:15:24.042Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-05T21:15:24.312Z] ---> Running in 7eb5b07cff00 [2021-05-05T21:15:24.598Z] Removing intermediate container 7eb5b07cff00 [2021-05-05T21:15:24.598Z] ---> dc78e257a594 [2021-05-05T21:15:24.598Z] Step 15/23 : WORKDIR / [2021-05-05T21:15:24.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T21:15:24.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T21:15:24.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T21:15:24.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T21:15:25.134Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-05T21:15:25.134Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T21:15:25.134Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-05T21:15:25.134Z] (4/6) Installing curl (7.76.1-r0) [2021-05-05T21:15:25.134Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-05T21:15:25.134Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-05T21:15:25.134Z] (6/6) Installing su-exec (0.2-r1) [2021-05-05T21:15:25.134Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T21:15:25.134Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T21:15:25.399Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T21:15:25.399Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-05T21:15:25.399Z] (4/4) Installing curl (7.76.1-r0) [2021-05-05T21:15:25.399Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T21:15:25.399Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T21:15:25.399Z] OK: 7 MiB in 20 packages [2021-05-05T21:15:25.399Z] OK: 7 MiB in 18 packages [2021-05-05T21:15:25.399Z] ---> Running in 92c74642a578 [2021-05-05T21:15:25.981Z] Removing intermediate container 92c74642a578 [2021-05-05T21:15:25.981Z] ---> eb86eb6de40f [2021-05-05T21:15:25.981Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T21:15:27.388Z] Removing intermediate container 8bb181e632d7 [2021-05-05T21:15:27.658Z] ---> 30892f9f48da [2021-05-05T21:15:27.658Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-05T21:15:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.198s coverage: 92.9% of statements [2021-05-05T21:15:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-05T21:15:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-05T21:15:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-05T21:15:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 65.1% of statements [2021-05-05T21:15:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-05T21:15:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-05T21:15:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-05T21:15:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-05T21:15:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-05T21:15:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-05-05T21:15:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-05T21:15:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-05T21:15:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-05-05T21:15:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-05T21:15:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.151s coverage: 76.0% of statements [2021-05-05T21:15:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-05T21:15:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.141s coverage: 80.0% of statements [2021-05-05T21:15:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.211s coverage: 87.2% of statements [2021-05-05T21:15:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.206s coverage: 85.4% of statements [2021-05-05T21:15:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.253s coverage: 91.2% of statements [2021-05-05T21:15:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-05T21:15:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.631s coverage: 64.4% of statements [2021-05-05T21:15:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-05T21:15:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-05T21:15:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.134s coverage: 100.0% of statements [2021-05-05T21:15:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.120s coverage: 91.3% of statements [2021-05-05T21:15:27.923Z] ---> 1caf58eec836 [2021-05-05T21:15:27.923Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-05T21:15:27.923Z] ---> Running in 15cf2fdc3c81 [2021-05-05T21:15:27.923Z] Removing intermediate container 934336f9cfa1 [2021-05-05T21:15:27.923Z] ---> 6f7ba9cee76b [2021-05-05T21:15:27.923Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-05T21:15:28.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.078s coverage: 100.0% of statements [2021-05-05T21:15:28.187Z] ---> Running in 1a9ad800032a [2021-05-05T21:15:28.452Z] Removing intermediate container 15cf2fdc3c81 [2021-05-05T21:15:28.452Z] ---> e24b371d7732 [2021-05-05T21:15:28.452Z] Step 13/25 : WORKDIR / [2021-05-05T21:15:28.452Z] Removing intermediate container 1a9ad800032a [2021-05-05T21:15:28.452Z] ---> 790a4f556f3d [2021-05-05T21:15:28.452Z] Step 13/21 : WORKDIR /edgex [2021-05-05T21:15:28.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2021-05-05T21:15:28.725Z] ---> Running in 0150475bc4b8 [2021-05-05T21:15:28.725Z] ---> Running in 764e8f81cebe [2021-05-05T21:15:28.725Z] ---> b69ed04c3b06 [2021-05-05T21:15:28.725Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-05T21:15:28.989Z] Removing intermediate container 0150475bc4b8 [2021-05-05T21:15:28.989Z] ---> 5dfd93935fc2 [2021-05-05T21:15:28.989Z] 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-05T21:15:28.989Z] Removing intermediate container 764e8f81cebe [2021-05-05T21:15:28.989Z] ---> f22623a40822 [2021-05-05T21:15:28.989Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-05T21:15:28.989Z] ---> f47d0d298482 [2021-05-05T21:15:28.989Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-05T21:15:29.254Z] ---> Running in 24e24c4a54b3 [2021-05-05T21:15:29.254Z] ---> dce3a8bd604f [2021-05-05T21:15:29.254Z] 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-05T21:15:29.517Z] ---> 8488f686e110 [2021-05-05T21:15:29.517Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-05T21:15:29.517Z] Removing intermediate container 24e24c4a54b3 [2021-05-05T21:15:29.517Z] ---> d7866591aea9 [2021-05-05T21:15:29.517Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T21:15:29.517Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-05T21:15:29.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.112s coverage: 100.0% of statements [2021-05-05T21:15:29.779Z] ---> 46824856086a [2021-05-05T21:15:29.779Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-05T21:15:29.779Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-05T21:15:29.779Z] ---> aefe523efa57 [2021-05-05T21:15:29.779Z] 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-05T21:15:30.041Z] ---> Running in 0f0cc00818df [2021-05-05T21:15:30.041Z] ---> Running in 17f6f6ae393b [2021-05-05T21:15:30.302Z] ---> 5ed3834863fe [2021-05-05T21:15:30.302Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-05T21:15:30.302Z] ---> 2c712ca8ed5a [2021-05-05T21:15:30.302Z] 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-05T21:15:30.302Z] Removing intermediate container 0f0cc00818df [2021-05-05T21:15:30.302Z] ---> c13fab7e7505 [2021-05-05T21:15:30.302Z] Step 21/23 : LABEL arch=x86_64 [2021-05-05T21:15:30.567Z] ---> Running in 6bd9326d5001 [2021-05-05T21:15:30.567Z] Removing intermediate container 17f6f6ae393b [2021-05-05T21:15:30.567Z] ---> 3c83fcb971b5 [2021-05-05T21:15:30.567Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-05T21:15:30.567Z] ---> Running in 54e3f24d1e7d [2021-05-05T21:15:30.834Z] ---> e5ed62e35e16 [2021-05-05T21:15:30.834Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-05T21:15:30.834Z] Removing intermediate container 6bd9326d5001 [2021-05-05T21:15:30.834Z] ---> 7bb4c6b24e89 [2021-05-05T21:15:30.834Z] Step 22/23 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:15:30.834Z] ---> dd56d18bfa7b [2021-05-05T21:15:30.834Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-05T21:15:31.096Z] ---> Running in 3a19e784884b [2021-05-05T21:15:31.096Z] ---> Running in d1ebabbd8a52 [2021-05-05T21:15:31.363Z] ---> 7f6b3d7ae20b [2021-05-05T21:15:31.363Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-05T21:15:31.363Z] Removing intermediate container 3a19e784884b [2021-05-05T21:15:31.363Z] ---> d5bdaafe97d6 [2021-05-05T21:15:31.363Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T21:15:31.363Z] Removing intermediate container d1ebabbd8a52 [2021-05-05T21:15:31.363Z] ---> 244955b54e1d [2021-05-05T21:15:31.363Z] Step 18/21 : CMD ["--init=true"] [2021-05-05T21:15:31.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T21:15:31.626Z] ---> Running in 70064c620f30 [2021-05-05T21:15:31.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T21:15:31.626Z] ---> Running in b2bbe6718dc2 [2021-05-05T21:15:31.893Z] (1/39) Installing readline (8.0.4-r0) [2021-05-05T21:15:31.893Z] ---> 122dee810b28 [2021-05-05T21:15:31.893Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-05T21:15:31.893Z] (2/39) Installing bash (5.0.17-r0) [2021-05-05T21:15:31.893Z] Removing intermediate container 70064c620f30 [2021-05-05T21:15:31.893Z] ---> 00331e01e28d [2021-05-05T21:15:31.893Z] [2021-05-05T21:15:31.893Z] Executing bash-5.0.17-r0.post-install [2021-05-05T21:15:31.893Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T21:15:31.893Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-05T21:15:31.893Z] (5/39) Installing curl (7.76.1-r0) [2021-05-05T21:15:31.893Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-05T21:15:31.893Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-05T21:15:31.893Z] (8/39) Installing expat (2.2.9-r1) [2021-05-05T21:15:32.156Z] (9/39) Installing libffi (3.3-r2) [2021-05-05T21:15:32.156Z] (10/39) Installing gdbm (1.13-r1) [2021-05-05T21:15:32.156Z] Removing intermediate container b2bbe6718dc2 [2021-05-05T21:15:32.156Z] ---> 7dc5ab5b24ba [2021-05-05T21:15:32.156Z] Step 19/21 : LABEL arch=x86_64 [2021-05-05T21:15:32.156Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-05T21:15:32.156Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-05T21:15:32.156Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-05T21:15:32.417Z] Successfully built 00331e01e28d [2021-05-05T21:15:32.678Z] ---> Running in 31442c235bf6 [2021-05-05T21:15:32.678Z] Successfully tagged docker-core-metadata-go:latest [2021-05-05T21:15:33.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.000s coverage: 62.9% of statements [2021-05-05T21:15:33.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-05T21:15:33.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-05T21:15:33.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-05T21:15:35.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.701s coverage: 43.4% of statements [2021-05-05T21:15:35.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-05T21:15:35.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-05T21:15:35.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.116s coverage: 89.5% of statements [2021-05-05T21:15:35.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-05T21:15:35.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.088s coverage: 84.8% of statements [2021-05-05T21:15:35.251Z]  Building docker-core-metadata-go ... done  ---> 96847df9f88c [2021-05-05T21:15:35.251Z] 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-05T21:15:35.827Z] ---> Running in fb4b75b3cd8d [2021-05-05T21:15:35.827Z] Removing intermediate container 31442c235bf6 [2021-05-05T21:15:35.827Z] ---> acd70e3b1f72 [2021-05-05T21:15:35.827Z] Step 20/21 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:15:35.827Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-05T21:15:35.827Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-05T21:15:35.827Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-05T21:15:35.827Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-05T21:15:35.827Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-05T21:15:35.827Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-05T21:15:35.827Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-05T21:15:36.406Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-05T21:15:36.406Z] ---> Running in f9a997c79687 [2021-05-05T21:15:36.406Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-05T21:15:36.406Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-05T21:15:36.406Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-05T21:15:36.406Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-05T21:15:36.406Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-05T21:15:36.406Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-05T21:15:36.406Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-05T21:15:36.406Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-05T21:15:37.800Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-05T21:15:38.374Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-05T21:15:38.374Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-05T21:15:38.374Z] Removing intermediate container f9a997c79687 [2021-05-05T21:15:38.374Z] ---> 6c8f9786c06e [2021-05-05T21:15:38.374Z] Step 21/21 : LABEL version=0.0.0 [2021-05-05T21:15:38.636Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-05T21:15:38.636Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-05T21:15:38.636Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-05T21:15:38.636Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-05T21:15:38.636Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-05T21:15:38.636Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-05T21:15:38.636Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-05T21:15:39.211Z] ---> Running in e0aa4f6d1c6e [2021-05-05T21:15:39.211Z] Executing busybox-1.31.1-r19.trigger [2021-05-05T21:15:39.211Z] OK: 72 MiB in 59 packages [2021-05-05T21:15:39.785Z] Removing intermediate container e0aa4f6d1c6e [2021-05-05T21:15:39.785Z] ---> 88602bdeb06b [2021-05-05T21:15:39.785Z] [2021-05-05T21:15:40.046Z] Removing intermediate container fb4b75b3cd8d [2021-05-05T21:15:40.046Z] ---> 6de73e20893e [2021-05-05T21:15:40.046Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-05T21:15:40.046Z] ---> Running in 697fe8bf0392 [2021-05-05T21:15:40.046Z] Successfully built 88602bdeb06b [2021-05-05T21:15:40.046Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-05T21:15:40.309Z]  Building docker-security-proxy-setup-go ... done Collecting docker-compose==1.23.2 [2021-05-05T21:15:40.309Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-05T21:15:40.309Z] Removing intermediate container 697fe8bf0392 [2021-05-05T21:15:40.309Z] ---> 45a4a50849ec [2021-05-05T21:15:40.309Z] Step 23/25 : LABEL arch=x86_64 [2021-05-05T21:15:40.309Z] ---> Running in 6a4ba34109f7 [2021-05-05T21:15:40.504Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.446s coverage: 47.0% of statements [2021-05-05T21:15:40.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-05T21:15:40.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-05T21:15:40.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-05T21:15:40.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-05T21:15:40.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-05T21:15:40.504Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements [2021-05-05T21:15:40.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-05T21:15:40.504Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.131s coverage: 100.0% of statements [2021-05-05T21:15:40.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-05T21:15:40.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-05T21:15:40.504Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.167s coverage: 9.6% of statements [2021-05-05T21:15:40.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-05T21:15:40.573Z] Removing intermediate container 6a4ba34109f7 [2021-05-05T21:15:40.573Z] ---> 55a9efa5656e [2021-05-05T21:15:40.573Z] Step 24/25 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:15:40.573Z] Collecting PyYAML<4,>=3.10 [2021-05-05T21:15:40.573Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-05T21:15:40.573Z] ---> Running in f49883b39153 [2021-05-05T21:15:41.145Z] Removing intermediate container f49883b39153 [2021-05-05T21:15:41.145Z] ---> e78251988693 [2021-05-05T21:15:41.145Z] Step 25/25 : LABEL version=0.0.0 [2021-05-05T21:15:41.485Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.486s coverage: 92.6% of statements [2021-05-05T21:15:41.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-05T21:15:41.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T21:15:41.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-05T21:15:41.719Z] ---> Running in 7119e8df62bc [2021-05-05T21:15:41.719Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-05T21:15:41.719Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-05T21:15:41.982Z] Removing intermediate container 7119e8df62bc [2021-05-05T21:15:41.982Z] ---> 55765fa569a1 [2021-05-05T21:15:41.982Z] [2021-05-05T21:15:41.982Z] Successfully built 55765fa569a1 [2021-05-05T21:15:42.244Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-05T21:15:42.244Z]  Building docker-security-secretstore-setup-go ... done Collecting texttable<0.10,>=0.9.0 [2021-05-05T21:15:42.244Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-05T21:15:42.827Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-05T21:15:42.827Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-05T21:15:43.090Z] Collecting docker<4.0,>=3.6.0 [2021-05-05T21:15:43.090Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-05T21:15:43.090Z] 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-05T21:15:43.355Z] Collecting cached-property<2,>=1.2.0 [2021-05-05T21:15:43.355Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-05T21:15:43.355Z] Collecting jsonschema<3,>=2.5.1 [2021-05-05T21:15:43.355Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-05T21:15:43.355Z] Collecting docopt<0.7,>=0.6.1 [2021-05-05T21:15:43.621Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-05T21:15:44.197Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-05T21:15:44.197Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-05T21:15:44.197Z] 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-05T21:15:44.197Z] 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-05T21:15:44.197Z] Collecting idna<2.8,>=2.5 [2021-05-05T21:15:44.197Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-05T21:15:44.459Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-05T21:15:44.459Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-05T21:15:44.459Z] Collecting docker-pycreds>=0.4.0 [2021-05-05T21:15:44.459Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-05T21:15:44.459Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-05T21:15:44.459Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-05T21:15:44.459Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-05T21:15:44.459Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-05T21:15:44.722Z] Installing collected packages: PyYAML, dockerpty, texttable, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, jsonschema, docopt, docker-compose [2021-05-05T21:15:44.722Z] Running setup.py install for PyYAML: started [2021-05-05T21:15:45.300Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-05T21:15:45.300Z] Running setup.py install for dockerpty: started [2021-05-05T21:15:45.563Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-05T21:15:45.563Z] Running setup.py install for texttable: started [2021-05-05T21:15:46.139Z] Running setup.py install for texttable: finished with status 'done' [2021-05-05T21:15:46.139Z] Attempting uninstall: idna [2021-05-05T21:15:46.139Z] Found existing installation: idna 2.9 [2021-05-05T21:15:46.139Z] Uninstalling idna-2.9: [2021-05-05T21:15:46.139Z] Successfully uninstalled idna-2.9 [2021-05-05T21:15:46.401Z] Attempting uninstall: urllib3 [2021-05-05T21:15:46.401Z] Found existing installation: urllib3 1.25.9 [2021-05-05T21:15:46.401Z] Uninstalling urllib3-1.25.9: [2021-05-05T21:15:46.401Z] Successfully uninstalled urllib3-1.25.9 [2021-05-05T21:15:46.663Z] Attempting uninstall: requests [2021-05-05T21:15:46.663Z] Found existing installation: requests 2.23.0 [2021-05-05T21:15:46.663Z] Uninstalling requests-2.23.0: [2021-05-05T21:15:46.663Z] Successfully uninstalled requests-2.23.0 [2021-05-05T21:15:47.236Z] Running setup.py install for docopt: started [2021-05-05T21:15:47.811Z] Running setup.py install for docopt: finished with status 'done' [2021-05-05T21:15:48.073Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-05-05T21:15:49.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.632s coverage: 28.7% of statements [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-05T21:15:49.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.241s coverage: 99.0% of statements [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-05T21:15:49.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.177s coverage: 100.0% of statements [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-05T21:15:49.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.182s coverage: 64.6% of statements [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-05T21:15:49.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.325s coverage: 97.6% of statements [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-05T21:15:49.791Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.062s coverage: 0.0% of statements [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-05T21:15:49.791Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.085s coverage: 100.0% of statements [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-05T21:15:49.791Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-05T21:15:49.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-05T21:15:49.791Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements [2021-05-05T21:15:50.063Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.109s coverage: 28.1% of statements [2021-05-05T21:15:50.063Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-05T21:15:50.655Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-05-05T21:15:51.251Z] GO111MODULE=on go vet ./... [2021-05-05T21:15:56.275Z] Removing intermediate container 54e3f24d1e7d [2021-05-05T21:15:56.275Z] ---> 3b465ee2637e [2021-05-05T21:15:56.275Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-05T21:15:56.275Z] ---> Running in e6b2a4fd80bc [2021-05-05T21:15:56.275Z] Removing intermediate container e6b2a4fd80bc [2021-05-05T21:15:56.275Z] ---> 9adab28a9377 [2021-05-05T21:15:56.275Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-05T21:15:56.275Z] ---> Running in 66ac84a6e3fe [2021-05-05T21:15:56.275Z] Removing intermediate container 66ac84a6e3fe [2021-05-05T21:15:56.275Z] ---> 28c55f65b86f [2021-05-05T21:15:56.275Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-05T21:15:56.849Z] ---> 13c1a2bd382e [2021-05-05T21:15:56.849Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-05T21:15:56.849Z] ---> 3f750b33d4f2 [2021-05-05T21:15:56.849Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-05T21:15:57.425Z] ---> 3b4adbd45358 [2021-05-05T21:15:57.425Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-05T21:15:57.425Z] ---> Running in ec39c5514446 [2021-05-05T21:15:57.425Z] Removing intermediate container ec39c5514446 [2021-05-05T21:15:57.425Z] ---> d085ec9d4462 [2021-05-05T21:15:57.425Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T21:15:57.696Z] ---> Running in d47915395956 [2021-05-05T21:15:57.696Z] Removing intermediate container d47915395956 [2021-05-05T21:15:57.696Z] ---> 96b1e7474fc0 [2021-05-05T21:15:57.696Z] Step 21/23 : LABEL arch=x86_64 [2021-05-05T21:15:57.696Z] ---> Running in 39c9c2e20dc5 [2021-05-05T21:15:57.961Z] Removing intermediate container 39c9c2e20dc5 [2021-05-05T21:15:57.961Z] ---> d4bd20dc6684 [2021-05-05T21:15:57.961Z] Step 22/23 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:15:57.961Z] ---> Running in 5f971b9a6b85 [2021-05-05T21:15:58.223Z] Removing intermediate container 5f971b9a6b85 [2021-05-05T21:15:58.223Z] ---> 5816450999f9 [2021-05-05T21:15:58.223Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T21:15:58.223Z] ---> Running in caccb90c035c [2021-05-05T21:15:58.485Z] Removing intermediate container caccb90c035c [2021-05-05T21:15:58.485Z] ---> 0fe5abaf534d [2021-05-05T21:15:58.485Z] [2021-05-05T21:15:58.748Z] Successfully built 0fe5abaf534d [2021-05-05T21:15:58.748Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-05T21:15:59.020Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-05T21:15:59.048Z] $ docker stop --time=1 693a3923e5f3b542f7c36aa11f4d417455c5ceecd58335971184bf39d3712fef [2021-05-05T21:16:01.958Z] $ docker rm -f 693a3923e5f3b542f7c36aa11f4d417455c5ceecd58335971184bf39d3712fef [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-05T21:16:02.418Z] + docker images [2021-05-05T21:16:02.419Z] + grep docker [2021-05-05T21:16:02.994Z] docker-sys-mgmt-agent-go latest 0fe5abaf534d 4 seconds ago 312MB [2021-05-05T21:16:02.994Z] docker-security-secretstore-setup-go latest 55765fa569a1 21 seconds ago 25.7MB [2021-05-05T21:16:02.994Z] docker-security-proxy-setup-go latest 88602bdeb06b 23 seconds ago 25.3MB [2021-05-05T21:16:02.994Z] docker-core-metadata-go latest 00331e01e28d 31 seconds ago 18.6MB [2021-05-05T21:16:02.994Z] docker-security-bootstrapper-go latest 8f353451ad72 2 minutes ago 18.2MB [2021-05-05T21:16:02.994Z] docker-core-data-go latest 7d0aa49c9d8c 2 minutes ago 21.5MB [2021-05-05T21:16:02.994Z] docker-core-command-go latest a64cabcabcc8 2 minutes ago 17MB [2021-05-05T21:16:02.994Z] docker-support-scheduler-go latest 0848ed134697 2 minutes ago 17.1MB [2021-05-05T21:16:02.994Z] docker-support-notifications-go latest aa09c99ea55d 2 minutes ago 17.6MB [2021-05-05T21:16:02.994Z] 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-05T21:16:18.224Z] Still waiting to schedule task [2021-05-05T21:16:18.225Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-05T21:17:12.986Z] Running on prd-ubuntu18.04-docker-8c-8g-3096 in /w/workspace/edgexfoundry_edgex-go_PR-3423 [Pipeline] { [Pipeline] ws [2021-05-05T21:17:13.009Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-05-05T21:17:15.406Z] using credential edgex-jenkins-ssh [2021-05-05T21:17:15.427Z] Cloning the remote Git repository [2021-05-05T21:17:15.453Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-05T21:17:15.519Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-05-05T21:17:15.546Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-05T21:17:15.546Z] > git --version # timeout=10 [2021-05-05T21:17:15.552Z] > git --version # 'git version 2.17.1' [2021-05-05T21:17:15.552Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T21:17:15.577Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-05T21:17:25.497Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-05T21:17:25.508Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-05T21:17:25.516Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-05T21:17:25.529Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-05T21:17:25.529Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T21:17:25.534Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3423/head:refs/remotes/origin/PR-3423 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-05T21:17:26.018Z] Merging remotes/origin/master commit 314c98582e5516062556e8d719161f3c11283427 into PR head commit 24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:17:26.144Z] Merge succeeded, producing 24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:17:26.145Z] Checking out Revision 24542bf0f2c01e78c3341a21639054c613ede31e (PR-3423) [2021-05-05T21:17:26.026Z] > git config core.sparsecheckout # timeout=10 [2021-05-05T21:17:26.032Z] > git checkout -f 24542bf0f2c01e78c3341a21639054c613ede31e # timeout=10 [2021-05-05T21:17:26.109Z] > git remote # timeout=10 [2021-05-05T21:17:26.116Z] > git config --get remote.origin.url # timeout=10 [2021-05-05T21:17:26.128Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T21:17:26.132Z] > git merge 314c98582e5516062556e8d719161f3c11283427 # timeout=10 [2021-05-05T21:17:26.141Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-05T21:17:26.149Z] > git config core.sparsecheckout # timeout=10 [2021-05-05T21:17:26.155Z] > git checkout -f 24542bf0f2c01e78c3341a21639054c613ede31e # timeout=10 [2021-05-05T21:17:28.147Z] gofmt -l . [2021-05-05T21:17:28.147Z] [ "`gofmt -l .`" = "" ] [2021-05-05T21:17:29.126Z] ./bin/test-go-mod-tidy.sh [2021-05-05T21:17:29.726Z] ./bin/test-attribution-txt.sh [2021-05-05T21:17:29.765Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-05T21:17:30.998Z] + echo snap-build.sh [2021-05-05T21:17:30.998Z] snap-build.sh [2021-05-05T21:17:30.998Z] + SNAP_BASE_DIR=. [2021-05-05T21:17:30.998Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-05-05T21:17:30.998Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-05-05T21:17:30.998Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-05-05T21:17:30.998Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-05-05T21:17:30.998Z] + cd /w/workspace/edgex-go/3 [2021-05-05T21:17:30.998Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-05T21:17:30.998Z] Reading package lists... [2021-05-05T21:17:30.998Z] Building dependency tree... [2021-05-05T21:17:30.998Z] Reading state information... [2021-05-05T21:17:31.260Z] The following packages were automatically installed and are no longer required: [2021-05-05T21:17:31.260Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-05T21:17:31.260Z] uidmap xdelta3 [2021-05-05T21:17:31.260Z] Use 'sudo apt autoremove' to remove them. [2021-05-05T21:17:31.260Z] The following packages will be REMOVED: [2021-05-05T21:17:31.260Z] lxd* lxd-client* [2021-05-05T21:17:31.522Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-05T21:17:31.522Z] After this operation, 31.7 MB disk space will be freed. [Pipeline] sh [2021-05-05T21:17:32.369Z] + ls -al . [2021-05-05T21:17:32.369Z] total 836 [2021-05-05T21:17:32.369Z] drwxrwxr-x 9 1001 1001 4096 May 5 21:17 . [2021-05-05T21:17:32.369Z] drwxr-xr-x 4 root root 4096 May 5 21:12 .. [2021-05-05T21:17:32.369Z] -rw-rw-r-- 1 1001 1001 11 May 5 21:11 .dockerignore [2021-05-05T21:17:32.369Z] drwxrwxr-x 8 1001 1001 4096 May 5 21:11 .git [2021-05-05T21:17:32.369Z] drwxrwxr-x 3 1001 1001 4096 May 5 21:11 .github [2021-05-05T21:17:32.369Z] -rw-rw-r-- 1 1001 1001 818 May 5 21:11 .gitignore [2021-05-05T21:17:32.369Z] -rw-rw-r-- 1 1001 1001 166 May 5 21:11 .sonarcloud.properties [2021-05-05T21:17:32.369Z] -rw-rw-r-- 1 1001 1001 8609 May 5 21:11 Attribution.txt [2021-05-05T21:17:32.369Z] -rw-rw-r-- 1 1001 1001 3804 May 5 21:11 CONTRIBUTING.md [2021-05-05T21:17:32.369Z] -rw-rw-r-- 1 1001 1001 931 May 5 21:11 Dockerfile.build [2021-05-05T21:17:32.369Z] -rw-rw-r-- 1 1001 1001 863 May 5 21:11 Jenkinsfile [2021-05-05T21:17:32.369Z] -rw-rw-r-- 1 1001 1001 10775 May 5 21:11 LICENSE [2021-05-05T21:17:32.369Z] -rw-rw-r-- 1 1001 1001 5774 May 5 21:11 Makefile [2021-05-05T21:17:32.369Z] -rw-rw-r-- 1 1001 1001 7978 May 5 21:11 README.md [2021-05-05T21:17:32.369Z] -rw-rw-r-- 1 1001 1001 6755 May 5 21:11 SECURITY.md [2021-05-05T21:17:32.369Z] -rw-rw-r-- 1 1001 1001 5 May 5 21:06 VERSION [2021-05-05T21:17:32.369Z] -rw-rw-r-- 1 1001 1001 4131 May 5 21:11 ZMQWindows.md [2021-05-05T21:17:32.369Z] drwxrwxr-x 2 1001 1001 4096 May 5 21:11 bin [2021-05-05T21:17:32.369Z] drwxrwxr-x 14 1001 1001 4096 May 5 21:11 cmd [2021-05-05T21:17:32.369Z] -rw-r--r-- 1 root root 699522 May 5 21:15 coverage.out [2021-05-05T21:17:32.369Z] -rw-r--r-- 1 root root 1060 May 5 21:17 go.mod [2021-05-05T21:17:32.369Z] -rw-r--r-- 1 root root 22209 May 5 21:12 go.sum [2021-05-05T21:17:32.369Z] drwxrwxr-x 8 1001 1001 4096 May 5 21:11 internal [2021-05-05T21:17:32.369Z] drwxrwxr-x 4 1001 1001 4096 May 5 21:11 openapi [2021-05-05T21:17:32.369Z] drwxrwxr-x 4 1001 1001 4096 May 5 21:11 snap [2021-05-05T21:17:32.369Z] -rw-rw-r-- 1 1001 1001 168 May 5 21:11 version.go [Pipeline] sh [2021-05-05T21:17:32.573Z] (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-05T21:17:32.573Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-05T21:17:33.021Z] + '[' -e coverage.out ] [2021-05-05T21:17:33.021Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-05T21:17:33.040Z] Warning: overwriting stash ‘coverage-report’ [2021-05-05T21:17:33.518Z] Removing lxd dnsmasq configuration [2021-05-05T21:17:33.518Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-05T21:17:33.518Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-05T21:17:34.208Z] Stashed 1 file(s) [Pipeline] sh [2021-05-05T21:17:34.465Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-05T21:17:34.732Z] (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-05T21:17:34.732Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-05T21:17:34.876Z] + make build [2021-05-05T21:17:34.876Z] 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-05T21:17:35.684Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-05T21:17:35.946Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-05T21:17:37.347Z] + sudo snap remove --purge lxd [2021-05-05T21:17:37.347Z] snap "lxd" is not installed [2021-05-05T21:17:37.347Z] + sudo groupadd --force --system lxd [2021-05-05T21:17:37.347Z] ++ whoami [2021-05-05T21:17:37.347Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-05T21:17:37.347Z] + newgrp - lxd [2021-05-05T21:17:37.347Z] + sudo snap install lxd [2021-05-05T21:17:41.579Z] 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-05T21:17:47.375Z] 2021-05-05T21:17:44Z INFO Waiting for automatic snapd restart... [2021-05-05T21:18:02.296Z] lxd 4.13 from Canonical* installed [2021-05-05T21:18:02.296Z] + sudo lxd init --auto [2021-05-05T21:18:08.401Z] 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-05T21:18:09.827Z] 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-05T21:18:10.471Z] + sudo snap install --classic snapcraft [2021-05-05T21:18:14.704Z] snapcraft 4.7.1 from Canonical* installed [2021-05-05T21:18:14.704Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-05T21:18:14.704Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-05T21:18:14.704Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-05T21:18:14.704Z] Dload Upload Total Spent Left Speed [2021-05-05T21:18:14.704Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4679 0 --:--:-- --:--:-- --:--:-- 4679 [2021-05-05T21:18:14.704Z] 100 3325k 100 3325k 0 0 9.8M 0 --:--:-- --:--:-- --:--:-- 9.8M [2021-05-05T21:18:14.704Z] ./yq_linux_amd64 [2021-05-05T21:18:14.704Z] + sudo snapcraft prime --use-lxd [2021-05-05T21:18:15.233Z] 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-05T21:18:15.233Z] 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-05T21:18:16.097Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-05T21:18:16.097Z] 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-05T21:18:16.097Z] - README.md [2021-05-05T21:18:16.097Z] [2021-05-05T21:18:16.097Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-05T21:18:17.042Z] Launching a container. [2021-05-05T21:18:19.541Z] 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-05T21:18:23.846Z] 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-05T21:18:26.463Z] 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-05T21:18:29.294Z] Waiting for container to be ready [2021-05-05T21:18:29.294Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-05T21:18:29.294Z] [2021-05-05T21:18:29.858Z] 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-05T21:18:32.489Z] 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-05T21:18:32.592Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-05T21:18:32.592Z] Waiting for network to be ready... [2021-05-05T21:18:33.165Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-05T21:18:33.165Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-05T21:18:33.427Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-05T21:18:33.688Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-05T21:18:33.688Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-05T21:18:33.950Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-05T21:18:33.950Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-05T21:18:33.950Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-05T21:18:33.950Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-05T21:18:33.950Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-05T21:18:33.950Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-05T21:18:33.950Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-05T21:18:33.950Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-05T21:18:33.950Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-05T21:18:33.950Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-05T21:18:33.950Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-05T21:18:33.950Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-05T21:18:34.211Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-05T21:18:34.470Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-05T21:18:34.470Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-05T21:18:34.470Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-05T21:18:34.470Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-05T21:18:34.470Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-05T21:18:34.470Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-05T21:18:34.470Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-05T21:18:34.470Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-05T21:18:34.730Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-05T21:18:35.865Z] 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-05T21:18:37.283Z] Fetched 24.5 MB in 4s (5479 kB/s) [2021-05-05T21:18:38.231Z] Reading package lists... [2021-05-05T21:18:38.231Z] Reading package lists... [2021-05-05T21:18:38.492Z] Building dependency tree... [2021-05-05T21:18:38.492Z] Reading state information... [2021-05-05T21:18:38.755Z] The following additional packages will be installed: [2021-05-05T21:18:38.755Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-05T21:18:38.755Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-05T21:18:38.755Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-05T21:18:38.755Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-05T21:18:38.755Z] Suggested packages: [2021-05-05T21:18:38.755Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-05T21:18:38.755Z] Recommended packages: [2021-05-05T21:18:38.755Z] gnupg libsasl2-modules [2021-05-05T21:18:38.755Z] The following NEW packages will be installed: [2021-05-05T21:18:38.755Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-05T21:18:38.755Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-05T21:18:38.755Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-05T21:18:38.755Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-05T21:18:38.755Z] The following packages will be upgraded: [2021-05-05T21:18:38.755Z] gpg gpg-agent gpgconf libudev1 [2021-05-05T21:18:38.755Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-05T21:18:38.755Z] Need to get 3529 kB of archives. [2021-05-05T21:18:38.755Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-05T21:18:38.755Z] 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-05T21:18:38.755Z] 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-05T21:18:38.755Z] 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-05T21:18:38.755Z] 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-05T21:18:39.016Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-05-05T21:18:39.277Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-05-05T21:18:39.849Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-05T21:18:39.849Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-05T21:18:39.849Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-05T21:18:39.849Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-05T21:18:39.849Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-05T21:18:39.849Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-05T21:18:39.849Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-05T21:18:39.849Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-05T21:18:39.849Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-05T21:18:39.849Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-05T21:18:39.849Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-05T21:18:39.849Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-05T21:18:39.849Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-05T21:18:40.118Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-05T21:18:40.118Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-05T21:18:40.118Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-05T21:18:40.118Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T21:18:40.118Z] Fetched 3529 kB in 1s (2727 kB/s) [2021-05-05T21:18:40.118Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-05T21:18:40.118Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-05-05T21:18:40.380Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-05T21:18:40.380Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-05-05T21:18:40.380Z] Selecting previously unselected package udev. [2021-05-05T21:18:40.380Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-05T21:18:40.380Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-05-05T21:18:40.380Z] Unpacking udev (237-3ubuntu10.46) ... [2021-05-05T21:18:40.642Z] Selecting previously unselected package libfuse2:amd64. [2021-05-05T21:18:40.642Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-05T21:18:40.642Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-05T21:18:40.905Z] Selecting previously unselected package fuse. [2021-05-05T21:18:40.905Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-05T21:18:40.905Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-05T21:18:40.905Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T21:18:40.905Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-05T21:18:41.166Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T21:18:41.166Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-05T21:18:41.166Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T21:18:41.166Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [Pipeline] } [2021-05-05T21:18:41.272Z] $ docker stop --time=1 e3aec1a2c57a3d278a88251270bda36bca319a1ac58a50562f968e8789b71e31 [2021-05-05T21:18:41.426Z] Selecting previously unselected package libksba8:amd64. [2021-05-05T21:18:41.426Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-05T21:18:41.426Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-05T21:18:41.426Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-05T21:18:41.426Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T21:18:41.426Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T21:18:41.688Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-05T21:18:41.688Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T21:18:41.688Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T21:18:41.688Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-05T21:18:41.688Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T21:18:41.688Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T21:18:41.949Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-05T21:18:41.949Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T21:18:41.949Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T21:18:41.949Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-05T21:18:41.949Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T21:18:41.949Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T21:18:41.949Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-05T21:18:41.949Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T21:18:41.949Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T21:18:42.210Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-05T21:18:42.210Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T21:18:42.210Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T21:18:42.210Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-05T21:18:42.210Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T21:18:42.210Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T21:18:42.473Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-05T21:18:42.473Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T21:18:42.473Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T21:18:42.473Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-05T21:18:42.473Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-05T21:18:42.473Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-05T21:18:42.473Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-05T21:18:42.473Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-05T21:18:42.734Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-05T21:18:42.734Z] Selecting previously unselected package libldap-common. [2021-05-05T21:18:42.734Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-05T21:18:42.734Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-05T21:18:42.734Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-05T21:18:42.734Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-05T21:18:42.734Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-05T21:18:42.995Z] Selecting previously unselected package dirmngr. [2021-05-05T21:18:42.995Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T21:18:42.995Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-05T21:18:42.995Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-05T21:18:42.995Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-05T21:18:42.995Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-05T21:18:42.995Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-05T21:18:42.995Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-05T21:18:43.257Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-05T21:18:43.257Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T21:18:43.257Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-05T21:18:43.257Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-05T21:18:43.257Z] Setting up udev (237-3ubuntu10.46) ... [2021-05-05T21:18:43.517Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-05T21:18:43.778Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T21:18:43.778Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-05T21:18:43.778Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-05T21:18:43.778Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-05T21:18:43.779Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T21:18:43.779Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T21:18:43.779Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T21:18:43.779Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T21:18:43.905Z] $ docker rm -f e3aec1a2c57a3d278a88251270bda36bca319a1ac58a50562f968e8789b71e31 [2021-05-05T21:18:44.041Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T21:18:44.041Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T21:18:44.041Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T21:18:44.041Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-05T21:18:44.041Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-05T21:18:44.041Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-05T21:18:44.614Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-05T21:18:44.614Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-05T21:18:44.614Z] This means they are not meant to be enabled using systemctl. [2021-05-05T21:18:44.614Z] Possible reasons for having this kind of units are: [2021-05-05T21:18:44.614Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-05T21:18:44.614Z] .wants/ or .requires/ directory. [2021-05-05T21:18:44.614Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-05T21:18:44.614Z] a requirement dependency on it. [2021-05-05T21:18:44.614Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-05T21:18:44.614Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-05T21:18:44.614Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-05T21:18:44.614Z] instance name specified. [2021-05-05T21:18:44.875Z] Reading package lists... [2021-05-05T21:18:44.875Z] Building dependency tree... [2021-05-05T21:18:44.875Z] Reading state information... [2021-05-05T21:18:45.135Z] The following additional packages will be installed: [2021-05-05T21:18:45.135Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-05T21:18:45.135Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-05T21:18:45.135Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-05T21:18:45.135Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-05T21:18:45.135Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-05T21:18:45.135Z] Suggested packages: [2021-05-05T21:18:45.135Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-05T21:18:45.135Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-05T21:18:45.135Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-05T21:18:45.135Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-05T21:18:45.135Z] systemd-container policykit-1 [2021-05-05T21:18:45.135Z] Recommended packages: [2021-05-05T21:18:45.135Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-05T21:18:45.135Z] The following NEW packages will be installed: [2021-05-05T21:18:45.135Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-05T21:18:45.135Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-05T21:18:45.135Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-05T21:18:45.135Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-05T21:18:45.135Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-05T21:18:45.135Z] The following packages will be upgraded: [2021-05-05T21:18:45.135Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-05T21:18:45.135Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-05T21:18:45.135Z] Need to get 35.2 MB of archives. [2021-05-05T21:18:45.135Z] After this operation, 141 MB of additional disk space will be used. [2021-05-05T21:18:45.135Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-05-05T21:18:45.135Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T21:18:45.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-05T21:18:45.626Z] [2021-05-05T21:18:45.626Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-05T21:18:45.973Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-05T21:18:46.078Z] 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-05T21:18:46.078Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-05T21:18:46.078Z] 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-05T21:18:46.078Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-05-05T21:18:46.078Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-05T21:18:46.078Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-05T21:18:46.078Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-05T21:18:46.078Z] 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-05T21:18:46.078Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-05T21:18:46.078Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-05T21:18:46.078Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-05T21:18:46.078Z] 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-05T21:18:46.078Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-05T21:18:46.078Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-05T21:18:46.078Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-05T21:18:46.078Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-05T21:18:46.078Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-05T21:18:46.078Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-05T21:18:46.078Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-05T21:18:46.078Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-05T21:18:46.078Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-05T21:18:46.246Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-05T21:18:46.246Z] 29e5d40040c1: Pulling fs layer [2021-05-05T21:18:46.246Z] 1ce36da41761: Pulling fs layer [2021-05-05T21:18:46.246Z] 25b303627fd3: Pulling fs layer [2021-05-05T21:18:46.339Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-05T21:18:46.339Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-05T21:18:46.339Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-05T21:18:46.339Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-05T21:18:46.339Z] 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-05T21:18:46.339Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-05T21:18:46.339Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-05T21:18:46.838Z] 29e5d40040c1: Verifying Checksum [2021-05-05T21:18:46.838Z] 29e5d40040c1: Download complete [2021-05-05T21:18:47.437Z] 29e5d40040c1: Pull complete [2021-05-05T21:18:47.437Z] 1ce36da41761: Verifying Checksum [2021-05-05T21:18:47.437Z] 1ce36da41761: Download complete [2021-05-05T21:18:47.725Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T21:18:47.725Z] Fetched 35.2 MB in 3s (13.4 MB/s) [2021-05-05T21:18:47.985Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-05T21:18:47.985Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-05-05T21:18:47.985Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-05T21:18:48.557Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-05-05T21:18:48.557Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-05T21:18:48.820Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-05-05T21:18:48.820Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-05T21:18:48.820Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-05T21:18:48.820Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-05T21:18:48.865Z] 1ce36da41761: Pull complete [2021-05-05T21:18:49.079Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-05T21:18:49.079Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-05T21:18:49.079Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-05T21:18:49.079Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-05T21:18:49.137Z] 25b303627fd3: Verifying Checksum [2021-05-05T21:18:49.137Z] 25b303627fd3: Download complete [2021-05-05T21:18:49.342Z] Setting up apt (1.6.13) ... [2021-05-05T21:18:49.342Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-05T21:18:49.914Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-05T21:18:49.914Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-05T21:18:49.914Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-05T21:18:49.914Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-05T21:18:50.174Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-05T21:18:50.174Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-05T21:18:50.174Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T21:18:50.175Z] Selecting previously unselected package libexpat1:amd64. [2021-05-05T21:18:50.175Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-05T21:18:50.175Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-05T21:18:50.746Z] Selecting previously unselected package python3.6-minimal. [2021-05-05T21:18:50.746Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-05T21:18:50.746Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T21:18:50.746Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-05T21:18:51.008Z] Checking for services that may need to be restarted...done. [2021-05-05T21:18:51.008Z] Checking for services that may need to be restarted...done. [2021-05-05T21:18:51.008Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T21:18:51.008Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-05T21:18:51.008Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T21:18:51.580Z] Selecting previously unselected package python3-minimal. [2021-05-05T21:18:51.580Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-05T21:18:51.580Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-05T21:18:51.580Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-05T21:18:51.580Z] Selecting previously unselected package mime-support. [2021-05-05T21:18:51.580Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-05T21:18:51.580Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-05T21:18:51.840Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-05T21:18:51.840Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-05T21:18:51.840Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-05T21:18:51.840Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-05T21:18:51.840Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-05T21:18:51.840Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T21:18:52.101Z] Selecting previously unselected package python3.6. [2021-05-05T21:18:52.101Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-05T21:18:52.101Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T21:18:52.101Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-05T21:18:52.101Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-05T21:18:52.101Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-05T21:18:52.363Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-05T21:18:52.642Z] Selecting previously unselected package python3. [2021-05-05T21:18:52.642Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-05T21:18:52.642Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-05T21:18:52.642Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-05T21:18:52.642Z] Selecting previously unselected package multiarch-support. [2021-05-05T21:18:52.642Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T21:18:52.642Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-05T21:18:52.642Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-05T21:18:52.903Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-05T21:18:52.903Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-05T21:18:52.903Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-05T21:18:52.903Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-05T21:18:52.903Z] Selecting previously unselected package libbsd0:amd64. [2021-05-05T21:18:52.903Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-05T21:18:52.903Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-05T21:18:53.166Z] Selecting previously unselected package sudo. [2021-05-05T21:18:53.166Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-05T21:18:53.166Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-05T21:18:53.166Z] Selecting previously unselected package apparmor. [2021-05-05T21:18:53.166Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-05T21:18:53.426Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-05T21:18:53.427Z] Selecting previously unselected package libedit2:amd64. [2021-05-05T21:18:53.427Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-05T21:18:53.427Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-05T21:18:53.688Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-05T21:18:53.688Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-05T21:18:53.688Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T21:18:53.688Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-05T21:18:53.688Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-05T21:18:53.688Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T21:18:53.688Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-05T21:18:53.688Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-05T21:18:53.688Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-05T21:18:53.949Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-05T21:18:53.949Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-05T21:18:53.949Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T21:18:54.210Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-05T21:18:54.210Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-05T21:18:54.210Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T21:18:54.210Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-05T21:18:54.210Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-05T21:18:54.210Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-05T21:18:54.472Z] Selecting previously unselected package openssh-client. [2021-05-05T21:18:54.472Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-05T21:18:54.472Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-05T21:18:54.733Z] Selecting previously unselected package squashfs-tools. [2021-05-05T21:18:54.733Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-05T21:18:54.733Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-05T21:18:54.733Z] Selecting previously unselected package snapd. [2021-05-05T21:18:54.733Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-05T21:18:54.733Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-05T21:18:57.282Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-05T21:18:57.282Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-05T21:18:57.282Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-05T21:18:57.282Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-05T21:18:57.282Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-05T21:18:57.282Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T21:18:57.282Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-05T21:18:57.282Z] Setting up systemd (237-3ubuntu10.46) ... [2021-05-05T21:18:57.282Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-05T21:18:58.237Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-05T21:18:58.237Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-05T21:18:58.237Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-05T21:18:58.237Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T21:18:58.237Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T21:18:58.237Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T21:18:58.813Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-05T21:18:58.813Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T21:18:58.813Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-05T21:18:59.073Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-05T21:18:59.073Z] running python rtupdate hooks for python3.6... [2021-05-05T21:18:59.073Z] running python post-rtupdate hooks for python3.6... [2021-05-05T21:18:59.073Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-05T21:18:59.293Z] 25b303627fd3: Pull complete [2021-05-05T21:18:59.293Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-05T21:18:59.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-05T21:18:59.293Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-05T21:18:59.557Z] prd-ubuntu18.04-docker-arm64-4c-16g-3095 does not seem to be running inside a container [2021-05-05T21:18:59.644Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-05T21:19:00.462Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-05T21:19:00.724Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T21:19:00.724Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-05T21:19:00.988Z] Setting up snapd (2.48.3+18.04) ... [2021-05-05T21:19:01.251Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-05T21:19:01.513Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-05T21:19:01.513Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-05T21:19:01.775Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-05T21:19:02.036Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-05T21:19:02.036Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-05T21:19:02.297Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-05T21:19:02.297Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-05T21:19:02.558Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-05T21:19:02.819Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-05T21:19:02.819Z] /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-05T21:19:02.819Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-05T21:19:02.819Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-05T21:19:02.864Z] $ docker top 13d32eefa8d94acbf225574559c0c2f3b403a17f916f20b44299bef868877172 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T21:19:03.857Z] + grep parallel [2021-05-05T21:19:03.857Z] + docker-compose build --help [2021-05-05T21:19:04.206Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-05T21:19:04.206Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-05T21:19:04.206Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-05T21:19:05.151Z] Reading package lists... [2021-05-05T21:19:05.412Z] Reading package lists... [2021-05-05T21:19:05.674Z] Building dependency tree... [2021-05-05T21:19:05.674Z] Reading state information... [2021-05-05T21:19:05.936Z] Calculating upgrade... [2021-05-05T21:19:05.936Z] The following packages will be upgraded: [2021-05-05T21:19:05.936Z] advancecomp base-files bash binutils binutils-common [2021-05-05T21:19:05.936Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-05T21:19:05.936Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-05T21:19:05.936Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-05T21:19:05.936Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-05T21:19:05.936Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-05T21:19:05.936Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-05T21:19:05.936Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-05T21:19:05.936Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-05T21:19:05.936Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-05T21:19:05.936Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-05T21:19:05.936Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-05T21:19:05.936Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-05T21:19:05.936Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-05T21:19:05.936Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-05T21:19:05.936Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-05T21:19:05.936Z] Need to get 64.0 MB of archives. [2021-05-05T21:19:05.936Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-05T21:19:05.936Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-05T21:19:06.199Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-05T21:19:06.200Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-05T21:19:06.200Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-05T21:19:06.200Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-05T21:19:06.200Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-05T21:19:06.200Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-05T21:19:06.200Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-05T21:19:06.200Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-05T21:19:06.200Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-05T21:19:06.200Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-05T21:19:06.200Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-05T21:19:06.200Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-05T21:19:06.200Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-05T21:19:06.200Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-05T21:19:06.200Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-05T21:19:06.200Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-05T21:19:06.200Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-05T21:19:06.200Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-05T21:19:06.200Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-05T21:19:06.461Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-05T21:19:06.461Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-05T21:19:06.461Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-05T21:19:06.461Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-05T21:19:06.461Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-05T21:19:06.461Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-05T21:19:06.461Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-05T21:19:06.461Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-05T21:19:06.461Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-05T21:19:06.461Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-05T21:19:06.461Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-05T21:19:06.461Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-05T21:19:06.461Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-05T21:19:06.461Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-05T21:19:06.461Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-05T21:19:06.461Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-05T21:19:06.461Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-05T21:19:06.461Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-05T21:19:06.461Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-05T21:19:06.461Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-05T21:19:06.461Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-05T21:19:06.461Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-05T21:19:06.461Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-05T21:19:06.461Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-05T21:19:06.461Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-05T21:19:06.461Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-05T21:19:06.461Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-05T21:19:06.461Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-05T21:19:06.461Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-05T21:19:06.461Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-05T21:19:06.461Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-05T21:19:06.461Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-05T21:19:06.461Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-05T21:19:06.461Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-05T21:19:06.461Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-05T21:19:06.462Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-05T21:19:06.723Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-05T21:19:06.985Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-05T21:19:06.985Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-05T21:19:06.985Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-05T21:19:06.985Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-05T21:19:06.985Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-05T21:19:06.985Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-05T21:19:06.985Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-05T21:19:06.985Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-05T21:19:07.229Z] --parallel Build images in parallel. [2021-05-05T21:19:07.246Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-05T21:19:07.246Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-05T21:19:07.509Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-05T21:19:07.509Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-05T21:19:07.509Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-05T21:19:07.509Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-05T21:19:07.509Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-05T21:19:07.509Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-05T21:19:07.509Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-05T21:19:07.509Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-05T21:19:07.509Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-05T21:19:07.509Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-05T21:19:07.509Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-05T21:19:07.509Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-05T21:19:07.509Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-05T21:19:07.509Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-05T21:19:07.509Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-05T21:19:07.509Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [Pipeline] } [2021-05-05T21:19:07.519Z] $ docker stop --time=1 13d32eefa8d94acbf225574559c0c2f3b403a17f916f20b44299bef868877172 [2021-05-05T21:19:07.769Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-05T21:19:07.770Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-05-05T21:19:07.770Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-05T21:19:07.770Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-05T21:19:07.770Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-05T21:19:07.770Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-05T21:19:07.770Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-05T21:19:07.770Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-05T21:19:07.770Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-05T21:19:07.770Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-05T21:19:07.770Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-05T21:19:07.770Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-05-05T21:19:07.770Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-05T21:19:07.770Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-05T21:19:08.034Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-05T21:19:08.034Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-05T21:19:08.034Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-05T21:19:08.034Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-05T21:19:08.034Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T21:19:08.034Z] Fetched 64.0 MB in 2s (32.3 MB/s) [2021-05-05T21:19:08.296Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:08.296Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T21:19:08.296Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-05T21:19:08.869Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T21:19:08.869Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-05T21:19:08.869Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-05T21:19:09.130Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-05T21:19:09.477Z] $ docker rm -f 13d32eefa8d94acbf225574559c0c2f3b403a17f916f20b44299bef868877172 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T21:19:10.082Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:10.082Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T21:19:10.082Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:10.082Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T21:19:10.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-05T21:19:10.108Z] . [Pipeline] withDockerContainer [2021-05-05T21:19:10.344Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:10.344Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T21:19:10.344Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:10.375Z] prd-ubuntu18.04-docker-arm64-4c-16g-3095 does not seem to be running inside a container [2021-05-05T21:19:10.453Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-05T21:19:10.606Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T21:19:10.606Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:10.606Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T21:19:10.868Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:10.868Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T21:19:10.868Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:10.868Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T21:19:10.868Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T21:19:11.129Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-05T21:19:11.129Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:11.129Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-05T21:19:11.129Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-05T21:19:11.389Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-05T21:19:11.389Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:11.389Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T21:19:11.389Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:11.389Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T21:19:11.389Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:11.651Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T21:19:11.651Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T21:19:11.839Z] $ docker top 244cc19798a3046d79572d6da9a7416d8d7fb5d68f7589659514d1613e88bac4 -eo pid,comm [2021-05-05T21:19:11.911Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-05T21:19:11.911Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T21:19:11.911Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] { [Pipeline] sh [2021-05-05T21:19:12.484Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-05T21:19:12.745Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-05T21:19:12.745Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-05T21:19:12.745Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-05T21:19:12.745Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-05T21:19:12.745Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-05T21:19:12.772Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-05T21:19:13.006Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-05T21:19:13.267Z] Installing new version of config file /etc/issue ... [2021-05-05T21:19:13.267Z] Installing new version of config file /etc/issue.net ... [2021-05-05T21:19:13.267Z] Installing new version of config file /etc/lsb-release ... [2021-05-05T21:19:13.267Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-05T21:19:13.527Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-05T21:19:13.527Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-05T21:19:13.527Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-05T21:19:13.527Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:13.527Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-05T21:19:13.794Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-05T21:19:13.794Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-05T21:19:13.794Z] 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-05T21:19:14.055Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:14.055Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T21:19:14.055Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-05T21:19:14.055Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-05T21:19:14.055Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:14.055Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-05T21:19:14.317Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-05T21:19:14.317Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-05T21:19:14.317Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:14.317Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-05T21:19:14.317Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-05T21:19:14.578Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-05T21:19:14.841Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:14.841Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-05T21:19:14.841Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-05T21:19:14.841Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-05T21:19:15.104Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:15.104Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-05T21:19:15.104Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-05T21:19:15.104Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-05T21:19:15.366Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:15.366Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-05T21:19:15.366Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-05T21:19:15.366Z] Setting up grep (3.1-2build1) ... [2021-05-05T21:19:15.627Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:15.627Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-05T21:19:15.627Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-05T21:19:15.888Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-05T21:19:15.888Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:15.888Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-05T21:19:15.888Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T21:19:16.147Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-05T21:19:16.147Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:16.147Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-05T21:19:16.147Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-05T21:19:16.719Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-05T21:19:16.719Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-05T21:19:16.979Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-05T21:19:16.979Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-05T21:19:17.066Z] Building docker-core-command-go ... [2021-05-05T21:19:17.066Z] Building docker-core-data-go ... [2021-05-05T21:19:17.066Z] Building docker-core-metadata-go ... [2021-05-05T21:19:17.066Z] Building docker-security-bootstrapper-go ... [2021-05-05T21:19:17.066Z] Building docker-security-proxy-setup-go ... [2021-05-05T21:19:17.066Z] Building docker-security-secretstore-setup-go ... [2021-05-05T21:19:17.066Z] Building docker-support-notifications-go ... [2021-05-05T21:19:17.066Z] Building docker-support-scheduler-go ... [2021-05-05T21:19:17.066Z] Building docker-sys-mgmt-agent-go ... [2021-05-05T21:19:17.066Z] Building docker-security-bootstrapper-go [2021-05-05T21:19:17.066Z] Building docker-core-data-go [2021-05-05T21:19:17.066Z] Building docker-core-metadata-go [2021-05-05T21:19:17.066Z] Building docker-security-secretstore-setup-go [2021-05-05T21:19:17.066Z] Building docker-support-notifications-go [2021-05-05T21:19:17.552Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-05T21:19:17.552Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:17.552Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-05T21:19:17.552Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-05T21:19:18.496Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-05T21:19:18.496Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-05T21:19:18.756Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-05T21:19:18.756Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-05T21:19:18.756Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-05T21:19:19.017Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:19.017Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-05T21:19:19.017Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-05T21:19:19.017Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-05T21:19:19.278Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:19.278Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T21:19:19.278Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T21:19:19.278Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T21:19:19.540Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:19.540Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T21:19:19.540Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T21:19:19.540Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T21:19:19.802Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:19.802Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T21:19:19.802Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T21:19:19.802Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T21:19:20.064Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:20.064Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T21:19:20.064Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T21:19:20.064Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T21:19:20.326Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:20.326Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-05T21:19:20.326Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T21:19:20.326Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-05T21:19:20.327Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T21:19:20.589Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-05T21:19:20.589Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:20.589Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-05T21:19:20.589Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T21:19:20.589Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-05T21:19:20.850Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:20.850Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T21:19:20.850Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T21:19:20.850Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T21:19:21.113Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:21.113Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T21:19:21.113Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T21:19:21.113Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-05T21:19:21.377Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:21.377Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T21:19:21.377Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T21:19:21.962Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-05T21:19:21.962Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-05T21:19:22.222Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-05T21:19:22.483Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:22.483Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T21:19:22.483Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-05T21:19:22.750Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-05T21:19:23.011Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T21:19:23.011Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-05T21:19:23.011Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T21:19:23.011Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-05T21:19:23.272Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:23.272Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-05T21:19:23.272Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-05T21:19:23.272Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-05T21:19:23.533Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:23.533Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-05T21:19:23.801Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-05T21:19:23.801Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-05T21:19:23.801Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:23.801Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-05T21:19:24.063Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-05T21:19:24.063Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-05T21:19:24.324Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:24.324Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-05T21:19:24.324Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-05T21:19:24.324Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-05T21:19:24.585Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:24.585Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-05T21:19:24.585Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-05T21:19:24.585Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-05T21:19:24.846Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:24.846Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-05T21:19:24.846Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-05T21:19:25.107Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-05T21:19:25.107Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:25.107Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T21:19:25.107Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T21:19:25.368Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-05-05T21:19:25.368Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-05T21:19:25.368Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-05T21:19:25.368Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-05T21:19:25.368Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-05T21:19:25.634Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:25.634Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-05T21:19:25.634Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-05T21:19:25.634Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-05T21:19:25.896Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:25.896Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-05T21:19:25.896Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-05T21:19:25.896Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-05T21:19:26.157Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:26.157Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-05T21:19:26.157Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-05T21:19:26.419Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-05T21:19:26.420Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:26.420Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-05T21:19:26.420Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-05T21:19:26.682Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-05T21:19:26.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:26.682Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-05T21:19:26.682Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-05T21:19:27.259Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-05T21:19:27.259Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:27.259Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T21:19:27.259Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-05T21:19:27.259Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-05T21:19:27.520Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:27.520Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-05T21:19:27.520Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-05T21:19:27.520Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-05T21:19:27.781Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:27.781Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-05T21:19:27.781Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-05T21:19:27.781Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-05T21:19:28.043Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:28.043Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-05T21:19:28.043Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-05T21:19:28.043Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-05T21:19:28.324Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:28.324Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-05T21:19:28.324Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-05T21:19:28.324Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-05T21:19:28.324Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:28.324Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-05T21:19:28.586Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-05T21:19:28.586Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-05T21:19:28.847Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:28.848Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-05T21:19:28.848Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-05T21:19:28.848Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-05T21:19:29.109Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:29.109Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-05T21:19:29.109Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-05T21:19:29.109Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-05T21:19:29.371Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T21:19:29.371Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-05T21:19:29.372Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-05T21:19:29.372Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-05T21:19:29.660Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-05T21:19:29.660Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-05T21:19:29.660Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-05T21:19:29.660Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-05T21:19:29.660Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-05T21:19:29.921Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-05T21:19:29.921Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-05T21:19:30.184Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-05T21:19:30.184Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-05T21:19:30.451Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-05T21:19:30.451Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-05T21:19:30.451Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-05T21:19:30.713Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-05T21:19:30.713Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-05T21:19:30.713Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-05T21:19:30.976Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-05T21:19:30.976Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-05T21:19:30.976Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-05T21:19:30.976Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-05T21:19:31.237Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-05T21:19:31.237Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-05T21:19:31.237Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-05T21:19:31.237Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-05T21:19:31.499Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-05T21:19:31.499Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-05T21:19:32.461Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-05T21:19:32.461Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-05T21:19:32.461Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-05T21:19:32.461Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-05T21:19:33.034Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-05T21:19:33.034Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-05T21:19:33.297Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-05T21:19:33.297Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-05T21:19:33.558Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-05T21:19:33.558Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-05T21:19:33.558Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-05T21:19:33.558Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-05T21:19:33.820Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:33.820Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T21:19:33.820Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:34.082Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T21:19:34.082Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:34.082Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T21:19:34.343Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:34.343Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T21:19:35.288Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:35.288Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T21:19:35.858Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:36.119Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T21:19:36.691Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:36.691Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T21:19:36.952Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:36.952Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T21:19:37.898Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T21:19:37.898Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T21:19:38.163Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-05T21:19:38.163Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-05T21:19:38.163Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-05T21:19:38.425Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-05T21:19:38.425Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-05T21:19:38.687Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-05T21:19:38.687Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-05T21:19:38.687Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-05T21:19:38.948Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-05T21:19:38.948Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-05T21:19:38.948Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-05T21:19:38.948Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-05T21:19:39.209Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-05T21:19:39.209Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-05T21:19:39.472Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T21:19:39.472Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-05T21:19:39.472Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T21:19:39.472Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T21:19:39.472Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T21:19:39.472Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-05T21:19:39.472Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-05T21:19:39.472Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-05T21:19:39.733Z] [2021-05-05T21:19:39.733Z] Current default time zone: 'Etc/UTC' [2021-05-05T21:19:39.733Z] Local time is now: Wed May 5 21:19:39 UTC 2021. [2021-05-05T21:19:39.733Z] Universal Time is now: Wed May 5 21:19:39 UTC 2021. [2021-05-05T21:19:39.733Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-05T21:19:39.733Z] [2021-05-05T21:19:39.733Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-05-05T21:19:39.733Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T21:19:39.733Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-05T21:19:39.733Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-05T21:19:39.995Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-05T21:19:39.995Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-05T21:19:39.995Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-05T21:19:39.995Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-05T21:19:39.995Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-05T21:19:39.995Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-05T21:19:39.995Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T21:19:39.995Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-05T21:19:40.256Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T21:19:40.517Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-05T21:19:40.517Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T21:19:40.517Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-05T21:19:40.517Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-05T21:19:40.517Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-05T21:19:40.517Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-05T21:19:40.517Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-05T21:19:40.517Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-05T21:19:40.517Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-05T21:19:40.517Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-05T21:19:42.702Z] Updating certificates in /etc/ssl/certs... [2021-05-05T21:19:43.277Z] 23 added, 27 removed; done. [2021-05-05T21:19:43.539Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-05T21:19:43.539Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T21:19:43.539Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-05T21:19:43.539Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-05T21:19:43.539Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-05T21:19:43.539Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T21:19:43.539Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-05T21:19:43.539Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T21:19:43.800Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T21:19:43.800Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T21:19:43.800Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T21:19:43.800Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T21:19:43.800Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-05T21:19:43.800Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-05T21:19:43.800Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-05T21:19:43.800Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-05T21:19:43.800Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-05T21:19:43.800Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T21:19:44.064Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T21:19:44.064Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-05T21:19:44.064Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-05T21:19:44.064Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-05T21:19:44.064Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-05T21:19:44.064Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-05T21:19:44.324Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-05T21:19:44.325Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-05T21:19:44.325Z] Updating certificates in /etc/ssl/certs... [2021-05-05T21:19:44.897Z] 0 added, 0 removed; done. [2021-05-05T21:19:44.897Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-05T21:19:44.897Z] done. [2021-05-05T21:19:45.476Z] Reading package lists... [2021-05-05T21:19:45.738Z] Building dependency tree... [2021-05-05T21:19:45.738Z] Reading state information... [2021-05-05T21:19:45.738Z] The following NEW packages will be installed: [2021-05-05T21:19:45.738Z] apt-transport-https [2021-05-05T21:19:45.999Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-05T21:19:45.999Z] Need to get 1692 B of archives. [2021-05-05T21:19:45.999Z] After this operation, 154 kB of additional disk space will be used. [2021-05-05T21:19:45.999Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-05T21:19:46.261Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T21:19:46.261Z] Fetched 1692 B in 0s (8583 B/s) [2021-05-05T21:19:46.261Z] Selecting previously unselected package apt-transport-https. [2021-05-05T21:19:46.261Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-05T21:19:46.261Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-05T21:19:46.261Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-05T21:19:46.261Z] Setting up apt-transport-https (1.6.13) ... [2021-05-05T21:19:46.521Z] Waiting for network to be ready... [2021-05-05T21:19:51.813Z] 2021-05-05T21:19:49Z INFO Waiting for automatic snapd restart... [2021-05-05T21:19:52.386Z] snapd 2.49.2 from Canonical* installed [2021-05-05T21:19:53.330Z] "snapd" switched to the "latest/stable" channel [2021-05-05T21:19:53.330Z] [2021-05-05T21:19:55.875Z] core18 20210309 from Canonical* installed [2021-05-05T21:19:55.875Z] "core18" switched to the "latest/stable" channel [2021-05-05T21:19:55.875Z] [2021-05-05T21:19:59.184Z] snapcraft 4.7.1 from Canonical* installed [2021-05-05T21:19:59.446Z] "snapcraft" switched to the "latest/stable" channel [2021-05-05T21:19:59.446Z] [2021-05-05T21:20:03.663Z] 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-05T21:20:03.663Z] - README.md [2021-05-05T21:20:03.663Z] [2021-05-05T21:20:03.663Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-05T21:20:10.253Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T21:20:10.253Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-05T21:20:10.253Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-05T21:20:10.253Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-05T21:20:11.195Z] Reading package lists... [2021-05-05T21:20:11.462Z] 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-05T21:20:18.051Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T21:20:18.051Z] Reading package lists... [2021-05-05T21:20:18.051Z] Building dependency tree... [2021-05-05T21:20:18.051Z] Reading state information... [2021-05-05T21:20:18.051Z] Suggested packages: [2021-05-05T21:20:18.051Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-05T21:20:18.052Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-05T21:20:18.052Z] Recommended packages: [2021-05-05T21:20:18.052Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-05T21:20:18.052Z] The following NEW packages will be installed: [2021-05-05T21:20:18.052Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-05T21:20:18.052Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-05T21:20:18.052Z] pkg-config zip [2021-05-05T21:20:18.052Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-05T21:20:18.052Z] Need to get 7663 kB of archives. [2021-05-05T21:20:18.052Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-05T21:20:18.052Z] 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-05T21:20:18.052Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-05T21:20:18.052Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-05T21:20:18.052Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-05T21:20:18.052Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-05T21:20:18.052Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-05T21:20:18.052Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-05T21:20:18.312Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-05T21:20:18.312Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-05T21:20:18.312Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-05T21:20:18.573Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-05T21:20:18.573Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-05T21:20:18.573Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-05T21:20:18.573Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-05T21:20:18.573Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-05T21:20:18.834Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T21:20:18.834Z] Fetched 7663 kB in 1s (9785 kB/s) [2021-05-05T21:20:18.834Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-05T21:20:18.834Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-05T21:20:18.834Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-05T21:20:18.834Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-05T21:20:19.095Z] Selecting previously unselected package libpsl5:amd64. [2021-05-05T21:20:19.095Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-05T21:20:19.095Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-05T21:20:19.356Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-05T21:20:19.356Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-05T21:20:19.356Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-05T21:20:19.356Z] Selecting previously unselected package librtmp1:amd64. [2021-05-05T21:20:19.356Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-05T21:20:19.618Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-05T21:20:19.618Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-05T21:20:19.618Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-05T21:20:19.618Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-05T21:20:19.618Z] Selecting previously unselected package liberror-perl. [2021-05-05T21:20:19.618Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-05T21:20:19.618Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-05T21:20:19.880Z] Selecting previously unselected package git-man. [2021-05-05T21:20:19.880Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-05T21:20:19.880Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-05T21:20:19.880Z] Selecting previously unselected package git. [2021-05-05T21:20:19.880Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-05T21:20:20.142Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-05T21:20:20.719Z] Selecting previously unselected package libnorm1:amd64. [2021-05-05T21:20:20.719Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-05T21:20:20.719Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-05T21:20:20.980Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-05T21:20:20.980Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-05T21:20:20.980Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-05T21:20:20.980Z] Selecting previously unselected package libsodium23:amd64. [2021-05-05T21:20:20.980Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-05T21:20:20.980Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-05T21:20:20.980Z] Selecting previously unselected package libzmq5:amd64. [2021-05-05T21:20:20.980Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-05T21:20:21.241Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-05T21:20:21.241Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-05T21:20:21.241Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-05T21:20:21.241Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-05T21:20:21.241Z] Selecting previously unselected package pkg-config. [2021-05-05T21:20:21.241Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-05T21:20:21.241Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-05T21:20:21.502Z] Selecting previously unselected package zip. [2021-05-05T21:20:21.502Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-05T21:20:21.502Z] Unpacking zip (3.0-11build1) ... [2021-05-05T21:20:21.502Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-05T21:20:21.502Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-05T21:20:21.502Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-05T21:20:21.502Z] Setting up liberror-perl (0.17025-1) ... [2021-05-05T21:20:21.763Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-05T21:20:21.763Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-05T21:20:21.763Z] No schema files found: doing nothing. [2021-05-05T21:20:21.763Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-05T21:20:21.763Z] Setting up zip (3.0-11build1) ... [2021-05-05T21:20:21.763Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-05T21:20:21.763Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-05T21:20:21.763Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-05T21:20:21.764Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-05T21:20:22.026Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-05T21:20:22.026Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-05T21:20:22.026Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-05T21:20:22.026Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-05T21:20:28.625Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T21:20:28.889Z] git set to automatically installed. [2021-05-05T21:20:28.889Z] git-man set to automatically installed. [2021-05-05T21:20:28.889Z] libcurl3-gnutls set to automatically installed. [2021-05-05T21:20:28.889Z] liberror-perl set to automatically installed. [2021-05-05T21:20:28.889Z] libglib2.0-0 set to automatically installed. [2021-05-05T21:20:28.889Z] libnghttp2-14 set to automatically installed. [2021-05-05T21:20:28.889Z] libnorm1 set to automatically installed. [2021-05-05T21:20:28.889Z] libpgm-5.2-0 set to automatically installed. [2021-05-05T21:20:28.889Z] libpsl5 set to automatically installed. [2021-05-05T21:20:28.889Z] librtmp1 set to automatically installed. [2021-05-05T21:20:28.889Z] libsodium23 set to automatically installed. [2021-05-05T21:20:28.889Z] libzmq3-dev set to automatically installed. [2021-05-05T21:20:28.889Z] libzmq5 set to automatically installed. [2021-05-05T21:20:28.889Z] pkg-config set to automatically installed. [2021-05-05T21:20:28.889Z] zip set to automatically installed. [2021-05-05T21:20:30.280Z] snapd is not logged in, snap install commands will use sudo [2021-05-05T21:20:36.875Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T21:20:37.447Z] snap "core18" has no updates available [2021-05-05T21:20:38.020Z] snapd is not logged in, snap install commands will use sudo [2021-05-05T21:20:38.851Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T21:20:38.851Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-05T21:20:38.851Z] ---> dcd03d6f4287 [2021-05-05T21:20:38.851Z] Step 3/25 : WORKDIR /edgex-go [2021-05-05T21:20:38.851Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T21:20:38.851Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T21:20:38.851Z] ---> dcd03d6f4287 [2021-05-05T21:20:38.851Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T21:20:38.851Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T21:20:38.851Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T21:20:38.851Z] ---> dcd03d6f4287 [2021-05-05T21:20:38.851Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T21:20:38.851Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T21:20:38.851Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-05T21:20:38.851Z] ---> dcd03d6f4287 [2021-05-05T21:20:38.851Z] Step 3/31 : WORKDIR /edgex-go [2021-05-05T21:20:38.851Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T21:20:38.851Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-05T21:20:38.851Z] ---> dcd03d6f4287 [2021-05-05T21:20:38.851Z] Step 3/22 : WORKDIR /edgex-go [2021-05-05T21:20:38.851Z] ---> Running in efac18bbe077 [2021-05-05T21:20:38.851Z] ---> Running in f4d9e23dd53b [2021-05-05T21:20:38.851Z] ---> Running in 796568a584a9 [2021-05-05T21:20:38.851Z] ---> Running in 1aec35cb54d7 [2021-05-05T21:20:38.851Z] ---> Running in 687206e11a9c [2021-05-05T21:20:38.851Z] Removing intermediate container 796568a584a9 [2021-05-05T21:20:38.851Z] ---> 26562b891242 [2021-05-05T21:20:38.851Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:20:38.851Z] Removing intermediate container 687206e11a9c [2021-05-05T21:20:38.851Z] ---> d15f76688480 [2021-05-05T21:20:38.851Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:20:38.851Z] Removing intermediate container efac18bbe077 [2021-05-05T21:20:38.851Z] ---> bfcb6c27ddb3 [2021-05-05T21:20:38.851Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:20:38.851Z] Removing intermediate container 1aec35cb54d7 [2021-05-05T21:20:38.851Z] ---> 1722b2d3a42d [2021-05-05T21:20:38.851Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:20:38.851Z] Removing intermediate container f4d9e23dd53b [2021-05-05T21:20:38.851Z] ---> 1027f7fa151d [2021-05-05T21:20:38.852Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:20:38.852Z] ---> Running in 680a40178683 [2021-05-05T21:20:38.852Z] ---> Running in 95e1db9efedb [2021-05-05T21:20:38.852Z] ---> Running in e88deba3477d [2021-05-05T21:20:38.852Z] ---> Running in b5150230ef1f [2021-05-05T21:20:38.852Z] ---> Running in d1902b7c8ff1 [2021-05-05T21:20:38.852Z] Removing intermediate container 680a40178683 [2021-05-05T21:20:38.852Z] ---> 00d92b6a75a2 [2021-05-05T21:20:38.852Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-05T21:20:38.852Z] Removing intermediate container 95e1db9efedb [2021-05-05T21:20:38.852Z] ---> edc882b49f73 [2021-05-05T21:20:38.852Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-05T21:20:38.852Z] ---> Running in 0567824b0714 [2021-05-05T21:20:38.852Z] Removing intermediate container b5150230ef1f [2021-05-05T21:20:38.852Z] ---> 10ba2ca0de2e [2021-05-05T21:20:38.852Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-05T21:20:38.852Z] ---> Running in 0af8c729bec2 [2021-05-05T21:20:38.852Z] Removing intermediate container d1902b7c8ff1 [2021-05-05T21:20:38.852Z] ---> 41012fd0e353 [2021-05-05T21:20:38.852Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-05T21:20:38.852Z] ---> Running in 51750e8d52dd [2021-05-05T21:20:38.852Z] Removing intermediate container e88deba3477d [2021-05-05T21:20:38.852Z] ---> 22ceb332a5c1 [2021-05-05T21:20:38.852Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-05T21:20:38.852Z] ---> Running in 5a2339e8cd97 [2021-05-05T21:20:38.852Z] ---> Running in 5632934fbffa [2021-05-05T21:20:38.852Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T21:20:38.852Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T21:20:38.852Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T21:20:38.852Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T21:20:38.852Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T21:20:38.852Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T21:20:38.852Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T21:20:38.852Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T21:20:38.852Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T21:20:38.852Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T21:20:38.852Z] OK: 218 MiB in 52 packages [2021-05-05T21:20:39.126Z] OK: 218 MiB in 52 packages [2021-05-05T21:20:39.738Z] OK: 218 MiB in 52 packages [2021-05-05T21:20:40.026Z] OK: 218 MiB in 52 packages [2021-05-05T21:20:40.026Z] OK: 218 MiB in 52 packages [2021-05-05T21:20:41.019Z] Removing intermediate container 0567824b0714 [2021-05-05T21:20:41.019Z] ---> 2eb130985df1 [2021-05-05T21:20:41.019Z] Step 6/23 : COPY go.mod . [2021-05-05T21:20:41.297Z] Removing intermediate container 0af8c729bec2 [2021-05-05T21:20:41.297Z] ---> 3d821e752f87 [2021-05-05T21:20:41.297Z] Step 6/25 : COPY go.mod . [2021-05-05T21:20:41.297Z] Removing intermediate container 51750e8d52dd [2021-05-05T21:20:41.297Z] ---> 868fd24c4702 [2021-05-05T21:20:41.297Z] Step 6/22 : COPY go.mod . [2021-05-05T21:20:41.896Z] Removing intermediate container 5a2339e8cd97 [2021-05-05T21:20:41.896Z] ---> 8aa0ac274c51 [2021-05-05T21:20:41.896Z] Step 6/23 : COPY go.mod . [2021-05-05T21:20:41.896Z] Removing intermediate container 5632934fbffa [2021-05-05T21:20:41.896Z] ---> 25b062ddbdcf [2021-05-05T21:20:41.896Z] Step 6/31 : COPY go.mod . [2021-05-05T21:20:41.896Z] ---> 7e0d8514ca1f [2021-05-05T21:20:41.896Z] Step 7/23 : RUN go mod download [2021-05-05T21:20:42.169Z] ---> Running in 3d5eafbf8f41 [2021-05-05T21:20:42.443Z] ---> 0d3fa4d31a3d [2021-05-05T21:20:42.443Z] Step 7/25 : RUN go mod download [2021-05-05T21:20:42.443Z] ---> 876c795f9e40 [2021-05-05T21:20:42.443Z] Step 7/22 : RUN go mod download [2021-05-05T21:20:42.724Z] ---> Running in cf24cff450a5 [2021-05-05T21:20:42.724Z] ---> 068b0e5246bd [2021-05-05T21:20:42.724Z] Step 7/23 : RUN go mod download [2021-05-05T21:20:43.006Z] ---> Running in e1b60b90639a [2021-05-05T21:20:43.280Z] ---> cd4558a0d594 [2021-05-05T21:20:43.280Z] Step 7/31 : RUN go mod download [2021-05-05T21:20:43.280Z] ---> Running in 33162bb44917 [2021-05-05T21:20:43.552Z] ---> Running in f039aa98eef7 [2021-05-05T21:20:46.161Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T21:20:46.952Z] Removing intermediate container 3d5eafbf8f41 [2021-05-05T21:20:46.952Z] ---> dfee1fef56ed [2021-05-05T21:20:46.952Z] Step 8/23 : COPY . . [2021-05-05T21:20:48.959Z] Removing intermediate container cf24cff450a5 [2021-05-05T21:20:48.959Z] ---> 9bf25beabfc1 [2021-05-05T21:20:48.959Z] Step 8/25 : COPY . . [2021-05-05T21:20:49.234Z] Removing intermediate container e1b60b90639a [2021-05-05T21:20:49.234Z] ---> 99a63f98b508 [2021-05-05T21:20:49.234Z] Step 8/22 : COPY . . [2021-05-05T21:20:49.840Z] Removing intermediate container f039aa98eef7 [2021-05-05T21:20:49.840Z] ---> e289c23e4616 [2021-05-05T21:20:49.840Z] Step 8/31 : COPY . . [2021-05-05T21:20:49.840Z] Removing intermediate container 33162bb44917 [2021-05-05T21:20:49.840Z] ---> a687644a748d [2021-05-05T21:20:49.840Z] Step 8/23 : COPY . . [2021-05-05T21:21:04.290Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-05T21:21:04.290Z] Pulling go-build-helper [2021-05-05T21:21:04.290Z] + snapcraftctl pull [2021-05-05T21:21:04.290Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-05T21:21:04.290Z] Skipping pull go-build-helper (already ran) [2021-05-05T21:21:04.290Z] Building go-build-helper [2021-05-05T21:21:04.290Z] + snapcraftctl build [2021-05-05T21:21:05.238Z] Staging go-build-helper [2021-05-05T21:21:05.238Z] + snapcraftctl stage [2021-05-05T21:21:16.655Z] ---> 3cd0b4c3702e [2021-05-05T21:21:16.655Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-05T21:21:16.655Z] ---> Running in 9c8c39dc146b [2021-05-05T21:21:16.655Z] ---> c31c62c2a94f [2021-05-05T21:21:16.655Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-05T21:21:16.655Z] ---> 56328e6c6ee2 [2021-05-05T21:21:16.655Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-05T21:21:16.655Z] ---> 724c1e797625 [2021-05-05T21:21:16.655Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-05T21:21:16.655Z] ---> ca2a13e9684b [2021-05-05T21:21:16.655Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-05T21:21:16.655Z] ---> Running in 718a8d2b94ec [2021-05-05T21:21:16.655Z] ---> Running in f9c5fb7ef0a3 [2021-05-05T21:21:16.655Z] ---> Running in ddc3f9df19d4 [2021-05-05T21:21:16.655Z] ---> Running in 3daf2f98bc74 [2021-05-05T21:21:16.655Z] 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-05T21:21:16.655Z] 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-05T21:21:16.655Z] 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-05T21:21:16.655Z] 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-05T21:21:16.655Z] 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-05T21:21:17.479Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-05T21:21:17.479Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-05T21:21:17.479Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-05T21:21:17.479Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-05T21:21:17.479Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-05T21:21:17.479Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-05T21:21:17.479Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-05T21:21:17.479Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-05T21:21:17.479Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-05T21:21:17.479Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-05T21:21:17.479Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-05T21:21:17.479Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-05T21:21:17.479Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-05T21:21:17.479Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-05T21:21:17.479Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-05T21:21:17.479Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-05T21:21:17.479Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-05T21:21:17.479Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-05T21:21:17.479Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-05T21:21:17.479Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-05T21:21:17.479Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-05T21:21:17.479Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-05T21:21:17.479Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-05T21:21:17.479Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-05T21:21:17.479Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-05T21:21:17.479Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-05T21:21:17.479Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-05T21:21:17.479Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-05T21:21:17.479Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-05T21:21:17.479Z] Fetched 224 kB in 0s (0 B/s) [2021-05-05T21:21:17.479Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-05T21:21:17.479Z] Fetched 157 kB in 0s (0 B/s) [2021-05-05T21:21:17.479Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-05T21:21:17.479Z] Fetched 221 kB in 0s (0 B/s) [2021-05-05T21:21:17.479Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-05T21:21:17.479Z] Fetched 143 kB in 0s (0 B/s) [2021-05-05T21:21:17.479Z] Pulling app-service-config [2021-05-05T21:21:17.479Z] + snapcraftctl pull [2021-05-05T21:21:17.479Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-05T21:21:17.479Z] Pulling config-common [2021-05-05T21:21:17.479Z] + snapcraftctl pull [2021-05-05T21:21:21.692Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-05T21:21:21.692Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-05T21:21:21.692Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-05T21:21:21.692Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T21:21:21.692Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-05T21:21:21.692Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T21:21:21.692Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-05T21:21:21.692Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T21:21:21.692Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-05T21:21:21.692Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T21:21:21.692Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-05T21:21:21.692Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T21:21:21.692Z] Pulling edgex-go [2021-05-05T21:21:21.692Z] + snapcraftctl pull [2021-05-05T21:21:43.674Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-05T21:21:43.675Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-05T21:21:43.675Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-05T21:21:43.675Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-05T21:21:43.675Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-05T21:21:43.675Z] Fetched 279 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-05T21:21:43.675Z] Fetched 122 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-05T21:21:43.675Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-05T21:21:43.675Z] Fetched 8848 B in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-05T21:21:43.675Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-05T21:21:43.675Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-05T21:21:43.675Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-05T21:21:43.675Z] Fetched 219 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-05T21:21:43.675Z] Fetched 154 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-05T21:21:43.675Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-05T21:21:43.675Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-05T21:21:43.675Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-05T21:21:43.675Z] Fetched 499 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-05T21:21:43.675Z] Fetched 111 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-05T21:21:43.675Z] Fetched 240 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-05T21:21:43.675Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-05T21:21:43.675Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-05T21:21:43.675Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-05T21:21:43.675Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-05T21:21:43.675Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-05T21:21:43.675Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-05T21:21:43.675Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-05T21:21:43.675Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-05T21:21:43.675Z] Fetched 8720 B in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-05T21:21:43.675Z] Fetched 137 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-05T21:21:43.675Z] Fetched 119 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-05T21:21:43.675Z] Fetched 110 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-05T21:21:43.675Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-05T21:21:43.675Z] Fetched 645 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-05T21:21:43.675Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-05T21:21:43.675Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-05T21:21:43.675Z] Fetched 368 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-05T21:21:43.675Z] Fetched 187 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-05T21:21:43.675Z] Fetched 175 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-05T21:21:43.675Z] Fetched 206 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-05T21:21:43.675Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-05T21:21:43.675Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-05T21:21:43.675Z] Fetched 159 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-05T21:21:43.675Z] Fetched 107 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-05T21:21:43.675Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-05T21:21:43.675Z] Pulling static-packages [2021-05-05T21:21:43.675Z] + snapcraftctl pull [2021-05-05T21:21:43.675Z] Pulling version [2021-05-05T21:21:43.675Z] + cd /root/project [2021-05-05T21:21:43.675Z] + [ -f VERSION ] [2021-05-05T21:21:43.675Z] + PROJECT_VERSION=local-dev [2021-05-05T21:21:43.675Z] + git rev-parse --short HEAD [2021-05-05T21:21:43.675Z] + GIT_REVISION=24542bf0 [2021-05-05T21:21:43.675Z] + snapcraftctl set-version local-dev [2021-05-05T21:21:43.675Z] Skipping build go-build-helper (already ran) [2021-05-05T21:21:43.675Z] Building app-service-config [2021-05-05T21:21:43.675Z] + make build [2021-05-05T21:21:43.675Z] 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-05T21:21:45.591Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-05-05T21:21:45.591Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-05T21:21:45.591Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-05T21:21:45.591Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-05T21:21:45.591Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-05-05T21:21:45.852Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-05T21:21:46.117Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-05T21:21:46.117Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-05T21:21:46.117Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-05T21:21:46.117Z] go: downloading golang.org/x/text v0.3.2 [2021-05-05T21:21:46.382Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-05T21:21:46.382Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-05T21:21:46.382Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-05-05T21:21:46.642Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-05T21:21:46.642Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-05T21:21:46.642Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-05T21:21:46.905Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-05T21:21:46.905Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-05T21:21:46.905Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-05T21:21:46.905Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-05T21:21:46.905Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-05T21:21:46.905Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-05T21:21:46.905Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-05T21:21:46.905Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-05T21:21:46.905Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-05T21:21:46.905Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-05T21:21:47.166Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-05T21:21:47.166Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-05T21:21:47.166Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-05T21:21:47.166Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-05T21:21:47.166Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-05T21:21:47.166Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-05T21:21:47.166Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-05T21:21:47.166Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-05T21:21:47.166Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-05T21:21:47.166Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-05T21:21:47.166Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-05T21:21:47.166Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-05T21:21:47.427Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-05T21:21:47.427Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-05T21:21:47.427Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-05T21:21:47.427Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-05T21:21:47.427Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-05T21:21:47.427Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-05T21:21:47.427Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-05T21:21:57.436Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-05T21:21:57.436Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-05T21:21:57.436Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-05T21:21:57.436Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-05T21:21:57.698Z] Building config-common [2021-05-05T21:21:57.698Z] + snapcraftctl build [2021-05-05T21:22:00.242Z] Building edgex-go [2021-05-05T21:22:00.242Z] + cd /root/parts/edgex-go/src [2021-05-05T21:22:00.242Z] + make build [2021-05-05T21:22:00.242Z] 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-05T21:22:00.502Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.80 [2021-05-05T21:22:00.502Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.19 [2021-05-05T21:22:00.502Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-05T21:22:00.762Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-05T21:22:00.762Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-05T21:22:04.998Z] 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-05T21:22:04.998Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-05T21:22:10.282Z] 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-05T21:22:11.668Z] 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-05T21:22:13.051Z] 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-05T21:22:13.995Z] 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-05T21:22:13.995Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-05T21:22:13.995Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-05T21:22:13.995Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-05T21:22:13.995Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-05T21:22:15.908Z] 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-05T21:22:16.169Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-05T21:22:16.169Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-05T21:22:18.082Z] 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-05T21:22:19.023Z] 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-05T21:22:19.023Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-05T21:22:20.616Z] 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-05T21:22:21.682Z] 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-05T21:22:23.206Z] 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-05T21:22:23.206Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-05T21:22:25.321Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-05T21:22:25.321Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-05T21:22:25.321Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-05T21:22:25.321Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-05T21:22:25.321Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-05T21:22:25.321Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-05T21:22:25.321Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-05T21:22:25.321Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-05T21:22:25.321Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-05T21:22:25.321Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-05T21:22:25.321Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-05T21:22:25.321Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-05T21:22:25.321Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-05T21:22:25.321Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-05T21:22:25.321Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-05T21:22:25.321Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-05T21:22:25.321Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-05T21:22:25.321Z] + 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-05T21:22:25.321Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-05T21:22:25.321Z] + 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-05T21:22:25.321Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-05T21:22:25.321Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-05T21:22:25.321Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-05T21:22:25.321Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-05T21:22:25.321Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-05T21:22:25.321Z] + 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-05T21:22:28.626Z] Building static-packages [2021-05-05T21:22:28.626Z] + snapcraftctl build [2021-05-05T21:22:30.010Z] Building version [2021-05-05T21:22:30.010Z] + snapcraftctl build [2021-05-05T21:22:32.581Z] Skipping stage go-build-helper (already ran) [2021-05-05T21:22:32.581Z] Staging app-service-config [2021-05-05T21:22:32.581Z] + snapcraftctl stage [2021-05-05T21:22:33.153Z] Staging config-common [2021-05-05T21:22:33.154Z] + snapcraftctl stage [2021-05-05T21:22:34.097Z] Staging edgex-go [2021-05-05T21:22:34.097Z] + snapcraftctl stage [2021-05-05T21:22:35.481Z] Staging static-packages [2021-05-05T21:22:35.481Z] + snapcraftctl stage [2021-05-05T21:22:36.055Z] Staging version [2021-05-05T21:22:36.055Z] + snapcraftctl stage [2021-05-05T21:22:37.444Z] Priming go-build-helper [2021-05-05T21:22:37.444Z] + snapcraftctl prime [2021-05-05T21:22:38.387Z] Priming app-service-config [2021-05-05T21:22:38.388Z] + snapcraftctl prime [2021-05-05T21:22:39.331Z] Priming config-common [2021-05-05T21:22:39.331Z] + snapcraftctl prime [2021-05-05T21:22:40.717Z] Priming edgex-go [2021-05-05T21:22:40.717Z] + snapcraftctl prime [2021-05-05T21:22:41.661Z] Priming static-packages [2021-05-05T21:22:41.661Z] + snapcraftctl prime [2021-05-05T21:22:44.211Z] Priming version [2021-05-05T21:22:44.211Z] + snapcraftctl prime [2021-05-05T21:22:45.154Z] 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-05T21:23:08.514Z] 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-05T21:23:13.978Z] Removing intermediate container f9c5fb7ef0a3 [2021-05-05T21:23:13.978Z] ---> 2930ec24e66d [2021-05-05T21:23:13.978Z] [2021-05-05T21:23:13.978Z] Step 10/31 : FROM alpine:3.12 [2021-05-05T21:23:14.260Z] 3.12: Pulling from library/alpine [2021-05-05T21:23:15.250Z] Removing intermediate container 3daf2f98bc74 [2021-05-05T21:23:15.250Z] ---> 5ec71546b133 [2021-05-05T21:23:15.250Z] [2021-05-05T21:23:15.250Z] Step 10/25 : FROM alpine:3.12 [2021-05-05T21:23:15.250Z] 3.12: Pulling from library/alpine [2021-05-05T21:23:15.524Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-05T21:23:15.524Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-05T21:23:15.524Z] Status: Downloaded newer image for alpine:3.12 [2021-05-05T21:23:15.524Z] ---> 9852663dfa18 [2021-05-05T21:23:15.524Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-05T21:23:15.524Z] Status: Downloaded newer image for alpine:3.12 [2021-05-05T21:23:15.524Z] ---> 9852663dfa18 [2021-05-05T21:23:15.524Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-05T21:23:16.123Z] ---> Running in 1a2dc341880b [2021-05-05T21:23:16.123Z] ---> Running in 538c94f9f845 [2021-05-05T21:23:17.115Z] Removing intermediate container 538c94f9f845 [2021-05-05T21:23:17.115Z] ---> 00a4d7d2a04e [2021-05-05T21:23:17.115Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-05T21:23:17.391Z] ---> Running in 62f9ec85bd81 [2021-05-05T21:23:18.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T21:23:18.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T21:23:19.656Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-05T21:23:19.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T21:23:19.656Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T21:23:19.656Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-05T21:23:19.656Z] (4/6) Installing curl (7.76.1-r0) [2021-05-05T21:23:19.656Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-05T21:23:19.656Z] (6/6) Installing su-exec (0.2-r1) [2021-05-05T21:23:19.656Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T21:23:19.656Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T21:23:19.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T21:23:20.257Z] OK: 7 MiB in 20 packages [2021-05-05T21:23:20.257Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-05T21:23:20.257Z] (2/2) Installing su-exec (0.2-r1) [2021-05-05T21:23:20.257Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T21:23:20.534Z] OK: 5 MiB in 16 packages [2021-05-05T21:23:23.180Z] Removing intermediate container 62f9ec85bd81 [2021-05-05T21:23:23.180Z] ---> 71d85b611e6a [2021-05-05T21:23:23.180Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-05T21:23:23.180Z] Removing intermediate container 1a2dc341880b [2021-05-05T21:23:23.180Z] ---> d2570584b654 [2021-05-05T21:23:23.180Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-05T21:23:23.458Z] ---> Running in 0a644c69a7e8 [2021-05-05T21:23:23.458Z] ---> Running in ede4d4500502 [2021-05-05T21:23:24.899Z] Removing intermediate container 0a644c69a7e8 [2021-05-05T21:23:24.899Z] ---> c8cddbbe0665 [2021-05-05T21:23:24.899Z] Step 13/25 : WORKDIR / [2021-05-05T21:23:24.899Z] Removing intermediate container ede4d4500502 [2021-05-05T21:23:24.899Z] ---> 13be58c36969 [2021-05-05T21:23:24.899Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-05T21:23:25.501Z] ---> Running in 44897fa6be6f [2021-05-05T21:23:25.501Z] ---> Running in 931638b912c3 [2021-05-05T21:23:26.935Z] Removing intermediate container 931638b912c3 [2021-05-05T21:23:26.935Z] Removing intermediate container 44897fa6be6f [2021-05-05T21:23:26.935Z] ---> 6174fc1bfebd [2021-05-05T21:23:26.935Z] ---> 277fdd602ed0 [2021-05-05T21:23:26.935Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-05T21:23:26.935Z] 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-05T21:23:26.935Z] ---> Running in 261ab7f7e18d [2021-05-05T21:23:27.225Z] Removing intermediate container ddc3f9df19d4 [2021-05-05T21:23:27.225Z] ---> 3b540b1180c9 [2021-05-05T21:23:27.225Z] [2021-05-05T21:23:27.225Z] Step 10/22 : FROM alpine:3.12 [2021-05-05T21:23:27.225Z] ---> 9852663dfa18 [2021-05-05T21:23:27.225Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-05T21:23:27.830Z] ---> Running in dada6b285461 [2021-05-05T21:23:27.830Z] ---> d279d92e2ea4 [2021-05-05T21:23:27.830Z] 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-05T21:23:29.826Z] ---> 55379b5731ed [2021-05-05T21:23:29.826Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-05T21:23:29.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T21:23:30.114Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T21:23:31.110Z] Removing intermediate container 261ab7f7e18d [2021-05-05T21:23:31.111Z] ---> ede718e5d1a9 [2021-05-05T21:23:31.111Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-05T21:23:31.111Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-05T21:23:31.111Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-05T21:23:31.111Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T21:23:31.111Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T21:23:31.111Z] ---> ecfc2cebbb24 [2021-05-05T21:23:31.111Z] 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-05T21:23:31.392Z] ---> Running in 705883baf632 [2021-05-05T21:23:31.392Z] OK: 6 MiB in 16 packages [2021-05-05T21:23:33.378Z] Removing intermediate container 705883baf632 [2021-05-05T21:23:33.378Z] ---> 3c631c67c3eb [2021-05-05T21:23:33.378Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-05T21:23:33.378Z] ---> 0890541d0989 [2021-05-05T21:23:33.378Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-05T21:23:34.380Z] Removing intermediate container dada6b285461 [2021-05-05T21:23:34.380Z] ---> 4693f277ac7f [2021-05-05T21:23:34.380Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T21:23:34.663Z] Removing intermediate container 9c8c39dc146b [2021-05-05T21:23:34.663Z] ---> 610fc635eee1 [2021-05-05T21:23:34.663Z] [2021-05-05T21:23:34.663Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T21:23:34.663Z] ---> 9852663dfa18 [2021-05-05T21:23:34.663Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-05T21:23:34.663Z] ---> Running in b9b5332abcc2 [2021-05-05T21:23:34.964Z] ---> 6b536dedd8c0 [2021-05-05T21:23:34.964Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-05T21:23:34.964Z] ---> Running in 751226f95f8b [2021-05-05T21:23:35.241Z] ---> Running in c1d9b6f91b9a [2021-05-05T21:23:35.241Z] ---> fbc0bc865d53 [2021-05-05T21:23:35.241Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-05T21:23:35.241Z] Removing intermediate container b9b5332abcc2 [2021-05-05T21:23:35.241Z] ---> 9a9724ce0b0e [2021-05-05T21:23:35.241Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-05T21:23:35.520Z] ---> Running in 9685772e7e03 [2021-05-05T21:23:36.122Z] Removing intermediate container 9685772e7e03 [2021-05-05T21:23:36.123Z] ---> 2eddaacbe0c7 [2021-05-05T21:23:36.123Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-05T21:23:36.399Z] ---> Running in a81286434d39 [2021-05-05T21:23:36.997Z] ---> 595d16414848 [2021-05-05T21:23:36.997Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-05T21:23:37.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T21:23:37.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T21:23:37.542Z] Removing intermediate container a81286434d39 [2021-05-05T21:23:37.542Z] ---> 63b922e81019 [2021-05-05T21:23:37.542Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T21:23:37.816Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-05T21:23:37.816Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T21:23:38.100Z] OK: 5 MiB in 15 packages [2021-05-05T21:23:38.376Z] ---> ab6779fa1139 [2021-05-05T21:23:38.376Z] 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-05T21:23:39.361Z] ---> Running in 200a4cd0b2c0 [2021-05-05T21:23:39.361Z] ---> ea79d40452a0 [2021-05-05T21:23:39.361Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-05T21:23:39.966Z] Removing intermediate container 718a8d2b94ec [2021-05-05T21:23:39.966Z] ---> 974af84fe8dd [2021-05-05T21:23:39.966Z] [2021-05-05T21:23:39.966Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T21:23:39.966Z] ---> 9852663dfa18 [2021-05-05T21:23:39.966Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-05T21:23:40.243Z] Removing intermediate container c1d9b6f91b9a [2021-05-05T21:23:40.243Z] ---> 9ed3fafec758 [2021-05-05T21:23:40.243Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T21:23:40.516Z] ---> Running in 3b827c851984 [2021-05-05T21:23:40.791Z] Removing intermediate container 751226f95f8b [2021-05-05T21:23:40.791Z] ---> e569122a827d [2021-05-05T21:23:40.791Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T21:23:41.066Z] ---> Running in 858cb0ae7457 [2021-05-05T21:23:41.066Z] ---> 7d38595a72cc [2021-05-05T21:23:41.066Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-05T21:23:41.340Z] Removing intermediate container 3b827c851984 [2021-05-05T21:23:41.340Z] ---> 94295875ca4c [2021-05-05T21:23:41.340Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-05T21:23:41.340Z] ---> db1db10bd43e [2021-05-05T21:23:41.340Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-05T21:23:41.340Z] ---> Running in 1a9f94a37dcb [2021-05-05T21:23:41.616Z] Removing intermediate container 858cb0ae7457 [2021-05-05T21:23:41.616Z] ---> 0f006aee3235 [2021-05-05T21:23:41.616Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-05T21:23:41.893Z] ---> Running in e626eefe08a3 [2021-05-05T21:23:42.494Z] Removing intermediate container 1a9f94a37dcb [2021-05-05T21:23:42.494Z] ---> de5256d436af [2021-05-05T21:23:42.494Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-05T21:23:42.494Z] ---> 6045d73bda29 [2021-05-05T21:23:42.494Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-05T21:23:42.494Z] Removing intermediate container e626eefe08a3 [2021-05-05T21:23:42.494Z] ---> 4031ab656917 [2021-05-05T21:23:42.494Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-05T21:23:42.494Z] ---> Running in 8aea6c2526b3 [2021-05-05T21:23:42.782Z] ---> Running in aab0da01e70c [2021-05-05T21:23:42.782Z] ---> Running in c8807e140f70 [2021-05-05T21:23:43.053Z] Removing intermediate container 200a4cd0b2c0 [2021-05-05T21:23:43.053Z] ---> b6e6ab7d63c7 [2021-05-05T21:23:43.053Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-05T21:23:43.053Z] ---> e3a302e298f0 [2021-05-05T21:23:43.053Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-05T21:23:43.053Z] Removing intermediate container 8aea6c2526b3 [2021-05-05T21:23:43.053Z] ---> 2a88a8991810 [2021-05-05T21:23:43.053Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:23:43.324Z] ---> Running in 0d8ad9f78f5d [2021-05-05T21:23:43.324Z] ---> Running in 9d9c62af467b [2021-05-05T21:23:43.594Z] Removing intermediate container aab0da01e70c [2021-05-05T21:23:43.594Z] ---> a5f78d2786ae [2021-05-05T21:23:43.594Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T21:23:43.594Z] Removing intermediate container c8807e140f70 [2021-05-05T21:23:43.594Z] ---> b37ceeb479fb [2021-05-05T21:23:43.594Z] Step 15/23 : WORKDIR / [2021-05-05T21:23:43.870Z] ---> Running in 2855001ab07d [2021-05-05T21:23:43.870Z] ---> Running in dc627d51b67c [2021-05-05T21:23:43.870Z] Removing intermediate container 0d8ad9f78f5d [2021-05-05T21:23:43.870Z] ---> b4f23caa63a1 [2021-05-05T21:23:43.870Z] Step 23/25 : LABEL arch=arm64 [2021-05-05T21:23:44.144Z] ---> 5ca926a522fd [2021-05-05T21:23:44.144Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-05T21:23:44.144Z] ---> Running in 0aa4d6826954 [2021-05-05T21:23:44.430Z] Removing intermediate container 2855001ab07d [2021-05-05T21:23:44.430Z] ---> 486529c08736 [2021-05-05T21:23:44.430Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T21:23:44.709Z] Removing intermediate container dc627d51b67c [2021-05-05T21:23:44.709Z] ---> dbf395ef9afa [2021-05-05T21:23:44.709Z] Step 20/22 : LABEL arch=arm64 [2021-05-05T21:23:44.981Z] ---> Running in 64793b7a0b8b [2021-05-05T21:23:44.981Z] Removing intermediate container 0aa4d6826954 [2021-05-05T21:23:44.981Z] ---> 7bdea249a074 [2021-05-05T21:23:44.981Z] Step 24/25 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:23:44.981Z] ---> 0f0c263e6000 [2021-05-05T21:23:44.981Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-05T21:23:45.251Z] ---> Running in 6809d7bd7f5a [2021-05-05T21:23:45.527Z] Removing intermediate container 64793b7a0b8b [2021-05-05T21:23:45.527Z] ---> 794adb1ca46b [2021-05-05T21:23:45.527Z] Step 21/22 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:23:45.825Z] ---> d06e09a2494a [2021-05-05T21:23:45.825Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-05T21:23:45.825Z] ---> Running in 9b21a9a97717 [2021-05-05T21:23:45.825Z] Removing intermediate container 6809d7bd7f5a [2021-05-05T21:23:46.113Z] ---> 8e677fbbf1ac [2021-05-05T21:23:46.113Z] Step 25/25 : LABEL version=0.0.0 [2021-05-05T21:23:46.113Z] ---> a656c284d46e [2021-05-05T21:23:46.113Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-05T21:23:46.398Z] ---> Running in 8877059a6fbe [2021-05-05T21:23:47.031Z] ---> Running in 5469bb537b1b [2021-05-05T21:23:47.031Z] Removing intermediate container 9b21a9a97717 [2021-05-05T21:23:47.031Z] ---> 973f344a4141 [2021-05-05T21:23:47.031Z] Step 22/22 : LABEL version=0.0.0 [2021-05-05T21:23:47.031Z] Removing intermediate container 9d9c62af467b [2021-05-05T21:23:47.031Z] ---> 2759c73b0d10 [2021-05-05T21:23:47.031Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-05T21:23:47.379Z] Removing intermediate container 8877059a6fbe [2021-05-05T21:23:47.379Z] ---> cee404119aac [2021-05-05T21:23:47.379Z] [2021-05-05T21:23:47.663Z] ---> Running in 3f8de7026d71 [2021-05-05T21:23:47.663Z] ---> Running in 2b57bc696472 [2021-05-05T21:23:47.976Z] ---> e74b9a54060d [2021-05-05T21:23:47.976Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-05T21:23:47.976Z] Successfully built cee404119aac [2021-05-05T21:23:47.976Z] Removing intermediate container 5469bb537b1b [2021-05-05T21:23:47.976Z] ---> 9ab8602f0f4c [2021-05-05T21:23:47.976Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-05T21:23:47.976Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-05T21:23:47.976Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-05-05T21:23:48.318Z] Removing intermediate container 2b57bc696472 [2021-05-05T21:23:48.318Z] ---> 1df9b70bdf4d [2021-05-05T21:23:48.318Z] [2021-05-05T21:23:49.304Z] ---> e7857f54e946 [2021-05-05T21:23:49.304Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-05T21:23:49.304Z] Successfully built 1df9b70bdf4d [2021-05-05T21:23:49.304Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-05T21:23:49.304Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-05-05T21:23:49.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T21:23:49.578Z] ---> Running in d12bee521135 [2021-05-05T21:23:49.578Z] ---> 6e9c7e8d259a [2021-05-05T21:23:49.578Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-05T21:23:50.173Z] ---> Running in 5dad94d58e81 [2021-05-05T21:23:50.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T21:23:50.173Z] Removing intermediate container d12bee521135 [2021-05-05T21:23:50.173Z] ---> f504c8c1acc5 [2021-05-05T21:23:50.173Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T21:23:50.445Z] ---> Running in 568e74a92af7 [2021-05-05T21:23:51.040Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-05T21:23:51.040Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-05T21:23:51.040Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-05T21:23:51.314Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-05T21:23:51.314Z] Removing intermediate container 568e74a92af7 [2021-05-05T21:23:51.314Z] ---> fd54e06c757c [2021-05-05T21:23:51.314Z] Step 21/23 : LABEL arch=arm64 [2021-05-05T21:23:51.314Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-05T21:23:51.589Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-05T21:23:51.589Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T21:23:51.589Z] OK: 8 MiB in 20 packages [2021-05-05T21:23:51.865Z] ---> Running in 6e24a31221b3 [2021-05-05T21:23:53.320Z] Removing intermediate container 6e24a31221b3 [2021-05-05T21:23:53.320Z] ---> 52a1c0d4f51a [2021-05-05T21:23:53.320Z] Step 22/23 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:23:53.919Z] Removing intermediate container 5dad94d58e81 [2021-05-05T21:23:53.919Z] ---> 37b1dcae96bb [2021-05-05T21:23:53.919Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-05T21:23:53.919Z] ---> Running in 56d01f68db75 [2021-05-05T21:23:54.203Z] ---> Running in e93183bbf37f [2021-05-05T21:23:54.203Z] Removing intermediate container 3f8de7026d71 [2021-05-05T21:23:54.203Z] ---> a9ac343bcefd [2021-05-05T21:23:54.203Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T21:23:54.479Z] Removing intermediate container 56d01f68db75 [2021-05-05T21:23:54.479Z] ---> 1aeb07ff6b9b [2021-05-05T21:23:54.479Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T21:23:54.754Z] ---> Running in 365f244545c4 [2021-05-05T21:23:55.026Z] Removing intermediate container e93183bbf37f [2021-05-05T21:23:55.026Z] ---> 2da6f97265ea [2021-05-05T21:23:55.026Z] Step 28/31 : CMD ["gate"] [2021-05-05T21:23:55.299Z] ---> 2d720b6f3064 [2021-05-05T21:23:55.299Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-05T21:23:55.571Z] ---> Running in 2d2914165660 [2021-05-05T21:23:55.571Z] Removing intermediate container 365f244545c4 [2021-05-05T21:23:55.571Z] ---> 34dea6b059c2 [2021-05-05T21:23:55.571Z] [2021-05-05T21:23:56.170Z] Successfully built 34dea6b059c2 [2021-05-05T21:23:56.170Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-05T21:23:56.170Z] Building docker-security-proxy-setup-go [2021-05-05T21:23:56.447Z]  Building docker-core-metadata-go ... done Removing intermediate container 2d2914165660 [2021-05-05T21:23:56.447Z] ---> 5c47f380dfbd [2021-05-05T21:23:56.447Z] Step 29/31 : LABEL arch=arm64 [2021-05-05T21:23:56.719Z] ---> 4e31ff5f8678 [2021-05-05T21:23:56.719Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-05T21:23:56.996Z] ---> Running in f3c6f7cdae0e [2021-05-05T21:23:57.991Z] Removing intermediate container f3c6f7cdae0e [2021-05-05T21:23:57.991Z] ---> 6f6ff257c564 [2021-05-05T21:23:57.991Z] Step 30/31 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:23:57.991Z] ---> 974a936e9d01 [2021-05-05T21:23:57.991Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-05T21:23:58.267Z] ---> Running in 5750862fed8e [2021-05-05T21:23:58.267Z] ---> Running in 2fd009cc8ddb [2021-05-05T21:23:59.243Z] Removing intermediate container 2fd009cc8ddb [2021-05-05T21:23:59.243Z] ---> b42ed158457d [2021-05-05T21:23:59.243Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T21:23:59.243Z] Removing intermediate container 5750862fed8e [2021-05-05T21:23:59.243Z] ---> d1acf7f0ca81 [2021-05-05T21:23:59.243Z] Step 31/31 : LABEL version=0.0.0 [2021-05-05T21:24:00.228Z] ---> Running in 4384cdb87cf8 [2021-05-05T21:24:00.228Z] ---> Running in 1e4665d190cf [2021-05-05T21:24:00.823Z] Removing intermediate container 1e4665d190cf [2021-05-05T21:24:00.823Z] ---> 4e26b55a1e48 [2021-05-05T21:24:00.823Z] Step 21/23 : LABEL arch=arm64 [2021-05-05T21:24:00.823Z] Removing intermediate container 4384cdb87cf8 [2021-05-05T21:24:00.823Z] ---> 0984977e9200 [2021-05-05T21:24:00.823Z] [2021-05-05T21:24:01.102Z] Successfully built 0984977e9200 [2021-05-05T21:24:01.102Z] ---> Running in 7d30a14f5e10 [2021-05-05T21:24:01.377Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-05T21:24:01.377Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-05-05T21:24:01.653Z] Removing intermediate container 7d30a14f5e10 [2021-05-05T21:24:01.653Z] ---> 53871ff772dc [2021-05-05T21:24:01.653Z] Step 22/23 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:24:01.927Z] ---> Running in cd74f25f78af [2021-05-05T21:24:02.530Z] Removing intermediate container cd74f25f78af [2021-05-05T21:24:02.530Z] ---> f5566d41dcbe [2021-05-05T21:24:02.530Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T21:24:02.530Z] ---> Running in 25a9f84ec9b6 [2021-05-05T21:24:03.129Z] Removing intermediate container 25a9f84ec9b6 [2021-05-05T21:24:03.129Z] ---> 5716905af28a [2021-05-05T21:24:03.129Z] [2021-05-05T21:24:03.403Z] Successfully built 5716905af28a [2021-05-05T21:24:03.675Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-05T21:24:42.670Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T21:24:42.670Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-05T21:24:42.670Z] ---> dcd03d6f4287 [2021-05-05T21:24:42.670Z] Step 3/22 : WORKDIR /edgex-go [2021-05-05T21:24:42.670Z] ---> Using cache [2021-05-05T21:24:42.670Z] ---> 1722b2d3a42d [2021-05-05T21:24:42.670Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:24:42.670Z] ---> Using cache [2021-05-05T21:24:42.670Z] ---> 10ba2ca0de2e [2021-05-05T21:24:42.670Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-05T21:24:42.670Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T21:24:42.670Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T21:24:42.670Z] ---> dcd03d6f4287 [2021-05-05T21:24:42.670Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T21:24:42.670Z] ---> Using cache [2021-05-05T21:24:42.670Z] ---> 1722b2d3a42d [2021-05-05T21:24:42.670Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:24:42.670Z] ---> Using cache [2021-05-05T21:24:42.670Z] ---> 10ba2ca0de2e [2021-05-05T21:24:42.670Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-05T21:24:44.117Z] ---> Running in 3bcffd96b7bc [2021-05-05T21:24:44.117Z] ---> Running in 75c59b056ac5 [2021-05-05T21:24:46.100Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T21:24:46.100Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T21:24:46.372Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T21:24:46.372Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-05T21:24:46.372Z] ---> dcd03d6f4287 [2021-05-05T21:24:46.372Z] Step 3/21 : WORKDIR /edgex-go [2021-05-05T21:24:46.372Z] ---> Using cache [2021-05-05T21:24:46.372Z] ---> 1722b2d3a42d [2021-05-05T21:24:46.372Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:24:46.372Z] ---> Using cache [2021-05-05T21:24:46.372Z] ---> 10ba2ca0de2e [2021-05-05T21:24:46.372Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-05T21:24:46.643Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T21:24:46.919Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T21:24:47.526Z] ---> Running in d372aac071de [2021-05-05T21:24:47.526Z] OK: 218 MiB in 52 packages [2021-05-05T21:24:47.815Z] OK: 218 MiB in 52 packages [2021-05-05T21:24:47.815Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T21:24:47.815Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T21:24:47.815Z] ---> dcd03d6f4287 [2021-05-05T21:24:47.815Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T21:24:47.815Z] ---> Using cache [2021-05-05T21:24:47.815Z] ---> 1722b2d3a42d [2021-05-05T21:24:47.815Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T21:24:47.815Z] ---> Using cache [2021-05-05T21:24:47.815Z] ---> 10ba2ca0de2e [2021-05-05T21:24:47.815Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-05T21:24:47.815Z] ---> Running in 4b4949ef3671 [2021-05-05T21:24:49.279Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T21:24:49.279Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T21:24:49.279Z] Removing intermediate container 3bcffd96b7bc [2021-05-05T21:24:49.279Z] ---> 3b95698a188f [2021-05-05T21:24:49.279Z] Step 6/23 : COPY go.mod . [2021-05-05T21:24:49.551Z] Removing intermediate container 75c59b056ac5 [2021-05-05T21:24:49.552Z] ---> 54bdcb55b332 [2021-05-05T21:24:49.552Z] Step 6/22 : COPY go.mod . [2021-05-05T21:24:50.146Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T21:24:50.146Z] ---> 1186a6c528c1 [2021-05-05T21:24:50.146Z] Step 7/23 : RUN go mod download [2021-05-05T21:24:50.146Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T21:24:50.423Z] ---> Running in 69665e6931e3 [2021-05-05T21:24:50.423Z] ---> b0a1091e48f8 [2021-05-05T21:24:50.423Z] Step 7/22 : RUN go mod download [2021-05-05T21:24:50.697Z] ---> Running in 36c3671b3261 [2021-05-05T21:24:50.977Z] OK: 218 MiB in 52 packages [2021-05-05T21:24:51.247Z] OK: 218 MiB in 52 packages [2021-05-05T21:24:52.677Z] Removing intermediate container d372aac071de [2021-05-05T21:24:52.677Z] ---> dfabc89dd7b3 [2021-05-05T21:24:52.677Z] Step 6/21 : COPY go.mod . [2021-05-05T21:24:52.949Z] Removing intermediate container 4b4949ef3671 [2021-05-05T21:24:52.949Z] ---> a852a46a2350 [2021-05-05T21:24:52.949Z] Step 6/23 : COPY go.mod . [2021-05-05T21:24:53.541Z] ---> 2a4f95aee89c [2021-05-05T21:24:53.541Z] Step 7/21 : RUN go mod download [2021-05-05T21:24:53.815Z] Removing intermediate container 69665e6931e3 [2021-05-05T21:24:53.815Z] ---> 2e20034e9c67 [2021-05-05T21:24:53.815Z] Step 8/23 : COPY . . [2021-05-05T21:24:53.815Z] ---> Running in 0d1665fcfdc6 [2021-05-05T21:24:53.815Z] ---> 4dd517dfd3a6 [2021-05-05T21:24:53.815Z] Step 7/23 : RUN go mod download [2021-05-05T21:24:54.096Z] Removing intermediate container 36c3671b3261 [2021-05-05T21:24:54.096Z] ---> 23f40b713a8b [2021-05-05T21:24:54.096Z] Step 8/22 : COPY . . [2021-05-05T21:24:54.096Z] ---> Running in dced56fa0946 [2021-05-05T21:25:00.822Z] Removing intermediate container 0d1665fcfdc6 [2021-05-05T21:25:00.822Z] ---> 43482995cc89 [2021-05-05T21:25:00.822Z] Step 8/21 : COPY . . [2021-05-05T21:25:00.822Z] Removing intermediate container dced56fa0946 [2021-05-05T21:25:00.822Z] ---> 001ca482cccb [2021-05-05T21:25:00.822Z] Step 8/23 : COPY . . [2021-05-05T21:25:15.915Z] ---> af92f888bca9 [2021-05-05T21:25:15.915Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-05T21:25:15.915Z] ---> 65cb7d322e50 [2021-05-05T21:25:15.915Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-05T21:25:15.915Z] ---> Running in d10c31aa05c4 [2021-05-05T21:25:15.915Z] ---> Running in 5decdc203307 [2021-05-05T21:25:16.191Z] ---> e152ab047969 [2021-05-05T21:25:16.191Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-05T21:25:16.467Z] ---> b33c61e2527b [2021-05-05T21:25:16.467Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-05T21:25:16.467Z] ---> Running in e27c93edfd99 [2021-05-05T21:25:17.065Z] ---> Running in e5eaf5e42d9b [2021-05-05T21:25:18.058Z] 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-05T21:25:18.058Z] 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-05T21:25:18.661Z] 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-05T21:25:18.661Z] 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-05T21:26:40.493Z] 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-05T21:26:55.633Z] Removing intermediate container 5decdc203307 [2021-05-05T21:26:55.633Z] ---> 8409da71f4a7 [2021-05-05T21:26:55.633Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-05T21:26:55.633Z] Removing intermediate container e27c93edfd99 [2021-05-05T21:26:55.633Z] ---> c4a186a8deaf [2021-05-05T21:26:55.633Z] [2021-05-05T21:26:55.633Z] Step 10/21 : FROM alpine:3.12 [2021-05-05T21:26:55.633Z] ---> 9852663dfa18 [2021-05-05T21:26:55.633Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-05T21:26:55.903Z] ---> Running in b4fa3f73da12 [2021-05-05T21:26:55.903Z] ---> Running in 87b9a71f4f4a [2021-05-05T21:26:57.890Z] 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-05T21:26:57.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T21:26:58.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T21:26:58.769Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-05T21:26:58.769Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T21:26:59.047Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-05T21:26:59.047Z] (4/4) Installing curl (7.76.1-r0) [2021-05-05T21:26:59.047Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T21:26:59.047Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T21:26:59.047Z] OK: 7 MiB in 18 packages [2021-05-05T21:27:01.687Z] Removing intermediate container d10c31aa05c4 [2021-05-05T21:27:01.687Z] ---> 70422e1286a4 [2021-05-05T21:27:01.687Z] [2021-05-05T21:27:01.687Z] Step 10/22 : FROM alpine:3.12 [2021-05-05T21:27:01.687Z] ---> 9852663dfa18 [2021-05-05T21:27:01.687Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-05T21:27:01.687Z] ---> Using cache [2021-05-05T21:27:01.687Z] ---> e569122a827d [2021-05-05T21:27:01.687Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T21:27:01.687Z] ---> Using cache [2021-05-05T21:27:01.687Z] ---> 0f006aee3235 [2021-05-05T21:27:01.687Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-05T21:27:01.687Z] Removing intermediate container e5eaf5e42d9b [2021-05-05T21:27:01.687Z] ---> 26e16b95f76d [2021-05-05T21:27:01.687Z] [2021-05-05T21:27:01.687Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T21:27:01.687Z] ---> 9852663dfa18 [2021-05-05T21:27:01.687Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-05T21:27:01.687Z] ---> Using cache [2021-05-05T21:27:01.687Z] ---> e569122a827d [2021-05-05T21:27:01.687Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T21:27:01.687Z] ---> Using cache [2021-05-05T21:27:01.687Z] ---> 0f006aee3235 [2021-05-05T21:27:01.687Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-05T21:27:01.687Z] ---> Running in 7cab23253dc8 [2021-05-05T21:27:01.687Z] ---> Running in 711620a5a5a7 [2021-05-05T21:27:02.284Z] Removing intermediate container b4fa3f73da12 [2021-05-05T21:27:02.284Z] ---> 0ce5813b759b [2021-05-05T21:27:02.284Z] [2021-05-05T21:27:02.284Z] Step 11/23 : FROM docker:20.10.0 [2021-05-05T21:27:02.284Z] 20.10.0: Pulling from library/docker [2021-05-05T21:27:02.284Z] Removing intermediate container 87b9a71f4f4a [2021-05-05T21:27:02.284Z] ---> 459364b1b447 [2021-05-05T21:27:02.284Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-05T21:27:02.558Z] Removing intermediate container 711620a5a5a7 [2021-05-05T21:27:02.558Z] ---> 277dbe62c59f [2021-05-05T21:27:02.558Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-05T21:27:02.558Z] Removing intermediate container 7cab23253dc8 [2021-05-05T21:27:02.558Z] ---> 6ba5ea2e2b15 [2021-05-05T21:27:02.558Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-05T21:27:02.558Z] ---> Running in bf34ce20efeb [2021-05-05T21:27:02.834Z] ---> Running in d75b45a37d03 [2021-05-05T21:27:02.834Z] ---> Running in 1bcadb9b29ef [2021-05-05T21:27:03.452Z] Removing intermediate container bf34ce20efeb [2021-05-05T21:27:03.452Z] ---> e787baf7df26 [2021-05-05T21:27:03.452Z] Step 13/21 : WORKDIR /edgex [2021-05-05T21:27:03.732Z] ---> Running in 2b7eb0ba3b7e [2021-05-05T21:27:03.732Z] Removing intermediate container 1bcadb9b29ef [2021-05-05T21:27:03.732Z] ---> 6f15e9072dfb [2021-05-05T21:27:03.732Z] Step 15/23 : WORKDIR / [2021-05-05T21:27:03.732Z] Removing intermediate container d75b45a37d03 [2021-05-05T21:27:03.732Z] ---> 05a06625c229 [2021-05-05T21:27:03.732Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T21:27:04.014Z] ---> Running in 797476b51240 [2021-05-05T21:27:05.003Z] Removing intermediate container 2b7eb0ba3b7e [2021-05-05T21:27:05.003Z] ---> 6f47464bbb66 [2021-05-05T21:27:05.003Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-05T21:27:05.283Z] ---> 6ccfb68e649b [2021-05-05T21:27:05.283Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-05T21:27:05.283Z] Removing intermediate container 797476b51240 [2021-05-05T21:27:05.283Z] ---> c699585b00b2 [2021-05-05T21:27:05.283Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T21:27:05.891Z] ---> 1eacff738262 [2021-05-05T21:27:05.891Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-05T21:27:06.497Z] ---> b18cf049a397 [2021-05-05T21:27:06.497Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-05T21:27:07.102Z] ---> f4133a326132 [2021-05-05T21:27:07.102Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-05T21:27:08.097Z] ---> 59445a8faf2b [2021-05-05T21:27:08.097Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-05T21:27:08.699Z] ---> 8200be6b97d6 [2021-05-05T21:27:08.699Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-05T21:27:08.978Z] ---> f6493a6cf75a [2021-05-05T21:27:08.978Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-05T21:27:08.978Z] ---> Running in 75add9e6d75b [2021-05-05T21:27:09.584Z] ---> d33cc51314f7 [2021-05-05T21:27:09.584Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-05T21:27:09.862Z] ---> Running in 6288013296dd [2021-05-05T21:27:09.862Z] Removing intermediate container 75add9e6d75b [2021-05-05T21:27:09.862Z] ---> 808fe5711368 [2021-05-05T21:27:09.862Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T21:27:10.140Z] ---> fb8c9222479e [2021-05-05T21:27:10.140Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-05T21:27:10.140Z] ---> Running in 36ca07a49557 [2021-05-05T21:27:10.418Z] ---> Running in 91050871602e [2021-05-05T21:27:10.696Z] Removing intermediate container 6288013296dd [2021-05-05T21:27:10.696Z] ---> f60326839822 [2021-05-05T21:27:10.696Z] Step 18/21 : CMD ["--init=true"] [2021-05-05T21:27:10.970Z] Removing intermediate container 36ca07a49557 [2021-05-05T21:27:10.970Z] ---> d516ce12b719 [2021-05-05T21:27:10.970Z] Step 20/22 : LABEL arch=arm64 [2021-05-05T21:27:11.254Z] ---> Running in d0887e65c0a9 [2021-05-05T21:27:11.254Z] ---> Running in 942a14779ba1 [2021-05-05T21:27:11.254Z] Removing intermediate container 91050871602e [2021-05-05T21:27:11.254Z] ---> af06213a0ec9 [2021-05-05T21:27:11.254Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T21:27:11.859Z] ---> Running in 711193219ba1 [2021-05-05T21:27:11.859Z] Removing intermediate container d0887e65c0a9 [2021-05-05T21:27:11.859Z] ---> dbd660916b7e [2021-05-05T21:27:11.859Z] Step 19/21 : LABEL arch=arm64 [2021-05-05T21:27:12.137Z] Removing intermediate container 942a14779ba1 [2021-05-05T21:27:12.137Z] ---> 04446779966b [2021-05-05T21:27:12.137Z] Step 21/22 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:27:12.420Z] ---> Running in 2729e6035217 [2021-05-05T21:27:12.695Z] ---> Running in 849c50f604b2 [2021-05-05T21:27:12.695Z] Removing intermediate container 711193219ba1 [2021-05-05T21:27:12.695Z] ---> 247e58e724c4 [2021-05-05T21:27:12.695Z] Step 21/23 : LABEL arch=arm64 [2021-05-05T21:27:12.971Z] ---> Running in 11169024927b [2021-05-05T21:27:13.246Z] Removing intermediate container 2729e6035217 [2021-05-05T21:27:13.246Z] ---> 9c5e702ffd25 [2021-05-05T21:27:13.246Z] Step 20/21 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:27:13.246Z] Removing intermediate container 849c50f604b2 [2021-05-05T21:27:13.246Z] ---> b03fc9e0f836 [2021-05-05T21:27:13.246Z] Step 22/22 : LABEL version=0.0.0 [2021-05-05T21:27:13.246Z] ---> Running in ef183811ed45 [2021-05-05T21:27:13.523Z] ---> Running in a56c9456bc2b [2021-05-05T21:27:13.523Z] Removing intermediate container 11169024927b [2021-05-05T21:27:13.523Z] ---> 471cf8c4597a [2021-05-05T21:27:13.523Z] Step 22/23 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:27:13.802Z] ---> Running in 926719abe662 [2021-05-05T21:27:14.076Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-05T21:27:14.076Z] Removing intermediate container ef183811ed45 [2021-05-05T21:27:14.076Z] ---> 1c0c50eccdeb [2021-05-05T21:27:14.076Z] Step 21/21 : LABEL version=0.0.0 [2021-05-05T21:27:14.076Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-05T21:27:14.076Z] ---> eeaf43b92773 [2021-05-05T21:27:14.076Z] 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-05T21:27:14.076Z] Removing intermediate container a56c9456bc2b [2021-05-05T21:27:14.076Z] ---> 7ed13d30c7e1 [2021-05-05T21:27:14.076Z] [2021-05-05T21:27:14.076Z] ---> Running in 59ba9e0a7ec8 [2021-05-05T21:27:14.355Z] ---> Running in 3746dc4b98f1 [2021-05-05T21:27:14.355Z] Removing intermediate container 926719abe662 [2021-05-05T21:27:14.355Z] ---> 97e282c2bc60 [2021-05-05T21:27:14.355Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T21:27:14.634Z] ---> Running in 9386d5aed93f [2021-05-05T21:27:14.634Z] Successfully built 7ed13d30c7e1 [2021-05-05T21:27:14.908Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-05T21:27:14.908Z]  Building docker-support-scheduler-go ... done Removing intermediate container 59ba9e0a7ec8 [2021-05-05T21:27:14.908Z] ---> 67c364ad4e9a [2021-05-05T21:27:14.908Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-05T21:27:14.908Z] Removing intermediate container 3746dc4b98f1 [2021-05-05T21:27:14.908Z] ---> 26e28e4f5b8c [2021-05-05T21:27:14.908Z] [2021-05-05T21:27:15.185Z] ---> Running in 49aba4e504a7 [2021-05-05T21:27:15.185Z] Removing intermediate container 9386d5aed93f [2021-05-05T21:27:15.185Z] ---> d8f522f0bbda [2021-05-05T21:27:15.185Z] [2021-05-05T21:27:15.462Z] Successfully built 26e28e4f5b8c [2021-05-05T21:27:15.462Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-05T21:27:15.737Z]  Building docker-security-proxy-setup-go ... done Successfully built d8f522f0bbda [2021-05-05T21:27:15.737Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-05T21:27:16.009Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T21:27:16.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T21:27:16.872Z] (1/39) Installing readline (8.0.4-r0) [2021-05-05T21:27:16.872Z] (2/39) Installing bash (5.0.17-r0) [2021-05-05T21:27:16.872Z] Executing bash-5.0.17-r0.post-install [2021-05-05T21:27:16.872Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T21:27:16.872Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-05T21:27:16.872Z] (5/39) Installing curl (7.76.1-r0) [2021-05-05T21:27:16.872Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-05T21:27:16.872Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-05T21:27:16.872Z] (8/39) Installing expat (2.2.9-r1) [2021-05-05T21:27:16.872Z] (9/39) Installing libffi (3.3-r2) [2021-05-05T21:27:16.872Z] (10/39) Installing gdbm (1.13-r1) [2021-05-05T21:27:16.872Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-05T21:27:17.146Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-05T21:27:17.146Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-05T21:27:19.116Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-05T21:27:19.116Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-05T21:27:19.116Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-05T21:27:19.116Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-05T21:27:19.116Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-05T21:27:19.116Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-05T21:27:19.116Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-05T21:27:19.116Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-05T21:27:19.116Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-05T21:27:19.116Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-05T21:27:19.116Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-05T21:27:19.116Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-05T21:27:19.116Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-05T21:27:19.116Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-05T21:27:19.116Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-05T21:27:19.116Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-05T21:27:19.116Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-05T21:27:19.116Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-05T21:27:19.116Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-05T21:27:19.116Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-05T21:27:19.116Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-05T21:27:19.116Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-05T21:27:19.389Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-05T21:27:19.389Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-05T21:27:19.389Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-05T21:27:19.389Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-05T21:27:19.389Z] Executing busybox-1.31.1-r19.trigger [2021-05-05T21:27:19.389Z] OK: 72 MiB in 59 packages [2021-05-05T21:27:23.688Z] Collecting docker-compose==1.23.2 [2021-05-05T21:27:23.689Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-05T21:27:23.960Z] Collecting docker<4.0,>=3.6.0 [2021-05-05T21:27:23.960Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-05T21:27:24.942Z] Collecting texttable<0.10,>=0.9.0 [2021-05-05T21:27:24.942Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-05T21:27:26.373Z] 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-05T21:27:26.643Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-05T21:27:26.643Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-05T21:27:27.239Z] Collecting cached-property<2,>=1.2.0 [2021-05-05T21:27:27.239Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-05T21:27:27.511Z] Collecting jsonschema<3,>=2.5.1 [2021-05-05T21:27:27.511Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-05T21:27:28.105Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-05T21:27:28.105Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-05T21:27:30.078Z] Collecting docopt<0.7,>=0.6.1 [2021-05-05T21:27:30.078Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-05T21:27:32.698Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-05T21:27:32.698Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-05T21:27:33.293Z] Collecting PyYAML<4,>=3.10 [2021-05-05T21:27:33.293Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-05T21:27:36.672Z] Collecting docker-pycreds>=0.4.0 [2021-05-05T21:27:36.672Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-05T21:27:36.672Z] 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-05T21:27:36.672Z] Collecting idna<2.8,>=2.5 [2021-05-05T21:27:36.672Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-05T21:27:36.672Z] 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-05T21:27:37.264Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-05T21:27:37.264Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-05T21:27:37.535Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-05T21:27:37.535Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-05T21:27:37.536Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-05T21:27:37.536Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-05T21:27:38.127Z] Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, texttable, cached-property, jsonschema, dockerpty, docopt, PyYAML, docker-compose [2021-05-05T21:27:38.127Z] Attempting uninstall: idna [2021-05-05T21:27:38.127Z] Found existing installation: idna 2.9 [2021-05-05T21:27:38.127Z] Uninstalling idna-2.9: [2021-05-05T21:27:38.405Z] Successfully uninstalled idna-2.9 [2021-05-05T21:27:38.996Z] Attempting uninstall: urllib3 [2021-05-05T21:27:38.996Z] Found existing installation: urllib3 1.25.9 [2021-05-05T21:27:38.996Z] Uninstalling urllib3-1.25.9: [2021-05-05T21:27:38.996Z] Successfully uninstalled urllib3-1.25.9 [2021-05-05T21:27:39.588Z] Attempting uninstall: requests [2021-05-05T21:27:39.588Z] Found existing installation: requests 2.23.0 [2021-05-05T21:27:39.588Z] Uninstalling requests-2.23.0: [2021-05-05T21:27:39.588Z] Successfully uninstalled requests-2.23.0 [2021-05-05T21:27:41.017Z] Running setup.py install for texttable: started [2021-05-05T21:27:42.446Z] Running setup.py install for texttable: finished with status 'done' [2021-05-05T21:27:43.042Z] Running setup.py install for dockerpty: started [2021-05-05T21:27:45.011Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-05T21:27:45.012Z] Running setup.py install for docopt: started [2021-05-05T21:27:46.458Z] Running setup.py install for docopt: finished with status 'done' [2021-05-05T21:27:46.730Z] Running setup.py install for PyYAML: started [2021-05-05T21:27:48.702Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-05T21:27:49.676Z] 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-05T21:27:57.961Z] Removing intermediate container 49aba4e504a7 [2021-05-05T21:27:57.961Z] ---> 91de30195f18 [2021-05-05T21:27:57.961Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-05T21:27:57.961Z] ---> Running in 6a115a7c9ea8 [2021-05-05T21:27:58.235Z] Removing intermediate container 6a115a7c9ea8 [2021-05-05T21:27:58.235Z] ---> 97ac9b777900 [2021-05-05T21:27:58.235Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-05T21:27:58.507Z] ---> Running in 7a0a63c8fd4d [2021-05-05T21:27:58.787Z] Removing intermediate container 7a0a63c8fd4d [2021-05-05T21:27:58.787Z] ---> fd5d4cd4ee5b [2021-05-05T21:27:58.787Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-05T21:28:00.223Z] ---> c84b9539d660 [2021-05-05T21:28:00.223Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-05T21:28:00.843Z] ---> 27a086c2244e [2021-05-05T21:28:00.843Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-05T21:28:01.455Z] ---> 74496d35fa00 [2021-05-05T21:28:01.455Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-05T21:28:01.736Z] ---> Running in 166699aed7a3 [2021-05-05T21:28:02.009Z] Removing intermediate container 166699aed7a3 [2021-05-05T21:28:02.302Z] ---> 37fc09b5d449 [2021-05-05T21:28:02.302Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T21:28:02.302Z] ---> Running in 1c10a04bd5fd [2021-05-05T21:28:02.959Z] Removing intermediate container 1c10a04bd5fd [2021-05-05T21:28:02.959Z] ---> 9260a0cd9882 [2021-05-05T21:28:02.959Z] Step 21/23 : LABEL arch=arm64 [2021-05-05T21:28:02.959Z] ---> Running in 1567018f806a [2021-05-05T21:28:03.233Z] Removing intermediate container 1567018f806a [2021-05-05T21:28:03.233Z] ---> 307bdd2d3ac9 [2021-05-05T21:28:03.505Z] Step 22/23 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e [2021-05-05T21:28:03.505Z] ---> Running in 82a847aa2de6 [2021-05-05T21:28:04.101Z] Removing intermediate container 82a847aa2de6 [2021-05-05T21:28:04.101Z] ---> 918f49b152e3 [2021-05-05T21:28:04.101Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T21:28:04.101Z] ---> Running in bec16f6bbf1f [2021-05-05T21:28:04.696Z] Removing intermediate container bec16f6bbf1f [2021-05-05T21:28:04.696Z] ---> face4b5a045d [2021-05-05T21:28:04.696Z] [2021-05-05T21:28:04.970Z] Successfully built face4b5a045d [2021-05-05T21:28:04.970Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-05T21:28:05.260Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-05T21:28:05.262Z] $ docker stop --time=1 244cc19798a3046d79572d6da9a7416d8d7fb5d68f7589659514d1613e88bac4 [2021-05-05T21:28:07.130Z] $ docker rm -f 244cc19798a3046d79572d6da9a7416d8d7fb5d68f7589659514d1613e88bac4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-05T21:28:07.698Z] + docker images [2021-05-05T21:28:07.699Z] + grep docker [2021-05-05T21:28:07.968Z] docker-sys-mgmt-agent-go-arm64 latest face4b5a045d 3 seconds ago 299MB [2021-05-05T21:28:07.968Z] docker-core-command-go-arm64 latest d8f522f0bbda 53 seconds ago 16.1MB [2021-05-05T21:28:07.968Z] docker-security-proxy-setup-go-arm64 latest 26e28e4f5b8c 53 seconds ago 23.9MB [2021-05-05T21:28:07.968Z] docker-support-scheduler-go-arm64 latest 7ed13d30c7e1 54 seconds ago 16.1MB [2021-05-05T21:28:07.968Z] docker-core-data-go-arm64 latest 5716905af28a 4 minutes ago 20.3MB [2021-05-05T21:28:07.968Z] docker-security-bootstrapper-go-arm64 latest 0984977e9200 4 minutes ago 17.1MB [2021-05-05T21:28:07.968Z] docker-core-metadata-go-arm64 latest 34dea6b059c2 4 minutes ago 17.4MB [2021-05-05T21:28:07.968Z] docker-support-notifications-go-arm64 latest 1df9b70bdf4d 4 minutes ago 16.6MB [2021-05-05T21:28:07.968Z] docker-security-secretstore-setup-go-arm64 latest cee404119aac 4 minutes ago 24.3MB [2021-05-05T21:28:07.968Z] 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-05T21:28:08.554Z] ---> job-cost.sh [2021-05-05T21:28:08.554Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-78gY [2021-05-05T21:28:47.481Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-05T21:30:24.200Z] lf-activate-venv(): INFO: Adding /tmp/venv-78gY/bin to PATH [2021-05-05T21:30:24.200Z] INFO: No Stack... [2021-05-05T21:30:24.200Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-05T21:30:24.200Z] INFO: Archiving Costs [Pipeline] sh [2021-05-05T21:30:24.550Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-05-05T21:30:24.550Z] + cut -d, -f6 [Pipeline] lock [2021-05-05T21:30:24.677Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3423-3-stack-cost] [2021-05-05T21:30:24.686Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3423-3-stack-cost] did not exist. Created. [2021-05-05T21:30:24.686Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3423-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-05T21:30:25.039Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-05T21:30:25.342Z] Stashed 1 file(s) [Pipeline] } [2021-05-05T21:30:25.351Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3423-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-05T21:30:25.984Z] provisioning config files... [2021-05-05T21:30:25.996Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config8444099903004684230tmp [Pipeline] { [Pipeline] sh [2021-05-05T21:30:26.326Z] + set +x [2021-05-05T21:30:26.327Z] + curl -s https://codecov.io/bash [2021-05-05T21:30:26.327Z] + bash -s -- [2021-05-05T21:30:26.903Z] [2021-05-05T21:30:26.903Z] _____ _ [2021-05-05T21:30:26.903Z] / ____| | | [2021-05-05T21:30:26.903Z] | | ___ __| | ___ ___ _____ __ [2021-05-05T21:30:26.903Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-05T21:30:26.903Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-05T21:30:26.903Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-05T21:30:26.903Z] Bash-1.0.2 [2021-05-05T21:30:26.903Z] [2021-05-05T21:30:26.903Z] [2021-05-05T21:30:26.903Z] ==> git version 2.24.3 found [2021-05-05T21:30:26.903Z] ==> 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-05T21:30:26.903Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-05T21:30:26.903Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-05T21:30:26.903Z] ==> Jenkins CI detected. [2021-05-05T21:30:26.903Z] project root: . [2021-05-05T21:30:26.903Z] --> token set from env [2021-05-05T21:30:26.903Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-05T21:30:26.903Z] ==> Running gcov in . (disable via -X gcov) [2021-05-05T21:30:26.903Z] ==> Python coveragepy not found [2021-05-05T21:30:26.903Z] ==> Searching for coverage reports in: [2021-05-05T21:30:26.903Z] + . [2021-05-05T21:30:27.188Z] -> Found 1 reports [2021-05-05T21:30:27.188Z] ==> Detecting git/mercurial file structure [2021-05-05T21:30:27.188Z] ==> Reading reports [2021-05-05T21:30:27.188Z] + ./coverage.out bytes=699522 [2021-05-05T21:30:27.188Z] ==> Appending adjustments [2021-05-05T21:30:27.188Z] https://docs.codecov.io/docs/fixing-reports [2021-05-05T21:30:31.483Z] + Found adjustments [2021-05-05T21:30:31.483Z] ==> Gzipping contents [2021-05-05T21:30:31.483Z] 100K /tmp/codecov.Sk2CpO.gz [2021-05-05T21:30:31.483Z] ==> Uploading reports [2021-05-05T21:30:31.483Z] url: https://codecov.io [2021-05-05T21:30:31.483Z] query: branch=PR-3423&commit=24542bf0f2c01e78c3341a21639054c613ede31e&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3423%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3423&job=&cmd_args= [2021-05-05T21:30:31.483Z] -> Pinging Codecov [2021-05-05T21:30:31.483Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3423&commit=24542bf0f2c01e78c3341a21639054c613ede31e&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3423%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3423&job=&cmd_args= [2021-05-05T21:30:31.483Z] -> Uploading to [2021-05-05T21:30:31.483Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-05/00271124DB129430A58F1EEE437C3FCB/24542bf0f2c01e78c3341a21639054c613ede31e/4b72d2ad-1fed-41e6-8296-a471b6a16e22.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210505%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210505T213031Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=810a7fd7150030ba6bbada6975997708fd7b72082fc91c1cd5e5269e43914af2 [2021-05-05T21:30:31.483Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-05T21:30:31.483Z] Dload Upload Total Spent Left Speed [2021-05-05T21:30:32.072Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 0 0 100 97k 0 180k --:--:-- --:--:-- --:--:-- 180k [2021-05-05T21:30:32.072Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/24542bf0f2c01e78c3341a21639054c613ede31e [Pipeline] } [2021-05-05T21:30:32.097Z] 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-05T21:30:32.864Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T21:30:33.750Z] ---> package-listing.sh [2021-05-05T21:30:33.750Z] ++ facter osfamily [2021-05-05T21:30:33.750Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-05T21:30:33.750Z] + OS_FAMILY=redhat [2021-05-05T21:30:33.750Z] + workspace=/w/workspace/edgex-go/3 [2021-05-05T21:30:33.750Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-05T21:30:33.750Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-05T21:30:33.750Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-05T21:30:33.750Z] + PACKAGES=/tmp/packages_start.txt [2021-05-05T21:30:33.750Z] + '[' /w/workspace/edgex-go/3 ']' [2021-05-05T21:30:33.750Z] + PACKAGES=/tmp/packages_end.txt [2021-05-05T21:30:33.750Z] + case "${OS_FAMILY}" in [2021-05-05T21:30:33.750Z] + rpm -qa [2021-05-05T21:30:33.750Z] + sort [2021-05-05T21:30:39.062Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-05T21:30:39.062Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-05T21:30:39.062Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-05T21:30:39.062Z] + '[' /w/workspace/edgex-go/3 ']' [2021-05-05T21:30:39.062Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-05-05T21:30:39.062Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-05-05T21:30:39.077Z] 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-05T21:30:39.378Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-05T21:30:39.687Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-05T21:30:39.950Z] [2021-05-05T21:30:39.950Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-05T21:30:40.270Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-05T21:30:40.270Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-05T21:30:40.270Z] df20fa9351a1: Pulling fs layer [2021-05-05T21:30:40.270Z] 36b3adc4ff6f: Pulling fs layer [2021-05-05T21:30:40.270Z] 8ad3a11d3b57: Pulling fs layer [2021-05-05T21:30:40.270Z] 46f8f816bc3b: Pulling fs layer [2021-05-05T21:30:40.270Z] 93b61091891f: Pulling fs layer [2021-05-05T21:30:40.270Z] 93b9cdb0e59b: Pulling fs layer [2021-05-05T21:30:40.270Z] 5e14af77c1be: Pulling fs layer [2021-05-05T21:30:40.270Z] 01666e4c0597: Pulling fs layer [2021-05-05T21:30:40.270Z] aa168da1d23b: Pulling fs layer [2021-05-05T21:30:40.270Z] 01666e4c0597: Waiting [2021-05-05T21:30:40.270Z] 93b9cdb0e59b: Waiting [2021-05-05T21:30:40.270Z] 5e14af77c1be: Waiting [2021-05-05T21:30:40.270Z] aa168da1d23b: Waiting [2021-05-05T21:30:40.270Z] 46f8f816bc3b: Waiting [2021-05-05T21:30:40.270Z] 93b61091891f: Waiting [2021-05-05T21:30:40.270Z] 36b3adc4ff6f: Verifying Checksum [2021-05-05T21:30:40.270Z] 36b3adc4ff6f: Download complete [2021-05-05T21:30:40.270Z] 46f8f816bc3b: Verifying Checksum [2021-05-05T21:30:40.270Z] 46f8f816bc3b: Download complete [2021-05-05T21:30:40.270Z] df20fa9351a1: Verifying Checksum [2021-05-05T21:30:40.270Z] df20fa9351a1: Download complete [2021-05-05T21:30:40.538Z] 93b9cdb0e59b: Verifying Checksum [2021-05-05T21:30:40.538Z] 93b9cdb0e59b: Download complete [2021-05-05T21:30:40.538Z] 93b61091891f: Verifying Checksum [2021-05-05T21:30:40.538Z] 93b61091891f: Download complete [2021-05-05T21:30:40.538Z] 01666e4c0597: Verifying Checksum [2021-05-05T21:30:40.538Z] 01666e4c0597: Download complete [2021-05-05T21:30:40.800Z] df20fa9351a1: Pull complete [2021-05-05T21:30:40.800Z] 8ad3a11d3b57: Verifying Checksum [2021-05-05T21:30:40.800Z] 8ad3a11d3b57: Download complete [2021-05-05T21:30:41.073Z] 36b3adc4ff6f: Pull complete [2021-05-05T21:30:41.342Z] 5e14af77c1be: Verifying Checksum [2021-05-05T21:30:41.342Z] 5e14af77c1be: Download complete [2021-05-05T21:30:41.919Z] 8ad3a11d3b57: Pull complete [2021-05-05T21:30:42.193Z] 46f8f816bc3b: Pull complete [2021-05-05T21:30:43.143Z] aa168da1d23b: Download complete [2021-05-05T21:30:44.091Z] 93b61091891f: Pull complete [2021-05-05T21:30:45.038Z] 93b9cdb0e59b: Pull complete [2021-05-05T21:30:45.038Z] 5e14af77c1be: Pull complete [2021-05-05T21:30:45.038Z] 01666e4c0597: Pull complete [2021-05-05T21:31:00.031Z] aa168da1d23b: Pull complete [2021-05-05T21:31:00.031Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-05T21:31:00.031Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-05T21:31:00.031Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-05T21:31:00.230Z] prd-centos7-docker-4c-2g-3094 does not seem to be running inside a container [2021-05-05T21:31:00.283Z] $ 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-05T21:31:02.787Z] $ docker top 6b805bcd0e85e0bd1bed88230ee9dd7f083ff85a4e44dc3b162d73f1a516eeeb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T21:31:03.279Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-05T21:31:03.582Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-05T21:31:03.885Z] + ls /var/log/sa-host [2021-05-05T21:31:03.885Z] + sadf -c /var/log/sa-host/sa05 [2021-05-05T21:31:03.885Z] file_magic: OK [2021-05-05T21:31:03.885Z] HZ: Using current value: 100 [2021-05-05T21:31:03.885Z] file_header: OK [2021-05-05T21:31:03.885Z] 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-05T21:31:03.885Z] Statistics: [2021-05-05T21:31:03.885Z] 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-05T21:31:03.885Z] File successfully converted to sysstat format version 12.2.1 [2021-05-05T21:31:03.885Z] + sadf -c /var/log/sa-host/sa23 [2021-05-05T21:31:03.885Z] file_magic: OK [2021-05-05T21:31:03.885Z] HZ: Using current value: 100 [2021-05-05T21:31:03.885Z] file_header: OK [2021-05-05T21:31:03.885Z] 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-05T21:31:03.885Z] Statistics: [2021-05-05T21:31:03.885Z] Hnuu...uuuununununu... [2021-05-05T21:31:03.885Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-05T21:31:04.046Z] provisioning config files... [2021-05-05T21:31:04.064Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config1709289825799076338tmp [Pipeline] { [Pipeline] echo [2021-05-05T21:31:04.086Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T21:31:04.385Z] ---> create-netrc.sh [Pipeline] } [2021-05-05T21:31:04.395Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-05T21:31:04.421Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T21:31:04.718Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-05T21:31:04.729Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T21:31:05.027Z] ---> sudo-logs.sh [2021-05-05T21:31:05.027Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-05T21:31:05.056Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T21:31:05.356Z] ---> job-cost.sh [2021-05-05T21:31:05.356Z] lf-activate-venv: SKIPPING [2021-05-05T21:31:05.356Z] DEBUG: total: 0.20999999344348907 [2021-05-05T21:31:05.356Z] INFO: Retrieving Stack Cost... [2021-05-05T21:31:06.304Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-05T21:31:06.879Z] INFO: Archiving Costs [Pipeline] echo [2021-05-05T21:31:06.895Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T21:31:07.196Z] ---> logs-deploy.sh [2021-05-05T21:31:07.196Z] lf-activate-venv: SKIPPING [2021-05-05T21:31:07.196Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3423/3 [2021-05-05T21:31:07.196Z] INFO: archiving workspace using pattern(s): [2021-05-05T21:31:09.119Z] Archives upload complete. [2021-05-05T21:31:09.119Z] INFO: archiving logs to Nexus [2021-05-05T21:31:10.076Z] ---> uname -a: [2021-05-05T21:31:10.076Z] Linux prd-centos7-docker-4c-2g-3094.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-05T21:31:10.076Z] [2021-05-05T21:31:10.076Z]