Pull request #3328 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of beaufrusetta for edgexfoundry/edgex-go Loading trusted files from base branch master at 576eddb6d79f77bc7b799d46a5f981c8da166ab0 rather than 382f8221813575c623006339f5854c29a16e83fb Obtained Jenkinsfile from 576eddb6d79f77bc7b799d46a5f981c8da166ab0 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2812 in /w/workspace/edgexfoundry_edgex-go_PR-3328 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/57 [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/57 # 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 > 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/3328/head:refs/remotes/origin/PR-3328 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 576eddb6d79f77bc7b799d46a5f981c8da166ab0 into PR head commit 382f8221813575c623006339f5854c29a16e83fb Merge succeeded, producing 382f8221813575c623006339f5854c29a16e83fb Checking out Revision 382f8221813575c623006339f5854c29a16e83fb (PR-3328) > git config core.sparsecheckout # timeout=10 > git checkout -f 382f8221813575c623006339f5854c29a16e83fb # 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 576eddb6d79f77bc7b799d46a5f981c8da166ab0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 382f8221813575c623006339f5854c29a16e83fb # timeout=10 Commit message: "feat(security): Secure Kong Admin API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-04T00:05:14.000Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-04T00:05:14.112Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-04T00:05:14.181Z] ========================================================= [2021-05-04T00:05:14.181Z] EdgeX Global Pipelines Version Info [2021-05-04T00:05:14.181Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-04T00:05:15.782Z] ------------------- [2021-05-04T00:05:15.782Z] stable info: [2021-05-04T00:05:15.782Z] ------------------- [2021-05-04T00:05:15.782Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-04T00:05:15.782Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-04T00:05:15.782Z] Message: update stable to v1.0.191 [2021-05-04T00:05:16.731Z] ------------------- [2021-05-04T00:05:16.731Z] experimental info: [2021-05-04T00:05:16.731Z] ------------------- [2021-05-04T00:05:16.731Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-04T00:05:16.731Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-04T00:05:16.731Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-04T00:05:16.865Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-04T00:05:16.889Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-04T00:05:16.910Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-04T00:05:16.931Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-04T00:05:16.952Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-04T00:05:16.973Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-04T00:05:16.993Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-04T00:05:17.014Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-04T00:05:17.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-04T00:05:17.058Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-04T00:05:17.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-04T00:05:17.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-04T00:05:17.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-04T00:05:17.144Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-04T00:05:17.164Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-04T00:05:17.185Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-04T00:05:17.206Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-04T00:05:17.228Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-04T00:05:17.250Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-04T00:05:17.272Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-04T00:05:17.299Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-04T00:05:17.320Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-04T00:05:17.342Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3328 [Pipeline] echo [2021-05-04T00:05:17.363Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3328 [Pipeline] echo [2021-05-04T00:05:17.384Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3328 [Pipeline] echo [2021-05-04T00:05:17.405Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 382f8221813575c623006339f5854c29a16e83fb [Pipeline] echo [2021-05-04T00:05:17.427Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 382f822 [Pipeline] echo [2021-05-04T00:05:17.448Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-04T00:05:17.520Z] provisioning config files... [2021-05-04T00:05:17.554Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/57@tmp/config2172335904285537880tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-04T00:05:17.880Z] ---> docker-login.sh [2021-05-04T00:05:17.880Z] nexus3.edgexfoundry.org:10001 [2021-05-04T00:05:18.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T00:05:18.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T00:05:18.408Z] Configure a credential helper to remove this warning. See [2021-05-04T00:05:18.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T00:05:18.408Z] [2021-05-04T00:05:18.408Z] Login Succeeded [2021-05-04T00:05:18.408Z] nexus3.edgexfoundry.org:10002 [2021-05-04T00:05:18.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T00:05:18.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T00:05:18.687Z] Configure a credential helper to remove this warning. See [2021-05-04T00:05:18.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T00:05:18.687Z] [2021-05-04T00:05:18.687Z] Login Succeeded [2021-05-04T00:05:18.687Z] nexus3.edgexfoundry.org:10003 [2021-05-04T00:05:18.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T00:05:18.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T00:05:18.687Z] Configure a credential helper to remove this warning. See [2021-05-04T00:05:18.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T00:05:18.687Z] [2021-05-04T00:05:18.687Z] Login Succeeded [2021-05-04T00:05:18.687Z] nexus3.edgexfoundry.org:10004 [2021-05-04T00:05:18.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T00:05:18.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T00:05:18.950Z] Configure a credential helper to remove this warning. See [2021-05-04T00:05:18.950Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T00:05:18.950Z] [2021-05-04T00:05:18.950Z] Login Succeeded [2021-05-04T00:05:18.950Z] docker.io [2021-05-04T00:05:19.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T00:05:19.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T00:05:19.215Z] Configure a credential helper to remove this warning. See [2021-05-04T00:05:19.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T00:05:19.215Z] [2021-05-04T00:05:19.215Z] Login Succeeded [2021-05-04T00:05:19.215Z] ---> docker-login.sh ends [Pipeline] } [2021-05-04T00:05:19.227Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-04T00:05:19.564Z] ++ 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-04T00:05:19.564Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T00:05:19.564Z] ++ dirname cmd/core-command/Dockerfile [2021-05-04T00:05:19.564Z] ++ cut -d/ -f2 [2021-05-04T00:05:19.564Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-04T00:05:19.564Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T00:05:19.564Z] ++ dirname cmd/core-data/Dockerfile [2021-05-04T00:05:19.564Z] ++ cut -d/ -f2 [2021-05-04T00:05:19.564Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-04T00:05:19.564Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T00:05:19.564Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-04T00:05:19.564Z] ++ cut -d/ -f2 [2021-05-04T00:05:19.564Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-04T00:05:19.564Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T00:05:19.564Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-04T00:05:19.564Z] ++ cut -d/ -f2 [2021-05-04T00:05:19.564Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-04T00:05:19.564Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T00:05:19.564Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-04T00:05:19.564Z] ++ cut -d/ -f2 [2021-05-04T00:05:19.564Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-04T00:05:19.564Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T00:05:19.564Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-04T00:05:19.564Z] ++ cut -d/ -f2 [2021-05-04T00:05:19.564Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-04T00:05:19.564Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T00:05:19.564Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-04T00:05:19.564Z] ++ cut -d/ -f2 [2021-05-04T00:05:19.564Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-04T00:05:19.564Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T00:05:19.564Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-04T00:05:19.564Z] ++ cut -d/ -f2 [2021-05-04T00:05:19.564Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-04T00:05:19.564Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T00:05:19.564Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-04T00:05:19.564Z] ++ cut -d/ -f2 [2021-05-04T00:05:19.564Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-04T00:05:19.654Z] 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-04T00:05:21.101Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-04T00:05:21.101Z] [2021-05-04T00:05:21.101Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-04T00:05:21.439Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-04T00:05:21.440Z] latest: Pulling from edgex-devops/git-semver [2021-05-04T00:05:21.440Z] 31603596830f: Pulling fs layer [2021-05-04T00:05:21.440Z] 54011a49482f: Pulling fs layer [2021-05-04T00:05:21.440Z] a6820b24f6d8: Pulling fs layer [2021-05-04T00:05:21.440Z] f581987b2513: Pulling fs layer [2021-05-04T00:05:21.440Z] f581987b2513: Waiting [2021-05-04T00:05:21.440Z] 54011a49482f: Verifying Checksum [2021-05-04T00:05:21.440Z] 54011a49482f: Download complete [2021-05-04T00:05:21.440Z] 31603596830f: Verifying Checksum [2021-05-04T00:05:21.440Z] 31603596830f: Download complete [2021-05-04T00:05:21.703Z] f581987b2513: Verifying Checksum [2021-05-04T00:05:21.703Z] f581987b2513: Download complete [2021-05-04T00:05:21.703Z] a6820b24f6d8: Verifying Checksum [2021-05-04T00:05:21.703Z] a6820b24f6d8: Download complete [2021-05-04T00:05:21.966Z] 31603596830f: Pull complete [2021-05-04T00:05:21.966Z] 54011a49482f: Pull complete [2021-05-04T00:05:22.922Z] a6820b24f6d8: Pull complete [2021-05-04T00:05:23.188Z] f581987b2513: Pull complete [2021-05-04T00:05:23.188Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-04T00:05:23.188Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-04T00:05:23.188Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-04T00:05:23.290Z] prd-centos7-docker-4c-2g-2812 does not seem to be running inside a container [2021-05-04T00:05:23.348Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/57 -v /w/workspace/edgex-go/57:/w/workspace/edgex-go/57:rw,z -v /w/workspace/edgex-go/57@tmp:/w/workspace/edgex-go/57@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:10004/edgex-devops/git-semver:latest cat [2021-05-04T00:05:25.853Z] $ docker top 19fb3f7faf9c0623b6021bcf04bda1102dca4a1970ea10e2df4425cab246b935 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-04T00:05:26.004Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-04T00:05:26.004Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-04T00:05:26.231Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-04T00:05:26.237Z] $ docker exec 19fb3f7faf9c0623b6021bcf04bda1102dca4a1970ea10e2df4425cab246b935 ssh-agent [2021-05-04T00:05:26.426Z] SSH_AUTH_SOCK=/tmp/ssh-43VJomK6aTQ0/agent.12 [2021-05-04T00:05:26.426Z] SSH_AGENT_PID=17 [2021-05-04T00:05:26.438Z] Running ssh-add (command line suppressed) [2021-05-04T00:05:26.566Z] Identity added: /w/workspace/edgex-go/57@tmp/private_key_6156931240766899902.key (/w/workspace/edgex-go/57@tmp/private_key_6156931240766899902.key) [2021-05-04T00:05:26.615Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-04T00:05:26.922Z] + git tag --points-at HEAD [Pipeline] } [2021-05-04T00:05:26.944Z] $ docker exec --env ******** --env ******** 19fb3f7faf9c0623b6021bcf04bda1102dca4a1970ea10e2df4425cab246b935 ssh-agent -k [2021-05-04T00:05:27.070Z] unset SSH_AUTH_SOCK; [2021-05-04T00:05:27.070Z] unset SSH_AGENT_PID; [2021-05-04T00:05:27.070Z] echo Agent pid 17 killed; [2021-05-04T00:05:27.118Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-04T00:05:27.158Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-04T00:05:27.158Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-04T00:05:27.350Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-04T00:05:27.355Z] $ docker exec 19fb3f7faf9c0623b6021bcf04bda1102dca4a1970ea10e2df4425cab246b935 ssh-agent [2021-05-04T00:05:27.538Z] SSH_AUTH_SOCK=/tmp/ssh-rvnfAIycemsK/agent.47 [2021-05-04T00:05:27.538Z] SSH_AGENT_PID=53 [2021-05-04T00:05:27.546Z] Running ssh-add (command line suppressed) [2021-05-04T00:05:27.665Z] Identity added: /w/workspace/edgex-go/57@tmp/private_key_2604129437649910932.key (/w/workspace/edgex-go/57@tmp/private_key_2604129437649910932.key) [2021-05-04T00:05:27.716Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-04T00:05:28.020Z] + git semver init [2021-05-04T00:05:28.020Z] # -> Open(): unable to determine branch for HEAD [2021-05-04T00:05:28.020Z] # $GIT_DIR = /w/workspace/edgex-go/57/.git [2021-05-04T00:05:28.020Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/57 [2021-05-04T00:05:28.020Z] # $SEMVER_REMOTE_NAME = origin [2021-05-04T00:05:28.020Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-04T00:05:28.020Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-04T00:05:28.020Z] # $SEMVER_BRANCH = PR-3328 [2021-05-04T00:05:28.020Z] # $SEMVER_TEMP = /tmp/semver-977722299 [2021-05-04T00:05:28.020Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-04T00:05:54.654Z] # '/tmp/semver-977722299' -> '/w/workspace/edgex-go/57/.semver' [2021-05-04T00:05:54.655Z] # -> Force: false [2021-05-04T00:05:54.655Z] # $SEMVER_DIR = /w/workspace/edgex-go/57/.semver [Pipeline] } [2021-05-04T00:05:54.673Z] $ docker exec --env ******** --env ******** 19fb3f7faf9c0623b6021bcf04bda1102dca4a1970ea10e2df4425cab246b935 ssh-agent -k [2021-05-04T00:05:54.937Z] unset SSH_AUTH_SOCK; [2021-05-04T00:05:54.937Z] unset SSH_AGENT_PID; [2021-05-04T00:05:54.938Z] echo Agent pid 53 killed; [2021-05-04T00:05:55.051Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-04T00:05:55.387Z] + git semver [Pipeline] } [2021-05-04T00:05:55.405Z] $ docker stop --time=1 19fb3f7faf9c0623b6021bcf04bda1102dca4a1970ea10e2df4425cab246b935 [2021-05-04T00:05:57.003Z] $ docker rm -f 19fb3f7faf9c0623b6021bcf04bda1102dca4a1970ea10e2df4425cab246b935 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-04T00:05:57.471Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-04T00:05:57.905Z] Stashed 1 file(s) [Pipeline] echo [2021-05-04T00:05:57.908Z] [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-04T00:05:58.422Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-04T00:05:58.725Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-04T00:05:59.023Z] + sudo service docker restart [2021-05-04T00:05:59.023Z] + true [2021-05-04T00:05:59.023Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-04T00:05:59.614Z] ========================================================= [2021-05-04T00:05:59.614Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-04T00:05:59.614Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-04T00:05:59.933Z] + 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-04T00:06:04.176Z] Sending build context to Docker daemon 329.9MB [2021-05-04T00:06:04.176Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-04T00:06:04.176Z] Step 2/6 : FROM ${BASE} [2021-05-04T00:06:04.176Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-04T00:06:04.176Z] 540db60ca938: Pulling fs layer [2021-05-04T00:06:04.176Z] adcc1eea9eea: Pulling fs layer [2021-05-04T00:06:04.176Z] 4c4ab2625f07: Pulling fs layer [2021-05-04T00:06:04.176Z] 0510c868ecb4: Pulling fs layer [2021-05-04T00:06:04.176Z] afea3b2eda06: Pulling fs layer [2021-05-04T00:06:04.176Z] 7809a108b3ef: Pulling fs layer [2021-05-04T00:06:04.176Z] f706445af74f: Pulling fs layer [2021-05-04T00:06:04.176Z] afea3b2eda06: Waiting [2021-05-04T00:06:04.176Z] 7809a108b3ef: Waiting [2021-05-04T00:06:04.176Z] 0510c868ecb4: Waiting [2021-05-04T00:06:04.176Z] 4c4ab2625f07: Verifying Checksum [2021-05-04T00:06:04.176Z] 4c4ab2625f07: Download complete [2021-05-04T00:06:04.176Z] adcc1eea9eea: Verifying Checksum [2021-05-04T00:06:04.176Z] adcc1eea9eea: Download complete [2021-05-04T00:06:04.176Z] afea3b2eda06: Verifying Checksum [2021-05-04T00:06:04.176Z] afea3b2eda06: Download complete [2021-05-04T00:06:04.176Z] 540db60ca938: Verifying Checksum [2021-05-04T00:06:04.176Z] 540db60ca938: Download complete [2021-05-04T00:06:04.176Z] 7809a108b3ef: Verifying Checksum [2021-05-04T00:06:04.176Z] 7809a108b3ef: Download complete [2021-05-04T00:06:04.176Z] 540db60ca938: Pull complete [2021-05-04T00:06:04.438Z] adcc1eea9eea: Pull complete [2021-05-04T00:06:04.438Z] 4c4ab2625f07: Pull complete [2021-05-04T00:06:05.408Z] f706445af74f: Verifying Checksum [2021-05-04T00:06:05.408Z] f706445af74f: Download complete [2021-05-04T00:06:06.577Z] 0510c868ecb4: Download complete [2021-05-04T00:06:13.059Z] Still waiting to schedule task [2021-05-04T00:06:13.059Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline [2021-05-04T00:06:13.273Z] 0510c868ecb4: Pull complete [2021-05-04T00:06:13.273Z] afea3b2eda06: Pull complete [2021-05-04T00:06:13.273Z] 7809a108b3ef: Pull complete [2021-05-04T00:06:16.613Z] f706445af74f: Pull complete [2021-05-04T00:06:16.613Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-04T00:06:16.613Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-04T00:06:16.613Z] ---> b068be0155e3 [2021-05-04T00:06:16.613Z] 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-04T00:06:16.885Z] ---> Running in 8b38504715d2 [2021-05-04T00:06:17.840Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T00:06:18.788Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T00:06:19.052Z] (1/12) Installing libmagic (5.39-r0) [2021-05-04T00:06:19.637Z] (2/12) Installing file (5.39-r0) [2021-05-04T00:06:19.900Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-04T00:06:19.900Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-04T00:06:24.122Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-04T00:06:24.122Z] (6/12) Installing patch (2.7.6-r6) [2021-05-04T00:06:24.122Z] (7/12) Installing build-base (0.5-r2) [2021-05-04T00:06:24.122Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-04T00:06:24.122Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-04T00:06:24.122Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-04T00:06:24.384Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-04T00:06:24.384Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-04T00:06:24.648Z] Executing busybox-1.32.1-r6.trigger [2021-05-04T00:06:24.648Z] OK: 219 MiB in 52 packages [2021-05-04T00:06:28.886Z] Removing intermediate container 8b38504715d2 [2021-05-04T00:06:28.886Z] ---> 27455d1ff767 [2021-05-04T00:06:28.886Z] Step 4/6 : WORKDIR /edgex-go [2021-05-04T00:06:28.886Z] ---> Running in 16f875d96292 [2021-05-04T00:06:28.886Z] Removing intermediate container 16f875d96292 [2021-05-04T00:06:28.886Z] ---> b4437e1aec7d [2021-05-04T00:06:28.886Z] Step 5/6 : COPY go.mod . [2021-05-04T00:06:29.154Z] ---> a3d338806b23 [2021-05-04T00:06:29.154Z] Step 6/6 : RUN go mod download [2021-05-04T00:06:29.154Z] ---> Running in b69fc402423a [2021-05-04T00:06:55.828Z] Removing intermediate container b69fc402423a [2021-05-04T00:06:55.828Z] ---> 66cc97b14c75 [2021-05-04T00:06:55.828Z] Successfully built 66cc97b14c75 [2021-05-04T00:06:55.828Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-04T00:06:56.157Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-04T00:06:56.157Z] . [Pipeline] withDockerContainer [2021-05-04T00:06:56.275Z] prd-centos7-docker-4c-2g-2812 does not seem to be running inside a container [2021-05-04T00:06:56.333Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/57 -v /w/workspace/edgex-go/57:/w/workspace/edgex-go/57:rw,z -v /w/workspace/edgex-go/57@tmp:/w/workspace/edgex-go/57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-04T00:06:57.358Z] $ docker top cf6d148574e95fe7b9ecb3cc7955e22912f3754852806c15834deab40af19d18 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-04T00:06:57.846Z] + go version [2021-05-04T00:06:57.846Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-04T00:06:57.863Z] $ docker stop --time=1 cf6d148574e95fe7b9ecb3cc7955e22912f3754852806c15834deab40af19d18 [2021-05-04T00:06:59.277Z] $ docker rm -f cf6d148574e95fe7b9ecb3cc7955e22912f3754852806c15834deab40af19d18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-04T00:06:59.797Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-04T00:06:59.797Z] . [Pipeline] withDockerContainer [2021-05-04T00:06:59.924Z] prd-centos7-docker-4c-2g-2812 does not seem to be running inside a container [2021-05-04T00:06:59.984Z] $ 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/57 -v /w/workspace/edgex-go/57:/w/workspace/edgex-go/57:rw,z -v /w/workspace/edgex-go/57@tmp:/w/workspace/edgex-go/57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-04T00:07:00.726Z] $ docker top a4b3cbd1f36790c63dee0988045b7ebf9f0280766ceed157c405cf153d86b075 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-04T00:07:00.851Z] ========================================================= [2021-05-04T00:07:00.851Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-04T00:07:00.851Z] ========================================================= [Pipeline] sh [2021-05-04T00:07:01.151Z] + go mod tidy [Pipeline] sh [2021-05-04T00:07:02.419Z] + make test [2021-05-04T00:07:02.419Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-04T00:07:12.515Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-04T00:07:39.337Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-04T00:07:39.337Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-04T00:07:41.954Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-04T00:07:41.954Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-04T00:07:43.953Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-04T00:07:43.953Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-04T00:07:43.953Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-04T00:07:43.953Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-04T00:07:45.405Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-04T00:07:45.405Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-04T00:07:48.762Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-04T00:07:48.762Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-04T00:07:48.762Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-04T00:07:50.739Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 45.9% of statements [2021-05-04T00:07:50.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-04T00:07:50.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-04T00:07:50.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-04T00:07:50.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-04T00:07:50.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-04T00:07:50.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-04T00:07:50.740Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.088s coverage: 19.8% of statements [2021-05-04T00:07:50.740Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.098s coverage: 100.0% of statements [2021-05-04T00:07:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.191s coverage: 27.1% of statements [2021-05-04T00:07:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-04T00:07:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-04T00:07:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-04T00:07:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-04T00:07:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-04T00:07:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-04T00:07:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements [2021-05-04T00:07:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-04T00:07:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements [2021-05-04T00:07:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-04T00:07:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-04T00:07:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 71.3% of statements [2021-05-04T00:07:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-04T00:07:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-04T00:07:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.170s coverage: 87.7% of statements [2021-05-04T00:07:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-04T00:07:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T00:07:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.062s coverage: 78.9% of statements [2021-05-04T00:07:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-04T00:07:57.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.319s coverage: 28.6% of statements [2021-05-04T00:07:57.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-04T00:07:57.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-04T00:07:57.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-04T00:07:57.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-04T00:07:57.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-04T00:07:57.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements [2021-05-04T00:07:57.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-04T00:07:57.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements [2021-05-04T00:07:57.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-04T00:07:57.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.153s coverage: 86.7% of statements [2021-05-04T00:07:57.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-04T00:07:57.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.195s coverage: 97.5% of statements [2021-05-04T00:07:57.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-04T00:07:57.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements [2021-05-04T00:07:57.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-04T00:07:57.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-04T00:07:57.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-04T00:07:57.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-04T00:07:59.459Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.401s coverage: 95.1% of statements [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-04T00:07:59.459Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-04T00:07:59.459Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.079s coverage: 0.9% of statements [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-04T00:07:59.459Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.054s coverage: 22.6% of statements [2021-05-04T00:07:59.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-04T00:07:59.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements [2021-05-04T00:07:59.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.070s coverage: 79.5% of statements [2021-05-04T00:07:59.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2021-05-04T00:07:59.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements [2021-05-04T00:08:00.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.074s coverage: 87.5% of statements [2021-05-04T00:08:03.814Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2813 in /w/workspace/edgexfoundry_edgex-go_PR-3328 [Pipeline] { [Pipeline] ws [2021-05-04T00:08:03.834Z] Running in /w/workspace/edgex-go/57 [Pipeline] { [Pipeline] checkout [2021-05-04T00:08:09.857Z] using credential edgex-jenkins-ssh [2021-05-04T00:08:09.875Z] Cloning the remote Git repository [2021-05-04T00:08:09.932Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-04T00:08:10.046Z] > git init /w/workspace/edgex-go/57 # timeout=10 [2021-05-04T00:08:10.229Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-04T00:08:10.230Z] > git --version # timeout=10 [2021-05-04T00:08:10.268Z] > git --version # 'git version 2.17.1' [2021-05-04T00:08:10.270Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-04T00:08:10.394Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-04T00:08:12.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements [2021-05-04T00:08:12.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2021-05-04T00:08:14.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.262s coverage: 81.8% of statements [2021-05-04T00:08:14.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.093s coverage: 92.9% of statements [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 76.0% of statements [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 80.0% of statements [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.090s coverage: 87.2% of statements [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.080s coverage: 85.4% of statements [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.124s coverage: 91.2% of statements [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.240s coverage: 64.4% of statements [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.304s coverage: 62.9% of statements [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.194s coverage: 43.4% of statements [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.044s coverage: 84.8% of statements [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.217s coverage: 47.0% of statements [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.072s coverage: 100.0% of statements [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-04T00:08:24.338Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-04T00:08:24.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-04T00:08:24.339Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.055s coverage: 9.6% of statements [2021-05-04T00:08:24.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-04T00:08:24.339Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.167s coverage: 92.6% of statements [2021-05-04T00:08:24.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-04T00:08:24.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T00:08:24.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-04T00:08:25.780Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.982s coverage: 28.7% of statements [2021-05-04T00:08:25.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-04T00:08:25.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-04T00:08:25.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-04T00:08:25.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-04T00:08:25.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-04T00:08:25.780Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements [2021-05-04T00:08:25.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-04T00:08:25.780Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.081s coverage: 100.0% of statements [2021-05-04T00:08:25.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-04T00:08:25.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-04T00:08:25.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-04T00:08:25.780Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.101s coverage: 64.6% of statements [2021-05-04T00:08:25.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-04T00:08:25.780Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.142s coverage: 97.6% of statements [2021-05-04T00:08:25.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-04T00:08:25.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T00:08:25.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-04T00:08:25.780Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-05-04T00:08:25.780Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-04T00:08:25.780Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2021-05-04T00:08:25.780Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-04T00:08:25.780Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-04T00:08:25.780Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-04T00:08:25.780Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-04T00:08:26.050Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements [2021-05-04T00:08:26.050Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-04T00:08:26.050Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-04T00:08:25.495Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-04T00:08:25.522Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-04T00:08:25.544Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-04T00:08:25.580Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-04T00:08:25.580Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-04T00:08:25.592Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3328/head:refs/remotes/origin/PR-3328 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-04T00:08:26.319Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-05-04T00:08:26.585Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 28.1% of statements [2021-05-04T00:08:26.585Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-04T00:08:26.585Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-05-04T00:08:26.860Z] Merging remotes/origin/master commit 576eddb6d79f77bc7b799d46a5f981c8da166ab0 into PR head commit 382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:08:27.164Z] GO111MODULE=on go vet ./... [2021-05-04T00:08:27.330Z] Merge succeeded, producing 382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:08:27.331Z] Checking out Revision 382f8221813575c623006339f5854c29a16e83fb (PR-3328) [2021-05-04T00:08:26.878Z] > git config core.sparsecheckout # timeout=10 [2021-05-04T00:08:26.898Z] > git checkout -f 382f8221813575c623006339f5854c29a16e83fb # timeout=10 [2021-05-04T00:08:27.224Z] > git remote # timeout=10 [2021-05-04T00:08:27.246Z] > git config --get remote.origin.url # timeout=10 [2021-05-04T00:08:27.269Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-04T00:08:27.280Z] > git merge 576eddb6d79f77bc7b799d46a5f981c8da166ab0 # timeout=10 [2021-05-04T00:08:27.308Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-04T00:08:27.336Z] > git config core.sparsecheckout # timeout=10 [2021-05-04T00:08:27.361Z] > git checkout -f 382f8221813575c623006339f5854c29a16e83fb # timeout=10 [2021-05-04T00:08:31.696Z] Commit message: "feat(security): Secure Kong Admin API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-04T00:08:33.332Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-04T00:08:33.750Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-04T00:08:34.102Z] + sudo service docker restart+ true [2021-05-04T00:08:34.102Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-04T00:08:36.773Z] provisioning config files... [2021-05-04T00:08:36.820Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/57@tmp/config117730613026234228tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-04T00:08:37.211Z] ---> docker-login.sh [2021-05-04T00:08:37.211Z] nexus3.edgexfoundry.org:10001 [2021-05-04T00:08:38.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T00:08:38.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T00:08:38.471Z] Configure a credential helper to remove this warning. See [2021-05-04T00:08:38.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T00:08:38.471Z] [2021-05-04T00:08:38.471Z] Login Succeeded [2021-05-04T00:08:38.471Z] nexus3.edgexfoundry.org:10002 [2021-05-04T00:08:38.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T00:08:39.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T00:08:39.021Z] Configure a credential helper to remove this warning. See [2021-05-04T00:08:39.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T00:08:39.021Z] [2021-05-04T00:08:39.021Z] Login Succeeded [2021-05-04T00:08:39.021Z] nexus3.edgexfoundry.org:10003 [2021-05-04T00:08:39.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T00:08:39.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T00:08:39.564Z] Configure a credential helper to remove this warning. See [2021-05-04T00:08:39.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T00:08:39.564Z] [2021-05-04T00:08:39.564Z] Login Succeeded [2021-05-04T00:08:39.564Z] nexus3.edgexfoundry.org:10004 [2021-05-04T00:08:39.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T00:08:39.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T00:08:39.836Z] Configure a credential helper to remove this warning. See [2021-05-04T00:08:39.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T00:08:39.836Z] [2021-05-04T00:08:39.836Z] Login Succeeded [2021-05-04T00:08:39.836Z] docker.io [2021-05-04T00:08:40.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T00:08:40.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T00:08:40.704Z] Configure a credential helper to remove this warning. See [2021-05-04T00:08:40.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T00:08:40.704Z] [2021-05-04T00:08:40.704Z] Login Succeeded [2021-05-04T00:08:40.704Z] ---> docker-login.sh ends [Pipeline] } [2021-05-04T00:08:40.722Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-04T00:08:41.012Z] ========================================================= [2021-05-04T00:08:41.012Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-04T00:08:41.012Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-04T00:08:41.355Z] + 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-04T00:08:43.990Z] Sending build context to Docker daemon 167.6MB [2021-05-04T00:08:43.990Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-04T00:08:43.990Z] Step 2/6 : FROM ${BASE} [2021-05-04T00:08:43.990Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-04T00:08:43.990Z] 595b0fe564bb: Pulling fs layer [2021-05-04T00:08:43.990Z] 7186ed65a4f7: Pulling fs layer [2021-05-04T00:08:43.990Z] 316046926c0a: Pulling fs layer [2021-05-04T00:08:43.990Z] 4ebd0625c992: Pulling fs layer [2021-05-04T00:08:43.990Z] 207e8628e3a3: Pulling fs layer [2021-05-04T00:08:43.990Z] c791037a9be2: Pulling fs layer [2021-05-04T00:08:43.990Z] ffd874e62e21: Pulling fs layer [2021-05-04T00:08:43.990Z] 207e8628e3a3: Waiting [2021-05-04T00:08:43.990Z] c791037a9be2: Waiting [2021-05-04T00:08:43.990Z] ffd874e62e21: Waiting [2021-05-04T00:08:43.990Z] 4ebd0625c992: Waiting [2021-05-04T00:08:43.990Z] 316046926c0a: Verifying Checksum [2021-05-04T00:08:43.990Z] 316046926c0a: Download complete [2021-05-04T00:08:43.990Z] 7186ed65a4f7: Download complete [2021-05-04T00:08:43.990Z] 207e8628e3a3: Verifying Checksum [2021-05-04T00:08:43.990Z] 207e8628e3a3: Download complete [2021-05-04T00:08:43.990Z] c791037a9be2: Verifying Checksum [2021-05-04T00:08:43.990Z] c791037a9be2: Download complete [2021-05-04T00:08:43.990Z] 595b0fe564bb: Verifying Checksum [2021-05-04T00:08:43.990Z] 595b0fe564bb: Download complete [2021-05-04T00:08:44.600Z] 595b0fe564bb: Pull complete [2021-05-04T00:08:45.208Z] 7186ed65a4f7: Pull complete [2021-05-04T00:08:45.808Z] 316046926c0a: Pull complete [2021-05-04T00:08:46.082Z] ffd874e62e21: Verifying Checksum [2021-05-04T00:08:46.082Z] ffd874e62e21: Download complete [2021-05-04T00:08:47.511Z] 4ebd0625c992: Verifying Checksum [2021-05-04T00:08:47.511Z] 4ebd0625c992: Download complete [2021-05-04T00:08:57.679Z] 4ebd0625c992: Pull complete [2021-05-04T00:08:57.679Z] 207e8628e3a3: Pull complete [2021-05-04T00:08:58.270Z] c791037a9be2: Pull complete [2021-05-04T00:09:01.678Z] ffd874e62e21: Pull complete [2021-05-04T00:09:01.678Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-04T00:09:01.678Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-04T00:09:01.678Z] ---> cfc18b08335c [2021-05-04T00:09:01.678Z] 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-04T00:09:05.096Z] ---> Running in b8305d293e5a [2021-05-04T00:09:06.081Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T00:09:06.125Z] gofmt -l . [2021-05-04T00:09:06.125Z] [ "`gofmt -l .`" = "" ] [2021-05-04T00:09:06.125Z] ./bin/test-go-mod-tidy.sh [2021-05-04T00:09:06.125Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-04T00:09:06.756Z] + ls -al . [2021-05-04T00:09:06.756Z] total 808 [2021-05-04T00:09:06.756Z] drwxrwxr-x 10 1001 1001 4096 May 4 00:09 . [2021-05-04T00:09:06.756Z] drwxr-xr-x 4 root root 30 May 4 00:07 .. [2021-05-04T00:09:06.756Z] -rw-rw-r-- 1 1001 1001 11 May 4 00:05 .dockerignore [2021-05-04T00:09:06.756Z] drwxrwxr-x 8 1001 1001 179 May 4 00:05 .git [2021-05-04T00:09:06.756Z] drwxrwxr-x 3 1001 1001 125 May 4 00:05 .github [2021-05-04T00:09:06.756Z] -rw-rw-r-- 1 1001 1001 818 May 4 00:05 .gitignore [2021-05-04T00:09:06.756Z] drwx------ 3 1001 1001 60 May 4 00:05 .semver [2021-05-04T00:09:06.756Z] -rw-rw-r-- 1 1001 1001 166 May 4 00:05 .sonarcloud.properties [2021-05-04T00:09:06.756Z] -rw-rw-r-- 1 1001 1001 8609 May 4 00:05 Attribution.txt [2021-05-04T00:09:06.756Z] -rw-rw-r-- 1 1001 1001 3804 May 4 00:05 CONTRIBUTING.md [2021-05-04T00:09:06.756Z] -rw-rw-r-- 1 1001 1001 931 May 4 00:05 Dockerfile.build [2021-05-04T00:09:06.756Z] -rw-rw-r-- 1 1001 1001 863 May 4 00:05 Jenkinsfile [2021-05-04T00:09:06.756Z] -rw-rw-r-- 1 1001 1001 10775 May 4 00:05 LICENSE [2021-05-04T00:09:06.756Z] -rw-rw-r-- 1 1001 1001 5774 May 4 00:05 Makefile [2021-05-04T00:09:06.756Z] -rw-rw-r-- 1 1001 1001 7978 May 4 00:05 README.md [2021-05-04T00:09:06.756Z] -rw-rw-r-- 1 1001 1001 6755 May 4 00:05 SECURITY.md [2021-05-04T00:09:06.756Z] -rw-rw-r-- 1 1001 1001 5 May 4 00:05 VERSION [2021-05-04T00:09:06.756Z] -rw-rw-r-- 1 1001 1001 4131 May 4 00:05 ZMQWindows.md [2021-05-04T00:09:06.756Z] drwxrwxr-x 2 1001 1001 117 May 4 00:05 bin [2021-05-04T00:09:06.756Z] drwxrwxr-x 14 1001 1001 4096 May 4 00:05 cmd [2021-05-04T00:09:06.756Z] -rw-r--r-- 1 root root 699522 May 4 00:08 coverage.out [2021-05-04T00:09:06.756Z] -rw-r--r-- 1 root root 1060 May 4 00:09 go.mod [2021-05-04T00:09:06.756Z] -rw-r--r-- 1 root root 22420 May 4 00:07 go.sum [2021-05-04T00:09:06.756Z] drwxrwxr-x 8 1001 1001 127 May 4 00:05 internal [2021-05-04T00:09:06.756Z] drwxrwxr-x 4 1001 1001 26 May 4 00:05 openapi [2021-05-04T00:09:06.756Z] drwxrwxr-x 4 1001 1001 71 May 4 00:05 snap [2021-05-04T00:09:06.756Z] -rw-rw-r-- 1 1001 1001 168 May 4 00:05 version.go [Pipeline] sh [2021-05-04T00:09:07.058Z] + '[' -e coverage.out ] [2021-05-04T00:09:07.058Z] + chown 1001:1001 coverage.out [2021-05-04T00:09:07.063Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [Pipeline] stash [2021-05-04T00:09:07.315Z] Stashed 1 file(s) [Pipeline] sh [2021-05-04T00:09:07.664Z] + make build [2021-05-04T00:09:07.664Z] 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-04T00:09:08.040Z] (1/12) Installing libmagic (5.39-r0) [2021-05-04T00:09:08.634Z] (2/12) Installing file (5.39-r0) [2021-05-04T00:09:08.634Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-04T00:09:08.634Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-04T00:09:11.122Z] 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-04T00:09:15.348Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-04T00:09:15.348Z] (6/12) Installing patch (2.7.6-r6) [2021-05-04T00:09:15.348Z] (7/12) Installing build-base (0.5-r2) [2021-05-04T00:09:15.348Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-04T00:09:15.620Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-04T00:09:15.620Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-04T00:09:15.895Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-04T00:09:15.895Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-04T00:09:15.895Z] Executing busybox-1.32.1-r6.trigger [2021-05-04T00:09:15.895Z] OK: 218 MiB in 52 packages [2021-05-04T00:09:20.217Z] Removing intermediate container b8305d293e5a [2021-05-04T00:09:20.217Z] ---> 9f3771c74763 [2021-05-04T00:09:20.217Z] Step 4/6 : WORKDIR /edgex-go [2021-05-04T00:09:20.217Z] ---> Running in b76abc122deb [2021-05-04T00:09:20.826Z] Removing intermediate container b76abc122deb [2021-05-04T00:09:20.826Z] ---> 6cd15244b084 [2021-05-04T00:09:20.826Z] Step 5/6 : COPY go.mod . [2021-05-04T00:09:21.233Z] 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-04T00:09:21.433Z] ---> ed22a9230e76 [2021-05-04T00:09:21.433Z] Step 6/6 : RUN go mod download [2021-05-04T00:09:21.709Z] ---> Running in e740e2491c28 [2021-05-04T00:09:21.807Z] 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-04T00:09:23.205Z] 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-04T00:09:23.473Z] 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-04T00:09:24.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-04T00:09:26.310Z] 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-04T00:09:27.280Z] 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-04T00:09:28.691Z] 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-04T00:09:29.657Z] 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-04T00:09:31.061Z] 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-04T00:09:33.016Z] $ docker stop --time=1 a4b3cbd1f36790c63dee0988045b7ebf9f0280766ceed157c405cf153d86b075 [2021-05-04T00:09:34.633Z] $ docker rm -f a4b3cbd1f36790c63dee0988045b7ebf9f0280766ceed157c405cf153d86b075 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-04T00:09:37.926Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-04T00:09:37.926Z] [2021-05-04T00:09:37.926Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-04T00:09:38.243Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-04T00:09:38.243Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-04T00:09:38.243Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-04T00:09:38.243Z] ca9280d653b3: Pulling fs layer [2021-05-04T00:09:38.243Z] 7e9c9ca2126c: Pulling fs layer [2021-05-04T00:09:38.508Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-04T00:09:38.508Z] cbdbe7a5bc2a: Download complete [2021-05-04T00:09:38.772Z] cbdbe7a5bc2a: Pull complete [2021-05-04T00:09:39.034Z] ca9280d653b3: Verifying Checksum [2021-05-04T00:09:39.034Z] ca9280d653b3: Download complete [2021-05-04T00:09:39.998Z] 7e9c9ca2126c: Verifying Checksum [2021-05-04T00:09:39.999Z] 7e9c9ca2126c: Download complete [2021-05-04T00:09:40.580Z] ca9280d653b3: Pull complete [2021-05-04T00:09:47.208Z] 7e9c9ca2126c: Pull complete [2021-05-04T00:09:47.208Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-04T00:09:47.208Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-04T00:09:47.208Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-04T00:09:47.392Z] prd-centos7-docker-4c-2g-2812 does not seem to be running inside a container [2021-05-04T00:09:47.447Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/57 -v /w/workspace/edgex-go/57:/w/workspace/edgex-go/57:rw,z -v /w/workspace/edgex-go/57@tmp:/w/workspace/edgex-go/57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-04T00:09:48.503Z] Removing intermediate container e740e2491c28 [2021-05-04T00:09:48.503Z] ---> 6e47b27490a5 [2021-05-04T00:09:48.503Z] Successfully built 6e47b27490a5 [2021-05-04T00:09:48.503Z] Successfully tagged ci-base-image-arm64:latest [2021-05-04T00:09:50.090Z] $ docker top 8667fca58613f4dc3f16f9d25c8f6b55da6832c67ae8ca65ab34c87f636f33e8 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-05-04T00:09:50.506Z] + docker-compose build --help [2021-05-04T00:09:50.506Z] + grep parallel [2021-05-04T00:09:50.585Z] + docker inspect -f . ci-base-image-arm64 [2021-05-04T00:09:50.585Z] . [Pipeline] withDockerContainer [2021-05-04T00:09:50.857Z] prd-ubuntu18.04-docker-arm64-4c-16g-2813 does not seem to be running inside a container [2021-05-04T00:09:50.946Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/57 -v /w/workspace/edgex-go/57:/w/workspace/edgex-go/57:rw,z -v /w/workspace/edgex-go/57@tmp:/w/workspace/edgex-go/57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-04T00:09:51.452Z] --parallel Build images in parallel. [2021-05-04T00:09:52.494Z] $ docker top 5535e97c0c0c2f05f5c77f5cead86511fbfd189ad95b64cc2d91c9349d988adc -eo pid,comm [Pipeline] { [Pipeline] } [2021-05-04T00:09:52.792Z] $ docker stop --time=1 8667fca58613f4dc3f16f9d25c8f6b55da6832c67ae8ca65ab34c87f636f33e8 [2021-05-04T00:09:54.160Z] $ docker rm -f 8667fca58613f4dc3f16f9d25c8f6b55da6832c67ae8ca65ab34c87f636f33e8 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-04T00:09:54.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-04T00:09:54.697Z] . [Pipeline] withDockerContainer [2021-05-04T00:09:54.797Z] prd-centos7-docker-4c-2g-2812 does not seem to be running inside a container [2021-05-04T00:09:54.846Z] $ 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/57 -v /w/workspace/edgex-go/57:/w/workspace/edgex-go/57:rw,z -v /w/workspace/edgex-go/57@tmp:/w/workspace/edgex-go/57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-04T00:09:54.919Z] + go version [2021-05-04T00:09:54.919Z] go version go1.16.3 linux/arm64 [2021-05-04T00:09:55.500Z] $ docker top bef365315982a511a801d846ed3f6cbdeef515a465666e502d1efd10c47ceddf -eo pid,comm [Pipeline] { [Pipeline] } [2021-05-04T00:09:55.642Z] $ docker stop --time=1 5535e97c0c0c2f05f5c77f5cead86511fbfd189ad95b64cc2d91c9349d988adc [2021-05-04T00:09:57.520Z] $ docker rm -f 5535e97c0c0c2f05f5c77f5cead86511fbfd189ad95b64cc2d91c9349d988adc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-04T00:09:58.026Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-04T00:09:58.189Z] + docker inspect -f . ci-base-image-arm64 [2021-05-04T00:09:58.189Z] . [Pipeline] withDockerContainer [2021-05-04T00:09:58.420Z] prd-ubuntu18.04-docker-arm64-4c-16g-2813 does not seem to be running inside a container [2021-05-04T00:09:58.509Z] $ 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/57 -v /w/workspace/edgex-go/57:/w/workspace/edgex-go/57:rw,z -v /w/workspace/edgex-go/57@tmp:/w/workspace/edgex-go/57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-04T00:09:58.978Z] Building docker-core-command-go ... [2021-05-04T00:09:58.978Z] Building docker-core-data-go ... [2021-05-04T00:09:58.978Z] Building docker-core-metadata-go ... [2021-05-04T00:09:58.978Z] Building docker-security-bootstrapper-go ... [2021-05-04T00:09:58.978Z] Building docker-security-proxy-setup-go ... [2021-05-04T00:09:58.978Z] Building docker-security-secretstore-setup-go ... [2021-05-04T00:09:58.978Z] Building docker-support-notifications-go ... [2021-05-04T00:09:58.978Z] Building docker-support-scheduler-go ... [2021-05-04T00:09:58.978Z] Building docker-sys-mgmt-agent-go ... [2021-05-04T00:09:58.978Z] Building docker-core-metadata-go [2021-05-04T00:09:58.978Z] Building docker-security-bootstrapper-go [2021-05-04T00:09:58.978Z] Building docker-support-notifications-go [2021-05-04T00:09:58.978Z] Building docker-security-proxy-setup-go [2021-05-04T00:09:58.978Z] Building docker-support-scheduler-go [2021-05-04T00:09:59.860Z] $ docker top dcf91320e54e73ac9c2ef1d77aede07e3f1ff3210e16ec88d5d760d769b56bb3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-04T00:10:00.143Z] ========================================================= [2021-05-04T00:10:00.143Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-04T00:10:00.143Z] ========================================================= [Pipeline] sh [2021-05-04T00:10:00.801Z] + go mod tidy [Pipeline] sh [2021-05-04T00:10:02.476Z] + make test [2021-05-04T00:10:02.476Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-04T00:10:29.545Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-04T00:10:38.096Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T00:10:38.096Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-04T00:10:38.096Z] ---> 66cc97b14c75 [2021-05-04T00:10:38.096Z] Step 3/21 : WORKDIR /edgex-go [2021-05-04T00:10:38.096Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T00:10:38.096Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-04T00:10:38.096Z] ---> 66cc97b14c75 [2021-05-04T00:10:38.096Z] Step 3/22 : WORKDIR /edgex-go [2021-05-04T00:10:38.096Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T00:10:38.096Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T00:10:38.096Z] ---> 66cc97b14c75 [2021-05-04T00:10:38.096Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T00:10:38.097Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T00:10:38.097Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-04T00:10:38.097Z] ---> 66cc97b14c75 [2021-05-04T00:10:38.097Z] Step 3/31 : WORKDIR /edgex-go [2021-05-04T00:10:38.097Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T00:10:38.097Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-04T00:10:38.097Z] ---> 66cc97b14c75 [2021-05-04T00:10:38.097Z] Step 3/22 : WORKDIR /edgex-go [2021-05-04T00:10:38.097Z] ---> Running in fd5d796c90a8 [2021-05-04T00:10:38.097Z] ---> Running in 879d93cbc514 [2021-05-04T00:10:38.097Z] ---> Running in 38b6dfaeff30 [2021-05-04T00:10:38.097Z] ---> Running in 62e2d8a77490 [2021-05-04T00:10:38.097Z] ---> Running in dfe9af34c1f7 [2021-05-04T00:10:38.097Z] Removing intermediate container fd5d796c90a8 [2021-05-04T00:10:38.097Z] ---> 22656feb3388 [2021-05-04T00:10:38.097Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T00:10:38.097Z] Removing intermediate container 62e2d8a77490 [2021-05-04T00:10:38.097Z] ---> 44ce3db97218 [2021-05-04T00:10:38.097Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T00:10:38.097Z] Removing intermediate container 38b6dfaeff30 [2021-05-04T00:10:38.097Z] ---> 55ffb98991bf [2021-05-04T00:10:38.097Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T00:10:38.097Z] Removing intermediate container 879d93cbc514 [2021-05-04T00:10:38.097Z] ---> c1851f1602be [2021-05-04T00:10:38.097Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T00:10:38.097Z] Removing intermediate container dfe9af34c1f7 [2021-05-04T00:10:38.097Z] ---> aa614f7ba191 [2021-05-04T00:10:38.097Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T00:10:38.097Z] ---> Running in 3cbe61e03cbc [2021-05-04T00:10:38.097Z] ---> Running in 03b733724f20 [2021-05-04T00:10:38.097Z] ---> Running in b6371545d230 [2021-05-04T00:10:38.097Z] ---> Running in 1b34d1667b6f [2021-05-04T00:10:38.097Z] ---> Running in c038b00cde6a [2021-05-04T00:10:38.366Z] Removing intermediate container 3cbe61e03cbc [2021-05-04T00:10:38.366Z] ---> 8e338fcf5b11 [2021-05-04T00:10:38.366Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-04T00:10:38.628Z] Removing intermediate container 03b733724f20 [2021-05-04T00:10:38.629Z] ---> 59c153cca905 [2021-05-04T00:10:38.629Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-04T00:10:38.629Z] ---> Running in ae13d173f21b [2021-05-04T00:10:38.892Z] ---> Running in 95abd27e213d [2021-05-04T00:10:38.892Z] Removing intermediate container b6371545d230 [2021-05-04T00:10:38.892Z] ---> 1b0b6f758e4a [2021-05-04T00:10:38.892Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-04T00:10:39.159Z] Removing intermediate container 1b34d1667b6f [2021-05-04T00:10:39.159Z] ---> 3a6bb6a287f6 [2021-05-04T00:10:39.159Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-04T00:10:39.159Z] Removing intermediate container c038b00cde6a [2021-05-04T00:10:39.159Z] ---> 0bba57c878cd [2021-05-04T00:10:39.159Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-04T00:10:39.159Z] ---> Running in 6cd0edea2118 [2021-05-04T00:10:39.431Z] ---> Running in 00a7ae9ff1b9 [2021-05-04T00:10:39.431Z] ---> Running in eb018ae79716 [2021-05-04T00:10:39.431Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T00:10:39.707Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T00:10:40.284Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T00:10:40.284Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T00:10:40.547Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T00:10:40.547Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T00:10:40.547Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T00:10:40.815Z] OK: 219 MiB in 52 packages [2021-05-04T00:10:40.815Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T00:10:41.083Z] OK: 219 MiB in 52 packages [2021-05-04T00:10:41.353Z] Removing intermediate container ae13d173f21b [2021-05-04T00:10:41.353Z] ---> 70b1d371a6e4 [2021-05-04T00:10:41.353Z] Step 6/21 : COPY go.mod . [2021-05-04T00:10:41.353Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T00:10:41.616Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T00:10:41.616Z] OK: 219 MiB in 52 packages [2021-05-04T00:10:41.616Z] Removing intermediate container 95abd27e213d [2021-05-04T00:10:41.616Z] ---> 60aa06a8b881 [2021-05-04T00:10:41.616Z] Step 6/31 : COPY go.mod . [2021-05-04T00:10:41.616Z] ---> 34c8d3b58fce [2021-05-04T00:10:41.616Z] Step 7/21 : RUN go mod download [2021-05-04T00:10:41.886Z] ---> Running in 2c95e6b2f250 [2021-05-04T00:10:41.886Z] ---> 8c94a7bd3455 [2021-05-04T00:10:41.886Z] Step 7/31 : RUN go mod download [2021-05-04T00:10:42.153Z] OK: 219 MiB in 52 packages [2021-05-04T00:10:42.153Z] OK: 219 MiB in 52 packages [2021-05-04T00:10:42.153Z] ---> Running in ba1baae6a319 [2021-05-04T00:10:42.153Z] Removing intermediate container 6cd0edea2118 [2021-05-04T00:10:42.153Z] ---> 3e2a1baafc9c [2021-05-04T00:10:42.153Z] Step 6/23 : COPY go.mod . [2021-05-04T00:10:42.736Z] ---> 71ce6f461b7c [2021-05-04T00:10:42.736Z] Step 7/23 : RUN go mod download [2021-05-04T00:10:42.736Z] ---> Running in 4cf16da3604e [2021-05-04T00:10:42.999Z] Removing intermediate container 00a7ae9ff1b9 [2021-05-04T00:10:43.000Z] ---> 2a53793ffaa7 [2021-05-04T00:10:43.000Z] Step 6/22 : COPY go.mod . [2021-05-04T00:10:43.268Z] Removing intermediate container eb018ae79716 [2021-05-04T00:10:43.268Z] ---> 841df1b30513 [2021-05-04T00:10:43.268Z] Step 6/22 : COPY go.mod . [2021-05-04T00:10:43.530Z] ---> e1c50da77d0e [2021-05-04T00:10:43.530Z] Step 7/22 : RUN go mod download [2021-05-04T00:10:43.795Z] ---> Running in a1dfc8153352 [2021-05-04T00:10:43.795Z] ---> 36a1da3fde4e [2021-05-04T00:10:43.795Z] Step 7/22 : RUN go mod download [2021-05-04T00:10:43.795Z] ---> Running in aafae0c66ed2 [2021-05-04T00:10:44.074Z] Removing intermediate container ba1baae6a319 [2021-05-04T00:10:44.074Z] ---> 213f27563b19 [2021-05-04T00:10:44.074Z] Step 8/31 : COPY . . [2021-05-04T00:10:44.074Z] Removing intermediate container 2c95e6b2f250 [2021-05-04T00:10:44.074Z] ---> 11a900069e77 [2021-05-04T00:10:44.074Z] Step 8/21 : COPY . . [2021-05-04T00:10:46.970Z] Removing intermediate container 4cf16da3604e [2021-05-04T00:10:46.970Z] ---> 26a06ef59a13 [2021-05-04T00:10:46.970Z] Step 8/23 : COPY . . [2021-05-04T00:10:55.329Z] Removing intermediate container a1dfc8153352 [2021-05-04T00:10:55.329Z] ---> 69144b5b7338 [2021-05-04T00:10:55.329Z] Step 8/22 : COPY . . [2021-05-04T00:10:55.329Z] Removing intermediate container aafae0c66ed2 [2021-05-04T00:10:55.329Z] ---> ec91cf8c88d1 [2021-05-04T00:10:55.329Z] Step 8/22 : COPY . . [2021-05-04T00:11:26.133Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-04T00:11:27.830Z] ---> 4f587f89f504 [2021-05-04T00:11:27.831Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-04T00:11:27.831Z] ---> d7b4477e994e [2021-05-04T00:11:27.831Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-04T00:11:28.444Z] ---> Running in 50ffc0fb7bd7 [2021-05-04T00:11:29.020Z] ---> Running in 76c6466f61c4 [2021-05-04T00:11:29.287Z] ---> b72f8b7e6fdf [2021-05-04T00:11:29.287Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-04T00:11:29.287Z] ---> 87440e0c476d [2021-05-04T00:11:29.287Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-04T00:11:29.287Z] ---> 00542d9bc501 [2021-05-04T00:11:29.287Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-04T00:11:29.868Z] ---> Running in 38c10f1a0800 [2021-05-04T00:11:30.136Z] ---> Running in b5d67f865d5c [2021-05-04T00:11:30.136Z] ---> Running in 6442d37ff753 [2021-05-04T00:11:31.097Z] 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-04T00:11:31.097Z] 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-04T00:11:31.097Z] 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-04T00:11:31.097Z] 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-04T00:11:31.098Z] 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-04T00:11:31.554Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-04T00:11:41.752Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-04T00:11:41.752Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-04T00:11:45.160Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-04T00:11:45.767Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-04T00:11:45.768Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-04T00:11:45.768Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-04T00:11:50.108Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-04T00:11:50.385Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-04T00:12:00.580Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-04T00:12:00.580Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-04T00:12:00.580Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-04T00:12:04.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.285s coverage: 45.9% of statements [2021-05-04T00:12:04.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-04T00:12:04.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-04T00:12:04.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-04T00:12:04.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-04T00:12:04.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-04T00:12:04.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-04T00:12:04.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.116s coverage: 19.8% of statements [2021-05-04T00:12:04.624Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.234s coverage: 100.0% of statements [2021-05-04T00:12:10.061Z] 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-04T00:12:12.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.581s coverage: 27.1% of statements [2021-05-04T00:12:12.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-04T00:12:12.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-04T00:12:12.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-04T00:12:12.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-04T00:12:12.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-04T00:12:12.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-04T00:12:12.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.170s coverage: 100.0% of statements [2021-05-04T00:12:12.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-04T00:12:12.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.138s coverage: 100.0% of statements [2021-05-04T00:12:12.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-04T00:12:12.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-04T00:12:12.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.239s coverage: 71.3% of statements [2021-05-04T00:12:12.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-04T00:12:12.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-04T00:12:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.525s coverage: 87.7% of statements [2021-05-04T00:12:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-04T00:12:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T00:12:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.171s coverage: 78.9% of statements [2021-05-04T00:12:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-04T00:12:18.425Z] Removing intermediate container 76c6466f61c4 [2021-05-04T00:12:18.425Z] ---> 880dc0ab7fc9 [2021-05-04T00:12:18.425Z] [2021-05-04T00:12:18.425Z] Step 10/31 : FROM alpine:3.12 [2021-05-04T00:12:18.425Z] 3.12: Pulling from library/alpine [2021-05-04T00:12:18.425Z] Removing intermediate container 6442d37ff753 [2021-05-04T00:12:18.425Z] ---> 3ff18a23f990 [2021-05-04T00:12:18.425Z] [2021-05-04T00:12:18.425Z] Step 10/22 : FROM alpine:3.12 [2021-05-04T00:12:18.425Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-04T00:12:18.425Z] 3.12: Pulling from library/alpine [2021-05-04T00:12:18.425Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-04T00:12:21.744Z] Status: Downloaded newer image for alpine:3.12 [2021-05-04T00:12:21.744Z] ---> 13621d1b12d4 [2021-05-04T00:12:21.744Z] Status: Downloaded newer image for alpine:3.12 [2021-05-04T00:12:21.744Z] ---> 13621d1b12d4 [2021-05-04T00:12:21.744Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-04T00:12:21.744Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-04T00:12:22.011Z] ---> Running in d20e12a20951 [2021-05-04T00:12:22.011Z] ---> Running in 4fb0efcf83f4 [2021-05-04T00:12:22.011Z] Removing intermediate container 50ffc0fb7bd7 [2021-05-04T00:12:22.011Z] ---> d0b6de8c7ce0 [2021-05-04T00:12:22.011Z] [2021-05-04T00:12:22.011Z] Step 10/21 : FROM alpine:3.12 [2021-05-04T00:12:22.011Z] ---> 13621d1b12d4 [2021-05-04T00:12:22.011Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-04T00:12:22.011Z] Removing intermediate container 38c10f1a0800 [2021-05-04T00:12:22.011Z] ---> e95f643a0419 [2021-05-04T00:12:22.011Z] [2021-05-04T00:12:22.011Z] Step 10/22 : FROM alpine:3.12 [2021-05-04T00:12:22.011Z] ---> 13621d1b12d4 [2021-05-04T00:12:22.011Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-04T00:12:23.407Z] ---> Running in c00e6d22330e [2021-05-04T00:12:23.407Z] ---> Running in 8882a7121fcc [2021-05-04T00:12:23.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.096s coverage: 28.6% of statements [2021-05-04T00:12:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-04T00:12:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-04T00:12:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-04T00:12:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-04T00:12:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-04T00:12:23.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.232s coverage: 100.0% of statements [2021-05-04T00:12:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-04T00:12:23.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.147s coverage: 100.0% of statements [2021-05-04T00:12:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-04T00:12:23.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.366s coverage: 86.7% of statements [2021-05-04T00:12:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-04T00:12:23.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.443s coverage: 97.5% of statements [2021-05-04T00:12:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-04T00:12:23.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.215s coverage: 78.3% of statements [2021-05-04T00:12:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-04T00:12:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-04T00:12:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-04T00:12:23.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-04T00:12:24.366Z] Removing intermediate container d20e12a20951 [2021-05-04T00:12:24.366Z] ---> b902d0eed8b2 [2021-05-04T00:12:24.366Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-04T00:12:24.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T00:12:24.366Z] Removing intermediate container b5d67f865d5c [2021-05-04T00:12:24.366Z] ---> 44464ec93493 [2021-05-04T00:12:24.366Z] [2021-05-04T00:12:24.366Z] Step 10/23 : FROM alpine:3.12 [2021-05-04T00:12:24.366Z] ---> 13621d1b12d4 [2021-05-04T00:12:24.366Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-04T00:12:24.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T00:12:24.637Z] ---> Running in e95b17ce2c50 [2021-05-04T00:12:24.637Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-04T00:12:24.999Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-04T00:12:24.999Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T00:12:25.262Z] ---> Running in 40036ef4d09e [2021-05-04T00:12:25.262Z] Executing ca-certificates-20191127-r4.trigger [2021-05-04T00:12:25.262Z] OK: 6 MiB in 16 packages [2021-05-04T00:12:25.531Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T00:12:25.531Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T00:12:25.531Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T00:12:25.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T00:12:25.802Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-04T00:12:25.802Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T00:12:25.802Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-04T00:12:25.802Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-04T00:12:25.802Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-04T00:12:26.065Z] (4/4) Installing curl (7.76.1-r0) [2021-05-04T00:12:26.065Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T00:12:26.065Z] Executing ca-certificates-20191127-r4.trigger [2021-05-04T00:12:26.065Z] OK: 7 MiB in 18 packages [2021-05-04T00:12:26.334Z] OK: 6 MiB in 15 packages [2021-05-04T00:12:26.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T00:12:26.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T00:12:26.598Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T00:12:26.598Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T00:12:26.598Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-04T00:12:26.598Z] (2/2) Installing su-exec (0.2-r1) [2021-05-04T00:12:26.598Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T00:12:26.598Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-04T00:12:26.598Z] OK: 6 MiB in 16 packages [2021-05-04T00:12:26.598Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T00:12:26.598Z] OK: 6 MiB in 15 packages [2021-05-04T00:12:27.545Z] Removing intermediate container 4fb0efcf83f4 [2021-05-04T00:12:27.545Z] ---> ae03f352f5f9 [2021-05-04T00:12:27.545Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T00:12:28.122Z] ---> Running in 03f521f318fb [2021-05-04T00:12:28.122Z] Removing intermediate container c00e6d22330e [2021-05-04T00:12:28.122Z] ---> c021fd88eefc [2021-05-04T00:12:28.122Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-04T00:12:28.387Z] Removing intermediate container 8882a7121fcc [2021-05-04T00:12:28.387Z] ---> f6057b8f775a [2021-05-04T00:12:28.387Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T00:12:28.387Z] ---> Running in 4e7f3599d95e [2021-05-04T00:12:28.387Z] Removing intermediate container 03f521f318fb [2021-05-04T00:12:28.387Z] ---> 13f7c38edf94 [2021-05-04T00:12:28.387Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-04T00:12:28.650Z] ---> Running in 18d139683fe2 [2021-05-04T00:12:28.650Z] ---> Running in d902cfba227d [2021-05-04T00:12:28.650Z] Removing intermediate container e95b17ce2c50 [2021-05-04T00:12:28.650Z] ---> 3645ed470fd4 [2021-05-04T00:12:28.650Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-04T00:12:28.650Z] Removing intermediate container 40036ef4d09e [2021-05-04T00:12:28.650Z] ---> a29208d58908 [2021-05-04T00:12:28.650Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T00:12:28.912Z] Removing intermediate container 4e7f3599d95e [2021-05-04T00:12:28.912Z] ---> 1fff949a79ff [2021-05-04T00:12:28.912Z] Step 13/21 : WORKDIR /edgex [2021-05-04T00:12:29.491Z] ---> Running in 4dfc1bde3d94 [2021-05-04T00:12:29.491Z] Removing intermediate container 18d139683fe2 [2021-05-04T00:12:29.491Z] ---> 4acf582d8a52 [2021-05-04T00:12:29.491Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-04T00:12:29.491Z] ---> Running in 8a995e3d04fb [2021-05-04T00:12:29.491Z] ---> Running in dfe057eaaee9 [2021-05-04T00:12:29.491Z] Removing intermediate container d902cfba227d [2021-05-04T00:12:29.491Z] ---> 47643bb6ce39 [2021-05-04T00:12:29.491Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-04T00:12:29.491Z] ---> Running in a9dfea998563 [2021-05-04T00:12:29.754Z] ---> Running in c1e197166a22 [2021-05-04T00:12:29.754Z] Removing intermediate container 4dfc1bde3d94 [2021-05-04T00:12:29.754Z] ---> 34a633637d2b [2021-05-04T00:12:29.754Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-04T00:12:30.017Z] ---> Running in b89120964f3d [2021-05-04T00:12:30.017Z] Removing intermediate container 8a995e3d04fb [2021-05-04T00:12:30.017Z] ---> cae201261ac6 [2021-05-04T00:12:30.017Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-04T00:12:30.017Z] Removing intermediate container dfe057eaaee9 [2021-05-04T00:12:30.017Z] ---> 3f869583df5c [2021-05-04T00:12:30.017Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-04T00:12:30.017Z] Removing intermediate container a9dfea998563 [2021-05-04T00:12:30.017Z] ---> 190ac6715fc3 [2021-05-04T00:12:30.017Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-04T00:12:30.017Z] Removing intermediate container c1e197166a22 [2021-05-04T00:12:30.017Z] ---> 44e3c16771f9 [2021-05-04T00:12:30.017Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T00:12:30.279Z] ---> Running in ec433b66f9f4 [2021-05-04T00:12:30.279Z] ---> Running in cd524bf93463 [2021-05-04T00:12:30.279Z] Removing intermediate container b89120964f3d [2021-05-04T00:12:30.279Z] ---> 617f329f016e [2021-05-04T00:12:30.279Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-04T00:12:30.297Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.178s coverage: 95.1% of statements [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-04T00:12:30.297Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.128s coverage: 58.8% of statements [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-04T00:12:30.297Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.240s coverage: 0.9% of statements [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-04T00:12:30.297Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.119s coverage: 22.6% of statements [2021-05-04T00:12:30.297Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-04T00:12:30.297Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.167s coverage: 47.1% of statements [2021-05-04T00:12:30.297Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.172s coverage: 79.5% of statements [2021-05-04T00:12:30.297Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.140s coverage: 94.1% of statements [2021-05-04T00:12:30.543Z] ---> 70b4c7040cc0 [2021-05-04T00:12:30.544Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-04T00:12:30.544Z] ---> Running in b4e3a472cc25 [2021-05-04T00:12:30.544Z] ---> 17956c4eb02a [2021-05-04T00:12:30.544Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-04T00:12:30.810Z] Removing intermediate container ec433b66f9f4 [2021-05-04T00:12:30.810Z] ---> 9b2422b8f9de [2021-05-04T00:12:30.810Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T00:12:30.810Z] Removing intermediate container cd524bf93463 [2021-05-04T00:12:30.810Z] ---> 44d675c4306f [2021-05-04T00:12:30.810Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-04T00:12:30.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.181s coverage: 96.3% of statements [2021-05-04T00:12:31.388Z] ---> Running in 6c520510c53b [2021-05-04T00:12:31.388Z] ---> 2fc0f6268e0b [2021-05-04T00:12:31.388Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-04T00:12:31.650Z] ---> b9b706031bd7 [2021-05-04T00:12:31.650Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-04T00:12:31.650Z] ---> 969f3affc922 [2021-05-04T00:12:31.650Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-04T00:12:31.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.112s coverage: 87.5% of statements [2021-05-04T00:12:31.922Z] Removing intermediate container 6c520510c53b [2021-05-04T00:12:31.922Z] ---> daccfd7c55f4 [2021-05-04T00:12:31.922Z] Step 15/23 : WORKDIR / [2021-05-04T00:12:31.922Z] ---> c4d3f763f295 [2021-05-04T00:12:31.922Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-04T00:12:32.191Z] ---> Running in 87a54df877bf [2021-05-04T00:12:32.191Z] ---> a2290aeba2de [2021-05-04T00:12:32.191Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-04T00:12:32.191Z] ---> Running in 067a415fc4b0 [2021-05-04T00:12:32.191Z] ---> 0b4bf59283b5 [2021-05-04T00:12:32.191Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-04T00:12:32.456Z] ---> Running in 621489f5d00d [2021-05-04T00:12:32.456Z] Removing intermediate container 067a415fc4b0 [2021-05-04T00:12:32.456Z] ---> 6158f7d263f9 [2021-05-04T00:12:32.456Z] Step 18/21 : CMD ["--init=true"] [2021-05-04T00:12:32.456Z] Removing intermediate container 87a54df877bf [2021-05-04T00:12:32.456Z] ---> aac20d9c32f5 [2021-05-04T00:12:32.456Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T00:12:32.724Z] Removing intermediate container b4e3a472cc25 [2021-05-04T00:12:32.724Z] ---> b6e45a76cfbd [2021-05-04T00:12:32.724Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-04T00:12:32.724Z] Removing intermediate container 621489f5d00d [2021-05-04T00:12:32.724Z] ---> 04ab864be37f [2021-05-04T00:12:32.724Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T00:12:32.724Z] ---> ea7794c4537a [2021-05-04T00:12:32.724Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-04T00:12:32.724Z] ---> Running in 4077effabfc1 [2021-05-04T00:12:32.988Z] ---> Running in 360148b68698 [2021-05-04T00:12:32.988Z] ---> Running in 04fd57054b78 [2021-05-04T00:12:32.988Z] ---> Running in e2fe9f733956 [2021-05-04T00:12:32.988Z] ---> 5f4a044eedaa [2021-05-04T00:12:32.988Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-04T00:12:33.256Z] Removing intermediate container 4077effabfc1 [2021-05-04T00:12:33.256Z] ---> 612eecc2ad07 [2021-05-04T00:12:33.256Z] Step 19/21 : LABEL arch=x86_64 [2021-05-04T00:12:33.518Z] Removing intermediate container 04fd57054b78 [2021-05-04T00:12:33.518Z] ---> 0f962fc97a17 [2021-05-04T00:12:33.518Z] Step 20/22 : LABEL arch=x86_64 [2021-05-04T00:12:33.518Z] ---> Running in a10ccd7731ad [2021-05-04T00:12:33.518Z] Removing intermediate container 360148b68698 [2021-05-04T00:12:33.518Z] ---> 9bd25c7bef40 [2021-05-04T00:12:33.518Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-04T00:12:33.518Z] Removing intermediate container e2fe9f733956 [2021-05-04T00:12:33.518Z] ---> a1176794694a [2021-05-04T00:12:33.518Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T00:12:33.783Z] ---> Running in 4bb121793e38 [2021-05-04T00:12:34.053Z] ---> Running in a6a123596a8c [2021-05-04T00:12:34.053Z] ---> f2c57b869cac [2021-05-04T00:12:34.053Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-04T00:12:34.053Z] Removing intermediate container a10ccd7731ad [2021-05-04T00:12:34.053Z] ---> 909f5f14a65a [2021-05-04T00:12:34.053Z] Step 20/21 : LABEL git_sha=382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:12:34.053Z] ---> 42e72573acfe [2021-05-04T00:12:34.053Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-04T00:12:34.316Z] ---> Running in 0a23143ffb4f [2021-05-04T00:12:34.316Z] Removing intermediate container 4bb121793e38 [2021-05-04T00:12:34.316Z] ---> bf0b0863ed07 [2021-05-04T00:12:34.316Z] Step 21/22 : LABEL git_sha=382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:12:34.316Z] ---> Running in a449052d228c [2021-05-04T00:12:34.578Z] Removing intermediate container a6a123596a8c [2021-05-04T00:12:34.578Z] ---> 0b482a9ab6e1 [2021-05-04T00:12:34.578Z] Step 20/22 : LABEL arch=x86_64 [2021-05-04T00:12:34.578Z] ---> b56aef5e734f [2021-05-04T00:12:34.578Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-04T00:12:34.842Z] ---> Running in cd1ce3441dc9 [2021-05-04T00:12:34.842Z] ---> Running in 30039053be00 [2021-05-04T00:12:34.842Z] Removing intermediate container 0a23143ffb4f [2021-05-04T00:12:34.842Z] ---> 7dcb9c51ee3f [2021-05-04T00:12:34.842Z] Step 21/21 : LABEL version=0.0.0 [2021-05-04T00:12:34.842Z] ---> Running in 33aebe06ce1d [2021-05-04T00:12:34.842Z] ---> Running in d4d9c39b6204 [2021-05-04T00:12:35.106Z] Removing intermediate container cd1ce3441dc9 [2021-05-04T00:12:35.106Z] ---> 12550c11241d [2021-05-04T00:12:35.106Z] Step 22/22 : LABEL version=0.0.0 [2021-05-04T00:12:35.106Z] Removing intermediate container 33aebe06ce1d [2021-05-04T00:12:35.106Z] ---> 63f06246de51 [2021-05-04T00:12:35.106Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T00:12:35.106Z] Removing intermediate container 30039053be00 [2021-05-04T00:12:35.106Z] ---> 5e3c77896b2e [2021-05-04T00:12:35.106Z] Step 21/22 : LABEL git_sha=382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:12:35.370Z] ---> Running in 33d9a58119ff [2021-05-04T00:12:35.370Z] Removing intermediate container d4d9c39b6204 [2021-05-04T00:12:35.370Z] ---> 13c1900e25b1 [2021-05-04T00:12:35.370Z] [2021-05-04T00:12:35.370Z] ---> Running in 2f5faffd571f [2021-05-04T00:12:35.370Z] ---> Running in 6e713dcaa589 [2021-05-04T00:12:35.632Z] Successfully built 13c1900e25b1 [2021-05-04T00:12:35.632Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-04T00:12:35.632Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-05-04T00:12:35.895Z] Removing intermediate container 33d9a58119ff [2021-05-04T00:12:35.895Z] ---> 240ef49fc608 [2021-05-04T00:12:35.895Z] [2021-05-04T00:12:35.895Z] Removing intermediate container 2f5faffd571f [2021-05-04T00:12:35.895Z] ---> 6cdae8e02d99 [2021-05-04T00:12:35.895Z] Step 22/22 : LABEL version=0.0.0 [2021-05-04T00:12:35.895Z] Removing intermediate container 6e713dcaa589 [2021-05-04T00:12:35.895Z] ---> 8ea71344aeb9 [2021-05-04T00:12:35.895Z] Step 21/23 : LABEL arch=x86_64 [2021-05-04T00:12:36.166Z] Successfully built 240ef49fc608 [2021-05-04T00:12:36.166Z] ---> Running in 548ef2a3819a [2021-05-04T00:12:36.166Z] ---> Running in 6fb32c6b49c6 [2021-05-04T00:12:36.166Z] Successfully tagged docker-support-notifications-go:latest [2021-05-04T00:12:36.166Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-05-04T00:12:36.166Z] Removing intermediate container a449052d228c [2021-05-04T00:12:36.166Z] ---> 588eb40c9d40 [2021-05-04T00:12:36.166Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T00:12:36.428Z] Removing intermediate container 548ef2a3819a [2021-05-04T00:12:36.428Z] ---> be0f969203e9 [2021-05-04T00:12:36.428Z] Step 22/23 : LABEL git_sha=382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:12:36.428Z] Removing intermediate container 6fb32c6b49c6 [2021-05-04T00:12:36.428Z] ---> 19c06701b48f [2021-05-04T00:12:36.428Z] [2021-05-04T00:12:36.692Z] ---> bb27660fb148 [2021-05-04T00:12:36.692Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-04T00:12:36.692Z] ---> Running in 2a0b63b0d7aa [2021-05-04T00:12:36.692Z] Successfully built 19c06701b48f [2021-05-04T00:12:36.692Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-04T00:12:36.692Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-05-04T00:12:36.967Z] Removing intermediate container 2a0b63b0d7aa [2021-05-04T00:12:36.967Z] ---> da66c01c9574 [2021-05-04T00:12:36.967Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T00:12:37.236Z] ---> Running in b2bc03378daf [2021-05-04T00:12:37.236Z] ---> 99ae4acf52c5 [2021-05-04T00:12:37.236Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-04T00:12:37.500Z] Removing intermediate container b2bc03378daf [2021-05-04T00:12:37.500Z] ---> cb33d5d7a203 [2021-05-04T00:12:37.500Z] [2021-05-04T00:12:37.500Z] Successfully built cb33d5d7a203 [2021-05-04T00:12:37.766Z] Successfully tagged docker-core-metadata-go:latest [2021-05-04T00:12:37.766Z] Building docker-sys-mgmt-agent-go [2021-05-04T00:12:38.349Z]  Building docker-core-metadata-go ... done  ---> 7a968665c669 [2021-05-04T00:12:38.349Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-04T00:12:40.910Z] ---> ba7771af6958 [2021-05-04T00:12:40.910Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-04T00:12:44.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.225s coverage: 94.4% of statements [2021-05-04T00:12:44.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.159s coverage: 44.8% of statements [2021-05-04T00:12:45.128Z] ---> dc9cae2687f3 [2021-05-04T00:12:45.128Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-04T00:12:45.397Z] ---> Running in 28dc78ad7075 [2021-05-04T00:12:48.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.574s coverage: 81.8% of statements [2021-05-04T00:12:48.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-04T00:12:48.712Z] Removing intermediate container 28dc78ad7075 [2021-05-04T00:12:48.712Z] ---> bc4dc2523866 [2021-05-04T00:12:48.712Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-04T00:12:48.975Z] ---> b39e8fb44fa4 [2021-05-04T00:12:48.975Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-04T00:12:49.239Z] ---> Running in cf8b51621c70 [2021-05-04T00:12:56.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.224s coverage: 92.9% of statements [2021-05-04T00:12:56.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-04T00:12:56.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-04T00:12:56.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-04T00:12:56.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements [2021-05-04T00:12:56.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-04T00:12:56.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-04T00:12:56.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-04T00:12:56.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-04T00:12:56.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-04T00:12:56.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-05-04T00:12:56.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-04T00:12:56.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-04T00:12:56.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-05-04T00:12:56.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-04T00:12:56.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.140s coverage: 76.0% of statements [2021-05-04T00:12:56.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-04T00:12:56.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.140s coverage: 80.0% of statements [2021-05-04T00:12:56.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.188s coverage: 87.2% of statements [2021-05-04T00:12:56.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.210s coverage: 85.4% of statements [2021-05-04T00:12:56.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.240s coverage: 91.2% of statements [2021-05-04T00:12:56.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-04T00:12:56.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.593s coverage: 64.4% of statements [2021-05-04T00:12:56.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-04T00:12:56.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-04T00:12:56.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.123s coverage: 100.0% of statements [2021-05-04T00:12:56.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-05-04T00:12:56.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-05-04T00:12:57.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements [2021-05-04T00:12:57.888Z] Removing intermediate container cf8b51621c70 [2021-05-04T00:12:57.889Z] ---> f0c464fe5e6d [2021-05-04T00:12:57.889Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-04T00:12:58.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2021-05-04T00:13:01.240Z] ---> Running in 94dad4371c8b [2021-05-04T00:13:01.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.977s coverage: 62.9% of statements [2021-05-04T00:13:01.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-04T00:13:01.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-04T00:13:01.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-04T00:13:03.204Z] Removing intermediate container 94dad4371c8b [2021-05-04T00:13:03.204Z] ---> 4e6c151b2ae5 [2021-05-04T00:13:03.204Z] Step 28/31 : CMD ["gate"] [2021-05-04T00:13:04.181Z] ---> Running in 5b8071aefba1 [2021-05-04T00:13:04.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.719s coverage: 43.4% of statements [2021-05-04T00:13:04.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-04T00:13:04.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-04T00:13:04.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.116s coverage: 89.5% of statements [2021-05-04T00:13:04.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-04T00:13:04.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.075s coverage: 84.8% of statements [2021-05-04T00:13:05.590Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T00:13:05.590Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T00:13:05.590Z] ---> 66cc97b14c75 [2021-05-04T00:13:05.590Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 3/23 : WORKDIR /edgex-go [2021-05-04T00:13:05.590Z] [2021-05-04T00:13:05.590Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-04T00:13:05.590Z] ---> 66cc97b14c75 [2021-05-04T00:13:05.590Z] Step 3/25 : WORKDIR /edgex-go [2021-05-04T00:13:05.590Z] ---> Using cache [2021-05-04T00:13:05.590Z] ---> aa614f7ba191 [2021-05-04T00:13:05.590Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T00:13:05.590Z] ---> Using cache [2021-05-04T00:13:05.590Z] ---> 0bba57c878cd [2021-05-04T00:13:05.590Z] Step 5/25 : RUN apk add --update --no-cache make git ---> Using cache [2021-05-04T00:13:05.590Z] [2021-05-04T00:13:05.590Z] ---> aa614f7ba191 [2021-05-04T00:13:05.590Z] ---> Using cache [2021-05-04T00:13:05.590Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 841df1b30513 [2021-05-04T00:13:05.590Z] [2021-05-04T00:13:05.590Z] Step 6/25 : COPY go.mod . [2021-05-04T00:13:05.590Z] ---> Using cache [2021-05-04T00:13:05.590Z] ---> 0bba57c878cd [2021-05-04T00:13:05.590Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-04T00:13:05.590Z] ---> Using cache [2021-05-04T00:13:05.590Z] ---> 36a1da3fde4e [2021-05-04T00:13:05.590Z] Step 7/25 : RUN go mod download [2021-05-04T00:13:05.590Z] ---> Using cache [2021-05-04T00:13:05.590Z] ---> ec91cf8c88d1 [2021-05-04T00:13:05.590Z] Step 8/25 : COPY . . [2021-05-04T00:13:05.590Z] ---> Using cache [2021-05-04T00:13:05.590Z] ---> 00542d9bc501 [2021-05-04T00:13:05.590Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-04T00:13:05.853Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T00:13:05.853Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T00:13:05.853Z] ---> 66cc97b14c75 [2021-05-04T00:13:05.853Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T00:13:05.853Z] ---> Using cache [2021-05-04T00:13:05.853Z] ---> aa614f7ba191 [2021-05-04T00:13:05.853Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T00:13:05.853Z] ---> Using cache [2021-05-04T00:13:05.853Z] ---> 0bba57c878cd [2021-05-04T00:13:05.853Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-04T00:13:05.853Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T00:13:05.853Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T00:13:05.853Z] ---> 66cc97b14c75 [2021-05-04T00:13:05.853Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T00:13:05.853Z] ---> Using cache [2021-05-04T00:13:05.853Z] ---> aa614f7ba191 [2021-05-04T00:13:05.853Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T00:13:05.853Z] ---> Using cache [2021-05-04T00:13:05.853Z] ---> 0bba57c878cd [2021-05-04T00:13:05.853Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-04T00:13:05.853Z] ---> Using cache [2021-05-04T00:13:05.853Z] ---> 841df1b30513 [2021-05-04T00:13:05.853Z] Step 6/23 : COPY go.mod . [2021-05-04T00:13:05.853Z] ---> Using cache [2021-05-04T00:13:05.853Z] ---> 36a1da3fde4e [2021-05-04T00:13:05.853Z] Step 7/23 : RUN go mod download [2021-05-04T00:13:05.853Z] ---> Using cache [2021-05-04T00:13:05.853Z] ---> ec91cf8c88d1 [2021-05-04T00:13:05.853Z] Step 8/23 : COPY . . [2021-05-04T00:13:05.853Z] ---> Using cache [2021-05-04T00:13:05.853Z] ---> 00542d9bc501 [2021-05-04T00:13:05.853Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-04T00:13:06.799Z] Removing intermediate container 5b8071aefba1 [2021-05-04T00:13:06.799Z] ---> ecee6bcefb08 [2021-05-04T00:13:06.799Z] Step 29/31 : LABEL arch=x86_64 [2021-05-04T00:13:07.064Z] ---> Running in 0acc3bc5b052 [2021-05-04T00:13:07.064Z] ---> Running in 02b4592f1530 [2021-05-04T00:13:07.064Z] ---> Running in 0bb23c41dc14 [2021-05-04T00:13:07.064Z] ---> Running in 90be7212e4f5 [2021-05-04T00:13:07.326Z] ---> Running in 668b8881f58f [2021-05-04T00:13:07.909Z] Removing intermediate container 668b8881f58f [2021-05-04T00:13:07.909Z] ---> 3b4f96048a3e [2021-05-04T00:13:07.909Z] Step 30/31 : LABEL git_sha=382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:13:07.909Z] ---> Running in f6ed6e671435 [2021-05-04T00:13:08.173Z] 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-04T00:13:08.173Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T00:13:08.173Z] Removing intermediate container f6ed6e671435 [2021-05-04T00:13:08.173Z] ---> 8dccd4d33590 [2021-05-04T00:13:08.173Z] Step 31/31 : LABEL version=0.0.0 [2021-05-04T00:13:08.438Z] 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-04T00:13:08.438Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T00:13:08.438Z] ---> Running in a8bfaeaddd59 [2021-05-04T00:13:08.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.457s coverage: 47.0% of statements [2021-05-04T00:13:08.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-04T00:13:08.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-04T00:13:08.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-04T00:13:08.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-04T00:13:08.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-04T00:13:08.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.110s coverage: 100.0% of statements [2021-05-04T00:13:08.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-04T00:13:08.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.095s coverage: 100.0% of statements [2021-05-04T00:13:08.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-04T00:13:08.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-04T00:13:08.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.136s coverage: 9.6% of statements [2021-05-04T00:13:08.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-04T00:13:08.701Z] Removing intermediate container a8bfaeaddd59 [2021-05-04T00:13:08.701Z] ---> 584b54d205f6 [2021-05-04T00:13:08.701Z] [2021-05-04T00:13:08.968Z] Successfully built 584b54d205f6 [2021-05-04T00:13:08.968Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T00:13:08.968Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-04T00:13:09.232Z]  Building docker-security-bootstrapper-go ... done fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T00:13:09.506Z] OK: 219 MiB in 52 packages [2021-05-04T00:13:09.785Z] OK: 219 MiB in 52 packages [2021-05-04T00:13:10.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.466s coverage: 92.6% of statements [2021-05-04T00:13:10.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-04T00:13:10.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T00:13:10.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-04T00:13:11.747Z] Removing intermediate container 0acc3bc5b052 [2021-05-04T00:13:11.747Z] ---> a0d7b9a09105 [2021-05-04T00:13:11.747Z] Step 6/23 : COPY go.mod . [2021-05-04T00:13:11.747Z] Removing intermediate container 0bb23c41dc14 [2021-05-04T00:13:11.747Z] ---> 2f97102c0d58 [2021-05-04T00:13:11.747Z] Step 6/23 : COPY go.mod . [2021-05-04T00:13:12.350Z] ---> 14fbe2aaeed9 [2021-05-04T00:13:12.350Z] Step 7/23 : RUN go mod download [2021-05-04T00:13:12.350Z] ---> 1a5cf2960dbb [2021-05-04T00:13:12.350Z] Step 7/23 : RUN go mod download [2021-05-04T00:13:12.350Z] ---> Running in 155745fb2b94 [2021-05-04T00:13:12.350Z] ---> Running in cbac27732e83 [2021-05-04T00:13:15.742Z] Removing intermediate container cbac27732e83 [2021-05-04T00:13:15.742Z] ---> 94b6b32aeb93 [2021-05-04T00:13:15.742Z] Step 8/23 : COPY . . [2021-05-04T00:13:15.742Z] Removing intermediate container 155745fb2b94 [2021-05-04T00:13:15.742Z] ---> 39bdcdf5e1fb [2021-05-04T00:13:15.742Z] Step 8/23 : COPY . . [2021-05-04T00:13:17.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.721s coverage: 28.7% of statements [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-04T00:13:17.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.225s coverage: 99.0% of statements [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-04T00:13:17.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.165s coverage: 100.0% of statements [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-04T00:13:17.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.156s coverage: 64.6% of statements [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-04T00:13:17.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.351s coverage: 97.6% of statements [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-04T00:13:17.347Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-04T00:13:17.347Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.092s coverage: 100.0% of statements [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-04T00:13:17.347Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-04T00:13:17.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-04T00:13:17.951Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2021-05-04T00:13:18.944Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.117s coverage: 28.1% of statements [2021-05-04T00:13:18.944Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-04T00:13:19.220Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-05-04T00:13:20.202Z] GO111MODULE=on go vet ./... [2021-05-04T00:13:37.932Z] 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-04T00:13:46.162Z] Removing intermediate container 02b4592f1530 [2021-05-04T00:13:46.162Z] ---> 18af78c38463 [2021-05-04T00:13:46.162Z] [2021-05-04T00:13:46.162Z] Step 10/23 : FROM alpine:3.12 [2021-05-04T00:13:46.162Z] ---> 13621d1b12d4 [2021-05-04T00:13:46.162Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-04T00:13:46.162Z] ---> Using cache [2021-05-04T00:13:46.162Z] ---> a29208d58908 [2021-05-04T00:13:46.162Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T00:13:46.162Z] ---> Using cache [2021-05-04T00:13:46.162Z] ---> 3f869583df5c [2021-05-04T00:13:46.162Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-04T00:13:46.162Z] ---> 45c0e4b4403e [2021-05-04T00:13:46.162Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-04T00:13:46.162Z] ---> Running in 037a826c78bd [2021-05-04T00:13:46.162Z] ---> 88d80c6e9c49 [2021-05-04T00:13:46.162Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-04T00:13:46.424Z] ---> Running in 3f6f83e813d5 [2021-05-04T00:13:46.424Z] ---> Running in 8714b61389dc [2021-05-04T00:13:46.691Z] Removing intermediate container 037a826c78bd [2021-05-04T00:13:46.691Z] ---> 84934c4595d4 [2021-05-04T00:13:46.691Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-04T00:13:48.162Z] ---> Running in cf1f3718a3ed [2021-05-04T00:13:48.460Z] Removing intermediate container 90be7212e4f5 [2021-05-04T00:13:48.460Z] ---> 23703a5967bd [2021-05-04T00:13:48.460Z] [2021-05-04T00:13:48.460Z] Step 10/25 : FROM alpine:3.12 [2021-05-04T00:13:48.460Z] ---> 13621d1b12d4 [2021-05-04T00:13:48.460Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-04T00:13:48.460Z] Removing intermediate container cf1f3718a3ed [2021-05-04T00:13:48.460Z] ---> 2c11192b0274 [2021-05-04T00:13:48.460Z] Step 15/23 : WORKDIR / [2021-05-04T00:13:49.051Z] ---> Running in 33c6036756c8 [2021-05-04T00:13:49.051Z] 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-04T00:13:49.051Z] ---> Running in cc1caea35851 [2021-05-04T00:13:49.051Z] 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-04T00:13:49.408Z] Removing intermediate container cc1caea35851 [2021-05-04T00:13:49.408Z] ---> 43e134826ba7 [2021-05-04T00:13:49.408Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T00:13:49.891Z] ---> a52f42d73482 [2021-05-04T00:13:49.891Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-04T00:13:50.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T00:13:50.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T00:13:50.466Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-04T00:13:50.466Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-04T00:13:50.466Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-04T00:13:50.466Z] (4/6) Installing curl (7.76.1-r0) [2021-05-04T00:13:50.466Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-04T00:13:50.466Z] (6/6) Installing su-exec (0.2-r1) [2021-05-04T00:13:50.466Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T00:13:50.466Z] Executing ca-certificates-20191127-r4.trigger [2021-05-04T00:13:50.466Z] OK: 7 MiB in 20 packages [2021-05-04T00:13:51.435Z] ---> b1170faadde1 [2021-05-04T00:13:51.435Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-04T00:13:52.028Z] ---> 247059341b9a [2021-05-04T00:13:52.028Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-04T00:13:52.307Z] Removing intermediate container 33c6036756c8 [2021-05-04T00:13:52.307Z] ---> 16d3d7241d7b [2021-05-04T00:13:52.307Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-04T00:13:52.307Z] ---> Running in d369643ceb26 [2021-05-04T00:13:52.307Z] ---> Running in 6e9f6067fbff [2021-05-04T00:13:52.579Z] Removing intermediate container d369643ceb26 [2021-05-04T00:13:52.579Z] ---> 47f96a699e63 [2021-05-04T00:13:52.579Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T00:13:53.166Z] ---> Running in 5b07b1a78140 [2021-05-04T00:13:53.166Z] Removing intermediate container 6e9f6067fbff [2021-05-04T00:13:53.166Z] ---> 0c5c21f00b98 [2021-05-04T00:13:53.166Z] Step 13/25 : WORKDIR / [2021-05-04T00:13:53.442Z] ---> Running in 33c3ced04105 [2021-05-04T00:13:53.442Z] Removing intermediate container 5b07b1a78140 [2021-05-04T00:13:53.442Z] ---> cdd5ee106dbc [2021-05-04T00:13:53.442Z] Step 21/23 : LABEL arch=x86_64 [2021-05-04T00:13:53.722Z] ---> Running in e8cddf3f782f [2021-05-04T00:13:53.994Z] Removing intermediate container 33c3ced04105 [2021-05-04T00:13:53.994Z] ---> f0af35b7455a [2021-05-04T00:13:53.994Z] 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-04T00:13:53.994Z] Removing intermediate container e8cddf3f782f [2021-05-04T00:13:53.994Z] ---> 5215210771e2 [2021-05-04T00:13:53.994Z] Step 22/23 : LABEL git_sha=382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:13:54.266Z] ---> Running in 2bcaf36e9f6c [2021-05-04T00:13:54.266Z] ---> 5f2756ccb700 [2021-05-04T00:13:54.266Z] 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-04T00:13:54.538Z] Removing intermediate container 2bcaf36e9f6c [2021-05-04T00:13:54.538Z] ---> 46a619b700e6 [2021-05-04T00:13:54.538Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T00:13:54.538Z] ---> Running in f43e71505dc5 [2021-05-04T00:13:56.515Z] ---> c3e66fbec181 [2021-05-04T00:13:56.515Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-04T00:13:56.515Z] Removing intermediate container f43e71505dc5 [2021-05-04T00:13:56.515Z] ---> fd9d4a41ecc9 [2021-05-04T00:13:56.515Z] [2021-05-04T00:13:56.515Z] Successfully built fd9d4a41ecc9 [2021-05-04T00:13:56.515Z] Successfully tagged docker-core-command-go:latest [2021-05-04T00:13:56.783Z]  Building docker-core-command-go ... done  ---> 834f6e9d2bc9 [2021-05-04T00:13:56.783Z] 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-04T00:13:58.264Z] ---> 5eb894af1586 [2021-05-04T00:13:58.264Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-04T00:13:59.693Z] ---> d2ec74d5b8de [2021-05-04T00:13:59.693Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-04T00:14:00.736Z] ---> 753b1f6bb306 [2021-05-04T00:14:00.736Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-04T00:14:01.344Z] ---> 2ee8a7279a49 [2021-05-04T00:14:01.344Z] 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-04T00:14:01.616Z] ---> Running in 0de499aa627a [2021-05-04T00:14:03.615Z] Removing intermediate container 0de499aa627a [2021-05-04T00:14:03.615Z] ---> 134b2881fd83 [2021-05-04T00:14:03.615Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-04T00:14:03.615Z] ---> Running in b51cd58d9d41 [2021-05-04T00:14:03.888Z] Removing intermediate container b51cd58d9d41 [2021-05-04T00:14:03.888Z] ---> 0d6241ea80fc [2021-05-04T00:14:03.888Z] Step 23/25 : LABEL arch=x86_64 [2021-05-04T00:14:03.888Z] ---> Running in 9430dc386ebf [2021-05-04T00:14:04.488Z] Removing intermediate container 9430dc386ebf [2021-05-04T00:14:04.488Z] ---> 93f3cda51ebd [2021-05-04T00:14:04.488Z] Step 24/25 : LABEL git_sha=382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:14:04.488Z] ---> Running in 41a0a8be8848 [2021-05-04T00:14:04.770Z] Removing intermediate container 41a0a8be8848 [2021-05-04T00:14:04.770Z] ---> d1281f64cbcc [2021-05-04T00:14:04.770Z] Step 25/25 : LABEL version=0.0.0 [2021-05-04T00:14:04.770Z] ---> Running in 74b3494c242e [2021-05-04T00:14:05.367Z] Removing intermediate container 74b3494c242e [2021-05-04T00:14:05.367Z] ---> 57dbe6050872 [2021-05-04T00:14:05.367Z] [2021-05-04T00:14:05.643Z] Successfully built 57dbe6050872 [2021-05-04T00:14:05.643Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-04T00:14:13.886Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8714b61389dc [2021-05-04T00:14:13.886Z] ---> acee78f8c55f [2021-05-04T00:14:13.886Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-04T00:14:13.886Z] ---> Running in f2ce34f8a218 [2021-05-04T00:14:14.161Z] 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-04T00:14:16.119Z] Removing intermediate container 3f6f83e813d5 [2021-05-04T00:14:16.119Z] ---> cf7c5ffd9736 [2021-05-04T00:14:16.119Z] [2021-05-04T00:14:16.119Z] Step 10/23 : FROM alpine:3.12 [2021-05-04T00:14:16.119Z] ---> 13621d1b12d4 [2021-05-04T00:14:16.120Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-04T00:14:16.385Z] ---> Running in 340fc7389912 [2021-05-04T00:14:16.385Z] Removing intermediate container 340fc7389912 [2021-05-04T00:14:16.385Z] ---> 8e791e08fe92 [2021-05-04T00:14:16.385Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-04T00:14:16.650Z] Removing intermediate container f2ce34f8a218 [2021-05-04T00:14:16.650Z] ---> 4d48cec31f0c [2021-05-04T00:14:16.650Z] [2021-05-04T00:14:16.650Z] Step 11/23 : FROM docker:20.10.0 [2021-05-04T00:14:16.650Z] ---> Running in 226f14e61430 [2021-05-04T00:14:16.650Z] 20.10.0: Pulling from library/docker [2021-05-04T00:14:16.650Z] Removing intermediate container 226f14e61430 [2021-05-04T00:14:16.650Z] ---> d8fad4d721d2 [2021-05-04T00:14:16.650Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-04T00:14:16.915Z] ---> Running in 5df679e1af4e [2021-05-04T00:14:17.183Z] Removing intermediate container 5df679e1af4e [2021-05-04T00:14:17.183Z] ---> cd165068299f [2021-05-04T00:14:17.183Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T00:14:17.183Z] ---> Running in 4b1b7af1e483 [2021-05-04T00:14:18.596Z] Removing intermediate container 4b1b7af1e483 [2021-05-04T00:14:18.596Z] ---> 10ce175e96c0 [2021-05-04T00:14:18.596Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-04T00:14:18.866Z] ---> Running in a451cd97de24 [2021-05-04T00:14:19.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T00:14:20.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T00:14:20.615Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-04T00:14:20.615Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-04T00:14:20.889Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-04T00:14:20.889Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-04T00:14:21.845Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-04T00:14:22.111Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-04T00:14:22.111Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T00:14:22.111Z] OK: 8 MiB in 20 packages [2021-05-04T00:14:22.695Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-04T00:14:22.695Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-04T00:14:22.695Z] ---> aefe523efa57 [2021-05-04T00:14:22.695Z] 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-04T00:14:22.695Z] ---> Running in 14f14190fa6a [2021-05-04T00:14:22.962Z] Removing intermediate container a451cd97de24 [2021-05-04T00:14:22.962Z] ---> 1660813f33ad [2021-05-04T00:14:22.962Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T00:14:22.962Z] Removing intermediate container 14f14190fa6a [2021-05-04T00:14:22.962Z] ---> d144d628e58f [2021-05-04T00:14:22.962Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-04T00:14:22.962Z] ---> Running in fafaae5db249 [2021-05-04T00:14:23.230Z] ---> 8053369b84bf [2021-05-04T00:14:23.230Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-04T00:14:23.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T00:14:23.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T00:14:23.784Z] ---> c0257224a7c0 [2021-05-04T00:14:23.784Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-04T00:14:23.784Z] (1/39) Installing readline (8.0.4-r0) [2021-05-04T00:14:23.784Z] (2/39) Installing bash (5.0.17-r0) [2021-05-04T00:14:23.784Z] Executing bash-5.0.17-r0.post-install [2021-05-04T00:14:23.784Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-04T00:14:23.784Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-04T00:14:23.784Z] (5/39) Installing curl (7.76.1-r0) [2021-05-04T00:14:24.050Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-04T00:14:24.050Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-04T00:14:24.050Z] (8/39) Installing expat (2.2.9-r1) [2021-05-04T00:14:24.050Z] (9/39) Installing libffi (3.3-r2) [2021-05-04T00:14:24.050Z] (10/39) Installing gdbm (1.13-r1) [2021-05-04T00:14:24.050Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-04T00:14:24.050Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-04T00:14:24.050Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-04T00:14:24.627Z] ---> ca14870e5711 [2021-05-04T00:14:24.627Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-04T00:14:27.959Z] ---> Running in d3fdc8a9ff04 [2021-05-04T00:14:27.959Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-04T00:14:27.959Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-04T00:14:27.959Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-04T00:14:27.959Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-04T00:14:27.959Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-04T00:14:27.959Z] Removing intermediate container d3fdc8a9ff04 [2021-05-04T00:14:27.959Z] ---> 302b55093a16 [2021-05-04T00:14:27.959Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T00:14:27.959Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-04T00:14:27.959Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-04T00:14:27.959Z] ---> Running in 0e519e41d8dd [2021-05-04T00:14:27.959Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-04T00:14:27.959Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-04T00:14:27.959Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-04T00:14:27.959Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-04T00:14:27.959Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-04T00:14:28.537Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-04T00:14:28.537Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-04T00:14:28.802Z] Removing intermediate container 0e519e41d8dd [2021-05-04T00:14:28.802Z] ---> 57c7553fcc20 [2021-05-04T00:14:28.802Z] Step 21/23 : LABEL arch=x86_64 [2021-05-04T00:14:28.802Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-04T00:14:28.802Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-04T00:14:29.069Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-04T00:14:29.069Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-04T00:14:29.069Z] ---> Running in bf66d6c120b4 [2021-05-04T00:14:29.069Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-04T00:14:29.069Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-04T00:14:29.069Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-04T00:14:29.069Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-04T00:14:29.069Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-04T00:14:29.069Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-04T00:14:29.069Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-04T00:14:29.069Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-04T00:14:29.069Z] Executing busybox-1.31.1-r19.trigger [2021-05-04T00:14:29.334Z] OK: 72 MiB in 59 packages [2021-05-04T00:14:29.917Z] Removing intermediate container bf66d6c120b4 [2021-05-04T00:14:29.917Z] ---> 82054e04a2b2 [2021-05-04T00:14:29.917Z] Step 22/23 : LABEL git_sha=382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:14:29.917Z] ---> Running in af49947e27ee [2021-05-04T00:14:30.182Z] Removing intermediate container af49947e27ee [2021-05-04T00:14:30.182Z] ---> 63137e054459 [2021-05-04T00:14:30.182Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T00:14:30.182Z] ---> Running in d7c871df7c06 [2021-05-04T00:14:30.182Z] Collecting docker-compose==1.23.2 [2021-05-04T00:14:30.182Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-04T00:14:30.447Z] Removing intermediate container d7c871df7c06 [2021-05-04T00:14:30.447Z] ---> ac3adb32bd36 [2021-05-04T00:14:30.447Z] [2021-05-04T00:14:30.447Z] Successfully built ac3adb32bd36 [2021-05-04T00:14:30.447Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-04T00:14:30.447Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-04T00:14:30.712Z] Successfully tagged docker-core-data-go:latest [2021-05-04T00:14:30.712Z]  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 [2021-05-04T00:14:30.712Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-04T00:14:31.291Z] Collecting cached-property<2,>=1.2.0 [2021-05-04T00:14:31.291Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-04T00:14:31.291Z] Collecting jsonschema<3,>=2.5.1 [2021-05-04T00:14:31.556Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-04T00:14:31.556Z] Collecting docker<4.0,>=3.6.0 [2021-05-04T00:14:31.556Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-04T00:14:31.821Z] Collecting PyYAML<4,>=3.10 [2021-05-04T00:14:31.821Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-04T00:14:32.773Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-04T00:14:32.773Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-04T00:14:32.773Z] 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-04T00:14:32.773Z] Collecting docopt<0.7,>=0.6.1 [2021-05-04T00:14:32.773Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-04T00:14:33.354Z] Collecting texttable<0.10,>=0.9.0 [2021-05-04T00:14:33.354Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-04T00:14:33.934Z] 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-04T00:14:33.934Z] Collecting idna<2.8,>=2.5 [2021-05-04T00:14:33.934Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-04T00:14:33.934Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-04T00:14:34.199Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-04T00:14:34.199Z] 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-04T00:14:34.199Z] Collecting docker-pycreds>=0.4.0 [2021-05-04T00:14:34.199Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-04T00:14:34.199Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-04T00:14:34.199Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-04T00:14:34.199Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-04T00:14:34.199Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-04T00:14:34.463Z] Installing collected packages: idna, urllib3, requests, dockerpty, cached-property, jsonschema, websocket-client, docker-pycreds, docker, PyYAML, docopt, texttable, docker-compose [2021-05-04T00:14:34.464Z] Attempting uninstall: idna [2021-05-04T00:14:34.464Z] Found existing installation: idna 2.9 [2021-05-04T00:14:34.464Z] Uninstalling idna-2.9: [2021-05-04T00:14:34.464Z] Successfully uninstalled idna-2.9 [2021-05-04T00:14:34.728Z] Attempting uninstall: urllib3 [2021-05-04T00:14:34.728Z] Found existing installation: urllib3 1.25.9 [2021-05-04T00:14:34.728Z] Uninstalling urllib3-1.25.9: [2021-05-04T00:14:34.728Z] Successfully uninstalled urllib3-1.25.9 [2021-05-04T00:14:35.308Z] Attempting uninstall: requests [2021-05-04T00:14:35.308Z] Found existing installation: requests 2.23.0 [2021-05-04T00:14:35.308Z] Uninstalling requests-2.23.0: [2021-05-04T00:14:35.308Z] Successfully uninstalled requests-2.23.0 [2021-05-04T00:14:35.572Z] Running setup.py install for dockerpty: started [2021-05-04T00:14:35.836Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-04T00:14:36.417Z] Running setup.py install for PyYAML: started [2021-05-04T00:14:36.999Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-04T00:14:36.999Z] Running setup.py install for docopt: started [2021-05-04T00:14:37.580Z] Running setup.py install for docopt: finished with status 'done' [2021-05-04T00:14:37.580Z] Running setup.py install for texttable: started [2021-05-04T00:14:37.859Z] Running setup.py install for texttable: finished with status 'done' [2021-05-04T00:14:38.125Z] 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.58.0 [2021-05-04T00:14:46.317Z] Removing intermediate container fafaae5db249 [2021-05-04T00:14:46.317Z] ---> e2cff91ef67c [2021-05-04T00:14:46.317Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-04T00:14:46.317Z] ---> Running in a0920b8df507 [2021-05-04T00:14:46.317Z] Removing intermediate container a0920b8df507 [2021-05-04T00:14:46.317Z] ---> 0984f7b54385 [2021-05-04T00:14:46.317Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-04T00:14:46.317Z] ---> Running in 2cd945871468 [2021-05-04T00:14:46.581Z] Removing intermediate container 2cd945871468 [2021-05-04T00:14:46.581Z] ---> 08b81aa596f4 [2021-05-04T00:14:46.581Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-04T00:14:46.848Z] ---> 7b14e5ed7a20 [2021-05-04T00:14:46.848Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-04T00:14:47.113Z] ---> c2d0e94f85fb [2021-05-04T00:14:47.378Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-04T00:14:47.644Z] ---> b12aac4cb19b [2021-05-04T00:14:47.644Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-04T00:14:47.644Z] ---> Running in e992fc078cd9 [2021-05-04T00:14:47.910Z] Removing intermediate container e992fc078cd9 [2021-05-04T00:14:47.910Z] ---> 332c8ad5c804 [2021-05-04T00:14:47.910Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T00:14:47.910Z] ---> Running in de4cd74dc8f2 [2021-05-04T00:14:47.910Z] Removing intermediate container de4cd74dc8f2 [2021-05-04T00:14:47.910Z] ---> 2afafd8b6f34 [2021-05-04T00:14:47.910Z] Step 21/23 : LABEL arch=x86_64 [2021-05-04T00:14:48.178Z] ---> Running in c6de88d3e402 [2021-05-04T00:14:48.178Z] Removing intermediate container c6de88d3e402 [2021-05-04T00:14:48.178Z] ---> 6a08fa3c52f9 [2021-05-04T00:14:48.178Z] Step 22/23 : LABEL git_sha=382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:14:48.443Z] ---> Running in ad0b19d388f7 [2021-05-04T00:14:48.443Z] Removing intermediate container ad0b19d388f7 [2021-05-04T00:14:48.443Z] ---> c49bf2c1dc3d [2021-05-04T00:14:48.443Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T00:14:48.443Z] ---> Running in f2447f38ecf9 [2021-05-04T00:14:48.708Z] Removing intermediate container f2447f38ecf9 [2021-05-04T00:14:48.708Z] ---> 224c5aa69c05 [2021-05-04T00:14:48.708Z] [2021-05-04T00:14:48.972Z] Successfully built 224c5aa69c05 [2021-05-04T00:14:48.972Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-04T00:14:49.251Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-04T00:14:49.283Z] $ docker stop --time=1 bef365315982a511a801d846ed3f6cbdeef515a465666e502d1efd10c47ceddf [2021-05-04T00:14:51.125Z] $ docker rm -f bef365315982a511a801d846ed3f6cbdeef515a465666e502d1efd10c47ceddf [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-04T00:14:51.574Z] + docker images [2021-05-04T00:14:51.574Z] + grep docker [2021-05-04T00:14:51.836Z] docker-sys-mgmt-agent-go latest 224c5aa69c05 3 seconds ago 312MB [2021-05-04T00:14:51.836Z] docker-core-data-go latest ac3adb32bd36 21 seconds ago 21.5MB [2021-05-04T00:14:51.836Z] docker-security-secretstore-setup-go latest 57dbe6050872 47 seconds ago 25.7MB [2021-05-04T00:14:51.836Z] docker-core-command-go latest fd9d4a41ecc9 56 seconds ago 17MB [2021-05-04T00:14:51.836Z] docker-security-bootstrapper-go latest 584b54d205f6 About a minute ago 18.2MB [2021-05-04T00:14:51.836Z] docker-core-metadata-go latest cb33d5d7a203 2 minutes ago 18.6MB [2021-05-04T00:14:51.836Z] docker-support-scheduler-go latest 19c06701b48f 2 minutes ago 17.1MB [2021-05-04T00:14:51.836Z] docker-security-proxy-setup-go latest 13c1900e25b1 2 minutes ago 25.3MB [2021-05-04T00:14:51.836Z] docker-support-notifications-go latest 240ef49fc608 2 minutes ago 17.6MB [2021-05-04T00:14:51.836Z] 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-04T00:14:57.059Z] gofmt -l . [2021-05-04T00:14:57.059Z] [ "`gofmt -l .`" = "" ] [2021-05-04T00:14:58.055Z] ./bin/test-go-mod-tidy.sh [2021-05-04T00:14:58.658Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-04T00:15:01.949Z] + ls -al . [2021-05-04T00:15:01.949Z] total 836 [2021-05-04T00:15:01.949Z] drwxrwxr-x 9 1001 1001 4096 May 4 00:15 . [2021-05-04T00:15:01.949Z] drwxr-xr-x 4 root root 4096 May 4 00:09 .. [2021-05-04T00:15:01.949Z] -rw-rw-r-- 1 1001 1001 11 May 4 00:08 .dockerignore [2021-05-04T00:15:01.949Z] drwxrwxr-x 8 1001 1001 4096 May 4 00:08 .git [2021-05-04T00:15:01.949Z] drwxrwxr-x 3 1001 1001 4096 May 4 00:08 .github [2021-05-04T00:15:01.949Z] -rw-rw-r-- 1 1001 1001 818 May 4 00:08 .gitignore [2021-05-04T00:15:01.949Z] -rw-rw-r-- 1 1001 1001 166 May 4 00:08 .sonarcloud.properties [2021-05-04T00:15:01.949Z] -rw-rw-r-- 1 1001 1001 8609 May 4 00:08 Attribution.txt [2021-05-04T00:15:01.949Z] -rw-rw-r-- 1 1001 1001 3804 May 4 00:08 CONTRIBUTING.md [2021-05-04T00:15:01.949Z] -rw-rw-r-- 1 1001 1001 931 May 4 00:08 Dockerfile.build [2021-05-04T00:15:01.949Z] -rw-rw-r-- 1 1001 1001 863 May 4 00:08 Jenkinsfile [2021-05-04T00:15:01.949Z] -rw-rw-r-- 1 1001 1001 10775 May 4 00:08 LICENSE [2021-05-04T00:15:01.949Z] -rw-rw-r-- 1 1001 1001 5774 May 4 00:08 Makefile [2021-05-04T00:15:01.949Z] -rw-rw-r-- 1 1001 1001 7978 May 4 00:08 README.md [2021-05-04T00:15:01.949Z] -rw-rw-r-- 1 1001 1001 6755 May 4 00:08 SECURITY.md [2021-05-04T00:15:01.949Z] -rw-rw-r-- 1 1001 1001 5 May 4 00:05 VERSION [2021-05-04T00:15:01.949Z] -rw-rw-r-- 1 1001 1001 4131 May 4 00:08 ZMQWindows.md [2021-05-04T00:15:01.949Z] drwxrwxr-x 2 1001 1001 4096 May 4 00:08 bin [2021-05-04T00:15:01.949Z] drwxrwxr-x 14 1001 1001 4096 May 4 00:08 cmd [2021-05-04T00:15:01.949Z] -rw-r--r-- 1 root root 699522 May 4 00:13 coverage.out [2021-05-04T00:15:01.949Z] -rw-r--r-- 1 root root 1060 May 4 00:14 go.mod [2021-05-04T00:15:01.949Z] -rw-r--r-- 1 root root 22420 May 4 00:10 go.sum [2021-05-04T00:15:01.949Z] drwxrwxr-x 8 1001 1001 4096 May 4 00:08 internal [2021-05-04T00:15:01.949Z] drwxrwxr-x 4 1001 1001 4096 May 4 00:08 openapi [2021-05-04T00:15:01.949Z] drwxrwxr-x 4 1001 1001 4096 May 4 00:08 snap [2021-05-04T00:15:01.949Z] -rw-rw-r-- 1 1001 1001 168 May 4 00:08 version.go [Pipeline] sh [2021-05-04T00:15:02.618Z] + '[' -e coverage.out ] [2021-05-04T00:15:02.618Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-04T00:15:02.650Z] Warning: overwriting stash ‘coverage-report’ [2021-05-04T00:15:03.940Z] Stashed 1 file(s) [Pipeline] sh [2021-05-04T00:15:04.678Z] + make build [2021-05-04T00:15:04.678Z] 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-04T00:15:07.163Z] Still waiting to schedule task [2021-05-04T00:15:07.163Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-04T00:15:13.086Z] 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-04T00:15:39.893Z] 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-04T00:15:40.871Z] 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-04T00:15:45.169Z] 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-04T00:15:46.144Z] 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-04T00:15:50.446Z] 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-04T00:15:54.749Z] 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-04T00:15:57.370Z] 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-04T00:16:00.777Z] 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-04T00:16:03.392Z] 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-04T00:16:05.297Z] Running on prd-ubuntu18.04-docker-8c-8g-2814 in /w/workspace/edgexfoundry_edgex-go_PR-3328 [Pipeline] { [Pipeline] ws [2021-05-04T00:16:05.318Z] Running in /w/workspace/edgex-go/57 [Pipeline] { [Pipeline] checkout [2021-05-04T00:16:06.812Z] 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-04T00:16:07.642Z] using credential edgex-jenkins-ssh [2021-05-04T00:16:07.655Z] Cloning the remote Git repository [2021-05-04T00:16:07.682Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-04T00:16:07.755Z] > git init /w/workspace/edgex-go/57 # timeout=10 [2021-05-04T00:16:07.787Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-04T00:16:07.787Z] > git --version # timeout=10 [2021-05-04T00:16:07.793Z] > git --version # 'git version 2.17.1' [2021-05-04T00:16:07.794Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-04T00:16:07.819Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-05-04T00:16:12.233Z] $ docker stop --time=1 dcf91320e54e73ac9c2ef1d77aede07e3f1ff3210e16ec88d5d760d769b56bb3 [2021-05-04T00:16:14.971Z] $ docker rm -f dcf91320e54e73ac9c2ef1d77aede07e3f1ff3210e16ec88d5d760d769b56bb3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-04T00:16:16.767Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-04T00:16:16.767Z] [2021-05-04T00:16:16.767Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-04T00:16:17.390Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-04T00:16:17.664Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-04T00:16:17.664Z] 29e5d40040c1: Pulling fs layer [2021-05-04T00:16:17.664Z] 1ce36da41761: Pulling fs layer [2021-05-04T00:16:17.664Z] 25b303627fd3: Pulling fs layer [2021-05-04T00:16:17.939Z] 29e5d40040c1: Verifying Checksum [2021-05-04T00:16:17.939Z] 29e5d40040c1: Download complete [2021-05-04T00:16:18.543Z] 1ce36da41761: Verifying Checksum [2021-05-04T00:16:18.543Z] 1ce36da41761: Download complete [2021-05-04T00:16:18.543Z] 29e5d40040c1: Pull complete [2021-05-04T00:16:19.981Z] 1ce36da41761: Pull complete [2021-05-04T00:16:19.981Z] 25b303627fd3: Verifying Checksum [2021-05-04T00:16:19.981Z] 25b303627fd3: Download complete [2021-05-04T00:16:27.201Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-04T00:16:27.208Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-04T00:16:27.217Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-04T00:16:27.885Z] Merging remotes/origin/master commit 576eddb6d79f77bc7b799d46a5f981c8da166ab0 into PR head commit 382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:16:28.051Z] Merge succeeded, producing 382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:16:28.052Z] Checking out Revision 382f8221813575c623006339f5854c29a16e83fb (PR-3328) [2021-05-04T00:16:27.228Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-04T00:16:27.228Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-04T00:16:27.233Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3328/head:refs/remotes/origin/PR-3328 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-04T00:16:27.931Z] > git config core.sparsecheckout # timeout=10 [2021-05-04T00:16:27.941Z] > git checkout -f 382f8221813575c623006339f5854c29a16e83fb # timeout=10 [2021-05-04T00:16:28.017Z] > git remote # timeout=10 [2021-05-04T00:16:28.024Z] > git config --get remote.origin.url # timeout=10 [2021-05-04T00:16:28.031Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-04T00:16:28.035Z] > git merge 576eddb6d79f77bc7b799d46a5f981c8da166ab0 # timeout=10 [2021-05-04T00:16:28.049Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-04T00:16:28.058Z] > git config core.sparsecheckout # timeout=10 [2021-05-04T00:16:28.062Z] > git checkout -f 382f8221813575c623006339f5854c29a16e83fb # timeout=10 [2021-05-04T00:16:30.126Z] 25b303627fd3: Pull complete [2021-05-04T00:16:30.126Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-04T00:16:30.126Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-04T00:16:30.126Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-04T00:16:30.366Z] prd-ubuntu18.04-docker-arm64-4c-16g-2813 does not seem to be running inside a container [2021-05-04T00:16:30.443Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/57 -v /w/workspace/edgex-go/57:/w/workspace/edgex-go/57:rw,z -v /w/workspace/edgex-go/57@tmp:/w/workspace/edgex-go/57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-04T00:16:31.684Z] Commit message: "feat(security): Secure Kong Admin API" [2021-05-04T00:16:33.401Z] $ docker top a2fb3a5c8678fd786f74e8696e94c6cd535f882af4ab278bdab706110062cbde -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-04T00:16:34.328Z] + docker-compose build --help [2021-05-04T00:16:34.328Z] + grep parallel [2021-05-04T00:16:34.444Z] + echo snap-build.sh [2021-05-04T00:16:34.445Z] snap-build.sh [2021-05-04T00:16:34.445Z] + SNAP_BASE_DIR=. [2021-05-04T00:16:34.445Z] + '[' '!' -z /w/workspace/edgex-go/57 ']' [2021-05-04T00:16:34.445Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/57 [2021-05-04T00:16:34.445Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/57]' [2021-05-04T00:16:34.445Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/57] [2021-05-04T00:16:34.445Z] + cd /w/workspace/edgex-go/57 [2021-05-04T00:16:34.445Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-04T00:16:34.445Z] Reading package lists... [2021-05-04T00:16:34.445Z] Building dependency tree... [2021-05-04T00:16:34.445Z] Reading state information... [2021-05-04T00:16:34.706Z] The following packages were automatically installed and are no longer required: [2021-05-04T00:16:34.706Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-04T00:16:34.706Z] uidmap xdelta3 [2021-05-04T00:16:34.706Z] Use 'sudo apt autoremove' to remove them. [2021-05-04T00:16:34.706Z] The following packages will be REMOVED: [2021-05-04T00:16:34.706Z] lxd* lxd-client* [2021-05-04T00:16:34.968Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-04T00:16:34.968Z] After this operation, 31.7 MB disk space will be freed. [2021-05-04T00:16:36.279Z] (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-04T00:16:36.279Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-04T00:16:37.224Z] Removing lxd dnsmasq configuration [2021-05-04T00:16:37.224Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-04T00:16:37.224Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-04T00:16:37.694Z] --parallel Build images in parallel. [Pipeline] } [2021-05-04T00:16:37.714Z] $ docker stop --time=1 a2fb3a5c8678fd786f74e8696e94c6cd535f882af4ab278bdab706110062cbde [2021-05-04T00:16:38.171Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-04T00:16:38.442Z] (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-04T00:16:38.442Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-04T00:16:39.681Z] $ docker rm -f a2fb3a5c8678fd786f74e8696e94c6cd535f882af4ab278bdab706110062cbde [2021-05-04T00:16:39.831Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-04T00:16:39.831Z] Processing triggers for ureadahead (0.100.0-21) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-04T00:16:40.346Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-04T00:16:40.346Z] . [Pipeline] withDockerContainer [2021-05-04T00:16:40.607Z] prd-ubuntu18.04-docker-arm64-4c-16g-2813 does not seem to be running inside a container [2021-05-04T00:16:40.678Z] $ 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/57 -v /w/workspace/edgex-go/57:/w/workspace/edgex-go/57:rw,z -v /w/workspace/edgex-go/57@tmp:/w/workspace/edgex-go/57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-04T00:16:41.222Z] + sudo snap remove --purge lxd [2021-05-04T00:16:41.483Z] snap "lxd" is not installed [2021-05-04T00:16:41.483Z] + sudo groupadd --force --system lxd [2021-05-04T00:16:41.483Z] ++ whoami [2021-05-04T00:16:41.483Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-04T00:16:41.483Z] + newgrp - lxd [2021-05-04T00:16:41.483Z] + sudo snap install lxd [2021-05-04T00:16:42.079Z] $ docker top ddc1b10326ac00406aaee86471567eb9d17d69118e01f62c062973e3fccea81e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-04T00:16:43.037Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-04T00:16:46.409Z] Building docker-core-command-go ... [2021-05-04T00:16:46.409Z] Building docker-core-data-go ... [2021-05-04T00:16:46.409Z] Building docker-core-metadata-go ... [2021-05-04T00:16:46.409Z] Building docker-security-bootstrapper-go ... [2021-05-04T00:16:46.409Z] Building docker-security-proxy-setup-go ... [2021-05-04T00:16:46.409Z] Building docker-security-secretstore-setup-go ... [2021-05-04T00:16:46.409Z] Building docker-support-notifications-go ... [2021-05-04T00:16:46.409Z] Building docker-support-scheduler-go ... [2021-05-04T00:16:46.409Z] Building docker-sys-mgmt-agent-go ... [2021-05-04T00:16:46.409Z] Building docker-security-proxy-setup-go [2021-05-04T00:16:46.409Z] Building docker-security-secretstore-setup-go [2021-05-04T00:16:46.409Z] Building docker-support-scheduler-go [2021-05-04T00:16:46.409Z] Building docker-core-command-go [2021-05-04T00:16:46.409Z] Building docker-sys-mgmt-agent-go [2021-05-04T00:16:49.630Z] 2021-05-04T00:16:47Z INFO Waiting for automatic snapd restart... [2021-05-04T00:17:04.591Z] lxd 4.13 from Canonical* installed [2021-05-04T00:17:04.591Z] + sudo lxd init --auto [2021-05-04T00:17:13.062Z] + sudo snap install --classic snapcraft [2021-05-04T00:17:21.202Z] snapcraft 4.7.1 from Canonical* installed [2021-05-04T00:17:21.202Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-04T00:17:21.202Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-04T00:17:21.202Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-04T00:17:21.202Z] Dload Upload Total Spent Left Speed [2021-05-04T00:17:21.202Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4750 0 --:--:-- --:--:-- --:--:-- 4714 [2021-05-04T00:17:21.202Z] 100 3325k 100 3325k 0 0 10.0M 0 --:--:-- --:--:-- --:--:-- 10.0M [2021-05-04T00:17:21.202Z] ./yq_linux_amd64 [2021-05-04T00:17:21.202Z] + sudo snapcraft prime --use-lxd [2021-05-04T00:17:23.115Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-04T00:17:23.115Z] 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-04T00:17:23.115Z] - README.md [2021-05-04T00:17:23.115Z] [2021-05-04T00:17:23.115Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-04T00:17:23.686Z] Launching a container. [2021-05-04T00:17:35.924Z] Waiting for container to be ready [2021-05-04T00:17:35.924Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-04T00:17:35.924Z] [2021-05-04T00:17:38.466Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-04T00:17:39.038Z] Waiting for network to be ready... [2021-05-04T00:17:39.610Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-04T00:17:39.610Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-04T00:17:39.871Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-04T00:17:40.132Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-04T00:17:40.132Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-04T00:17:40.394Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-04T00:17:40.394Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-04T00:17:40.394Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-04T00:17:40.394Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-04T00:17:40.394Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-04T00:17:40.394Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-04T00:17:40.966Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-04T00:17:40.966Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-04T00:17:40.966Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-04T00:17:40.966Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-04T00:17:40.966Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-04T00:17:40.966Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-04T00:17:40.966Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-04T00:17:40.967Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-04T00:17:40.967Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-04T00:17:41.226Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-04T00:17:41.226Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-04T00:17:41.226Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-04T00:17:41.226Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-04T00:17:41.226Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-04T00:17:41.226Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-04T00:17:41.226Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-04T00:17:43.772Z] Fetched 24.5 MB in 4s (5469 kB/s) [2021-05-04T00:17:44.716Z] Reading package lists... [2021-05-04T00:17:44.716Z] Reading package lists... [2021-05-04T00:17:44.978Z] Building dependency tree... [2021-05-04T00:17:44.978Z] Reading state information... [2021-05-04T00:17:45.239Z] The following additional packages will be installed: [2021-05-04T00:17:45.239Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-04T00:17:45.239Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-04T00:17:45.239Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-04T00:17:45.239Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-04T00:17:45.239Z] Suggested packages: [2021-05-04T00:17:45.239Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-04T00:17:45.239Z] Recommended packages: [2021-05-04T00:17:45.239Z] gnupg libsasl2-modules [2021-05-04T00:17:45.239Z] The following NEW packages will be installed: [2021-05-04T00:17:45.239Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-04T00:17:45.239Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-04T00:17:45.239Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-04T00:17:45.239Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-04T00:17:45.240Z] The following packages will be upgraded: [2021-05-04T00:17:45.240Z] gpg gpg-agent gpgconf libudev1 [2021-05-04T00:17:45.501Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-04T00:17:45.501Z] Need to get 3529 kB of archives. [2021-05-04T00:17:45.501Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-04T00:17:45.501Z] 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-04T00:17:45.762Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-05-04T00:17:45.762Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-04T00:17:46.024Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-04T00:17:46.024Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-04T00:17:46.024Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-05-04T00:17:46.285Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-04T00:17:46.285Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-04T00:17:46.285Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-04T00:17:46.546Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-04T00:17:46.546Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-04T00:17:46.546Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-04T00:17:46.546Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-04T00:17:46.546Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-04T00:17:46.546Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-04T00:17:46.546Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-04T00:17:46.546Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-04T00:17:46.546Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-04T00:17:46.546Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-04T00:17:46.546Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-04T00:17:46.546Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-04T00:17:46.546Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-04T00:17:46.546Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-04T00:17:46.810Z] Fetched 3529 kB in 1s (2945 kB/s) [2021-05-04T00:17:46.810Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-04T00:17:46.810Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-05-04T00:17:46.810Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-04T00:17:46.810Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-05-04T00:17:47.072Z] Selecting previously unselected package udev. [2021-05-04T00:17:47.072Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-04T00:17:47.072Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-05-04T00:17:47.072Z] Unpacking udev (237-3ubuntu10.46) ... [2021-05-04T00:17:47.333Z] Selecting previously unselected package libfuse2:amd64. [2021-05-04T00:17:47.333Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-04T00:17:47.333Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-04T00:17:47.333Z] Selecting previously unselected package fuse. [2021-05-04T00:17:47.333Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-04T00:17:47.333Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-04T00:17:47.595Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-04T00:17:47.595Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-04T00:17:47.595Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-04T00:17:47.595Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-04T00:17:47.864Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-04T00:17:47.864Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-04T00:17:47.864Z] Selecting previously unselected package libksba8:amd64. [2021-05-04T00:17:47.864Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-04T00:17:47.864Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-04T00:17:48.126Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-04T00:17:48.126Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T00:17:48.126Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T00:17:48.126Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-04T00:17:48.126Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T00:17:48.126Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T00:17:48.388Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-04T00:17:48.388Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T00:17:48.388Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T00:17:48.388Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-04T00:17:48.388Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T00:17:48.388Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T00:17:48.388Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-04T00:17:48.388Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T00:17:48.388Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T00:17:48.649Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-04T00:17:48.649Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T00:17:48.649Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T00:17:48.649Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-04T00:17:48.649Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T00:17:48.649Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T00:17:48.910Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-04T00:17:48.910Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T00:17:48.910Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T00:17:48.910Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-04T00:17:48.910Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T00:17:48.910Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T00:17:48.910Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-04T00:17:48.910Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-04T00:17:48.910Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-04T00:17:49.171Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-04T00:17:49.171Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-04T00:17:49.171Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-04T00:17:49.171Z] Selecting previously unselected package libldap-common. [2021-05-04T00:17:49.171Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-04T00:17:49.171Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-04T00:17:49.171Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-04T00:17:49.171Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-04T00:17:49.171Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-04T00:17:49.431Z] Selecting previously unselected package dirmngr. [2021-05-04T00:17:49.431Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-04T00:17:49.431Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-04T00:17:49.431Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-04T00:17:49.431Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-04T00:17:49.692Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-04T00:17:49.692Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-04T00:17:49.692Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-04T00:17:49.692Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-04T00:17:49.692Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T00:17:49.692Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-04T00:17:49.692Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-04T00:17:49.692Z] Setting up udev (237-3ubuntu10.46) ... [2021-05-04T00:17:50.263Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-04T00:17:50.263Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T00:17:50.263Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-04T00:17:50.263Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-04T00:17:50.524Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-04T00:17:50.524Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T00:17:50.524Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T00:17:50.524Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T00:17:50.524Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T00:17:50.524Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T00:17:50.524Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T00:17:50.524Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T00:17:50.524Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-04T00:17:50.786Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-04T00:17:50.786Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-04T00:17:51.047Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-04T00:17:51.047Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-04T00:17:51.047Z] This means they are not meant to be enabled using systemctl. [2021-05-04T00:17:51.047Z] Possible reasons for having this kind of units are: [2021-05-04T00:17:51.047Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-04T00:17:51.047Z] .wants/ or .requires/ directory. [2021-05-04T00:17:51.047Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-04T00:17:51.047Z] a requirement dependency on it. [2021-05-04T00:17:51.047Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-04T00:17:51.047Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-04T00:17:51.047Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-04T00:17:51.047Z] instance name specified. [2021-05-04T00:17:51.308Z] Reading package lists... [2021-05-04T00:17:51.568Z] Building dependency tree... [2021-05-04T00:17:51.568Z] Reading state information... [2021-05-04T00:17:51.827Z] The following additional packages will be installed: [2021-05-04T00:17:51.827Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-04T00:17:51.827Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-04T00:17:51.827Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-04T00:17:51.827Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-04T00:17:51.827Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-04T00:17:51.827Z] Suggested packages: [2021-05-04T00:17:51.827Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-04T00:17:51.827Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-04T00:17:51.827Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-04T00:17:51.827Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-04T00:17:51.827Z] systemd-container policykit-1 [2021-05-04T00:17:51.827Z] Recommended packages: [2021-05-04T00:17:51.827Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-04T00:17:51.827Z] The following NEW packages will be installed: [2021-05-04T00:17:51.827Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-04T00:17:51.827Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-04T00:17:51.827Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-04T00:17:51.827Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-04T00:17:51.827Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-04T00:17:51.827Z] The following packages will be upgraded: [2021-05-04T00:17:51.827Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-04T00:17:52.087Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-04T00:17:52.087Z] Need to get 35.2 MB of archives. [2021-05-04T00:17:52.087Z] After this operation, 141 MB of additional disk space will be used. [2021-05-04T00:17:52.087Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-04T00:17:52.087Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-05-04T00:17:52.660Z] 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-04T00:17:52.660Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-04T00:17:52.660Z] 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-04T00:17:52.920Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-04T00:17:52.920Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-05-04T00:17:52.920Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-04T00:17:52.920Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-04T00:17:52.920Z] 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-04T00:17:52.920Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-04T00:17:52.920Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-04T00:17:52.920Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-04T00:17:52.920Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-04T00:17:52.920Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-04T00:17:52.920Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-04T00:17:52.920Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-04T00:17:52.920Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-04T00:17:52.920Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-04T00:17:52.921Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-04T00:17:52.921Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-04T00:17:52.921Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-04T00:17:52.921Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-04T00:17:52.921Z] Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-04T00:17:52.921Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-04T00:17:52.921Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-04T00:17:53.183Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-04T00:17:53.183Z] 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-04T00:17:53.183Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-04T00:17:53.183Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-04T00:17:54.565Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-04T00:17:54.565Z] Fetched 35.2 MB in 2s (14.8 MB/s) [2021-05-04T00:17:54.565Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-04T00:17:54.565Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-05-04T00:17:54.565Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-04T00:17:55.136Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-05-04T00:17:55.136Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-04T00:17:55.136Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-05-04T00:17:55.397Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-04T00:17:55.397Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-04T00:17:55.397Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-04T00:17:55.659Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-04T00:17:55.659Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-04T00:17:55.659Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-04T00:17:55.659Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-04T00:17:55.920Z] Setting up apt (1.6.13) ... [2021-05-04T00:17:55.920Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-04T00:17:56.492Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-04T00:17:57.879Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-04T00:17:57.880Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-04T00:17:57.880Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-04T00:17:58.141Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-04T00:17:58.141Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-04T00:17:58.141Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T00:17:58.401Z] Selecting previously unselected package libexpat1:amd64. [2021-05-04T00:17:58.401Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-04T00:17:58.401Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-04T00:17:58.401Z] Selecting previously unselected package python3.6-minimal. [2021-05-04T00:17:58.401Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-04T00:17:58.401Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T00:17:58.661Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-04T00:17:58.661Z] Checking for services that may need to be restarted...done. [2021-05-04T00:17:58.661Z] Checking for services that may need to be restarted...done. [2021-05-04T00:17:58.923Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T00:17:58.923Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-04T00:17:58.923Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T00:17:59.496Z] Selecting previously unselected package python3-minimal. [2021-05-04T00:17:59.496Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-04T00:17:59.496Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-04T00:17:59.496Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-04T00:17:59.496Z] Selecting previously unselected package mime-support. [2021-05-04T00:17:59.496Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-04T00:17:59.496Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-04T00:17:59.496Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-04T00:17:59.496Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-04T00:17:59.496Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-04T00:17:59.757Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-04T00:17:59.757Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-04T00:17:59.757Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T00:18:00.019Z] Selecting previously unselected package python3.6. [2021-05-04T00:18:00.019Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-04T00:18:00.019Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T00:18:00.019Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-04T00:18:00.019Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-04T00:18:00.019Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-04T00:18:00.019Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-04T00:18:00.281Z] Selecting previously unselected package python3. [2021-05-04T00:18:00.281Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-04T00:18:00.281Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-04T00:18:00.281Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-04T00:18:00.541Z] Selecting previously unselected package multiarch-support. [2021-05-04T00:18:00.541Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-04T00:18:00.541Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-04T00:18:00.541Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-04T00:18:00.541Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-04T00:18:00.541Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-04T00:18:00.541Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-04T00:18:00.807Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-04T00:18:00.807Z] Selecting previously unselected package libbsd0:amd64. [2021-05-04T00:18:00.807Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-04T00:18:00.807Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-04T00:18:00.807Z] Selecting previously unselected package sudo. [2021-05-04T00:18:00.807Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-04T00:18:00.807Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-04T00:18:01.068Z] Selecting previously unselected package apparmor. [2021-05-04T00:18:01.068Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-04T00:18:01.068Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-04T00:18:01.328Z] Selecting previously unselected package libedit2:amd64. [2021-05-04T00:18:01.328Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-04T00:18:01.328Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-04T00:18:01.328Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-04T00:18:01.328Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-04T00:18:01.328Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T00:18:01.328Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-04T00:18:01.328Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-04T00:18:01.328Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T00:18:01.590Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-04T00:18:01.590Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-04T00:18:01.590Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-04T00:18:01.590Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-04T00:18:01.590Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-04T00:18:01.590Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T00:18:01.851Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-04T00:18:01.851Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-04T00:18:01.851Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T00:18:01.851Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-04T00:18:01.851Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-04T00:18:01.851Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-04T00:18:02.113Z] Selecting previously unselected package openssh-client. [2021-05-04T00:18:02.113Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-04T00:18:02.113Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-04T00:18:02.375Z] Selecting previously unselected package squashfs-tools. [2021-05-04T00:18:02.375Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-04T00:18:02.375Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-04T00:18:02.375Z] Selecting previously unselected package snapd. [2021-05-04T00:18:02.375Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-04T00:18:02.375Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-04T00:18:04.298Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-04T00:18:04.298Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-04T00:18:04.298Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-04T00:18:04.558Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-04T00:18:04.558Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-04T00:18:04.558Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T00:18:04.558Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-04T00:18:04.558Z] Setting up systemd (237-3ubuntu10.46) ... [2021-05-04T00:18:04.558Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-04T00:18:05.503Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-04T00:18:05.503Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-04T00:18:05.503Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-04T00:18:05.503Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T00:18:05.503Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T00:18:05.503Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T00:18:06.075Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-04T00:18:06.075Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T00:18:06.075Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-04T00:18:06.075Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-04T00:18:06.075Z] running python rtupdate hooks for python3.6... [2021-05-04T00:18:06.075Z] running python post-rtupdate hooks for python3.6... [2021-05-04T00:18:06.075Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-04T00:18:07.480Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-04T00:18:07.742Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T00:18:07.742Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-04T00:18:08.004Z] Setting up snapd (2.48.3+18.04) ... [2021-05-04T00:18:08.158Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T00:18:08.158Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-04T00:18:08.158Z] ---> 6e47b27490a5 [2021-05-04T00:18:08.158Z] Step 3/22 : WORKDIR /edgex-go [2021-05-04T00:18:08.158Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T00:18:08.158Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-04T00:18:08.158Z] ---> 6e47b27490a5 [2021-05-04T00:18:08.158Z] Step 3/25 : WORKDIR /edgex-go [2021-05-04T00:18:08.158Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T00:18:08.158Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T00:18:08.158Z] ---> 6e47b27490a5 [2021-05-04T00:18:08.158Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T00:18:08.158Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T00:18:08.158Z] [2021-05-04T00:18:08.158Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T00:18:08.158Z] ---> 6e47b27490a5 [2021-05-04T00:18:08.158Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T00:18:08.158Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-04T00:18:08.158Z] ---> 6e47b27490a5 [2021-05-04T00:18:08.158Z] Step 3/21 : WORKDIR /edgex-go [2021-05-04T00:18:08.158Z] ---> Running in a93e525e0f44 [2021-05-04T00:18:08.158Z] ---> Running in 29ed6703fb16 [2021-05-04T00:18:08.158Z] ---> Running in 2955bae6951e [2021-05-04T00:18:08.158Z] ---> Running in 57e2d78ee113 [2021-05-04T00:18:08.158Z] ---> Running in 2ea98377137b [2021-05-04T00:18:08.158Z] Removing intermediate container a93e525e0f44 [2021-05-04T00:18:08.158Z] ---> 3b0bfb8e12e8 [2021-05-04T00:18:08.158Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T00:18:08.158Z] Removing intermediate container 29ed6703fb16 [2021-05-04T00:18:08.158Z] ---> b023797d9dc5 [2021-05-04T00:18:08.158Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T00:18:08.158Z] Removing intermediate container 2955bae6951e [2021-05-04T00:18:08.158Z] ---> 2005a8e210b3 [2021-05-04T00:18:08.158Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T00:18:08.158Z] Removing intermediate container 57e2d78ee113 [2021-05-04T00:18:08.158Z] ---> e74996127731 [2021-05-04T00:18:08.158Z] Removing intermediate container 2ea98377137b [2021-05-04T00:18:08.158Z] ---> d3e41e79bb4b [2021-05-04T00:18:08.158Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T00:18:08.158Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T00:18:08.158Z] ---> Running in 74a706415f5c [2021-05-04T00:18:08.158Z] ---> Running in 71bd38fbdf22 [2021-05-04T00:18:08.158Z] ---> Running in ccacc68f9c0b [2021-05-04T00:18:08.158Z] ---> Running in e39a392d4432 [2021-05-04T00:18:08.158Z] ---> Running in e01cff080592 [2021-05-04T00:18:08.158Z] Removing intermediate container 74a706415f5c [2021-05-04T00:18:08.158Z] ---> 3318da2050df [2021-05-04T00:18:08.158Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-04T00:18:08.265Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-04T00:18:08.433Z] ---> Running in 02beececf21f [2021-05-04T00:18:08.433Z] Removing intermediate container 71bd38fbdf22 [2021-05-04T00:18:08.433Z] ---> 1168cbe36476 [2021-05-04T00:18:08.433Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-04T00:18:08.527Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-04T00:18:08.708Z] ---> Running in d21a6fa433ee [2021-05-04T00:18:08.708Z] Removing intermediate container e39a392d4432 [2021-05-04T00:18:08.708Z] ---> 7d07a9619246 [2021-05-04T00:18:08.708Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-04T00:18:08.788Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-04T00:18:08.788Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-04T00:18:09.050Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-04T00:18:09.050Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-04T00:18:09.311Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-04T00:18:09.314Z] ---> Running in d9a6dc6d9fb1 [2021-05-04T00:18:09.314Z] Removing intermediate container ccacc68f9c0b [2021-05-04T00:18:09.314Z] ---> 79e4dc22d03b [2021-05-04T00:18:09.314Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-04T00:18:09.572Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-04T00:18:09.572Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-04T00:18:09.834Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-04T00:18:09.910Z] ---> Running in 66695959febe [2021-05-04T00:18:09.910Z] Removing intermediate container e01cff080592 [2021-05-04T00:18:09.910Z] ---> 0a483011c49b [2021-05-04T00:18:09.910Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-04T00:18:10.095Z] /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-04T00:18:10.095Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-04T00:18:10.095Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-04T00:18:10.188Z] ---> Running in 96b053794c59 [2021-05-04T00:18:10.459Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T00:18:10.734Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T00:18:11.039Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-04T00:18:11.039Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-04T00:18:11.039Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-04T00:18:11.332Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T00:18:11.603Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T00:18:11.603Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T00:18:11.603Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T00:18:11.603Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T00:18:12.217Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T00:18:12.250Z] Reading package lists... [2021-05-04T00:18:12.493Z] OK: 218 MiB in 52 packages [2021-05-04T00:18:12.493Z] OK: 218 MiB in 52 packages [2021-05-04T00:18:12.493Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T00:18:12.510Z] Reading package lists... [2021-05-04T00:18:12.771Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T00:18:12.771Z] Building dependency tree... [2021-05-04T00:18:12.771Z] Reading state information... [2021-05-04T00:18:12.771Z] Calculating upgrade... [2021-05-04T00:18:13.031Z] The following packages will be upgraded: [2021-05-04T00:18:13.031Z] advancecomp base-files bash binutils binutils-common [2021-05-04T00:18:13.031Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-04T00:18:13.031Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-04T00:18:13.031Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-04T00:18:13.031Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-04T00:18:13.031Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-04T00:18:13.031Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-04T00:18:13.031Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-04T00:18:13.031Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-04T00:18:13.031Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-04T00:18:13.031Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-04T00:18:13.031Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-04T00:18:13.031Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-04T00:18:13.031Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-04T00:18:13.031Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-04T00:18:13.031Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-04T00:18:13.031Z] Need to get 64.0 MB of archives. [2021-05-04T00:18:13.031Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-04T00:18:13.031Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-04T00:18:13.031Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-04T00:18:13.071Z] OK: 218 MiB in 52 packages [2021-05-04T00:18:13.291Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-04T00:18:13.291Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-04T00:18:13.291Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-04T00:18:13.291Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-04T00:18:13.292Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-04T00:18:13.292Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-04T00:18:13.292Z] 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-04T00:18:13.292Z] 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-04T00:18:13.292Z] 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-04T00:18:13.292Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-04T00:18:13.292Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-04T00:18:13.292Z] 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-04T00:18:13.292Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-04T00:18:13.292Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-04T00:18:13.292Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-04T00:18:13.292Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-04T00:18:13.552Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-04T00:18:13.552Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-04T00:18:13.552Z] 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-04T00:18:13.552Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-04T00:18:13.552Z] 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-04T00:18:13.552Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-04T00:18:13.552Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-04T00:18:13.552Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-04T00:18:13.552Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-04T00:18:13.552Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-04T00:18:13.552Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-04T00:18:13.552Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-04T00:18:13.552Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-04T00:18:13.552Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-04T00:18:13.552Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-04T00:18:13.552Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-04T00:18:13.552Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-04T00:18:13.552Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-04T00:18:13.552Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-04T00:18:13.552Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-04T00:18:13.552Z] 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-04T00:18:13.552Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-04T00:18:13.552Z] 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-04T00:18:13.552Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-04T00:18:13.552Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-04T00:18:13.552Z] 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-04T00:18:13.552Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-04T00:18:13.552Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-04T00:18:13.693Z] OK: 218 MiB in 52 packages [2021-05-04T00:18:13.813Z] 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-04T00:18:13.813Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-04T00:18:13.813Z] 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-04T00:18:13.813Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-04T00:18:13.813Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-04T00:18:13.813Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-04T00:18:13.813Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-04T00:18:13.813Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-04T00:18:13.813Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-04T00:18:13.813Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-04T00:18:14.074Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-04T00:18:14.291Z] OK: 218 MiB in 52 packages [2021-05-04T00:18:14.291Z] Removing intermediate container d21a6fa433ee [2021-05-04T00:18:14.291Z] ---> c423ac6c21a7 [2021-05-04T00:18:14.291Z] Step 6/21 : COPY go.mod . [2021-05-04T00:18:14.335Z] 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-04T00:18:14.335Z] 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-04T00:18:14.335Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-04T00:18:14.335Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-04T00:18:14.335Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-04T00:18:14.567Z] Removing intermediate container 02beececf21f [2021-05-04T00:18:14.567Z] ---> a65548771bf2 [2021-05-04T00:18:14.567Z] Step 6/23 : COPY go.mod . [2021-05-04T00:18:14.597Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-04T00:18:14.597Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-04T00:18:14.597Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-04T00:18:14.597Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-04T00:18:14.597Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-04T00:18:14.597Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-04T00:18:14.597Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-04T00:18:14.840Z] Removing intermediate container d9a6dc6d9fb1 [2021-05-04T00:18:14.840Z] ---> f3d55762a8bc [2021-05-04T00:18:14.840Z] Step 6/22 : COPY go.mod . [2021-05-04T00:18:14.857Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-04T00:18:14.857Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-04T00:18:14.857Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-04T00:18:14.857Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-04T00:18:14.857Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-04T00:18:14.857Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-04T00:18:14.857Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-04T00:18:14.857Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-04T00:18:14.857Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-04T00:18:14.857Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-04T00:18:14.857Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-04T00:18:14.857Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-04T00:18:14.857Z] 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-04T00:18:14.857Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-05-04T00:18:14.857Z] 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-04T00:18:15.119Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-05-04T00:18:15.119Z] 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-04T00:18:15.119Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-04T00:18:15.119Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-04T00:18:15.119Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-04T00:18:15.119Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-04T00:18:15.119Z] 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-04T00:18:15.119Z] 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-04T00:18:15.119Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-04T00:18:15.119Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-04T00:18:15.119Z] 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-04T00:18:15.381Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-04T00:18:15.381Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-04T00:18:15.381Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-04T00:18:15.382Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-04T00:18:15.382Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-04T00:18:15.382Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-04T00:18:15.456Z] ---> 96c674039a79 [2021-05-04T00:18:15.456Z] Step 7/21 : RUN go mod download [2021-05-04T00:18:15.456Z] Removing intermediate container 66695959febe [2021-05-04T00:18:15.456Z] ---> ad2cb1a7fc29 [2021-05-04T00:18:15.456Z] Step 6/25 : COPY go.mod . [2021-05-04T00:18:15.644Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-04T00:18:15.644Z] Fetched 64.0 MB in 2s (25.7 MB/s) [2021-05-04T00:18:15.644Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:15.644Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-04T00:18:15.644Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-04T00:18:15.732Z] ---> Running in e4e821bbb7b1 [2021-05-04T00:18:15.732Z] ---> 6e42d6b63715 [2021-05-04T00:18:15.732Z] Step 7/23 : RUN go mod download [2021-05-04T00:18:16.018Z] ---> Running in cf2e8980eb3f [2021-05-04T00:18:16.018Z] ---> 9592a54f4392 [2021-05-04T00:18:16.018Z] Step 7/22 : RUN go mod download [2021-05-04T00:18:16.018Z] Removing intermediate container 96b053794c59 [2021-05-04T00:18:16.018Z] ---> 9314408e5dfc [2021-05-04T00:18:16.018Z] Step 6/23 : COPY go.mod . [2021-05-04T00:18:16.223Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-04T00:18:16.223Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-04T00:18:16.317Z] ---> Running in b65d7904f946 [2021-05-04T00:18:16.484Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-04T00:18:16.484Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-04T00:18:16.590Z] ---> 920142bbfe90 [2021-05-04T00:18:16.590Z] Step 7/25 : RUN go mod download [2021-05-04T00:18:16.865Z] ---> Running in 6761195d76fd [2021-05-04T00:18:17.431Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:17.431Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T00:18:17.431Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:17.431Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T00:18:17.431Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:17.431Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T00:18:17.465Z] ---> 1b7b0a075b97 [2021-05-04T00:18:17.465Z] Step 7/23 : RUN go mod download [2021-05-04T00:18:17.693Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:17.693Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T00:18:17.693Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:17.693Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T00:18:17.742Z] ---> Running in b3410fc23253 [2021-05-04T00:18:17.954Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:17.954Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T00:18:17.954Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:17.954Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T00:18:17.954Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T00:18:18.216Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-04T00:18:18.216Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:18.216Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-04T00:18:18.216Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-04T00:18:18.489Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-04T00:18:18.489Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:18.489Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T00:18:18.489Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:18.489Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T00:18:18.749Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:18.749Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T00:18:19.010Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T00:18:19.010Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-04T00:18:19.010Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-04T00:18:19.278Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-04T00:18:19.541Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-04T00:18:19.732Z] Removing intermediate container e4e821bbb7b1 [2021-05-04T00:18:19.732Z] ---> c851027c7217 [2021-05-04T00:18:19.732Z] Step 8/21 : COPY . . [2021-05-04T00:18:19.803Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-04T00:18:19.804Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-04T00:18:19.804Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-04T00:18:19.804Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-04T00:18:20.066Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-04T00:18:20.066Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-04T00:18:20.326Z] Installing new version of config file /etc/issue ... [2021-05-04T00:18:20.326Z] Installing new version of config file /etc/issue.net ... [2021-05-04T00:18:20.326Z] Installing new version of config file /etc/lsb-release ... [2021-05-04T00:18:20.326Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-04T00:18:20.336Z] Removing intermediate container cf2e8980eb3f [2021-05-04T00:18:20.337Z] ---> 5fee73043985 [2021-05-04T00:18:20.337Z] Step 8/23 : COPY . . [2021-05-04T00:18:20.587Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-04T00:18:20.587Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-04T00:18:20.587Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-04T00:18:20.587Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:20.587Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-04T00:18:20.617Z] Removing intermediate container b65d7904f946 [2021-05-04T00:18:20.617Z] ---> ed47491daf98 [2021-05-04T00:18:20.617Z] Step 8/22 : COPY . . [2021-05-04T00:18:20.849Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-04T00:18:20.849Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-04T00:18:20.849Z] 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-04T00:18:21.111Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:21.111Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T00:18:21.111Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-04T00:18:21.111Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-04T00:18:21.220Z] Removing intermediate container 6761195d76fd [2021-05-04T00:18:21.220Z] ---> 8334aeb9746f [2021-05-04T00:18:21.220Z] Step 8/25 : COPY . . [2021-05-04T00:18:21.372Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:21.372Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-04T00:18:21.372Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-04T00:18:21.634Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-04T00:18:21.634Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:21.634Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-04T00:18:21.634Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-04T00:18:21.895Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-04T00:18:22.157Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:22.157Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-04T00:18:22.157Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-04T00:18:22.157Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-04T00:18:22.197Z] Removing intermediate container b3410fc23253 [2021-05-04T00:18:22.197Z] ---> 08c34ac0fcb7 [2021-05-04T00:18:22.197Z] Step 8/23 : COPY . . [2021-05-04T00:18:22.418Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:22.418Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-04T00:18:22.418Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-04T00:18:22.679Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-04T00:18:22.680Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:22.680Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-04T00:18:22.680Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-04T00:18:24.595Z] Setting up grep (3.1-2build1) ... [2021-05-04T00:18:24.861Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:24.861Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-04T00:18:24.861Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-04T00:18:24.861Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-04T00:18:25.121Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:25.121Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-04T00:18:25.121Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-04T00:18:25.121Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-04T00:18:25.382Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:25.382Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-04T00:18:25.382Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-04T00:18:25.951Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-04T00:18:25.951Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-04T00:18:25.951Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-04T00:18:25.951Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-04T00:18:26.522Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-04T00:18:26.782Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:26.782Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-04T00:18:26.782Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-04T00:18:27.726Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-04T00:18:27.726Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-04T00:18:27.988Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-04T00:18:27.988Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-04T00:18:27.988Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-04T00:18:28.250Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:28.250Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-04T00:18:28.250Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-04T00:18:28.518Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-04T00:18:28.518Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:28.518Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T00:18:28.781Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T00:18:28.781Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-04T00:18:28.781Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:28.781Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T00:18:28.781Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T00:18:29.042Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-04T00:18:29.042Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:29.042Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T00:18:29.042Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T00:18:29.042Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-04T00:18:29.301Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:29.301Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T00:18:29.301Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T00:18:29.301Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-04T00:18:29.301Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:29.301Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-04T00:18:29.301Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-04T00:18:29.562Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-04T00:18:29.562Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-04T00:18:29.562Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-04T00:18:29.823Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:29.823Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-04T00:18:29.823Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-04T00:18:29.823Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-04T00:18:30.084Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:30.084Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T00:18:30.084Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T00:18:30.084Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-04T00:18:30.344Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:30.344Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T00:18:30.344Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T00:18:30.345Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-04T00:18:30.345Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:30.345Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T00:18:30.606Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T00:18:31.177Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-04T00:18:31.475Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-04T00:18:31.763Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-04T00:18:31.763Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:31.763Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-04T00:18:31.763Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-04T00:18:32.085Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-04T00:18:32.085Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T00:18:32.085Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-04T00:18:32.375Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-04T00:18:32.375Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-04T00:18:32.375Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:32.375Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-04T00:18:32.671Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-04T00:18:32.671Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-04T00:18:32.985Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:32.985Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-04T00:18:32.985Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-04T00:18:32.985Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-04T00:18:32.985Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:32.985Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-04T00:18:33.286Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-04T00:18:33.286Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-04T00:18:33.286Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:33.286Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-04T00:18:33.286Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-04T00:18:33.286Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-04T00:18:33.547Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:33.547Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-04T00:18:33.547Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-04T00:18:33.808Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-04T00:18:33.808Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:33.808Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-04T00:18:34.070Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-04T00:18:34.070Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-04T00:18:34.331Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:34.331Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T00:18:34.331Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T00:18:34.331Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-05-04T00:18:34.331Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-04T00:18:34.592Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-04T00:18:34.592Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-04T00:18:34.592Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-04T00:18:34.852Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:34.852Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-04T00:18:34.852Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-04T00:18:34.852Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-04T00:18:34.852Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:34.852Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-04T00:18:35.113Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-04T00:18:35.113Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-04T00:18:35.374Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:35.374Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-04T00:18:35.374Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-04T00:18:35.374Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-04T00:18:35.635Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:35.635Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-04T00:18:35.635Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-04T00:18:35.635Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-04T00:18:35.896Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:35.896Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-04T00:18:35.896Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-04T00:18:36.156Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-04T00:18:36.156Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:36.156Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-04T00:18:36.417Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-04T00:18:36.417Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-04T00:18:36.417Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:36.417Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-04T00:18:36.417Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-04T00:18:36.678Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-04T00:18:36.678Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:36.678Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-04T00:18:36.678Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-04T00:18:36.939Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-04T00:18:36.939Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:36.939Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-04T00:18:36.939Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-04T00:18:37.200Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-04T00:18:37.200Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:37.200Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-04T00:18:37.200Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-04T00:18:37.460Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-04T00:18:37.460Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:37.460Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-04T00:18:37.460Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-04T00:18:37.460Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-04T00:18:37.721Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:37.721Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-04T00:18:37.721Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-04T00:18:37.721Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-04T00:18:37.981Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:37.981Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-04T00:18:37.981Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-04T00:18:37.981Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-04T00:18:38.245Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T00:18:38.245Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-04T00:18:38.245Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-04T00:18:38.245Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-04T00:18:38.507Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-04T00:18:38.507Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-04T00:18:38.507Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-04T00:18:38.507Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-04T00:18:38.507Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-04T00:18:39.080Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-04T00:18:39.080Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-04T00:18:39.341Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-04T00:18:39.341Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-04T00:18:39.601Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-04T00:18:39.601Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-04T00:18:39.601Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-04T00:18:39.601Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-04T00:18:39.863Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-04T00:18:39.863Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-04T00:18:39.863Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-04T00:18:39.863Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-04T00:18:40.124Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-04T00:18:40.124Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-04T00:18:40.124Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-04T00:18:40.124Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-04T00:18:40.386Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-04T00:18:40.386Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-04T00:18:40.386Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-04T00:18:40.386Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-04T00:18:41.331Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-04T00:18:41.331Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-04T00:18:41.331Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-04T00:18:41.331Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-04T00:18:41.591Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-04T00:18:41.591Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-04T00:18:41.852Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-04T00:18:41.852Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-04T00:18:42.113Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-04T00:18:42.113Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-04T00:18:42.113Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-04T00:18:42.113Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-04T00:18:42.373Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:42.373Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T00:18:42.373Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:42.373Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T00:18:42.634Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:42.634Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T00:18:42.634Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:42.895Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T00:18:43.838Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:43.838Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T00:18:44.409Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:44.671Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T00:18:45.261Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:45.261Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T00:18:45.521Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:45.521Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T00:18:46.460Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T00:18:46.460Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T00:18:46.460Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-04T00:18:46.460Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-04T00:18:46.728Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-04T00:18:46.728Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-04T00:18:46.728Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-04T00:18:46.989Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-04T00:18:46.989Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-04T00:18:46.989Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-04T00:18:47.253Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-04T00:18:47.253Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-04T00:18:47.253Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-04T00:18:47.253Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-04T00:18:47.514Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-04T00:18:47.514Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-04T00:18:47.514Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T00:18:47.514Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-04T00:18:47.514Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T00:18:47.775Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T00:18:47.775Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T00:18:47.775Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-04T00:18:47.775Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-04T00:18:47.775Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-04T00:18:48.035Z] [2021-05-04T00:18:48.035Z] Current default time zone: 'Etc/UTC' [2021-05-04T00:18:48.035Z] Local time is now: Tue May 4 00:18:47 UTC 2021. [2021-05-04T00:18:48.035Z] Universal Time is now: Tue May 4 00:18:47 UTC 2021. [2021-05-04T00:18:48.035Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-04T00:18:48.035Z] [2021-05-04T00:18:48.035Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-05-04T00:18:48.035Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T00:18:48.035Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-04T00:18:48.035Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-04T00:18:48.035Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-04T00:18:48.035Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-04T00:18:48.035Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-04T00:18:48.035Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-04T00:18:48.298Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-04T00:18:48.298Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-04T00:18:48.298Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T00:18:48.298Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-04T00:18:48.559Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T00:18:48.559Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-04T00:18:48.559Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T00:18:48.559Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-04T00:18:48.559Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-04T00:18:48.559Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-04T00:18:48.559Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-04T00:18:48.559Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-04T00:18:48.559Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-04T00:18:48.559Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-04T00:18:48.822Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-04T00:18:49.024Z] ---> 22bd309676cf [2021-05-04T00:18:49.024Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-04T00:18:49.024Z] ---> 9160dc23f8fb [2021-05-04T00:18:49.024Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-04T00:18:49.024Z] ---> 98e261ecf6ad [2021-05-04T00:18:49.024Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-04T00:18:49.024Z] ---> 760f67693261 [2021-05-04T00:18:49.024Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-04T00:18:49.024Z] ---> 55e666a7cde8 [2021-05-04T00:18:49.024Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-04T00:18:49.024Z] ---> Running in 0e3a5c142398 [2021-05-04T00:18:49.024Z] ---> Running in 30fb10fa2aa6 [2021-05-04T00:18:49.024Z] ---> Running in 241e69b315e1 [2021-05-04T00:18:49.024Z] ---> Running in 7686f4ebcf9f [2021-05-04T00:18:49.024Z] ---> Running in 220ee59d883f [2021-05-04T00:18:49.024Z] 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-04T00:18:49.024Z] 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-04T00:18:49.024Z] 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-04T00:18:49.024Z] 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-04T00:18:49.024Z] 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-04T00:18:50.736Z] Updating certificates in /etc/ssl/certs... [2021-05-04T00:18:51.306Z] 23 added, 27 removed; done. [2021-05-04T00:18:51.306Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-04T00:18:51.306Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T00:18:51.306Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-04T00:18:51.306Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-04T00:18:51.306Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-04T00:18:51.566Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T00:18:51.566Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-04T00:18:51.566Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T00:18:51.566Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T00:18:51.566Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T00:18:51.566Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T00:18:51.566Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T00:18:51.831Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-04T00:18:51.831Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-04T00:18:51.831Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-04T00:18:51.831Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-04T00:18:51.831Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-04T00:18:51.831Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T00:18:51.831Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T00:18:51.831Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-04T00:18:52.092Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-04T00:18:52.092Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-04T00:18:52.092Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-04T00:18:52.092Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-04T00:18:52.092Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-04T00:18:52.353Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-04T00:18:52.353Z] Updating certificates in /etc/ssl/certs... [2021-05-04T00:18:52.922Z] 0 added, 0 removed; done. [2021-05-04T00:18:52.922Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-04T00:18:52.922Z] done. [2021-05-04T00:18:53.181Z] Reading package lists... [2021-05-04T00:18:53.450Z] Building dependency tree... [2021-05-04T00:18:53.450Z] Reading state information... [2021-05-04T00:18:53.450Z] The following NEW packages will be installed: [2021-05-04T00:18:53.450Z] apt-transport-https [2021-05-04T00:18:53.713Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-04T00:18:53.713Z] Need to get 1692 B of archives. [2021-05-04T00:18:53.713Z] After this operation, 154 kB of additional disk space will be used. [2021-05-04T00:18:53.713Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-04T00:18:53.713Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-04T00:18:53.713Z] Fetched 1692 B in 0s (8414 B/s) [2021-05-04T00:18:53.973Z] Selecting previously unselected package apt-transport-https. [2021-05-04T00:18:53.973Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-04T00:18:53.973Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-04T00:18:53.973Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-04T00:18:53.973Z] Setting up apt-transport-https (1.6.13) ... [2021-05-04T00:18:54.234Z] Waiting for network to be ready... [2021-05-04T00:19:00.820Z] 2021-05-04T00:18:57Z INFO Waiting for automatic snapd restart... [2021-05-04T00:19:00.820Z] snapd 2.49.2 from Canonical* installed [2021-05-04T00:19:01.080Z] "snapd" switched to the "latest/stable" channel [2021-05-04T00:19:01.080Z] [2021-05-04T00:19:03.625Z] core18 20210309 from Canonical* installed [2021-05-04T00:19:03.886Z] "core18" switched to the "latest/stable" channel [2021-05-04T00:19:03.886Z] [2021-05-04T00:19:07.184Z] snapcraft 4.7.1 from Canonical* installed [2021-05-04T00:19:07.445Z] "snapcraft" switched to the "latest/stable" channel [2021-05-04T00:19:07.445Z] [2021-05-04T00:19:11.646Z] 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-04T00:19:11.646Z] - README.md [2021-05-04T00:19:11.646Z] [2021-05-04T00:19:11.646Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-04T00:19:18.232Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-04T00:19:18.232Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-04T00:19:18.232Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-04T00:19:18.232Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-04T00:19:19.170Z] Reading package lists... [2021-05-04T00:19:19.430Z] 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-04T00:19:26.066Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-04T00:19:26.066Z] Reading package lists... [2021-05-04T00:19:26.066Z] Building dependency tree... [2021-05-04T00:19:26.066Z] Reading state information... [2021-05-04T00:19:26.066Z] Suggested packages: [2021-05-04T00:19:26.066Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-04T00:19:26.066Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-04T00:19:26.066Z] Recommended packages: [2021-05-04T00:19:26.066Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-04T00:19:26.066Z] The following NEW packages will be installed: [2021-05-04T00:19:26.066Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-04T00:19:26.066Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-04T00:19:26.066Z] pkg-config zip [2021-05-04T00:19:26.066Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-04T00:19:26.066Z] Need to get 7663 kB of archives. [2021-05-04T00:19:26.066Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-04T00:19:26.066Z] 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-04T00:19:26.066Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-04T00:19:26.327Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-04T00:19:26.327Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-04T00:19:26.589Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-04T00:19:26.589Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-04T00:19:26.589Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-04T00:19:26.589Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-04T00:19:26.589Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-04T00:19:26.589Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-04T00:19:26.850Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-04T00:19:26.850Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-04T00:19:26.850Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-04T00:19:27.113Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-04T00:19:27.113Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-04T00:19:27.373Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-04T00:19:27.373Z] Fetched 7663 kB in 1s (6446 kB/s) [2021-05-04T00:19:27.373Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-04T00:19:27.373Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-04T00:19:27.373Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-04T00:19:27.373Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-04T00:19:27.635Z] Selecting previously unselected package libpsl5:amd64. [2021-05-04T00:19:27.635Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-04T00:19:27.635Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-04T00:19:27.635Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-04T00:19:27.635Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-04T00:19:27.635Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-04T00:19:27.635Z] Selecting previously unselected package librtmp1:amd64. [2021-05-04T00:19:27.635Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-04T00:19:27.635Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-04T00:19:27.898Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-04T00:19:27.898Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-04T00:19:27.898Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-04T00:19:27.898Z] Selecting previously unselected package liberror-perl. [2021-05-04T00:19:27.898Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-04T00:19:27.898Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-04T00:19:27.898Z] Selecting previously unselected package git-man. [2021-05-04T00:19:27.898Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-04T00:19:28.161Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-04T00:19:28.161Z] Selecting previously unselected package git. [2021-05-04T00:19:28.161Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-04T00:19:28.161Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-04T00:19:29.105Z] Selecting previously unselected package libnorm1:amd64. [2021-05-04T00:19:29.105Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-04T00:19:29.105Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-04T00:19:29.105Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-04T00:19:29.105Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-04T00:19:29.105Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-04T00:19:29.105Z] Selecting previously unselected package libsodium23:amd64. [2021-05-04T00:19:29.105Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-04T00:19:29.105Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-04T00:19:29.366Z] Selecting previously unselected package libzmq5:amd64. [2021-05-04T00:19:29.366Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-04T00:19:29.366Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-04T00:19:29.366Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-04T00:19:29.366Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-04T00:19:29.366Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-04T00:19:29.627Z] Selecting previously unselected package pkg-config. [2021-05-04T00:19:29.627Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-04T00:19:29.627Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-04T00:19:29.627Z] Selecting previously unselected package zip. [2021-05-04T00:19:29.627Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-04T00:19:29.627Z] Unpacking zip (3.0-11build1) ... [2021-05-04T00:19:29.627Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-04T00:19:29.888Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-04T00:19:29.888Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-04T00:19:29.888Z] Setting up liberror-perl (0.17025-1) ... [2021-05-04T00:19:29.888Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-04T00:19:29.888Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-04T00:19:29.888Z] No schema files found: doing nothing. [2021-05-04T00:19:29.888Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-04T00:19:29.888Z] Setting up zip (3.0-11build1) ... [2021-05-04T00:19:29.888Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-04T00:19:29.888Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-04T00:19:29.888Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-04T00:19:30.150Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-04T00:19:30.150Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-04T00:19:30.150Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-04T00:19:30.150Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-04T00:19:30.150Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-04T00:19:36.965Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-04T00:19:36.965Z] git set to automatically installed. [2021-05-04T00:19:36.965Z] git-man set to automatically installed. [2021-05-04T00:19:36.965Z] libcurl3-gnutls set to automatically installed. [2021-05-04T00:19:36.965Z] liberror-perl set to automatically installed. [2021-05-04T00:19:36.965Z] libglib2.0-0 set to automatically installed. [2021-05-04T00:19:36.965Z] libnghttp2-14 set to automatically installed. [2021-05-04T00:19:36.965Z] libnorm1 set to automatically installed. [2021-05-04T00:19:36.965Z] libpgm-5.2-0 set to automatically installed. [2021-05-04T00:19:36.965Z] libpsl5 set to automatically installed. [2021-05-04T00:19:36.965Z] librtmp1 set to automatically installed. [2021-05-04T00:19:36.965Z] libsodium23 set to automatically installed. [2021-05-04T00:19:36.965Z] libzmq3-dev set to automatically installed. [2021-05-04T00:19:36.965Z] libzmq5 set to automatically installed. [2021-05-04T00:19:36.965Z] pkg-config set to automatically installed. [2021-05-04T00:19:36.965Z] zip set to automatically installed. [2021-05-04T00:19:38.925Z] snapd is not logged in, snap install commands will use sudo [2021-05-04T00:19:45.522Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-04T00:19:46.099Z] snap "core18" has no updates available [2021-05-04T00:19:46.672Z] snapd is not logged in, snap install commands will use sudo [2021-05-04T00:19:53.267Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-04T00:20:11.387Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-04T00:20:11.387Z] Pulling go-build-helper [2021-05-04T00:20:11.387Z] + snapcraftctl pull [2021-05-04T00:20:11.960Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-04T00:20:11.960Z] Skipping pull go-build-helper (already ran) [2021-05-04T00:20:11.960Z] Building go-build-helper [2021-05-04T00:20:11.960Z] + snapcraftctl build [2021-05-04T00:20:13.874Z] Staging go-build-helper [2021-05-04T00:20:13.874Z] + snapcraftctl stage [2021-05-04T00:20:23.893Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-04T00:20:23.893Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-04T00:20:23.893Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-04T00:20:23.893Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-04T00:20:23.893Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-04T00:20:23.893Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-04T00:20:23.893Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-04T00:20:23.893Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-04T00:20:23.893Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-04T00:20:23.893Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-04T00:20:23.893Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-04T00:20:23.893Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-04T00:20:23.893Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-04T00:20:23.893Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-04T00:20:23.893Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-04T00:20:23.893Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-04T00:20:23.893Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-04T00:20:23.893Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-04T00:20:23.893Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-04T00:20:23.894Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-04T00:20:23.894Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-04T00:20:23.894Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-04T00:20:23.894Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-04T00:20:23.894Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-04T00:20:23.894Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-04T00:20:23.894Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-04T00:20:23.894Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-04T00:20:23.894Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-04T00:20:23.894Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-04T00:20:23.894Z] Fetched 224 kB in 0s (0 B/s) [2021-05-04T00:20:23.894Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-04T00:20:23.894Z] Fetched 157 kB in 0s (0 B/s) [2021-05-04T00:20:23.894Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-04T00:20:23.894Z] Fetched 221 kB in 0s (0 B/s) [2021-05-04T00:20:23.894Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-04T00:20:23.894Z] Fetched 143 kB in 0s (0 B/s) [2021-05-04T00:20:23.894Z] Pulling app-service-config [2021-05-04T00:20:23.894Z] + snapcraftctl pull [2021-05-04T00:20:24.464Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-04T00:20:25.035Z] Pulling config-common [2021-05-04T00:20:25.035Z] + snapcraftctl pull [2021-05-04T00:20:29.238Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-04T00:20:29.238Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-04T00:20:29.238Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-04T00:20:29.238Z] Fetched 0 B in 0s (0 B/s) [2021-05-04T00:20:29.238Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-04T00:20:29.238Z] Fetched 0 B in 0s (0 B/s) [2021-05-04T00:20:29.238Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-04T00:20:29.238Z] Fetched 0 B in 0s (0 B/s) [2021-05-04T00:20:29.238Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-04T00:20:29.238Z] Fetched 0 B in 0s (0 B/s) [2021-05-04T00:20:29.238Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-04T00:20:29.238Z] Fetched 0 B in 0s (0 B/s) [2021-05-04T00:20:29.238Z] Pulling edgex-go [2021-05-04T00:20:29.238Z] + snapcraftctl pull [2021-05-04T00:20:40.906Z] 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-04T00:20:40.906Z] 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-04T00:20:46.342Z] Removing intermediate container 0e3a5c142398 [2021-05-04T00:20:46.342Z] ---> 76f838301003 [2021-05-04T00:20:46.342Z] [2021-05-04T00:20:46.342Z] Step 10/21 : FROM alpine:3.12 [2021-05-04T00:20:46.342Z] Removing intermediate container 30fb10fa2aa6 [2021-05-04T00:20:46.342Z] ---> 5e5d58d5a7a5 [2021-05-04T00:20:46.342Z] [2021-05-04T00:20:46.342Z] Step 10/25 : FROM alpine:3.12 [2021-05-04T00:20:46.619Z] 3.12: Pulling from library/alpine [2021-05-04T00:20:46.619Z] 3.12: Pulling from library/alpine [2021-05-04T00:20:48.061Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-04T00:20:48.061Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-04T00:20:48.061Z] Status: Downloaded newer image for alpine:3.12 [2021-05-04T00:20:48.061Z] ---> 9852663dfa18 [2021-05-04T00:20:48.061Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-04T00:20:48.061Z] Status: Image is up to date for alpine:3.12 [2021-05-04T00:20:48.061Z] ---> 9852663dfa18 [2021-05-04T00:20:48.061Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-04T00:20:50.041Z] ---> Running in 23e98858a7ef [2021-05-04T00:20:50.041Z] ---> Running in c4f63ada9b34 [2021-05-04T00:20:50.041Z] Removing intermediate container 220ee59d883f [2021-05-04T00:20:50.041Z] ---> 5cdb2e2c79a7 [2021-05-04T00:20:50.041Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-04T00:20:50.315Z] ---> Running in e7f3c974ebf9 [2021-05-04T00:20:50.916Z] Removing intermediate container 241e69b315e1 [2021-05-04T00:20:50.916Z] ---> 307d81c33b2c [2021-05-04T00:20:50.916Z] [2021-05-04T00:20:50.916Z] Step 10/23 : FROM alpine:3.12 [2021-05-04T00:20:50.917Z] ---> 9852663dfa18 [2021-05-04T00:20:50.917Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-04T00:20:51.194Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-04T00:20:51.194Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-04T00:20:51.194Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-04T00:20:51.194Z] Fetched 0 B in 0s (0 B/s) [2021-05-04T00:20:51.194Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-04T00:20:51.194Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-04T00:20:51.194Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-04T00:20:51.194Z] Fetched 279 kB in 0s (0 B/s) [2021-05-04T00:20:51.194Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-04T00:20:51.195Z] Fetched 122 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-04T00:20:51.195Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-04T00:20:51.195Z] Fetched 8848 B in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-04T00:20:51.195Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-04T00:20:51.195Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-04T00:20:51.195Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-04T00:20:51.195Z] Fetched 219 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-04T00:20:51.195Z] Fetched 154 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-04T00:20:51.195Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-04T00:20:51.195Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-04T00:20:51.195Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-04T00:20:51.195Z] Fetched 499 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-04T00:20:51.195Z] Fetched 111 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-04T00:20:51.195Z] Fetched 240 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-04T00:20:51.195Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-04T00:20:51.195Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-04T00:20:51.195Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-04T00:20:51.195Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-04T00:20:51.195Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-04T00:20:51.195Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-04T00:20:51.195Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-04T00:20:51.195Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-04T00:20:51.195Z] Fetched 8720 B in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-04T00:20:51.195Z] Fetched 137 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-04T00:20:51.195Z] Fetched 119 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-04T00:20:51.195Z] Fetched 110 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-04T00:20:51.195Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-04T00:20:51.195Z] Fetched 645 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-04T00:20:51.195Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-04T00:20:51.195Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-04T00:20:51.195Z] Fetched 368 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-04T00:20:51.195Z] Fetched 187 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-04T00:20:51.195Z] Fetched 175 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-04T00:20:51.195Z] Fetched 206 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-04T00:20:51.195Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-04T00:20:51.195Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-04T00:20:51.195Z] Fetched 159 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-04T00:20:51.195Z] Fetched 107 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-04T00:20:51.195Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-04T00:20:51.195Z] Pulling static-packages [2021-05-04T00:20:51.195Z] + snapcraftctl pull [2021-05-04T00:20:51.195Z] Pulling version [2021-05-04T00:20:51.195Z] + cd /root/project [2021-05-04T00:20:51.195Z] + [ -f VERSION ] [2021-05-04T00:20:51.195Z] + PROJECT_VERSION=local-dev [2021-05-04T00:20:51.195Z] + git rev-parse --short HEAD [2021-05-04T00:20:51.195Z] + GIT_REVISION=382f8221 [2021-05-04T00:20:51.195Z] + snapcraftctl set-version local-dev [2021-05-04T00:20:51.455Z] Skipping build go-build-helper (already ran) [2021-05-04T00:20:51.520Z] ---> Running in 26151c8e9bb7 [2021-05-04T00:20:51.716Z] Building app-service-config [2021-05-04T00:20:51.716Z] + make build [2021-05-04T00:20:51.716Z] 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-04T00:20:52.192Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T00:20:52.192Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T00:20:52.192Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T00:20:52.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T00:20:52.509Z] 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-04T00:20:53.275Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-04T00:20:53.275Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-04T00:20:53.275Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-04T00:20:53.275Z] (4/6) Installing curl (7.76.1-r0) [2021-05-04T00:20:53.275Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-04T00:20:53.275Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-04T00:20:53.275Z] (6/6) Installing su-exec (0.2-r1) [2021-05-04T00:20:53.275Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T00:20:53.275Z] Executing ca-certificates-20191127-r4.trigger [2021-05-04T00:20:53.613Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-04T00:20:53.613Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-04T00:20:53.613Z] (4/4) Installing curl (7.76.1-r0) [2021-05-04T00:20:53.613Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T00:20:53.613Z] Executing ca-certificates-20191127-r4.trigger [2021-05-04T00:20:53.613Z] OK: 7 MiB in 20 packages [2021-05-04T00:20:53.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T00:20:53.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T00:20:54.267Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-05-04T00:20:54.267Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-04T00:20:54.267Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-04T00:20:54.267Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-04T00:20:54.267Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-04T00:20:54.267Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-04T00:20:54.267Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-05-04T00:20:54.267Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-04T00:20:54.267Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-04T00:20:54.267Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-05-04T00:20:54.267Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-04T00:20:54.267Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-04T00:20:54.267Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-04T00:20:54.268Z] OK: 7 MiB in 18 packages [2021-05-04T00:20:54.526Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-04T00:20:54.527Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-04T00:20:54.571Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-04T00:20:54.571Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T00:20:54.864Z] OK: 5 MiB in 15 packages [2021-05-04T00:20:55.098Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-04T00:20:55.099Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-04T00:20:55.099Z] go: downloading golang.org/x/text v0.3.2 [2021-05-04T00:20:55.099Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-04T00:20:55.099Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-04T00:20:55.359Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-04T00:20:55.359Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-04T00:20:55.359Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-04T00:20:55.359Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-04T00:20:55.359Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-04T00:20:55.359Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-04T00:20:55.359Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-04T00:20:55.359Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-04T00:20:55.359Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-04T00:20:55.359Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-04T00:20:55.359Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-04T00:20:55.621Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-04T00:20:55.621Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-04T00:20:55.621Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-04T00:20:55.621Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-04T00:20:55.621Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-04T00:20:55.621Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-04T00:20:55.621Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-04T00:20:55.621Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-04T00:20:55.621Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-04T00:20:55.621Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-04T00:20:55.621Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-04T00:20:55.621Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-04T00:20:55.621Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-04T00:20:55.621Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-04T00:20:55.903Z] Removing intermediate container 7686f4ebcf9f [2021-05-04T00:20:55.904Z] ---> 19baf36c80c9 [2021-05-04T00:20:55.904Z] [2021-05-04T00:20:55.904Z] Step 10/22 : FROM alpine:3.12 [2021-05-04T00:20:55.904Z] ---> 9852663dfa18 [2021-05-04T00:20:55.904Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-04T00:20:56.530Z] ---> Running in 9fbc2f964969 [2021-05-04T00:20:57.512Z] Removing intermediate container 26151c8e9bb7 [2021-05-04T00:20:57.512Z] ---> d5aacfa2c292 [2021-05-04T00:20:57.512Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T00:20:57.512Z] Removing intermediate container c4f63ada9b34 [2021-05-04T00:20:57.512Z] ---> 72e577c339c7 [2021-05-04T00:20:57.512Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-04T00:20:57.785Z] Removing intermediate container 23e98858a7ef [2021-05-04T00:20:57.785Z] ---> 00479b1e5499 [2021-05-04T00:20:57.785Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-04T00:20:57.785Z] ---> Running in b7da577982d7 [2021-05-04T00:20:57.785Z] ---> Running in 6cb5e7d88f3e [2021-05-04T00:20:57.785Z] Removing intermediate container e7f3c974ebf9 [2021-05-04T00:20:57.785Z] ---> 0252f77e068f [2021-05-04T00:20:57.785Z] [2021-05-04T00:20:57.785Z] Step 11/23 : FROM docker:20.10.0 [2021-05-04T00:20:57.785Z] ---> Running in 762a5b700f95 [2021-05-04T00:20:58.071Z] 20.10.0: Pulling from library/docker [2021-05-04T00:20:58.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T00:20:58.619Z] Removing intermediate container 6cb5e7d88f3e [2021-05-04T00:20:58.619Z] ---> 36beaa7b83a5 [2021-05-04T00:20:58.619Z] Step 13/25 : WORKDIR / [2021-05-04T00:20:58.619Z] Removing intermediate container b7da577982d7 [2021-05-04T00:20:58.619Z] ---> 0e67fb808b0e [2021-05-04T00:20:58.619Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-04T00:20:58.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T00:20:58.619Z] Removing intermediate container 762a5b700f95 [2021-05-04T00:20:58.619Z] ---> 9c3ec4a58a1a [2021-05-04T00:20:58.619Z] Step 13/21 : WORKDIR /edgex [2021-05-04T00:20:58.896Z] ---> Running in cc57a5c29d2c [2021-05-04T00:20:58.896Z] ---> Running in aad1f010514a [2021-05-04T00:20:58.896Z] ---> Running in 1a9abbb535d2 [2021-05-04T00:20:59.173Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-04T00:20:59.173Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T00:20:59.173Z] OK: 5 MiB in 15 packages [2021-05-04T00:21:00.152Z] Removing intermediate container cc57a5c29d2c [2021-05-04T00:21:00.152Z] ---> 0e3544c3d7bf [2021-05-04T00:21:00.152Z] 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-04T00:21:00.427Z] Removing intermediate container aad1f010514a [2021-05-04T00:21:00.427Z] ---> 0ac2a398fe1d [2021-05-04T00:21:00.427Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-04T00:21:00.427Z] Removing intermediate container 1a9abbb535d2 [2021-05-04T00:21:00.427Z] ---> 7d4329318a00 [2021-05-04T00:21:00.427Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-04T00:21:01.031Z] ---> Running in d42d73ebb018 [2021-05-04T00:21:01.633Z] ---> 4bd9add3f1e8 [2021-05-04T00:21:01.633Z] 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-04T00:21:01.905Z] Removing intermediate container d42d73ebb018 [2021-05-04T00:21:01.905Z] ---> 393b0f5ddabb [2021-05-04T00:21:01.905Z] Step 15/23 : WORKDIR / [2021-05-04T00:21:01.905Z] Removing intermediate container 9fbc2f964969 [2021-05-04T00:21:01.905Z] ---> 8a2063ee6456 [2021-05-04T00:21:01.905Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T00:21:01.905Z] ---> fa7b61edaaa0 [2021-05-04T00:21:01.905Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-04T00:21:02.181Z] ---> Running in bf044815979b [2021-05-04T00:21:02.181Z] ---> Running in c80f70db80b6 [2021-05-04T00:21:02.455Z] ---> d0752aed9c58 [2021-05-04T00:21:02.455Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-04T00:21:02.730Z] Removing intermediate container c80f70db80b6 [2021-05-04T00:21:02.730Z] Removing intermediate container bf044815979b [2021-05-04T00:21:02.730Z] ---> 90718f1229a2 [2021-05-04T00:21:02.730Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T00:21:02.730Z] ---> b5ee95619c33 [2021-05-04T00:21:02.730Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-04T00:21:03.328Z] ---> Running in 541f06d72c8e [2021-05-04T00:21:04.317Z] ---> c01c5dcd5f70 [2021-05-04T00:21:04.317Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-04T00:21:04.317Z] ---> 25047b6fcd86 [2021-05-04T00:21:04.317Z] 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-04T00:21:04.317Z] ---> dc054d6ca3dd [2021-05-04T00:21:04.317Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-04T00:21:04.317Z] Removing intermediate container 541f06d72c8e [2021-05-04T00:21:04.317Z] ---> 11646c2277d0 [2021-05-04T00:21:04.317Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-04T00:21:04.590Z] ---> Running in d2b4260e8a2d [2021-05-04T00:21:05.568Z] ---> e30b0c85bce8 [2021-05-04T00:21:05.568Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-04T00:21:05.615Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-04T00:21:05.615Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-04T00:21:05.615Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-04T00:21:05.615Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-04T00:21:06.162Z] Removing intermediate container d2b4260e8a2d [2021-05-04T00:21:06.162Z] ---> 5bcd3af15956 [2021-05-04T00:21:06.162Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T00:21:06.185Z] Building config-common [2021-05-04T00:21:06.185Z] + snapcraftctl build [2021-05-04T00:21:06.441Z] ---> 0c66bdc19025 [2021-05-04T00:21:06.441Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-04T00:21:06.726Z] ---> de365d722fca [2021-05-04T00:21:06.726Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-04T00:21:07.000Z] ---> Running in aca6cb43c064 [2021-05-04T00:21:07.275Z] ---> dea01dfb2390 [2021-05-04T00:21:07.275Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-04T00:21:07.275Z] ---> e2026cdc2df0 [2021-05-04T00:21:07.275Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-04T00:21:07.878Z] Removing intermediate container aca6cb43c064 [2021-05-04T00:21:07.878Z] ---> 46488a9de7fd [2021-05-04T00:21:07.878Z] Step 18/21 : CMD ["--init=true"] [2021-05-04T00:21:08.156Z] ---> e627e996ab11 [2021-05-04T00:21:08.156Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-04T00:21:08.156Z] ---> Running in 7549784aac63 [2021-05-04T00:21:08.729Z] Building edgex-go [2021-05-04T00:21:08.729Z] + cd /root/parts/edgex-go/src [2021-05-04T00:21:08.729Z] + make build [2021-05-04T00:21:08.729Z] 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-04T00:21:08.751Z] ---> Running in 5b30055f0d41 [2021-05-04T00:21:09.299Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-05-04T00:21:09.299Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 [2021-05-04T00:21:09.299Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-04T00:21:09.299Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-04T00:21:09.299Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-04T00:21:09.350Z] Removing intermediate container 7549784aac63 [2021-05-04T00:21:09.350Z] ---> 683fc975759c [2021-05-04T00:21:09.350Z] Step 19/21 : LABEL arch=arm64 [2021-05-04T00:21:09.350Z] ---> 19b97957327e [2021-05-04T00:21:09.350Z] ---> 7f09a45e5762 [2021-05-04T00:21:09.350Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.tomlStep 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-04T00:21:09.350Z] [2021-05-04T00:21:09.629Z] ---> Running in 21514a8e9330 [2021-05-04T00:21:09.905Z] Removing intermediate container 5b30055f0d41 [2021-05-04T00:21:09.905Z] ---> b26fc33d6bbe [2021-05-04T00:21:09.905Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T00:21:10.176Z] ---> Running in 3c644b8d7343 [2021-05-04T00:21:10.450Z] Removing intermediate container 21514a8e9330 [2021-05-04T00:21:10.450Z] ---> 47e7b85db2a8 [2021-05-04T00:21:10.450Z] Step 20/21 : LABEL git_sha=382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:21:10.450Z] ---> 0d766b1926ab [2021-05-04T00:21:10.450Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-04T00:21:10.722Z] ---> ef058673627d [2021-05-04T00:21:10.722Z] 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-04T00:21:10.722Z] ---> Running in d37c3e3ee05b [2021-05-04T00:21:10.722Z] ---> Running in d5e757306e9e [2021-05-04T00:21:10.996Z] ---> Running in 090a36103ae7 [2021-05-04T00:21:10.996Z] Removing intermediate container 3c644b8d7343 [2021-05-04T00:21:10.996Z] ---> f18b2b149a9c [2021-05-04T00:21:10.996Z] Step 21/23 : LABEL arch=arm64 [2021-05-04T00:21:11.271Z] ---> Running in 14612adba269 [2021-05-04T00:21:11.547Z] Removing intermediate container d37c3e3ee05b [2021-05-04T00:21:11.547Z] ---> 54515d0d322b [2021-05-04T00:21:11.547Z] Step 21/21 : LABEL version=0.0.0 [2021-05-04T00:21:11.547Z] Removing intermediate container d5e757306e9e [2021-05-04T00:21:11.547Z] ---> c08705a2cf77 [2021-05-04T00:21:11.547Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T00:21:11.820Z] ---> Running in b9aa094ae24d [2021-05-04T00:21:11.820Z] ---> Running in 3a0954275bb3 [2021-05-04T00:21:12.096Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-04T00:21:12.096Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-04T00:21:12.096Z] ---> eeaf43b92773 [2021-05-04T00:21:12.096Z] 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-04T00:21:12.096Z] Removing intermediate container 14612adba269 [2021-05-04T00:21:12.096Z] ---> cd00fb145910 [2021-05-04T00:21:12.096Z] Step 22/23 : LABEL git_sha=382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:21:12.096Z] ---> Running in 99e38071ffc8 [2021-05-04T00:21:12.369Z] ---> Running in 8e350e58ff11 [2021-05-04T00:21:12.369Z] Removing intermediate container b9aa094ae24d [2021-05-04T00:21:12.369Z] ---> b9de31e60802 [2021-05-04T00:21:12.369Z] [2021-05-04T00:21:12.593Z] 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-04T00:21:12.593Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-04T00:21:12.641Z] Removing intermediate container 3a0954275bb3 [2021-05-04T00:21:12.641Z] ---> 758bfb40ad9b [2021-05-04T00:21:12.641Z] Step 20/22 : LABEL arch=arm64 [2021-05-04T00:21:12.915Z] Removing intermediate container 8e350e58ff11 [2021-05-04T00:21:12.915Z] ---> 9a152a56cf52 [2021-05-04T00:21:12.915Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T00:21:12.915Z] ---> Running in 1362527cbdeb [2021-05-04T00:21:13.194Z] ---> Running in 7ef4c7a3aabc [2021-05-04T00:21:13.194Z] Removing intermediate container 99e38071ffc8 [2021-05-04T00:21:13.194Z] ---> a6327558a610 [2021-05-04T00:21:13.194Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-04T00:21:13.194Z] Successfully built b9de31e60802 [2021-05-04T00:21:13.194Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-04T00:21:13.481Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-05-04T00:21:13.481Z] ---> Running in ba85da11aaf5 [2021-05-04T00:21:13.481Z] Removing intermediate container 1362527cbdeb [2021-05-04T00:21:13.481Z] ---> 27d291187b29 [2021-05-04T00:21:13.481Z] Step 21/22 : LABEL git_sha=382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:21:13.757Z] Removing intermediate container 7ef4c7a3aabc [2021-05-04T00:21:13.757Z] ---> 65960dfc5956 [2021-05-04T00:21:13.757Z] [2021-05-04T00:21:13.757Z] ---> Running in cffcbac45e6d [2021-05-04T00:21:14.037Z] Removing intermediate container 090a36103ae7 [2021-05-04T00:21:14.037Z] ---> 68db0163e159 [2021-05-04T00:21:14.037Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-04T00:21:14.320Z] ---> Running in 453e20b9cb7a [2021-05-04T00:21:14.591Z] Successfully built 65960dfc5956 [2021-05-04T00:21:14.591Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-04T00:21:14.591Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-05-04T00:21:14.591Z] Removing intermediate container cffcbac45e6d [2021-05-04T00:21:14.591Z] ---> 33efc83f3c5d [2021-05-04T00:21:14.591Z] Step 22/22 : LABEL version=0.0.0 [2021-05-04T00:21:14.866Z] ---> Running in 3c624d922919 [2021-05-04T00:21:14.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T00:21:14.866Z] Removing intermediate container 453e20b9cb7a [2021-05-04T00:21:14.866Z] ---> b35de1433949 [2021-05-04T00:21:14.866Z] Step 23/25 : LABEL arch=arm64 [2021-05-04T00:21:15.139Z] ---> Running in 219f06c8c208 [2021-05-04T00:21:15.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T00:21:15.408Z] Removing intermediate container 3c624d922919 [2021-05-04T00:21:15.409Z] ---> 48500f8c3c6a [2021-05-04T00:21:15.409Z] [2021-05-04T00:21:15.686Z] (1/39) Installing readline (8.0.4-r0) [2021-05-04T00:21:15.686Z] (2/39) Installing bash (5.0.17-r0) [2021-05-04T00:21:15.686Z] Removing intermediate container 219f06c8c208 [2021-05-04T00:21:15.686Z] ---> 6854f3a9cb67 [2021-05-04T00:21:15.686Z] Step 24/25 : LABEL git_sha=382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:21:15.686Z] Successfully built 48500f8c3c6a [2021-05-04T00:21:15.959Z] Executing bash-5.0.17-r0.post-install [2021-05-04T00:21:15.960Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-04T00:21:15.960Z]  Building docker-support-scheduler-go ... done (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-04T00:21:15.960Z] Building docker-core-data-go [2021-05-04T00:21:15.960Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-04T00:21:15.960Z] (5/39) Installing curl (7.76.1-r0) [2021-05-04T00:21:15.960Z] ---> Running in bad8738b9274 [2021-05-04T00:21:15.960Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-04T00:21:15.960Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-04T00:21:15.960Z] (8/39) Installing expat (2.2.9-r1) [2021-05-04T00:21:15.960Z] (9/39) Installing libffi (3.3-r2) [2021-05-04T00:21:15.960Z] (10/39) Installing gdbm (1.13-r1) [2021-05-04T00:21:15.960Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-04T00:21:15.960Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-04T00:21:15.960Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-04T00:21:16.572Z] Removing intermediate container bad8738b9274 [2021-05-04T00:21:16.572Z] ---> 695dd3f69c0e [2021-05-04T00:21:16.572Z] Step 25/25 : LABEL version=0.0.0 [2021-05-04T00:21:17.173Z] ---> Running in caf44862c2f3 [2021-05-04T00:21:17.791Z] Removing intermediate container caf44862c2f3 [2021-05-04T00:21:17.791Z] ---> 1494468ff05e [2021-05-04T00:21:17.791Z] [2021-05-04T00:21:17.876Z] 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-04T00:21:18.064Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-04T00:21:18.064Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-04T00:21:18.064Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-04T00:21:18.064Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-04T00:21:18.064Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-04T00:21:18.064Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-04T00:21:18.064Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-04T00:21:18.064Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-04T00:21:18.064Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-04T00:21:18.064Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-04T00:21:18.064Z] Successfully built 1494468ff05e [2021-05-04T00:21:18.339Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-04T00:21:18.339Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-04T00:21:18.339Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-05-04T00:21:18.339Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-04T00:21:18.339Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-04T00:21:18.339Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-04T00:21:18.339Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-04T00:21:18.339Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-04T00:21:18.339Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-04T00:21:18.339Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-04T00:21:18.339Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-04T00:21:18.625Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-04T00:21:18.625Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-04T00:21:18.625Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-04T00:21:18.625Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-04T00:21:18.625Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-04T00:21:18.625Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-04T00:21:18.625Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-04T00:21:18.625Z] Executing busybox-1.31.1-r19.trigger [2021-05-04T00:21:18.625Z] OK: 72 MiB in 59 packages [2021-05-04T00:21:19.274Z] 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-04T00:21:21.188Z] 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-04T00:21:21.448Z] 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-04T00:21:21.448Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-04T00:21:21.708Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-04T00:21:21.708Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-04T00:21:21.708Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-04T00:21:22.927Z] Collecting docker-compose==1.23.2 [2021-05-04T00:21:22.927Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-04T00:21:23.619Z] 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-04T00:21:23.619Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-04T00:21:23.619Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-04T00:21:23.910Z] Collecting cached-property<2,>=1.2.0 [2021-05-04T00:21:23.911Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-04T00:21:25.347Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-04T00:21:25.347Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-04T00:21:25.528Z] 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-04T00:21:25.619Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-04T00:21:25.620Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-04T00:21:26.468Z] 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-04T00:21:26.469Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-04T00:21:27.583Z] Collecting docopt<0.7,>=0.6.1 [2021-05-04T00:21:27.583Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-04T00:21:27.849Z] 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-04T00:21:29.230Z] 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-04T00:21:29.568Z] 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-04T00:21:29.841Z] Collecting jsonschema<3,>=2.5.1 [2021-05-04T00:21:29.841Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-04T00:21:30.172Z] 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-04T00:21:30.432Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-04T00:21:30.435Z] Collecting texttable<0.10,>=0.9.0 [2021-05-04T00:21:30.436Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-04T00:21:32.344Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-04T00:21:32.344Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-04T00:21:32.344Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-04T00:21:32.344Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-04T00:21:32.344Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-04T00:21:32.344Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-04T00:21:32.344Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-04T00:21:32.344Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-04T00:21:32.344Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-04T00:21:32.344Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-04T00:21:32.344Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-04T00:21:32.344Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-04T00:21:32.344Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-04T00:21:32.344Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-04T00:21:32.344Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-04T00:21:32.344Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-04T00:21:32.344Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-04T00:21:32.344Z] + 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-04T00:21:32.344Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-04T00:21:32.344Z] + 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-04T00:21:32.344Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-04T00:21:32.344Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-04T00:21:32.344Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-04T00:21:32.344Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-04T00:21:32.344Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-04T00:21:32.344Z] + 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-04T00:21:33.050Z] Collecting docker<4.0,>=3.6.0 [2021-05-04T00:21:33.050Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-04T00:21:33.644Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-04T00:21:33.644Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-04T00:21:34.623Z] Collecting PyYAML<4,>=3.10 [2021-05-04T00:21:34.896Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-04T00:21:35.651Z] Building static-packages [2021-05-04T00:21:35.651Z] + snapcraftctl build [2021-05-04T00:21:37.038Z] Building version [2021-05-04T00:21:37.038Z] + snapcraftctl build [2021-05-04T00:21:38.278Z] Collecting idna<2.8,>=2.5 [2021-05-04T00:21:38.278Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-04T00:21:38.556Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-04T00:21:38.556Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-04T00:21:38.829Z] 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-04T00:21:38.829Z] 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-04T00:21:38.829Z] Collecting docker-pycreds>=0.4.0 [2021-05-04T00:21:38.829Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-04T00:21:39.100Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-04T00:21:39.100Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-04T00:21:39.100Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-04T00:21:39.100Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-04T00:21:39.590Z] Skipping stage go-build-helper (already ran) [2021-05-04T00:21:39.590Z] Staging app-service-config [2021-05-04T00:21:39.590Z] + snapcraftctl stage [2021-05-04T00:21:40.084Z] Installing collected packages: cached-property, idna, urllib3, requests, dockerpty, docopt, jsonschema, texttable, docker-pycreds, websocket-client, docker, PyYAML, docker-compose [2021-05-04T00:21:40.084Z] Attempting uninstall: idna [2021-05-04T00:21:40.084Z] Found existing installation: idna 2.9 [2021-05-04T00:21:40.084Z] Uninstalling idna-2.9: [2021-05-04T00:21:40.084Z] Successfully uninstalled idna-2.9 [2021-05-04T00:21:40.161Z] Staging config-common [2021-05-04T00:21:40.161Z] + snapcraftctl stage [2021-05-04T00:21:41.067Z] Attempting uninstall: urllib3 [2021-05-04T00:21:41.067Z] Found existing installation: urllib3 1.25.9 [2021-05-04T00:21:41.067Z] Uninstalling urllib3-1.25.9: [2021-05-04T00:21:41.067Z] Successfully uninstalled urllib3-1.25.9 [2021-05-04T00:21:41.161Z] Staging edgex-go [2021-05-04T00:21:41.161Z] + snapcraftctl stage [2021-05-04T00:21:41.661Z] Attempting uninstall: requests [2021-05-04T00:21:41.661Z] Found existing installation: requests 2.23.0 [2021-05-04T00:21:41.662Z] Uninstalling requests-2.23.0: [2021-05-04T00:21:41.662Z] Successfully uninstalled requests-2.23.0 [2021-05-04T00:21:41.938Z] Running setup.py install for dockerpty: started [2021-05-04T00:21:42.346Z] Staging static-packages [2021-05-04T00:21:42.346Z] + snapcraftctl stage [2021-05-04T00:21:43.287Z] Staging version [2021-05-04T00:21:43.287Z] + snapcraftctl stage [2021-05-04T00:21:44.227Z] Priming go-build-helper [2021-05-04T00:21:44.227Z] + snapcraftctl prime [2021-05-04T00:21:44.570Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-04T00:21:44.570Z] Running setup.py install for docopt: started [2021-05-04T00:21:45.169Z] Priming app-service-config [2021-05-04T00:21:45.169Z] + snapcraftctl prime [2021-05-04T00:21:46.111Z] Priming config-common [2021-05-04T00:21:46.111Z] + snapcraftctl prime [2021-05-04T00:21:46.547Z] Running setup.py install for docopt: finished with status 'done' [2021-05-04T00:21:46.821Z] Running setup.py install for texttable: started [2021-05-04T00:21:47.495Z] Priming edgex-go [2021-05-04T00:21:47.495Z] + snapcraftctl prime [2021-05-04T00:21:48.435Z] Priming static-packages [2021-05-04T00:21:48.435Z] + snapcraftctl prime [2021-05-04T00:21:49.455Z] Running setup.py install for texttable: finished with status 'done' [2021-05-04T00:21:50.986Z] Priming version [2021-05-04T00:21:50.986Z] + snapcraftctl prime [2021-05-04T00:21:51.557Z] 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-04T00:21:53.768Z] Running setup.py install for PyYAML: started [2021-05-04T00:21:56.390Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-04T00:21:57.368Z] 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.58.0 [2021-05-04T00:22:07.535Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T00:22:07.535Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-04T00:22:07.535Z] ---> 6e47b27490a5 [2021-05-04T00:22:07.535Z] Step 3/31 : WORKDIR /edgex-go [2021-05-04T00:22:07.535Z] ---> Using cache [2021-05-04T00:22:07.535Z] ---> d3e41e79bb4b [2021-05-04T00:22:07.535Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T00:22:07.535Z] ---> Using cache [2021-05-04T00:22:07.535Z] ---> 7d07a9619246 [2021-05-04T00:22:07.535Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-04T00:22:07.535Z] ---> Using cache [2021-05-04T00:22:07.535Z] ---> f3d55762a8bc [2021-05-04T00:22:07.535Z] Step 6/31 : COPY go.mod . [2021-05-04T00:22:07.535Z] ---> Using cache [2021-05-04T00:22:07.535Z] ---> 9592a54f4392 [2021-05-04T00:22:07.535Z] Step 7/31 : RUN go mod download [2021-05-04T00:22:07.535Z] ---> Using cache [2021-05-04T00:22:07.535Z] ---> ed47491daf98 [2021-05-04T00:22:07.535Z] Step 8/31 : COPY . . [2021-05-04T00:22:07.818Z] ---> Using cache [2021-05-04T00:22:07.818Z] ---> 98e261ecf6ad [2021-05-04T00:22:07.818Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-04T00:22:08.110Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T00:22:08.110Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-04T00:22:08.110Z] ---> 6e47b27490a5 [2021-05-04T00:22:08.110Z] Step 3/22 : WORKDIR /edgex-go [2021-05-04T00:22:08.110Z] ---> Using cache [2021-05-04T00:22:08.110Z] ---> d3e41e79bb4b [2021-05-04T00:22:08.110Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T00:22:08.110Z] ---> Using cache [2021-05-04T00:22:08.110Z] ---> 7d07a9619246 [2021-05-04T00:22:08.110Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-04T00:22:09.098Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T00:22:09.098Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T00:22:09.098Z] ---> 6e47b27490a5 [2021-05-04T00:22:09.098Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T00:22:09.098Z] ---> Using cache [2021-05-04T00:22:09.098Z] ---> d3e41e79bb4b [2021-05-04T00:22:09.098Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T00:22:09.098Z] ---> Using cache [2021-05-04T00:22:09.098Z] ---> 7d07a9619246 [2021-05-04T00:22:09.098Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-04T00:22:09.700Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T00:22:09.700Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T00:22:09.700Z] ---> 6e47b27490a5 [2021-05-04T00:22:09.700Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T00:22:09.700Z] ---> Using cache [2021-05-04T00:22:09.700Z] ---> d3e41e79bb4b [2021-05-04T00:22:09.700Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T00:22:09.700Z] ---> Using cache [2021-05-04T00:22:09.700Z] ---> 7d07a9619246 [2021-05-04T00:22:09.700Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-04T00:22:09.700Z] ---> Using cache [2021-05-04T00:22:09.701Z] ---> f3d55762a8bc [2021-05-04T00:22:09.701Z] Step 6/23 : COPY go.mod . [2021-05-04T00:22:09.701Z] ---> Using cache [2021-05-04T00:22:09.701Z] ---> 9592a54f4392 [2021-05-04T00:22:09.701Z] Step 7/23 : RUN go mod download [2021-05-04T00:22:09.701Z] ---> Using cache [2021-05-04T00:22:09.701Z] ---> ed47491daf98 [2021-05-04T00:22:09.701Z] Step 8/23 : COPY . . [2021-05-04T00:22:09.701Z] ---> Running in a042a3261951 [2021-05-04T00:22:09.701Z] ---> Running in 0b61b013cfd7 [2021-05-04T00:22:09.701Z] ---> Running in 9631d8ac5b13 [2021-05-04T00:22:09.981Z] ---> Using cache [2021-05-04T00:22:09.982Z] ---> 98e261ecf6ad [2021-05-04T00:22:09.982Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-04T00:22:10.582Z] ---> Running in ba9d5d713d86 [2021-05-04T00:22:12.031Z] 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-04T00:22:12.305Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T00:22:12.305Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T00:22:12.581Z] 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-04T00:22:13.577Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T00:22:13.577Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T00:22:14.183Z] Removing intermediate container ba85da11aaf5 [2021-05-04T00:22:14.183Z] ---> f8645d125f3c [2021-05-04T00:22:14.183Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-04T00:22:14.465Z] ---> Running in 8a01c0a2750a [2021-05-04T00:22:14.465Z] OK: 218 MiB in 52 packages [2021-05-04T00:22:15.074Z] OK: 218 MiB in 52 packages [2021-05-04T00:22:15.074Z] Removing intermediate container 8a01c0a2750a [2021-05-04T00:22:15.074Z] ---> 50d2625b03a7 [2021-05-04T00:22:15.074Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-04T00:22:15.346Z] ---> Running in 1fc17e78e3a3 [2021-05-04T00:22:16.793Z] Removing intermediate container 1fc17e78e3a3 [2021-05-04T00:22:16.793Z] ---> 35b0189d4526 [2021-05-04T00:22:16.793Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-04T00:22:16.793Z] Removing intermediate container a042a3261951 [2021-05-04T00:22:16.793Z] ---> 2000c07dc9ca [2021-05-04T00:22:16.793Z] Step 6/23 : COPY go.mod . [2021-05-04T00:22:17.072Z] Removing intermediate container 0b61b013cfd7 [2021-05-04T00:22:17.072Z] ---> 521b76e4febc [2021-05-04T00:22:17.072Z] Step 6/22 : COPY go.mod . [2021-05-04T00:22:18.515Z] ---> d87b14a54a52 [2021-05-04T00:22:18.515Z] Step 7/23 : RUN go mod download [2021-05-04T00:22:18.808Z] ---> 70fb2c838594 [2021-05-04T00:22:18.808Z] Step 7/22 : RUN go mod download [2021-05-04T00:22:19.093Z] ---> Running in 333726e1b0a1 [2021-05-04T00:22:19.093Z] ---> 26fc07cfabc1 [2021-05-04T00:22:19.093Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-04T00:22:19.093Z] ---> Running in d54b1a465266 [2021-05-04T00:22:20.536Z] ---> 28720daa9857 [2021-05-04T00:22:20.536Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-04T00:22:22.535Z] ---> a8b05da2950b [2021-05-04T00:22:22.535Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-04T00:22:22.535Z] ---> Running in f83c2b386374 [2021-05-04T00:22:23.516Z] Removing intermediate container f83c2b386374 [2021-05-04T00:22:23.516Z] ---> 6f6fe289f2fe [2021-05-04T00:22:23.516Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T00:22:24.122Z] ---> Running in 812f1d73439f [2021-05-04T00:22:24.394Z] Removing intermediate container d54b1a465266 [2021-05-04T00:22:24.394Z] ---> c8591b9a333f [2021-05-04T00:22:24.668Z] Step 8/22 : COPY . . [2021-05-04T00:22:24.668Z] Removing intermediate container 333726e1b0a1 [2021-05-04T00:22:24.668Z] ---> 3cf181fd4912 [2021-05-04T00:22:24.668Z] Step 8/23 : COPY . . [2021-05-04T00:22:24.946Z] Removing intermediate container 812f1d73439f [2021-05-04T00:22:24.946Z] ---> 54cc28188eff [2021-05-04T00:22:24.946Z] Step 21/23 : LABEL arch=arm64 [2021-05-04T00:22:24.946Z] ---> Running in 87387ad69301 [2021-05-04T00:22:26.384Z] Removing intermediate container 87387ad69301 [2021-05-04T00:22:26.384Z] ---> c409572fb1f6 [2021-05-04T00:22:26.384Z] Step 22/23 : LABEL git_sha=382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:22:26.655Z] ---> Running in 50c3f4a7a01d [2021-05-04T00:22:28.632Z] Removing intermediate container 50c3f4a7a01d [2021-05-04T00:22:28.632Z] ---> 91668f7050ae [2021-05-04T00:22:28.632Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T00:22:29.226Z] ---> Running in b652ed3cf9f5 [2021-05-04T00:22:31.205Z] Removing intermediate container b652ed3cf9f5 [2021-05-04T00:22:31.205Z] ---> c4549571c82f [2021-05-04T00:22:31.205Z] [2021-05-04T00:22:32.645Z] Successfully built c4549571c82f [2021-05-04T00:22:32.645Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-04T00:22:59.495Z]  Building docker-sys-mgmt-agent-go ... done  ---> 338ea6bc4792 [2021-05-04T00:22:59.495Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-04T00:22:59.495Z] ---> fb3e6b25dc17 [2021-05-04T00:22:59.495Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-04T00:22:59.495Z] ---> Running in ff4b73bcd720 [2021-05-04T00:22:59.495Z] ---> Running in 104566df910a [2021-05-04T00:22:59.770Z] 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-04T00:22:59.770Z] 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-04T00:23:32.128Z] Removing intermediate container 9631d8ac5b13 [2021-05-04T00:23:32.128Z] ---> 0fdc43a1ee7c [2021-05-04T00:23:32.128Z] [2021-05-04T00:23:32.128Z] Step 10/31 : FROM alpine:3.12 [2021-05-04T00:23:32.128Z] ---> 9852663dfa18 [2021-05-04T00:23:32.128Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-04T00:23:32.128Z] ---> Running in eb6ce4ecc2bb [2021-05-04T00:23:32.128Z] Removing intermediate container eb6ce4ecc2bb [2021-05-04T00:23:32.128Z] ---> 8c2e2a2e07b2 [2021-05-04T00:23:32.128Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-04T00:23:32.128Z] ---> Running in 671cecb471a0 [2021-05-04T00:23:33.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T00:23:33.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T00:23:34.171Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-04T00:23:34.171Z] (2/2) Installing su-exec (0.2-r1) [2021-05-04T00:23:34.171Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T00:23:34.171Z] OK: 5 MiB in 16 packages [2021-05-04T00:23:36.150Z] Removing intermediate container 671cecb471a0 [2021-05-04T00:23:36.150Z] ---> b135a04c74be [2021-05-04T00:23:36.150Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-04T00:23:36.425Z] ---> Running in 0c61a7bb4720 [2021-05-04T00:23:37.022Z] Removing intermediate container 0c61a7bb4720 [2021-05-04T00:23:37.022Z] ---> 3ba363f57f83 [2021-05-04T00:23:37.023Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-04T00:23:37.298Z] ---> Running in 0e6703e37f2a [2021-05-04T00:23:37.894Z] Removing intermediate container 0e6703e37f2a [2021-05-04T00:23:37.894Z] ---> 216a9f7330d9 [2021-05-04T00:23:37.894Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-04T00:23:38.165Z] ---> Running in ff11829323d6 [2021-05-04T00:23:41.567Z] Removing intermediate container ff11829323d6 [2021-05-04T00:23:41.567Z] ---> f1e3e06e0a67 [2021-05-04T00:23:41.567Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-04T00:23:41.567Z] ---> Running in dadb44d896b5 [2021-05-04T00:23:42.167Z] Removing intermediate container dadb44d896b5 [2021-05-04T00:23:42.167Z] ---> 18df3de3dfe6 [2021-05-04T00:23:42.167Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-04T00:23:43.610Z] ---> c370db040e49 [2021-05-04T00:23:43.610Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-04T00:23:43.610Z] ---> Running in d85d48cb620c [2021-05-04T00:23:47.023Z] Removing intermediate container d85d48cb620c [2021-05-04T00:23:47.023Z] ---> 6b4d59a40ac0 [2021-05-04T00:23:47.023Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T00:23:48.028Z] ---> adaced47108d [2021-05-04T00:23:48.028Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-04T00:23:50.044Z] ---> 8aadd552e26b [2021-05-04T00:23:50.044Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-04T00:23:51.500Z] ---> cb1bb5b8fe37 [2021-05-04T00:23:51.500Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-04T00:23:52.490Z] ---> b7908a7347a0 [2021-05-04T00:23:52.490Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-04T00:23:53.933Z] ---> 8665cbcb3c81 [2021-05-04T00:23:53.933Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-04T00:23:54.530Z] ---> Running in 836d2864598f [2021-05-04T00:23:55.968Z] Removing intermediate container 836d2864598f [2021-05-04T00:23:55.968Z] ---> 4d82ba4e5f66 [2021-05-04T00:23:55.968Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-04T00:23:57.454Z] ---> 92afbe8ccfa2 [2021-05-04T00:23:57.454Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-04T00:23:58.069Z] ---> Running in 7beeba427a6f [2021-05-04T00:23:58.344Z] Removing intermediate container ba9d5d713d86 [2021-05-04T00:23:58.344Z] ---> 8e598f6c7323 [2021-05-04T00:23:58.344Z] [2021-05-04T00:23:58.344Z] Step 10/23 : FROM alpine:3.12 [2021-05-04T00:23:58.344Z] ---> 9852663dfa18 [2021-05-04T00:23:58.344Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-04T00:23:58.344Z] ---> Using cache [2021-05-04T00:23:58.344Z] ---> 8a2063ee6456 [2021-05-04T00:23:58.344Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T00:23:58.344Z] ---> Using cache [2021-05-04T00:23:58.344Z] ---> b5ee95619c33 [2021-05-04T00:23:58.344Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-04T00:23:58.950Z] ---> Running in a8cdb3d40921 [2021-05-04T00:23:59.553Z] Removing intermediate container a8cdb3d40921 [2021-05-04T00:23:59.553Z] ---> dbb84bad28d0 [2021-05-04T00:23:59.553Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-04T00:23:59.833Z] ---> Running in b3824fca14fb [2021-05-04T00:24:00.821Z] Removing intermediate container b3824fca14fb [2021-05-04T00:24:00.821Z] ---> 8c415e3542ec [2021-05-04T00:24:00.821Z] Step 15/23 : WORKDIR / [2021-05-04T00:24:00.821Z] ---> Running in 4cd52f965ee8 [2021-05-04T00:24:01.832Z] Removing intermediate container 4cd52f965ee8 [2021-05-04T00:24:01.832Z] ---> f5a4904fa648 [2021-05-04T00:24:01.832Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T00:24:01.832Z] Removing intermediate container 7beeba427a6f [2021-05-04T00:24:01.832Z] ---> c5da0af2fb89 [2021-05-04T00:24:01.832Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-04T00:24:02.428Z] ---> Running in 4433a3b28320 [2021-05-04T00:24:03.023Z] ---> cdd24511f992 [2021-05-04T00:24:03.023Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-04T00:24:03.023Z] Removing intermediate container 4433a3b28320 [2021-05-04T00:24:03.023Z] ---> 94a8ba61d214 [2021-05-04T00:24:03.023Z] Step 28/31 : CMD ["gate"] [2021-05-04T00:24:03.616Z] ---> Running in 9c824eb9ce1a [2021-05-04T00:24:04.596Z] Removing intermediate container 9c824eb9ce1a [2021-05-04T00:24:04.596Z] ---> fa0dbae0ce80 [2021-05-04T00:24:04.596Z] Step 29/31 : LABEL arch=arm64 [2021-05-04T00:24:05.192Z] ---> 1f48988943b0 [2021-05-04T00:24:05.192Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-04T00:24:05.192Z] ---> Running in 4abc015420f9 [2021-05-04T00:24:06.182Z] Removing intermediate container 4abc015420f9 [2021-05-04T00:24:06.182Z] ---> 331cb1bcac9b [2021-05-04T00:24:06.182Z] Step 30/31 : LABEL git_sha=382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:24:06.458Z] ---> Running in 2ba1bf29bea6 [2021-05-04T00:24:06.754Z] ---> 70eca252f0c8 [2021-05-04T00:24:06.754Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-04T00:24:06.754Z] ---> Running in aa20bd4faefd [2021-05-04T00:24:07.357Z] Removing intermediate container 2ba1bf29bea6 [2021-05-04T00:24:07.357Z] ---> 9ff5333fef19 [2021-05-04T00:24:07.357Z] Step 31/31 : LABEL version=0.0.0 [2021-05-04T00:24:07.979Z] Removing intermediate container aa20bd4faefd [2021-05-04T00:24:07.979Z] ---> e75e1e4d2ae1 [2021-05-04T00:24:07.979Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T00:24:07.979Z] ---> Running in 88796e4bc885 [2021-05-04T00:24:08.260Z] ---> Running in 25457c098a2c [2021-05-04T00:24:08.861Z] Removing intermediate container 88796e4bc885 [2021-05-04T00:24:08.861Z] ---> 61d260b996ee [2021-05-04T00:24:08.861Z] [2021-05-04T00:24:09.138Z] Removing intermediate container 25457c098a2c [2021-05-04T00:24:09.138Z] ---> 7dc570bb9e07 [2021-05-04T00:24:09.138Z] Step 21/23 : LABEL arch=arm64 [2021-05-04T00:24:09.413Z] ---> Running in 51e1b6377cd9 [2021-05-04T00:24:09.414Z] Successfully built 61d260b996ee [2021-05-04T00:24:09.414Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-04T00:24:10.014Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 51e1b6377cd9 [2021-05-04T00:24:10.014Z] ---> 12182738266f [2021-05-04T00:24:10.014Z] Step 22/23 : LABEL git_sha=382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:24:10.014Z] ---> Running in 8125a3bf2957 [2021-05-04T00:24:11.002Z] Removing intermediate container 8125a3bf2957 [2021-05-04T00:24:11.002Z] ---> 0da2fc379e10 [2021-05-04T00:24:11.002Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T00:24:11.002Z] ---> Running in 05b2a556e5ad [2021-05-04T00:24:11.603Z] Removing intermediate container 05b2a556e5ad [2021-05-04T00:24:11.603Z] ---> ace7d3d48c38 [2021-05-04T00:24:11.603Z] [2021-05-04T00:24:12.202Z] Successfully built ace7d3d48c38 [2021-05-04T00:24:12.202Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-04T00:24:34.524Z]  Building docker-core-metadata-go ... done Removing intermediate container ff4b73bcd720 [2021-05-04T00:24:34.524Z] ---> 0ad85ca1fc31 [2021-05-04T00:24:34.524Z] [2021-05-04T00:24:34.524Z] Step 10/22 : FROM alpine:3.12 [2021-05-04T00:24:34.524Z] ---> 9852663dfa18 [2021-05-04T00:24:34.524Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-04T00:24:34.524Z] ---> Running in 7a40564633ec [2021-05-04T00:24:34.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T00:24:34.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T00:24:34.524Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-04T00:24:34.524Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-04T00:24:34.524Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T00:24:34.525Z] Executing ca-certificates-20191127-r4.trigger [2021-05-04T00:24:34.525Z] OK: 6 MiB in 16 packages [2021-05-04T00:24:35.962Z] Removing intermediate container 7a40564633ec [2021-05-04T00:24:35.962Z] ---> 9eb294750f67 [2021-05-04T00:24:35.962Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T00:24:36.244Z] ---> Running in 25cef19e5837 [2021-05-04T00:24:36.840Z] Removing intermediate container 25cef19e5837 [2021-05-04T00:24:36.840Z] ---> 26787dc98ea1 [2021-05-04T00:24:36.840Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-04T00:24:36.840Z] ---> Running in 54ccfca8cda4 [2021-05-04T00:24:37.114Z] Removing intermediate container 104566df910a [2021-05-04T00:24:37.114Z] ---> 4a472923014a [2021-05-04T00:24:37.114Z] [2021-05-04T00:24:37.114Z] Step 10/23 : FROM alpine:3.12 [2021-05-04T00:24:37.114Z] ---> 9852663dfa18 [2021-05-04T00:24:37.114Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-04T00:24:37.393Z] ---> Running in 982730bc57c9 [2021-05-04T00:24:37.393Z] Removing intermediate container 54ccfca8cda4 [2021-05-04T00:24:37.393Z] ---> 1145fd8ce74b [2021-05-04T00:24:37.393Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-04T00:24:37.672Z] ---> Running in 7f6dcc4bc204 [2021-05-04T00:24:37.672Z] Removing intermediate container 982730bc57c9 [2021-05-04T00:24:37.672Z] ---> 1699f8a166b7 [2021-05-04T00:24:37.672Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-04T00:24:37.944Z] ---> Running in b01aa62a730c [2021-05-04T00:24:38.218Z] Removing intermediate container 7f6dcc4bc204 [2021-05-04T00:24:38.218Z] ---> ad9a7e520f45 [2021-05-04T00:24:38.218Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T00:24:38.495Z] Removing intermediate container b01aa62a730c [2021-05-04T00:24:38.495Z] ---> 6d4056c56799 [2021-05-04T00:24:38.495Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-04T00:24:38.771Z] ---> Running in 71e4b8192bab [2021-05-04T00:24:39.057Z] ---> 5a08a232c80b [2021-05-04T00:24:39.057Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-04T00:24:39.057Z] Removing intermediate container 71e4b8192bab [2021-05-04T00:24:39.057Z] ---> 1ec66ae73d72 [2021-05-04T00:24:39.057Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T00:24:39.334Z] ---> Running in 9f817d758134 [2021-05-04T00:24:40.772Z] ---> eb7c5693693e [2021-05-04T00:24:40.772Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-04T00:24:41.363Z] ---> a1341b66d6cc [2021-05-04T00:24:41.363Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-04T00:24:41.633Z] ---> Running in 30fc450ad233 [2021-05-04T00:24:41.634Z] Removing intermediate container 9f817d758134 [2021-05-04T00:24:41.634Z] ---> 7269b14bafc6 [2021-05-04T00:24:41.634Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-04T00:24:41.903Z] ---> Running in d11a8addb7ee [2021-05-04T00:24:42.176Z] Removing intermediate container 30fc450ad233 [2021-05-04T00:24:42.176Z] ---> 62d6a35844fb [2021-05-04T00:24:42.176Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T00:24:42.176Z] ---> Running in c49705b959a0 [2021-05-04T00:24:42.770Z] Removing intermediate container c49705b959a0 [2021-05-04T00:24:42.770Z] ---> a350b53473c8 [2021-05-04T00:24:42.770Z] Step 20/22 : LABEL arch=arm64 [2021-05-04T00:24:42.770Z] ---> Running in ed2f0432998d [2021-05-04T00:24:43.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T00:24:43.313Z] Removing intermediate container ed2f0432998d [2021-05-04T00:24:43.313Z] ---> 8e698e545048 [2021-05-04T00:24:43.313Z] Step 21/22 : LABEL git_sha=382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:24:43.313Z] ---> Running in 2077f95a5072 [2021-05-04T00:24:43.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T00:24:43.910Z] Removing intermediate container 2077f95a5072 [2021-05-04T00:24:43.910Z] ---> f55ee64decaa [2021-05-04T00:24:43.910Z] Step 22/22 : LABEL version=0.0.0 [2021-05-04T00:24:43.910Z] ---> Running in e0c9797f8872 [2021-05-04T00:24:44.504Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-04T00:24:44.504Z] Removing intermediate container e0c9797f8872 [2021-05-04T00:24:44.504Z] ---> 9902ad8a28ff [2021-05-04T00:24:44.504Z] [2021-05-04T00:24:44.504Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-04T00:24:44.504Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-04T00:24:44.774Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-04T00:24:44.774Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-04T00:24:44.774Z] Successfully built 9902ad8a28ff [2021-05-04T00:24:45.043Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-04T00:24:45.043Z]  Building docker-support-notifications-go ... done (6/6) Installing zeromq (4.3.3-r0) [2021-05-04T00:24:45.043Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T00:24:45.043Z] OK: 8 MiB in 20 packages [2021-05-04T00:24:46.470Z] Removing intermediate container d11a8addb7ee [2021-05-04T00:24:46.470Z] ---> 9255e4e99a4c [2021-05-04T00:24:46.470Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T00:24:47.063Z] ---> e7a250c406f5 [2021-05-04T00:24:47.063Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-04T00:24:48.519Z] ---> 61814f39a407 [2021-05-04T00:24:48.519Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-04T00:24:49.113Z] ---> 99b339d0c584 [2021-05-04T00:24:49.113Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-04T00:24:49.113Z] ---> Running in e52b5e4fc00f [2021-05-04T00:24:49.706Z] Removing intermediate container e52b5e4fc00f [2021-05-04T00:24:49.706Z] ---> 29f05df1bd94 [2021-05-04T00:24:49.706Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T00:24:49.706Z] ---> Running in 7929c142ce91 [2021-05-04T00:24:50.295Z] Removing intermediate container 7929c142ce91 [2021-05-04T00:24:50.295Z] ---> 531b1c5c2656 [2021-05-04T00:24:50.295Z] Step 21/23 : LABEL arch=arm64 [2021-05-04T00:24:50.295Z] ---> Running in d41c7eb09e8a [2021-05-04T00:24:50.564Z] Removing intermediate container d41c7eb09e8a [2021-05-04T00:24:50.564Z] ---> 00deb73aa755 [2021-05-04T00:24:50.564Z] Step 22/23 : LABEL git_sha=382f8221813575c623006339f5854c29a16e83fb [2021-05-04T00:24:50.835Z] ---> Running in 8e6d2d1a1819 [2021-05-04T00:24:51.109Z] Removing intermediate container 8e6d2d1a1819 [2021-05-04T00:24:51.109Z] ---> 9f239f4dad1f [2021-05-04T00:24:51.109Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T00:24:51.379Z] ---> Running in fd0edc412fd4 [2021-05-04T00:24:51.652Z] Removing intermediate container fd0edc412fd4 [2021-05-04T00:24:51.652Z] ---> b2e1292dbbe4 [2021-05-04T00:24:51.652Z] [2021-05-04T00:24:52.244Z] Successfully built b2e1292dbbe4 [2021-05-04T00:24:52.244Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-04T00:24:52.529Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-04T00:24:52.530Z] $ docker stop --time=1 ddc1b10326ac00406aaee86471567eb9d17d69118e01f62c062973e3fccea81e [2021-05-04T00:24:54.429Z] $ docker rm -f ddc1b10326ac00406aaee86471567eb9d17d69118e01f62c062973e3fccea81e [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-04T00:24:55.014Z] + + docker images [2021-05-04T00:24:55.014Z] grep docker [2021-05-04T00:24:55.285Z] docker-core-data-go-arm64 latest b2e1292dbbe4 4 seconds ago 20.3MB [2021-05-04T00:24:55.285Z] docker-support-notifications-go-arm64 latest 9902ad8a28ff 11 seconds ago 16.6MB [2021-05-04T00:24:55.285Z] docker-core-metadata-go-arm64 latest ace7d3d48c38 44 seconds ago 17.4MB [2021-05-04T00:24:55.285Z] docker-security-bootstrapper-go-arm64 latest 61d260b996ee 47 seconds ago 17.1MB [2021-05-04T00:24:55.285Z] docker-sys-mgmt-agent-go-arm64 latest c4549571c82f 2 minutes ago 299MB [2021-05-04T00:24:55.285Z] docker-security-secretstore-setup-go-arm64 latest 1494468ff05e 3 minutes ago 24.3MB [2021-05-04T00:24:55.285Z] docker-support-scheduler-go-arm64 latest 48500f8c3c6a 3 minutes ago 16.1MB [2021-05-04T00:24:55.285Z] docker-core-command-go-arm64 latest 65960dfc5956 3 minutes ago 16.1MB [2021-05-04T00:24:55.285Z] docker-security-proxy-setup-go-arm64 latest b9de31e60802 3 minutes ago 23.9MB [2021-05-04T00:24:55.285Z] 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-04T00:24:56.006Z] ---> job-cost.sh [2021-05-04T00:24:56.007Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AyQV [2021-05-04T00:25:42.912Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-04T00:27:34.689Z] lf-activate-venv(): INFO: Adding /tmp/venv-AyQV/bin to PATH [2021-05-04T00:27:34.689Z] INFO: No Stack... [2021-05-04T00:27:34.689Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-04T00:27:34.689Z] INFO: Archiving Costs [Pipeline] sh [2021-05-04T00:27:35.020Z] + cut -d, -f6 [2021-05-04T00:27:35.020Z] + cat /w/workspace/edgex-go/57/archives/cost.csv [Pipeline] lock [2021-05-04T00:27:35.133Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3328-57-stack-cost] [2021-05-04T00:27:35.143Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3328-57-stack-cost] did not exist. Created. [2021-05-04T00:27:35.143Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3328-57-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-04T00:27:35.502Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-04T00:27:35.760Z] Stashed 1 file(s) [Pipeline] } [2021-05-04T00:27:35.772Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3328-57-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-04T00:27:36.628Z] provisioning config files... [2021-05-04T00:27:36.642Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/57@tmp/config6022296461162972908tmp [Pipeline] { [Pipeline] sh [2021-05-04T00:27:36.963Z] + set +x [2021-05-04T00:27:36.963Z] + curl -s https://codecov.io/bash [2021-05-04T00:27:36.963Z] + bash -s -- [2021-05-04T00:27:37.538Z] [2021-05-04T00:27:37.538Z] _____ _ [2021-05-04T00:27:37.538Z] / ____| | | [2021-05-04T00:27:37.538Z] | | ___ __| | ___ ___ _____ __ [2021-05-04T00:27:37.538Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-04T00:27:37.538Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-04T00:27:37.538Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-04T00:27:37.538Z] Bash-1.0.2 [2021-05-04T00:27:37.538Z] [2021-05-04T00:27:37.538Z] [2021-05-04T00:27:37.538Z] ==> git version 2.24.3 found [2021-05-04T00:27:37.538Z] ==> 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-04T00:27:37.538Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-04T00:27:37.538Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-04T00:27:37.538Z] ==> Jenkins CI detected. [2021-05-04T00:27:37.538Z] project root: . [2021-05-04T00:27:37.538Z] --> token set from env [2021-05-04T00:27:37.538Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-04T00:27:37.538Z] ==> Running gcov in . (disable via -X gcov) [2021-05-04T00:27:37.538Z] ==> Python coveragepy not found [2021-05-04T00:27:37.538Z] ==> Searching for coverage reports in: [2021-05-04T00:27:37.538Z] + . [2021-05-04T00:27:37.538Z] -> Found 1 reports [2021-05-04T00:27:37.538Z] ==> Detecting git/mercurial file structure [2021-05-04T00:27:37.801Z] ==> Reading reports [2021-05-04T00:27:37.801Z] + ./coverage.out bytes=699522 [2021-05-04T00:27:37.801Z] ==> Appending adjustments [2021-05-04T00:27:37.801Z] https://docs.codecov.io/docs/fixing-reports [2021-05-04T00:27:41.116Z] + Found adjustments [2021-05-04T00:27:41.116Z] ==> Gzipping contents [2021-05-04T00:27:41.378Z] 100K /tmp/codecov.8AKFVT.gz [2021-05-04T00:27:41.378Z] ==> Uploading reports [2021-05-04T00:27:41.378Z] url: https://codecov.io [2021-05-04T00:27:41.378Z] query: branch=PR-3328&commit=382f8221813575c623006339f5854c29a16e83fb&build=57&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3328%2F57%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3328&job=&cmd_args= [2021-05-04T00:27:41.378Z] -> Pinging Codecov [2021-05-04T00:27:41.378Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3328&commit=382f8221813575c623006339f5854c29a16e83fb&build=57&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3328%2F57%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3328&job=&cmd_args= [2021-05-04T00:27:41.953Z] -> Uploading to [2021-05-04T00:27:41.953Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-04/00271124DB129430A58F1EEE437C3FCB/382f8221813575c623006339f5854c29a16e83fb/f37fd3c6-8b7a-4a27-835c-76b7f31a1973.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210504%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210504T002741Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5d7f5d1d0e2e11ee983890df16a61762917d70521ef49da2d65b306e5830ce99 [2021-05-04T00:27:41.953Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-04T00:27:41.953Z] Dload Upload Total Spent Left Speed [2021-05-04T00:27:44.550Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 0 0 100 97k 0 82338 0:00:01 0:00:01 --:--:-- 82362 100 97k 0 0 100 97k 0 45160 0:00:02 0:00:02 --:--:-- 45175 100 97k 0 0 100 97k 0 40928 0:00:02 0:00:02 --:--:-- 40945 [2021-05-04T00:27:44.550Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/382f8221813575c623006339f5854c29a16e83fb [Pipeline] } [2021-05-04T00:27:44.561Z] 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-04T00:27:45.492Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-04T00:27:46.384Z] ---> package-listing.sh [2021-05-04T00:27:46.384Z] ++ facter osfamily [2021-05-04T00:27:46.384Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-04T00:27:46.385Z] + OS_FAMILY=redhat [2021-05-04T00:27:46.385Z] + workspace=/w/workspace/edgex-go/57 [2021-05-04T00:27:46.385Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-04T00:27:46.385Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-04T00:27:46.385Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-04T00:27:46.385Z] + PACKAGES=/tmp/packages_start.txt [2021-05-04T00:27:46.385Z] + '[' /w/workspace/edgex-go/57 ']' [2021-05-04T00:27:46.385Z] + PACKAGES=/tmp/packages_end.txt [2021-05-04T00:27:46.385Z] + case "${OS_FAMILY}" in [2021-05-04T00:27:46.385Z] + rpm -qa [2021-05-04T00:27:46.385Z] + sort [2021-05-04T00:27:51.687Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-04T00:27:51.687Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-04T00:27:51.687Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-04T00:27:51.687Z] + '[' /w/workspace/edgex-go/57 ']' [2021-05-04T00:27:51.687Z] + mkdir -p /w/workspace/edgex-go/57/archives/ [2021-05-04T00:27:51.687Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/57/archives/ [Pipeline] echo [2021-05-04T00:27:51.701Z] 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/57/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-04T00:27:51.994Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-04T00:27:52.301Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-04T00:27:52.301Z] [2021-05-04T00:27:52.301Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-04T00:27:52.640Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-04T00:27:52.640Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-04T00:27:52.640Z] df20fa9351a1: Pulling fs layer [2021-05-04T00:27:52.640Z] 36b3adc4ff6f: Pulling fs layer [2021-05-04T00:27:52.640Z] 8ad3a11d3b57: Pulling fs layer [2021-05-04T00:27:52.640Z] 46f8f816bc3b: Pulling fs layer [2021-05-04T00:27:52.640Z] 93b61091891f: Pulling fs layer [2021-05-04T00:27:52.640Z] 93b9cdb0e59b: Pulling fs layer [2021-05-04T00:27:52.640Z] 5e14af77c1be: Pulling fs layer [2021-05-04T00:27:52.640Z] 01666e4c0597: Pulling fs layer [2021-05-04T00:27:52.640Z] aa168da1d23b: Pulling fs layer [2021-05-04T00:27:52.640Z] 93b9cdb0e59b: Waiting [2021-05-04T00:27:52.640Z] 01666e4c0597: Waiting [2021-05-04T00:27:52.640Z] aa168da1d23b: Waiting [2021-05-04T00:27:52.640Z] 5e14af77c1be: Waiting [2021-05-04T00:27:52.640Z] 46f8f816bc3b: Waiting [2021-05-04T00:27:52.640Z] 93b61091891f: Waiting [2021-05-04T00:27:52.640Z] 36b3adc4ff6f: Verifying Checksum [2021-05-04T00:27:52.640Z] 36b3adc4ff6f: Download complete [2021-05-04T00:27:52.640Z] 46f8f816bc3b: Verifying Checksum [2021-05-04T00:27:52.640Z] 46f8f816bc3b: Download complete [2021-05-04T00:27:52.904Z] df20fa9351a1: Download complete [2021-05-04T00:27:52.904Z] 93b9cdb0e59b: Verifying Checksum [2021-05-04T00:27:52.904Z] 93b9cdb0e59b: Download complete [2021-05-04T00:27:52.904Z] 5e14af77c1be: Verifying Checksum [2021-05-04T00:27:52.904Z] 5e14af77c1be: Download complete [2021-05-04T00:27:52.904Z] 01666e4c0597: Verifying Checksum [2021-05-04T00:27:52.904Z] 01666e4c0597: Download complete [2021-05-04T00:27:52.904Z] 8ad3a11d3b57: Verifying Checksum [2021-05-04T00:27:52.904Z] 8ad3a11d3b57: Download complete [2021-05-04T00:27:53.166Z] 93b61091891f: Verifying Checksum [2021-05-04T00:27:53.166Z] 93b61091891f: Download complete [2021-05-04T00:27:53.166Z] df20fa9351a1: Pull complete [2021-05-04T00:27:53.740Z] 36b3adc4ff6f: Pull complete [2021-05-04T00:27:55.135Z] aa168da1d23b: Verifying Checksum [2021-05-04T00:27:55.136Z] aa168da1d23b: Download complete [2021-05-04T00:27:55.136Z] 8ad3a11d3b57: Pull complete [2021-05-04T00:27:55.397Z] 46f8f816bc3b: Pull complete [2021-05-04T00:27:55.976Z] 93b61091891f: Pull complete [2021-05-04T00:27:55.976Z] 93b9cdb0e59b: Pull complete [2021-05-04T00:27:56.238Z] 5e14af77c1be: Pull complete [2021-05-04T00:27:56.238Z] 01666e4c0597: Pull complete [2021-05-04T00:28:04.428Z] aa168da1d23b: Pull complete [2021-05-04T00:28:04.428Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-04T00:28:04.428Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-04T00:28:04.428Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-04T00:28:04.625Z] prd-centos7-docker-4c-2g-2812 does not seem to be running inside a container [2021-05-04T00:28:04.677Z] $ 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/57/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/57 -v /w/workspace/edgex-go/57:/w/workspace/edgex-go/57:rw,z -v /w/workspace/edgex-go/57@tmp:/w/workspace/edgex-go/57@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-lftools-log-publisher:alpine cat [2021-05-04T00:28:09.281Z] $ docker top 5cf007f6b98fb2a83f8c16c6d7ccef4970611c95acef5d960a872dd826f9f67b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-04T00:28:09.726Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-04T00:28:10.024Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-04T00:28:10.348Z] + ls /var/log/sa-host [2021-05-04T00:28:10.349Z] + sadf -c /var/log/sa-host/sa04 [2021-05-04T00:28:10.349Z] file_magic: OK [2021-05-04T00:28:10.349Z] HZ: Using current value: 100 [2021-05-04T00:28:10.349Z] file_header: OK [2021-05-04T00:28:10.349Z] 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-04T00:28:10.349Z] Statistics: [2021-05-04T00:28:10.349Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-04T00:28:10.349Z] File successfully converted to sysstat format version 12.2.1 [2021-05-04T00:28:10.349Z] + sadf -c /var/log/sa-host/sa23 [2021-05-04T00:28:10.349Z] file_magic: OK [2021-05-04T00:28:10.349Z] HZ: Using current value: 100 [2021-05-04T00:28:10.349Z] file_header: OK [2021-05-04T00:28:10.349Z] 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-04T00:28:10.349Z] Statistics: [2021-05-04T00:28:10.349Z] Hnuu...uuuununununu... [2021-05-04T00:28:10.349Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-04T00:28:10.929Z] provisioning config files... [2021-05-04T00:28:10.945Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/57@tmp/config3916131101899053592tmp [Pipeline] { [Pipeline] echo [2021-05-04T00:28:10.966Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-04T00:28:11.265Z] ---> create-netrc.sh [Pipeline] } [2021-05-04T00:28:11.275Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-04T00:28:11.299Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-04T00:28:11.602Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-04T00:28:11.613Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-04T00:28:11.914Z] ---> sudo-logs.sh [2021-05-04T00:28:11.915Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-04T00:28:11.942Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-04T00:28:12.241Z] ---> job-cost.sh [2021-05-04T00:28:12.241Z] lf-activate-venv: SKIPPING [2021-05-04T00:28:12.241Z] DEBUG: total: 0.20999999344348907 [2021-05-04T00:28:12.241Z] INFO: Retrieving Stack Cost... [2021-05-04T00:28:14.163Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-04T00:28:14.425Z] INFO: Archiving Costs [Pipeline] echo [2021-05-04T00:28:14.440Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-04T00:28:14.767Z] ---> logs-deploy.sh [2021-05-04T00:28:14.767Z] lf-activate-venv: SKIPPING [2021-05-04T00:28:14.767Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3328/57 [2021-05-04T00:28:14.767Z] INFO: archiving workspace using pattern(s): [2021-05-04T00:28:16.685Z] Archives upload complete. [2021-05-04T00:28:16.685Z] INFO: archiving logs to Nexus