Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at f2bd0815c0e73667d07e5744b61daa5be38d8f92 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from f2bd0815c0e73667d07e5744b61daa5be38d8f92 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32366 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/92 [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/92 # 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing d7c3f18af9fea137955a59ad037e68ed70f1832c Checking out Revision d7c3f18af9fea137955a59ad037e68ed70f1832c (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d7c3f18af9fea137955a59ad037e68ed70f1832c # timeout=10 Commit message: "Merge commit 'f2bd0815c0e73667d07e5744b61daa5be38d8f92' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-01T00:31:39.533Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-01T00:31:39.767Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-01T00:31:39.854Z] ========================================================= [2021-04-01T00:31:39.854Z] EdgeX Global Pipelines Version Info [2021-04-01T00:31:39.854Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4ca3aadbfc2b8e02a323f43a60485f1934dd17a9 # timeout=10 [2021-04-01T00:31:41.382Z] ------------------- [2021-04-01T00:31:41.382Z] stable info: [2021-04-01T00:31:41.382Z] ------------------- [2021-04-01T00:31:41.382Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-01T00:31:41.382Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-01T00:31:41.382Z] Message: update stable to v1.0.186 [2021-04-01T00:31:42.331Z] ------------------- [2021-04-01T00:31:42.331Z] experimental info: [2021-04-01T00:31:42.331Z] ------------------- [2021-04-01T00:31:42.331Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-01T00:31:42.331Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-01T00:31:42.331Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-01T00:31:42.589Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-01T00:31:42.681Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-01T00:31:42.766Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-01T00:31:42.850Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-01T00:31:42.932Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-01T00:31:43.022Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-01T00:31:43.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-01T00:31:43.186Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-01T00:31:43.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-01T00:31:43.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-01T00:31:43.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-01T00:31:43.549Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-01T00:31:43.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-01T00:31:43.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-01T00:31:43.889Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T00:31:43.975Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T00:31:44.062Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-01T00:31:44.144Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-01T00:31:44.226Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-01T00:31:44.310Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-01T00:31:44.389Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-01T00:31:44.473Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-01T00:31:44.597Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-04-01T00:31:44.689Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-04-01T00:31:44.773Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-04-01T00:31:44.868Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d7c3f18af9fea137955a59ad037e68ed70f1832c [Pipeline] echo [2021-04-01T00:31:44.957Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d7c3f18 [Pipeline] echo [2021-04-01T00:31:45.063Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T00:31:45.297Z] provisioning config files... [2021-04-01T00:31:45.328Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/92@tmp/config1262710608615113345tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:31:45.698Z] ---> docker-login.sh [2021-04-01T00:31:45.698Z] nexus3.edgexfoundry.org:10001 [2021-04-01T00:31:45.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:31:46.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:31:46.223Z] Configure a credential helper to remove this warning. See [2021-04-01T00:31:46.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:31:46.223Z] [2021-04-01T00:31:46.223Z] Login Succeeded [2021-04-01T00:31:46.223Z] nexus3.edgexfoundry.org:10002 [2021-04-01T00:31:46.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:31:47.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:31:47.618Z] Configure a credential helper to remove this warning. See [2021-04-01T00:31:47.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:31:47.618Z] [2021-04-01T00:31:47.618Z] Login Succeeded [2021-04-01T00:31:47.618Z] nexus3.edgexfoundry.org:10003 [2021-04-01T00:31:47.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:31:47.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:31:47.618Z] Configure a credential helper to remove this warning. See [2021-04-01T00:31:47.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:31:47.618Z] [2021-04-01T00:31:47.618Z] Login Succeeded [2021-04-01T00:31:47.618Z] nexus3.edgexfoundry.org:10004 [2021-04-01T00:31:47.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:31:47.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:31:47.880Z] Configure a credential helper to remove this warning. See [2021-04-01T00:31:47.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:31:47.880Z] [2021-04-01T00:31:47.880Z] Login Succeeded [2021-04-01T00:31:47.880Z] docker.io [2021-04-01T00:31:47.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:31:48.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:31:48.143Z] Configure a credential helper to remove this warning. See [2021-04-01T00:31:48.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:31:48.143Z] [2021-04-01T00:31:48.143Z] Login Succeeded [2021-04-01T00:31:48.143Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T00:31:48.155Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T00:31:48.610Z] ++ 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-04-01T00:31:48.610Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:31:48.610Z] ++ dirname cmd/core-command/Dockerfile [2021-04-01T00:31:48.610Z] ++ cut -d/ -f2 [2021-04-01T00:31:48.610Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-01T00:31:48.610Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:31:48.610Z] ++ dirname cmd/core-data/Dockerfile [2021-04-01T00:31:48.610Z] ++ cut -d/ -f2 [2021-04-01T00:31:48.610Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-01T00:31:48.610Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:31:48.610Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-01T00:31:48.610Z] ++ cut -d/ -f2 [2021-04-01T00:31:48.610Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-01T00:31:48.610Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:31:48.610Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-01T00:31:48.610Z] ++ cut -d/ -f2 [2021-04-01T00:31:48.610Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-01T00:31:48.610Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:31:48.610Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-01T00:31:48.610Z] ++ cut -d/ -f2 [2021-04-01T00:31:48.610Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-01T00:31:48.610Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:31:48.610Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-01T00:31:48.610Z] ++ cut -d/ -f2 [2021-04-01T00:31:48.610Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-01T00:31:48.610Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:31:48.610Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-01T00:31:48.610Z] ++ cut -d/ -f2 [2021-04-01T00:31:48.610Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-01T00:31:48.610Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:31:48.610Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-01T00:31:48.610Z] ++ cut -d/ -f2 [2021-04-01T00:31:48.610Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-01T00:31:48.610Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:31:48.610Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-01T00:31:48.610Z] ++ cut -d/ -f2 [2021-04-01T00:31:48.610Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-01T00:31:48.687Z] 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-04-01T00:31:49.551Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T00:31:49.551Z] [2021-04-01T00:31:49.551Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:31:49.903Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T00:31:49.903Z] latest: Pulling from edgex-devops/git-semver [2021-04-01T00:31:49.903Z] 31603596830f: Pulling fs layer [2021-04-01T00:31:49.903Z] 2a8b12db71e7: Pulling fs layer [2021-04-01T00:31:49.903Z] 6ca5941a6612: Pulling fs layer [2021-04-01T00:31:49.903Z] ecc8261a40a4: Pulling fs layer [2021-04-01T00:31:49.903Z] ecc8261a40a4: Waiting [2021-04-01T00:31:49.903Z] 2a8b12db71e7: Verifying Checksum [2021-04-01T00:31:49.903Z] 2a8b12db71e7: Download complete [2021-04-01T00:31:50.171Z] 31603596830f: Verifying Checksum [2021-04-01T00:31:50.171Z] 31603596830f: Download complete [2021-04-01T00:31:50.172Z] ecc8261a40a4: Verifying Checksum [2021-04-01T00:31:50.172Z] ecc8261a40a4: Download complete [2021-04-01T00:31:50.172Z] 6ca5941a6612: Verifying Checksum [2021-04-01T00:31:50.172Z] 6ca5941a6612: Download complete [2021-04-01T00:31:50.434Z] 31603596830f: Pull complete [2021-04-01T00:31:50.696Z] 2a8b12db71e7: Pull complete [2021-04-01T00:31:51.648Z] 6ca5941a6612: Pull complete [2021-04-01T00:31:51.648Z] ecc8261a40a4: Pull complete [2021-04-01T00:31:51.648Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-01T00:31:51.648Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T00:31:51.648Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-01T00:31:51.774Z] prd-centos7-docker-4c-2g-32366 does not seem to be running inside a container [2021-04-01T00:31:51.833Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/92 -v /w/workspace/edgex-go/92:/w/workspace/edgex-go/92:rw,z -v /w/workspace/edgex-go/92@tmp:/w/workspace/edgex-go/92@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-04-01T00:31:54.791Z] $ docker top 3bf2d10f6fa8d1bba7ab8a7c6ffd826e3e41da32c8e534cfcf17faf396150b10 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T00:31:55.185Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T00:31:55.185Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T00:31:55.446Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T00:31:55.449Z] $ docker exec 3bf2d10f6fa8d1bba7ab8a7c6ffd826e3e41da32c8e534cfcf17faf396150b10 ssh-agent [2021-04-01T00:31:55.633Z] SSH_AUTH_SOCK=/tmp/ssh-a2MzTxJQSX2i/agent.12 [2021-04-01T00:31:55.633Z] SSH_AGENT_PID=17 [2021-04-01T00:31:55.656Z] Running ssh-add (command line suppressed) [2021-04-01T00:31:55.788Z] Identity added: /w/workspace/edgex-go/92@tmp/private_key_639029113711606358.key (/w/workspace/edgex-go/92@tmp/private_key_639029113711606358.key) [2021-04-01T00:31:55.846Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T00:31:56.182Z] + git tag --points-at HEAD [Pipeline] } [2021-04-01T00:31:56.209Z] $ docker exec --env ******** --env ******** 3bf2d10f6fa8d1bba7ab8a7c6ffd826e3e41da32c8e534cfcf17faf396150b10 ssh-agent -k [2021-04-01T00:31:56.339Z] unset SSH_AUTH_SOCK; [2021-04-01T00:31:56.339Z] unset SSH_AGENT_PID; [2021-04-01T00:31:56.339Z] echo Agent pid 17 killed; [2021-04-01T00:31:56.391Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-01T00:31:56.526Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T00:31:56.526Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T00:31:56.716Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T00:31:56.720Z] $ docker exec 3bf2d10f6fa8d1bba7ab8a7c6ffd826e3e41da32c8e534cfcf17faf396150b10 ssh-agent [2021-04-01T00:31:56.929Z] SSH_AUTH_SOCK=/tmp/ssh-55LDkisVRNkD/agent.47 [2021-04-01T00:31:56.929Z] SSH_AGENT_PID=52 [2021-04-01T00:31:56.939Z] Running ssh-add (command line suppressed) [2021-04-01T00:31:57.078Z] Identity added: /w/workspace/edgex-go/92@tmp/private_key_5492492191183067636.key (/w/workspace/edgex-go/92@tmp/private_key_5492492191183067636.key) [2021-04-01T00:31:57.151Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T00:31:57.485Z] + git semver init [2021-04-01T00:31:57.485Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T00:31:57.485Z] # $GIT_DIR = /w/workspace/edgex-go/92/.git [2021-04-01T00:31:57.485Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/92 [2021-04-01T00:31:57.485Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T00:31:57.485Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T00:31:57.485Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T00:31:57.485Z] # $SEMVER_BRANCH = PR-2858 [2021-04-01T00:31:57.485Z] # $SEMVER_TEMP = /tmp/semver-298179210 [2021-04-01T00:31:57.485Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-01T00:32:15.756Z] # '/tmp/semver-298179210' -> '/w/workspace/edgex-go/92/.semver' [2021-04-01T00:32:16.019Z] # -> Force: false [2021-04-01T00:32:16.019Z] # $SEMVER_DIR = /w/workspace/edgex-go/92/.semver [Pipeline] } [2021-04-01T00:32:16.293Z] $ docker exec --env ******** --env ******** 3bf2d10f6fa8d1bba7ab8a7c6ffd826e3e41da32c8e534cfcf17faf396150b10 ssh-agent -k [2021-04-01T00:32:16.553Z] unset SSH_AUTH_SOCK; [2021-04-01T00:32:16.553Z] unset SSH_AGENT_PID; [2021-04-01T00:32:16.553Z] echo Agent pid 52 killed; [2021-04-01T00:32:16.645Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T00:32:17.092Z] + git semver [Pipeline] } [2021-04-01T00:32:17.110Z] $ docker stop --time=1 3bf2d10f6fa8d1bba7ab8a7c6ffd826e3e41da32c8e534cfcf17faf396150b10 [2021-04-01T00:32:18.790Z] $ docker rm -f 3bf2d10f6fa8d1bba7ab8a7c6ffd826e3e41da32c8e534cfcf17faf396150b10 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T00:32:19.409Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-01T00:32:19.977Z] Stashed 1 file(s) [Pipeline] echo [2021-04-01T00:32:19.980Z] [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-04-01T00:32:20.941Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-01T00:32:21.243Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T00:32:21.550Z] + true [2021-04-01T00:32:21.550Z] + sudo service docker restart [2021-04-01T00:32:21.550Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-01T00:32:22.151Z] ========================================================= [2021-04-01T00:32:22.151Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-01T00:32:22.151Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:32:22.545Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-01T00:32:26.793Z] Sending build context to Docker daemon 329.1MB [2021-04-01T00:32:26.793Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T00:32:26.793Z] Step 2/6 : FROM ${BASE} [2021-04-01T00:32:26.793Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-01T00:32:26.793Z] 188c0c94c7c5: Pulling fs layer [2021-04-01T00:32:26.793Z] 0ef7d3d256c8: Pulling fs layer [2021-04-01T00:32:26.793Z] de9db76c5a1d: Pulling fs layer [2021-04-01T00:32:26.793Z] bca2f99d35d6: Pulling fs layer [2021-04-01T00:32:26.793Z] 93359f2a8cfa: Pulling fs layer [2021-04-01T00:32:26.793Z] 7c6f9722023f: Pulling fs layer [2021-04-01T00:32:26.793Z] a35cf1a2eb13: Pulling fs layer [2021-04-01T00:32:26.793Z] 93359f2a8cfa: Waiting [2021-04-01T00:32:26.793Z] 7c6f9722023f: Waiting [2021-04-01T00:32:26.793Z] a35cf1a2eb13: Waiting [2021-04-01T00:32:26.793Z] bca2f99d35d6: Waiting [2021-04-01T00:32:26.793Z] de9db76c5a1d: Verifying Checksum [2021-04-01T00:32:26.793Z] de9db76c5a1d: Download complete [2021-04-01T00:32:26.793Z] 0ef7d3d256c8: Verifying Checksum [2021-04-01T00:32:26.793Z] 0ef7d3d256c8: Download complete [2021-04-01T00:32:26.793Z] 93359f2a8cfa: Verifying Checksum [2021-04-01T00:32:26.793Z] 93359f2a8cfa: Download complete [2021-04-01T00:32:26.793Z] 7c6f9722023f: Verifying Checksum [2021-04-01T00:32:26.793Z] 7c6f9722023f: Download complete [2021-04-01T00:32:26.793Z] 188c0c94c7c5: Verifying Checksum [2021-04-01T00:32:26.793Z] 188c0c94c7c5: Download complete [2021-04-01T00:32:26.793Z] 188c0c94c7c5: Pull complete [2021-04-01T00:32:27.058Z] 0ef7d3d256c8: Pull complete [2021-04-01T00:32:27.058Z] de9db76c5a1d: Pull complete [2021-04-01T00:32:29.037Z] a35cf1a2eb13: Verifying Checksum [2021-04-01T00:32:29.037Z] a35cf1a2eb13: Download complete [2021-04-01T00:32:29.303Z] bca2f99d35d6: Download complete [2021-04-01T00:32:35.427Z] Still waiting to schedule task [2021-04-01T00:32:35.427Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-01T00:32:35.966Z] bca2f99d35d6: Pull complete [2021-04-01T00:32:36.229Z] 93359f2a8cfa: Pull complete [2021-04-01T00:32:36.493Z] 7c6f9722023f: Pull complete [2021-04-01T00:32:41.841Z] a35cf1a2eb13: Pull complete [2021-04-01T00:32:41.841Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-01T00:32:41.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-01T00:32:41.841Z] ---> a62c8e92a672 [2021-04-01T00:32:41.841Z] 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-04-01T00:32:41.841Z] ---> Running in 6be5546e8158 [2021-04-01T00:32:41.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:32:42.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:32:43.109Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T00:32:43.374Z] (2/12) Installing file (5.38-r0) [2021-04-01T00:32:43.374Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T00:32:43.374Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T00:32:48.688Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T00:32:48.688Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T00:32:48.688Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T00:32:48.689Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T00:32:48.951Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T00:32:48.951Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T00:32:49.214Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T00:32:49.477Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T00:32:49.477Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:32:49.477Z] OK: 233 MiB in 51 packages [2021-04-01T00:32:53.723Z] Removing intermediate container 6be5546e8158 [2021-04-01T00:32:53.723Z] ---> b4322512ba0b [2021-04-01T00:32:53.723Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T00:32:53.723Z] ---> Running in 1b03ba371a15 [2021-04-01T00:32:53.723Z] Removing intermediate container 1b03ba371a15 [2021-04-01T00:32:53.723Z] ---> c7a3e7e5c026 [2021-04-01T00:32:53.723Z] Step 5/6 : COPY go.mod . [2021-04-01T00:32:53.992Z] ---> 8bb134fbadc6 [2021-04-01T00:32:53.992Z] Step 6/6 : RUN go mod download [2021-04-01T00:32:53.992Z] ---> Running in ec61615d755d [2021-04-01T00:33:16.046Z] Removing intermediate container ec61615d755d [2021-04-01T00:33:16.046Z] ---> dce7c6a2e072 [2021-04-01T00:33:16.046Z] Successfully built dce7c6a2e072 [2021-04-01T00:33:16.046Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:33:16.371Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T00:33:16.371Z] . [Pipeline] withDockerContainer [2021-04-01T00:33:16.496Z] prd-centos7-docker-4c-2g-32366 does not seem to be running inside a container [2021-04-01T00:33:16.552Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/92 -v /w/workspace/edgex-go/92:/w/workspace/edgex-go/92:rw,z -v /w/workspace/edgex-go/92@tmp:/w/workspace/edgex-go/92@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-04-01T00:33:17.499Z] $ docker top d4de700728a3fb37e342d44883c1fac8b9914d645e285cc1c9cb6d8f5330f5e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T00:33:18.088Z] + go version [2021-04-01T00:33:18.089Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-01T00:33:18.106Z] $ docker stop --time=1 d4de700728a3fb37e342d44883c1fac8b9914d645e285cc1c9cb6d8f5330f5e1 [2021-04-01T00:33:19.490Z] $ docker rm -f d4de700728a3fb37e342d44883c1fac8b9914d645e285cc1c9cb6d8f5330f5e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:33:20.325Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T00:33:20.325Z] . [Pipeline] withDockerContainer [2021-04-01T00:33:20.450Z] prd-centos7-docker-4c-2g-32366 does not seem to be running inside a container [2021-04-01T00:33:20.512Z] $ 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/92 -v /w/workspace/edgex-go/92:/w/workspace/edgex-go/92:rw,z -v /w/workspace/edgex-go/92@tmp:/w/workspace/edgex-go/92@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-04-01T00:33:21.330Z] $ docker top 951d4e0b668ac1230e999389b5b89da9acc9fccec64b208726a6ee6c02049406 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T00:33:21.570Z] ========================================================= [2021-04-01T00:33:21.571Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-01T00:33:21.571Z] ========================================================= [Pipeline] sh [2021-04-01T00:33:21.868Z] + make test [2021-04-01T00:33:21.868Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T00:33:31.957Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-01T00:33:54.180Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-01T00:33:59.609Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-01T00:33:59.609Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-01T00:33:59.609Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-01T00:34:01.598Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-01T00:34:01.598Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-01T00:34:01.598Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-01T00:34:01.598Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-01T00:34:03.097Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-01T00:34:03.698Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-01T00:34:07.081Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-01T00:34:07.081Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-01T00:34:07.081Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-01T00:34:09.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.150s coverage: 45.9% of statements [2021-04-01T00:34:09.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-01T00:34:09.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-01T00:34:09.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-01T00:34:09.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-01T00:34:09.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-01T00:34:09.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-01T00:34:09.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.061s coverage: 19.8% of statements [2021-04-01T00:34:09.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.100s coverage: 100.0% of statements [2021-04-01T00:34:13.091Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.226s coverage: 27.1% of statements [2021-04-01T00:34:13.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-01T00:34:13.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-01T00:34:13.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-01T00:34:13.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-01T00:34:13.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-01T00:34:13.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-01T00:34:13.091Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements [2021-04-01T00:34:13.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-01T00:34:13.091Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.091s coverage: 100.0% of statements [2021-04-01T00:34:13.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-01T00:34:13.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-01T00:34:13.091Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 71.3% of statements [2021-04-01T00:34:13.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-01T00:34:13.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-01T00:34:14.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.199s coverage: 82.9% of statements [2021-04-01T00:34:14.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-01T00:34:14.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:34:14.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.106s coverage: 78.9% of statements [2021-04-01T00:34:14.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-01T00:34:18.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.437s coverage: 28.6% of statements [2021-04-01T00:34:18.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-01T00:34:18.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-01T00:34:18.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-01T00:34:18.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-01T00:34:18.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-01T00:34:18.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements [2021-04-01T00:34:18.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-01T00:34:18.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-04-01T00:34:18.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-01T00:34:18.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.159s coverage: 86.7% of statements [2021-04-01T00:34:18.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-01T00:34:18.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.202s coverage: 97.5% of statements [2021-04-01T00:34:18.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-01T00:34:18.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements [2021-04-01T00:34:18.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-01T00:34:18.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-01T00:34:18.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-01T00:34:18.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-01T00:34:21.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.443s coverage: 92.8% of statements [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-01T00:34:21.019Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-01T00:34:21.019Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.090s coverage: 1.0% of statements [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-01T00:34:21.019Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-01T00:34:21.019Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 47.1% of statements [2021-04-01T00:34:21.019Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.086s coverage: 79.5% of statements [2021-04-01T00:34:21.019Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.082s coverage: 94.1% of statements [2021-04-01T00:34:21.019Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements [2021-04-01T00:34:21.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-04-01T00:34:33.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.066s coverage: 94.4% of statements [2021-04-01T00:34:33.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements [2021-04-01T00:34:35.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.276s coverage: 82.6% of statements [2021-04-01T00:34:45.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.095s coverage: 92.9% of statements [2021-04-01T00:34:45.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-01T00:34:45.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-01T00:34:45.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-01T00:34:45.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-01T00:34:45.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-01T00:34:45.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-01T00:34:45.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-01T00:34:45.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-01T00:34:45.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-01T00:34:45.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements [2021-04-01T00:34:45.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-01T00:34:45.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-01T00:34:45.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.065s coverage: 100.0% of statements [2021-04-01T00:34:45.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-01T00:34:45.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 75.5% of statements [2021-04-01T00:34:45.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-01T00:34:45.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-04-01T00:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.168s coverage: 87.2% of statements [2021-04-01T00:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.089s coverage: 84.6% of statements [2021-04-01T00:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.155s coverage: 91.6% of statements [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-01T00:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.212s coverage: 64.4% of statements [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-01T00:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements [2021-04-01T00:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-04-01T00:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-04-01T00:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-04-01T00:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-04-01T00:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.388s coverage: 69.0% of statements [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-01T00:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.136s coverage: 38.4% of statements [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-01T00:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-01T00:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.044s coverage: 84.8% of statements [2021-04-01T00:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.154s coverage: 47.0% of statements [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-01T00:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-01T00:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-01T00:34:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.159s coverage: 87.1% of statements [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:34:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-01T00:34:46.938Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.893s coverage: 29.1% of statements [2021-04-01T00:34:46.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-01T00:34:46.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-01T00:34:46.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-01T00:34:46.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-01T00:34:46.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-01T00:34:46.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements [2021-04-01T00:34:46.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-01T00:34:46.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements [2021-04-01T00:34:46.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-01T00:34:46.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-01T00:34:46.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-01T00:34:46.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-01T00:34:47.546Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.129s coverage: 95.0% of statements [2021-04-01T00:34:47.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-01T00:34:47.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:34:47.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-01T00:34:47.546Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-04-01T00:34:47.546Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-01T00:34:47.546Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-04-01T00:34:47.546Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-01T00:34:47.546Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-01T00:34:47.546Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-01T00:34:47.546Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-01T00:34:47.826Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2021-04-01T00:34:47.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-01T00:34:47.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-01T00:34:47.826Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-04-01T00:34:48.096Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-04-01T00:34:48.674Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-04-01T00:34:48.941Z] GO111MODULE=on go vet ./... [2021-04-01T00:35:21.269Z] gofmt -l . [2021-04-01T00:35:21.269Z] [ "`gofmt -l .`" = "" ] [2021-04-01T00:35:21.269Z] ./bin/test-go-mod-tidy.sh [2021-04-01T00:35:21.269Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-01T00:35:21.854Z] + ls -al . [2021-04-01T00:35:22.117Z] total 780 [2021-04-01T00:35:22.117Z] drwxrwxr-x 10 1001 1001 4096 Apr 1 00:35 . [2021-04-01T00:35:22.117Z] drwxr-xr-x 4 root root 30 Apr 1 00:33 .. [2021-04-01T00:35:22.117Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 00:31 .dockerignore [2021-04-01T00:35:22.117Z] drwxrwxr-x 8 1001 1001 179 Apr 1 00:31 .git [2021-04-01T00:35:22.117Z] drwxrwxr-x 3 1001 1001 125 Apr 1 00:31 .github [2021-04-01T00:35:22.117Z] -rw-rw-r-- 1 1001 1001 818 Apr 1 00:31 .gitignore [2021-04-01T00:35:22.117Z] drwx------ 3 1001 1001 60 Apr 1 00:32 .semver [2021-04-01T00:35:22.117Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 00:31 .sonarcloud.properties [2021-04-01T00:35:22.117Z] -rw-rw-r-- 1 1001 1001 8607 Apr 1 00:31 Attribution.txt [2021-04-01T00:35:22.117Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 00:31 CONTRIBUTING.md [2021-04-01T00:35:22.117Z] -rw-rw-r-- 1 1001 1001 931 Apr 1 00:31 Dockerfile.build [2021-04-01T00:35:22.117Z] -rw-rw-r-- 1 1001 1001 863 Apr 1 00:31 Jenkinsfile [2021-04-01T00:35:22.117Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 00:31 LICENSE [2021-04-01T00:35:22.117Z] -rw-rw-r-- 1 1001 1001 5774 Apr 1 00:31 Makefile [2021-04-01T00:35:22.117Z] -rw-rw-r-- 1 1001 1001 6548 Apr 1 00:31 README.md [2021-04-01T00:35:22.117Z] -rw-rw-r-- 1 1001 1001 6755 Apr 1 00:31 SECURITY.md [2021-04-01T00:35:22.117Z] -rw-rw-r-- 1 1001 1001 5 Apr 1 00:32 VERSION [2021-04-01T00:35:22.117Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 00:31 ZMQWindows.md [2021-04-01T00:35:22.117Z] drwxrwxr-x 2 1001 1001 117 Apr 1 00:31 bin [2021-04-01T00:35:22.117Z] drwxrwxr-x 14 1001 1001 4096 Apr 1 00:31 cmd [2021-04-01T00:35:22.117Z] -rw-r--r-- 1 root root 669470 Apr 1 00:34 coverage.out [2021-04-01T00:35:22.117Z] -rw-r--r-- 1 root root 1056 Apr 1 00:35 go.mod [2021-04-01T00:35:22.117Z] -rw-r--r-- 1 root root 22360 Apr 1 00:35 go.sum [2021-04-01T00:35:22.117Z] drwxrwxr-x 8 1001 1001 127 Apr 1 00:31 internal [2021-04-01T00:35:22.117Z] drwxrwxr-x 4 1001 1001 26 Apr 1 00:31 openapi [2021-04-01T00:35:22.117Z] drwxrwxr-x 4 1001 1001 71 Apr 1 00:31 snap [2021-04-01T00:35:22.117Z] -rw-rw-r-- 1 1001 1001 168 Apr 1 00:31 version.go [Pipeline] sh [2021-04-01T00:35:22.426Z] + '[' -e coverage.out ] [2021-04-01T00:35:22.426Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-01T00:35:22.733Z] Stashed 1 file(s) [Pipeline] sh [2021-04-01T00:35:23.033Z] + make build [2021-04-01T00:35:23.033Z] 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-04-01T00:35:28.406Z] 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-04-01T00:35:30.470Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32371 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-04-01T00:35:30.606Z] Running in /w/workspace/edgex-go/92 [Pipeline] { [Pipeline] checkout [2021-04-01T00:35:35.674Z] using credential edgex-jenkins-ssh [2021-04-01T00:35:35.740Z] Cloning the remote Git repository [2021-04-01T00:35:35.814Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-01T00:35:35.926Z] > git init /w/workspace/edgex-go/92 # timeout=10 [2021-04-01T00:35:36.005Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T00:35:36.006Z] > git --version # timeout=10 [2021-04-01T00:35:36.034Z] > git --version # 'git version 2.17.1' [2021-04-01T00:35:36.035Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T00:35:36.104Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T00:35:38.577Z] 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-04-01T00:35:39.180Z] 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-04-01T00:35:41.130Z] 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-04-01T00:35:41.717Z] 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-04-01T00:35:43.686Z] 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-04-01T00:35:45.637Z] 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-04-01T00:35:47.046Z] 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-04-01T00:35:48.468Z] 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-04-01T00:35:49.889Z] 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-04-01T00:35:51.306Z] 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-04-01T00:35:53.899Z] $ docker stop --time=1 951d4e0b668ac1230e999389b5b89da9acc9fccec64b208726a6ee6c02049406 [2021-04-01T00:35:55.702Z] $ docker rm -f 951d4e0b668ac1230e999389b5b89da9acc9fccec64b208726a6ee6c02049406 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:35:57.579Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T00:35:57.579Z] [2021-04-01T00:35:57.579Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:35:57.934Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T00:35:57.934Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-01T00:35:57.934Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-01T00:35:57.934Z] ca9280d653b3: Pulling fs layer [2021-04-01T00:35:57.934Z] 7e9c9ca2126c: Pulling fs layer [2021-04-01T00:35:58.196Z] cbdbe7a5bc2a: Download complete [2021-04-01T00:35:58.459Z] cbdbe7a5bc2a: Pull complete [2021-04-01T00:35:58.724Z] ca9280d653b3: Verifying Checksum [2021-04-01T00:35:58.724Z] ca9280d653b3: Download complete [2021-04-01T00:35:58.468Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T00:35:58.490Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T00:35:58.521Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T00:35:58.577Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T00:35:58.578Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T00:35:58.588Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T00:35:59.490Z] Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-04-01T00:35:59.681Z] ca9280d653b3: Pull complete [2021-04-01T00:35:59.681Z] 7e9c9ca2126c: Verifying Checksum [2021-04-01T00:35:59.681Z] 7e9c9ca2126c: Download complete [2021-04-01T00:36:00.940Z] Merge succeeded, producing 1fb2f899cf0b264c1ac20e744c3d3c8d6c2d279a [2021-04-01T00:36:00.941Z] Checking out Revision 1fb2f899cf0b264c1ac20e744c3d3c8d6c2d279a (PR-2858) [2021-04-01T00:35:59.509Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T00:35:59.536Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-04-01T00:35:59.844Z] > git remote # timeout=10 [2021-04-01T00:35:59.870Z] > git config --get remote.origin.url # timeout=10 [2021-04-01T00:35:59.932Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T00:35:59.945Z] > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 [2021-04-01T00:36:00.924Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-01T00:36:00.946Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T00:36:00.959Z] > git checkout -f 1fb2f899cf0b264c1ac20e744c3d3c8d6c2d279a # timeout=10 [2021-04-01T00:36:05.309Z] Commit message: "Merge commit 'f2bd0815c0e73667d07e5744b61daa5be38d8f92' into HEAD" [2021-04-01T00:36:05.331Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T00:36:06.330Z] 7e9c9ca2126c: Pull complete [2021-04-01T00:36:06.330Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-01T00:36:06.330Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T00:36:06.330Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-01T00:36:06.723Z] prd-centos7-docker-4c-2g-32366 does not seem to be running inside a container [2021-04-01T00:36:06.834Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-04-01T00:36:06.843Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/92 -v /w/workspace/edgex-go/92:/w/workspace/edgex-go/92:rw,z -v /w/workspace/edgex-go/92@tmp:/w/workspace/edgex-go/92@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-04-01T00:36:05.315Z] > git rev-list --no-walk 4ca3aadbfc2b8e02a323f43a60485f1934dd17a9 # timeout=10 [2021-04-01T00:36:08.920Z] $ docker top ccf77f870a4fbfc0ab7e9acb38fd71fc381388930b5bd1a2445a84358239fe40 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-04-01T00:36:09.567Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T00:36:09.704Z] + docker-compose build --help [2021-04-01T00:36:09.704Z] + grep parallel [2021-04-01T00:36:09.917Z] + sudo service docker+ restart [2021-04-01T00:36:09.917Z] true [2021-04-01T00:36:10.706Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T00:36:10.724Z] $ docker stop --time=1 ccf77f870a4fbfc0ab7e9acb38fd71fc381388930b5bd1a2445a84358239fe40 [2021-04-01T00:36:12.124Z] $ docker rm -f ccf77f870a4fbfc0ab7e9acb38fd71fc381388930b5bd1a2445a84358239fe40 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T00:36:12.382Z] provisioning config files... [2021-04-01T00:36:12.440Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/92@tmp/config3964419628648006761tmp [Pipeline] writeFile [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:36:12.858Z] ---> docker-login.sh [2021-04-01T00:36:12.858Z] nexus3.edgexfoundry.org:10001 [2021-04-01T00:36:12.941Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T00:36:12.941Z] . [Pipeline] withDockerContainer [2021-04-01T00:36:13.053Z] prd-centos7-docker-4c-2g-32366 does not seem to be running inside a container [2021-04-01T00:36:13.111Z] $ 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/92 -v /w/workspace/edgex-go/92:/w/workspace/edgex-go/92:rw,z -v /w/workspace/edgex-go/92@tmp:/w/workspace/edgex-go/92@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-04-01T00:36:13.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:36:13.821Z] $ docker top dd4e36876157764921ea810aa942904ac745c6bf68c26b874cf4a90b55419c55 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T00:36:14.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:36:14.064Z] Configure a credential helper to remove this warning. See [2021-04-01T00:36:14.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:36:14.064Z] [2021-04-01T00:36:14.064Z] Login Succeeded [2021-04-01T00:36:14.064Z] nexus3.edgexfoundry.org:10002 [2021-04-01T00:36:14.309Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T00:36:14.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:36:14.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:36:14.613Z] Configure a credential helper to remove this warning. See [2021-04-01T00:36:14.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:36:14.613Z] [2021-04-01T00:36:14.613Z] Login Succeeded [2021-04-01T00:36:14.613Z] nexus3.edgexfoundry.org:10003 [2021-04-01T00:36:14.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:36:15.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:36:15.166Z] Configure a credential helper to remove this warning. See [2021-04-01T00:36:15.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:36:15.166Z] [2021-04-01T00:36:15.166Z] Login Succeeded [2021-04-01T00:36:15.166Z] nexus3.edgexfoundry.org:10004 [2021-04-01T00:36:15.259Z] Building docker-core-command-go ... [2021-04-01T00:36:15.260Z] Building docker-core-data-go ... [2021-04-01T00:36:15.260Z] Building docker-core-metadata-go ... [2021-04-01T00:36:15.260Z] Building docker-security-bootstrapper-go ... [2021-04-01T00:36:15.260Z] Building docker-security-proxy-setup-go ... [2021-04-01T00:36:15.260Z] Building docker-security-secretstore-setup-go ... [2021-04-01T00:36:15.260Z] Building docker-support-notifications-go ... [2021-04-01T00:36:15.260Z] Building docker-support-scheduler-go ... [2021-04-01T00:36:15.260Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T00:36:15.260Z] Building docker-security-bootstrapper-go [2021-04-01T00:36:15.260Z] Building docker-core-metadata-go [2021-04-01T00:36:15.260Z] Building docker-support-scheduler-go [2021-04-01T00:36:15.260Z] Building docker-core-command-go [2021-04-01T00:36:15.260Z] Building docker-support-notifications-go [2021-04-01T00:36:15.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:36:15.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:36:15.710Z] Configure a credential helper to remove this warning. See [2021-04-01T00:36:15.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:36:15.710Z] [2021-04-01T00:36:15.710Z] Login Succeeded [2021-04-01T00:36:15.710Z] docker.io [2021-04-01T00:36:15.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:36:16.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:36:16.254Z] Configure a credential helper to remove this warning. See [2021-04-01T00:36:16.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:36:16.254Z] [2021-04-01T00:36:16.254Z] Login Succeeded [2021-04-01T00:36:16.254Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T00:36:16.271Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-01T00:36:16.742Z] ========================================================= [2021-04-01T00:36:16.742Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-01T00:36:16.742Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:36:17.120Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-01T00:36:19.765Z] Sending build context to Docker daemon 167MB [2021-04-01T00:36:19.765Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T00:36:19.765Z] Step 2/6 : FROM ${BASE} [2021-04-01T00:36:19.765Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-01T00:36:19.765Z] 5f621e34cdf4: Pulling fs layer [2021-04-01T00:36:19.765Z] a4357932f1b6: Pulling fs layer [2021-04-01T00:36:19.765Z] 18c013af1878: Pulling fs layer [2021-04-01T00:36:19.765Z] 00ac8860ef70: Pulling fs layer [2021-04-01T00:36:19.765Z] 63d7cb157983: Pulling fs layer [2021-04-01T00:36:19.765Z] b116817d02f9: Pulling fs layer [2021-04-01T00:36:19.765Z] 745a02a5169b: Pulling fs layer [2021-04-01T00:36:19.765Z] 00ac8860ef70: Waiting [2021-04-01T00:36:19.765Z] 63d7cb157983: Waiting [2021-04-01T00:36:19.765Z] b116817d02f9: Waiting [2021-04-01T00:36:19.765Z] 745a02a5169b: Waiting [2021-04-01T00:36:19.765Z] 18c013af1878: Verifying Checksum [2021-04-01T00:36:19.765Z] 18c013af1878: Download complete [2021-04-01T00:36:19.765Z] a4357932f1b6: Download complete [2021-04-01T00:36:19.765Z] 63d7cb157983: Verifying Checksum [2021-04-01T00:36:19.765Z] 63d7cb157983: Download complete [2021-04-01T00:36:19.765Z] b116817d02f9: Download complete [2021-04-01T00:36:20.040Z] 5f621e34cdf4: Verifying Checksum [2021-04-01T00:36:20.040Z] 5f621e34cdf4: Download complete [2021-04-01T00:36:20.652Z] 5f621e34cdf4: Pull complete [2021-04-01T00:36:21.253Z] a4357932f1b6: Pull complete [2021-04-01T00:36:21.860Z] 18c013af1878: Pull complete [2021-04-01T00:36:22.134Z] 745a02a5169b: Verifying Checksum [2021-04-01T00:36:22.134Z] 745a02a5169b: Download complete [2021-04-01T00:36:23.563Z] 00ac8860ef70: Verifying Checksum [2021-04-01T00:36:23.563Z] 00ac8860ef70: Download complete [2021-04-01T00:36:33.717Z] 00ac8860ef70: Pull complete [2021-04-01T00:36:33.717Z] 63d7cb157983: Pull complete [2021-04-01T00:36:33.991Z] b116817d02f9: Pull complete [2021-04-01T00:36:38.314Z] 745a02a5169b: Pull complete [2021-04-01T00:36:38.315Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-01T00:36:38.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-01T00:36:38.315Z] ---> b7e6874047d6 [2021-04-01T00:36:38.315Z] 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-04-01T00:36:41.734Z] ---> Running in 0b0be12b24e0 [2021-04-01T00:36:42.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:36:42.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:36:43.893Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T00:36:43.893Z] (2/12) Installing file (5.38-r0) [2021-04-01T00:36:43.893Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T00:36:44.164Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T00:36:49.534Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T00:36:49.534Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T00:36:49.534Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T00:36:49.534Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T00:36:49.534Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T00:36:49.534Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T00:36:49.534Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T00:36:49.534Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T00:36:49.534Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:36:49.804Z] OK: 217 MiB in 51 packages [2021-04-01T00:36:54.109Z] Removing intermediate container 0b0be12b24e0 [2021-04-01T00:36:54.109Z] ---> 29f172a357eb [2021-04-01T00:36:54.109Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T00:36:54.109Z] ---> Running in 39556c934b6f [2021-04-01T00:36:54.248Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:36:54.248Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:36:54.248Z] ---> dce7c6a2e072 [2021-04-01T00:36:54.248Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T00:36:54.248Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:36:54.248Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:36:54.248Z] ---> dce7c6a2e072 [2021-04-01T00:36:54.248Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T00:36:54.248Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:36:54.248Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:36:54.248Z] ---> dce7c6a2e072 [2021-04-01T00:36:54.248Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T00:36:54.248Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:36:54.248Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:36:54.248Z] ---> dce7c6a2e072 [2021-04-01T00:36:54.248Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T00:36:54.248Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:36:54.248Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:36:54.248Z] ---> dce7c6a2e072 [2021-04-01T00:36:54.248Z] Step 3/31 : WORKDIR /edgex-go [2021-04-01T00:36:54.248Z] ---> Running in 3562cc986232 [2021-04-01T00:36:54.248Z] ---> Running in 9c56fc8bf90b [2021-04-01T00:36:54.248Z] ---> Running in 7ad89f09fce0 [2021-04-01T00:36:54.248Z] ---> Running in 4356be2febf6 [2021-04-01T00:36:54.248Z] ---> Running in a90a9fea101a [2021-04-01T00:36:54.379Z] Removing intermediate container 39556c934b6f [2021-04-01T00:36:54.380Z] ---> 773363707e72 [2021-04-01T00:36:54.380Z] Step 5/6 : COPY go.mod . [2021-04-01T00:36:54.833Z] Removing intermediate container 7ad89f09fce0 [2021-04-01T00:36:54.833Z] ---> 794d44c5be0a [2021-04-01T00:36:54.833Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:36:54.833Z] Removing intermediate container a90a9fea101a [2021-04-01T00:36:54.833Z] ---> b905452e8bc2 [2021-04-01T00:36:54.833Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:36:54.833Z] Removing intermediate container 9c56fc8bf90b [2021-04-01T00:36:54.833Z] ---> 719650ecd1de [2021-04-01T00:36:54.833Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:36:54.833Z] Removing intermediate container 3562cc986232 [2021-04-01T00:36:54.833Z] ---> b4d0f5f2177c [2021-04-01T00:36:54.833Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:36:54.833Z] Removing intermediate container 4356be2febf6 [2021-04-01T00:36:54.833Z] ---> 04cec0d064ef [2021-04-01T00:36:54.833Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:36:54.978Z] ---> e2c9b4670b88 [2021-04-01T00:36:54.978Z] Step 6/6 : RUN go mod download [2021-04-01T00:36:54.978Z] ---> Running in bcc232584597 [2021-04-01T00:36:55.096Z] ---> Running in 589ae0085baf [2021-04-01T00:36:55.096Z] ---> Running in 6dedd7f5a215 [2021-04-01T00:36:55.096Z] ---> Running in f24a015ecaf4 [2021-04-01T00:36:55.096Z] ---> Running in e803a5b52ebb [2021-04-01T00:36:55.096Z] ---> Running in 62db8a952dff [2021-04-01T00:36:57.684Z] Removing intermediate container f24a015ecaf4 [2021-04-01T00:36:57.684Z] ---> 63e44b3385be [2021-04-01T00:36:57.684Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T00:36:57.684Z] Removing intermediate container 589ae0085baf [2021-04-01T00:36:57.684Z] ---> 35acb95d8a57 [2021-04-01T00:36:57.684Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-01T00:36:57.684Z] ---> Running in dc011b964eaf [2021-04-01T00:36:57.684Z] Removing intermediate container 6dedd7f5a215 [2021-04-01T00:36:57.684Z] ---> b56920e5c0b8 [2021-04-01T00:36:57.684Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T00:36:57.949Z] ---> Running in a3db929bd1d6 [2021-04-01T00:36:57.949Z] Removing intermediate container 62db8a952dff [2021-04-01T00:36:57.949Z] ---> dac6b9cc64ef [2021-04-01T00:36:57.949Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T00:36:57.949Z] ---> Running in 5d47cc3c99bf [2021-04-01T00:36:57.949Z] Removing intermediate container e803a5b52ebb [2021-04-01T00:36:57.949Z] ---> d8f7cdb19bfd [2021-04-01T00:36:57.949Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T00:36:57.949Z] ---> Running in 5657445501b5 [2021-04-01T00:36:58.213Z] ---> Running in 0bfcb9ef64df [2021-04-01T00:36:58.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:58.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:59.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:59.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:59.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:59.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:59.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:59.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:59.847Z] OK: 233 MiB in 51 packages [2021-04-01T00:36:59.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:37:00.112Z] OK: 233 MiB in 51 packages [2021-04-01T00:37:00.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:37:00.376Z] OK: 233 MiB in 51 packages [2021-04-01T00:37:00.643Z] Removing intermediate container dc011b964eaf [2021-04-01T00:37:00.643Z] ---> e00dc5ad4a0e [2021-04-01T00:37:00.643Z] Step 6/23 : COPY go.mod . [2021-04-01T00:37:00.916Z] Removing intermediate container a3db929bd1d6 [2021-04-01T00:37:00.916Z] ---> 6eaf561f937d [2021-04-01T00:37:00.916Z] Step 6/31 : COPY go.mod . [2021-04-01T00:37:00.916Z] OK: 233 MiB in 51 packages [2021-04-01T00:37:00.916Z] OK: 233 MiB in 51 packages [2021-04-01T00:37:01.187Z] ---> 5134a72a38ad [2021-04-01T00:37:01.187Z] Step 7/23 : RUN go mod download [2021-04-01T00:37:01.187Z] Removing intermediate container 5657445501b5 [2021-04-01T00:37:01.187Z] ---> 7ecda608cb0e [2021-04-01T00:37:01.187Z] Step 6/22 : COPY go.mod . [2021-04-01T00:37:01.187Z] ---> Running in 9adce3f47e0f [2021-04-01T00:37:01.187Z] ---> 3b97102d2318 [2021-04-01T00:37:01.187Z] Step 7/31 : RUN go mod download [2021-04-01T00:37:01.449Z] ---> Running in 6d6fc59c91d1 [2021-04-01T00:37:01.712Z] ---> 7630dd849eb5 [2021-04-01T00:37:01.712Z] Step 7/22 : RUN go mod download [2021-04-01T00:37:01.712Z] ---> Running in 6c886590af07 [2021-04-01T00:37:01.712Z] Removing intermediate container 5d47cc3c99bf [2021-04-01T00:37:01.712Z] ---> 87a8590a1b3f [2021-04-01T00:37:01.712Z] Step 6/22 : COPY go.mod . [2021-04-01T00:37:02.303Z] Removing intermediate container 0bfcb9ef64df [2021-04-01T00:37:02.303Z] ---> ea9f1c4eaa39 [2021-04-01T00:37:02.303Z] Step 6/23 : COPY go.mod . [2021-04-01T00:37:02.303Z] ---> 0913c7b7f3a4 [2021-04-01T00:37:02.303Z] Step 7/22 : RUN go mod download [2021-04-01T00:37:02.571Z] ---> Running in eb70286f4faa [2021-04-01T00:37:02.837Z] ---> c9316fe09540 [2021-04-01T00:37:02.837Z] Step 7/23 : RUN go mod download [2021-04-01T00:37:03.116Z] ---> Running in 7e4f8d75fe5a [2021-04-01T00:37:05.112Z] Removing intermediate container 6d6fc59c91d1 [2021-04-01T00:37:05.112Z] ---> 34f8a74fab4b [2021-04-01T00:37:05.112Z] Step 8/31 : COPY . . [2021-04-01T00:37:05.112Z] Removing intermediate container 9adce3f47e0f [2021-04-01T00:37:05.112Z] ---> 4711f759d916 [2021-04-01T00:37:05.112Z] Step 8/23 : COPY . . [2021-04-01T00:37:05.390Z] Removing intermediate container 6c886590af07 [2021-04-01T00:37:05.390Z] ---> c70d38c9add4 [2021-04-01T00:37:05.390Z] Step 8/22 : COPY . . [2021-04-01T00:37:05.390Z] Removing intermediate container eb70286f4faa [2021-04-01T00:37:05.390Z] ---> e652aba20f56 [2021-04-01T00:37:05.390Z] Step 8/22 : COPY . . [2021-04-01T00:37:05.390Z] Removing intermediate container 7e4f8d75fe5a [2021-04-01T00:37:05.390Z] ---> 3318d8f46644 [2021-04-01T00:37:05.390Z] Step 8/23 : COPY . . [2021-04-01T00:37:21.805Z] Removing intermediate container bcc232584597 [2021-04-01T00:37:21.805Z] ---> 51440efd401c [2021-04-01T00:37:21.805Z] Successfully built 51440efd401c [2021-04-01T00:37:21.805Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:37:22.145Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T00:37:22.145Z] . [Pipeline] withDockerContainer [2021-04-01T00:37:22.416Z] prd-ubuntu18.04-docker-arm64-4c-16g-32371 does not seem to be running inside a container [2021-04-01T00:37:22.492Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/92 -v /w/workspace/edgex-go/92:/w/workspace/edgex-go/92:rw,z -v /w/workspace/edgex-go/92@tmp:/w/workspace/edgex-go/92@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-04-01T00:37:24.033Z] $ docker top 4309f21373cf4fab18b899f5266adff0720a6c8127cc24a266fea6e5b36b3845 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T00:37:25.077Z] + go version [2021-04-01T00:37:25.077Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-01T00:37:25.098Z] $ docker stop --time=1 4309f21373cf4fab18b899f5266adff0720a6c8127cc24a266fea6e5b36b3845 [2021-04-01T00:37:26.992Z] $ docker rm -f 4309f21373cf4fab18b899f5266adff0720a6c8127cc24a266fea6e5b36b3845 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:37:27.945Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T00:37:27.945Z] . [Pipeline] withDockerContainer [2021-04-01T00:37:28.213Z] prd-ubuntu18.04-docker-arm64-4c-16g-32371 does not seem to be running inside a container [2021-04-01T00:37:28.293Z] $ 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/92 -v /w/workspace/edgex-go/92:/w/workspace/edgex-go/92:rw,z -v /w/workspace/edgex-go/92@tmp:/w/workspace/edgex-go/92@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-04-01T00:37:29.666Z] $ docker top 8ca037ea1f1672b0146c19f7c3698a051eda393edc66da553dda05c1d80a8fd2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T00:37:30.015Z] ========================================================= [2021-04-01T00:37:30.016Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-01T00:37:30.016Z] ========================================================= [Pipeline] sh [2021-04-01T00:37:30.661Z] + make test [2021-04-01T00:37:30.661Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T00:37:52.382Z] ---> bc9222ab5be6 [2021-04-01T00:37:52.382Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T00:37:52.382Z] ---> d11bb0186dc9 [2021-04-01T00:37:52.382Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-01T00:37:52.382Z] ---> 117e58ca6b61 [2021-04-01T00:37:52.382Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T00:37:52.382Z] ---> 4245bb09d74c [2021-04-01T00:37:52.382Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T00:37:52.382Z] ---> 57542df93eb7 [2021-04-01T00:37:52.382Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T00:37:52.382Z] ---> Running in e6f89dfd8fbf [2021-04-01T00:37:52.382Z] ---> Running in a7224f8ba563 [2021-04-01T00:37:52.382Z] ---> Running in d4bdfc1d0392 [2021-04-01T00:37:52.382Z] ---> Running in c7ba884ab504 [2021-04-01T00:37:52.382Z] ---> Running in fffb1cd2a4d9 [2021-04-01T00:37:52.382Z] 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-04-01T00:37:52.382Z] 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-04-01T00:37:52.382Z] 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-04-01T00:37:52.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-01T00:37:52.382Z] 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-04-01T00:37:52.845Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-01T00:38:39.275Z] Removing intermediate container e6f89dfd8fbf [2021-04-01T00:38:39.275Z] ---> b793b8187db1 [2021-04-01T00:38:39.275Z] [2021-04-01T00:38:39.275Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T00:38:39.275Z] 3.12: Pulling from library/alpine [2021-04-01T00:38:39.275Z] Removing intermediate container a7224f8ba563 [2021-04-01T00:38:39.275Z] ---> 54f74c0d3ce0 [2021-04-01T00:38:39.275Z] [2021-04-01T00:38:39.275Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T00:38:39.275Z] 3.12: Pulling from library/alpine [2021-04-01T00:38:39.275Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-04-01T00:38:39.275Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-04-01T00:38:39.275Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T00:38:39.275Z] ---> 42cb162f0360 [2021-04-01T00:38:39.275Z] Step 11/23 : RUN apk add --update --no-cache dumb-initStatus: Downloaded newer image for alpine:3.12 [2021-04-01T00:38:39.275Z] ---> 42cb162f0360 [2021-04-01T00:38:39.275Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T00:38:39.275Z] [2021-04-01T00:38:39.275Z] Removing intermediate container d4bdfc1d0392 [2021-04-01T00:38:39.275Z] ---> 339071e17cc9 [2021-04-01T00:38:39.275Z] [2021-04-01T00:38:39.275Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T00:38:39.275Z] ---> 42cb162f0360 [2021-04-01T00:38:39.275Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-01T00:38:39.275Z] ---> Running in 8c3a0952da9a [2021-04-01T00:38:39.275Z] ---> Running in a08bcf8ecf70 [2021-04-01T00:38:39.275Z] Removing intermediate container fffb1cd2a4d9 [2021-04-01T00:38:39.275Z] ---> fe1a059f397f [2021-04-01T00:38:39.275Z] [2021-04-01T00:38:39.275Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T00:38:39.275Z] ---> 42cb162f0360 [2021-04-01T00:38:39.275Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-01T00:38:39.275Z] ---> Running in 893fcf315f6e [2021-04-01T00:38:39.275Z] ---> Running in 66f0ed09b753 [2021-04-01T00:38:39.275Z] Removing intermediate container a08bcf8ecf70 [2021-04-01T00:38:39.275Z] ---> bf34329acc92 [2021-04-01T00:38:39.275Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T00:38:39.893Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-01T00:38:40.236Z] ---> Running in 6abb471c9513 [2021-04-01T00:38:40.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:40.519Z] Removing intermediate container c7ba884ab504 [2021-04-01T00:38:40.519Z] ---> 9f492841f177 [2021-04-01T00:38:40.519Z] [2021-04-01T00:38:40.519Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T00:38:40.519Z] ---> 42cb162f0360 [2021-04-01T00:38:40.519Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T00:38:40.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:40.810Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T00:38:40.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:40.810Z] ---> Running in b9cd9676867c [2021-04-01T00:38:40.810Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:38:40.810Z] OK: 6 MiB in 15 packages [2021-04-01T00:38:40.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:40.810Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T00:38:41.077Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:38:41.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:41.077Z] OK: 6 MiB in 15 packages [2021-04-01T00:38:41.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:41.347Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T00:38:41.347Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T00:38:41.347Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:38:41.347Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T00:38:41.347Z] OK: 6 MiB in 16 packages [2021-04-01T00:38:41.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:41.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:41.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:41.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:41.613Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T00:38:41.613Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T00:38:41.613Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:38:41.613Z] OK: 6 MiB in 16 packages [2021-04-01T00:38:41.878Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T00:38:41.878Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:38:41.878Z] OK: 6 MiB in 15 packages [2021-04-01T00:38:42.149Z] Removing intermediate container 8c3a0952da9a [2021-04-01T00:38:42.150Z] ---> 03b247878e68 [2021-04-01T00:38:42.150Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:38:42.421Z] ---> Running in 872a0813e814 [2021-04-01T00:38:42.421Z] Removing intermediate container 893fcf315f6e [2021-04-01T00:38:42.421Z] ---> 49715ebe014f [2021-04-01T00:38:42.421Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:38:43.007Z] ---> Running in aea8cbdffbf6 [2021-04-01T00:38:43.269Z] Removing intermediate container 872a0813e814 [2021-04-01T00:38:43.269Z] ---> 47affa85b333 [2021-04-01T00:38:43.269Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T00:38:43.269Z] Removing intermediate container 66f0ed09b753 [2021-04-01T00:38:43.269Z] ---> 026b466ca261 [2021-04-01T00:38:43.269Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:38:43.269Z] ---> Running in 15c1fe6f10d8 [2021-04-01T00:38:43.533Z] ---> Running in b89f0c30e80e [2021-04-01T00:38:43.533Z] Removing intermediate container aea8cbdffbf6 [2021-04-01T00:38:43.533Z] ---> 936a5ebd1c19 [2021-04-01T00:38:43.533Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T00:38:43.533Z] Removing intermediate container 6abb471c9513 [2021-04-01T00:38:43.533Z] ---> bbde7a16d9e4 [2021-04-01T00:38:43.533Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T00:38:43.533Z] Removing intermediate container b9cd9676867c [2021-04-01T00:38:43.533Z] ---> 1e4553e345eb [2021-04-01T00:38:43.533Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:38:43.800Z] ---> Running in 288817eaa28a [2021-04-01T00:38:43.800Z] ---> Running in 432f98466e1c [2021-04-01T00:38:43.800Z] ---> Running in 49d5ed0525b2 [2021-04-01T00:38:43.800Z] Removing intermediate container b89f0c30e80e [2021-04-01T00:38:43.800Z] ---> a1b5b7ca0f2a [2021-04-01T00:38:43.800Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T00:38:44.077Z] Removing intermediate container 15c1fe6f10d8 [2021-04-01T00:38:44.077Z] ---> 1560a8c08bbf [2021-04-01T00:38:44.077Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T00:38:44.077Z] ---> Running in f2d29b8239a4 [2021-04-01T00:38:44.077Z] Removing intermediate container 288817eaa28a [2021-04-01T00:38:44.077Z] ---> c87ce58b5079 [2021-04-01T00:38:44.077Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T00:38:44.077Z] Removing intermediate container 432f98466e1c [2021-04-01T00:38:44.077Z] ---> f6bf801295b7 [2021-04-01T00:38:44.077Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T00:38:44.077Z] Removing intermediate container 49d5ed0525b2 [2021-04-01T00:38:44.077Z] ---> 5729155e2844 [2021-04-01T00:38:44.077Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T00:38:44.077Z] ---> Running in f9dca0786b41 [2021-04-01T00:38:44.357Z] ---> Running in 18ceac213ed2 [2021-04-01T00:38:44.357Z] ---> Running in 0e3aa4cf8fb7 [2021-04-01T00:38:44.357Z] ---> Running in adec90fc2225 [2021-04-01T00:38:44.357Z] Removing intermediate container f2d29b8239a4 [2021-04-01T00:38:44.357Z] ---> 1c3d9a0e59d3 [2021-04-01T00:38:44.357Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T00:38:44.622Z] Removing intermediate container f9dca0786b41 [2021-04-01T00:38:44.622Z] ---> dff0bb4e86b0 [2021-04-01T00:38:44.622Z] Step 15/23 : WORKDIR / [2021-04-01T00:38:44.622Z] ---> Running in fb0cfe632be0 [2021-04-01T00:38:44.622Z] Removing intermediate container 18ceac213ed2 [2021-04-01T00:38:44.622Z] ---> 57b7364551f9 [2021-04-01T00:38:44.622Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:38:44.887Z] ---> Running in c73a5c25ebd9 [2021-04-01T00:38:44.887Z] Removing intermediate container 0e3aa4cf8fb7 [2021-04-01T00:38:44.887Z] ---> 56ee77251493 [2021-04-01T00:38:44.887Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T00:38:44.887Z] Removing intermediate container adec90fc2225 [2021-04-01T00:38:44.887Z] ---> 4b7d329837f5 [2021-04-01T00:38:44.887Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-01T00:38:45.843Z] ---> Running in 3c03b6bd9f9c [2021-04-01T00:38:45.843Z] Removing intermediate container fb0cfe632be0 [2021-04-01T00:38:45.843Z] ---> bfa6362104a8 [2021-04-01T00:38:45.843Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:38:45.843Z] ---> Running in b4cc12b0ff64 [2021-04-01T00:38:45.843Z] ---> 9d6a48801369 [2021-04-01T00:38:45.843Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T00:38:45.843Z] Removing intermediate container c73a5c25ebd9 [2021-04-01T00:38:45.843Z] ---> 67e1e0ffb162 [2021-04-01T00:38:45.843Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:38:46.122Z] Removing intermediate container 3c03b6bd9f9c [2021-04-01T00:38:46.123Z] ---> 93c833c1bd20 [2021-04-01T00:38:46.123Z] Step 15/23 : WORKDIR / [2021-04-01T00:38:46.399Z] ---> Running in ada3566c00c2 [2021-04-01T00:38:46.399Z] ---> 010ae8c77db8 [2021-04-01T00:38:46.399Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T00:38:46.680Z] ---> a437b433b6bd [2021-04-01T00:38:46.680Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T00:38:46.680Z] ---> 2d73c5f90bda [2021-04-01T00:38:46.680Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T00:38:46.950Z] Removing intermediate container ada3566c00c2 [2021-04-01T00:38:46.950Z] ---> cbce4280099f [2021-04-01T00:38:46.951Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:38:47.227Z] ---> 80653e3adb4c [2021-04-01T00:38:47.227Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T00:38:47.496Z] ---> Running in de4ae36eb55a [2021-04-01T00:38:47.496Z] ---> a176fe045c82 [2021-04-01T00:38:47.496Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T00:38:47.496Z] ---> 2160908f8427 [2021-04-01T00:38:47.496Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T00:38:47.770Z] Removing intermediate container b4cc12b0ff64 [2021-04-01T00:38:47.770Z] ---> 24446989fd8e [2021-04-01T00:38:47.770Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T00:38:47.770Z] ---> 27e4bbc72328 [2021-04-01T00:38:47.770Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T00:38:47.770Z] Removing intermediate container de4ae36eb55a [2021-04-01T00:38:47.770Z] ---> e2a455d90cc1 [2021-04-01T00:38:47.770Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:38:47.770Z] ---> Running in 35f4e820d8d9 [2021-04-01T00:38:48.032Z] ---> Running in fd78978139c1 [2021-04-01T00:38:48.296Z] ---> ddc6b3a6421d [2021-04-01T00:38:48.296Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T00:38:48.296Z] ---> 36d052645310 [2021-04-01T00:38:48.296Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T00:38:48.296Z] ---> Running in 64129d008214 [2021-04-01T00:38:48.574Z] Removing intermediate container 35f4e820d8d9 [2021-04-01T00:38:48.574Z] ---> ecbcc923636e [2021-04-01T00:38:48.574Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T00:38:48.574Z] ---> 364889243429 [2021-04-01T00:38:48.574Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T00:38:48.574Z] Removing intermediate container fd78978139c1 [2021-04-01T00:38:48.574Z] ---> e7a2c52cda7c [2021-04-01T00:38:48.574Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T00:38:48.574Z] ---> Running in d213dfae24a0 [2021-04-01T00:38:48.838Z] ---> Running in cc155d3227c3 [2021-04-01T00:38:48.838Z] Removing intermediate container 64129d008214 [2021-04-01T00:38:48.838Z] ---> 1158762cdfee [2021-04-01T00:38:48.838Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:38:49.102Z] ---> Running in c98ff560d71d [2021-04-01T00:38:49.102Z] ---> 3b6252987b7c [2021-04-01T00:38:49.102Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T00:38:49.102Z] ---> b45937326b50 [2021-04-01T00:38:49.102Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T00:38:49.102Z] Removing intermediate container d213dfae24a0 [2021-04-01T00:38:49.102Z] ---> a89a8212e893 [2021-04-01T00:38:49.102Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:38:49.102Z] Removing intermediate container cc155d3227c3 [2021-04-01T00:38:49.102Z] ---> 1e0b539b21c6 [2021-04-01T00:38:49.102Z] Step 21/22 : LABEL git_sha=d7c3f18af9fea137955a59ad037e68ed70f1832c [2021-04-01T00:38:49.367Z] ---> Running in 13c4d3c5a099 [2021-04-01T00:38:49.367Z] ---> Running in 9a973458599d [2021-04-01T00:38:49.367Z] ---> Running in 8baf7b537c4f [2021-04-01T00:38:49.367Z] ---> Running in 0623ff9ea8d7 [2021-04-01T00:38:49.637Z] Removing intermediate container c98ff560d71d [2021-04-01T00:38:49.637Z] ---> ae3b3ca146fa [2021-04-01T00:38:49.637Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T00:38:49.637Z] Removing intermediate container 13c4d3c5a099 [2021-04-01T00:38:49.637Z] ---> 6e44da57adb1 [2021-04-01T00:38:49.637Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:38:49.906Z] Removing intermediate container 8baf7b537c4f [2021-04-01T00:38:49.906Z] ---> 45bbac3a98aa [2021-04-01T00:38:49.906Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T00:38:49.906Z] ---> Running in 78b34ffb4b05 [2021-04-01T00:38:49.906Z] Removing intermediate container 0623ff9ea8d7 [2021-04-01T00:38:49.906Z] ---> 962e649fe7a2 [2021-04-01T00:38:49.906Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T00:38:50.175Z] ---> Running in c3bc5e1d3512 [2021-04-01T00:38:50.175Z] ---> Running in 19867c702565 [2021-04-01T00:38:50.175Z] ---> Running in 0fbe306f5d01 [2021-04-01T00:38:50.175Z] Removing intermediate container 78b34ffb4b05 [2021-04-01T00:38:50.175Z] ---> 6d94eb7be851 [2021-04-01T00:38:50.175Z] Step 21/22 : LABEL git_sha=d7c3f18af9fea137955a59ad037e68ed70f1832c [2021-04-01T00:38:50.447Z] ---> Running in a56c6caa50eb [2021-04-01T00:38:50.447Z] Removing intermediate container 0fbe306f5d01 [2021-04-01T00:38:50.447Z] ---> 9e267b80eb13 [2021-04-01T00:38:50.447Z] [2021-04-01T00:38:50.710Z] Successfully built 9e267b80eb13 [2021-04-01T00:38:50.710Z] Removing intermediate container 19867c702565 [2021-04-01T00:38:50.710Z] ---> 731f9571f283 [2021-04-01T00:38:50.710Z] Step 22/23 : LABEL git_sha=d7c3f18af9fea137955a59ad037e68ed70f1832c [2021-04-01T00:38:50.976Z] Removing intermediate container c3bc5e1d3512 [2021-04-01T00:38:50.977Z] ---> 7e0332f730f8 [2021-04-01T00:38:50.977Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T00:38:50.977Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-01T00:38:50.977Z] Removing intermediate container a56c6caa50eb [2021-04-01T00:38:50.977Z] ---> bf4143919dfc [2021-04-01T00:38:50.977Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T00:38:50.977Z] Building docker-security-secretstore-setup-go [2021-04-01T00:38:50.977Z] ---> Running in cdea3a03d2e7 [2021-04-01T00:38:50.977Z]  Building docker-support-scheduler-go ... done  ---> Running in a7db78b87f59 [2021-04-01T00:38:50.977Z] ---> Running in aa7408941e14 [2021-04-01T00:38:51.251Z] Removing intermediate container 9a973458599d [2021-04-01T00:38:51.251Z] ---> 6056b2a01f70 [2021-04-01T00:38:51.251Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:38:51.251Z] Removing intermediate container cdea3a03d2e7 [2021-04-01T00:38:51.251Z] ---> 20ba0463cdce [2021-04-01T00:38:51.251Z] Step 22/23 : LABEL git_sha=d7c3f18af9fea137955a59ad037e68ed70f1832c [2021-04-01T00:38:51.251Z] Removing intermediate container a7db78b87f59 [2021-04-01T00:38:51.251Z] ---> aa4c2d3e2dd1 [2021-04-01T00:38:51.251Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T00:38:51.524Z] Removing intermediate container aa7408941e14 [2021-04-01T00:38:51.524Z] ---> 3e430cac0f76 [2021-04-01T00:38:51.524Z] [2021-04-01T00:38:51.524Z] ---> Running in 824b1d7124fa [2021-04-01T00:38:51.524Z] ---> Running in 5ede76093f1e [2021-04-01T00:38:51.524Z] ---> 0a01232b0871 [2021-04-01T00:38:51.524Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-01T00:38:51.793Z] Successfully built 3e430cac0f76 [2021-04-01T00:38:51.793Z] Successfully tagged docker-support-notifications-go:latest [2021-04-01T00:38:51.793Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-04-01T00:38:52.065Z] Removing intermediate container 5ede76093f1e [2021-04-01T00:38:52.065Z] ---> 638c0db91286 [2021-04-01T00:38:52.065Z] [2021-04-01T00:38:52.065Z] Removing intermediate container 824b1d7124fa [2021-04-01T00:38:52.065Z] ---> ae0caf9d33a2 [2021-04-01T00:38:52.065Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T00:38:52.332Z] Successfully built 638c0db91286 [2021-04-01T00:38:52.332Z] ---> Running in de88aaba604c [2021-04-01T00:38:52.332Z] Successfully tagged docker-core-command-go:latest [2021-04-01T00:38:52.332Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-04-01T00:38:52.598Z] ---> 705634166843 [2021-04-01T00:38:52.598Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T00:38:52.863Z] Removing intermediate container de88aaba604c [2021-04-01T00:38:52.863Z] ---> c74cdd07b296 [2021-04-01T00:38:52.863Z] [2021-04-01T00:38:55.431Z] Successfully built c74cdd07b296 [2021-04-01T00:38:55.431Z] Successfully tagged docker-core-metadata-go:latest [2021-04-01T00:38:55.431Z] Building docker-sys-mgmt-agent-go [2021-04-01T00:38:55.431Z]  Building docker-core-metadata-go ... done  ---> e01aa9a8c693 [2021-04-01T00:38:55.431Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T00:38:58.249Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-01T00:38:58.249Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-01T00:38:58.249Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-01T00:38:58.249Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-01T00:38:58.249Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-01T00:38:58.249Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-01T00:38:58.249Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-01T00:38:59.690Z] ---> 3473142906db [2021-04-01T00:38:59.690Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T00:39:00.248Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-01T00:39:00.425Z] ---> 12d7e72ac2cd [2021-04-01T00:39:00.425Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T00:39:01.308Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-01T00:39:04.087Z] ---> Running in 011eead8b5c2 [2021-04-01T00:39:04.671Z] Removing intermediate container 011eead8b5c2 [2021-04-01T00:39:04.671Z] ---> 7b034ee16ce1 [2021-04-01T00:39:04.671Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T00:39:04.940Z] ---> 164804b23307 [2021-04-01T00:39:04.940Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T00:39:04.940Z] ---> Running in d47481f174c7 [2021-04-01T00:39:09.208Z] Removing intermediate container d47481f174c7 [2021-04-01T00:39:09.208Z] ---> 62e0802c4917 [2021-04-01T00:39:09.208Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T00:39:09.800Z] ---> Running in 52c93b8d72ea [2021-04-01T00:39:09.973Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-01T00:39:09.973Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-01T00:39:09.973Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-01T00:39:10.387Z] Removing intermediate container 52c93b8d72ea [2021-04-01T00:39:10.387Z] ---> f208b1574333 [2021-04-01T00:39:10.387Z] Step 28/31 : CMD ["gate"] [2021-04-01T00:39:10.983Z] ---> Running in 80b5491d6f4f [2021-04-01T00:39:12.452Z] Removing intermediate container 80b5491d6f4f [2021-04-01T00:39:12.452Z] ---> dc734a34d2bf [2021-04-01T00:39:12.452Z] Step 29/31 : LABEL arch=x86_64 [2021-04-01T00:39:14.441Z] ---> Running in 1f24b8476331 [2021-04-01T00:39:14.705Z] Removing intermediate container 1f24b8476331 [2021-04-01T00:39:14.705Z] ---> d60222eb6d97 [2021-04-01T00:39:14.705Z] Step 30/31 : LABEL git_sha=d7c3f18af9fea137955a59ad037e68ed70f1832c [2021-04-01T00:39:15.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.279s coverage: 45.9% of statements [2021-04-01T00:39:15.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-01T00:39:15.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-01T00:39:15.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-01T00:39:15.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-01T00:39:15.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-01T00:39:15.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-01T00:39:15.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.186s coverage: 19.8% of statements [2021-04-01T00:39:15.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.226s coverage: 100.0% of statements [2021-04-01T00:39:15.710Z] ---> Running in 342fcac34b27 [2021-04-01T00:39:16.309Z] Removing intermediate container 342fcac34b27 [2021-04-01T00:39:16.309Z] ---> 0ec7e1ab9351 [2021-04-01T00:39:16.309Z] Step 31/31 : LABEL version=0.0.0 [2021-04-01T00:39:16.915Z] ---> Running in f2d018bb470f [2021-04-01T00:39:18.354Z] Removing intermediate container f2d018bb470f [2021-04-01T00:39:18.354Z] ---> 2d9bb9466d12 [2021-04-01T00:39:18.354Z] [2021-04-01T00:39:19.780Z] Successfully built 2d9bb9466d12 [2021-04-01T00:39:19.780Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-01T00:39:21.199Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:39:21.199Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:39:21.199Z] ---> dce7c6a2e072 [2021-04-01T00:39:21.199Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T00:39:21.199Z] ---> Using cache [2021-04-01T00:39:21.199Z] ---> 04cec0d064ef [2021-04-01T00:39:21.199Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:39:21.199Z] ---> Using cache [2021-04-01T00:39:21.199Z] ---> dac6b9cc64ef [2021-04-01T00:39:21.199Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-01T00:39:21.199Z] ---> Using cache [2021-04-01T00:39:21.199Z] ---> 7ecda608cb0e [2021-04-01T00:39:21.199Z] Step 6/24 : COPY go.mod . [2021-04-01T00:39:21.199Z] ---> Using cache [2021-04-01T00:39:21.199Z] ---> 7630dd849eb5 [2021-04-01T00:39:21.199Z] Step 7/24 : RUN go mod download [2021-04-01T00:39:21.199Z] ---> Using cache [2021-04-01T00:39:21.199Z] ---> c70d38c9add4 [2021-04-01T00:39:21.199Z] Step 8/24 : COPY . . [2021-04-01T00:39:21.199Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:39:21.199Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:39:21.199Z] ---> dce7c6a2e072 [2021-04-01T00:39:21.199Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T00:39:21.199Z] ---> Using cache [2021-04-01T00:39:21.199Z] ---> 04cec0d064ef [2021-04-01T00:39:21.199Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:39:21.199Z] ---> Using cache [2021-04-01T00:39:21.199Z] ---> dac6b9cc64ef [2021-04-01T00:39:21.199Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T00:39:21.462Z] ---> Using cache [2021-04-01T00:39:21.462Z] ---> d11bb0186dc9 [2021-04-01T00:39:21.462Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T00:39:21.726Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:39:21.726Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:39:21.726Z] ---> dce7c6a2e072 [2021-04-01T00:39:21.726Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T00:39:21.726Z] ---> Using cache [2021-04-01T00:39:21.726Z] ---> 04cec0d064ef [2021-04-01T00:39:21.726Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:39:21.726Z] ---> Using cache [2021-04-01T00:39:21.726Z] ---> dac6b9cc64ef [2021-04-01T00:39:21.726Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T00:39:21.726Z] ---> Using cache [2021-04-01T00:39:21.726Z] ---> 7ecda608cb0e [2021-04-01T00:39:21.726Z] Step 6/21 : COPY go.mod . [2021-04-01T00:39:21.726Z] ---> Using cache [2021-04-01T00:39:21.726Z] ---> 7630dd849eb5 [2021-04-01T00:39:21.726Z] Step 7/21 : RUN go mod download [2021-04-01T00:39:21.726Z] ---> Using cache [2021-04-01T00:39:21.726Z] ---> c70d38c9add4 [2021-04-01T00:39:21.726Z] Step 8/21 : COPY . . [2021-04-01T00:39:21.989Z] ---> Using cache [2021-04-01T00:39:21.989Z] ---> d11bb0186dc9 [2021-04-01T00:39:21.989Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T00:39:22.252Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:39:22.252Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:39:22.252Z] ---> dce7c6a2e072 [2021-04-01T00:39:22.252Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T00:39:22.252Z] ---> Using cache [2021-04-01T00:39:22.252Z] ---> 04cec0d064ef [2021-04-01T00:39:22.252Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:39:22.252Z] ---> Using cache [2021-04-01T00:39:22.252Z] ---> dac6b9cc64ef [2021-04-01T00:39:22.252Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T00:39:23.212Z] ---> Running in 656dda2e9ef9 [2021-04-01T00:39:23.212Z] ---> Running in 36dde2b120a9 [2021-04-01T00:39:23.212Z] ---> Running in b9817e114846 [2021-04-01T00:39:23.212Z] ---> Running in 8f1ee719f8e0 [2021-04-01T00:39:23.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.489s coverage: 27.1% of statements [2021-04-01T00:39:23.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-01T00:39:23.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-01T00:39:23.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-01T00:39:23.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-01T00:39:23.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-01T00:39:23.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-01T00:39:23.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.132s coverage: 100.0% of statements [2021-04-01T00:39:23.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-01T00:39:23.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.177s coverage: 100.0% of statements [2021-04-01T00:39:23.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-01T00:39:23.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-01T00:39:24.173Z] 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-04-01T00:39:24.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:39:24.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:39:24.173Z] 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-04-01T00:39:24.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.347s coverage: 71.3% of statements [2021-04-01T00:39:24.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-01T00:39:24.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-01T00:39:25.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:39:25.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:39:25.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.542s coverage: 82.9% of statements [2021-04-01T00:39:25.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-01T00:39:25.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:39:25.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.190s coverage: 78.9% of statements [2021-04-01T00:39:25.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-01T00:39:25.783Z] OK: 233 MiB in 51 packages [2021-04-01T00:39:25.783Z] OK: 233 MiB in 51 packages [2021-04-01T00:39:27.331Z] Removing intermediate container b9817e114846 [2021-04-01T00:39:27.331Z] ---> 0e2ab2f3396b [2021-04-01T00:39:27.331Z] Step 6/23 : COPY go.mod . [2021-04-01T00:39:27.331Z] Removing intermediate container 36dde2b120a9 [2021-04-01T00:39:27.331Z] ---> eb1a2db59782 [2021-04-01T00:39:27.331Z] Step 6/26 : COPY go.mod . [2021-04-01T00:39:27.634Z] ---> 2c73bb0f9b45 [2021-04-01T00:39:27.634Z] Step 7/23 : RUN go mod download [2021-04-01T00:39:27.634Z] ---> 508686bb26b3 [2021-04-01T00:39:27.634Z] Step 7/26 : RUN go mod download [2021-04-01T00:39:27.634Z] ---> Running in 6d0b12f02eab [2021-04-01T00:39:27.917Z] ---> Running in 2f386a87fb51 [2021-04-01T00:39:32.247Z] Removing intermediate container 6d0b12f02eab [2021-04-01T00:39:32.247Z] ---> d904aca5c826 [2021-04-01T00:39:32.247Z] Step 8/23 : COPY . . [2021-04-01T00:39:32.247Z] Removing intermediate container 2f386a87fb51 [2021-04-01T00:39:32.247Z] ---> a2326f762f6f [2021-04-01T00:39:32.247Z] Step 8/26 : COPY . . [2021-04-01T00:39:35.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.111s coverage: 28.6% of statements [2021-04-01T00:39:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-01T00:39:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-01T00:39:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-01T00:39:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-01T00:39:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-01T00:39:35.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.237s coverage: 100.0% of statements [2021-04-01T00:39:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-01T00:39:35.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.136s coverage: 100.0% of statements [2021-04-01T00:39:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-01T00:39:35.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.488s coverage: 86.7% of statements [2021-04-01T00:39:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-01T00:39:35.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.528s coverage: 97.5% of statements [2021-04-01T00:39:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-01T00:39:35.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.239s coverage: 78.3% of statements [2021-04-01T00:39:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-01T00:39:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-01T00:39:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-01T00:39:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-01T00:39:44.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.188s coverage: 92.8% of statements [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-01T00:39:44.187Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.111s coverage: 58.8% of statements [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-01T00:39:44.187Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.273s coverage: 1.0% of statements [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-01T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-01T00:39:44.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.166s coverage: 47.1% of statements [2021-04-01T00:39:44.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.229s coverage: 79.5% of statements [2021-04-01T00:39:44.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.123s coverage: 94.1% of statements [2021-04-01T00:39:44.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.195s coverage: 96.3% of statements [2021-04-01T00:39:44.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.146s coverage: 87.5% of statements [2021-04-01T00:39:51.293Z] 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-04-01T00:39:51.293Z] 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-04-01T00:39:59.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.130s coverage: 94.4% of statements [2021-04-01T00:39:59.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.123s coverage: 44.8% of statements [2021-04-01T00:40:02.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.496s coverage: 82.6% of statements [2021-04-01T00:40:04.009Z] ---> bac6f31d42f5 [2021-04-01T00:40:04.010Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-01T00:40:04.010Z] ---> 9676958cc6c4 [2021-04-01T00:40:04.010Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-01T00:40:04.010Z] Removing intermediate container 656dda2e9ef9 [2021-04-01T00:40:04.010Z] ---> 148db1d74c20 [2021-04-01T00:40:04.010Z] [2021-04-01T00:40:04.010Z] Step 10/24 : FROM alpine:3.12 [2021-04-01T00:40:04.010Z] ---> 42cb162f0360 [2021-04-01T00:40:04.010Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T00:40:04.010Z] ---> Running in 7dcac2af81e3 [2021-04-01T00:40:04.010Z] ---> Running in 470d41138a46 [2021-04-01T00:40:04.010Z] Removing intermediate container 8f1ee719f8e0 [2021-04-01T00:40:04.010Z] ---> d25c2c18d634 [2021-04-01T00:40:04.010Z] [2021-04-01T00:40:04.010Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T00:40:04.010Z] ---> 42cb162f0360 [2021-04-01T00:40:04.010Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T00:40:04.010Z] ---> Running in 7149f419c462 [2021-04-01T00:40:04.010Z] ---> Running in ec69f6ec498f [2021-04-01T00:40:04.010Z] 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-04-01T00:40:04.010Z] 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-04-01T00:40:04.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:40:04.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:40:04.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:40:04.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:40:04.655Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T00:40:04.655Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T00:40:04.655Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T00:40:04.655Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T00:40:04.655Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T00:40:04.655Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T00:40:04.655Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:40:04.655Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T00:40:04.947Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T00:40:04.947Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T00:40:04.947Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T00:40:04.947Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:40:04.947Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T00:40:04.947Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T00:40:04.947Z] OK: 7 MiB in 18 packages [2021-04-01T00:40:04.947Z] OK: 7 MiB in 20 packages [2021-04-01T00:40:09.255Z] Removing intermediate container ec69f6ec498f [2021-04-01T00:40:09.255Z] ---> 2526ee083d3f [2021-04-01T00:40:09.255Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T00:40:09.255Z] Removing intermediate container 7149f419c462 [2021-04-01T00:40:09.255Z] ---> c9a4fc1cb5c9 [2021-04-01T00:40:09.255Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T00:40:09.255Z] ---> Running in 757fa55afdcc [2021-04-01T00:40:09.255Z] ---> Running in f88ad3e2f8ef [2021-04-01T00:40:09.526Z] Removing intermediate container 757fa55afdcc [2021-04-01T00:40:09.526Z] ---> 26a131c81892 [2021-04-01T00:40:09.526Z] Step 13/21 : WORKDIR /edgex [2021-04-01T00:40:09.526Z] Removing intermediate container f88ad3e2f8ef [2021-04-01T00:40:09.526Z] ---> 1fd7531340d4 [2021-04-01T00:40:09.526Z] Step 13/24 : WORKDIR / [2021-04-01T00:40:09.801Z] ---> Running in 0b3fe5d59e73 [2021-04-01T00:40:09.801Z] ---> Running in 26f7afdcc46f [2021-04-01T00:40:10.079Z] Removing intermediate container 0b3fe5d59e73 [2021-04-01T00:40:10.079Z] ---> bc31058f81db [2021-04-01T00:40:10.079Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T00:40:10.079Z] Removing intermediate container 26f7afdcc46f [2021-04-01T00:40:10.079Z] ---> 0ab4fbf768bd [2021-04-01T00:40:10.079Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-01T00:40:10.704Z] ---> 733ae425ab4d [2021-04-01T00:40:10.704Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T00:40:10.704Z] ---> ef3239dd1072 [2021-04-01T00:40:10.704Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-01T00:40:11.313Z] ---> f40ea8b3917b [2021-04-01T00:40:11.313Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-01T00:40:11.595Z] ---> c82848b22c4d [2021-04-01T00:40:11.595Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T00:40:12.584Z] ---> a68f2ca83e45 [2021-04-01T00:40:12.584Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T00:40:12.584Z] ---> 2c3d99256055 [2021-04-01T00:40:12.584Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-01T00:40:12.875Z] ---> Running in 8b5730400d1d [2021-04-01T00:40:12.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.225s coverage: 92.9% of statements [2021-04-01T00:40:12.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-01T00:40:12.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-01T00:40:12.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-01T00:40:12.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-04-01T00:40:12.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-01T00:40:12.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-01T00:40:12.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-01T00:40:12.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-01T00:40:12.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-01T00:40:12.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-04-01T00:40:12.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-01T00:40:12.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-01T00:40:12.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-04-01T00:40:12.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-01T00:40:12.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.144s coverage: 75.5% of statements [2021-04-01T00:40:12.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-01T00:40:12.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.133s coverage: 80.8% of statements [2021-04-01T00:40:12.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.187s coverage: 87.2% of statements [2021-04-01T00:40:12.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.182s coverage: 84.6% of statements [2021-04-01T00:40:12.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.263s coverage: 91.6% of statements [2021-04-01T00:40:12.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-01T00:40:12.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.589s coverage: 64.4% of statements [2021-04-01T00:40:12.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-01T00:40:12.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-01T00:40:12.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.116s coverage: 100.0% of statements [2021-04-01T00:40:12.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.116s coverage: 91.3% of statements [2021-04-01T00:40:13.152Z] Removing intermediate container 8b5730400d1d [2021-04-01T00:40:13.152Z] ---> 29dbe81bade0 [2021-04-01T00:40:13.152Z] Step 18/21 : CMD ["--init=true"] [2021-04-01T00:40:13.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements [2021-04-01T00:40:13.425Z] ---> 90111ed5e4f7 [2021-04-01T00:40:13.425Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T00:40:13.425Z] ---> Running in 709ebb4b1067 [2021-04-01T00:40:13.707Z] Removing intermediate container 709ebb4b1067 [2021-04-01T00:40:13.707Z] ---> 482ec3a96dc6 [2021-04-01T00:40:13.707Z] Step 19/21 : LABEL arch=x86_64 [2021-04-01T00:40:13.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements [2021-04-01T00:40:13.978Z] ---> Running in 896e9f419951 [2021-04-01T00:40:14.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-04-01T00:40:14.572Z] Removing intermediate container 896e9f419951 [2021-04-01T00:40:14.572Z] ---> 32910cf92a81 [2021-04-01T00:40:14.572Z] Step 20/21 : LABEL git_sha=d7c3f18af9fea137955a59ad037e68ed70f1832c [2021-04-01T00:40:14.572Z] ---> Running in 05717aa5ac86 [2021-04-01T00:40:14.572Z] ---> 1a29d9a044ef [2021-04-01T00:40:14.572Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T00:40:14.848Z] Removing intermediate container 05717aa5ac86 [2021-04-01T00:40:14.848Z] ---> abb7012aa5ac [2021-04-01T00:40:14.848Z] Step 21/21 : LABEL version=0.0.0 [2021-04-01T00:40:15.118Z] ---> f4990171c406 [2021-04-01T00:40:15.118Z] Step 20/24 : 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-04-01T00:40:15.118Z] ---> Running in 5709abcef6e4 [2021-04-01T00:40:15.118Z] ---> Running in 5e51d6785241 [2021-04-01T00:40:15.390Z] Removing intermediate container 5709abcef6e4 [2021-04-01T00:40:15.390Z] ---> f5bb5681db6d [2021-04-01T00:40:15.390Z] [2021-04-01T00:40:16.834Z] Successfully built f5bb5681db6d [2021-04-01T00:40:16.834Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-01T00:40:17.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.918s coverage: 69.0% of statements [2021-04-01T00:40:17.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-01T00:40:17.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-01T00:40:17.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-01T00:40:18.544Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 5e51d6785241 [2021-04-01T00:40:18.544Z] ---> 6f2780962a87 [2021-04-01T00:40:18.544Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T00:40:18.544Z] ---> Running in 42f1be1e4c64 [2021-04-01T00:40:18.544Z] Removing intermediate container 42f1be1e4c64 [2021-04-01T00:40:18.544Z] ---> 17356804e7c5 [2021-04-01T00:40:18.544Z] Step 22/24 : LABEL arch=x86_64 [2021-04-01T00:40:18.822Z] ---> Running in ca49efb93d19 [2021-04-01T00:40:19.417Z] Removing intermediate container ca49efb93d19 [2021-04-01T00:40:19.417Z] ---> 2391e9672492 [2021-04-01T00:40:19.417Z] Step 23/24 : LABEL git_sha=d7c3f18af9fea137955a59ad037e68ed70f1832c [2021-04-01T00:40:19.687Z] ---> Running in 6b7f7be7d1fa [2021-04-01T00:40:19.962Z] Removing intermediate container 6b7f7be7d1fa [2021-04-01T00:40:19.962Z] ---> ba1663b34ad2 [2021-04-01T00:40:19.962Z] Step 24/24 : LABEL version=0.0.0 [2021-04-01T00:40:19.962Z] ---> Running in f5aa67e3527b [2021-04-01T00:40:20.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.450s coverage: 38.4% of statements [2021-04-01T00:40:20.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-01T00:40:20.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-01T00:40:20.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.140s coverage: 89.5% of statements [2021-04-01T00:40:20.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-01T00:40:20.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.084s coverage: 84.8% of statements [2021-04-01T00:40:20.234Z] Removing intermediate container f5aa67e3527b [2021-04-01T00:40:20.234Z] ---> 14fc312b4da7 [2021-04-01T00:40:20.234Z] [2021-04-01T00:40:20.832Z] Successfully built 14fc312b4da7 [2021-04-01T00:40:20.832Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-01T00:40:25.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.357s coverage: 47.0% of statements [2021-04-01T00:40:25.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-01T00:40:25.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-01T00:40:25.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-01T00:40:25.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-01T00:40:25.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-01T00:40:25.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements [2021-04-01T00:40:25.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-01T00:40:25.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements [2021-04-01T00:40:25.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-01T00:40:25.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-01T00:40:25.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-04-01T00:40:25.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-01T00:40:26.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.528s coverage: 87.1% of statements [2021-04-01T00:40:26.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-01T00:40:26.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:40:26.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-01T00:40:29.092Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 7dcac2af81e3 [2021-04-01T00:40:29.092Z] ---> cb59fc660192 [2021-04-01T00:40:29.092Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T00:40:29.092Z] ---> Running in d0ba556f4fca [2021-04-01T00:40:31.029Z] 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-04-01T00:40:32.897Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.382s coverage: 29.1% of statements [2021-04-01T00:40:32.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-01T00:40:32.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-01T00:40:32.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-01T00:40:32.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-01T00:40:32.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-01T00:40:32.897Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.203s coverage: 99.0% of statements [2021-04-01T00:40:32.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-01T00:40:32.897Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.144s coverage: 100.0% of statements [2021-04-01T00:40:32.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-01T00:40:32.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-01T00:40:32.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-01T00:40:32.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-01T00:40:32.897Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.257s coverage: 95.0% of statements [2021-04-01T00:40:32.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-01T00:40:32.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:40:32.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-01T00:40:32.898Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-04-01T00:40:32.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-01T00:40:32.898Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements [2021-04-01T00:40:32.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-01T00:40:32.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-01T00:40:32.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-01T00:40:32.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-01T00:40:32.959Z] Removing intermediate container d0ba556f4fca [2021-04-01T00:40:32.959Z] ---> e0286d780316 [2021-04-01T00:40:32.959Z] [2021-04-01T00:40:32.959Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T00:40:32.959Z] 20.10.0: Pulling from library/docker [2021-04-01T00:40:33.177Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2021-04-01T00:40:33.177Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-01T00:40:33.177Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-01T00:40:33.450Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements [2021-04-01T00:40:33.912Z] Removing intermediate container 470d41138a46 [2021-04-01T00:40:33.912Z] ---> 40d4567074eb [2021-04-01T00:40:33.912Z] [2021-04-01T00:40:33.912Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T00:40:33.912Z] ---> 42cb162f0360 [2021-04-01T00:40:33.912Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T00:40:34.189Z] ---> Running in 2acd8de14f9e [2021-04-01T00:40:34.766Z] Removing intermediate container 2acd8de14f9e [2021-04-01T00:40:34.766Z] ---> d0873642a0e0 [2021-04-01T00:40:34.766Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T00:40:34.892Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.116s coverage: 32.1% of statements [2021-04-01T00:40:35.341Z] ---> Running in f5f7f002f65b [2021-04-01T00:40:35.607Z] Removing intermediate container f5f7f002f65b [2021-04-01T00:40:35.607Z] ---> eaa6f7bb1dde [2021-04-01T00:40:35.607Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T00:40:35.607Z] ---> Running in 7a83d17c9766 [2021-04-01T00:40:35.871Z] Removing intermediate container 7a83d17c9766 [2021-04-01T00:40:35.871Z] ---> 9df7cc35c001 [2021-04-01T00:40:35.871Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:40:36.134Z] ---> Running in c77ad389f4a5 [2021-04-01T00:40:36.321Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-04-01T00:40:36.915Z] GO111MODULE=on go vet ./... [2021-04-01T00:40:37.535Z] Removing intermediate container c77ad389f4a5 [2021-04-01T00:40:37.535Z] ---> 95bc3d6ed1d3 [2021-04-01T00:40:37.535Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T00:40:37.535Z] ---> Running in 4ac7a83d6d05 [2021-04-01T00:40:38.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:40:39.505Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T00:40:39.505Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T00:40:39.505Z] ---> aefe523efa57 [2021-04-01T00:40:39.505Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T00:40:39.505Z] ---> Running in 8123cdd823f4 [2021-04-01T00:40:39.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:40:40.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:40:40.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:40:40.321Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T00:40:40.321Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T00:40:40.321Z] Executing bash-5.0.17-r0.post-install [2021-04-01T00:40:40.321Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:40:40.321Z] OK: 12 MiB in 22 packages [2021-04-01T00:40:40.615Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T00:40:40.615Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T00:40:40.615Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T00:40:40.904Z] Removing intermediate container 8123cdd823f4 [2021-04-01T00:40:40.904Z] ---> 71b1dbb284b9 [2021-04-01T00:40:40.904Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T00:40:40.904Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T00:40:40.904Z] ---> Running in a5633658bf72 [2021-04-01T00:40:40.904Z] Removing intermediate container a5633658bf72 [2021-04-01T00:40:40.904Z] ---> 4e40464bc8e6 [2021-04-01T00:40:40.904Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T00:40:41.181Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T00:40:41.181Z] ---> Running in 9c35c41bac5c [2021-04-01T00:40:41.181Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T00:40:41.181Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:40:41.181Z] OK: 8 MiB in 20 packages [2021-04-01T00:40:41.181Z] Removing intermediate container 9c35c41bac5c [2021-04-01T00:40:41.181Z] ---> f890ee8fab95 [2021-04-01T00:40:41.181Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T00:40:41.466Z] ---> Running in b53407264360 [2021-04-01T00:40:41.466Z] Removing intermediate container b53407264360 [2021-04-01T00:40:41.466Z] ---> 6b0069a99ec4 [2021-04-01T00:40:41.466Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T00:40:41.829Z] Removing intermediate container 4ac7a83d6d05 [2021-04-01T00:40:41.829Z] ---> 9161f8654a27 [2021-04-01T00:40:41.829Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:40:42.094Z] ---> b64076fd220e [2021-04-01T00:40:42.094Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T00:40:42.361Z] ---> 31c8416219b5 [2021-04-01T00:40:42.361Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T00:40:42.361Z] ---> aeb1627dd9a4 [2021-04-01T00:40:42.361Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T00:40:42.937Z] ---> e33c2a8de4e2 [2021-04-01T00:40:42.937Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T00:40:42.937Z] ---> Running in 3c3b74e14896 [2021-04-01T00:40:42.937Z] ---> 966294fb1082 [2021-04-01T00:40:42.937Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T00:40:43.202Z] ---> e22faf018ce7 [2021-04-01T00:40:43.202Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T00:40:43.202Z] ---> Running in 73e0c92aba9b [2021-04-01T00:40:43.465Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:40:43.465Z] Removing intermediate container 73e0c92aba9b [2021-04-01T00:40:43.465Z] ---> 492d23655661 [2021-04-01T00:40:43.465Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:40:43.465Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:40:43.465Z] ---> Running in 2de5e357da06 [2021-04-01T00:40:43.465Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T00:40:43.727Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T00:40:43.727Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T00:40:43.727Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T00:40:43.727Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T00:40:43.727Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T00:40:43.727Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T00:40:43.727Z] Removing intermediate container 2de5e357da06 [2021-04-01T00:40:43.727Z] ---> 8c2029471cc2 [2021-04-01T00:40:43.727Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T00:40:44.300Z] ---> Running in b61f59b2f588 [2021-04-01T00:40:47.614Z] Removing intermediate container b61f59b2f588 [2021-04-01T00:40:47.614Z] ---> 46465e09f183 [2021-04-01T00:40:47.614Z] Step 22/23 : LABEL git_sha=d7c3f18af9fea137955a59ad037e68ed70f1832c [2021-04-01T00:40:47.614Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T00:40:47.614Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T00:40:47.614Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T00:40:47.614Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T00:40:47.614Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T00:40:47.614Z] ---> Running in 684e7211cc2a [2021-04-01T00:40:47.614Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T00:40:47.614Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T00:40:47.614Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T00:40:47.614Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T00:40:47.614Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T00:40:47.614Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T00:40:47.614Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T00:40:47.614Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T00:40:47.614Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T00:40:48.189Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T00:40:48.459Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T00:40:48.459Z] Removing intermediate container 684e7211cc2a [2021-04-01T00:40:48.459Z] ---> 6c4c87ff7a03 [2021-04-01T00:40:48.459Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T00:40:48.459Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T00:40:48.459Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T00:40:48.459Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T00:40:48.720Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T00:40:48.720Z] ---> Running in 0d6506d6f60b [2021-04-01T00:40:48.720Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T00:40:48.720Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T00:40:48.720Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T00:40:48.720Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T00:40:48.720Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T00:40:48.720Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T00:40:48.720Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:40:48.720Z] OK: 71 MiB in 55 packages [2021-04-01T00:40:49.677Z] Removing intermediate container 0d6506d6f60b [2021-04-01T00:40:49.677Z] ---> 5c2f7bc6aab0 [2021-04-01T00:40:49.677Z] [2021-04-01T00:40:49.942Z] Successfully built 5c2f7bc6aab0 [2021-04-01T00:40:49.942Z] Successfully tagged docker-core-data-go:latest [2021-04-01T00:40:55.262Z]  Building docker-core-data-go ... done Removing intermediate container 3c3b74e14896 [2021-04-01T00:40:55.262Z] ---> 14873e40ae7f [2021-04-01T00:40:55.262Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-01T00:40:55.262Z] ---> Running in 8b736ac8200a [2021-04-01T00:40:56.207Z] Collecting docker-compose==1.23.2 [2021-04-01T00:40:56.207Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T00:40:56.207Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T00:40:56.207Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T00:40:56.780Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T00:40:56.780Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T00:40:57.041Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T00:40:57.041Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T00:40:57.041Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T00:40:57.041Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T00:40:57.614Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T00:40:57.614Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T00:40:58.186Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T00:40:58.186Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T00:40:58.186Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T00:40:58.186Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T00:40:58.186Z] 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-04-01T00:40:58.448Z] Collecting PyYAML<4,>=3.10 [2021-04-01T00:40:58.448Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T00:40:59.393Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T00:40:59.393Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T00:40:59.393Z] 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-04-01T00:40:59.655Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T00:40:59.655Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T00:40:59.655Z] Collecting idna<2.8,>=2.5 [2021-04-01T00:40:59.655Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T00:40:59.655Z] 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-04-01T00:40:59.655Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T00:40:59.655Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T00:40:59.655Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T00:40:59.655Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T00:40:59.655Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T00:40:59.655Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T00:40:59.922Z] Installing collected packages: docopt, jsonschema, websocket-client, texttable, dockerpty, urllib3, idna, requests, cached-property, PyYAML, docker-pycreds, docker, docker-compose [2021-04-01T00:40:59.922Z] Running setup.py install for docopt: started [2021-04-01T00:41:00.511Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T00:41:00.511Z] Running setup.py install for texttable: started [2021-04-01T00:41:01.100Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T00:41:01.100Z] Running setup.py install for dockerpty: started [2021-04-01T00:41:01.370Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T00:41:01.370Z] Attempting uninstall: urllib3 [2021-04-01T00:41:01.370Z] Found existing installation: urllib3 1.25.9 [2021-04-01T00:41:01.370Z] Uninstalling urllib3-1.25.9: [2021-04-01T00:41:01.631Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T00:41:01.631Z] Attempting uninstall: idna [2021-04-01T00:41:01.631Z] Found existing installation: idna 2.9 [2021-04-01T00:41:01.631Z] Uninstalling idna-2.9: [2021-04-01T00:41:01.631Z] Successfully uninstalled idna-2.9 [2021-04-01T00:41:01.893Z] Attempting uninstall: requests [2021-04-01T00:41:01.893Z] Found existing installation: requests 2.23.0 [2021-04-01T00:41:01.893Z] Uninstalling requests-2.23.0: [2021-04-01T00:41:01.893Z] Successfully uninstalled requests-2.23.0 [2021-04-01T00:41:02.156Z] Running setup.py install for PyYAML: started [2021-04-01T00:41:02.730Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T00:41:02.991Z] 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-04-01T00:41:07.208Z] Removing intermediate container 8b736ac8200a [2021-04-01T00:41:07.208Z] ---> ca95f850a695 [2021-04-01T00:41:07.208Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T00:41:07.208Z] ---> Running in 656f43e09b6e [2021-04-01T00:41:07.208Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:41:07.208Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:41:07.208Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T00:41:07.208Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T00:41:07.208Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T00:41:07.208Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:41:07.208Z] OK: 72 MiB in 58 packages [2021-04-01T00:41:07.783Z] Removing intermediate container 656f43e09b6e [2021-04-01T00:41:07.783Z] ---> 4958178b3c29 [2021-04-01T00:41:07.783Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T00:41:07.783Z] ---> Running in 70e501a61435 [2021-04-01T00:41:08.047Z] Removing intermediate container 70e501a61435 [2021-04-01T00:41:08.047Z] ---> 6cbf53855d90 [2021-04-01T00:41:08.047Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:41:08.047Z] ---> Running in 8f51b74eab3f [2021-04-01T00:41:08.995Z] Removing intermediate container 8f51b74eab3f [2021-04-01T00:41:08.995Z] ---> 0d9a85d9baa4 [2021-04-01T00:41:08.995Z] Step 24/26 : LABEL arch=x86_64 [2021-04-01T00:41:08.995Z] ---> Running in 0e5f53ff5056 [2021-04-01T00:41:08.995Z] Removing intermediate container 0e5f53ff5056 [2021-04-01T00:41:08.995Z] ---> 789804632c00 [2021-04-01T00:41:08.995Z] Step 25/26 : LABEL git_sha=d7c3f18af9fea137955a59ad037e68ed70f1832c [2021-04-01T00:41:08.995Z] ---> Running in 6996b2c6c058 [2021-04-01T00:41:09.257Z] Removing intermediate container 6996b2c6c058 [2021-04-01T00:41:09.257Z] ---> bf136a94879b [2021-04-01T00:41:09.257Z] Step 26/26 : LABEL version=0.0.0 [2021-04-01T00:41:09.257Z] ---> Running in 39cb87eaad4c [2021-04-01T00:41:09.519Z] Removing intermediate container 39cb87eaad4c [2021-04-01T00:41:09.519Z] ---> 8b0ffc1077d6 [2021-04-01T00:41:09.519Z] [2021-04-01T00:41:09.519Z] Successfully built 8b0ffc1077d6 [2021-04-01T00:41:09.781Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-01T00:41:11.192Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-01T00:41:11.218Z] $ docker stop --time=1 dd4e36876157764921ea810aa942904ac745c6bf68c26b874cf4a90b55419c55 [2021-04-01T00:41:12.940Z] $ docker rm -f dd4e36876157764921ea810aa942904ac745c6bf68c26b874cf4a90b55419c55 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T00:41:13.482Z] + docker images [2021-04-01T00:41:13.482Z] + grep docker [2021-04-01T00:41:13.745Z] docker-sys-mgmt-agent-go latest 8b0ffc1077d6 4 seconds ago 314MB [2021-04-01T00:41:13.745Z] docker-core-data-go latest 5c2f7bc6aab0 25 seconds ago 22.7MB [2021-04-01T00:41:13.745Z] docker-security-secretstore-setup-go latest 14fc312b4da7 53 seconds ago 25.7MB [2021-04-01T00:41:13.745Z] docker-security-proxy-setup-go latest f5bb5681db6d 58 seconds ago 25.4MB [2021-04-01T00:41:13.745Z] docker-security-bootstrapper-go latest 2d9bb9466d12 About a minute ago 18.9MB [2021-04-01T00:41:13.745Z] docker-core-metadata-go latest c74cdd07b296 2 minutes ago 19MB [2021-04-01T00:41:13.745Z] docker-core-command-go latest 638c0db91286 2 minutes ago 17.3MB [2021-04-01T00:41:13.745Z] docker-support-notifications-go latest 3e430cac0f76 2 minutes ago 17.9MB [2021-04-01T00:41:13.745Z] docker-support-scheduler-go latest 9e267b80eb13 2 minutes ago 17.4MB [2021-04-01T00:41:13.745Z] docker 20.10.0 aefe523efa57 3 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-04-01T00:41:29.473Z] Still waiting to schedule task [2021-04-01T00:41:29.473Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-32373’ [2021-04-01T00:41:58.715Z] gofmt -l . [2021-04-01T00:41:58.715Z] [ "`gofmt -l .`" = "" ] [2021-04-01T00:41:58.715Z] ./bin/test-go-mod-tidy.sh [2021-04-01T00:41:58.715Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-01T00:41:59.468Z] + ls -al . [2021-04-01T00:41:59.468Z] total 808 [2021-04-01T00:41:59.468Z] drwxrwxr-x 9 1001 1001 4096 Apr 1 00:41 . [2021-04-01T00:41:59.468Z] drwxr-xr-x 4 root root 4096 Apr 1 00:37 .. [2021-04-01T00:41:59.468Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 00:35 .dockerignore [2021-04-01T00:41:59.468Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 00:36 .git [2021-04-01T00:41:59.468Z] drwxrwxr-x 3 1001 1001 4096 Apr 1 00:35 .github [2021-04-01T00:41:59.468Z] -rw-rw-r-- 1 1001 1001 818 Apr 1 00:36 .gitignore [2021-04-01T00:41:59.468Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 00:35 .sonarcloud.properties [2021-04-01T00:41:59.468Z] -rw-rw-r-- 1 1001 1001 8607 Apr 1 00:36 Attribution.txt [2021-04-01T00:41:59.468Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 00:35 CONTRIBUTING.md [2021-04-01T00:41:59.468Z] -rw-rw-r-- 1 1001 1001 931 Apr 1 00:36 Dockerfile.build [2021-04-01T00:41:59.468Z] -rw-rw-r-- 1 1001 1001 863 Apr 1 00:35 Jenkinsfile [2021-04-01T00:41:59.468Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 00:35 LICENSE [2021-04-01T00:41:59.468Z] -rw-rw-r-- 1 1001 1001 5774 Apr 1 00:36 Makefile [2021-04-01T00:41:59.468Z] -rw-rw-r-- 1 1001 1001 6548 Apr 1 00:36 README.md [2021-04-01T00:41:59.468Z] -rw-rw-r-- 1 1001 1001 6755 Apr 1 00:36 SECURITY.md [2021-04-01T00:41:59.468Z] -rw-rw-r-- 1 1001 1001 5 Apr 1 00:32 VERSION [2021-04-01T00:41:59.468Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 00:35 ZMQWindows.md [2021-04-01T00:41:59.468Z] drwxrwxr-x 2 1001 1001 4096 Apr 1 00:36 bin [2021-04-01T00:41:59.468Z] drwxrwxr-x 14 1001 1001 4096 Apr 1 00:36 cmd [2021-04-01T00:41:59.468Z] -rw-r--r-- 1 root root 669470 Apr 1 00:40 coverage.out [2021-04-01T00:41:59.468Z] -rw-r--r-- 1 root root 1056 Apr 1 00:41 go.mod [2021-04-01T00:41:59.468Z] -rw-r--r-- 1 root root 22360 Apr 1 00:41 go.sum [2021-04-01T00:41:59.468Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 00:35 internal [2021-04-01T00:41:59.468Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 00:35 openapi [2021-04-01T00:41:59.468Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 00:36 snap [2021-04-01T00:41:59.468Z] -rw-rw-r-- 1 1001 1001 168 Apr 1 00:35 version.go [Pipeline] sh [2021-04-01T00:42:00.146Z] + '[' -e coverage.out ] [2021-04-01T00:42:00.147Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-01T00:42:00.167Z] Warning: overwriting stash ‘coverage-report’ [2021-04-01T00:42:01.435Z] Stashed 1 file(s) [Pipeline] sh [2021-04-01T00:42:02.162Z] + make build [2021-04-01T00:42:02.162Z] 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-04-01T00:42:12.354Z] 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-04-01T00:42:39.204Z] 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-04-01T00:42:40.642Z] 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-04-01T00:42:47.362Z] 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-04-01T00:42:47.969Z] 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-04-01T00:42:53.425Z] 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-04-01T00:43:00.014Z] Running on prd-ubuntu18.04-docker-8c-8g-32376 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-04-01T00:43:00.088Z] Running in /w/workspace/edgex-go/92 [Pipeline] { [Pipeline] checkout [2021-04-01T00:43:00.167Z] 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-04-01T00:43:02.231Z] using credential edgex-jenkins-ssh [2021-04-01T00:43:02.291Z] Cloning the remote Git repository [2021-04-01T00:43:02.314Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-01T00:43:02.439Z] > git init /w/workspace/edgex-go/92 # timeout=10 [2021-04-01T00:43:02.477Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T00:43:02.478Z] > git --version # timeout=10 [2021-04-01T00:43:02.485Z] > git --version # 'git version 2.17.1' [2021-04-01T00:43:02.485Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T00:43:02.515Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T00:43:03.582Z] 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-04-01T00:43:07.890Z] 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-04-01T00:43:12.197Z] 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-04-01T00:43:14.395Z] Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-04-01T00:43:13.761Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T00:43:13.768Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T00:43:13.777Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T00:43:13.789Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T00:43:13.789Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T00:43:13.795Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T00:43:14.404Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T00:43:14.410Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-04-01T00:43:14.489Z] > git remote # timeout=10 [2021-04-01T00:43:14.496Z] > git config --get remote.origin.url # timeout=10 [2021-04-01T00:43:14.502Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T00:43:14.505Z] > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 [2021-04-01T00:43:14.711Z] Merge succeeded, producing d3668a9e8911d20ff124098d0a2ed9c3f3b7c893 [2021-04-01T00:43:14.712Z] Checking out Revision d3668a9e8911d20ff124098d0a2ed9c3f3b7c893 (PR-2858) [2021-04-01T00:43:15.596Z] 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-04-01T00:43:14.696Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-01T00:43:14.713Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T00:43:14.718Z] > git checkout -f d3668a9e8911d20ff124098d0a2ed9c3f3b7c893 # timeout=10 [2021-04-01T00:43:18.415Z] Commit message: "Merge commit 'f2bd0815c0e73667d07e5744b61daa5be38d8f92' into HEAD" [2021-04-01T00:43:18.424Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:43:19.524Z] + echo snap-build.sh [2021-04-01T00:43:19.524Z] snap-build.sh [2021-04-01T00:43:19.524Z] + SNAP_BASE_DIR=. [2021-04-01T00:43:19.524Z] + '[' '!' -z /w/workspace/edgex-go/92 ']' [2021-04-01T00:43:19.524Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/92 [2021-04-01T00:43:19.524Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/92]' [2021-04-01T00:43:19.524Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/92] [2021-04-01T00:43:19.524Z] + cd /w/workspace/edgex-go/92 [2021-04-01T00:43:19.524Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-01T00:43:19.524Z] Reading package lists... [2021-04-01T00:43:19.785Z] Building dependency tree... [2021-04-01T00:43:19.785Z] Reading state information... [2021-04-01T00:43:19.785Z] The following packages were automatically installed and are no longer required: [2021-04-01T00:43:19.785Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-01T00:43:19.785Z] uidmap xdelta3 [2021-04-01T00:43:19.785Z] Use 'sudo apt autoremove' to remove them. [2021-04-01T00:43:20.048Z] The following packages will be REMOVED: [2021-04-01T00:43:20.048Z] lxd* lxd-client* [2021-04-01T00:43:18.417Z] > git rev-list --no-walk 4ca3aadbfc2b8e02a323f43a60485f1934dd17a9 # timeout=10 [2021-04-01T00:43:20.310Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-01T00:43:20.310Z] After this operation, 31.7 MB disk space will be freed. [2021-04-01T00:43:21.361Z] (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-04-01T00:43:21.361Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T00:43:21.937Z] Removing lxd dnsmasq configuration [2021-04-01T00:43:22.199Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] } [2021-04-01T00:43:22.312Z] $ docker stop --time=1 8ca037ea1f1672b0146c19f7c3698a051eda393edc66da553dda05c1d80a8fd2 [2021-04-01T00:43:22.462Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-01T00:43:23.410Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-01T00:43:23.410Z] (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-04-01T00:43:23.410Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T00:43:24.802Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-01T00:43:24.802Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-01T00:43:24.880Z] $ docker rm -f 8ca037ea1f1672b0146c19f7c3698a051eda393edc66da553dda05c1d80a8fd2 [2021-04-01T00:43:26.187Z] + sudo snap remove --purge lxd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-04-01T00:43:26.450Z] snap "lxd" is not installed [2021-04-01T00:43:26.450Z] + sudo groupadd --force --system lxd [2021-04-01T00:43:26.450Z] ++ whoami [2021-04-01T00:43:26.450Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-01T00:43:26.450Z] + newgrp - lxd [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:43:26.715Z] + sudo snap install lxd [2021-04-01T00:43:26.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T00:43:26.936Z] [2021-04-01T00:43:26.936Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:43:27.317Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T00:43:27.317Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-01T00:43:27.317Z] 29e5d40040c1: Pulling fs layer [2021-04-01T00:43:27.317Z] 1ce36da41761: Pulling fs layer [2021-04-01T00:43:27.317Z] 25b303627fd3: Pulling fs layer [2021-04-01T00:43:27.907Z] 29e5d40040c1: Verifying Checksum [2021-04-01T00:43:27.907Z] 29e5d40040c1: Download complete [2021-04-01T00:43:28.180Z] 1ce36da41761: Verifying Checksum [2021-04-01T00:43:28.180Z] 1ce36da41761: Download complete [2021-04-01T00:43:28.455Z] 29e5d40040c1: Pull complete [2021-04-01T00:43:29.894Z] 25b303627fd3: Verifying Checksum [2021-04-01T00:43:29.894Z] 25b303627fd3: Download complete [2021-04-01T00:43:29.894Z] 1ce36da41761: Pull complete [2021-04-01T00:43:40.037Z] 25b303627fd3: Pull complete [2021-04-01T00:43:40.037Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-01T00:43:40.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T00:43:40.037Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-01T00:43:40.299Z] prd-ubuntu18.04-docker-arm64-4c-16g-32371 does not seem to be running inside a container [2021-04-01T00:43:40.361Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/92 -v /w/workspace/edgex-go/92:/w/workspace/edgex-go/92:rw,z -v /w/workspace/edgex-go/92@tmp:/w/workspace/edgex-go/92@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-04-01T00:43:43.334Z] $ docker top 2b40e25be408094e34f34bba00eec2523a671e833b8f781873808aef62a79c14 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T00:43:44.315Z] + docker-compose build --help [2021-04-01T00:43:44.316Z] + grep parallel [2021-04-01T00:43:47.681Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T00:43:47.960Z] $ docker stop --time=1 2b40e25be408094e34f34bba00eec2523a671e833b8f781873808aef62a79c14 [2021-04-01T00:43:49.877Z] $ docker rm -f 2b40e25be408094e34f34bba00eec2523a671e833b8f781873808aef62a79c14 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:43:50.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T00:43:50.698Z] . [Pipeline] withDockerContainer [2021-04-01T00:43:50.957Z] prd-ubuntu18.04-docker-arm64-4c-16g-32371 does not seem to be running inside a container [2021-04-01T00:43:51.020Z] $ 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/92 -v /w/workspace/edgex-go/92:/w/workspace/edgex-go/92:rw,z -v /w/workspace/edgex-go/92@tmp:/w/workspace/edgex-go/92@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-04-01T00:43:52.347Z] $ docker top 89711a172767676140080aae6690267f831c56fe4ad2b293b5a3114d06fa199b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T00:43:53.365Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T00:43:56.728Z] Building docker-core-command-go ... [2021-04-01T00:43:56.728Z] Building docker-core-data-go ... [2021-04-01T00:43:56.728Z] Building docker-core-metadata-go ... [2021-04-01T00:43:56.728Z] Building docker-security-bootstrapper-go ... [2021-04-01T00:43:56.728Z] Building docker-security-proxy-setup-go ... [2021-04-01T00:43:56.728Z] Building docker-security-secretstore-setup-go ... [2021-04-01T00:43:56.728Z] Building docker-support-notifications-go ... [2021-04-01T00:43:56.728Z] Building docker-support-scheduler-go ... [2021-04-01T00:43:56.728Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T00:43:56.728Z] Building docker-sys-mgmt-agent-go [2021-04-01T00:43:56.728Z] Building docker-support-notifications-go [2021-04-01T00:43:56.728Z] Building docker-core-command-go [2021-04-01T00:43:56.728Z] Building docker-core-metadata-go [2021-04-01T00:43:56.728Z] Building docker-security-proxy-setup-go [2021-04-01T00:44:13.523Z] 2021-04-01T00:44:05Z INFO Waiting for automatic snapd restart... [2021-04-01T00:45:18.498Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:45:18.498Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:45:18.498Z] ---> 51440efd401c [2021-04-01T00:45:18.498Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T00:45:18.498Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:45:18.498Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:45:18.498Z] ---> 51440efd401c [2021-04-01T00:45:18.498Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T00:45:18.498Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:45:18.498Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:45:18.498Z] ---> 51440efd401c [2021-04-01T00:45:18.498Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T00:45:18.498Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:45:18.498Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:45:18.498Z] ---> 51440efd401c [2021-04-01T00:45:18.498Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T00:45:18.498Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:45:18.498Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:45:18.498Z] ---> 51440efd401c [2021-04-01T00:45:18.498Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T00:45:18.498Z] ---> Running in dd24dad515ba [2021-04-01T00:45:18.498Z] ---> Running in 004f8b274cd2 [2021-04-01T00:45:18.498Z] ---> Running in 64fac9fa21aa [2021-04-01T00:45:18.498Z] ---> Running in cad6de1ee9db [2021-04-01T00:45:18.498Z] ---> Running in 74a41e7c3fdd [2021-04-01T00:45:18.498Z] Removing intermediate container 004f8b274cd2 [2021-04-01T00:45:18.498Z] ---> a0da38f7051b [2021-04-01T00:45:18.498Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:45:18.499Z] Removing intermediate container 74a41e7c3fdd [2021-04-01T00:45:18.499Z] ---> d43b0e60a182 [2021-04-01T00:45:18.499Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:45:18.499Z] ---> Running in 38ce099dab6b [2021-04-01T00:45:18.499Z] Removing intermediate container 64fac9fa21aa [2021-04-01T00:45:18.499Z] ---> 6077105af377 [2021-04-01T00:45:18.499Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:45:18.499Z] Removing intermediate container cad6de1ee9db [2021-04-01T00:45:18.499Z] ---> 796cd14aeeb8 [2021-04-01T00:45:18.499Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:45:18.499Z] Removing intermediate container dd24dad515ba [2021-04-01T00:45:18.499Z] ---> 43fb18177486 [2021-04-01T00:45:18.499Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:45:18.499Z] ---> Running in 338e28352019 [2021-04-01T00:45:18.499Z] ---> Running in 972e85f968dc [2021-04-01T00:45:18.499Z] ---> Running in bb0e3069327a [2021-04-01T00:45:18.499Z] ---> Running in 5b6917d9ebd3 [2021-04-01T00:45:18.499Z] Removing intermediate container 38ce099dab6b [2021-04-01T00:45:18.499Z] ---> 72e1454f1512 [2021-04-01T00:45:18.499Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T00:45:18.499Z] ---> Running in e97ad5ee73ed [2021-04-01T00:45:18.499Z] Removing intermediate container 338e28352019 [2021-04-01T00:45:18.499Z] ---> be314290e184 [2021-04-01T00:45:18.499Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T00:45:18.499Z] Removing intermediate container 972e85f968dc [2021-04-01T00:45:18.499Z] ---> a8e9ded411cb [2021-04-01T00:45:18.499Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T00:45:18.499Z] ---> Running in e29ec9a764e0 [2021-04-01T00:45:18.773Z] ---> Running in bd9e420bc85b [2021-04-01T00:45:18.773Z] Removing intermediate container 5b6917d9ebd3 [2021-04-01T00:45:18.773Z] ---> ffd5b65f9905 [2021-04-01T00:45:18.773Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T00:45:18.773Z] Removing intermediate container bb0e3069327a [2021-04-01T00:45:18.773Z] ---> bcd76a626495 [2021-04-01T00:45:18.773Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T00:45:19.051Z] ---> Running in bbbe468d6d62 [2021-04-01T00:45:19.051Z] ---> Running in e2c4d900e488 [2021-04-01T00:45:19.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:20.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:20.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:20.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:20.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:20.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:21.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:21.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:21.672Z] OK: 217 MiB in 51 packages [2021-04-01T00:45:21.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:21.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:22.275Z] OK: 217 MiB in 51 packages [2021-04-01T00:45:22.885Z] OK: 217 MiB in 51 packages [2021-04-01T00:45:22.885Z] OK: 217 MiB in 51 packages [2021-04-01T00:45:23.159Z] Removing intermediate container e97ad5ee73ed [2021-04-01T00:45:23.159Z] ---> 04214f25165b [2021-04-01T00:45:23.159Z] Step 6/21 : COPY go.mod . [2021-04-01T00:45:23.441Z] OK: 217 MiB in 51 packages [2021-04-01T00:45:24.039Z] Removing intermediate container e29ec9a764e0 [2021-04-01T00:45:24.039Z] ---> bd6bcd57d5f3 [2021-04-01T00:45:24.039Z] Step 6/23 : COPY go.mod . [2021-04-01T00:45:24.313Z] Removing intermediate container bd9e420bc85b [2021-04-01T00:45:24.314Z] ---> 7da43cc5d349 [2021-04-01T00:45:24.314Z] Step 6/23 : COPY go.mod . [2021-04-01T00:45:24.593Z] ---> 868c030d2b17 [2021-04-01T00:45:24.593Z] Step 7/21 : RUN go mod download [2021-04-01T00:45:24.866Z] Removing intermediate container e2c4d900e488 [2021-04-01T00:45:24.866Z] ---> 404e418cca9d [2021-04-01T00:45:24.866Z] Step 6/26 : COPY go.mod . [2021-04-01T00:45:25.141Z] ---> 858a283c07e9 [2021-04-01T00:45:25.141Z] Step 7/23 : RUN go mod download [2021-04-01T00:45:25.141Z] ---> Running in 59c7806e99b3 [2021-04-01T00:45:25.421Z] ---> Running in c7381433be32 [2021-04-01T00:45:25.421Z] Removing intermediate container bbbe468d6d62 [2021-04-01T00:45:25.421Z] ---> 8cd38bf72030 [2021-04-01T00:45:25.707Z] Step 6/22 : COPY go.mod . [2021-04-01T00:45:25.707Z] ---> 4b305150a33e [2021-04-01T00:45:25.707Z] Step 7/23 : RUN go mod download [2021-04-01T00:45:25.983Z] ---> Running in e1e8d8eeab3e [2021-04-01T00:45:25.983Z] ---> c7e6d32faab2 [2021-04-01T00:45:25.983Z] Step 7/26 : RUN go mod download [2021-04-01T00:45:26.260Z] ---> Running in b18fa9e25df4 [2021-04-01T00:45:26.860Z] ---> b8c4eb204f21 [2021-04-01T00:45:26.860Z] Step 7/22 : RUN go mod download [2021-04-01T00:45:27.144Z] ---> Running in 53de0352100e [2021-04-01T00:45:29.139Z] Removing intermediate container 59c7806e99b3 [2021-04-01T00:45:29.139Z] ---> b299567d519d [2021-04-01T00:45:29.139Z] Step 8/21 : COPY . . [2021-04-01T00:45:30.585Z] Removing intermediate container e1e8d8eeab3e [2021-04-01T00:45:30.585Z] ---> b52fb7599210 [2021-04-01T00:45:30.585Z] Step 8/23 : COPY . . [2021-04-01T00:45:30.865Z] Removing intermediate container c7381433be32 [2021-04-01T00:45:30.865Z] ---> 698d4a26d3a8 [2021-04-01T00:45:31.145Z] Step 8/23 : COPY . . [2021-04-01T00:45:31.424Z] Removing intermediate container b18fa9e25df4 [2021-04-01T00:45:31.424Z] ---> dbed384b0342 [2021-04-01T00:45:31.424Z] Step 8/26 : COPY . . [2021-04-01T00:45:32.022Z] Removing intermediate container 53de0352100e [2021-04-01T00:45:32.022Z] ---> 86d080e311b6 [2021-04-01T00:45:32.022Z] Step 8/22 : COPY . . [2021-04-01T00:45:58.884Z] ---> 27464cc2b669 [2021-04-01T00:45:58.884Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T00:45:58.884Z] ---> Running in 9e4b11ef8783 [2021-04-01T00:45:58.884Z] ---> 6a6b8e8bf5fc [2021-04-01T00:45:58.884Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T00:45:58.884Z] ---> d0b9e23afed7 [2021-04-01T00:45:58.884Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-01T00:45:58.884Z] ---> 101fb57f37cb [2021-04-01T00:45:58.884Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T00:45:58.884Z] ---> 971dade55e96 [2021-04-01T00:45:58.884Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T00:45:58.884Z] ---> Running in d65226398a0e [2021-04-01T00:45:58.884Z] ---> Running in a2d008542b33 [2021-04-01T00:45:58.884Z] ---> Running in 9b6b3f788ce1 [2021-04-01T00:45:58.884Z] ---> Running in a2052ed39cdf [2021-04-01T00:45:58.884Z] 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-04-01T00:45:58.884Z] 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-04-01T00:45:59.481Z] 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-04-01T00:45:59.481Z] 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-04-01T00:45:59.481Z] 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-04-01T00:46:50.106Z] lxd 4.12 from Canonical* installed [2021-04-01T00:46:50.107Z] + sudo lxd init --auto [2021-04-01T00:46:58.253Z] + sudo snap install --classic snapcraft [2021-04-01T00:47:13.187Z] snapcraft 4.6 from Canonical* installed [2021-04-01T00:47:13.187Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-01T00:47:13.187Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-01T00:47:13.187Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T00:47:13.187Z] Dload Upload Total Spent Left Speed [2021-04-01T00:47:13.187Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4294 0 --:--:-- --:--:-- --:--:-- 4294 [2021-04-01T00:47:13.187Z] 31 3325k 31 1033k 0 0 2354k 0 0:00:01 --:--:-- 0:00:01 2354k 100 3325k 100 3325k 0 0 6123k 0 --:--:-- --:--:-- --:--:-- 21.7M [2021-04-01T00:47:13.187Z] ./yq_linux_amd64 [2021-04-01T00:47:13.187Z] + sudo snapcraft prime --use-lxd [2021-04-01T00:47:13.187Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-01T00:47:13.187Z] 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-04-01T00:47:13.187Z] - README.md [2021-04-01T00:47:13.187Z] [2021-04-01T00:47:13.187Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-01T00:47:13.758Z] Launching a container. [2021-04-01T00:47:25.997Z] Waiting for container to be ready [2021-04-01T00:47:25.997Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-01T00:47:25.997Z] [2021-04-01T00:47:28.541Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-01T00:47:29.112Z] Waiting for network to be ready... [2021-04-01T00:47:29.374Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T00:47:29.374Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-01T00:47:29.636Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-01T00:47:29.636Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-01T00:47:29.636Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-01T00:47:29.636Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-01T00:47:29.636Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-01T00:47:29.636Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-01T00:47:29.636Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-01T00:47:29.636Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-01T00:47:29.895Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-01T00:47:30.157Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-01T00:47:30.418Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-01T00:47:30.418Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-01T00:47:30.418Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-01T00:47:30.418Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-01T00:47:30.418Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-01T00:47:30.418Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-01T00:47:30.989Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-01T00:47:30.989Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-04-01T00:47:31.560Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-01T00:47:31.560Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-01T00:47:31.560Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-01T00:47:31.560Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-01T00:47:31.560Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-01T00:47:31.560Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-04-01T00:47:31.560Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-04-01T00:47:33.474Z] Fetched 24.2 MB in 4s (6147 kB/s) [2021-04-01T00:47:35.217Z] Reading package lists... [2021-04-01T00:47:35.217Z] Reading package lists... [2021-04-01T00:47:35.217Z] Building dependency tree... [2021-04-01T00:47:35.217Z] Reading state information... [2021-04-01T00:47:35.217Z] The following additional packages will be installed: [2021-04-01T00:47:35.217Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-01T00:47:35.217Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-01T00:47:35.217Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-01T00:47:35.217Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-01T00:47:35.217Z] Suggested packages: [2021-04-01T00:47:35.217Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-01T00:47:35.217Z] Recommended packages: [2021-04-01T00:47:35.217Z] gnupg libsasl2-modules [2021-04-01T00:47:35.217Z] The following NEW packages will be installed: [2021-04-01T00:47:35.217Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-01T00:47:35.217Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-01T00:47:35.217Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-01T00:47:35.217Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-01T00:47:35.217Z] The following packages will be upgraded: [2021-04-01T00:47:35.217Z] gpg gpg-agent gpgconf libudev1 [2021-04-01T00:47:35.217Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-01T00:47:35.217Z] Need to get 3530 kB of archives. [2021-04-01T00:47:35.217Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-01T00:47:35.217Z] 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-04-01T00:47:35.217Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-01T00:47:35.217Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-01T00:47:35.217Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-01T00:47:35.217Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-01T00:47:35.217Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-01T00:47:35.479Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-01T00:47:35.479Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-01T00:47:35.479Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-01T00:47:35.479Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-01T00:47:35.479Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-01T00:47:35.479Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-01T00:47:35.479Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-01T00:47:35.479Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-01T00:47:35.479Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-01T00:47:35.479Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-01T00:47:35.740Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-01T00:47:35.740Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-01T00:47:35.740Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-01T00:47:35.740Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-01T00:47:35.740Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-01T00:47:35.740Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-01T00:47:35.740Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T00:47:35.740Z] Fetched 3530 kB in 1s (3520 kB/s) [2021-04-01T00:47:35.740Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-01T00:47:35.740Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-01T00:47:35.740Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T00:47:36.000Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-01T00:47:36.000Z] Selecting previously unselected package udev. [2021-04-01T00:47:36.000Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-01T00:47:36.000Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-01T00:47:36.000Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-01T00:47:36.261Z] Selecting previously unselected package libfuse2:amd64. [2021-04-01T00:47:36.261Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-01T00:47:36.261Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-01T00:47:36.325Z] 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-04-01T00:47:36.520Z] Selecting previously unselected package fuse. [2021-04-01T00:47:36.520Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-01T00:47:36.520Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-01T00:47:36.520Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T00:47:36.520Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T00:47:36.782Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T00:47:36.782Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T00:47:37.042Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T00:47:37.042Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T00:47:37.042Z] Selecting previously unselected package libksba8:amd64. [2021-04-01T00:47:37.042Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-01T00:47:37.042Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-01T00:47:37.302Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-01T00:47:37.302Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:47:37.302Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:37.302Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-01T00:47:37.302Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:47:37.302Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:37.564Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-01T00:47:37.564Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:47:37.564Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:37.564Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-01T00:47:37.564Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:47:37.564Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:37.824Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-01T00:47:37.824Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:47:37.824Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:37.824Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-01T00:47:37.824Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:47:37.824Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:37.824Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-01T00:47:37.824Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:47:38.085Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:38.085Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-01T00:47:38.085Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:47:38.085Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:38.085Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-01T00:47:38.085Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:47:38.085Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:38.346Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-01T00:47:38.346Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-01T00:47:38.346Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T00:47:38.346Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-01T00:47:38.346Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-01T00:47:38.346Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T00:47:38.346Z] Selecting previously unselected package libldap-common. [2021-04-01T00:47:38.346Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-01T00:47:38.346Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T00:47:38.607Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-01T00:47:38.607Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-01T00:47:38.607Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T00:47:38.607Z] Selecting previously unselected package dirmngr. [2021-04-01T00:47:38.607Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T00:47:38.867Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-01T00:47:38.867Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T00:47:38.867Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-01T00:47:38.867Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-01T00:47:39.128Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T00:47:39.128Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T00:47:39.128Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-01T00:47:39.128Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:39.128Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-01T00:47:39.128Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T00:47:39.128Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-01T00:47:39.700Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-01T00:47:39.700Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:39.700Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-01T00:47:39.700Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-01T00:47:39.961Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-01T00:47:39.961Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:39.961Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:39.961Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:39.961Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:39.961Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:39.961Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:39.961Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:47:39.961Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T00:47:40.221Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-01T00:47:40.221Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T00:47:40.482Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-01T00:47:40.482Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-01T00:47:40.482Z] This means they are not meant to be enabled using systemctl. [2021-04-01T00:47:40.482Z] Possible reasons for having this kind of units are: [2021-04-01T00:47:40.482Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-01T00:47:40.482Z] .wants/ or .requires/ directory. [2021-04-01T00:47:40.482Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-01T00:47:40.482Z] a requirement dependency on it. [2021-04-01T00:47:40.482Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-01T00:47:40.482Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-01T00:47:40.482Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-01T00:47:40.482Z] instance name specified. [2021-04-01T00:47:41.051Z] Reading package lists... [2021-04-01T00:47:41.051Z] Building dependency tree... [2021-04-01T00:47:41.051Z] Reading state information... [2021-04-01T00:47:41.051Z] The following additional packages will be installed: [2021-04-01T00:47:41.051Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-01T00:47:41.051Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-01T00:47:41.051Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-01T00:47:41.051Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-01T00:47:41.051Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-01T00:47:41.051Z] Suggested packages: [2021-04-01T00:47:41.051Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-01T00:47:41.051Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-01T00:47:41.051Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-01T00:47:41.051Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-01T00:47:41.051Z] systemd-container policykit-1 [2021-04-01T00:47:41.051Z] Recommended packages: [2021-04-01T00:47:41.051Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-01T00:47:41.317Z] The following NEW packages will be installed: [2021-04-01T00:47:41.317Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-01T00:47:41.317Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-01T00:47:41.317Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-01T00:47:41.317Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-01T00:47:41.317Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-01T00:47:41.317Z] The following packages will be upgraded: [2021-04-01T00:47:41.317Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-01T00:47:41.317Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-01T00:47:41.317Z] Need to get 35.2 MB of archives. [2021-04-01T00:47:41.317Z] After this operation, 141 MB of additional disk space will be used. [2021-04-01T00:47:41.317Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-04-01T00:47:41.317Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-04-01T00:47:41.317Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-01T00:47:41.317Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-01T00:47:41.579Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-01T00:47:41.579Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-01T00:47:41.579Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-01T00:47:41.579Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-01T00:47:41.579Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-01T00:47:41.579Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-01T00:47:41.579Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-01T00:47:41.579Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-01T00:47:41.579Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-01T00:47:41.579Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-01T00:47:41.579Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-01T00:47:41.579Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-01T00:47:41.579Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-01T00:47:41.579Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-01T00:47:41.579Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-01T00:47:42.518Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-01T00:47:42.518Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-01T00:47:42.518Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-01T00:47:42.518Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-01T00:47:42.518Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-01T00:47:42.518Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-01T00:47:42.518Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-01T00:47:42.518Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-01T00:47:42.518Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-01T00:47:42.518Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-01T00:47:42.518Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-01T00:47:42.778Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T00:47:42.778Z] Fetched 35.2 MB in 1s (24.7 MB/s) [2021-04-01T00:47:42.778Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T00:47:42.778Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-01T00:47:43.038Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T00:47:43.609Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-01T00:47:43.609Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T00:47:43.609Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-01T00:47:43.869Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T00:47:43.869Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-04-01T00:47:43.869Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-01T00:47:43.869Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-04-01T00:47:44.130Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T00:47:44.130Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-04-01T00:47:44.130Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-01T00:47:44.701Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-04-01T00:47:44.701Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-01T00:47:44.961Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-01T00:47:44.961Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-01T00:47:44.961Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-01T00:47:45.222Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-01T00:47:45.222Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-01T00:47:45.222Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T00:47:45.483Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:47:45.483Z] Selecting previously unselected package libexpat1:amd64. [2021-04-01T00:47:45.483Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-01T00:47:45.483Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-01T00:47:45.755Z] Selecting previously unselected package python3.6-minimal. [2021-04-01T00:47:45.755Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T00:47:45.755Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:47:46.016Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-01T00:47:46.016Z] Checking for services that may need to be restarted...done. [2021-04-01T00:47:46.016Z] Checking for services that may need to be restarted...done. [2021-04-01T00:47:46.016Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:47:46.016Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-01T00:47:46.277Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:47:46.537Z] Selecting previously unselected package python3-minimal. [2021-04-01T00:47:46.537Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-01T00:47:46.537Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-01T00:47:46.537Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-01T00:47:46.798Z] Selecting previously unselected package mime-support. [2021-04-01T00:47:46.798Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-01T00:47:46.798Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-01T00:47:46.798Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-01T00:47:46.798Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-01T00:47:46.798Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-01T00:47:46.798Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-01T00:47:46.798Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T00:47:46.798Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:47:47.058Z] Selecting previously unselected package python3.6. [2021-04-01T00:47:47.058Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T00:47:47.058Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:47:47.319Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-01T00:47:47.319Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-01T00:47:47.319Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-01T00:47:47.319Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-01T00:47:47.580Z] Selecting previously unselected package python3. [2021-04-01T00:47:47.580Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-01T00:47:47.580Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-01T00:47:47.580Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-01T00:47:47.580Z] Selecting previously unselected package multiarch-support. [2021-04-01T00:47:47.580Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T00:47:47.580Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-01T00:47:47.841Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-01T00:47:47.841Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-01T00:47:47.841Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-01T00:47:47.841Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-01T00:47:47.841Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-01T00:47:48.100Z] Selecting previously unselected package libbsd0:amd64. [2021-04-01T00:47:48.100Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-01T00:47:48.100Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-01T00:47:48.100Z] Selecting previously unselected package sudo. [2021-04-01T00:47:48.100Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-01T00:47:48.100Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-01T00:47:48.361Z] Selecting previously unselected package apparmor. [2021-04-01T00:47:48.361Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-01T00:47:48.361Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-01T00:47:48.361Z] Selecting previously unselected package libedit2:amd64. [2021-04-01T00:47:48.361Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-01T00:47:48.361Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-01T00:47:48.620Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-01T00:47:48.620Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T00:47:48.620Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:47:48.620Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-01T00:47:48.620Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T00:47:48.620Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:47:48.882Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-01T00:47:48.882Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-01T00:47:48.882Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-01T00:47:48.882Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-01T00:47:48.882Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T00:47:48.882Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:47:49.143Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-01T00:47:49.143Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T00:47:49.143Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:47:49.404Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-01T00:47:49.404Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-01T00:47:49.404Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-01T00:47:49.664Z] Selecting previously unselected package openssh-client. [2021-04-01T00:47:49.664Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-01T00:47:49.664Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-01T00:47:49.925Z] Selecting previously unselected package squashfs-tools. [2021-04-01T00:47:49.925Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-01T00:47:49.925Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-01T00:47:49.925Z] Selecting previously unselected package snapd. [2021-04-01T00:47:49.925Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-01T00:47:49.925Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-01T00:47:51.839Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-01T00:47:51.839Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-01T00:47:51.839Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-01T00:47:51.850Z] Removing intermediate container 9e4b11ef8783 [2021-04-01T00:47:51.851Z] ---> c9a76c3cc26e [2021-04-01T00:47:51.851Z] [2021-04-01T00:47:51.851Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T00:47:51.851Z] 3.12: Pulling from library/alpine [2021-04-01T00:47:52.099Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-01T00:47:52.099Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-01T00:47:52.099Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:47:52.099Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T00:47:52.099Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-01T00:47:52.099Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-01T00:47:52.850Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-04-01T00:47:52.850Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T00:47:52.850Z] ---> e47305ac9786 [2021-04-01T00:47:52.850Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T00:47:53.043Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-01T00:47:53.043Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-01T00:47:53.043Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-01T00:47:53.043Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:47:53.043Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:47:53.043Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:47:53.615Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-01T00:47:53.615Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:47:53.615Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-01T00:47:53.615Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-01T00:47:53.615Z] running python rtupdate hooks for python3.6... [2021-04-01T00:47:53.615Z] running python post-rtupdate hooks for python3.6... [2021-04-01T00:47:53.876Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-01T00:47:54.283Z] ---> Running in 74a22b3449c4 [2021-04-01T00:47:54.886Z] Removing intermediate container 9b6b3f788ce1 [2021-04-01T00:47:54.886Z] ---> 57d2f4e57e4a [2021-04-01T00:47:54.886Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T00:47:55.164Z] ---> Running in 89283aee94fa [2021-04-01T00:47:56.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:47:56.419Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-01T00:47:56.419Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:47:56.419Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-01T00:47:56.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:47:56.681Z] Setting up snapd (2.48.3+18.04) ... [2021-04-01T00:47:56.942Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-01T00:47:57.042Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T00:47:57.042Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T00:47:57.202Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-01T00:47:57.318Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T00:47:57.318Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T00:47:57.318Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:47:57.318Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T00:47:57.318Z] 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-04-01T00:47:57.463Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-01T00:47:57.463Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-01T00:47:57.594Z] OK: 7 MiB in 18 packages [2021-04-01T00:47:57.724Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-01T00:47:57.724Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-01T00:47:57.985Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-01T00:47:57.985Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-01T00:47:58.245Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-01T00:47:58.505Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-01T00:47:58.505Z] /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-04-01T00:47:58.505Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T00:47:58.767Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-01T00:47:59.040Z] Removing intermediate container d65226398a0e [2021-04-01T00:47:59.040Z] ---> f22ff1becd24 [2021-04-01T00:47:59.040Z] [2021-04-01T00:47:59.040Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T00:47:59.040Z] ---> e47305ac9786 [2021-04-01T00:47:59.040Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T00:47:59.314Z] ---> Running in e63575896e07 [2021-04-01T00:47:59.707Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T00:47:59.707Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T00:47:59.707Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T00:48:00.909Z] Reading package lists... [2021-04-01T00:48:00.909Z] Reading package lists... [2021-04-01T00:48:01.169Z] Building dependency tree... [2021-04-01T00:48:01.169Z] Reading state information... [2021-04-01T00:48:01.169Z] Calculating upgrade... [2021-04-01T00:48:01.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:01.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:01.429Z] The following packages will be upgraded: [2021-04-01T00:48:01.429Z] advancecomp base-files bash binutils binutils-common [2021-04-01T00:48:01.429Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-01T00:48:01.429Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-01T00:48:01.429Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-01T00:48:01.429Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-01T00:48:01.429Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-01T00:48:01.429Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-01T00:48:01.429Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-01T00:48:01.429Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-01T00:48:01.429Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-01T00:48:01.429Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-01T00:48:01.429Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-01T00:48:01.429Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-01T00:48:01.429Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-01T00:48:01.429Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-01T00:48:01.429Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T00:48:01.429Z] Need to get 63.8 MB of archives. [2021-04-01T00:48:01.429Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-01T00:48:01.429Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-01T00:48:01.429Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-01T00:48:01.429Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-01T00:48:01.429Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-01T00:48:01.429Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-01T00:48:01.429Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-01T00:48:01.429Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-01T00:48:01.429Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-01T00:48:01.429Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-01T00:48:01.429Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-01T00:48:01.429Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-01T00:48:01.585Z] Removing intermediate container 74a22b3449c4 [2021-04-01T00:48:01.585Z] ---> 1046e82d0210 [2021-04-01T00:48:01.585Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T00:48:01.690Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-01T00:48:01.690Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-01T00:48:01.690Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-01T00:48:01.690Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-01T00:48:01.690Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-01T00:48:01.690Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-01T00:48:01.690Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-01T00:48:01.690Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-01T00:48:01.690Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-01T00:48:01.690Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-01T00:48:01.690Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-01T00:48:01.690Z] 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-04-01T00:48:01.690Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-01T00:48:01.690Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-01T00:48:01.690Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-01T00:48:01.690Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-01T00:48:01.691Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-01T00:48:01.691Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-01T00:48:01.691Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-01T00:48:01.691Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-01T00:48:01.691Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-01T00:48:01.691Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-01T00:48:01.691Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-01T00:48:01.691Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-01T00:48:01.691Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-01T00:48:01.691Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-01T00:48:01.691Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-01T00:48:01.691Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-01T00:48:01.691Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-01T00:48:01.691Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-01T00:48:01.691Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-01T00:48:01.691Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-01T00:48:01.951Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-01T00:48:01.951Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-01T00:48:01.951Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-01T00:48:01.951Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-01T00:48:01.951Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-01T00:48:01.951Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-01T00:48:01.951Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-01T00:48:01.951Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-01T00:48:01.951Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-01T00:48:01.951Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-01T00:48:01.951Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-01T00:48:01.951Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-01T00:48:01.951Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-01T00:48:02.183Z] ---> Running in 20f58167401a [2021-04-01T00:48:02.183Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T00:48:02.183Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:48:02.183Z] OK: 5 MiB in 15 packages [2021-04-01T00:48:02.213Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-01T00:48:02.213Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-01T00:48:02.213Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-01T00:48:02.473Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-01T00:48:02.473Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-01T00:48:02.473Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-01T00:48:02.473Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-01T00:48:02.473Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-01T00:48:02.733Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-01T00:48:02.733Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-01T00:48:02.996Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-01T00:48:02.996Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-01T00:48:02.996Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-01T00:48:02.996Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-01T00:48:02.996Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-01T00:48:02.996Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-01T00:48:02.996Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-01T00:48:02.996Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-01T00:48:02.996Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-01T00:48:02.996Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-01T00:48:02.996Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-01T00:48:02.996Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-01T00:48:02.996Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-01T00:48:02.996Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-01T00:48:02.996Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-01T00:48:02.996Z] Get:82 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-04-01T00:48:02.996Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-01T00:48:02.996Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-01T00:48:02.996Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-01T00:48:03.179Z] Removing intermediate container a2052ed39cdf [2021-04-01T00:48:03.179Z] ---> 2935cc9d341f [2021-04-01T00:48:03.179Z] [2021-04-01T00:48:03.179Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T00:48:03.179Z] ---> e47305ac9786 [2021-04-01T00:48:03.179Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-01T00:48:03.179Z] Removing intermediate container 20f58167401a [2021-04-01T00:48:03.179Z] ---> b5015e60421c [2021-04-01T00:48:03.179Z] Step 13/21 : WORKDIR /edgex [2021-04-01T00:48:03.179Z] Removing intermediate container 89283aee94fa [2021-04-01T00:48:03.179Z] ---> ac42b618ccc2 [2021-04-01T00:48:03.179Z] [2021-04-01T00:48:03.179Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T00:48:03.179Z] 20.10.0: Pulling from library/docker [2021-04-01T00:48:03.256Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-01T00:48:03.256Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-01T00:48:03.256Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-01T00:48:03.256Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-01T00:48:03.256Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-01T00:48:03.256Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-01T00:48:03.256Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-01T00:48:03.256Z] Get:93 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-04-01T00:48:03.256Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-01T00:48:03.455Z] ---> Running in d6869e2a7975 [2021-04-01T00:48:03.455Z] ---> Running in 2ccd94ea34ba [2021-04-01T00:48:03.516Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-01T00:48:03.516Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-01T00:48:03.516Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-01T00:48:03.516Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-01T00:48:03.516Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-01T00:48:03.516Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T00:48:03.516Z] Fetched 63.8 MB in 2s (30.5 MB/s) [2021-04-01T00:48:03.776Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:03.776Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T00:48:03.776Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T00:48:04.347Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T00:48:04.347Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T00:48:04.440Z] Removing intermediate container e63575896e07 [2021-04-01T00:48:04.440Z] ---> 82ab88a03132 [2021-04-01T00:48:04.440Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:48:04.607Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-01T00:48:04.607Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-01T00:48:05.044Z] Removing intermediate container 2ccd94ea34ba [2021-04-01T00:48:05.044Z] ---> e6441c5029ce [2021-04-01T00:48:05.044Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T00:48:05.044Z] ---> Running in 53409ee9e7de [2021-04-01T00:48:05.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:05.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:05.552Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:05.552Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:05.552Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:05.552Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:05.813Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:05.813Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:05.943Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T00:48:05.943Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T00:48:05.943Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:48:05.943Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T00:48:06.075Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:06.075Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:06.075Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:06.075Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:06.222Z] Removing intermediate container 53409ee9e7de [2021-04-01T00:48:06.222Z] ---> 0e9e8f2d79d7 [2021-04-01T00:48:06.222Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T00:48:06.222Z] OK: 6 MiB in 16 packages [2021-04-01T00:48:06.336Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:06.336Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:06.336Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:06.336Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:06.494Z] ---> ccde38242e72 [2021-04-01T00:48:06.494Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T00:48:06.597Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:06.597Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T00:48:06.597Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:06.597Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-01T00:48:06.768Z] ---> Running in 3ac41e28b1a3 [2021-04-01T00:48:06.857Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:06.857Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T00:48:06.857Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:06.857Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:07.116Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:07.117Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:07.117Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:07.376Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:48:07.376Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:07.637Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T00:48:07.637Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T00:48:07.746Z] Removing intermediate container 3ac41e28b1a3 [2021-04-01T00:48:07.746Z] ---> 3abd88673a1f [2021-04-01T00:48:07.897Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T00:48:08.019Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T00:48:08.158Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-01T00:48:08.419Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T00:48:08.419Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-01T00:48:08.419Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-01T00:48:08.419Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-01T00:48:08.680Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-01T00:48:08.941Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-01T00:48:08.941Z] Installing new version of config file /etc/issue ... [2021-04-01T00:48:08.941Z] Installing new version of config file /etc/issue.net ... [2021-04-01T00:48:08.941Z] Installing new version of config file /etc/lsb-release ... [2021-04-01T00:48:08.941Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-01T00:48:09.001Z] ---> Running in 2289c2fcc152 [2021-04-01T00:48:09.001Z] ---> 121ed9087e07 [2021-04-01T00:48:09.001Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T00:48:09.202Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-01T00:48:09.202Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-01T00:48:09.202Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-01T00:48:09.273Z] Removing intermediate container d6869e2a7975 [2021-04-01T00:48:09.273Z] ---> b596c985ae50 [2021-04-01T00:48:09.273Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:48:09.463Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:09.464Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-01T00:48:09.464Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-01T00:48:09.547Z] Removing intermediate container a2d008542b33 [2021-04-01T00:48:09.547Z] ---> 2a83efd79bd2 [2021-04-01T00:48:09.547Z] [2021-04-01T00:48:09.547Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T00:48:09.547Z] ---> e47305ac9786 [2021-04-01T00:48:09.547Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T00:48:09.547Z] ---> Using cache [2021-04-01T00:48:09.547Z] ---> 82ab88a03132 [2021-04-01T00:48:09.547Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:48:09.547Z] ---> Using cache [2021-04-01T00:48:09.547Z] ---> 0e9e8f2d79d7 [2021-04-01T00:48:09.547Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T00:48:09.724Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-01T00:48:09.724Z] 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-04-01T00:48:09.724Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:09.724Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:48:09.820Z] Removing intermediate container 2289c2fcc152 [2021-04-01T00:48:09.820Z] ---> 12ac7d34b066 [2021-04-01T00:48:09.820Z] Step 15/23 : WORKDIR / [2021-04-01T00:48:09.986Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-01T00:48:09.986Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:48:10.095Z] ---> Running in f55d7b9a394e [2021-04-01T00:48:10.095Z] ---> Running in 01a618026dde [2021-04-01T00:48:10.246Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:10.246Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-01T00:48:10.246Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-01T00:48:10.246Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-01T00:48:10.372Z] ---> Running in 1bfccc39c80d [2021-04-01T00:48:10.507Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:10.507Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-01T00:48:10.507Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T00:48:10.767Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-01T00:48:10.972Z] ---> 5573d9962924 [2021-04-01T00:48:10.972Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-01T00:48:11.028Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:11.028Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T00:48:11.028Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T00:48:11.028Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T00:48:11.243Z] Removing intermediate container f55d7b9a394e [2021-04-01T00:48:11.244Z] ---> ad127666d120 [2021-04-01T00:48:11.244Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T00:48:11.244Z] Removing intermediate container 01a618026dde [2021-04-01T00:48:11.244Z] ---> ff5cc97f4b9c [2021-04-01T00:48:11.244Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T00:48:11.289Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:11.289Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T00:48:11.289Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T00:48:11.513Z] ---> Running in eea84772e910 [2021-04-01T00:48:11.513Z] ---> Running in b89398fd9783 [2021-04-01T00:48:11.513Z] Removing intermediate container 1bfccc39c80d [2021-04-01T00:48:11.513Z] ---> 904f78b3b656 [2021-04-01T00:48:11.513Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:48:11.513Z] ---> Running in c71dd3685a5e [2021-04-01T00:48:11.550Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-01T00:48:11.550Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:11.550Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-01T00:48:11.550Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-01T00:48:11.810Z] Setting up grep (3.1-2build1) ... [2021-04-01T00:48:11.810Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:11.810Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-01T00:48:11.810Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-01T00:48:12.071Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-01T00:48:12.071Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:12.071Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T00:48:12.071Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T00:48:12.103Z] Removing intermediate container eea84772e910 [2021-04-01T00:48:12.103Z] ---> 2fd44aed05fb [2021-04-01T00:48:12.103Z] Step 18/21 : CMD ["--init=true"] [2021-04-01T00:48:12.331Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-01T00:48:12.331Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:12.331Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T00:48:12.331Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T00:48:12.374Z] Removing intermediate container b89398fd9783 [2021-04-01T00:48:12.374Z] ---> f9d803e0b89c [2021-04-01T00:48:12.374Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T00:48:12.374Z] Removing intermediate container c71dd3685a5e [2021-04-01T00:48:12.374Z] ---> 6036f51629af [2021-04-01T00:48:12.374Z] Step 15/23 : WORKDIR / [2021-04-01T00:48:12.374Z] ---> Running in 523d395ec09b [2021-04-01T00:48:12.647Z] ---> Running in 7cbf37a30b36 [2021-04-01T00:48:12.647Z] ---> Running in d93b7f682495 [2021-04-01T00:48:12.647Z] ---> 5471f950e6ad [2021-04-01T00:48:12.647Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T00:48:12.901Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T00:48:12.901Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T00:48:13.162Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T00:48:13.162Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T00:48:13.244Z] Removing intermediate container 523d395ec09b [2021-04-01T00:48:13.245Z] ---> 58d3c0341853 [2021-04-01T00:48:13.245Z] Step 19/21 : LABEL arch=arm64 [2021-04-01T00:48:13.519Z] ---> Running in 056e48ed2c83 [2021-04-01T00:48:13.519Z] Removing intermediate container 7cbf37a30b36 [2021-04-01T00:48:13.519Z] ---> bff61d42d600 [2021-04-01T00:48:13.519Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:48:13.733Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-01T00:48:13.790Z] Removing intermediate container d93b7f682495 [2021-04-01T00:48:13.790Z] ---> 4915320cd8db [2021-04-01T00:48:13.790Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:48:13.993Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:13.994Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-01T00:48:13.994Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T00:48:14.765Z] ---> fd1be553eb50 [2021-04-01T00:48:14.765Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T00:48:14.765Z] Removing intermediate container 056e48ed2c83 [2021-04-01T00:48:14.765Z] ---> 5c94567b954b [2021-04-01T00:48:14.765Z] Step 20/21 : LABEL git_sha=d7c3f18af9fea137955a59ad037e68ed70f1832c [2021-04-01T00:48:14.936Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-01T00:48:14.937Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-01T00:48:15.038Z] ---> 9db246d95e02 [2021-04-01T00:48:15.038Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T00:48:15.038Z] ---> Running in d38e4111ed9f [2021-04-01T00:48:15.038Z] ---> 0c09f78d6a3e [2021-04-01T00:48:15.038Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T00:48:15.198Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-01T00:48:15.198Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-01T00:48:15.198Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-01T00:48:15.198Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:15.198Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-01T00:48:15.306Z] ---> dc0956d8901d [2021-04-01T00:48:15.307Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T00:48:15.457Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-01T00:48:15.457Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-01T00:48:15.579Z] Removing intermediate container d38e4111ed9f [2021-04-01T00:48:15.579Z] ---> 513b4483ed06 [2021-04-01T00:48:15.579Z] Step 21/21 : LABEL version=0.0.0 [2021-04-01T00:48:15.717Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:15.717Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:48:15.717Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:48:15.717Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:48:15.852Z] ---> Running in 2d393c25afd1 [2021-04-01T00:48:15.977Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:15.977Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:48:15.977Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:48:15.977Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:48:16.135Z] ---> Running in 8cf70030a3c9 [2021-04-01T00:48:16.238Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:16.238Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:48:16.238Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:48:16.238Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:48:16.406Z] Removing intermediate container 2d393c25afd1 [2021-04-01T00:48:16.406Z] ---> f3d5eab643d8 [2021-04-01T00:48:16.407Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:48:16.498Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:16.498Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:48:16.498Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:48:16.498Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:48:16.675Z] ---> f35d2837fb61 [2021-04-01T00:48:16.675Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T00:48:16.675Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T00:48:16.675Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T00:48:16.675Z] ---> eeaf43b92773 [2021-04-01T00:48:16.675Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T00:48:16.675Z] ---> Running in e3e98cb893d2 [2021-04-01T00:48:16.758Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:16.758Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T00:48:16.758Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T00:48:16.758Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T00:48:16.758Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T00:48:16.953Z] ---> e5f43552baed [2021-04-01T00:48:16.953Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T00:48:16.953Z] Removing intermediate container 8cf70030a3c9 [2021-04-01T00:48:16.953Z] ---> 32be25547118 [2021-04-01T00:48:16.953Z] [2021-04-01T00:48:16.953Z] ---> Running in 52a9faed0945 [2021-04-01T00:48:17.018Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T00:48:17.018Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:17.018Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T00:48:17.018Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T00:48:17.278Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T00:48:17.278Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:17.278Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:48:17.278Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:48:17.278Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:48:17.539Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:17.539Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:48:17.539Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:48:17.539Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:48:17.558Z] Removing intermediate container e3e98cb893d2 [2021-04-01T00:48:17.558Z] ---> 73530412a9a0 [2021-04-01T00:48:17.558Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T00:48:17.558Z] ---> a232552f5c95 [2021-04-01T00:48:17.558Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T00:48:17.558Z] Successfully built 32be25547118 [2021-04-01T00:48:17.799Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:17.800Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:48:17.800Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:48:17.834Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-01T00:48:17.834Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-04-01T00:48:17.834Z] ---> Running in 35cfd0814a61 [2021-04-01T00:48:17.834Z] ---> Running in 15c6b30d39af [2021-04-01T00:48:18.108Z] ---> 3f8051ed07fe [2021-04-01T00:48:18.108Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T00:48:18.108Z] ---> Running in 13a88f40ba5c [2021-04-01T00:48:18.369Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:48:18.369Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-01T00:48:18.379Z] Removing intermediate container 35cfd0814a61 [2021-04-01T00:48:18.379Z] Removing intermediate container 15c6b30d39af [2021-04-01T00:48:18.379Z] ---> da3b3540066b [2021-04-01T00:48:18.379Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:48:18.379Z] ---> 9b7dd1178494 [2021-04-01T00:48:18.379Z] Step 22/23 : LABEL git_sha=d7c3f18af9fea137955a59ad037e68ed70f1832c [2021-04-01T00:48:18.629Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-01T00:48:18.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:18.651Z] ---> Running in b969d8fbba81 [2021-04-01T00:48:18.651Z] ---> Running in 1f82d6bd0a5c [2021-04-01T00:48:18.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:18.888Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:18.888Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T00:48:18.888Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T00:48:18.929Z] Removing intermediate container 13a88f40ba5c [2021-04-01T00:48:18.929Z] ---> 431cd28294f5 [2021-04-01T00:48:18.929Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:48:18.929Z] ---> Running in da90c7d1b08f [2021-04-01T00:48:19.149Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T00:48:19.149Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:48:19.149Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-01T00:48:19.204Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T00:48:19.410Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T00:48:19.410Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-01T00:48:19.410Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:19.410Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-01T00:48:19.478Z] Removing intermediate container 1f82d6bd0a5c [2021-04-01T00:48:19.478Z] ---> bac54846e0b3 [2021-04-01T00:48:19.478Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T00:48:19.478Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T00:48:19.478Z] Executing bash-5.0.17-r0.post-install [2021-04-01T00:48:19.478Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:48:19.478Z] OK: 12 MiB in 22 packages [2021-04-01T00:48:19.671Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-01T00:48:19.671Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-01T00:48:19.752Z] Removing intermediate container b969d8fbba81 [2021-04-01T00:48:19.752Z] ---> a9614977cd87 [2021-04-01T00:48:19.752Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T00:48:19.935Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:19.935Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-01T00:48:19.935Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-01T00:48:20.026Z] ---> Running in 13cdee658aef [2021-04-01T00:48:20.026Z] Removing intermediate container da90c7d1b08f [2021-04-01T00:48:20.026Z] ---> 8b8f5d12b80c [2021-04-01T00:48:20.026Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T00:48:20.195Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-01T00:48:20.195Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:20.195Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-01T00:48:20.195Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-01T00:48:20.195Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-01T00:48:20.456Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:20.456Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T00:48:20.456Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T00:48:20.456Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T00:48:20.623Z] ---> Running in 17981b49c44a [2021-04-01T00:48:20.717Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:20.717Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T00:48:20.717Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T00:48:20.717Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T00:48:20.896Z] ---> Running in a59f8b1e13d9 [2021-04-01T00:48:20.977Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:20.977Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T00:48:20.977Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T00:48:21.169Z] Removing intermediate container 13cdee658aef [2021-04-01T00:48:21.170Z] ---> e206d88de604 [2021-04-01T00:48:21.170Z] [2021-04-01T00:48:21.238Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T00:48:21.238Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:21.238Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:48:21.441Z] Removing intermediate container 17981b49c44a [2021-04-01T00:48:21.441Z] ---> ad1bdea93825 [2021-04-01T00:48:21.441Z] Step 21/22 : LABEL git_sha=d7c3f18af9fea137955a59ad037e68ed70f1832c [2021-04-01T00:48:21.498Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:48:21.498Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-01T00:48:21.498Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T00:48:21.713Z] Successfully built e206d88de604 [2021-04-01T00:48:21.714Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-01T00:48:21.714Z] Building docker-security-secretstore-setup-go [2021-04-01T00:48:21.766Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T00:48:21.766Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T00:48:21.766Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T00:48:21.986Z]  Building docker-core-command-go ... done  ---> Running in c9dd4e37ac2e [2021-04-01T00:48:21.986Z] Removing intermediate container a59f8b1e13d9 [2021-04-01T00:48:21.986Z] ---> fea2cb05c6e0 [2021-04-01T00:48:21.986Z] Step 22/23 : LABEL git_sha=d7c3f18af9fea137955a59ad037e68ed70f1832c [2021-04-01T00:48:21.986Z] Removing intermediate container 52a9faed0945 [2021-04-01T00:48:21.986Z] ---> 0d052d197cfd [2021-04-01T00:48:21.986Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T00:48:21.986Z] ---> Running in 64e431fc7dc2 [2021-04-01T00:48:22.027Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:22.027Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-01T00:48:22.027Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-01T00:48:22.027Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-01T00:48:22.263Z] ---> Running in 1f7ee852b04c [2021-04-01T00:48:22.286Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:22.286Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-01T00:48:22.286Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T00:48:22.286Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T00:48:22.541Z] Removing intermediate container c9dd4e37ac2e [2021-04-01T00:48:22.541Z] ---> 264177a26ba3 [2021-04-01T00:48:22.541Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T00:48:22.814Z] Removing intermediate container 64e431fc7dc2 [2021-04-01T00:48:22.814Z] ---> Running in 9aaed79d218b [2021-04-01T00:48:22.814Z] ---> db14ce21dfae [2021-04-01T00:48:22.814Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T00:48:22.814Z] Removing intermediate container 1f7ee852b04c [2021-04-01T00:48:22.814Z] ---> 4a208ad01450 [2021-04-01T00:48:22.814Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T00:48:22.814Z] ---> Running in 1e79e768cc1a [2021-04-01T00:48:22.857Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:22.857Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T00:48:22.857Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T00:48:22.857Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T00:48:22.857Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:22.857Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-01T00:48:22.857Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-01T00:48:23.089Z] ---> Running in 8bbc4614d299 [2021-04-01T00:48:23.118Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-01T00:48:23.362Z] Removing intermediate container 9aaed79d218b [2021-04-01T00:48:23.362Z] ---> a023e3ab32bf [2021-04-01T00:48:23.362Z] [2021-04-01T00:48:23.418Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:23.418Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-01T00:48:23.418Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-01T00:48:23.634Z] Removing intermediate container 8bbc4614d299 [2021-04-01T00:48:23.634Z] ---> 3d6361785f04 [2021-04-01T00:48:23.634Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T00:48:23.634Z] Removing intermediate container 1e79e768cc1a [2021-04-01T00:48:23.634Z] ---> c2cea97c5f81 [2021-04-01T00:48:23.634Z] [2021-04-01T00:48:23.679Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-01T00:48:23.926Z] Successfully built a023e3ab32bf [2021-04-01T00:48:23.940Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:23.940Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T00:48:23.940Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T00:48:24.199Z] Successfully built c2cea97c5f81 [2021-04-01T00:48:24.199Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-01T00:48:24.199Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-04-01T00:48:24.199Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-01T00:48:24.199Z] Building docker-core-data-go [2021-04-01T00:48:24.200Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-01T00:48:24.200Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:24.200Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-01T00:48:24.200Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-01T00:48:24.461Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-01T00:48:24.461Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:24.461Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-01T00:48:24.721Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-01T00:48:24.721Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-01T00:48:24.721Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:24.721Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-01T00:48:24.721Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-01T00:48:24.792Z]  Building docker-core-metadata-go ... done  ---> Running in a4e58ab553f9 [2021-04-01T00:48:24.981Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-01T00:48:24.981Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:24.981Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-01T00:48:24.981Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-01T00:48:25.242Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-01T00:48:25.242Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:25.242Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-01T00:48:25.242Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-01T00:48:25.389Z] Removing intermediate container a4e58ab553f9 [2021-04-01T00:48:25.389Z] ---> 2ac4d3ad0a7d [2021-04-01T00:48:25.389Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T00:48:25.503Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-01T00:48:25.503Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:48:25.503Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-01T00:48:25.503Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-01T00:48:25.764Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-01T00:48:25.764Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-01T00:48:25.764Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-01T00:48:25.764Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-01T00:48:26.026Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-01T00:48:26.026Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-01T00:48:26.286Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-01T00:48:26.286Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-01T00:48:26.286Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-01T00:48:26.547Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-01T00:48:26.818Z] ---> 68984858e48e [2021-04-01T00:48:26.818Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T00:48:27.117Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-01T00:48:27.117Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-01T00:48:27.117Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-01T00:48:27.117Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-01T00:48:27.379Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-01T00:48:27.379Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-01T00:48:27.379Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-01T00:48:27.379Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-01T00:48:27.640Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-01T00:48:27.640Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-01T00:48:27.640Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-01T00:48:27.640Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-01T00:48:27.640Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-01T00:48:27.900Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-01T00:48:27.900Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-01T00:48:27.900Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-01T00:48:28.785Z] ---> 21e1ec488321 [2021-04-01T00:48:28.786Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T00:48:28.842Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-01T00:48:28.842Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-01T00:48:28.842Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-01T00:48:28.842Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-01T00:48:29.103Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T00:48:29.103Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T00:48:29.363Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T00:48:29.363Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T00:48:29.624Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T00:48:29.624Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T00:48:29.892Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T00:48:29.892Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T00:48:29.892Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:29.892Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:48:30.153Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:30.153Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:48:30.153Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:30.153Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:48:30.233Z] ---> 7f0afc69e41b [2021-04-01T00:48:30.233Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T00:48:30.414Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:30.414Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:48:30.511Z] ---> Running in 7e01c5866fd4 [2021-04-01T00:48:31.356Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:31.356Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:48:31.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:31.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:32.305Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:32.306Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:48:32.367Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T00:48:32.367Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T00:48:32.367Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T00:48:32.367Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T00:48:32.367Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T00:48:32.367Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T00:48:32.367Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T00:48:33.248Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:33.249Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:48:33.249Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:33.249Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:48:34.203Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:48:34.203Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:48:34.203Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T00:48:34.203Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T00:48:34.337Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T00:48:34.337Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T00:48:34.337Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T00:48:34.337Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T00:48:34.337Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T00:48:34.337Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T00:48:34.337Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T00:48:34.337Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T00:48:34.337Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T00:48:34.337Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T00:48:34.337Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T00:48:34.337Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T00:48:34.337Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T00:48:34.337Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T00:48:34.337Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T00:48:34.463Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-01T00:48:34.463Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T00:48:34.611Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T00:48:34.611Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T00:48:34.611Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T00:48:34.611Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T00:48:34.611Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T00:48:34.611Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T00:48:34.611Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T00:48:34.611Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T00:48:34.611Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T00:48:34.611Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T00:48:34.611Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T00:48:34.724Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-01T00:48:34.724Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T00:48:34.724Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-01T00:48:34.724Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-01T00:48:34.885Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:48:34.885Z] OK: 71 MiB in 55 packages [2021-04-01T00:48:34.985Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T00:48:34.985Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T00:48:34.985Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T00:48:34.985Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T00:48:35.245Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-01T00:48:35.245Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-01T00:48:35.505Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:35.505Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T00:48:35.505Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:35.505Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:35.505Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:35.505Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-01T00:48:35.505Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-01T00:48:35.766Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-01T00:48:35.766Z] [2021-04-01T00:48:35.766Z] Current default time zone: 'Etc/UTC' [2021-04-01T00:48:35.766Z] Local time is now: Thu Apr 1 00:48:35 UTC 2021. [2021-04-01T00:48:35.766Z] Universal Time is now: Thu Apr 1 00:48:35 UTC 2021. [2021-04-01T00:48:35.766Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-01T00:48:35.766Z] [2021-04-01T00:48:35.766Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-01T00:48:35.766Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:35.766Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-01T00:48:36.028Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:48:36.028Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-01T00:48:36.028Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-01T00:48:36.028Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-01T00:48:36.028Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-01T00:48:36.028Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-01T00:48:36.028Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-01T00:48:36.291Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:36.291Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-01T00:48:36.552Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:48:36.552Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-01T00:48:36.552Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:36.552Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-01T00:48:36.552Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-01T00:48:36.552Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-01T00:48:36.552Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-01T00:48:36.552Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-01T00:48:36.814Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-01T00:48:36.814Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-01T00:48:36.814Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-01T00:48:38.726Z] Updating certificates in /etc/ssl/certs... [2021-04-01T00:48:39.300Z] 23 added, 27 removed; done. [2021-04-01T00:48:39.300Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-01T00:48:39.300Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:48:39.560Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-01T00:48:39.560Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-01T00:48:39.560Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-01T00:48:39.560Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:48:39.560Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-01T00:48:39.560Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:48:39.820Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:48:39.820Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:48:39.820Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:48:39.820Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:48:39.820Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-01T00:48:39.820Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-01T00:48:39.820Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-01T00:48:40.081Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-01T00:48:40.081Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-01T00:48:40.081Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:48:40.081Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:48:40.081Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-01T00:48:40.081Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-01T00:48:40.342Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-01T00:48:40.342Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T00:48:40.342Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-01T00:48:40.342Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-01T00:48:40.602Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-01T00:48:40.602Z] Updating certificates in /etc/ssl/certs... [2021-04-01T00:48:41.174Z] 0 added, 0 removed; done. [2021-04-01T00:48:41.174Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-01T00:48:41.174Z] done. [2021-04-01T00:48:41.435Z] Reading package lists... [2021-04-01T00:48:41.696Z] Building dependency tree... [2021-04-01T00:48:41.696Z] Reading state information... [2021-04-01T00:48:41.696Z] The following NEW packages will be installed: [2021-04-01T00:48:41.696Z] apt-transport-https [2021-04-01T00:48:41.956Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T00:48:41.956Z] Need to get 1696 B of archives. [2021-04-01T00:48:41.956Z] After this operation, 153 kB of additional disk space will be used. [2021-04-01T00:48:41.956Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-04-01T00:48:41.956Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T00:48:41.956Z] Fetched 1696 B in 0s (29.4 kB/s) [2021-04-01T00:48:41.956Z] Selecting previously unselected package apt-transport-https. [2021-04-01T00:48:41.956Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-01T00:48:41.956Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-04-01T00:48:41.956Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-01T00:48:42.219Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-01T00:48:42.478Z] Waiting for network to be ready... [2021-04-01T00:48:45.057Z] Removing intermediate container 7e01c5866fd4 [2021-04-01T00:48:45.057Z] ---> bf57cf8e80b1 [2021-04-01T00:48:45.057Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-01T00:48:45.057Z] ---> Running in 9219f5ef8506 [2021-04-01T00:48:47.761Z] 2021-04-01T00:48:45Z INFO Waiting for automatic snapd restart... [2021-04-01T00:48:48.330Z] snapd 2.49.1 from Canonical* installed [2021-04-01T00:48:49.271Z] "snapd" switched to the "latest/stable" channel [2021-04-01T00:48:49.271Z] [2021-04-01T00:48:50.447Z] Collecting docker-compose==1.23.2 [2021-04-01T00:48:50.448Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T00:48:51.815Z] core18 20210309 from Canonical* installed [2021-04-01T00:48:51.884Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T00:48:51.884Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T00:48:52.076Z] "core18" switched to the "latest/stable" channel [2021-04-01T00:48:52.076Z] [2021-04-01T00:48:52.476Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T00:48:52.476Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T00:48:55.110Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T00:48:55.110Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T00:48:55.372Z] snapcraft 4.6 from Canonical* installed [2021-04-01T00:48:55.632Z] "snapcraft" switched to the "latest/stable" channel [2021-04-01T00:48:55.632Z] [2021-04-01T00:48:58.500Z] Collecting PyYAML<4,>=3.10 [2021-04-01T00:48:58.500Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T00:48:59.828Z] 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-04-01T00:48:59.828Z] - README.md [2021-04-01T00:48:59.828Z] [2021-04-01T00:48:59.828Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-01T00:49:01.894Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T00:49:01.894Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T00:49:03.339Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:49:03.339Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:49:03.339Z] ---> 51440efd401c [2021-04-01T00:49:03.339Z] Step 3/31 : WORKDIR /edgex-go [2021-04-01T00:49:03.339Z] ---> Using cache [2021-04-01T00:49:03.339Z] ---> 43fb18177486 [2021-04-01T00:49:03.339Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:49:03.339Z] ---> Using cache [2021-04-01T00:49:03.339Z] ---> ffd5b65f9905 [2021-04-01T00:49:03.339Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-01T00:49:03.946Z] 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-04-01T00:49:05.933Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T00:49:05.933Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T00:49:06.415Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T00:49:06.415Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T00:49:06.415Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T00:49:06.415Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T00:49:06.415Z] Fetched 88.7 kB in 0s (196 kB/s) [2021-04-01T00:49:06.986Z] Reading package lists... [2021-04-01T00:49:07.247Z] 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-04-01T00:49:07.368Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T00:49:07.368Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T00:49:07.642Z] ---> Running in f91a558db19c [2021-04-01T00:49:08.241Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T00:49:08.241Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T00:49:08.838Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T00:49:08.838Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T00:49:09.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:09.435Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T00:49:09.435Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T00:49:10.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:10.435Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T00:49:10.435Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T00:49:10.728Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:49:10.728Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:49:10.728Z] ---> 51440efd401c [2021-04-01T00:49:10.728Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T00:49:10.728Z] ---> Using cache [2021-04-01T00:49:10.728Z] ---> 43fb18177486 [2021-04-01T00:49:10.728Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:49:10.728Z] ---> Using cache [2021-04-01T00:49:10.728Z] ---> ffd5b65f9905 [2021-04-01T00:49:10.728Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-01T00:49:11.010Z] OK: 217 MiB in 51 packages [2021-04-01T00:49:11.010Z] 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-04-01T00:49:11.622Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:49:11.622Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:49:11.622Z] ---> 51440efd401c [2021-04-01T00:49:11.622Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T00:49:11.622Z] ---> Using cache [2021-04-01T00:49:11.622Z] ---> 43fb18177486 [2021-04-01T00:49:11.622Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:49:11.622Z] ---> Using cache [2021-04-01T00:49:11.622Z] ---> ffd5b65f9905 [2021-04-01T00:49:11.622Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T00:49:11.622Z] Collecting idna<2.8,>=2.5 [2021-04-01T00:49:11.622Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T00:49:11.896Z] ---> Running in 6c086714d3f9 [2021-04-01T00:49:11.896Z] ---> Running in 0c3710b9e02b [2021-04-01T00:49:11.896Z] 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-04-01T00:49:11.896Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T00:49:11.896Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T00:49:11.896Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T00:49:11.896Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T00:49:12.171Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:49:12.171Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:49:12.171Z] ---> 51440efd401c [2021-04-01T00:49:12.171Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T00:49:12.171Z] ---> Using cache [2021-04-01T00:49:12.171Z] ---> 43fb18177486 [2021-04-01T00:49:12.171Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:49:12.171Z] ---> Using cache [2021-04-01T00:49:12.171Z] ---> ffd5b65f9905 [2021-04-01T00:49:12.171Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T00:49:12.171Z] ---> Running in 0270d910cc60 [2021-04-01T00:49:13.172Z] Removing intermediate container f91a558db19c [2021-04-01T00:49:13.172Z] ---> 82cf18068079 [2021-04-01T00:49:13.172Z] Step 6/31 : COPY go.mod . [2021-04-01T00:49:13.172Z] Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, dockerpty, texttable, PyYAML, docopt, cached-property, jsonschema, docker-compose [2021-04-01T00:49:13.772Z] Attempting uninstall: urllib3 [2021-04-01T00:49:13.772Z] Found existing installation: urllib3 1.25.9 [2021-04-01T00:49:13.772Z] Uninstalling urllib3-1.25.9: [2021-04-01T00:49:13.914Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T00:49:13.914Z] Reading package lists... [2021-04-01T00:49:13.914Z] Building dependency tree... [2021-04-01T00:49:13.914Z] Reading state information... [2021-04-01T00:49:13.914Z] Suggested packages: [2021-04-01T00:49:13.914Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-01T00:49:13.914Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-01T00:49:13.914Z] Recommended packages: [2021-04-01T00:49:13.914Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-01T00:49:13.914Z] The following NEW packages will be installed: [2021-04-01T00:49:13.914Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-01T00:49:13.914Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-01T00:49:13.914Z] pkg-config zip [2021-04-01T00:49:13.914Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T00:49:13.914Z] Need to get 7663 kB of archives. [2021-04-01T00:49:13.914Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-01T00:49:13.914Z] 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-04-01T00:49:13.914Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-01T00:49:13.914Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-01T00:49:13.914Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-01T00:49:13.914Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-01T00:49:13.914Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-01T00:49:13.914Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-01T00:49:13.914Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-01T00:49:14.050Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:14.051Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T00:49:14.051Z] ---> 37d27b8ff392 [2021-04-01T00:49:14.051Z] Step 7/31 : RUN go mod download [2021-04-01T00:49:14.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:14.177Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-01T00:49:14.177Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-01T00:49:14.177Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-01T00:49:14.177Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-01T00:49:14.177Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-01T00:49:14.177Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-01T00:49:14.177Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-01T00:49:14.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:14.326Z] ---> Running in 9ae9498e641e [2021-04-01T00:49:14.437Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T00:49:14.437Z] Fetched 7663 kB in 1s (10.5 MB/s) [2021-04-01T00:49:14.437Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-01T00:49:14.437Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-01T00:49:14.437Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-01T00:49:14.437Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-01T00:49:14.599Z] Attempting uninstall: idna [2021-04-01T00:49:14.599Z] Found existing installation: idna 2.9 [2021-04-01T00:49:14.599Z] Uninstalling idna-2.9: [2021-04-01T00:49:14.698Z] Selecting previously unselected package libpsl5:amd64. [2021-04-01T00:49:14.698Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-01T00:49:14.698Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-01T00:49:14.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:14.899Z] Successfully uninstalled idna-2.9 [2021-04-01T00:49:14.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:14.966Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-01T00:49:14.966Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-01T00:49:14.966Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-01T00:49:14.966Z] Selecting previously unselected package librtmp1:amd64. [2021-04-01T00:49:14.966Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-01T00:49:14.966Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-01T00:49:14.966Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-01T00:49:14.966Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-01T00:49:14.966Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-01T00:49:15.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:15.228Z] Selecting previously unselected package liberror-perl. [2021-04-01T00:49:15.228Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-01T00:49:15.228Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-01T00:49:15.228Z] Selecting previously unselected package git-man. [2021-04-01T00:49:15.228Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-01T00:49:15.228Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-01T00:49:15.452Z] Attempting uninstall: requests [2021-04-01T00:49:15.452Z] Found existing installation: requests 2.23.0 [2021-04-01T00:49:15.452Z] Uninstalling requests-2.23.0: [2021-04-01T00:49:15.489Z] Selecting previously unselected package git. [2021-04-01T00:49:15.490Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-01T00:49:15.490Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-01T00:49:15.730Z] OK: 217 MiB in 51 packages [2021-04-01T00:49:15.730Z] Successfully uninstalled requests-2.23.0 [2021-04-01T00:49:15.730Z] OK: 217 MiB in 51 packages [2021-04-01T00:49:16.010Z] OK: 217 MiB in 51 packages [2021-04-01T00:49:16.432Z] Selecting previously unselected package libnorm1:amd64. [2021-04-01T00:49:16.432Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-01T00:49:16.432Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-01T00:49:16.432Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-01T00:49:16.432Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-01T00:49:16.432Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-01T00:49:16.432Z] Selecting previously unselected package libsodium23:amd64. [2021-04-01T00:49:16.432Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-01T00:49:16.432Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-01T00:49:16.693Z] Selecting previously unselected package libzmq5:amd64. [2021-04-01T00:49:16.693Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-01T00:49:16.693Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T00:49:16.693Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-01T00:49:16.693Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-01T00:49:16.693Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T00:49:16.956Z] Selecting previously unselected package pkg-config. [2021-04-01T00:49:16.956Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-01T00:49:16.956Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-01T00:49:16.956Z] Selecting previously unselected package zip. [2021-04-01T00:49:16.956Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-01T00:49:16.956Z] Unpacking zip (3.0-11build1) ... [2021-04-01T00:49:16.956Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-01T00:49:16.956Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-01T00:49:17.217Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-01T00:49:17.217Z] Setting up liberror-perl (0.17025-1) ... [2021-04-01T00:49:17.217Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-01T00:49:17.217Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-01T00:49:17.217Z] No schema files found: doing nothing. [2021-04-01T00:49:17.217Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-01T00:49:17.217Z] Setting up zip (3.0-11build1) ... [2021-04-01T00:49:17.217Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-01T00:49:17.217Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-01T00:49:17.217Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-01T00:49:17.457Z] Running setup.py install for dockerpty: started [2021-04-01T00:49:17.457Z] Removing intermediate container 6c086714d3f9 [2021-04-01T00:49:17.457Z] ---> 4fb2c211bb1d [2021-04-01T00:49:17.457Z] Step 6/24 : COPY go.mod . [2021-04-01T00:49:17.478Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T00:49:17.478Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-01T00:49:17.478Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T00:49:17.478Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-01T00:49:17.478Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T00:49:17.731Z] Removing intermediate container 0c3710b9e02b [2021-04-01T00:49:17.731Z] ---> 6aa1aad997e7 [2021-04-01T00:49:17.731Z] Step 6/22 : COPY go.mod . [2021-04-01T00:49:18.003Z] Removing intermediate container 9ae9498e641e [2021-04-01T00:49:18.003Z] ---> e0358f71b76a [2021-04-01T00:49:18.003Z] Step 8/31 : COPY . . [2021-04-01T00:49:18.275Z] Removing intermediate container 0270d910cc60 [2021-04-01T00:49:18.275Z] ---> 8e06d0155bb4 [2021-04-01T00:49:18.275Z] Step 6/23 : COPY go.mod . [2021-04-01T00:49:18.870Z] ---> 1f115fadd14e [2021-04-01T00:49:18.870Z] Step 7/22 : RUN go mod download [2021-04-01T00:49:18.870Z] ---> f3410590dc2a [2021-04-01T00:49:18.870Z] Step 7/24 : RUN go mod download [2021-04-01T00:49:18.870Z] ---> Running in d240befa7859 [2021-04-01T00:49:19.142Z] ---> Running in 0310ec118aac [2021-04-01T00:49:19.751Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T00:49:19.751Z] Running setup.py install for texttable: started [2021-04-01T00:49:19.751Z] ---> 79bf17e85ae7 [2021-04-01T00:49:19.751Z] Step 7/23 : RUN go mod download [2021-04-01T00:49:20.347Z] ---> Running in f739f1b52ff1 [2021-04-01T00:49:22.337Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T00:49:22.337Z] Running setup.py install for PyYAML: started [2021-04-01T00:49:24.066Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T00:49:24.066Z] git set to automatically installed. [2021-04-01T00:49:24.066Z] git-man set to automatically installed. [2021-04-01T00:49:24.066Z] libcurl3-gnutls set to automatically installed. [2021-04-01T00:49:24.066Z] liberror-perl set to automatically installed. [2021-04-01T00:49:24.066Z] libglib2.0-0 set to automatically installed. [2021-04-01T00:49:24.066Z] libnghttp2-14 set to automatically installed. [2021-04-01T00:49:24.066Z] libnorm1 set to automatically installed. [2021-04-01T00:49:24.066Z] libpgm-5.2-0 set to automatically installed. [2021-04-01T00:49:24.066Z] libpsl5 set to automatically installed. [2021-04-01T00:49:24.066Z] librtmp1 set to automatically installed. [2021-04-01T00:49:24.066Z] libsodium23 set to automatically installed. [2021-04-01T00:49:24.066Z] libzmq3-dev set to automatically installed. [2021-04-01T00:49:24.066Z] libzmq5 set to automatically installed. [2021-04-01T00:49:24.066Z] pkg-config set to automatically installed. [2021-04-01T00:49:24.066Z] zip set to automatically installed. [2021-04-01T00:49:25.757Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T00:49:25.757Z] Running setup.py install for docopt: started [2021-04-01T00:49:25.981Z] snapd is not logged in, snap install commands will use sudo [2021-04-01T00:49:26.355Z] Removing intermediate container 0310ec118aac [2021-04-01T00:49:26.355Z] ---> 99ec2f65069f [2021-04-01T00:49:26.355Z] Step 8/24 : COPY . . [2021-04-01T00:49:26.355Z] Removing intermediate container d240befa7859 [2021-04-01T00:49:26.355Z] ---> 4cb5cd0a5c24 [2021-04-01T00:49:26.355Z] Step 8/22 : COPY . . [2021-04-01T00:49:26.631Z] Removing intermediate container f739f1b52ff1 [2021-04-01T00:49:26.631Z] ---> 3bb0c40e3ae2 [2021-04-01T00:49:26.631Z] Step 8/23 : COPY . . [2021-04-01T00:49:28.070Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T00:49:29.504Z] 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-04-01T00:49:32.566Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T00:49:32.566Z] snap "core18" has no updates available [2021-04-01T00:49:33.507Z] snapd is not logged in, snap install commands will use sudo [2021-04-01T00:49:37.869Z] ---> 6147089cb5ee [2021-04-01T00:49:37.869Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T00:49:38.462Z] ---> Running in 96e79b4b2888 [2021-04-01T00:49:40.089Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T00:49:40.439Z] Removing intermediate container 9219f5ef8506 [2021-04-01T00:49:40.439Z] ---> 4e7f7eb021a5 [2021-04-01T00:49:40.439Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T00:49:41.431Z] 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-04-01T00:49:41.431Z] ---> Running in ea058630e5c7 [2021-04-01T00:49:43.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:43.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:43.705Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T00:49:43.705Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T00:49:43.705Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T00:49:43.705Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:49:43.705Z] OK: 72 MiB in 58 packages [2021-04-01T00:49:49.154Z] Removing intermediate container ea058630e5c7 [2021-04-01T00:49:49.154Z] ---> c4d536c73115 [2021-04-01T00:49:49.154Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T00:49:49.154Z] ---> Running in 25b402397055 [2021-04-01T00:49:51.138Z] Removing intermediate container 25b402397055 [2021-04-01T00:49:51.138Z] ---> 54610c8863be [2021-04-01T00:49:51.138Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:49:51.412Z] ---> Running in 7590ef3a5bfb [2021-04-01T00:49:52.389Z] Removing intermediate container 7590ef3a5bfb [2021-04-01T00:49:52.389Z] ---> 76891fedf98f [2021-04-01T00:49:52.389Z] Step 24/26 : LABEL arch=arm64 [2021-04-01T00:49:52.660Z] ---> Running in b43ed2e784be [2021-04-01T00:49:52.660Z] ---> 27e85f802a41 [2021-04-01T00:49:52.660Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-01T00:49:52.939Z] ---> Running in b40ae9d484c4 [2021-04-01T00:49:53.214Z] ---> 5836a750925a [2021-04-01T00:49:53.214Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-01T00:49:53.500Z] ---> Running in 16c44f749a6e [2021-04-01T00:49:54.102Z] Removing intermediate container b43ed2e784be [2021-04-01T00:49:54.102Z] ---> fa43532c3dd3 [2021-04-01T00:49:54.102Z] Step 25/26 : LABEL git_sha=d7c3f18af9fea137955a59ad037e68ed70f1832c [2021-04-01T00:49:54.102Z] ---> a7315bee0098 [2021-04-01T00:49:54.102Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T00:49:54.379Z] ---> Running in b36dc60e824f [2021-04-01T00:49:54.379Z] ---> Running in dea0a280884c [2021-04-01T00:49:55.405Z] Removing intermediate container b36dc60e824f [2021-04-01T00:49:55.684Z] ---> f4de4e9d3b39 [2021-04-01T00:49:55.684Z] Step 26/26 : LABEL version=0.0.0 [2021-04-01T00:49:55.684Z] 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-04-01T00:49:55.684Z] ---> Running in 75c9e3f8486e [2021-04-01T00:49:56.283Z] 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-04-01T00:49:56.563Z] Removing intermediate container 75c9e3f8486e [2021-04-01T00:49:56.563Z] ---> 461a431f9f3e [2021-04-01T00:49:56.563Z] [2021-04-01T00:49:56.839Z] 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-04-01T00:49:57.441Z] Successfully built 461a431f9f3e [2021-04-01T00:49:57.441Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-01T00:50:53.972Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 96e79b4b2888 [2021-04-01T00:50:53.972Z] ---> 02d89d340a85 [2021-04-01T00:50:53.972Z] [2021-04-01T00:50:53.972Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T00:50:53.972Z] ---> e47305ac9786 [2021-04-01T00:50:53.972Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T00:50:53.972Z] ---> Running in f6791720f059 [2021-04-01T00:50:53.972Z] Removing intermediate container f6791720f059 [2021-04-01T00:50:53.972Z] ---> 082abb3b161c [2021-04-01T00:50:53.972Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T00:50:54.245Z] ---> Running in 9096b02839fb [2021-04-01T00:50:56.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:50:56.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:50:56.834Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T00:50:56.834Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T00:50:56.834Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:50:56.834Z] OK: 5 MiB in 16 packages [2021-04-01T00:50:58.834Z] Removing intermediate container 9096b02839fb [2021-04-01T00:50:58.834Z] ---> 19a3a58f9994 [2021-04-01T00:50:58.834Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T00:50:58.834Z] ---> Running in 27b19373241b [2021-04-01T00:50:59.441Z] Removing intermediate container 27b19373241b [2021-04-01T00:50:59.441Z] ---> 020445adea87 [2021-04-01T00:50:59.441Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T00:50:59.720Z] ---> Running in 0535f4ac9709 [2021-04-01T00:51:00.707Z] Removing intermediate container 0535f4ac9709 [2021-04-01T00:51:00.707Z] ---> 91d4933d6314 [2021-04-01T00:51:00.707Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-01T00:51:00.707Z] ---> Running in f360a102b8e2 [2021-04-01T00:51:04.142Z] Removing intermediate container f360a102b8e2 [2021-04-01T00:51:04.142Z] ---> 4c2dc287fd21 [2021-04-01T00:51:04.142Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T00:51:04.142Z] ---> Running in 6a8ca7a53888 [2021-04-01T00:51:05.143Z] Removing intermediate container 6a8ca7a53888 [2021-04-01T00:51:05.143Z] ---> 45d5b90b31eb [2021-04-01T00:51:05.143Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T00:51:06.155Z] ---> 65a772542cdb [2021-04-01T00:51:06.155Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T00:51:06.155Z] ---> Running in fe2fe835465a [2021-04-01T00:51:09.551Z] Removing intermediate container fe2fe835465a [2021-04-01T00:51:09.551Z] ---> 8791633f87a6 [2021-04-01T00:51:09.551Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:51:10.996Z] ---> dc56e82fac1c [2021-04-01T00:51:10.996Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-01T00:51:10.996Z] 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-04-01T00:51:12.987Z] ---> cf6619ae8b19 [2021-04-01T00:51:12.987Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T00:51:13.974Z] ---> d4c310bcaed1 [2021-04-01T00:51:13.974Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T00:51:15.447Z] ---> 18b0608b5ae2 [2021-04-01T00:51:15.447Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T00:51:16.457Z] ---> 4014ded88c81 [2021-04-01T00:51:16.457Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T00:51:17.060Z] ---> Running in d9a2f96fc41d [2021-04-01T00:51:17.662Z] Removing intermediate container d9a2f96fc41d [2021-04-01T00:51:17.662Z] ---> ec8d18f14bff [2021-04-01T00:51:17.662Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T00:51:19.101Z] ---> b6f3493acb38 [2021-04-01T00:51:19.101Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T00:51:19.375Z] ---> Running in 0827b963a466 [2021-04-01T00:51:23.685Z] Removing intermediate container 0827b963a466 [2021-04-01T00:51:23.685Z] ---> 5b834dd5d2be [2021-04-01T00:51:23.685Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T00:51:23.959Z] ---> Running in 8857023bcc9b [2021-04-01T00:51:24.564Z] Removing intermediate container 8857023bcc9b [2021-04-01T00:51:24.564Z] ---> 8182b1f7c2c1 [2021-04-01T00:51:24.564Z] Step 28/31 : CMD ["gate"] [2021-04-01T00:51:25.554Z] ---> Running in c3b97bcf4ad8 [2021-04-01T00:51:26.563Z] Removing intermediate container c3b97bcf4ad8 [2021-04-01T00:51:26.563Z] ---> bc550b7e038a [2021-04-01T00:51:26.563Z] Step 29/31 : LABEL arch=arm64 [2021-04-01T00:51:27.184Z] ---> Running in 93b4c226f507 [2021-04-01T00:51:27.789Z] Removing intermediate container dea0a280884c [2021-04-01T00:51:27.789Z] ---> d39ddc02b616 [2021-04-01T00:51:27.789Z] [2021-04-01T00:51:27.789Z] Step 10/24 : FROM alpine:3.12 [2021-04-01T00:51:27.789Z] ---> e47305ac9786 [2021-04-01T00:51:27.789Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T00:51:27.789Z] Removing intermediate container 93b4c226f507 [2021-04-01T00:51:27.789Z] ---> 1e48cd90e50c [2021-04-01T00:51:27.789Z] Step 30/31 : LABEL git_sha=d7c3f18af9fea137955a59ad037e68ed70f1832c [2021-04-01T00:51:28.067Z] ---> Running in 2eadaf2f491d [2021-04-01T00:51:28.341Z] ---> Running in 7624329c5c0f [2021-04-01T00:51:29.528Z] Removing intermediate container 7624329c5c0f [2021-04-01T00:51:29.528Z] ---> f0418bd53ae0 [2021-04-01T00:51:29.528Z] Step 31/31 : LABEL version=0.0.0 [2021-04-01T00:51:30.194Z] ---> Running in 9980fd25475c [2021-04-01T00:51:30.499Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:51:30.835Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:51:31.129Z] Removing intermediate container 9980fd25475c [2021-04-01T00:51:31.129Z] ---> 76f229bf7c23 [2021-04-01T00:51:31.129Z] [2021-04-01T00:51:31.807Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T00:51:31.807Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T00:51:31.807Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T00:51:31.807Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T00:51:31.807Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T00:51:31.807Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T00:51:31.807Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:51:31.807Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T00:51:31.807Z] Removing intermediate container b40ae9d484c4 [2021-04-01T00:51:31.807Z] ---> 3abfe4fbec1e [2021-04-01T00:51:31.807Z] [2021-04-01T00:51:31.807Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T00:51:31.807Z] ---> e47305ac9786 [2021-04-01T00:51:31.807Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-01T00:51:31.807Z] ---> Using cache [2021-04-01T00:51:31.807Z] ---> 82ab88a03132 [2021-04-01T00:51:31.807Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:51:31.807Z] ---> Using cache [2021-04-01T00:51:31.807Z] ---> 0e9e8f2d79d7 [2021-04-01T00:51:31.807Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T00:51:32.110Z] ---> Running in 2d804e406074 [2021-04-01T00:51:32.110Z] OK: 7 MiB in 20 packages [2021-04-01T00:51:32.381Z] Successfully built 76f229bf7c23 [2021-04-01T00:51:32.381Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-01T00:51:33.091Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 2d804e406074 [2021-04-01T00:51:33.091Z] ---> b26376cd2b1e [2021-04-01T00:51:33.091Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T00:51:33.769Z] ---> Running in f22f4b8a2afd [2021-04-01T00:51:34.432Z] Removing intermediate container f22f4b8a2afd [2021-04-01T00:51:34.432Z] ---> 5c30f9135b2c [2021-04-01T00:51:34.432Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:51:34.709Z] Removing intermediate container 2eadaf2f491d [2021-04-01T00:51:34.709Z] ---> 95cb92198466 [2021-04-01T00:51:34.709Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T00:51:35.309Z] ---> Running in 695b107c5fde [2021-04-01T00:51:35.309Z] ---> 00b0f0d5269f [2021-04-01T00:51:35.309Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T00:51:35.586Z] Removing intermediate container 695b107c5fde [2021-04-01T00:51:35.586Z] ---> 17952ee68293 [2021-04-01T00:51:35.586Z] Step 13/24 : WORKDIR / [2021-04-01T00:51:36.195Z] ---> Running in a61bb8eb3822 [2021-04-01T00:51:37.190Z] ---> 45bbf3608884 [2021-04-01T00:51:37.190Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T00:51:37.190Z] Removing intermediate container a61bb8eb3822 [2021-04-01T00:51:37.190Z] ---> ed205f2b2266 [2021-04-01T00:51:37.190Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-01T00:51:37.793Z] ---> a07e345f2952 [2021-04-01T00:51:37.793Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T00:51:37.793Z] ---> Running in 382e269b983c [2021-04-01T00:51:38.071Z] ---> 4439dbe1e149 [2021-04-01T00:51:38.071Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-01T00:51:38.672Z] Removing intermediate container 382e269b983c [2021-04-01T00:51:38.672Z] ---> e4cff6e614b1 [2021-04-01T00:51:38.672Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:51:38.947Z] ---> Running in fc4f2c5923cd [2021-04-01T00:51:38.947Z] ---> 3d45f9a391eb [2021-04-01T00:51:38.947Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-01T00:51:39.548Z] Removing intermediate container fc4f2c5923cd [2021-04-01T00:51:39.548Z] ---> eaacb9bc0c8b [2021-04-01T00:51:39.548Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T00:51:39.822Z] ---> Running in 0211ab753be9 [2021-04-01T00:51:39.822Z] ---> d721c6c15e01 [2021-04-01T00:51:39.822Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T00:51:40.419Z] Removing intermediate container 0211ab753be9 [2021-04-01T00:51:40.419Z] ---> b40207516db3 [2021-04-01T00:51:40.419Z] Step 21/22 : LABEL git_sha=d7c3f18af9fea137955a59ad037e68ed70f1832c [2021-04-01T00:51:40.693Z] ---> Running in cfc8eb14c82e [2021-04-01T00:51:41.294Z] ---> ba869d978d2f [2021-04-01T00:51:41.294Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T00:51:41.294Z] Removing intermediate container cfc8eb14c82e [2021-04-01T00:51:41.294Z] ---> 477fe452b29d [2021-04-01T00:51:41.294Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T00:51:41.896Z] ---> Running in d5da09c6fc90 [2021-04-01T00:51:42.496Z] Removing intermediate container d5da09c6fc90 [2021-04-01T00:51:42.496Z] ---> 58159d4c148f [2021-04-01T00:51:42.496Z] [2021-04-01T00:51:42.496Z] Removing intermediate container 16c44f749a6e [2021-04-01T00:51:42.496Z] ---> 0c294264574b [2021-04-01T00:51:42.496Z] [2021-04-01T00:51:42.496Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T00:51:42.496Z] ---> e47305ac9786 [2021-04-01T00:51:42.797Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T00:51:42.797Z] ---> 0f12c2233590 [2021-04-01T00:51:42.797Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T00:51:42.797Z] ---> Running in 5fd7063960b6 [2021-04-01T00:51:43.072Z] Successfully built 58159d4c148f [2021-04-01T00:51:43.072Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-01T00:51:43.345Z]  Building docker-support-scheduler-go ... done Removing intermediate container 5fd7063960b6 [2021-04-01T00:51:43.345Z] ---> a1a651d3db14 [2021-04-01T00:51:43.345Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T00:51:43.345Z] ---> 3d8fd2fd7c6a [2021-04-01T00:51:43.345Z] Step 20/24 : 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-04-01T00:51:43.618Z] ---> Running in 45b0fce8d956 [2021-04-01T00:51:43.618Z] ---> Running in 3e4ca81f55bc [2021-04-01T00:51:44.211Z] Removing intermediate container 3e4ca81f55bc [2021-04-01T00:51:44.211Z] ---> a3ae64cbce8e [2021-04-01T00:51:44.211Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T00:51:44.211Z] ---> Running in a33438e16141 [2021-04-01T00:51:44.815Z] Removing intermediate container a33438e16141 [2021-04-01T00:51:44.815Z] ---> 9d75b3155e10 [2021-04-01T00:51:44.815Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:51:44.815Z] ---> Running in 21d10934597e [2021-04-01T00:51:45.798Z] Removing intermediate container 45b0fce8d956 [2021-04-01T00:51:45.798Z] ---> 2eeadfc599cb [2021-04-01T00:51:45.798Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T00:51:46.069Z] ---> Running in 37175e6639e8 [2021-04-01T00:51:46.669Z] Removing intermediate container 37175e6639e8 [2021-04-01T00:51:46.669Z] ---> a9268e3cc499 [2021-04-01T00:51:46.669Z] Step 22/24 : LABEL arch=arm64 [2021-04-01T00:51:46.669Z] ---> Running in 6d57c2d343db [2021-04-01T00:51:47.261Z] Removing intermediate container 6d57c2d343db [2021-04-01T00:51:47.261Z] ---> e3bfe1531498 [2021-04-01T00:51:47.261Z] Removing intermediate container 21d10934597e [2021-04-01T00:51:47.261Z] ---> f839aefa7a1d [2021-04-01T00:51:47.261Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T00:51:47.261Z] Step 23/24 : LABEL git_sha=d7c3f18af9fea137955a59ad037e68ed70f1832c [2021-04-01T00:51:47.548Z] ---> Running in 7ffa9833f342 [2021-04-01T00:51:47.548Z] ---> Running in 7d9401eb8a33 [2021-04-01T00:51:48.140Z] Removing intermediate container 7d9401eb8a33 [2021-04-01T00:51:48.140Z] ---> dbffdf372d5e [2021-04-01T00:51:48.140Z] Step 24/24 : LABEL version=0.0.0 [2021-04-01T00:51:48.140Z] ---> Running in 8ce0450645c3 [2021-04-01T00:51:48.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:51:48.731Z] Removing intermediate container 8ce0450645c3 [2021-04-01T00:51:48.731Z] ---> f9bf145f9564 [2021-04-01T00:51:48.731Z] [2021-04-01T00:51:49.000Z] Successfully built f9bf145f9564 [2021-04-01T00:51:49.000Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-01T00:51:49.269Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:51:49.860Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T00:51:50.131Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T00:51:50.131Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T00:51:50.131Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T00:51:50.399Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T00:51:50.667Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T00:51:50.667Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:51:50.667Z] OK: 8 MiB in 20 packages [2021-04-01T00:51:52.097Z] Removing intermediate container 7ffa9833f342 [2021-04-01T00:51:52.097Z] ---> cfc3025e4d58 [2021-04-01T00:51:52.097Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:51:52.688Z] ---> d3fb5e611652 [2021-04-01T00:51:52.688Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T00:51:54.117Z] ---> 50e0f5736fb9 [2021-04-01T00:51:54.117Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T00:51:54.710Z] ---> e345efd2270c [2021-04-01T00:51:54.710Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T00:51:54.981Z] ---> Running in 97dcb777d3b8 [2021-04-01T00:51:55.251Z] Removing intermediate container 97dcb777d3b8 [2021-04-01T00:51:55.251Z] ---> f9380ad0470b [2021-04-01T00:51:55.251Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:51:55.524Z] ---> Running in 8bb8dfe20642 [2021-04-01T00:51:55.794Z] Removing intermediate container 8bb8dfe20642 [2021-04-01T00:51:55.794Z] ---> 602a780187c6 [2021-04-01T00:51:55.794Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T00:51:56.069Z] ---> Running in d016e294dba0 [2021-04-01T00:51:56.659Z] Removing intermediate container d016e294dba0 [2021-04-01T00:51:56.659Z] ---> 955ee6679b51 [2021-04-01T00:51:56.659Z] Step 22/23 : LABEL git_sha=d7c3f18af9fea137955a59ad037e68ed70f1832c [2021-04-01T00:51:56.659Z] ---> Running in 2ac1e91727b8 [2021-04-01T00:51:57.250Z] Removing intermediate container 2ac1e91727b8 [2021-04-01T00:51:57.250Z] ---> 5998a5edd0bd [2021-04-01T00:51:57.250Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T00:51:57.250Z] ---> Running in 931a17a5c3eb [2021-04-01T00:51:57.840Z] Removing intermediate container 931a17a5c3eb [2021-04-01T00:51:57.840Z] ---> de4e43ff59fb [2021-04-01T00:51:57.840Z] [2021-04-01T00:51:58.110Z] Successfully built de4e43ff59fb [2021-04-01T00:51:58.110Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-01T00:51:58.714Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-01T00:51:58.700Z] $ docker stop --time=1 89711a172767676140080aae6690267f831c56fe4ad2b293b5a3114d06fa199b [2021-04-01T00:52:00.626Z] $ docker rm -f 89711a172767676140080aae6690267f831c56fe4ad2b293b5a3114d06fa199b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T00:52:01.327Z] + docker images [2021-04-01T00:52:01.327Z] + grep docker [2021-04-01T00:52:01.596Z] docker-core-data-go-arm64 latest de4e43ff59fb 4 seconds ago 21.4MB [2021-04-01T00:52:01.596Z] docker-security-secretstore-setup-go-arm64 latest f9bf145f9564 13 seconds ago 24.4MB [2021-04-01T00:52:01.596Z] docker-support-scheduler-go-arm64 latest 58159d4c148f 19 seconds ago 16.4MB [2021-04-01T00:52:01.596Z] docker-security-bootstrapper-go-arm64 latest 76f229bf7c23 31 seconds ago 17.9MB [2021-04-01T00:52:01.596Z] docker-sys-mgmt-agent-go-arm64 latest 461a431f9f3e 2 minutes ago 301MB [2021-04-01T00:52:01.596Z] docker-core-metadata-go-arm64 latest c2cea97c5f81 3 minutes ago 17.9MB [2021-04-01T00:52:01.596Z] docker-support-notifications-go-arm64 latest a023e3ab32bf 3 minutes ago 16.9MB [2021-04-01T00:52:01.596Z] docker-core-command-go-arm64 latest e206d88de604 3 minutes ago 16.3MB [2021-04-01T00:52:01.596Z] docker-security-proxy-setup-go-arm64 latest 32be25547118 3 minutes ago 24.1MB [2021-04-01T00:52:01.596Z] docker 20.10.0 eeaf43b92773 3 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-04-01T00:52:02.574Z] ---> job-cost.sh [2021-04-01T00:52:02.574Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6mRg [2021-04-01T00:52:41.521Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-01T00:53:46.704Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-01T00:53:46.704Z] Pulling go-build-helper [2021-04-01T00:53:46.704Z] + snapcraftctl pull [2021-04-01T00:53:46.704Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-01T00:53:46.704Z] Skipping pull go-build-helper (already ran) [2021-04-01T00:53:46.704Z] Building go-build-helper [2021-04-01T00:53:46.704Z] + snapcraftctl build [2021-04-01T00:53:47.648Z] Staging go-build-helper [2021-04-01T00:53:47.648Z] + snapcraftctl stage [2021-04-01T00:53:57.650Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-01T00:53:57.650Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T00:53:57.650Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-01T00:53:57.650Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-01T00:53:57.650Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-01T00:53:57.650Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-01T00:53:57.650Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-01T00:53:57.650Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-01T00:53:57.650Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-01T00:53:57.650Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-01T00:53:57.650Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-01T00:53:57.650Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-01T00:53:57.650Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-01T00:53:57.650Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-01T00:53:57.650Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-01T00:53:57.650Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-01T00:53:57.650Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-01T00:53:57.650Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-01T00:53:57.650Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-01T00:53:57.650Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-04-01T00:53:57.650Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-01T00:53:57.650Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-01T00:53:57.650Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-01T00:53:57.650Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-01T00:53:57.650Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-01T00:53:57.650Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-04-01T00:53:57.650Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-04-01T00:53:57.650Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-01T00:53:57.650Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-01T00:53:57.650Z] Fetched 224 kB in 0s (0 B/s) [2021-04-01T00:53:57.650Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-01T00:53:57.650Z] Fetched 157 kB in 0s (0 B/s) [2021-04-01T00:53:57.650Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-01T00:53:57.650Z] Fetched 221 kB in 0s (0 B/s) [2021-04-01T00:53:57.650Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-01T00:53:57.650Z] Fetched 143 kB in 0s (0 B/s) [2021-04-01T00:53:57.650Z] Pulling app-service-config [2021-04-01T00:53:57.650Z] + snapcraftctl pull [2021-04-01T00:53:58.593Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-01T00:53:59.165Z] Pulling config-common [2021-04-01T00:53:59.165Z] + snapcraftctl pull [2021-04-01T00:54:03.373Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T00:54:03.373Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T00:54:03.373Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T00:54:03.373Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T00:54:03.373Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-01T00:54:03.373Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T00:54:03.373Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-01T00:54:03.373Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T00:54:03.373Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-01T00:54:03.373Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T00:54:03.373Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-01T00:54:03.373Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T00:54:03.374Z] Pulling edgex-go [2021-04-01T00:54:03.374Z] + snapcraftctl pull [2021-04-01T00:54:18.234Z] lf-activate-venv(): INFO: Adding /tmp/venv-6mRg/bin to PATH [2021-04-01T00:54:18.234Z] INFO: No Stack... [2021-04-01T00:54:18.234Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-01T00:54:18.234Z] INFO: Archiving Costs [Pipeline] sh [2021-04-01T00:54:18.569Z] + cut -d, -f6 [2021-04-01T00:54:18.569Z] + cat /w/workspace/edgex-go/92/archives/cost.csv [Pipeline] lock [2021-04-01T00:54:18.676Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-92-stack-cost] [2021-04-01T00:54:18.683Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-92-stack-cost] did not exist. Created. [2021-04-01T00:54:18.683Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-92-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-01T00:54:19.118Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-01T00:54:19.433Z] Stashed 1 file(s) [Pipeline] } [2021-04-01T00:54:19.445Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-92-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-01T00:54:25.349Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T00:54:25.349Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T00:54:25.349Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T00:54:25.349Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-01T00:54:25.349Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-01T00:54:25.349Z] Fetched 279 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-01T00:54:25.349Z] Fetched 122 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-01T00:54:25.349Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-01T00:54:25.349Z] Fetched 8848 B in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-01T00:54:25.349Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-01T00:54:25.349Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-01T00:54:25.349Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-01T00:54:25.349Z] Fetched 219 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-01T00:54:25.349Z] Fetched 154 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-01T00:54:25.349Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-01T00:54:25.349Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-01T00:54:25.349Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-01T00:54:25.349Z] Fetched 499 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-01T00:54:25.349Z] Fetched 111 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-01T00:54:25.349Z] Fetched 240 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-01T00:54:25.349Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-01T00:54:25.349Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-01T00:54:25.349Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-01T00:54:25.349Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-01T00:54:25.349Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-01T00:54:25.349Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-01T00:54:25.349Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-01T00:54:25.349Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-01T00:54:25.349Z] Fetched 8720 B in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-01T00:54:25.349Z] Fetched 137 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-01T00:54:25.349Z] Fetched 119 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-01T00:54:25.349Z] Fetched 109 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-01T00:54:25.349Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-01T00:54:25.349Z] Fetched 645 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-01T00:54:25.349Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-01T00:54:25.349Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-01T00:54:25.349Z] Fetched 368 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-01T00:54:25.349Z] Fetched 187 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-01T00:54:25.349Z] Fetched 175 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-01T00:54:25.349Z] Fetched 206 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-01T00:54:25.349Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-01T00:54:25.349Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-01T00:54:25.349Z] Fetched 159 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-01T00:54:25.349Z] Fetched 107 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-01T00:54:25.349Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-01T00:54:25.349Z] Pulling static-packages [2021-04-01T00:54:25.349Z] + snapcraftctl pull [2021-04-01T00:54:25.349Z] Pulling version [2021-04-01T00:54:25.349Z] + cd /root/project [2021-04-01T00:54:25.349Z] + [ -f VERSION ] [2021-04-01T00:54:25.349Z] + PROJECT_VERSION=local-dev [2021-04-01T00:54:25.349Z] + git rev-parse --short HEAD [2021-04-01T00:54:25.349Z] + GIT_REVISION=d3668a9e [2021-04-01T00:54:25.349Z] + snapcraftctl set-version local-dev [2021-04-01T00:54:25.924Z] Skipping build go-build-helper (already ran) [2021-04-01T00:54:26.186Z] Building app-service-config [2021-04-01T00:54:26.186Z] + make build [2021-04-01T00:54:26.186Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-01T00:54:28.146Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 [2021-04-01T00:54:28.146Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-04-01T00:54:28.146Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-01T00:54:28.146Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 [2021-04-01T00:54:28.146Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-01T00:54:28.146Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-04-01T00:54:28.146Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-01T00:54:28.146Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-01T00:54:28.146Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-01T00:54:28.146Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-01T00:54:28.409Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-01T00:54:28.409Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-01T00:54:28.409Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-01T00:54:28.409Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-01T00:54:28.409Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-01T00:54:28.409Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-01T00:54:28.669Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-01T00:54:28.669Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-04-01T00:54:28.669Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-01T00:54:28.669Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-01T00:54:28.928Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-01T00:54:28.928Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-01T00:54:29.198Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-01T00:54:29.198Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-01T00:54:29.198Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-04-01T00:54:29.198Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-01T00:54:29.198Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-01T00:54:29.198Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-04-01T00:54:29.198Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-01T00:54:29.198Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-01T00:54:29.458Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-01T00:54:29.458Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-01T00:54:29.458Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-01T00:54:29.458Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-01T00:54:29.458Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-01T00:54:29.458Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-01T00:54:29.458Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-01T00:54:29.458Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-01T00:54:29.458Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-01T00:54:29.458Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-01T00:54:29.458Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-01T00:54:29.458Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-01T00:54:29.458Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-01T00:54:29.718Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-01T00:54:29.718Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-01T00:54:39.715Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-01T00:54:39.715Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-01T00:54:39.715Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-01T00:54:39.715Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-01T00:54:39.715Z] Building config-common [2021-04-01T00:54:39.715Z] + snapcraftctl build [2021-04-01T00:54:41.629Z] Building edgex-go [2021-04-01T00:54:41.629Z] + cd /root/parts/edgex-go/src [2021-04-01T00:54:41.629Z] + make build [2021-04-01T00:54:41.629Z] 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-04-01T00:54:41.889Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 [2021-04-01T00:54:41.889Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-01T00:54:41.889Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-01T00:54:41.889Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-04-01T00:54:41.889Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-04-01T00:54:41.889Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-01T00:54:41.889Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-01T00:54:46.099Z] 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-04-01T00:54:46.099Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-01T00:54:51.383Z] 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-04-01T00:54:52.324Z] 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-04-01T00:54:54.241Z] 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-04-01T00:54:54.501Z] 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-04-01T00:54:54.761Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-01T00:54:54.761Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-01T00:54:54.761Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-01T00:54:54.761Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-01T00:54:56.902Z] 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-04-01T00:54:56.902Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-01T00:54:56.902Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-01T00:54:58.468Z] 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-04-01T00:54:59.750Z] 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-04-01T00:55:00.839Z] 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-04-01T00:55:01.777Z] 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-04-01T00:55:02.039Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-01T00:55:03.422Z] 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-04-01T00:55:03.422Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-01T00:55:05.344Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-01T00:55:05.344Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-01T00:55:05.344Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-01T00:55:05.344Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-01T00:55:05.344Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-01T00:55:05.344Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-01T00:55:05.344Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-01T00:55:05.344Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-01T00:55:05.344Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-01T00:55:05.344Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-01T00:55:05.344Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-01T00:55:05.344Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-01T00:55:05.344Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-01T00:55:05.344Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-01T00:55:05.344Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-01T00:55:05.344Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-01T00:55:05.344Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-01T00:55:05.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-04-01T00:55:05.344Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-01T00:55:05.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-04-01T00:55:05.344Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-01T00:55:05.344Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-01T00:55:05.344Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-01T00:55:05.344Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-01T00:55:05.344Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-01T00:55:05.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-04-01T00:55:08.640Z] Building static-packages [2021-04-01T00:55:08.640Z] + snapcraftctl build [2021-04-01T00:55:10.021Z] Building version [2021-04-01T00:55:10.021Z] + snapcraftctl build [2021-04-01T00:55:11.933Z] Skipping stage go-build-helper (already ran) [2021-04-01T00:55:11.933Z] Staging app-service-config [2021-04-01T00:55:11.933Z] + snapcraftctl stage [2021-04-01T00:55:12.877Z] Staging config-common [2021-04-01T00:55:12.877Z] + snapcraftctl stage [2021-04-01T00:55:13.822Z] Staging edgex-go [2021-04-01T00:55:13.822Z] + snapcraftctl stage [2021-04-01T00:55:14.779Z] Staging static-packages [2021-04-01T00:55:14.780Z] + snapcraftctl stage [2021-04-01T00:55:16.170Z] Staging version [2021-04-01T00:55:16.170Z] + snapcraftctl stage [2021-04-01T00:55:17.112Z] Priming go-build-helper [2021-04-01T00:55:17.112Z] + snapcraftctl prime [2021-04-01T00:55:18.051Z] Priming app-service-config [2021-04-01T00:55:18.051Z] + snapcraftctl prime [2021-04-01T00:55:19.442Z] Priming config-common [2021-04-01T00:55:19.442Z] + snapcraftctl prime [2021-04-01T00:55:20.014Z] Priming edgex-go [2021-04-01T00:55:20.014Z] + snapcraftctl prime [2021-04-01T00:55:21.413Z] Priming static-packages [2021-04-01T00:55:21.413Z] + snapcraftctl prime [2021-04-01T00:55:23.327Z] Priming version [2021-04-01T00:55:23.327Z] + snapcraftctl prime [2021-04-01T00:55:24.710Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-01T00:55:27.406Z] provisioning config files... [2021-04-01T00:55:27.416Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/92@tmp/config8101136254209438337tmp [Pipeline] { [Pipeline] sh [2021-04-01T00:55:27.797Z] + set +x [2021-04-01T00:55:27.797Z] + curl -s https://codecov.io/bash [2021-04-01T00:55:27.797Z] + bash -s -- [2021-04-01T00:55:28.062Z] [2021-04-01T00:55:28.062Z] _____ _ [2021-04-01T00:55:28.062Z] / ____| | | [2021-04-01T00:55:28.062Z] | | ___ __| | ___ ___ _____ __ [2021-04-01T00:55:28.062Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-01T00:55:28.062Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-01T00:55:28.062Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-01T00:55:28.062Z] Bash-20210309-2b87ace [2021-04-01T00:55:28.062Z] [2021-04-01T00:55:28.062Z] [2021-04-01T00:55:28.062Z] ==> git version 2.24.3 found [2021-04-01T00:55:28.062Z] ==> 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-04-01T00:55:28.062Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-01T00:55:28.062Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-01T00:55:28.062Z] ==> Jenkins CI detected. [2021-04-01T00:55:28.062Z] project root: . [2021-04-01T00:55:28.062Z] --> token set from env [2021-04-01T00:55:28.325Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-01T00:55:28.325Z] ==> Running gcov in . (disable via -X gcov) [2021-04-01T00:55:28.325Z] ==> Python coveragepy not found [2021-04-01T00:55:28.325Z] ==> Searching for coverage reports in: [2021-04-01T00:55:28.325Z] + . [2021-04-01T00:55:28.325Z] -> Found 1 reports [2021-04-01T00:55:28.325Z] ==> Detecting git/mercurial file structure [2021-04-01T00:55:28.325Z] ==> Reading reports [2021-04-01T00:55:28.590Z] + ./coverage.out bytes=669470 [2021-04-01T00:55:28.590Z] ==> Appending adjustments [2021-04-01T00:55:28.590Z] https://docs.codecov.io/docs/fixing-reports [2021-04-01T00:55:31.911Z] + Found adjustments [2021-04-01T00:55:31.911Z] ==> Gzipping contents [2021-04-01T00:55:31.911Z] 96K /tmp/codecov.Hxbm0Z.gz [2021-04-01T00:55:31.911Z] ==> Uploading reports [2021-04-01T00:55:31.911Z] url: https://codecov.io [2021-04-01T00:55:31.911Z] query: branch=PR-2858&commit=d7c3f18af9fea137955a59ad037e68ed70f1832c&build=92&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F92%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-04-01T00:55:31.911Z] -> Pinging Codecov [2021-04-01T00:55:31.911Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-2858&commit=d7c3f18af9fea137955a59ad037e68ed70f1832c&build=92&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F92%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-04-01T00:55:32.486Z] -> Uploading to [2021-04-01T00:55:32.486Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-01/00271124DB129430A58F1EEE437C3FCB/d7c3f18af9fea137955a59ad037e68ed70f1832c/0ee73def-18da-4299-b9d6-a02b2cdb6909.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T005532Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=de96e45ec986d398627a1b94bed4d536a186ecb46dc987fda8e9e9bc9bc721e3 [2021-04-01T00:55:32.486Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T00:55:32.486Z] Dload Upload Total Spent Left Speed [2021-04-01T00:55:32.748Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97059 0 0 100 97059 0 231k --:--:-- --:--:-- --:--:-- 231k 100 97059 0 0 100 97059 0 231k --:--:-- --:--:-- --:--:-- 231k [2021-04-01T00:55:32.748Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/d7c3f18af9fea137955a59ad037e68ed70f1832c [Pipeline] } [2021-04-01T00:55:32.757Z] 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-04-01T00:55:34.533Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:55:35.444Z] ---> package-listing.sh [2021-04-01T00:55:35.444Z] ++ facter osfamily [2021-04-01T00:55:35.444Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-01T00:55:35.444Z] + OS_FAMILY=redhat [2021-04-01T00:55:35.444Z] + workspace=/w/workspace/edgex-go/92 [2021-04-01T00:55:35.444Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-01T00:55:35.444Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-01T00:55:35.444Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-01T00:55:35.444Z] + PACKAGES=/tmp/packages_start.txt [2021-04-01T00:55:35.444Z] + '[' /w/workspace/edgex-go/92 ']' [2021-04-01T00:55:35.444Z] + PACKAGES=/tmp/packages_end.txt [2021-04-01T00:55:35.444Z] + case "${OS_FAMILY}" in [2021-04-01T00:55:35.444Z] + rpm -qa [2021-04-01T00:55:35.444Z] + sort [2021-04-01T00:55:40.760Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-01T00:55:40.760Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-01T00:55:40.760Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-01T00:55:40.760Z] + '[' /w/workspace/edgex-go/92 ']' [2021-04-01T00:55:40.760Z] + mkdir -p /w/workspace/edgex-go/92/archives/ [2021-04-01T00:55:40.760Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/92/archives/ [Pipeline] echo [2021-04-01T00:55:40.775Z] 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/92/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-01T00:55:41.075Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:55:41.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T00:55:41.389Z] [2021-04-01T00:55:41.389Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:55:41.735Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T00:55:41.735Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-01T00:55:41.735Z] df20fa9351a1: Pulling fs layer [2021-04-01T00:55:41.735Z] 36b3adc4ff6f: Pulling fs layer [2021-04-01T00:55:41.735Z] 8ad3a11d3b57: Pulling fs layer [2021-04-01T00:55:41.735Z] 46f8f816bc3b: Pulling fs layer [2021-04-01T00:55:41.735Z] 93b61091891f: Pulling fs layer [2021-04-01T00:55:41.735Z] 93b9cdb0e59b: Pulling fs layer [2021-04-01T00:55:41.735Z] 5e14af77c1be: Pulling fs layer [2021-04-01T00:55:41.735Z] 01666e4c0597: Pulling fs layer [2021-04-01T00:55:41.735Z] aa168da1d23b: Pulling fs layer [2021-04-01T00:55:41.735Z] 93b9cdb0e59b: Waiting [2021-04-01T00:55:41.735Z] 5e14af77c1be: Waiting [2021-04-01T00:55:41.735Z] 01666e4c0597: Waiting [2021-04-01T00:55:41.735Z] aa168da1d23b: Waiting [2021-04-01T00:55:41.735Z] 46f8f816bc3b: Waiting [2021-04-01T00:55:41.735Z] 93b61091891f: Waiting [2021-04-01T00:55:41.735Z] 36b3adc4ff6f: Verifying Checksum [2021-04-01T00:55:41.735Z] 36b3adc4ff6f: Download complete [2021-04-01T00:55:41.996Z] 46f8f816bc3b: Verifying Checksum [2021-04-01T00:55:41.996Z] 46f8f816bc3b: Download complete [2021-04-01T00:55:41.996Z] df20fa9351a1: Verifying Checksum [2021-04-01T00:55:41.996Z] df20fa9351a1: Download complete [2021-04-01T00:55:41.996Z] 93b9cdb0e59b: Download complete [2021-04-01T00:55:41.996Z] 93b61091891f: Verifying Checksum [2021-04-01T00:55:41.996Z] 93b61091891f: Download complete [2021-04-01T00:55:41.996Z] 5e14af77c1be: Verifying Checksum [2021-04-01T00:55:41.996Z] 5e14af77c1be: Download complete [2021-04-01T00:55:41.996Z] 01666e4c0597: Verifying Checksum [2021-04-01T00:55:41.996Z] 01666e4c0597: Download complete [2021-04-01T00:55:41.996Z] 8ad3a11d3b57: Verifying Checksum [2021-04-01T00:55:41.996Z] 8ad3a11d3b57: Download complete [2021-04-01T00:55:42.260Z] df20fa9351a1: Pull complete [2021-04-01T00:55:42.523Z] 36b3adc4ff6f: Pull complete [2021-04-01T00:55:43.596Z] 8ad3a11d3b57: Pull complete [2021-04-01T00:55:43.596Z] 46f8f816bc3b: Pull complete [2021-04-01T00:55:44.698Z] aa168da1d23b: Verifying Checksum [2021-04-01T00:55:44.698Z] aa168da1d23b: Download complete [2021-04-01T00:55:45.645Z] 93b61091891f: Pull complete [2021-04-01T00:55:45.645Z] 93b9cdb0e59b: Pull complete [2021-04-01T00:55:45.907Z] 5e14af77c1be: Pull complete [2021-04-01T00:55:45.907Z] 01666e4c0597: Pull complete [2021-04-01T00:56:04.067Z] aa168da1d23b: Pull complete [2021-04-01T00:56:04.067Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-01T00:56:04.067Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T00:56:04.067Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-01T00:56:04.316Z] prd-centos7-docker-4c-2g-32366 does not seem to be running inside a container [2021-04-01T00:56:04.369Z] $ 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/92/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/92 -v /w/workspace/edgex-go/92:/w/workspace/edgex-go/92:rw,z -v /w/workspace/edgex-go/92@tmp:/w/workspace/edgex-go/92@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-04-01T00:56:07.492Z] $ docker top 3366056285b0c2a53fe7ddd7998e0f724fc40ae9c4e9b760468665603824f862 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T00:56:08.022Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-01T00:56:08.321Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-01T00:56:08.621Z] + ls /var/log/sa-host [2021-04-01T00:56:08.621Z] + sadf -c /var/log/sa-host/sa01 [2021-04-01T00:56:08.621Z] file_magic: OK [2021-04-01T00:56:08.621Z] HZ: Using current value: 100 [2021-04-01T00:56:08.621Z] file_header: OK [2021-04-01T00:56:08.621Z] 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-04-01T00:56:08.621Z] Statistics: [2021-04-01T00:56:08.621Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-01T00:56:08.621Z] File successfully converted to sysstat format version 12.2.1 [2021-04-01T00:56:08.621Z] + sadf -c /var/log/sa-host/sa23 [2021-04-01T00:56:08.621Z] file_magic: OK [2021-04-01T00:56:08.621Z] HZ: Using current value: 100 [2021-04-01T00:56:08.621Z] file_header: OK [2021-04-01T00:56:08.621Z] 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-04-01T00:56:08.621Z] Statistics: [2021-04-01T00:56:08.621Z] Hnuu...uuuununununu... [2021-04-01T00:56:08.621Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-01T00:56:08.853Z] provisioning config files... [2021-04-01T00:56:08.879Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/92@tmp/config7391290397092477425tmp [Pipeline] { [Pipeline] echo [2021-04-01T00:56:08.945Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:56:09.240Z] ---> create-netrc.sh [Pipeline] } [2021-04-01T00:56:09.250Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-01T00:56:09.344Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:56:09.646Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-01T00:56:09.658Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:56:09.957Z] ---> sudo-logs.sh [2021-04-01T00:56:09.957Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-01T00:56:10.026Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:56:10.324Z] ---> job-cost.sh [2021-04-01T00:56:10.324Z] lf-activate-venv: SKIPPING [2021-04-01T00:56:10.324Z] DEBUG: total: 0.20999999344348907 [2021-04-01T00:56:10.324Z] INFO: Retrieving Stack Cost... [2021-04-01T00:56:11.271Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-01T00:56:11.845Z] INFO: Archiving Costs [Pipeline] echo [2021-04-01T00:56:11.860Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:56:12.158Z] ---> logs-deploy.sh [2021-04-01T00:56:12.158Z] lf-activate-venv: SKIPPING [2021-04-01T00:56:12.158Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/92 [2021-04-01T00:56:12.158Z] INFO: archiving workspace using pattern(s): [2021-04-01T00:56:13.550Z] Archives upload complete. [2021-04-01T00:56:13.550Z] INFO: archiving logs to Nexus