Pull request #3447 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 670f3584858cccf1ec2af0b55bcc1500b96a803a+38d8ac8cf9377e12442077cf8ccce54130d64734 (842e2e94c1f818913cf4115f94eafc47e2aaa2a5) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4377 in /w/workspace/edgexfoundry_edgex-go_PR-3447 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 670f3584858cccf1ec2af0b55bcc1500b96a803a Merge succeeded, producing 670f3584858cccf1ec2af0b55bcc1500b96a803a Checking out Revision 670f3584858cccf1ec2af0b55bcc1500b96a803a (PR-3447) > 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/3447/head:refs/remotes/origin/PR-3447 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 670f3584858cccf1ec2af0b55bcc1500b96a803a # 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 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 670f3584858cccf1ec2af0b55bcc1500b96a803a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T07:33:30.626Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T07:33:30.730Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T07:33:30.762Z] ========================================================= [2021-05-11T07:33:30.762Z] EdgeX Global Pipelines Version Info [2021-05-11T07:33:30.762Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:33:34.249Z] ------------------- [2021-05-11T07:33:34.249Z] stable info: [2021-05-11T07:33:34.249Z] ------------------- [2021-05-11T07:33:34.249Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T07:33:34.249Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-11T07:33:34.249Z] Message: update stable to v1.0.191 [2021-05-11T07:33:34.872Z] ------------------- [2021-05-11T07:33:34.872Z] experimental info: [2021-05-11T07:33:34.872Z] ------------------- [2021-05-11T07:33:34.872Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T07:33:34.872Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T07:33:34.872Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T07:33:35.179Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-11T07:33:35.201Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-11T07:33:35.239Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T07:33:35.261Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T07:33:35.295Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T07:33:35.317Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T07:33:35.353Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T07:33:35.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-11T07:33:35.409Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-11T07:33:35.430Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-11T07:33:35.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T07:33:35.486Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T07:33:35.517Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T07:33:35.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T07:33:35.571Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T07:33:35.593Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T07:33:35.630Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T07:33:35.651Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T07:33:35.688Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-11T07:33:35.709Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-11T07:33:35.745Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-11T07:33:35.767Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T07:33:35.804Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3447 [Pipeline] echo [2021-05-11T07:33:35.826Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3447 [Pipeline] echo [2021-05-11T07:33:35.860Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3447 [Pipeline] echo [2021-05-11T07:33:35.882Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 670f3584858cccf1ec2af0b55bcc1500b96a803a [Pipeline] echo [2021-05-11T07:33:35.941Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 670f358 [Pipeline] echo [2021-05-11T07:33:35.965Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T07:33:36.051Z] provisioning config files... [2021-05-11T07:33:36.179Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1185731563922085167tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:33:36.774Z] ---> docker-login.sh [2021-05-11T07:33:36.774Z] nexus3.edgexfoundry.org:10001 > git rev-list --no-walk 6a9a5fb5509b625e051bc9c716ac9baf204bf28b # timeout=10 [2021-05-11T07:33:37.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:33:38.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:33:38.084Z] Configure a credential helper to remove this warning. See [2021-05-11T07:33:38.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:33:38.084Z] [2021-05-11T07:33:38.084Z] Login Succeeded [2021-05-11T07:33:38.084Z] nexus3.edgexfoundry.org:10002 [2021-05-11T07:33:38.377Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:33:38.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:33:38.678Z] Configure a credential helper to remove this warning. See [2021-05-11T07:33:38.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:33:38.678Z] [2021-05-11T07:33:38.678Z] Login Succeeded [2021-05-11T07:33:38.678Z] nexus3.edgexfoundry.org:10003 [2021-05-11T07:33:39.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:33:39.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:33:39.684Z] Configure a credential helper to remove this warning. See [2021-05-11T07:33:39.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:33:39.684Z] [2021-05-11T07:33:39.684Z] Login Succeeded [2021-05-11T07:33:39.684Z] nexus3.edgexfoundry.org:10004 [2021-05-11T07:33:39.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:33:39.961Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:33:39.961Z] Configure a credential helper to remove this warning. See [2021-05-11T07:33:39.961Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:33:39.961Z] [2021-05-11T07:33:39.961Z] Login Succeeded [2021-05-11T07:33:39.961Z] docker.io [2021-05-11T07:33:40.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:33:42.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:33:42.174Z] Configure a credential helper to remove this warning. See [2021-05-11T07:33:42.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:33:42.174Z] [2021-05-11T07:33:42.174Z] Login Succeeded [2021-05-11T07:33:42.174Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T07:33:42.197Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T07:33:42.706Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-05-11T07:33:42.707Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:33:42.707Z] ++ dirname cmd/core-command/Dockerfile [2021-05-11T07:33:42.707Z] ++ cut -d/ -f2 [2021-05-11T07:33:42.707Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-11T07:33:42.707Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:33:42.707Z] ++ dirname cmd/core-data/Dockerfile [2021-05-11T07:33:42.707Z] ++ cut -d/ -f2 [2021-05-11T07:33:42.707Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-11T07:33:42.707Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:33:42.707Z] ++ cut -d/ -f2 [2021-05-11T07:33:42.707Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-11T07:33:42.707Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-11T07:33:42.707Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:33:42.707Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-11T07:33:42.707Z] ++ cut -d/ -f2 [2021-05-11T07:33:42.707Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-11T07:33:42.707Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:33:42.707Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-11T07:33:42.707Z] ++ cut -d/ -f2 [2021-05-11T07:33:42.707Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-11T07:33:42.707Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:33:42.707Z] ++ cut -d/ -f2 [2021-05-11T07:33:42.707Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-11T07:33:42.707Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-11T07:33:42.707Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:33:42.707Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-11T07:33:42.707Z] ++ cut -d/ -f2 [2021-05-11T07:33:42.707Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-11T07:33:42.707Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:33:42.707Z] ++ cut -d/ -f2 [2021-05-11T07:33:42.707Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-11T07:33:42.707Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-11T07:33:42.707Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:33:42.707Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-11T07:33:42.707Z] ++ cut -d/ -f2 [2021-05-11T07:33:42.707Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-11T07:33:42.997Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:33:44.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:33:44.211Z] [2021-05-11T07:33:44.211Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:33:44.644Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:33:44.644Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T07:33:44.644Z] 31603596830f: Pulling fs layer [2021-05-11T07:33:44.644Z] 54011a49482f: Pulling fs layer [2021-05-11T07:33:44.644Z] a6820b24f6d8: Pulling fs layer [2021-05-11T07:33:44.644Z] f581987b2513: Pulling fs layer [2021-05-11T07:33:44.644Z] f581987b2513: Waiting [2021-05-11T07:33:44.644Z] 54011a49482f: Verifying Checksum [2021-05-11T07:33:44.644Z] 54011a49482f: Download complete [2021-05-11T07:33:44.933Z] 31603596830f: Verifying Checksum [2021-05-11T07:33:44.933Z] 31603596830f: Download complete [2021-05-11T07:33:45.570Z] f581987b2513: Verifying Checksum [2021-05-11T07:33:45.570Z] f581987b2513: Download complete [2021-05-11T07:33:45.841Z] a6820b24f6d8: Verifying Checksum [2021-05-11T07:33:45.842Z] a6820b24f6d8: Download complete [2021-05-11T07:33:45.842Z] 31603596830f: Pull complete [2021-05-11T07:33:45.842Z] 54011a49482f: Pull complete [2021-05-11T07:33:47.929Z] a6820b24f6d8: Pull complete [2021-05-11T07:33:48.989Z] f581987b2513: Pull complete [2021-05-11T07:33:48.989Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T07:33:48.989Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:33:48.989Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T07:33:49.371Z] prd-centos7-docker-4c-2g-4377 does not seem to be running inside a container [2021-05-11T07:33:49.647Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T07:33:53.533Z] $ docker top 6a8e24421a4e5491f737da144ccb64d2f06cbdca3234d3f0d1955a95585b02bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T07:33:54.143Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T07:33:54.144Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T07:33:54.685Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T07:33:54.695Z] $ docker exec 6a8e24421a4e5491f737da144ccb64d2f06cbdca3234d3f0d1955a95585b02bb ssh-agent [2021-05-11T07:33:55.234Z] SSH_AUTH_SOCK=/tmp/ssh-PnnnLLl3BDyO/agent.11 [2021-05-11T07:33:55.235Z] SSH_AGENT_PID=16 [2021-05-11T07:33:55.270Z] Running ssh-add (command line suppressed) [2021-05-11T07:33:55.640Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_2357401735447905690.key (/w/workspace/edgex-go/3@tmp/private_key_2357401735447905690.key) [2021-05-11T07:33:55.838Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T07:33:56.531Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T07:33:56.576Z] $ docker exec --env ******** --env ******** 6a8e24421a4e5491f737da144ccb64d2f06cbdca3234d3f0d1955a95585b02bb ssh-agent -k [2021-05-11T07:33:57.017Z] unset SSH_AUTH_SOCK; [2021-05-11T07:33:57.017Z] unset SSH_AGENT_PID; [2021-05-11T07:33:57.018Z] echo Agent pid 16 killed; [2021-05-11T07:33:57.226Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-11T07:33:57.271Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T07:33:57.271Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T07:33:57.958Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T07:33:57.965Z] $ docker exec 6a8e24421a4e5491f737da144ccb64d2f06cbdca3234d3f0d1955a95585b02bb ssh-agent [2021-05-11T07:33:58.358Z] SSH_AUTH_SOCK=/tmp/ssh-M15uvvnI7cjH/agent.44 [2021-05-11T07:33:58.358Z] SSH_AGENT_PID=49 [2021-05-11T07:33:58.374Z] Running ssh-add (command line suppressed) [2021-05-11T07:33:58.681Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_8459054918933441471.key (/w/workspace/edgex-go/3@tmp/private_key_8459054918933441471.key) [2021-05-11T07:33:58.951Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T07:33:59.625Z] + git semver init [2021-05-11T07:33:59.927Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T07:33:59.927Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-05-11T07:33:59.927Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-05-11T07:33:59.927Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T07:33:59.927Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T07:33:59.927Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T07:33:59.927Z] # $SEMVER_BRANCH = PR-3447 [2021-05-11T07:33:59.927Z] # $SEMVER_TEMP = /tmp/semver-757437314 [2021-05-11T07:33:59.927Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-11T07:34:40.255Z] # '/tmp/semver-757437314' -> '/w/workspace/edgex-go/3/.semver' [2021-05-11T07:34:40.255Z] # -> Force: false [2021-05-11T07:34:40.255Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-05-11T07:34:40.288Z] $ docker exec --env ******** --env ******** 6a8e24421a4e5491f737da144ccb64d2f06cbdca3234d3f0d1955a95585b02bb ssh-agent -k [2021-05-11T07:34:40.970Z] unset SSH_AUTH_SOCK; [2021-05-11T07:34:40.970Z] unset SSH_AGENT_PID; [2021-05-11T07:34:40.970Z] echo Agent pid 49 killed; [2021-05-11T07:34:41.160Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T07:34:41.564Z] + git semver [Pipeline] } [2021-05-11T07:34:41.869Z] $ docker stop --time=1 6a8e24421a4e5491f737da144ccb64d2f06cbdca3234d3f0d1955a95585b02bb [2021-05-11T07:34:44.070Z] $ docker rm -f 6a8e24421a4e5491f737da144ccb64d2f06cbdca3234d3f0d1955a95585b02bb [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T07:34:44.931Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T07:34:46.268Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T07:34:46.271Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T07:34:46.975Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:34:47.419Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:34:47.907Z] + sudo service docker restart [2021-05-11T07:34:47.907Z] + true [2021-05-11T07:34:47.907Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-11T07:34:50.794Z] ========================================================= [2021-05-11T07:34:50.794Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T07:34:50.794Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:34:51.337Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-11T07:35:01.434Z] Still waiting to schedule task [2021-05-11T07:35:01.435Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-11T07:35:01.890Z] Sending build context to Docker daemon 330.2MB [2021-05-11T07:35:01.890Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T07:35:01.890Z] Step 2/6 : FROM ${BASE} [2021-05-11T07:35:01.890Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T07:35:01.890Z] 540db60ca938: Pulling fs layer [2021-05-11T07:35:01.890Z] adcc1eea9eea: Pulling fs layer [2021-05-11T07:35:01.890Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T07:35:01.890Z] 0510c868ecb4: Pulling fs layer [2021-05-11T07:35:01.890Z] afea3b2eda06: Pulling fs layer [2021-05-11T07:35:01.890Z] 7809a108b3ef: Pulling fs layer [2021-05-11T07:35:01.890Z] f706445af74f: Pulling fs layer [2021-05-11T07:35:01.890Z] 0510c868ecb4: Waiting [2021-05-11T07:35:01.890Z] 7809a108b3ef: Waiting [2021-05-11T07:35:01.890Z] f706445af74f: Waiting [2021-05-11T07:35:01.890Z] afea3b2eda06: Waiting [2021-05-11T07:35:01.890Z] 4c4ab2625f07: Verifying Checksum [2021-05-11T07:35:01.890Z] 4c4ab2625f07: Download complete [2021-05-11T07:35:01.890Z] adcc1eea9eea: Download complete [2021-05-11T07:35:01.890Z] afea3b2eda06: Download complete [2021-05-11T07:35:01.890Z] 7809a108b3ef: Download complete [2021-05-11T07:35:01.890Z] 540db60ca938: Verifying Checksum [2021-05-11T07:35:03.555Z] 540db60ca938: Pull complete [2021-05-11T07:35:03.958Z] adcc1eea9eea: Pull complete [2021-05-11T07:35:04.278Z] 4c4ab2625f07: Pull complete [2021-05-11T07:35:08.013Z] f706445af74f: Verifying Checksum [2021-05-11T07:35:08.013Z] f706445af74f: Download complete [2021-05-11T07:35:09.654Z] 0510c868ecb4: Verifying Checksum [2021-05-11T07:35:09.654Z] 0510c868ecb4: Download complete [2021-05-11T07:35:25.141Z] 0510c868ecb4: Pull complete [2021-05-11T07:35:25.141Z] afea3b2eda06: Pull complete [2021-05-11T07:35:25.141Z] 7809a108b3ef: Pull complete [2021-05-11T07:35:32.133Z] f706445af74f: Pull complete [2021-05-11T07:35:32.133Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T07:35:32.133Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T07:35:32.133Z] ---> b068be0155e3 [2021-05-11T07:35:32.133Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-05-11T07:35:32.133Z] ---> Running in 0e9ed9a766f2 [2021-05-11T07:35:33.624Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:35:35.049Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:35:36.031Z] (1/12) Installing libmagic (5.39-r0) [2021-05-11T07:35:36.405Z] (2/12) Installing file (5.39-r0) [2021-05-11T07:35:36.405Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-11T07:35:36.405Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-11T07:35:45.188Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-11T07:35:45.188Z] (6/12) Installing patch (2.7.6-r6) [2021-05-11T07:35:45.188Z] (7/12) Installing build-base (0.5-r2) [2021-05-11T07:35:45.188Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-11T07:35:45.188Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-11T07:35:45.188Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-11T07:35:45.523Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-11T07:35:45.523Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-11T07:35:45.808Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T07:35:45.808Z] OK: 219 MiB in 52 packages [2021-05-11T07:35:51.388Z] Removing intermediate container 0e9ed9a766f2 [2021-05-11T07:35:51.388Z] ---> 4a2e8f25502f [2021-05-11T07:35:51.388Z] Step 4/6 : WORKDIR /edgex-go [2021-05-11T07:35:51.388Z] ---> Running in 4fb9828001e2 [2021-05-11T07:35:51.388Z] Removing intermediate container 4fb9828001e2 [2021-05-11T07:35:51.388Z] ---> 50a463cef8ed [2021-05-11T07:35:51.388Z] Step 5/6 : COPY go.mod . [2021-05-11T07:35:51.668Z] ---> 2997198c24b4 [2021-05-11T07:35:51.668Z] Step 6/6 : RUN go mod download [2021-05-11T07:35:51.982Z] ---> Running in e36aefe62d7e [2021-05-11T07:36:31.687Z] Removing intermediate container e36aefe62d7e [2021-05-11T07:36:31.687Z] ---> a5178ed10cc3 [2021-05-11T07:36:31.687Z] Successfully built a5178ed10cc3 [2021-05-11T07:36:31.687Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:36:32.077Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T07:36:32.753Z] . [Pipeline] withDockerContainer [2021-05-11T07:36:33.351Z] prd-centos7-docker-4c-2g-4377 does not seem to be running inside a container [2021-05-11T07:36:33.517Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T07:36:35.772Z] $ docker top a29224f3487abc84fc9ffdae2b0605781324c29aebfb09d3c4086f2062ce1d75 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:36:36.828Z] + go version [2021-05-11T07:36:36.829Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T07:36:36.883Z] $ docker stop --time=1 a29224f3487abc84fc9ffdae2b0605781324c29aebfb09d3c4086f2062ce1d75 [2021-05-11T07:36:38.719Z] $ docker rm -f a29224f3487abc84fc9ffdae2b0605781324c29aebfb09d3c4086f2062ce1d75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:36:39.900Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T07:36:40.173Z] . [Pipeline] withDockerContainer [2021-05-11T07:36:40.387Z] prd-centos7-docker-4c-2g-4377 does not seem to be running inside a container [2021-05-11T07:36:40.497Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T07:36:42.577Z] $ docker top f5e49c4a2716f1e615f54eaf0fc5ec19b2fd7dc245241a9264b868cdc24da5b4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T07:36:42.918Z] ========================================================= [2021-05-11T07:36:42.918Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-11T07:36:42.918Z] ========================================================= [Pipeline] sh [2021-05-11T07:36:43.627Z] + go mod tidy [Pipeline] sh [2021-05-11T07:36:49.381Z] + make test [2021-05-11T07:36:49.381Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T07:37:12.060Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-11T07:38:10.352Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-11T07:38:10.352Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-11T07:38:16.823Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-11T07:38:16.823Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-11T07:38:24.224Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-11T07:38:24.224Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-11T07:38:24.517Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-11T07:38:24.517Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-11T07:38:28.579Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-11T07:38:28.882Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-11T07:38:38.164Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-11T07:38:38.164Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-11T07:38:38.164Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-11T07:38:42.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.250s coverage: 45.9% of statements [2021-05-11T07:38:42.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-11T07:38:42.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-11T07:38:42.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-11T07:38:42.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-11T07:38:42.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-11T07:38:42.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-11T07:38:42.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.083s coverage: 19.8% of statements [2021-05-11T07:38:42.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.155s coverage: 100.0% of statements [2021-05-11T07:38:48.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.489s coverage: 27.8% of statements [2021-05-11T07:38:48.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-11T07:38:48.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-11T07:38:48.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-11T07:38:48.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-11T07:38:48.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-11T07:38:48.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.267s coverage: 81.2% of statements [2021-05-11T07:38:48.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-11T07:38:48.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.128s coverage: 100.0% of statements [2021-05-11T07:38:48.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-11T07:38:48.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.153s coverage: 100.0% of statements [2021-05-11T07:38:48.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-11T07:38:48.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-11T07:38:51.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.708s coverage: 71.3% of statements [2021-05-11T07:38:51.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-11T07:38:51.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-11T07:38:53.364Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.592s coverage: 87.7% of statements [2021-05-11T07:38:53.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-11T07:38:53.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:38:53.364Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.141s coverage: 78.9% of statements [2021-05-11T07:38:53.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-11T07:39:07.152Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4386 in /w/workspace/edgexfoundry_edgex-go_PR-3447 [Pipeline] { [Pipeline] ws [2021-05-11T07:39:07.170Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-05-11T07:39:07.353Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.746s coverage: 28.6% of statements [2021-05-11T07:39:07.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-11T07:39:07.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-11T07:39:07.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-11T07:39:07.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-11T07:39:07.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-11T07:39:07.353Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 1.004s coverage: 100.0% of statements [2021-05-11T07:39:07.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-11T07:39:07.353Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.203s coverage: 100.0% of statements [2021-05-11T07:39:07.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-11T07:39:07.353Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 1.219s coverage: 86.7% of statements [2021-05-11T07:39:07.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-11T07:39:07.353Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.555s coverage: 97.5% of statements [2021-05-11T07:39:07.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-11T07:39:07.353Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.391s coverage: 78.3% of statements [2021-05-11T07:39:07.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-11T07:39:07.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-11T07:39:07.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-11T07:39:07.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-11T07:39:14.498Z] using credential edgex-jenkins-ssh [2021-05-11T07:39:14.514Z] Cloning the remote Git repository [2021-05-11T07:39:14.565Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-11T07:39:14.702Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-05-11T07:39:14.765Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T07:39:14.766Z] > git --version # timeout=10 [2021-05-11T07:39:14.783Z] > git --version # 'git version 2.17.1' [2021-05-11T07:39:14.785Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:39:14.876Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:39:18.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.294s coverage: 95.1% of statements [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-11T07:39:18.115Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.126s coverage: 58.8% of statements [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-11T07:39:18.115Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.644s coverage: 0.9% of statements [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-11T07:39:18.115Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.170s coverage: 22.0% of statements [2021-05-11T07:39:18.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-11T07:39:18.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.131s coverage: 47.1% of statements [2021-05-11T07:39:18.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.375s coverage: 79.5% of statements [2021-05-11T07:39:19.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.188s coverage: 94.1% of statements [2021-05-11T07:39:21.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.381s coverage: 96.3% of statements [2021-05-11T07:39:21.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.163s coverage: 87.5% of statements [2021-05-11T07:39:30.696Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T07:39:30.713Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:39:30.740Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T07:39:30.771Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T07:39:30.772Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:39:30.784Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3447/head:refs/remotes/origin/PR-3447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T07:39:31.539Z] Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:39:31.977Z] Merge succeeded, producing 670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:39:31.978Z] Checking out Revision 670f3584858cccf1ec2af0b55bcc1500b96a803a (PR-3447) [2021-05-11T07:39:31.558Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T07:39:31.570Z] > git checkout -f 670f3584858cccf1ec2af0b55bcc1500b96a803a # timeout=10 [2021-05-11T07:39:31.899Z] > git remote # timeout=10 [2021-05-11T07:39:31.915Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T07:39:31.934Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:39:31.943Z] > git merge 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 [2021-05-11T07:39:31.965Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T07:39:31.985Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T07:39:31.996Z] > git checkout -f 670f3584858cccf1ec2af0b55bcc1500b96a803a # timeout=10 [2021-05-11T07:39:34.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.157s coverage: 94.4% of statements [2021-05-11T07:39:34.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.162s coverage: 44.8% of statements [2021-05-11T07:39:36.525Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T07:39:37.955Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:39:38.414Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:39:38.757Z] + + sudo service dockertrue restart [2021-05-11T07:39:38.757Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T07:39:40.782Z] provisioning config files... [2021-05-11T07:39:40.828Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config9171379014528344800tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:39:40.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.222s coverage: 81.8% of statements [2021-05-11T07:39:40.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-11T07:39:41.205Z] ---> docker-login.sh [2021-05-11T07:39:41.205Z] nexus3.edgexfoundry.org:10001 [2021-05-11T07:39:42.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:39:42.466Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:39:42.466Z] Configure a credential helper to remove this warning. See [2021-05-11T07:39:42.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:39:42.466Z] [2021-05-11T07:39:42.466Z] Login Succeeded [2021-05-11T07:39:42.466Z] nexus3.edgexfoundry.org:10002 [2021-05-11T07:39:43.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:39:43.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:39:43.064Z] Configure a credential helper to remove this warning. See [2021-05-11T07:39:43.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:39:43.064Z] [2021-05-11T07:39:43.064Z] Login Succeeded [2021-05-11T07:39:43.064Z] nexus3.edgexfoundry.org:10003 [2021-05-11T07:39:43.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:39:43.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:39:43.662Z] Configure a credential helper to remove this warning. See [2021-05-11T07:39:43.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:39:43.662Z] [2021-05-11T07:39:43.662Z] Login Succeeded [2021-05-11T07:39:43.662Z] nexus3.edgexfoundry.org:10004 [2021-05-11T07:39:44.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:39:44.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:39:44.261Z] Configure a credential helper to remove this warning. See [2021-05-11T07:39:44.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:39:44.261Z] [2021-05-11T07:39:44.261Z] Login Succeeded [2021-05-11T07:39:44.261Z] docker.io [2021-05-11T07:39:44.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:39:45.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:39:45.132Z] Configure a credential helper to remove this warning. See [2021-05-11T07:39:45.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:39:45.132Z] [2021-05-11T07:39:45.132Z] Login Succeeded [2021-05-11T07:39:45.132Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T07:39:45.149Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T07:39:45.478Z] ========================================================= [2021-05-11T07:39:45.478Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T07:39:45.478Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:39:45.837Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-11T07:39:48.492Z] Sending build context to Docker daemon 167.7MB [2021-05-11T07:39:48.492Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T07:39:48.492Z] Step 2/6 : FROM ${BASE} [2021-05-11T07:39:48.492Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T07:39:48.492Z] 595b0fe564bb: Pulling fs layer [2021-05-11T07:39:48.492Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T07:39:48.492Z] 316046926c0a: Pulling fs layer [2021-05-11T07:39:48.492Z] 4ebd0625c992: Pulling fs layer [2021-05-11T07:39:48.492Z] 207e8628e3a3: Pulling fs layer [2021-05-11T07:39:48.492Z] c791037a9be2: Pulling fs layer [2021-05-11T07:39:48.492Z] ffd874e62e21: Pulling fs layer [2021-05-11T07:39:48.492Z] 4ebd0625c992: Waiting [2021-05-11T07:39:48.492Z] 207e8628e3a3: Waiting [2021-05-11T07:39:48.492Z] c791037a9be2: Waiting [2021-05-11T07:39:48.492Z] ffd874e62e21: Waiting [2021-05-11T07:39:48.492Z] 316046926c0a: Verifying Checksum [2021-05-11T07:39:48.492Z] 316046926c0a: Download complete [2021-05-11T07:39:48.492Z] 7186ed65a4f7: Verifying Checksum [2021-05-11T07:39:48.492Z] 7186ed65a4f7: Download complete [2021-05-11T07:39:48.492Z] 207e8628e3a3: Download complete [2021-05-11T07:39:48.492Z] c791037a9be2: Download complete [2021-05-11T07:39:48.492Z] 595b0fe564bb: Verifying Checksum [2021-05-11T07:39:48.492Z] 595b0fe564bb: Download complete [2021-05-11T07:39:49.139Z] 595b0fe564bb: Pull complete [2021-05-11T07:39:49.745Z] 7186ed65a4f7: Pull complete [2021-05-11T07:39:49.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.250s coverage: 92.9% of statements [2021-05-11T07:39:49.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-11T07:39:49.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-11T07:39:49.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-11T07:39:49.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 65.1% of statements [2021-05-11T07:39:49.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-11T07:39:49.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-11T07:39:49.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-11T07:39:49.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-11T07:39:49.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-11T07:39:49.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.173s coverage: 87.2% of statements [2021-05-11T07:39:49.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-11T07:39:49.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-11T07:39:49.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.120s coverage: 100.0% of statements [2021-05-11T07:39:49.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-11T07:39:49.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.311s coverage: 76.0% of statements [2021-05-11T07:39:49.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-11T07:39:49.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.140s coverage: 80.0% of statements [2021-05-11T07:39:49.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.321s coverage: 87.2% of statements [2021-05-11T07:39:49.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.187s coverage: 85.4% of statements [2021-05-11T07:39:49.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.222s coverage: 91.2% of statements [2021-05-11T07:39:49.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-11T07:39:49.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.625s coverage: 64.4% of statements [2021-05-11T07:39:49.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-11T07:39:49.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-11T07:39:49.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.113s coverage: 100.0% of statements [2021-05-11T07:39:49.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.058s coverage: 91.3% of statements [2021-05-11T07:39:49.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.103s coverage: 100.0% of statements [2021-05-11T07:39:49.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2021-05-11T07:39:49.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.081s coverage: 100.0% of statements [2021-05-11T07:39:50.021Z] ffd874e62e21: Verifying Checksum [2021-05-11T07:39:50.021Z] ffd874e62e21: Download complete [2021-05-11T07:39:50.021Z] 316046926c0a: Pull complete [2021-05-11T07:39:52.011Z] 4ebd0625c992: Verifying Checksum [2021-05-11T07:39:52.011Z] 4ebd0625c992: Download complete [2021-05-11T07:39:52.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.782s coverage: 66.9% of statements [2021-05-11T07:39:52.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-11T07:39:52.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-11T07:39:52.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-11T07:39:53.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.459s coverage: 43.4% of statements [2021-05-11T07:39:53.638Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-11T07:39:53.638Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-11T07:39:53.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.082s coverage: 89.5% of statements [2021-05-11T07:39:53.638Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-11T07:39:53.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.099s coverage: 84.8% of statements [2021-05-11T07:39:57.459Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.265s coverage: 47.0% of statements [2021-05-11T07:39:57.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-11T07:39:57.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-11T07:39:57.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-11T07:39:57.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-11T07:39:57.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-11T07:39:57.459Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.094s coverage: 100.0% of statements [2021-05-11T07:39:57.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-11T07:39:57.459Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements [2021-05-11T07:39:57.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-11T07:39:57.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-11T07:40:01.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.160s coverage: 22.7% of statements [2021-05-11T07:40:01.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-11T07:40:01.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.225s coverage: 92.6% of statements [2021-05-11T07:40:01.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-11T07:40:01.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:40:01.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-11T07:40:02.189Z] 4ebd0625c992: Pull complete [2021-05-11T07:40:02.189Z] 207e8628e3a3: Pull complete [2021-05-11T07:40:02.189Z] c791037a9be2: Pull complete [2021-05-11T07:40:02.828Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.682s coverage: 28.7% of statements [2021-05-11T07:40:02.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-11T07:40:02.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-11T07:40:02.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-11T07:40:02.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-11T07:40:02.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-11T07:40:02.828Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.113s coverage: 99.0% of statements [2021-05-11T07:40:02.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-11T07:40:02.828Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.078s coverage: 100.0% of statements [2021-05-11T07:40:02.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-11T07:40:02.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-11T07:40:02.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-11T07:40:02.828Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.124s coverage: 64.6% of statements [2021-05-11T07:40:02.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-11T07:40:03.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.198s coverage: 97.6% of statements [2021-05-11T07:40:03.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-11T07:40:03.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:40:03.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-11T07:40:03.962Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.081s coverage: 0.0% of statements [2021-05-11T07:40:03.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-11T07:40:03.962Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.142s coverage: 100.0% of statements [2021-05-11T07:40:03.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-11T07:40:03.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-11T07:40:03.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-11T07:40:03.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-11T07:40:04.626Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.175s coverage: 87.9% of statements [2021-05-11T07:40:04.626Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-11T07:40:04.626Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-11T07:40:04.626Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.087s coverage: 100.0% of statements [2021-05-11T07:40:04.937Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.112s coverage: 28.1% of statements [2021-05-11T07:40:04.937Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-11T07:40:05.589Z] ffd874e62e21: Pull complete [2021-05-11T07:40:05.589Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T07:40:05.589Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T07:40:05.589Z] ---> cfc18b08335c [2021-05-11T07:40:05.589Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-05-11T07:40:06.043Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.045s coverage: 85.7% of statements [2021-05-11T07:40:06.043Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-11T07:40:06.043Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.114s coverage: 100.0% of statements [2021-05-11T07:40:06.695Z] GO111MODULE=on go vet ./... [2021-05-11T07:40:08.972Z] ---> Running in 3123590bd1c3 [2021-05-11T07:40:09.567Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:40:11.536Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:40:12.131Z] (1/12) Installing libmagic (5.39-r0) [2021-05-11T07:40:12.723Z] (2/12) Installing file (5.39-r0) [2021-05-11T07:40:12.723Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-11T07:40:13.074Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-11T07:40:25.428Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-11T07:40:25.428Z] (6/12) Installing patch (2.7.6-r6) [2021-05-11T07:40:25.428Z] (7/12) Installing build-base (0.5-r2) [2021-05-11T07:40:25.428Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-11T07:40:25.697Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-11T07:40:25.967Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-11T07:40:25.967Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-11T07:40:26.560Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-11T07:40:26.560Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T07:40:26.560Z] OK: 218 MiB in 52 packages [2021-05-11T07:40:30.852Z] Removing intermediate container 3123590bd1c3 [2021-05-11T07:40:30.852Z] ---> 89ce45512991 [2021-05-11T07:40:30.852Z] Step 4/6 : WORKDIR /edgex-go [2021-05-11T07:40:30.852Z] ---> Running in 92d11939ce1f [2021-05-11T07:40:30.852Z] Removing intermediate container 92d11939ce1f [2021-05-11T07:40:30.852Z] ---> e384c4b70d70 [2021-05-11T07:40:30.852Z] Step 5/6 : COPY go.mod . [2021-05-11T07:40:31.446Z] ---> 8f981fa25e59 [2021-05-11T07:40:31.446Z] Step 6/6 : RUN go mod download [2021-05-11T07:40:31.719Z] ---> Running in 141c12335b02 [2021-05-11T07:40:58.493Z] Removing intermediate container 141c12335b02 [2021-05-11T07:40:58.493Z] ---> 8fa783b6e90a [2021-05-11T07:40:58.493Z] Successfully built 8fa783b6e90a [2021-05-11T07:40:58.493Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:40:58.831Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T07:40:58.831Z] . [Pipeline] withDockerContainer [2021-05-11T07:40:59.103Z] prd-ubuntu18.04-docker-arm64-4c-16g-4386 does not seem to be running inside a container [2021-05-11T07:40:59.190Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T07:41:00.648Z] $ docker top 6b5332c5f7c9951c787b29bc02242eed3b97f21c98d74f2397fb331e5e091c23 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:41:01.596Z] + go version [2021-05-11T07:41:01.597Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T07:41:01.618Z] $ docker stop --time=1 6b5332c5f7c9951c787b29bc02242eed3b97f21c98d74f2397fb331e5e091c23 [2021-05-11T07:41:03.526Z] $ docker rm -f 6b5332c5f7c9951c787b29bc02242eed3b97f21c98d74f2397fb331e5e091c23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:41:04.195Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T07:41:04.195Z] . [Pipeline] withDockerContainer [2021-05-11T07:41:04.412Z] prd-ubuntu18.04-docker-arm64-4c-16g-4386 does not seem to be running inside a container [2021-05-11T07:41:04.494Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T07:41:06.766Z] $ docker top 6f03e3a40a7556fb24cb7b4cbd22cb93426e22858d370cd1173adea118f04ef6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T07:41:07.063Z] ========================================================= [2021-05-11T07:41:07.064Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-11T07:41:07.064Z] ========================================================= [Pipeline] sh [2021-05-11T07:41:07.709Z] + go mod tidy [Pipeline] sh [2021-05-11T07:41:09.109Z] + make test [2021-05-11T07:41:09.109Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T07:41:29.415Z] gofmt -l . [2021-05-11T07:41:29.415Z] [ "`gofmt -l .`" = "" ] [2021-05-11T07:41:30.054Z] ./bin/test-go-mod-tidy.sh [2021-05-11T07:41:31.105Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-11T07:41:34.617Z] + ls -al . [2021-05-11T07:41:34.618Z] total 828 [2021-05-11T07:41:34.618Z] drwxrwxr-x 10 1001 1001 4096 May 11 07:41 . [2021-05-11T07:41:34.618Z] drwxr-xr-x 4 root root 28 May 11 07:36 .. [2021-05-11T07:41:34.618Z] -rw-rw-r-- 1 1001 1001 11 May 11 07:33 .dockerignore [2021-05-11T07:41:34.618Z] drwxrwxr-x 8 1001 1001 179 May 11 07:33 .git [2021-05-11T07:41:34.618Z] drwxrwxr-x 3 1001 1001 125 May 11 07:33 .github [2021-05-11T07:41:34.618Z] -rw-rw-r-- 1 1001 1001 818 May 11 07:33 .gitignore [2021-05-11T07:41:34.618Z] drwx------ 3 1001 1001 60 May 11 07:34 .semver [2021-05-11T07:41:34.618Z] -rw-rw-r-- 1 1001 1001 166 May 11 07:33 .sonarcloud.properties [2021-05-11T07:41:34.618Z] -rw-rw-r-- 1 1001 1001 8609 May 11 07:33 Attribution.txt [2021-05-11T07:41:34.618Z] -rw-rw-r-- 1 1001 1001 3804 May 11 07:33 CONTRIBUTING.md [2021-05-11T07:41:34.618Z] -rw-rw-r-- 1 1001 1001 931 May 11 07:33 Dockerfile.build [2021-05-11T07:41:34.618Z] -rw-rw-r-- 1 1001 1001 863 May 11 07:33 Jenkinsfile [2021-05-11T07:41:34.618Z] -rw-rw-r-- 1 1001 1001 10775 May 11 07:33 LICENSE [2021-05-11T07:41:34.618Z] -rw-rw-r-- 1 1001 1001 5774 May 11 07:33 Makefile [2021-05-11T07:41:34.618Z] -rw-rw-r-- 1 1001 1001 7978 May 11 07:33 README.md [2021-05-11T07:41:34.618Z] -rw-rw-r-- 1 1001 1001 6755 May 11 07:33 SECURITY.md [2021-05-11T07:41:34.618Z] -rw-rw-r-- 1 1001 1001 5 May 11 07:34 VERSION [2021-05-11T07:41:34.618Z] -rw-rw-r-- 1 1001 1001 4131 May 11 07:33 ZMQWindows.md [2021-05-11T07:41:34.618Z] drwxrwxr-x 2 1001 1001 117 May 11 07:33 bin [2021-05-11T07:41:34.618Z] drwxrwxr-x 14 1001 1001 4096 May 11 07:33 cmd [2021-05-11T07:41:34.618Z] -rw-r--r-- 1 root root 719397 May 11 07:40 coverage.out [2021-05-11T07:41:34.618Z] -rw-r--r-- 1 root root 1060 May 11 07:41 go.mod [2021-05-11T07:41:34.618Z] -rw-r--r-- 1 root root 21713 May 11 07:36 go.sum [2021-05-11T07:41:34.618Z] drwxrwxr-x 8 1001 1001 127 May 11 07:33 internal [2021-05-11T07:41:34.618Z] drwxrwxr-x 4 1001 1001 26 May 11 07:33 openapi [2021-05-11T07:41:34.618Z] drwxrwxr-x 4 1001 1001 71 May 11 07:33 snap [2021-05-11T07:41:34.618Z] -rw-rw-r-- 1 1001 1001 168 May 11 07:33 version.go [Pipeline] sh [2021-05-11T07:41:35.930Z] + '[' -e coverage.out ] [2021-05-11T07:41:35.930Z] + chown 1001:1001 coverage.out [2021-05-11T07:41:36.001Z] ? github.com/edgexfoundry/edgex-go [no test files] [Pipeline] stash [2021-05-11T07:41:36.720Z] Stashed 1 file(s) [Pipeline] sh [2021-05-11T07:41:37.445Z] + make build [2021-05-11T07:41:37.445Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-11T07:41:41.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-11T07:42:15.229Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-11T07:42:18.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-11T07:42:23.552Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-11T07:42:24.815Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-11T07:42:30.528Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-11T07:42:37.713Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-11T07:42:40.575Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-11T07:42:43.308Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-11T07:42:44.091Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-11T07:42:45.537Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-11T07:42:46.124Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-11T07:42:50.748Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-11T07:42:55.711Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-11T07:42:55.711Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [Pipeline] } [2021-05-11T07:42:57.776Z] $ docker stop --time=1 f5e49c4a2716f1e615f54eaf0fc5ec19b2fd7dc245241a9264b868cdc24da5b4 [2021-05-11T07:42:59.109Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-11T07:43:00.097Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-11T07:43:00.097Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-11T07:43:00.097Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-11T07:43:00.181Z] $ docker rm -f f5e49c4a2716f1e615f54eaf0fc5ec19b2fd7dc245241a9264b868cdc24da5b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:43:03.403Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T07:43:03.680Z] [2021-05-11T07:43:03.680Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:43:04.035Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T07:43:04.326Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-11T07:43:04.326Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-11T07:43:04.326Z] ca9280d653b3: Pulling fs layer [2021-05-11T07:43:04.326Z] 7e9c9ca2126c: Pulling fs layer [2021-05-11T07:43:04.423Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-11T07:43:04.657Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-11T07:43:04.657Z] cbdbe7a5bc2a: Download complete [2021-05-11T07:43:05.023Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-11T07:43:06.392Z] cbdbe7a5bc2a: Pull complete [2021-05-11T07:43:06.756Z] ca9280d653b3: Verifying Checksum [2021-05-11T07:43:06.756Z] ca9280d653b3: Download complete [2021-05-11T07:43:10.355Z] ca9280d653b3: Pull complete [2021-05-11T07:43:10.355Z] 7e9c9ca2126c: Verifying Checksum [2021-05-11T07:43:10.355Z] 7e9c9ca2126c: Download complete [2021-05-11T07:43:13.309Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-11T07:43:13.309Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-11T07:43:13.309Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-11T07:43:17.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.292s coverage: 45.9% of statements [2021-05-11T07:43:17.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-11T07:43:17.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-11T07:43:17.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-11T07:43:17.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-11T07:43:17.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-11T07:43:17.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-11T07:43:17.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.157s coverage: 19.8% of statements [2021-05-11T07:43:18.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.241s coverage: 100.0% of statements [2021-05-11T07:43:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.541s coverage: 27.8% of statements [2021-05-11T07:43:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-11T07:43:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-11T07:43:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-11T07:43:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-11T07:43:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-11T07:43:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.269s coverage: 81.2% of statements [2021-05-11T07:43:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-11T07:43:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.188s coverage: 100.0% of statements [2021-05-11T07:43:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-11T07:43:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.140s coverage: 100.0% of statements [2021-05-11T07:43:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-11T07:43:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-11T07:43:25.779Z] 7e9c9ca2126c: Pull complete [2021-05-11T07:43:25.779Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-11T07:43:25.779Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T07:43:25.779Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-11T07:43:26.212Z] prd-centos7-docker-4c-2g-4377 does not seem to be running inside a container [2021-05-11T07:43:26.551Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-11T07:43:27.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.256s coverage: 71.3% of statements [2021-05-11T07:43:27.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-11T07:43:27.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-11T07:43:29.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.503s coverage: 87.7% of statements [2021-05-11T07:43:29.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-11T07:43:29.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:43:29.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.148s coverage: 78.9% of statements [2021-05-11T07:43:29.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-11T07:43:29.678Z] $ docker top 1204b10e90c65933dad2fe856986fcf41be3f1a611bde10eb4ca20dbf37faf05 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:43:30.831Z] + docker-compose build --help [2021-05-11T07:43:31.172Z] + grep parallel [2021-05-11T07:43:32.937Z] --parallel Build images in parallel. [Pipeline] } [2021-05-11T07:43:33.039Z] $ docker stop --time=1 1204b10e90c65933dad2fe856986fcf41be3f1a611bde10eb4ca20dbf37faf05 [2021-05-11T07:43:35.473Z] $ docker rm -f 1204b10e90c65933dad2fe856986fcf41be3f1a611bde10eb4ca20dbf37faf05 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:43:36.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T07:43:36.631Z] . [Pipeline] withDockerContainer [2021-05-11T07:43:36.954Z] prd-centos7-docker-4c-2g-4377 does not seem to be running inside a container [2021-05-11T07:43:37.123Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-11T07:43:39.452Z] $ docker top 66dc592dfb7f1dfa0e7703e7198a86ff6fd770b519d092983dfaad4873fd87eb -eo pid,comm [2021-05-11T07:43:39.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.159s coverage: 28.6% of statements [2021-05-11T07:43:39.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-11T07:43:39.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-11T07:43:39.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-11T07:43:39.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-11T07:43:39.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-11T07:43:39.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.207s coverage: 100.0% of statements [2021-05-11T07:43:39.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-11T07:43:39.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.141s coverage: 100.0% of statements [2021-05-11T07:43:39.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-11T07:43:39.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.336s coverage: 86.7% of statements [2021-05-11T07:43:39.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-11T07:43:39.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.436s coverage: 97.5% of statements [2021-05-11T07:43:39.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-11T07:43:39.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.226s coverage: 78.3% of statements [2021-05-11T07:43:39.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-11T07:43:39.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-11T07:43:39.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-11T07:43:39.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] { [Pipeline] sh [2021-05-11T07:43:40.491Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-11T07:43:42.088Z] Building docker-core-command-go ... [2021-05-11T07:43:42.088Z] Building docker-core-data-go ... [2021-05-11T07:43:42.088Z] Building docker-core-metadata-go ... [2021-05-11T07:43:42.088Z] Building docker-security-bootstrapper-go ... [2021-05-11T07:43:42.088Z] Building docker-security-proxy-setup-go ... [2021-05-11T07:43:42.088Z] Building docker-security-secretstore-setup-go ... [2021-05-11T07:43:42.088Z] Building docker-support-notifications-go ... [2021-05-11T07:43:42.088Z] Building docker-support-scheduler-go ... [2021-05-11T07:43:42.088Z] Building docker-sys-mgmt-agent-go ... [2021-05-11T07:43:42.088Z] Building docker-sys-mgmt-agent-go [2021-05-11T07:43:42.088Z] Building docker-support-notifications-go [2021-05-11T07:43:42.088Z] Building docker-security-secretstore-setup-go [2021-05-11T07:43:42.494Z] Building docker-core-metadata-go [2021-05-11T07:43:42.494Z] Building docker-security-proxy-setup-go [2021-05-11T07:43:45.070Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.179s coverage: 95.1% of statements [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-11T07:43:45.070Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.106s coverage: 58.8% of statements [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-11T07:43:45.070Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.227s coverage: 0.9% of statements [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-11T07:43:45.070Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.133s coverage: 22.0% of statements [2021-05-11T07:43:45.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-11T07:43:45.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.142s coverage: 47.1% of statements [2021-05-11T07:43:45.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.189s coverage: 79.5% of statements [2021-05-11T07:43:45.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.157s coverage: 94.1% of statements [2021-05-11T07:43:46.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.224s coverage: 96.3% of statements [2021-05-11T07:43:46.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.208s coverage: 87.5% of statements [2021-05-11T07:43:59.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.167s coverage: 94.4% of statements [2021-05-11T07:43:59.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.136s coverage: 44.8% of statements [2021-05-11T07:44:04.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.473s coverage: 81.8% of statements [2021-05-11T07:44:04.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-11T07:44:11.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.193s coverage: 92.9% of statements [2021-05-11T07:44:11.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-11T07:44:11.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-11T07:44:11.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-11T07:44:11.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements [2021-05-11T07:44:11.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-11T07:44:11.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-11T07:44:11.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-11T07:44:11.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-11T07:44:11.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-11T07:44:11.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-05-11T07:44:11.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-11T07:44:11.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-11T07:44:11.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-05-11T07:44:11.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-11T07:44:11.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.141s coverage: 76.0% of statements [2021-05-11T07:44:11.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-11T07:44:11.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.132s coverage: 80.0% of statements [2021-05-11T07:44:11.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.183s coverage: 87.2% of statements [2021-05-11T07:44:11.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.182s coverage: 85.4% of statements [2021-05-11T07:44:11.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.230s coverage: 91.2% of statements [2021-05-11T07:44:11.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-11T07:44:12.092Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.630s coverage: 64.4% of statements [2021-05-11T07:44:12.092Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-11T07:44:12.092Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-11T07:44:12.092Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.121s coverage: 100.0% of statements [2021-05-11T07:44:12.092Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements [2021-05-11T07:44:12.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements [2021-05-11T07:44:12.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.098s coverage: 73.7% of statements [2021-05-11T07:44:13.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements [2021-05-11T07:44:17.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.898s coverage: 66.9% of statements [2021-05-11T07:44:17.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-11T07:44:17.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-11T07:44:17.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-11T07:44:18.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.641s coverage: 43.4% of statements [2021-05-11T07:44:18.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-11T07:44:18.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-11T07:44:18.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.086s coverage: 89.5% of statements [2021-05-11T07:44:18.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-11T07:44:18.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.148s coverage: 84.8% of statements [2021-05-11T07:44:23.936Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.432s coverage: 47.0% of statements [2021-05-11T07:44:23.936Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-11T07:44:23.936Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-11T07:44:23.936Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-11T07:44:23.936Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-11T07:44:23.936Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-11T07:44:23.936Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements [2021-05-11T07:44:23.936Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-11T07:44:23.936Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements [2021-05-11T07:44:23.936Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-11T07:44:23.936Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-11T07:44:26.574Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.205s coverage: 22.7% of statements [2021-05-11T07:44:26.574Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-11T07:44:26.574Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.420s coverage: 92.6% of statements [2021-05-11T07:44:26.574Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-11T07:44:26.574Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:44:26.574Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-11T07:44:36.979Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.661s coverage: 28.7% of statements [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-11T07:44:36.979Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-11T07:44:36.979Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.185s coverage: 100.0% of statements [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-11T07:44:36.979Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.273s coverage: 64.6% of statements [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-11T07:44:36.979Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.372s coverage: 97.6% of statements [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-11T07:44:36.979Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-11T07:44:36.979Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.090s coverage: 100.0% of statements [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-11T07:44:36.979Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.120s coverage: 87.9% of statements [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-11T07:44:36.979Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-05-11T07:44:36.979Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.122s coverage: 28.1% of statements [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-11T07:44:36.979Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.056s coverage: 85.7% of statements [2021-05-11T07:44:36.979Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-11T07:44:36.979Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-05-11T07:44:37.955Z] GO111MODULE=on go vet ./... [2021-05-11T07:45:05.126Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:45:05.126Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:45:05.126Z] ---> a5178ed10cc3 [2021-05-11T07:45:05.126Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:45:05.126Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:45:05.126Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:45:05.126Z] ---> a5178ed10cc3 [2021-05-11T07:45:05.126Z] Step 3/26 : WORKDIR /edgex-go [2021-05-11T07:45:05.126Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:45:05.126Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:45:05.126Z] ---> a5178ed10cc3 [2021-05-11T07:45:05.126Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:45:05.126Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:45:05.126Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:45:05.126Z] ---> a5178ed10cc3 [2021-05-11T07:45:05.126Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T07:45:05.126Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:45:05.126Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:45:05.126Z] ---> a5178ed10cc3 [2021-05-11T07:45:05.126Z] Step 3/22 : WORKDIR /edgex-go [2021-05-11T07:45:05.126Z] ---> Running in 026042f84d00 [2021-05-11T07:45:05.126Z] ---> Running in 550f366742e2 [2021-05-11T07:45:05.126Z] ---> Running in 38f361394fa4 [2021-05-11T07:45:05.126Z] ---> Running in 418d3ca7a84f [2021-05-11T07:45:05.126Z] ---> Running in 61c8bcec1468 [2021-05-11T07:45:05.126Z] Removing intermediate container 38f361394fa4 [2021-05-11T07:45:05.126Z] ---> d3a0f88eaf29 [2021-05-11T07:45:05.126Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:45:05.126Z] Removing intermediate container 550f366742e2 [2021-05-11T07:45:05.126Z] ---> 4bac6e0c32f6 [2021-05-11T07:45:05.126Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:45:05.126Z] Removing intermediate container 026042f84d00 [2021-05-11T07:45:05.126Z] ---> 7c1b71eabbef [2021-05-11T07:45:05.126Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:45:05.126Z] Removing intermediate container 418d3ca7a84f [2021-05-11T07:45:05.126Z] ---> bf457f5d938c [2021-05-11T07:45:05.126Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:45:05.126Z] Removing intermediate container 61c8bcec1468 [2021-05-11T07:45:05.126Z] ---> 8fcc5df7512f [2021-05-11T07:45:05.126Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:45:05.126Z] ---> Running in e7453fbbfe26 [2021-05-11T07:45:05.126Z] ---> Running in 2a5d8379eebc [2021-05-11T07:45:05.126Z] ---> Running in 83efb2fa057a [2021-05-11T07:45:05.126Z] ---> Running in 17cacd31fe5c [2021-05-11T07:45:05.126Z] ---> Running in 0654c3221787 [2021-05-11T07:45:05.126Z] Removing intermediate container e7453fbbfe26 [2021-05-11T07:45:05.126Z] ---> 8ec78f9a7b7b [2021-05-11T07:45:05.126Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-11T07:45:05.126Z] Removing intermediate container 2a5d8379eebc [2021-05-11T07:45:05.126Z] ---> 680fff3dde0b [2021-05-11T07:45:05.126Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-11T07:45:05.126Z] ---> Running in 7c29cc9ee883 [2021-05-11T07:45:05.126Z] ---> Running in b8c15fafa2fb [2021-05-11T07:45:05.126Z] Removing intermediate container 83efb2fa057a [2021-05-11T07:45:05.126Z] ---> 5f9a3bd6256d [2021-05-11T07:45:05.126Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-11T07:45:05.126Z] Removing intermediate container 17cacd31fe5c [2021-05-11T07:45:05.126Z] ---> 0e1eb9cde9ca [2021-05-11T07:45:05.126Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-11T07:45:05.126Z] ---> Running in dd11907bc586 [2021-05-11T07:45:05.126Z] Removing intermediate container 0654c3221787 [2021-05-11T07:45:05.126Z] ---> cfb17faea069 [2021-05-11T07:45:05.126Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T07:45:05.425Z] ---> Running in e6e81fdc0baf [2021-05-11T07:45:05.425Z] ---> Running in 47d29c6ed83d [2021-05-11T07:45:06.556Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:45:07.187Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:45:07.187Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:45:07.512Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:45:07.512Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:45:08.519Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:45:08.519Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:45:08.519Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:45:09.128Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:45:09.128Z] OK: 219 MiB in 52 packages [2021-05-11T07:45:09.794Z] OK: 219 MiB in 52 packages [2021-05-11T07:45:09.794Z] OK: 219 MiB in 52 packages [2021-05-11T07:45:10.159Z] OK: 219 MiB in 52 packages [2021-05-11T07:45:10.159Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:45:10.854Z] Removing intermediate container 7c29cc9ee883 [2021-05-11T07:45:10.854Z] ---> 2d99192378f1 [2021-05-11T07:45:10.854Z] Step 6/22 : COPY go.mod . [2021-05-11T07:45:11.491Z] Removing intermediate container dd11907bc586 [2021-05-11T07:45:11.491Z] ---> 27b800c708ba [2021-05-11T07:45:11.491Z] Step 6/26 : COPY go.mod . [2021-05-11T07:45:11.491Z] Removing intermediate container b8c15fafa2fb [2021-05-11T07:45:11.491Z] ---> dad0e4e445f5 [2021-05-11T07:45:11.491Z] Step 6/23 : COPY go.mod . [2021-05-11T07:45:11.491Z] ---> 78ab9dee53af [2021-05-11T07:45:11.491Z] Step 7/22 : RUN go mod download [2021-05-11T07:45:11.780Z] ---> Running in 2dc4a4105229 [2021-05-11T07:45:11.780Z] Removing intermediate container e6e81fdc0baf [2021-05-11T07:45:11.780Z] ---> f68d53e6e00e [2021-05-11T07:45:11.780Z] Step 6/24 : COPY go.mod . [2021-05-11T07:45:12.127Z] ---> c4f66a681185 [2021-05-11T07:45:12.127Z] Step 7/26 : RUN go mod download [2021-05-11T07:45:12.127Z] ---> af795cb87a4c [2021-05-11T07:45:12.127Z] Step 7/23 : RUN go mod download [2021-05-11T07:45:12.429Z] ---> Running in e385593de529 [2021-05-11T07:45:12.429Z] ---> Running in c3a1ec0b559d [2021-05-11T07:45:12.429Z] ---> 305127dc3625 [2021-05-11T07:45:12.429Z] Step 7/24 : RUN go mod download [2021-05-11T07:45:13.202Z] ---> Running in 561f96408197 [2021-05-11T07:45:13.876Z] OK: 219 MiB in 52 packages [2021-05-11T07:45:15.103Z] Removing intermediate container 47d29c6ed83d [2021-05-11T07:45:15.103Z] ---> 1e4d0271ae80 [2021-05-11T07:45:15.103Z] Step 6/24 : COPY go.mod . [2021-05-11T07:45:15.439Z] ---> 4920893a3ad6 [2021-05-11T07:45:15.439Z] Step 7/24 : RUN go mod download [2021-05-11T07:45:15.749Z] ---> Running in 172e06ec0efb [2021-05-11T07:45:16.452Z] Removing intermediate container e385593de529 [2021-05-11T07:45:16.452Z] ---> 5e9d64c9972c [2021-05-11T07:45:16.452Z] Step 8/26 : COPY . . [2021-05-11T07:45:16.766Z] Removing intermediate container 2dc4a4105229 [2021-05-11T07:45:16.766Z] ---> 4341ef17ba5a [2021-05-11T07:45:16.766Z] Step 8/22 : COPY . . [2021-05-11T07:45:17.102Z] Removing intermediate container 561f96408197 [2021-05-11T07:45:17.102Z] ---> 4ead09288593 [2021-05-11T07:45:17.102Z] Step 8/24 : COPY . . [2021-05-11T07:45:17.102Z] Removing intermediate container c3a1ec0b559d [2021-05-11T07:45:17.102Z] ---> 7266f239fdb4 [2021-05-11T07:45:17.102Z] Step 8/23 : COPY . . [2021-05-11T07:45:25.790Z] Removing intermediate container 172e06ec0efb [2021-05-11T07:45:25.790Z] ---> 9a53808e9816 [2021-05-11T07:45:25.790Z] Step 8/24 : COPY . . [2021-05-11T07:46:14.794Z] gofmt -l . [2021-05-11T07:46:14.794Z] [ "`gofmt -l .`" = "" ] [2021-05-11T07:46:16.764Z] ./bin/test-go-mod-tidy.sh [2021-05-11T07:46:17.037Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-11T07:46:20.046Z] + ls -al . [2021-05-11T07:46:20.046Z] total 856 [2021-05-11T07:46:20.046Z] drwxrwxr-x 9 1001 1001 4096 May 11 07:46 . [2021-05-11T07:46:20.046Z] drwxr-xr-x 4 root root 4096 May 11 07:41 .. [2021-05-11T07:46:20.046Z] -rw-rw-r-- 1 1001 1001 11 May 11 07:39 .dockerignore [2021-05-11T07:46:20.046Z] drwxrwxr-x 8 1001 1001 4096 May 11 07:39 .git [2021-05-11T07:46:20.046Z] drwxrwxr-x 3 1001 1001 4096 May 11 07:39 .github [2021-05-11T07:46:20.046Z] -rw-rw-r-- 1 1001 1001 818 May 11 07:39 .gitignore [2021-05-11T07:46:20.046Z] -rw-rw-r-- 1 1001 1001 166 May 11 07:39 .sonarcloud.properties [2021-05-11T07:46:20.046Z] -rw-rw-r-- 1 1001 1001 8609 May 11 07:39 Attribution.txt [2021-05-11T07:46:20.046Z] -rw-rw-r-- 1 1001 1001 3804 May 11 07:39 CONTRIBUTING.md [2021-05-11T07:46:20.046Z] -rw-rw-r-- 1 1001 1001 931 May 11 07:39 Dockerfile.build [2021-05-11T07:46:20.046Z] -rw-rw-r-- 1 1001 1001 863 May 11 07:39 Jenkinsfile [2021-05-11T07:46:20.046Z] -rw-rw-r-- 1 1001 1001 10775 May 11 07:39 LICENSE [2021-05-11T07:46:20.046Z] -rw-rw-r-- 1 1001 1001 5774 May 11 07:39 Makefile [2021-05-11T07:46:20.046Z] -rw-rw-r-- 1 1001 1001 7978 May 11 07:39 README.md [2021-05-11T07:46:20.046Z] -rw-rw-r-- 1 1001 1001 6755 May 11 07:39 SECURITY.md [2021-05-11T07:46:20.046Z] -rw-rw-r-- 1 1001 1001 5 May 11 07:34 VERSION [2021-05-11T07:46:20.046Z] -rw-rw-r-- 1 1001 1001 4131 May 11 07:39 ZMQWindows.md [2021-05-11T07:46:20.046Z] drwxrwxr-x 2 1001 1001 4096 May 11 07:39 bin [2021-05-11T07:46:20.046Z] drwxrwxr-x 14 1001 1001 4096 May 11 07:39 cmd [2021-05-11T07:46:20.046Z] -rw-r--r-- 1 root root 719397 May 11 07:44 coverage.out [2021-05-11T07:46:20.046Z] -rw-r--r-- 1 root root 1060 May 11 07:46 go.mod [2021-05-11T07:46:20.046Z] -rw-r--r-- 1 root root 21713 May 11 07:41 go.sum [2021-05-11T07:46:20.046Z] drwxrwxr-x 8 1001 1001 4096 May 11 07:39 internal [2021-05-11T07:46:20.046Z] drwxrwxr-x 4 1001 1001 4096 May 11 07:39 openapi [2021-05-11T07:46:20.046Z] drwxrwxr-x 4 1001 1001 4096 May 11 07:39 snap [2021-05-11T07:46:20.046Z] -rw-rw-r-- 1 1001 1001 168 May 11 07:39 version.go [Pipeline] sh [2021-05-11T07:46:20.716Z] + '[' -e coverage.out ] [2021-05-11T07:46:20.716Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-11T07:46:20.758Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T07:46:22.016Z] Stashed 1 file(s) [Pipeline] sh [2021-05-11T07:46:22.665Z] + make build [2021-05-11T07:46:22.665Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-11T07:46:29.365Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-11T07:46:36.480Z] ---> f607c419070a [2021-05-11T07:46:36.480Z] Step 9/26 : RUN go mod tidy [2021-05-11T07:46:36.480Z] ---> f57c5d692349 [2021-05-11T07:46:36.480Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:46:36.480Z] ---> 2346db4e89ab [2021-05-11T07:46:36.480Z] Step 9/23 : RUN go mod tidy [2021-05-11T07:46:36.480Z] ---> Running in 91eb441be4f8 [2021-05-11T07:46:36.480Z] ---> 0b08aa026e39 [2021-05-11T07:46:36.480Z] Step 9/22 : RUN go mod tidy [2021-05-11T07:46:36.480Z] ---> Running in 23e2c835dfcc [2021-05-11T07:46:36.480Z] ---> Running in cb388d3169d0 [2021-05-11T07:46:36.480Z] ---> Running in 2ef7058d075c [2021-05-11T07:46:36.784Z] ---> db678d2195f1 [2021-05-11T07:46:36.784Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:46:37.066Z] ---> Running in ff5ffce6422c [2021-05-11T07:46:47.593Z] Removing intermediate container 91eb441be4f8 [2021-05-11T07:46:47.593Z] ---> 83a17cbc91a3 [2021-05-11T07:46:47.593Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-11T07:46:47.593Z] Removing intermediate container ff5ffce6422c [2021-05-11T07:46:47.593Z] ---> 24a07c3f8eb4 [2021-05-11T07:46:47.593Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-11T07:46:47.593Z] ---> Running in 6f08ecaec6b5 [2021-05-11T07:46:47.593Z] ---> Running in 486fc071998d [2021-05-11T07:46:47.593Z] Removing intermediate container cb388d3169d0 [2021-05-11T07:46:47.593Z] ---> be4ebae4e9a8 [2021-05-11T07:46:47.593Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-11T07:46:47.902Z] ---> Running in af2fd6ab9646 [2021-05-11T07:46:47.902Z] Removing intermediate container 2ef7058d075c [2021-05-11T07:46:47.902Z] ---> 9f53d93b09de [2021-05-11T07:46:47.902Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-11T07:46:47.902Z] Removing intermediate container 23e2c835dfcc [2021-05-11T07:46:47.902Z] ---> e19bedf1f199 [2021-05-11T07:46:47.902Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-11T07:46:48.216Z] ---> Running in 9a834fd72692 [2021-05-11T07:46:48.216Z] ---> Running in 1cff4dc5a1d9 [2021-05-11T07:46:49.256Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-11T07:46:49.256Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-11T07:46:49.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-11T07:46:49.982Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-11T07:46:50.343Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-11T07:46:56.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-11T07:46:57.945Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-11T07:47:03.348Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-11T07:47:03.622Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-11T07:47:07.931Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-11T07:47:12.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-11T07:47:15.628Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-11T07:47:19.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-11T07:47:21.662Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-11T07:47:25.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-05-11T07:47:30.491Z] $ docker stop --time=1 6f03e3a40a7556fb24cb7b4cbd22cb93426e22858d370cd1173adea118f04ef6 [2021-05-11T07:47:33.010Z] $ docker rm -f 6f03e3a40a7556fb24cb7b4cbd22cb93426e22858d370cd1173adea118f04ef6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:47:34.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T07:47:34.812Z] [2021-05-11T07:47:34.812Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:47:35.194Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T07:47:35.474Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-11T07:47:35.474Z] 29e5d40040c1: Pulling fs layer [2021-05-11T07:47:35.474Z] 1ce36da41761: Pulling fs layer [2021-05-11T07:47:35.474Z] 25b303627fd3: Pulling fs layer [2021-05-11T07:47:35.474Z] 29e5d40040c1: Verifying Checksum [2021-05-11T07:47:36.073Z] 29e5d40040c1: Pull complete [2021-05-11T07:47:36.345Z] 1ce36da41761: Verifying Checksum [2021-05-11T07:47:36.345Z] 1ce36da41761: Download complete [2021-05-11T07:47:37.781Z] 1ce36da41761: Pull complete [2021-05-11T07:47:37.781Z] 25b303627fd3: Verifying Checksum [2021-05-11T07:47:37.781Z] 25b303627fd3: Download complete [2021-05-11T07:47:47.948Z] 25b303627fd3: Pull complete [2021-05-11T07:47:47.948Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-11T07:47:47.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T07:47:47.948Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-11T07:47:48.179Z] prd-ubuntu18.04-docker-arm64-4c-16g-4386 does not seem to be running inside a container [2021-05-11T07:47:48.253Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-11T07:47:51.230Z] $ docker top f7b813c34cdd53b7d7889b245b6b7975a9177b602986e89d78bc74a4379d21a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:47:52.160Z] + docker-compose build --help [2021-05-11T07:47:52.160Z] + grep parallel [2021-05-11T07:47:55.537Z] --parallel Build images in parallel. [Pipeline] } [2021-05-11T07:47:55.554Z] $ docker stop --time=1 f7b813c34cdd53b7d7889b245b6b7975a9177b602986e89d78bc74a4379d21a3 [2021-05-11T07:47:57.427Z] $ docker rm -f f7b813c34cdd53b7d7889b245b6b7975a9177b602986e89d78bc74a4379d21a3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:47:58.037Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T07:47:58.037Z] . [Pipeline] withDockerContainer [2021-05-11T07:47:58.259Z] prd-ubuntu18.04-docker-arm64-4c-16g-4386 does not seem to be running inside a container [2021-05-11T07:47:58.326Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-11T07:47:59.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-11T07:47:59.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-11T07:48:01.267Z] $ docker top 04f9ebc37cae1449531b90aadbeec7b5f484834260d86abaeb40e5be3a32ac10 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:48:02.231Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-11T07:48:05.034Z] Removing intermediate container af2fd6ab9646 [2021-05-11T07:48:05.034Z] ---> c8609512f59c [2021-05-11T07:48:05.034Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-11T07:48:05.645Z] Building docker-core-command-go ... [2021-05-11T07:48:05.645Z] Building docker-core-data-go ... [2021-05-11T07:48:05.645Z] Building docker-core-metadata-go ... [2021-05-11T07:48:05.645Z] Building docker-security-bootstrapper-go ... [2021-05-11T07:48:05.645Z] Building docker-security-proxy-setup-go ... [2021-05-11T07:48:05.645Z] Building docker-security-secretstore-setup-go ... [2021-05-11T07:48:05.645Z] Building docker-support-notifications-go ... [2021-05-11T07:48:05.645Z] Building docker-support-scheduler-go ... [2021-05-11T07:48:05.645Z] Building docker-sys-mgmt-agent-go ... [2021-05-11T07:48:05.645Z] Building docker-core-data-go [2021-05-11T07:48:05.645Z] Building docker-support-scheduler-go [2021-05-11T07:48:05.645Z] Building docker-security-secretstore-setup-go [2021-05-11T07:48:05.645Z] Building docker-core-metadata-go [2021-05-11T07:48:05.645Z] Building docker-support-notifications-go [2021-05-11T07:48:06.167Z] ---> Running in 74e42dda4304 [2021-05-11T07:48:07.871Z] Removing intermediate container 1cff4dc5a1d9 [2021-05-11T07:48:07.871Z] ---> c74f904fefff [2021-05-11T07:48:07.871Z] [2021-05-11T07:48:07.871Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T07:48:07.871Z] Removing intermediate container 6f08ecaec6b5 [2021-05-11T07:48:07.871Z] ---> d7c77b3eca70 [2021-05-11T07:48:07.871Z] [2021-05-11T07:48:07.871Z] Step 11/26 : FROM alpine:3.12 [2021-05-11T07:48:08.212Z] 3.12: Pulling from library/alpine [2021-05-11T07:48:08.212Z] 3.12: Pulling from library/alpine [2021-05-11T07:48:08.504Z] Removing intermediate container 9a834fd72692 [2021-05-11T07:48:08.504Z] ---> e4bfbe281ed3 [2021-05-11T07:48:08.504Z] [2021-05-11T07:48:08.504Z] Step 11/22 : FROM alpine:3.12 [2021-05-11T07:48:08.504Z] 3.12: Pulling from library/alpine [2021-05-11T07:48:09.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-11T07:48:09.777Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T07:48:09.777Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T07:48:09.777Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T07:48:09.777Z] Status: Image is up to date for alpine:3.12 [2021-05-11T07:48:10.056Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T07:48:10.056Z] Status: Image is up to date for alpine:3.12 [2021-05-11T07:48:10.056Z] ---> 13621d1b12d4 [2021-05-11T07:48:10.056Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-11T07:48:10.056Z] ---> 13621d1b12d4 [2021-05-11T07:48:10.056Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-11T07:48:10.056Z] ---> 13621d1b12d4 [2021-05-11T07:48:10.056Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-11T07:48:12.632Z] ---> Running in 2ef16755e178 [2021-05-11T07:48:12.632Z] ---> Running in bbe44423f06c [2021-05-11T07:48:12.632Z] ---> Running in 912fc74b2c55 [2021-05-11T07:48:13.224Z] Removing intermediate container 486fc071998d [2021-05-11T07:48:13.224Z] ---> 436c0d403f29 [2021-05-11T07:48:13.224Z] [2021-05-11T07:48:13.224Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T07:48:13.224Z] ---> 13621d1b12d4 [2021-05-11T07:48:13.224Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T07:48:13.537Z] ---> Running in 225c85ba30df [2021-05-11T07:48:14.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:48:14.639Z] Removing intermediate container 74e42dda4304 [2021-05-11T07:48:14.639Z] ---> 0f0aebac43f9 [2021-05-11T07:48:14.639Z] [2021-05-11T07:48:14.639Z] Step 12/24 : FROM docker:20.10.0 [2021-05-11T07:48:14.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:48:14.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:48:14.639Z] 20.10.0: Pulling from library/docker [2021-05-11T07:48:14.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:48:14.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:48:14.970Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-11T07:48:14.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:48:15.266Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T07:48:15.266Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-11T07:48:15.266Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-11T07:48:15.266Z] (4/6) Installing curl (7.76.1-r0) [2021-05-11T07:48:15.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:48:15.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:48:15.266Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-11T07:48:15.266Z] (6/6) Installing su-exec (0.2-r1) [2021-05-11T07:48:15.266Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-11T07:48:15.266Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:48:15.266Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:48:15.266Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T07:48:15.266Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T07:48:15.558Z] OK: 7 MiB in 20 packages [2021-05-11T07:48:15.558Z] OK: 6 MiB in 16 packages [2021-05-11T07:48:15.558Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-11T07:48:15.873Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T07:48:15.873Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T07:48:15.873Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-11T07:48:15.873Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:48:15.873Z] OK: 6 MiB in 15 packages [2021-05-11T07:48:15.873Z] (4/4) Installing curl (7.76.1-r0) [2021-05-11T07:48:15.873Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:48:15.874Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T07:48:15.874Z] OK: 7 MiB in 18 packages [2021-05-11T07:48:19.401Z] Removing intermediate container 225c85ba30df [2021-05-11T07:48:19.401Z] ---> 4857cd224211 [2021-05-11T07:48:19.401Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:48:19.401Z] Removing intermediate container 2ef16755e178 [2021-05-11T07:48:19.401Z] ---> e6a45d385a84 [2021-05-11T07:48:19.401Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T07:48:19.401Z] Removing intermediate container bbe44423f06c [2021-05-11T07:48:19.401Z] ---> ca2cfa49afba [2021-05-11T07:48:19.401Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:48:19.401Z] ---> Running in c5762be8c96b [2021-05-11T07:48:19.401Z] ---> Running in 987eab64cd4c [2021-05-11T07:48:19.401Z] ---> Running in 29a47924d1d8 [2021-05-11T07:48:19.720Z] Removing intermediate container 912fc74b2c55 [2021-05-11T07:48:19.720Z] ---> be17f3a5c912 [2021-05-11T07:48:19.720Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T07:48:20.350Z] ---> Running in b02a07e3f4bf [2021-05-11T07:48:20.643Z] Removing intermediate container 29a47924d1d8 [2021-05-11T07:48:20.643Z] ---> d5770aba70df [2021-05-11T07:48:20.643Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-11T07:48:20.643Z] Removing intermediate container 987eab64cd4c [2021-05-11T07:48:20.643Z] ---> 578189288aaa [2021-05-11T07:48:20.643Z] Step 14/26 : WORKDIR / [2021-05-11T07:48:20.643Z] Removing intermediate container c5762be8c96b [2021-05-11T07:48:20.643Z] ---> ee822336d69a [2021-05-11T07:48:20.643Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-11T07:48:20.941Z] ---> Running in d12da84e30d6 [2021-05-11T07:48:20.941Z] ---> Running in efa6102d1a65 [2021-05-11T07:48:20.941Z] ---> Running in e888023aa7a1 [2021-05-11T07:48:20.941Z] Removing intermediate container b02a07e3f4bf [2021-05-11T07:48:20.941Z] ---> 41348bf4ac93 [2021-05-11T07:48:20.941Z] Step 14/22 : WORKDIR /edgex [2021-05-11T07:48:21.241Z] ---> Running in 2f48fadcdd0a [2021-05-11T07:48:21.241Z] Removing intermediate container d12da84e30d6 [2021-05-11T07:48:21.241Z] ---> 2b146e578cc8 [2021-05-11T07:48:21.241Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T07:48:21.873Z] ---> Running in 34dabd39f46f [2021-05-11T07:48:21.873Z] Removing intermediate container efa6102d1a65 [2021-05-11T07:48:21.873Z] ---> cacf916f974b [2021-05-11T07:48:21.873Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T07:48:21.873Z] Removing intermediate container e888023aa7a1 [2021-05-11T07:48:21.873Z] ---> 3b481419d2fe [2021-05-11T07:48:21.873Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-11T07:48:22.170Z] ---> Running in cde72aedac74 [2021-05-11T07:48:22.170Z] Removing intermediate container 2f48fadcdd0a [2021-05-11T07:48:22.170Z] ---> beafe6a055eb [2021-05-11T07:48:22.170Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-11T07:48:22.170Z] Removing intermediate container 34dabd39f46f [2021-05-11T07:48:22.170Z] ---> e78a12d33169 [2021-05-11T07:48:22.170Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:48:23.356Z] Removing intermediate container cde72aedac74 [2021-05-11T07:48:23.356Z] ---> d43a5c8ed9c3 [2021-05-11T07:48:23.356Z] Step 16/24 : WORKDIR / [2021-05-11T07:48:23.356Z] ---> f2764a3172c1 [2021-05-11T07:48:23.356Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-11T07:48:23.634Z] ---> Running in 967b5ba23bd2 [2021-05-11T07:48:23.634Z] ---> 7ff8a415c8f0 [2021-05-11T07:48:23.634Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-11T07:48:23.951Z] ---> 94d900723ff8 [2021-05-11T07:48:23.951Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-11T07:48:24.317Z] Removing intermediate container 967b5ba23bd2 [2021-05-11T07:48:24.317Z] ---> f7d08e99b395 [2021-05-11T07:48:24.317Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:48:24.609Z] ---> 7953c21b38d2 [2021-05-11T07:48:24.609Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-11T07:48:25.739Z] ---> ed2ef39a2385 [2021-05-11T07:48:25.739Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-11T07:48:25.739Z] ---> d957fd9d6460 [2021-05-11T07:48:25.739Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-11T07:48:26.114Z] ---> 4e36525dfc82 [2021-05-11T07:48:26.114Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-11T07:48:26.114Z] ---> f90783cfd1db [2021-05-11T07:48:26.114Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-11T07:48:26.971Z] ---> bdc1d6c3a2c2 [2021-05-11T07:48:26.971Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-11T07:48:27.257Z] ---> e04f4abddbc9 [2021-05-11T07:48:27.257Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-11T07:48:27.257Z] ---> f7d761ee9df9 [2021-05-11T07:48:27.257Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-11T07:48:27.571Z] ---> Running in 7498a24d4e52 [2021-05-11T07:48:27.571Z] ---> Running in 875a00acc2df [2021-05-11T07:48:28.604Z] ---> 02294265b4a8 [2021-05-11T07:48:28.604Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-11T07:48:28.900Z] Removing intermediate container 875a00acc2df [2021-05-11T07:48:28.900Z] ---> 0293a258ccae [2021-05-11T07:48:28.900Z] Step 19/22 : CMD ["--init=true"] [2021-05-11T07:48:29.201Z] ---> 9e3dbb4d7c4d [2021-05-11T07:48:29.201Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-11T07:48:29.201Z] Removing intermediate container 7498a24d4e52 [2021-05-11T07:48:29.201Z] ---> 1eae9b88ad5c [2021-05-11T07:48:29.201Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:48:29.201Z] ---> Running in 8b89163afba1 [2021-05-11T07:48:29.503Z] ---> 84d49413ee36 [2021-05-11T07:48:29.503Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-11T07:48:29.503Z] ---> Running in b0ab58772014 [2021-05-11T07:48:29.788Z] ---> Running in 46317ee5463e [2021-05-11T07:48:29.788Z] Removing intermediate container 8b89163afba1 [2021-05-11T07:48:29.788Z] ---> fda63aee19c0 [2021-05-11T07:48:29.788Z] Step 20/22 : LABEL arch=x86_64 [2021-05-11T07:48:30.086Z] ---> Running in 3b702edab5f6 [2021-05-11T07:48:30.382Z] Removing intermediate container b0ab58772014 [2021-05-11T07:48:30.382Z] ---> 2076bf93bdb8 [2021-05-11T07:48:30.382Z] Step 21/23 : LABEL arch=x86_64 [2021-05-11T07:48:30.382Z] Removing intermediate container 46317ee5463e [2021-05-11T07:48:30.382Z] ---> 414c3825e109 [2021-05-11T07:48:30.382Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:48:31.017Z] ---> 92e2659fc14c [2021-05-11T07:48:31.017Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-11T07:48:31.017Z] ---> Running in 714c289d5e6d [2021-05-11T07:48:31.292Z] Removing intermediate container 3b702edab5f6 [2021-05-11T07:48:31.292Z] ---> 9b3d9e073741 [2021-05-11T07:48:31.292Z] Step 21/22 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:48:31.292Z] ---> Running in 316e6fafbaed [2021-05-11T07:48:31.909Z] ---> Running in 2538502e520f [2021-05-11T07:48:31.909Z] Removing intermediate container 714c289d5e6d [2021-05-11T07:48:31.909Z] ---> e7e57183bd6f [2021-05-11T07:48:31.909Z] Step 22/23 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:48:31.909Z] ---> ed282ff13422 [2021-05-11T07:48:31.909Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-11T07:48:31.909Z] ---> Running in 22bcc9e6ff99 [2021-05-11T07:48:32.185Z] ---> Running in d16225c83c1b [2021-05-11T07:48:32.185Z] Removing intermediate container 316e6fafbaed [2021-05-11T07:48:32.185Z] ---> 6cfd3a04c008 [2021-05-11T07:48:32.185Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T07:48:32.462Z] ---> Running in 6d2118e7f1e6 [2021-05-11T07:48:32.462Z] Removing intermediate container 2538502e520f [2021-05-11T07:48:32.462Z] ---> 5db09cfd5e5d [2021-05-11T07:48:32.462Z] Step 22/22 : LABEL version=0.0.0 [2021-05-11T07:48:32.766Z] ---> Running in 863b50d9a6f3 [2021-05-11T07:48:32.766Z] Removing intermediate container 22bcc9e6ff99 [2021-05-11T07:48:32.766Z] ---> cf33ac0d5d06 [2021-05-11T07:48:32.766Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T07:48:33.148Z] ---> Running in 2579bc2d4b2d [2021-05-11T07:48:33.446Z] Removing intermediate container 6d2118e7f1e6 [2021-05-11T07:48:33.446Z] ---> c3fe7bbdcfc1 [2021-05-11T07:48:33.446Z] Step 23/24 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:48:33.746Z] ---> Running in ac477d21cfc5 [2021-05-11T07:48:33.746Z] Removing intermediate container 863b50d9a6f3 [2021-05-11T07:48:33.746Z] ---> 1e768e1db8fe [2021-05-11T07:48:33.746Z] [2021-05-11T07:48:33.746Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-11T07:48:33.746Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-11T07:48:33.746Z] ---> aefe523efa57 [2021-05-11T07:48:33.746Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:48:33.746Z] Removing intermediate container 2579bc2d4b2d [2021-05-11T07:48:33.746Z] ---> 74a2e40c9529 [2021-05-11T07:48:33.746Z] [2021-05-11T07:48:34.053Z] ---> Running in ddcb1707e246 [2021-05-11T07:48:34.370Z] Removing intermediate container ac477d21cfc5 [2021-05-11T07:48:34.370Z] ---> 12b21a6bce7b [2021-05-11T07:48:34.370Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:48:34.705Z] Successfully built 74a2e40c9529 [2021-05-11T07:48:34.705Z] Successfully built 1e768e1db8fe [2021-05-11T07:48:34.705Z] Removing intermediate container ddcb1707e246 [2021-05-11T07:48:34.705Z] ---> 430608822044 [2021-05-11T07:48:34.705Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-11T07:48:34.705Z] ---> Running in 5be212eabe0c [2021-05-11T07:48:34.705Z] Successfully tagged docker-support-notifications-go:latest [2021-05-11T07:48:34.705Z] Building docker-security-bootstrapper-go [2021-05-11T07:48:34.705Z]  Building docker-support-notifications-go ... done Successfully tagged docker-security-proxy-setup-go:latest [2021-05-11T07:48:34.705Z] Building docker-core-command-go [2021-05-11T07:48:34.705Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 5385fe39fba2 [2021-05-11T07:48:35.343Z] Removing intermediate container d16225c83c1b [2021-05-11T07:48:35.343Z] ---> dc7f6b137de1 [2021-05-11T07:48:35.343Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-11T07:48:35.343Z] Removing intermediate container 5be212eabe0c [2021-05-11T07:48:35.343Z] ---> 58c119e6a0f4 [2021-05-11T07:48:35.343Z] [2021-05-11T07:48:35.646Z] ---> Running in ba9225a2e80c [2021-05-11T07:48:35.939Z] Removing intermediate container ba9225a2e80c [2021-05-11T07:48:35.939Z] ---> 31f98687ecac [2021-05-11T07:48:35.939Z] Step 24/26 : LABEL arch=x86_64 [2021-05-11T07:48:35.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:48:35.939Z] Successfully built 58c119e6a0f4 [2021-05-11T07:48:36.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:48:36.340Z] ---> Running in ba43072ab2a9 [2021-05-11T07:48:36.340Z] Successfully tagged docker-core-metadata-go:latest [2021-05-11T07:48:36.340Z] Building docker-core-data-go [2021-05-11T07:48:36.679Z]  Building docker-core-metadata-go ... done Removing intermediate container ba43072ab2a9 [2021-05-11T07:48:36.679Z] ---> defb2d185e55 [2021-05-11T07:48:36.679Z] Step 25/26 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:48:36.679Z] (1/39) Installing readline (8.0.4-r0) [2021-05-11T07:48:36.679Z] (2/39) Installing bash (5.0.17-r0) [2021-05-11T07:48:36.679Z] ---> Running in e044d4cc11d0 [2021-05-11T07:48:36.995Z] Executing bash-5.0.17-r0.post-install [2021-05-11T07:48:36.995Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T07:48:36.995Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-11T07:48:36.995Z] (5/39) Installing curl (7.76.1-r0) [2021-05-11T07:48:36.995Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-11T07:48:36.995Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-11T07:48:36.995Z] (8/39) Installing expat (2.2.9-r1) [2021-05-11T07:48:36.995Z] (9/39) Installing libffi (3.3-r2) [2021-05-11T07:48:36.995Z] (10/39) Installing gdbm (1.13-r1) [2021-05-11T07:48:36.995Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-11T07:48:37.365Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-11T07:48:37.365Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-11T07:48:41.409Z] Removing intermediate container e044d4cc11d0 [2021-05-11T07:48:41.409Z] ---> a22b0158a326 [2021-05-11T07:48:41.409Z] Step 26/26 : LABEL version=0.0.0 [2021-05-11T07:48:42.907Z] ---> Running in 6ccd1c14e386 [2021-05-11T07:48:42.907Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-11T07:48:42.907Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-11T07:48:42.907Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-11T07:48:42.907Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-11T07:48:42.907Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-11T07:48:42.907Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-11T07:48:43.558Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-11T07:48:43.558Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-11T07:48:43.558Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-11T07:48:43.936Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-11T07:48:44.604Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-11T07:48:44.604Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-11T07:48:44.979Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-11T07:48:44.979Z] Removing intermediate container 6ccd1c14e386 [2021-05-11T07:48:44.979Z] ---> 844523e6c8f0 [2021-05-11T07:48:44.979Z] [2021-05-11T07:48:45.426Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-11T07:48:45.426Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-11T07:48:45.748Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-11T07:48:46.430Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-11T07:48:46.430Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-11T07:48:46.430Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-11T07:48:47.539Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-11T07:48:47.539Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-11T07:48:47.816Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-11T07:48:47.816Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-11T07:48:48.413Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-11T07:48:48.413Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-11T07:48:48.413Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-11T07:48:49.457Z] Successfully built 844523e6c8f0 [2021-05-11T07:48:49.457Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-11T07:48:49.457Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-05-11T07:48:49.457Z] Executing busybox-1.31.1-r19.trigger [2021-05-11T07:48:49.457Z] OK: 72 MiB in 59 packages [2021-05-11T07:49:00.205Z] Collecting docker-compose==1.23.2 [2021-05-11T07:49:00.205Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-11T07:49:00.205Z] Collecting PyYAML<4,>=3.10 [2021-05-11T07:49:00.205Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-11T07:49:03.714Z] Collecting texttable<0.10,>=0.9.0 [2021-05-11T07:49:03.714Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-11T07:49:05.228Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-11T07:49:05.228Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-11T07:49:05.519Z] Collecting jsonschema<3,>=2.5.1 [2021-05-11T07:49:05.801Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-11T07:49:06.084Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-05-11T07:49:06.377Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-11T07:49:06.377Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-11T07:49:07.995Z] Collecting cached-property<2,>=1.2.0 [2021-05-11T07:49:07.995Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-11T07:49:08.299Z] Collecting docker<4.0,>=3.6.0 [2021-05-11T07:49:08.299Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-11T07:49:08.589Z] Collecting docopt<0.7,>=0.6.1 [2021-05-11T07:49:08.589Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-11T07:49:10.828Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-11T07:49:10.828Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-11T07:49:10.828Z] Collecting idna<2.8,>=2.5 [2021-05-11T07:49:10.828Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-11T07:49:11.177Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-05-11T07:49:11.966Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-11T07:49:12.322Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-11T07:49:12.322Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-05-11T07:49:12.322Z] Collecting docker-pycreds>=0.4.0 [2021-05-11T07:49:12.322Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-11T07:49:12.604Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-11T07:49:12.604Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-11T07:49:12.604Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-11T07:49:12.604Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-11T07:49:13.288Z] Installing collected packages: PyYAML, texttable, idna, urllib3, requests, jsonschema, dockerpty, cached-property, websocket-client, docker-pycreds, docker, docopt, docker-compose [2021-05-11T07:49:13.289Z] Running setup.py install for PyYAML: started [2021-05-11T07:49:15.525Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-11T07:49:15.525Z] Running setup.py install for texttable: started [2021-05-11T07:49:17.296Z] Running setup.py install for texttable: finished with status 'done' [2021-05-11T07:49:17.296Z] Attempting uninstall: idna [2021-05-11T07:49:17.296Z] Found existing installation: idna 2.9 [2021-05-11T07:49:17.296Z] Uninstalling idna-2.9: [2021-05-11T07:49:17.296Z] Successfully uninstalled idna-2.9 [2021-05-11T07:49:17.637Z] Attempting uninstall: urllib3 [2021-05-11T07:49:17.638Z] Found existing installation: urllib3 1.25.9 [2021-05-11T07:49:17.638Z] Uninstalling urllib3-1.25.9: [2021-05-11T07:49:17.638Z] Successfully uninstalled urllib3-1.25.9 [2021-05-11T07:49:18.761Z] Attempting uninstall: requests [2021-05-11T07:49:18.761Z] Found existing installation: requests 2.23.0 [2021-05-11T07:49:18.761Z] Uninstalling requests-2.23.0: [2021-05-11T07:49:18.761Z] Successfully uninstalled requests-2.23.0 [2021-05-11T07:49:20.020Z] Running setup.py install for dockerpty: started [2021-05-11T07:49:22.155Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-11T07:49:23.744Z] Running setup.py install for docopt: started [2021-05-11T07:49:27.450Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:49:27.450Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:49:27.450Z] ---> 8fa783b6e90a [2021-05-11T07:49:27.450Z] Step 3/26 : WORKDIR /edgex-go [2021-05-11T07:49:27.450Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:49:27.450Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:49:27.450Z] ---> 8fa783b6e90a [2021-05-11T07:49:27.450Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:49:27.450Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:49:27.450Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:49:27.450Z] ---> 8fa783b6e90a [2021-05-11T07:49:27.450Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T07:49:27.450Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:49:27.450Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:49:27.450Z] ---> 8fa783b6e90a [2021-05-11T07:49:27.450Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T07:49:27.450Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:49:27.450Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:49:27.450Z] ---> 8fa783b6e90a [2021-05-11T07:49:27.450Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:49:27.450Z] ---> Running in f2ef38220bb4 [2021-05-11T07:49:27.450Z] ---> Running in 8fe9e4688209 [2021-05-11T07:49:27.450Z] ---> Running in 6384d391ea6f [2021-05-11T07:49:27.450Z] ---> Running in 04415e8032fc [2021-05-11T07:49:27.450Z] ---> Running in 20fa5fbdcb04 [2021-05-11T07:49:27.450Z] Removing intermediate container f2ef38220bb4 [2021-05-11T07:49:27.450Z] ---> e732f93b25c6 [2021-05-11T07:49:27.450Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:49:27.450Z] Removing intermediate container 04415e8032fc [2021-05-11T07:49:27.450Z] ---> 9fd0dc136630 [2021-05-11T07:49:27.450Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:49:27.450Z] Removing intermediate container 20fa5fbdcb04 [2021-05-11T07:49:27.450Z] ---> 26dd0a698aab [2021-05-11T07:49:27.450Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:49:27.450Z] Removing intermediate container 8fe9e4688209 [2021-05-11T07:49:27.450Z] ---> 126bbf8e9d87 [2021-05-11T07:49:27.450Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:49:27.450Z] Removing intermediate container 6384d391ea6f [2021-05-11T07:49:27.450Z] ---> 3c944b0b39e5 [2021-05-11T07:49:27.450Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:49:27.450Z] ---> Running in f13c4291fc9f [2021-05-11T07:49:27.450Z] ---> Running in d572dca09305 [2021-05-11T07:49:27.450Z] ---> Running in 92efad5e188b [2021-05-11T07:49:27.450Z] ---> Running in 0542fe275fa7 [2021-05-11T07:49:27.450Z] ---> Running in 2125d62df7ba [2021-05-11T07:49:27.450Z] Removing intermediate container f13c4291fc9f [2021-05-11T07:49:27.450Z] ---> cc87e671f1e1 [2021-05-11T07:49:27.450Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-11T07:49:27.450Z] ---> Running in a2032e8c1717 [2021-05-11T07:49:27.450Z] Removing intermediate container d572dca09305 [2021-05-11T07:49:27.450Z] ---> e335437f07d3 [2021-05-11T07:49:27.450Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T07:49:27.450Z] Removing intermediate container 92efad5e188b [2021-05-11T07:49:27.450Z] ---> 9d290ca06207 [2021-05-11T07:49:27.450Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-11T07:49:27.450Z] ---> Running in 0ec7cfd100b2 [2021-05-11T07:49:27.450Z] Removing intermediate container 2125d62df7ba [2021-05-11T07:49:27.450Z] ---> 65c22ea4309f [2021-05-11T07:49:27.450Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-11T07:49:27.450Z] ---> Running in 2238500a3e50 [2021-05-11T07:49:27.450Z] Removing intermediate container 0542fe275fa7 [2021-05-11T07:49:27.450Z] ---> f49e1d7da928 [2021-05-11T07:49:27.450Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-11T07:49:27.450Z] ---> Running in f1c0baf72d50 [2021-05-11T07:49:27.450Z] ---> Running in a690f7ae9887 [2021-05-11T07:49:27.450Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:49:27.450Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:49:27.450Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:49:27.450Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:49:27.450Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:49:28.042Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:49:28.415Z] Running setup.py install for docopt: finished with status 'done' [2021-05-11T07:49:28.665Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:49:28.723Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-05-11T07:49:28.938Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:49:29.222Z] OK: 218 MiB in 52 packages [2021-05-11T07:49:29.222Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:49:29.512Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:49:29.799Z] OK: 218 MiB in 52 packages [2021-05-11T07:49:30.793Z] OK: 218 MiB in 52 packages [2021-05-11T07:49:30.793Z] OK: 218 MiB in 52 packages [2021-05-11T07:49:30.793Z] Removing intermediate container a2032e8c1717 [2021-05-11T07:49:30.793Z] ---> bfc2376b40d4 [2021-05-11T07:49:30.793Z] Step 6/23 : COPY go.mod . [2021-05-11T07:49:31.405Z] Removing intermediate container 0ec7cfd100b2 [2021-05-11T07:49:31.405Z] ---> 56574f0c276d [2021-05-11T07:49:31.405Z] Step 6/24 : COPY go.mod . [2021-05-11T07:49:31.677Z] OK: 218 MiB in 52 packages [2021-05-11T07:49:31.963Z] ---> 458e7b947415 [2021-05-11T07:49:31.963Z] Step 7/23 : RUN go mod download [2021-05-11T07:49:31.963Z] ---> Running in 5f77ad7f9a53 [2021-05-11T07:49:32.249Z] Removing intermediate container f1c0baf72d50 [2021-05-11T07:49:32.249Z] ---> 8fac1e3bc603 [2021-05-11T07:49:32.249Z] Step 6/24 : COPY go.mod . [2021-05-11T07:49:32.532Z] Removing intermediate container 2238500a3e50 [2021-05-11T07:49:32.532Z] ---> e74376be7d6c [2021-05-11T07:49:32.533Z] Step 6/26 : COPY go.mod . [2021-05-11T07:49:32.806Z] ---> 06125bf224bf [2021-05-11T07:49:32.806Z] Step 7/24 : RUN go mod download [2021-05-11T07:49:33.082Z] ---> Running in df4040a69cec [2021-05-11T07:49:33.689Z] Removing intermediate container a690f7ae9887 [2021-05-11T07:49:33.689Z] ---> 5345e04cbd65 [2021-05-11T07:49:33.689Z] Step 6/23 : COPY go.mod . [2021-05-11T07:49:33.689Z] ---> 1b9371cbc8c8 [2021-05-11T07:49:33.689Z] Step 7/24 : RUN go mod download [2021-05-11T07:49:33.842Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:49:33.842Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:49:33.842Z] ---> a5178ed10cc3 [2021-05-11T07:49:33.842Z] Step 3/32 : WORKDIR /edgex-go [2021-05-11T07:49:33.842Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:49:33.842Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:49:33.842Z] ---> a5178ed10cc3 [2021-05-11T07:49:33.842Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:49:33.842Z] ---> Using cache [2021-05-11T07:49:33.842Z] ---> 8fcc5df7512f [2021-05-11T07:49:33.842Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:49:33.842Z] ---> Using cache [2021-05-11T07:49:33.842Z] ---> cfb17faea069 [2021-05-11T07:49:33.842Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-11T07:49:33.842Z] ---> Using cache [2021-05-11T07:49:33.842Z] ---> 1e4d0271ae80 [2021-05-11T07:49:33.842Z] Step 6/32 : COPY go.mod . [2021-05-11T07:49:33.842Z] ---> Using cache [2021-05-11T07:49:33.842Z] ---> 4920893a3ad6 [2021-05-11T07:49:33.842Z] Step 7/32 : RUN go mod download [2021-05-11T07:49:33.842Z] ---> Using cache [2021-05-11T07:49:33.842Z] ---> 8fcc5df7512f [2021-05-11T07:49:33.842Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:49:33.842Z] ---> Using cache [2021-05-11T07:49:33.842Z] ---> cfb17faea069 [2021-05-11T07:49:33.842Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T07:49:33.842Z] ---> Using cache [2021-05-11T07:49:33.842Z] ---> 1e4d0271ae80 [2021-05-11T07:49:33.842Z] Step 6/24 : COPY go.mod . [2021-05-11T07:49:33.842Z] ---> Using cache [2021-05-11T07:49:33.842Z] ---> 4920893a3ad6 [2021-05-11T07:49:33.842Z] Step 7/24 : RUN go mod download [2021-05-11T07:49:33.842Z] ---> Using cache [2021-05-11T07:49:33.842Z] ---> 9a53808e9816 [2021-05-11T07:49:33.842Z] Step 8/32 : COPY . . [2021-05-11T07:49:33.842Z] ---> Using cache [2021-05-11T07:49:33.842Z] ---> 9a53808e9816 [2021-05-11T07:49:33.842Z] Step 8/24 : COPY . . [2021-05-11T07:49:33.962Z] ---> 1d8d07c7f653 [2021-05-11T07:49:33.962Z] Step 7/26 : RUN go mod download [2021-05-11T07:49:33.962Z] ---> Running in a94ac3b0734c [2021-05-11T07:49:34.142Z] ---> Using cache [2021-05-11T07:49:34.143Z] ---> db678d2195f1 [2021-05-11T07:49:34.143Z] Step 9/32 : RUN go mod tidy [2021-05-11T07:49:34.143Z] ---> Using cache [2021-05-11T07:49:34.143Z] ---> db678d2195f1 [2021-05-11T07:49:34.143Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:49:34.143Z] ---> Using cache [2021-05-11T07:49:34.143Z] ---> Using cache [2021-05-11T07:49:34.143Z] ---> 24a07c3f8eb4 [2021-05-11T07:49:34.143Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-11T07:49:34.143Z] ---> 24a07c3f8eb4 [2021-05-11T07:49:34.143Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-11T07:49:34.244Z] ---> Running in e5b9981fa361 [2021-05-11T07:49:34.523Z] ---> 6a7cfd9993a5 [2021-05-11T07:49:34.523Z] Step 7/23 : RUN go mod download [2021-05-11T07:49:34.735Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:49:34.735Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:49:34.735Z] ---> a5178ed10cc3 [2021-05-11T07:49:34.735Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:49:34.735Z] ---> Using cache [2021-05-11T07:49:34.735Z] ---> 8fcc5df7512f [2021-05-11T07:49:34.735Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:49:34.735Z] ---> Using cache [2021-05-11T07:49:34.735Z] ---> cfb17faea069 [2021-05-11T07:49:34.735Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-11T07:49:34.804Z] ---> Running in 86f8849e20b2 [2021-05-11T07:49:35.797Z] Removing intermediate container 5f77ad7f9a53 [2021-05-11T07:49:35.797Z] ---> e942b5843d64 [2021-05-11T07:49:35.797Z] Step 8/23 : COPY . . [2021-05-11T07:49:36.174Z] ---> Running in 6f1035112d51 [2021-05-11T07:49:36.175Z] ---> Running in 8e7b17c84dec [2021-05-11T07:49:36.175Z] ---> Running in 0af9fe480f51 [2021-05-11T07:49:37.255Z] Removing intermediate container df4040a69cec [2021-05-11T07:49:37.255Z] ---> ba8d62bb9e2d [2021-05-11T07:49:37.255Z] Step 8/24 : COPY . . [2021-05-11T07:49:38.914Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:49:38.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-11T07:49:38.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-11T07:49:39.190Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:49:39.190Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:49:39.190Z] ---> a5178ed10cc3 [2021-05-11T07:49:39.190Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T07:49:39.190Z] ---> Using cache [2021-05-11T07:49:39.190Z] ---> 8fcc5df7512f [2021-05-11T07:49:39.190Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:49:39.190Z] ---> Using cache [2021-05-11T07:49:39.190Z] ---> cfb17faea069 [2021-05-11T07:49:39.190Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-11T07:49:39.190Z] ---> Using cache [2021-05-11T07:49:39.190Z] ---> 1e4d0271ae80 [2021-05-11T07:49:39.190Z] Step 6/23 : COPY go.mod . [2021-05-11T07:49:39.190Z] ---> Using cache [2021-05-11T07:49:39.190Z] ---> 4920893a3ad6 [2021-05-11T07:49:39.190Z] Step 7/23 : RUN go mod download [2021-05-11T07:49:39.190Z] ---> Using cache [2021-05-11T07:49:39.190Z] ---> 9a53808e9816 [2021-05-11T07:49:39.190Z] Step 8/23 : COPY . . [2021-05-11T07:49:39.260Z] Removing intermediate container e5b9981fa361 [2021-05-11T07:49:39.261Z] ---> 62560e5ad887 [2021-05-11T07:49:39.261Z] Step 8/26 : COPY . . [2021-05-11T07:49:39.261Z] Removing intermediate container a94ac3b0734c [2021-05-11T07:49:39.261Z] ---> 1a1feddb9d21 [2021-05-11T07:49:39.261Z] Step 8/24 : COPY . . [2021-05-11T07:49:39.467Z] ---> Using cache [2021-05-11T07:49:39.468Z] ---> db678d2195f1 [2021-05-11T07:49:39.468Z] Step 9/23 : RUN go mod tidy [2021-05-11T07:49:39.468Z] ---> Using cache [2021-05-11T07:49:39.468Z] ---> 24a07c3f8eb4 [2021-05-11T07:49:39.468Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-11T07:49:39.536Z] Removing intermediate container 86f8849e20b2 [2021-05-11T07:49:39.536Z] ---> 83f68f06db71 [2021-05-11T07:49:39.536Z] Step 8/23 : COPY . . [2021-05-11T07:49:40.064Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:49:40.396Z] ---> Running in 170057a5ec61 [2021-05-11T07:49:41.496Z] OK: 219 MiB in 52 packages [2021-05-11T07:49:41.496Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-11T07:49:43.632Z] Removing intermediate container 6f1035112d51 [2021-05-11T07:49:43.632Z] ---> 615ae202d52a [2021-05-11T07:49:43.632Z] Step 6/24 : COPY go.mod . [2021-05-11T07:49:44.311Z] ---> f0dfc427032f [2021-05-11T07:49:44.311Z] Step 7/24 : RUN go mod download [2021-05-11T07:49:44.613Z] ---> Running in 2484283c833a [2021-05-11T07:49:53.430Z] Removing intermediate container 2484283c833a [2021-05-11T07:49:53.430Z] ---> b92b809d131a [2021-05-11T07:49:53.430Z] Step 8/24 : COPY . . [2021-05-11T07:50:06.341Z] ---> 62bd203eb184 [2021-05-11T07:50:06.341Z] Step 9/23 : RUN go mod tidy [2021-05-11T07:50:06.341Z] ---> 3a57055d7ae2 [2021-05-11T07:50:06.341Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:50:06.341Z] ---> ad70270eda8b [2021-05-11T07:50:06.341Z] Step 9/23 : RUN go mod tidy [2021-05-11T07:50:06.341Z] ---> 70f2e412d72c [2021-05-11T07:50:06.341Z] Step 9/26 : RUN go mod tidy [2021-05-11T07:50:06.341Z] ---> d6a1ec6920a7 [2021-05-11T07:50:06.341Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:50:06.341Z] ---> Running in 7b16ac587688 [2021-05-11T07:50:06.341Z] ---> Running in e9c33c1b82a3 [2021-05-11T07:50:06.341Z] ---> Running in 07c9078abcf5 [2021-05-11T07:50:06.341Z] ---> Running in e9c9d3bf691a [2021-05-11T07:50:06.341Z] ---> Running in f7dd6acaf567 [2021-05-11T07:50:10.668Z] Removing intermediate container 7b16ac587688 [2021-05-11T07:50:10.668Z] ---> 2af3fda4e2b3 [2021-05-11T07:50:10.668Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-11T07:50:10.668Z] ---> Running in f04a7275391d [2021-05-11T07:50:11.273Z] Removing intermediate container e9c33c1b82a3 [2021-05-11T07:50:11.273Z] ---> ff7d70dbd3a3 [2021-05-11T07:50:11.273Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-11T07:50:11.273Z] ---> Running in 7f7435d8b3ea [2021-05-11T07:50:11.556Z] Removing intermediate container f7dd6acaf567 [2021-05-11T07:50:11.556Z] ---> 333eee61aba1 [2021-05-11T07:50:11.556Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-11T07:50:11.838Z] ---> Running in 767e70fa0eea [2021-05-11T07:50:12.116Z] Removing intermediate container 07c9078abcf5 [2021-05-11T07:50:12.116Z] ---> 550a6613929e [2021-05-11T07:50:12.116Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-11T07:50:12.116Z] Removing intermediate container e9c9d3bf691a [2021-05-11T07:50:12.116Z] ---> b168021c54ba [2021-05-11T07:50:12.116Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-11T07:50:12.393Z] ---> Running in 8c9cc18d46b2 [2021-05-11T07:50:12.393Z] ---> Running in 720e96b98253 [2021-05-11T07:50:12.999Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-11T07:50:13.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-11T07:50:14.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-11T07:50:14.553Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-11T07:50:14.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-11T07:50:33.438Z] Removing intermediate container 5385fe39fba2 [2021-05-11T07:50:33.438Z] ---> 4c7e81712628 [2021-05-11T07:50:33.438Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-11T07:50:33.438Z] ---> Running in 69807b66468b [2021-05-11T07:50:33.438Z] Removing intermediate container 69807b66468b [2021-05-11T07:50:33.438Z] ---> 29df702657de [2021-05-11T07:50:33.438Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-11T07:50:34.192Z] ---> Running in c5bf890140ba [2021-05-11T07:50:35.253Z] Removing intermediate container c5bf890140ba [2021-05-11T07:50:35.253Z] ---> 13e3ad944c9a [2021-05-11T07:50:35.253Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-11T07:50:37.644Z] ---> 7bc0962f9683 [2021-05-11T07:50:37.644Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-11T07:50:38.685Z] ---> 2cb9e1fd89f8 [2021-05-11T07:50:38.685Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-11T07:50:42.806Z] ---> 16d075865565 [2021-05-11T07:50:42.806Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-11T07:50:47.157Z] ---> Running in cf4caf1f7388 [2021-05-11T07:50:48.202Z] Removing intermediate container 8e7b17c84dec [2021-05-11T07:50:48.202Z] ---> 9829c0fc67da [2021-05-11T07:50:48.202Z] [2021-05-11T07:50:48.202Z] Step 11/32 : FROM alpine:3.12 [2021-05-11T07:50:48.202Z] ---> 13621d1b12d4 [2021-05-11T07:50:48.202Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-11T07:50:48.202Z] Removing intermediate container 170057a5ec61 [2021-05-11T07:50:48.202Z] ---> fd62a335f80f [2021-05-11T07:50:48.202Z] [2021-05-11T07:50:48.202Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T07:50:48.202Z] ---> 13621d1b12d4 [2021-05-11T07:50:48.202Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-11T07:50:48.202Z] ---> Using cache [2021-05-11T07:50:48.202Z] ---> 4857cd224211 [2021-05-11T07:50:48.202Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:50:48.202Z] Removing intermediate container cf4caf1f7388 [2021-05-11T07:50:48.202Z] ---> d451f03db727 [2021-05-11T07:50:48.202Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:50:48.202Z] ---> Using cache [2021-05-11T07:50:48.202Z] ---> ee822336d69a [2021-05-11T07:50:48.202Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-11T07:50:48.487Z] ---> Running in d6ea41060ac8 [2021-05-11T07:50:48.487Z] ---> Running in c14b5795f4c1 [2021-05-11T07:50:48.487Z] ---> Running in 65edfd081848 [2021-05-11T07:50:48.487Z] Removing intermediate container 0af9fe480f51 [2021-05-11T07:50:48.487Z] ---> f88a29fbdd7b [2021-05-11T07:50:48.487Z] [2021-05-11T07:50:48.487Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T07:50:48.487Z] ---> 13621d1b12d4 [2021-05-11T07:50:48.487Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T07:50:48.487Z] ---> Using cache [2021-05-11T07:50:48.487Z] ---> 4857cd224211 [2021-05-11T07:50:48.487Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:50:48.487Z] ---> Using cache [2021-05-11T07:50:48.487Z] ---> ee822336d69a [2021-05-11T07:50:48.487Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-11T07:50:48.796Z] ---> 96900f44b9fa [2021-05-11T07:50:48.796Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:50:48.796Z] ---> Running in ffe69d397014 [2021-05-11T07:50:48.796Z] ---> Running in d829e0a732bb [2021-05-11T07:50:49.099Z] Removing intermediate container c14b5795f4c1 [2021-05-11T07:50:49.099Z] ---> 2b40439c1fe9 [2021-05-11T07:50:49.099Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T07:50:49.099Z] Removing intermediate container d6ea41060ac8 [2021-05-11T07:50:49.099Z] ---> e80792681b26 [2021-05-11T07:50:49.099Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T07:50:49.456Z] ---> Running in aec64bcda7bb [2021-05-11T07:50:49.456Z] Removing intermediate container 65edfd081848 [2021-05-11T07:50:49.456Z] ---> f5048f8c6d8a [2021-05-11T07:50:49.456Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-11T07:50:49.456Z] ---> Running in bbd689ba35db [2021-05-11T07:50:49.907Z] Removing intermediate container ffe69d397014 [2021-05-11T07:50:49.907Z] ---> ad614698802b [2021-05-11T07:50:49.908Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T07:50:49.908Z] ---> Running in 0edb0ec654a5 [2021-05-11T07:50:50.256Z] ---> Running in c195757efc81 [2021-05-11T07:50:50.256Z] Removing intermediate container aec64bcda7bb [2021-05-11T07:50:50.256Z] ---> e9a185d05c3f [2021-05-11T07:50:50.256Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:50:50.563Z] Removing intermediate container bbd689ba35db [2021-05-11T07:50:50.563Z] ---> 3c9ee701243a [2021-05-11T07:50:50.563Z] Step 23/24 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:50:50.846Z] ---> Running in 727d7ee89277 [2021-05-11T07:50:51.168Z] Removing intermediate container c195757efc81 [2021-05-11T07:50:51.168Z] ---> 1663e7410fea [2021-05-11T07:50:51.168Z] Step 16/24 : WORKDIR / [2021-05-11T07:50:51.168Z] ---> Running in 0ab00b55c0d7 [2021-05-11T07:50:51.558Z] ---> 23f5667ec0cc [2021-05-11T07:50:51.558Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-11T07:50:51.835Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:50:52.124Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:50:52.124Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-11T07:50:52.124Z] (2/2) Installing su-exec (0.2-r1) [2021-05-11T07:50:52.395Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:50:52.395Z] Removing intermediate container 727d7ee89277 [2021-05-11T07:50:52.395Z] ---> 12e7e762d513 [2021-05-11T07:50:52.395Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:50:52.700Z] OK: 6 MiB in 16 packages [2021-05-11T07:50:52.700Z] ---> Running in f41c772d9ac3 [2021-05-11T07:50:53.000Z] Removing intermediate container 0ab00b55c0d7 [2021-05-11T07:50:53.000Z] ---> ce292f0ed51d [2021-05-11T07:50:53.000Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:50:53.000Z] ---> 11e2359008c2 [2021-05-11T07:50:53.000Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-11T07:50:53.670Z] Removing intermediate container f41c772d9ac3 [2021-05-11T07:50:53.670Z] ---> ed3e0a8852ad [2021-05-11T07:50:53.670Z] [2021-05-11T07:50:53.670Z] ---> e97daf27b2c5 [2021-05-11T07:50:53.670Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-11T07:50:53.990Z] Successfully built ed3e0a8852ad [2021-05-11T07:50:53.990Z] ---> 2ba709d68725 [2021-05-11T07:50:53.990Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-11T07:50:54.397Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-11T07:50:54.679Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 961dbaf1e57a [2021-05-11T07:50:54.679Z] Removing intermediate container 0edb0ec654a5 [2021-05-11T07:50:54.679Z] ---> 2e07303f5f55 [2021-05-11T07:50:54.679Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-11T07:50:55.302Z] ---> Running in 5a06284d7cd9 [2021-05-11T07:50:55.302Z] ---> 4228172b2436 [2021-05-11T07:50:55.302Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-11T07:50:55.684Z] Removing intermediate container 961dbaf1e57a [2021-05-11T07:50:55.684Z] ---> 86994e4ee500 [2021-05-11T07:50:55.684Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:50:55.684Z] Removing intermediate container 5a06284d7cd9 [2021-05-11T07:50:55.684Z] ---> e6993d08b518 [2021-05-11T07:50:55.684Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-11T07:50:55.684Z] ---> Running in eb80425d5ed9 [2021-05-11T07:50:55.967Z] ---> Running in 0a17a81f5df3 [2021-05-11T07:50:55.967Z] ---> d35d0c3c53dc [2021-05-11T07:50:55.967Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-11T07:50:56.270Z] ---> Running in c6c01b520998 [2021-05-11T07:50:56.270Z] Removing intermediate container eb80425d5ed9 [2021-05-11T07:50:56.270Z] ---> c0f1d9f2c72f [2021-05-11T07:50:56.270Z] Step 21/23 : LABEL arch=x86_64 [2021-05-11T07:50:56.561Z] Removing intermediate container 0a17a81f5df3 [2021-05-11T07:50:56.561Z] ---> fa5e22333320 [2021-05-11T07:50:56.561Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-11T07:50:56.561Z] ---> Running in 196deb21c121 [2021-05-11T07:50:56.561Z] Removing intermediate container c6c01b520998 [2021-05-11T07:50:56.561Z] ---> 059413c34087 [2021-05-11T07:50:56.561Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:50:56.561Z] ---> Running in 3b85d5af572e [2021-05-11T07:50:56.900Z] ---> Running in c29d859e6576 [2021-05-11T07:50:57.196Z] Removing intermediate container 196deb21c121 [2021-05-11T07:50:57.196Z] ---> a0423e25e76e [2021-05-11T07:50:57.196Z] Step 22/23 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:50:57.489Z] ---> Running in 38bd94af7b48 [2021-05-11T07:50:57.490Z] Removing intermediate container c29d859e6576 [2021-05-11T07:50:57.490Z] ---> 517322b2d359 [2021-05-11T07:50:57.490Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T07:50:57.783Z] ---> Running in 7e70cc5a40a3 [2021-05-11T07:50:58.060Z] Removing intermediate container 38bd94af7b48 [2021-05-11T07:50:58.060Z] ---> e5d4ffac221d [2021-05-11T07:50:58.060Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T07:50:58.060Z] ---> Running in a0fc12b6abae [2021-05-11T07:50:58.060Z] Removing intermediate container d829e0a732bb [2021-05-11T07:50:58.060Z] ---> da5cb068ff94 [2021-05-11T07:50:58.060Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-11T07:50:58.400Z] Removing intermediate container 7e70cc5a40a3 [2021-05-11T07:50:58.400Z] ---> 57c3365a8f17 [2021-05-11T07:50:58.400Z] Step 23/24 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:50:58.400Z] ---> Running in 512f25f17daf [2021-05-11T07:50:58.400Z] ---> Running in 99da65ea3148 [2021-05-11T07:50:58.767Z] Removing intermediate container a0fc12b6abae [2021-05-11T07:50:58.767Z] ---> e5d1c2ee6678 [2021-05-11T07:50:58.767Z] [2021-05-11T07:51:00.232Z] Successfully built e5d1c2ee6678 [2021-05-11T07:51:00.232Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-11T07:51:00.232Z]  Building docker-support-scheduler-go ... done Removing intermediate container 99da65ea3148 [2021-05-11T07:51:00.232Z] ---> 2352b5269d34 [2021-05-11T07:51:00.232Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:51:00.232Z] Removing intermediate container 3b85d5af572e [2021-05-11T07:51:00.232Z] ---> 0ab5d04de796 [2021-05-11T07:51:00.232Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-11T07:51:00.232Z] ---> Running in 678bc1e18273 [2021-05-11T07:51:00.508Z] ---> Running in 804b6e59a63a [2021-05-11T07:51:00.508Z] Removing intermediate container 678bc1e18273 [2021-05-11T07:51:00.508Z] ---> d00cae182d36 [2021-05-11T07:51:00.508Z] [2021-05-11T07:51:00.508Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-11T07:51:00.809Z] Removing intermediate container 804b6e59a63a [2021-05-11T07:51:00.809Z] ---> 18f60d9757ed [2021-05-11T07:51:00.809Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-11T07:51:01.089Z] Successfully built d00cae182d36 [2021-05-11T07:51:01.089Z] Successfully tagged docker-core-command-go:latest [2021-05-11T07:51:01.379Z]  Building docker-core-command-go ... done  ---> da6524b9371e [2021-05-11T07:51:01.379Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-11T07:51:01.654Z] ---> Running in 271bbae16676 [2021-05-11T07:51:05.457Z] Removing intermediate container 271bbae16676 [2021-05-11T07:51:05.457Z] ---> c8c9408aaacf [2021-05-11T07:51:05.457Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:51:06.157Z] ---> 678bc8c927a5 [2021-05-11T07:51:06.157Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-11T07:51:08.045Z] ---> 70600ca66ab9 [2021-05-11T07:51:08.045Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-11T07:51:08.925Z] ---> dab32bb4e8d4 [2021-05-11T07:51:08.925Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-11T07:51:10.134Z] ---> 6da60e9f16ee [2021-05-11T07:51:10.134Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-11T07:51:11.479Z] ---> 25e5b308b432 [2021-05-11T07:51:11.479Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-11T07:51:12.201Z] ---> Running in b8b625ea0c84 [2021-05-11T07:51:13.019Z] Removing intermediate container b8b625ea0c84 [2021-05-11T07:51:13.019Z] ---> d03bb2b78f99 [2021-05-11T07:51:13.019Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-11T07:51:13.748Z] ---> f560a9e60620 [2021-05-11T07:51:13.748Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-11T07:51:14.469Z] ---> Running in 514da6e07cd4 [2021-05-11T07:51:19.435Z] Removing intermediate container 514da6e07cd4 [2021-05-11T07:51:19.435Z] ---> 9adccdb368df [2021-05-11T07:51:19.435Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-11T07:51:19.435Z] ---> Running in 11bf4755fc84 [2021-05-11T07:51:20.165Z] Removing intermediate container 11bf4755fc84 [2021-05-11T07:51:20.165Z] ---> d0ac76045057 [2021-05-11T07:51:20.165Z] Step 29/32 : CMD ["gate"] [2021-05-11T07:51:20.836Z] ---> Running in b208a8de09bf [2021-05-11T07:51:21.529Z] Removing intermediate container b208a8de09bf [2021-05-11T07:51:21.529Z] ---> a9a3bd129e37 [2021-05-11T07:51:21.529Z] Step 30/32 : LABEL arch=x86_64 [2021-05-11T07:51:22.216Z] ---> Running in 58e47e46e1af [2021-05-11T07:51:22.518Z] Removing intermediate container 58e47e46e1af [2021-05-11T07:51:22.518Z] ---> 92b14f907637 [2021-05-11T07:51:22.518Z] Step 31/32 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:51:22.879Z] ---> Running in 1b195ae182f4 [2021-05-11T07:51:23.920Z] Removing intermediate container 1b195ae182f4 [2021-05-11T07:51:23.920Z] ---> 5e7518b7d715 [2021-05-11T07:51:23.920Z] Step 32/32 : LABEL version=0.0.0 [2021-05-11T07:51:23.920Z] ---> Running in 7ed79be2717c [2021-05-11T07:51:24.251Z] Removing intermediate container 7ed79be2717c [2021-05-11T07:51:24.251Z] ---> e6bd2b308099 [2021-05-11T07:51:24.251Z] [2021-05-11T07:51:25.273Z] Successfully built e6bd2b308099 [2021-05-11T07:51:25.273Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-11T07:51:35.439Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 512f25f17daf [2021-05-11T07:51:35.439Z] ---> bbb71e0dcf4a [2021-05-11T07:51:35.439Z] [2021-05-11T07:51:35.439Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T07:51:35.439Z] ---> 13621d1b12d4 [2021-05-11T07:51:35.439Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-11T07:51:35.439Z] ---> Running in c12c78fb9572 [2021-05-11T07:51:35.439Z] Removing intermediate container c12c78fb9572 [2021-05-11T07:51:35.439Z] ---> 7b217dc746d5 [2021-05-11T07:51:35.439Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-11T07:51:35.439Z] ---> Running in bd1d072b848a [2021-05-11T07:51:35.439Z] Removing intermediate container bd1d072b848a [2021-05-11T07:51:35.439Z] ---> af49ee500cb7 [2021-05-11T07:51:35.439Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-11T07:51:35.439Z] ---> Running in 450a67cb24cf [2021-05-11T07:51:35.439Z] Removing intermediate container 450a67cb24cf [2021-05-11T07:51:35.439Z] ---> c61cb3cf92ed [2021-05-11T07:51:35.439Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:51:35.439Z] ---> Running in 9937d311bf7c [2021-05-11T07:51:37.492Z] Removing intermediate container 9937d311bf7c [2021-05-11T07:51:37.492Z] ---> 6a9e18e32c17 [2021-05-11T07:51:37.492Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T07:51:37.492Z] ---> Running in efb57e754ce2 [2021-05-11T07:51:38.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:51:39.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:51:40.473Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T07:51:40.742Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T07:51:41.019Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T07:51:41.019Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T07:51:41.681Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T07:51:41.996Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T07:51:41.996Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:51:41.996Z] OK: 8 MiB in 20 packages [2021-05-11T07:51:42.985Z] Removing intermediate container efb57e754ce2 [2021-05-11T07:51:42.985Z] ---> 86659d651996 [2021-05-11T07:51:42.985Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:51:44.114Z] ---> c178fabdb40f [2021-05-11T07:51:44.114Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-11T07:51:45.150Z] ---> 917831dd4455 [2021-05-11T07:51:45.150Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-11T07:51:45.849Z] ---> ce56827c641d [2021-05-11T07:51:45.849Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-11T07:51:45.849Z] ---> Running in 80b6da7a92e7 [2021-05-11T07:51:46.123Z] Removing intermediate container 80b6da7a92e7 [2021-05-11T07:51:46.123Z] ---> c4f1a865776e [2021-05-11T07:51:46.123Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:51:46.123Z] ---> Running in 0adfd483b66c [2021-05-11T07:51:46.411Z] Removing intermediate container 0adfd483b66c [2021-05-11T07:51:46.411Z] ---> acf59d0c0a91 [2021-05-11T07:51:46.411Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T07:51:46.747Z] ---> Running in 43a8eeaf3075 [2021-05-11T07:51:47.072Z] Removing intermediate container 43a8eeaf3075 [2021-05-11T07:51:47.072Z] ---> d34cfe558013 [2021-05-11T07:51:47.072Z] Step 23/24 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:51:47.350Z] ---> Running in 828706ea7db2 [2021-05-11T07:51:47.635Z] Removing intermediate container 828706ea7db2 [2021-05-11T07:51:47.635Z] ---> 7e978f42fdb0 [2021-05-11T07:51:47.635Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:51:47.635Z] ---> Running in 9bcd28de1c4d [2021-05-11T07:51:48.456Z] Removing intermediate container 9bcd28de1c4d [2021-05-11T07:51:48.456Z] ---> fa200c6552d2 [2021-05-11T07:51:48.456Z] [2021-05-11T07:51:48.456Z] Successfully built fa200c6552d2 [2021-05-11T07:51:48.803Z] Successfully tagged docker-core-data-go:latest [2021-05-11T07:51:49.434Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-11T07:51:49.533Z] $ docker stop --time=1 66dc592dfb7f1dfa0e7703e7198a86ff6fd770b519d092983dfaad4873fd87eb [2021-05-11T07:51:51.847Z] $ docker rm -f 66dc592dfb7f1dfa0e7703e7198a86ff6fd770b519d092983dfaad4873fd87eb [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T07:51:52.431Z] + grep docker [2021-05-11T07:51:52.431Z] + docker images [2021-05-11T07:51:53.398Z] docker-core-data-go latest fa200c6552d2 5 seconds ago 21.5MB [2021-05-11T07:51:53.398Z] docker-security-bootstrapper-go latest e6bd2b308099 29 seconds ago 18.2MB [2021-05-11T07:51:53.398Z] docker-core-command-go latest d00cae182d36 53 seconds ago 17MB [2021-05-11T07:51:53.398Z] docker-support-scheduler-go latest e5d1c2ee6678 55 seconds ago 17.1MB [2021-05-11T07:51:53.398Z] docker-sys-mgmt-agent-go latest ed3e0a8852ad About a minute ago 312MB [2021-05-11T07:51:53.398Z] docker-security-secretstore-setup-go latest 844523e6c8f0 3 minutes ago 25.7MB [2021-05-11T07:51:53.398Z] docker-core-metadata-go latest 58c119e6a0f4 3 minutes ago 18.6MB [2021-05-11T07:51:53.398Z] docker-support-notifications-go latest 74a2e40c9529 3 minutes ago 17.7MB [2021-05-11T07:51:53.398Z] docker-security-proxy-setup-go latest 1e768e1db8fe 3 minutes ago 25.3MB [2021-05-11T07:51:53.398Z] docker 20.10.0 aefe523efa57 5 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-05-11T07:52:06.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-11T07:52:08.722Z] Still waiting to schedule task [2021-05-11T07:52:08.723Z] ‘prd-ubuntu18.04-docker-8c-8g-4388’ is offline [2021-05-11T07:52:14.971Z] Removing intermediate container 720e96b98253 [2021-05-11T07:52:14.971Z] ---> 534682451873 [2021-05-11T07:52:14.971Z] [2021-05-11T07:52:14.971Z] Step 11/26 : FROM alpine:3.12 [2021-05-11T07:52:14.971Z] 3.12: Pulling from library/alpine [2021-05-11T07:52:16.414Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T07:52:16.414Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T07:52:16.414Z] ---> 9852663dfa18 [2021-05-11T07:52:16.414Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-11T07:52:16.693Z] ---> Running in 121558ce09ff [2021-05-11T07:52:18.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:52:18.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:52:19.565Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-11T07:52:19.843Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T07:52:19.843Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-11T07:52:19.843Z] (4/6) Installing curl (7.76.1-r0) [2021-05-11T07:52:19.843Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-11T07:52:19.843Z] (6/6) Installing su-exec (0.2-r1) [2021-05-11T07:52:19.843Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:52:19.843Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T07:52:20.450Z] OK: 7 MiB in 20 packages [2021-05-11T07:52:24.776Z] Removing intermediate container 121558ce09ff [2021-05-11T07:52:24.776Z] ---> 9ba2afac26ed [2021-05-11T07:52:24.776Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T07:52:25.399Z] ---> Running in 3b1a5c1c1f52 [2021-05-11T07:52:26.840Z] Removing intermediate container 767e70fa0eea [2021-05-11T07:52:26.840Z] ---> 3846b2780375 [2021-05-11T07:52:26.840Z] [2021-05-11T07:52:26.840Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T07:52:26.840Z] ---> 9852663dfa18 [2021-05-11T07:52:26.840Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-11T07:52:26.840Z] Removing intermediate container 3b1a5c1c1f52 [2021-05-11T07:52:26.840Z] ---> cb3e754828fd [2021-05-11T07:52:26.840Z] Step 14/26 : WORKDIR / [2021-05-11T07:52:27.115Z] ---> Running in c828ee900a44 [2021-05-11T07:52:27.115Z] ---> Running in c3fa2b9287e2 [2021-05-11T07:52:28.561Z] Removing intermediate container c3fa2b9287e2 [2021-05-11T07:52:28.561Z] ---> d97d796b3f52 [2021-05-11T07:52:28.561Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-11T07:52:29.160Z] Removing intermediate container f04a7275391d [2021-05-11T07:52:29.160Z] ---> 467ca0257621 [2021-05-11T07:52:29.160Z] [2021-05-11T07:52:29.160Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T07:52:29.160Z] ---> 9852663dfa18 [2021-05-11T07:52:29.160Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-11T07:52:29.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:52:29.442Z] ---> Running in 5821c484e356 [2021-05-11T07:52:29.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:52:30.044Z] ---> 64f1202ae0a5 [2021-05-11T07:52:30.044Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-11T07:52:30.316Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-11T07:52:30.316Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-11T07:52:30.316Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:52:30.316Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T07:52:30.594Z] OK: 6 MiB in 16 packages [2021-05-11T07:52:31.198Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:52:31.478Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:52:31.478Z] ---> 5592243c8b3c [2021-05-11T07:52:31.478Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-11T07:52:32.094Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T07:52:32.094Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:52:32.094Z] OK: 5 MiB in 15 packages [2021-05-11T07:52:33.573Z] ---> 7b6086057f95 [2021-05-11T07:52:33.573Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-11T07:52:34.181Z] Removing intermediate container c828ee900a44 [2021-05-11T07:52:34.181Z] ---> ef2f5fa612d9 [2021-05-11T07:52:34.181Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:52:34.460Z] ---> Running in 828bf45ab527 [2021-05-11T07:52:34.782Z] Removing intermediate container 5821c484e356 [2021-05-11T07:52:34.782Z] ---> 858046183408 [2021-05-11T07:52:34.782Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:52:35.116Z] ---> b3f1a5c60264 [2021-05-11T07:52:35.116Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-11T07:52:35.116Z] ---> Running in 7f6719874358 [2021-05-11T07:52:35.426Z] Removing intermediate container 828bf45ab527 [2021-05-11T07:52:35.426Z] ---> 9fb362d8dbe9 [2021-05-11T07:52:35.426Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-11T07:52:36.220Z] ---> Running in 8fe8b8fa7a87 [2021-05-11T07:52:36.220Z] Removing intermediate container 7f6719874358 [2021-05-11T07:52:36.220Z] ---> 6298dc20a8a7 [2021-05-11T07:52:36.220Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-11T07:52:36.914Z] ---> Running in 577329f94b14 [2021-05-11T07:52:36.914Z] Removing intermediate container 8fe8b8fa7a87 [2021-05-11T07:52:36.914Z] ---> 097ba7b6948c [2021-05-11T07:52:36.914Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T07:52:37.524Z] Removing intermediate container 7f7435d8b3ea [2021-05-11T07:52:37.524Z] ---> 8687bedc3a51 [2021-05-11T07:52:37.524Z] [2021-05-11T07:52:37.524Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T07:52:37.524Z] ---> 9852663dfa18 [2021-05-11T07:52:37.524Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T07:52:37.524Z] ---> Using cache [2021-05-11T07:52:37.524Z] ---> 858046183408 [2021-05-11T07:52:37.524Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:52:37.524Z] ---> Using cache [2021-05-11T07:52:37.524Z] ---> 6298dc20a8a7 [2021-05-11T07:52:37.524Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-11T07:52:37.524Z] ---> Running in 58a5dfaef25a [2021-05-11T07:52:37.798Z] ---> Running in 3cc5ba9b2472 [2021-05-11T07:52:37.798Z] Removing intermediate container 577329f94b14 [2021-05-11T07:52:37.798Z] ---> f142d7a479e2 [2021-05-11T07:52:37.798Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T07:52:38.079Z] ---> ed012e9be797 [2021-05-11T07:52:38.079Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-11T07:52:38.079Z] ---> Running in 81dd7a656500 [2021-05-11T07:52:38.352Z] Removing intermediate container 58a5dfaef25a [2021-05-11T07:52:38.352Z] ---> f057c40fb75d [2021-05-11T07:52:38.352Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:52:38.352Z] Removing intermediate container 3cc5ba9b2472 [2021-05-11T07:52:38.352Z] ---> fe458fa88680 [2021-05-11T07:52:38.352Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T07:52:39.335Z] ---> Running in 998bf65aebec [2021-05-11T07:52:39.335Z] Removing intermediate container 81dd7a656500 [2021-05-11T07:52:39.335Z] ---> 5b01030d4b00 [2021-05-11T07:52:39.335Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:52:39.608Z] ---> 497afe0b5bb2 [2021-05-11T07:52:39.608Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-11T07:52:39.886Z] ---> 5a6937f04580 [2021-05-11T07:52:39.886Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-11T07:52:39.886Z] Removing intermediate container 998bf65aebec [2021-05-11T07:52:39.886Z] ---> ea7018ca4133 [2021-05-11T07:52:39.886Z] Step 16/24 : WORKDIR / [2021-05-11T07:52:40.159Z] ---> Running in 8168fd9c8faa [2021-05-11T07:52:40.767Z] ---> 696523f06a9e [2021-05-11T07:52:40.767Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-11T07:52:41.752Z] ---> ca218f568380 [2021-05-11T07:52:41.752Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-11T07:52:41.752Z] Removing intermediate container 8168fd9c8faa [2021-05-11T07:52:41.752Z] ---> 1c7d5bc971ca [2021-05-11T07:52:41.752Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:52:42.022Z] ---> Running in ea1100d5b59a [2021-05-11T07:52:42.022Z] ---> 5c54a5e03bc2 [2021-05-11T07:52:42.022Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-11T07:52:42.619Z] ---> 3530f3c364dd [2021-05-11T07:52:42.619Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-11T07:52:42.619Z] Removing intermediate container 8c9cc18d46b2 [2021-05-11T07:52:42.619Z] ---> 52dd5815f6e2 [2021-05-11T07:52:42.619Z] [2021-05-11T07:52:42.619Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T07:52:42.619Z] ---> 9852663dfa18 [2021-05-11T07:52:42.619Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-11T07:52:42.893Z] ---> Running in c15f619b43af [2021-05-11T07:52:42.893Z] ---> 3815297def20 [2021-05-11T07:52:42.893Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-11T07:52:43.168Z] ---> 89d754ac3218 [2021-05-11T07:52:43.168Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-11T07:52:43.443Z] ---> Running in 8f7493dd3bfe [2021-05-11T07:52:43.443Z] Removing intermediate container c15f619b43af [2021-05-11T07:52:43.443Z] ---> a3ba88c55bdf [2021-05-11T07:52:43.443Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-11T07:52:43.721Z] ---> d6cc535ce6f2 [2021-05-11T07:52:43.721Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-11T07:52:43.721Z] ---> Running in 937a0692e310 [2021-05-11T07:52:43.998Z] ---> Running in 0fbc138d5e9e [2021-05-11T07:52:43.998Z] Removing intermediate container 8f7493dd3bfe [2021-05-11T07:52:43.998Z] ---> a2d2f58803e0 [2021-05-11T07:52:43.998Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:52:44.276Z] ---> Running in c636cf0e34da [2021-05-11T07:52:44.554Z] Removing intermediate container 937a0692e310 [2021-05-11T07:52:44.554Z] ---> 1ad5064904e9 [2021-05-11T07:52:44.554Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-11T07:52:44.855Z] ---> Running in d373adc5372d [2021-05-11T07:52:44.855Z] Removing intermediate container 0fbc138d5e9e [2021-05-11T07:52:44.855Z] ---> ab246e4f4d3b [2021-05-11T07:52:44.855Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:52:44.855Z] ---> 74fa499c0507 [2021-05-11T07:52:44.855Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-11T07:52:45.132Z] Removing intermediate container c636cf0e34da [2021-05-11T07:52:45.132Z] ---> 7c490be391d5 [2021-05-11T07:52:45.132Z] Step 21/23 : LABEL arch=arm64 [2021-05-11T07:52:45.132Z] ---> Running in 4e1d7729b71b [2021-05-11T07:52:45.409Z] ---> Running in 96385408f3f0 [2021-05-11T07:52:45.410Z] Removing intermediate container ea1100d5b59a [2021-05-11T07:52:45.410Z] ---> 1c869313708f [2021-05-11T07:52:45.410Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-11T07:52:45.410Z] Removing intermediate container d373adc5372d [2021-05-11T07:52:45.410Z] ---> 69b503bd1748 [2021-05-11T07:52:45.410Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:52:45.683Z] ---> Running in d4155ac6c40d [2021-05-11T07:52:45.683Z] ---> Running in ab5ec1900931 [2021-05-11T07:52:45.957Z] Removing intermediate container 4e1d7729b71b [2021-05-11T07:52:45.957Z] ---> 93d0a5956227 [2021-05-11T07:52:45.957Z] Step 21/23 : LABEL arch=arm64 [2021-05-11T07:52:45.957Z] Removing intermediate container 96385408f3f0 [2021-05-11T07:52:45.957Z] ---> 0a27013ac397 [2021-05-11T07:52:45.957Z] Step 22/23 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:52:46.233Z] ---> 090a8fef1ad5 [2021-05-11T07:52:46.233Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-11T07:52:46.233Z] ---> Running in 813f7b742d39 [2021-05-11T07:52:46.233Z] ---> Running in 77922076dcff [2021-05-11T07:52:46.233Z] Removing intermediate container d4155ac6c40d [2021-05-11T07:52:46.233Z] ---> 12ae93b2a9d9 [2021-05-11T07:52:46.233Z] Step 24/26 : LABEL arch=arm64 [2021-05-11T07:52:46.509Z] ---> Running in 252a0d04b760 [2021-05-11T07:52:46.509Z] ---> Running in 12ec59ca2d23 [2021-05-11T07:52:46.792Z] Removing intermediate container 813f7b742d39 [2021-05-11T07:52:46.792Z] ---> 6f6423d05b8d [2021-05-11T07:52:46.792Z] Step 22/23 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:52:47.069Z] Removing intermediate container 77922076dcff [2021-05-11T07:52:47.069Z] ---> 9dbed55d1533 [2021-05-11T07:52:47.069Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T07:52:47.069Z] ---> Running in eef41139169b [2021-05-11T07:52:47.345Z] ---> Running in e0dfcb1e5f01 [2021-05-11T07:52:47.345Z] Removing intermediate container 252a0d04b760 [2021-05-11T07:52:47.345Z] ---> 445e69a8f1fe [2021-05-11T07:52:47.345Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:52:47.345Z] Removing intermediate container 12ec59ca2d23 [2021-05-11T07:52:47.345Z] ---> 2f75e9f57cff [2021-05-11T07:52:47.345Z] Step 25/26 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:52:47.345Z] ---> Running in 60059b5b5e64 [2021-05-11T07:52:47.617Z] ---> Running in c6ad4c16266d [2021-05-11T07:52:47.894Z] Removing intermediate container eef41139169b [2021-05-11T07:52:47.894Z] ---> f3312ef454ff [2021-05-11T07:52:47.894Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T07:52:47.894Z] Removing intermediate container e0dfcb1e5f01 [2021-05-11T07:52:47.894Z] ---> 06b597c8f034 [2021-05-11T07:52:47.894Z] [2021-05-11T07:52:47.894Z] ---> Running in f530e881f2e0 [2021-05-11T07:52:48.169Z] Removing intermediate container 60059b5b5e64 [2021-05-11T07:52:48.169Z] ---> 44c602c76e80 [2021-05-11T07:52:48.169Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T07:52:48.169Z] Removing intermediate container c6ad4c16266d [2021-05-11T07:52:48.169Z] ---> e9605583ebd1 [2021-05-11T07:52:48.169Z] Step 26/26 : LABEL version=0.0.0 [2021-05-11T07:52:48.455Z] Successfully built 06b597c8f034 [2021-05-11T07:52:48.455Z] ---> Running in 8cc9f90efd86 [2021-05-11T07:52:48.455Z] ---> Running in b616e1c1a92e [2021-05-11T07:52:48.455Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-11T07:52:48.455Z] Building docker-security-bootstrapper-go [2021-05-11T07:52:48.735Z]  Building docker-support-notifications-go ... done Removing intermediate container ab5ec1900931 [2021-05-11T07:52:48.735Z] ---> 8ee7c3f1c2a3 [2021-05-11T07:52:48.735Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-initRemoving intermediate container f530e881f2e0 [2021-05-11T07:52:48.735Z] [2021-05-11T07:52:48.735Z] ---> 9c188abead46 [2021-05-11T07:52:48.735Z] [2021-05-11T07:52:49.007Z] ---> Running in 9bdc566f1e17 [2021-05-11T07:52:49.285Z] Removing intermediate container 8cc9f90efd86 [2021-05-11T07:52:49.285Z] ---> 232fe5ab51ca [2021-05-11T07:52:49.285Z] [2021-05-11T07:52:49.285Z] Removing intermediate container b616e1c1a92e [2021-05-11T07:52:49.285Z] ---> 9c6fec2b347d [2021-05-11T07:52:49.285Z] Step 23/24 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:52:49.285Z] Successfully built 9c188abead46 [2021-05-11T07:52:49.559Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-11T07:52:49.559Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-05-11T07:52:49.559Z] ---> Running in 19b0c1f08e33 [2021-05-11T07:52:49.834Z] Successfully built 232fe5ab51ca [2021-05-11T07:52:49.834Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-11T07:52:49.834Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-05-11T07:52:50.108Z] Removing intermediate container 19b0c1f08e33 [2021-05-11T07:52:50.108Z] ---> 9060ded271e0 [2021-05-11T07:52:50.108Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:52:50.383Z] ---> Running in deaa872472b7 [2021-05-11T07:52:50.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:52:50.653Z] Removing intermediate container deaa872472b7 [2021-05-11T07:52:50.653Z] ---> fe8ceef54282 [2021-05-11T07:52:50.653Z] [2021-05-11T07:52:51.250Z] Successfully built fe8ceef54282 [2021-05-11T07:52:51.250Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-11T07:52:51.250Z] Building docker-core-command-go [2021-05-11T07:52:51.856Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:52:52.838Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T07:52:53.111Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T07:52:53.111Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T07:52:53.414Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T07:52:53.685Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T07:52:53.957Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T07:52:53.957Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:52:54.231Z] OK: 8 MiB in 20 packages [2021-05-11T07:52:58.536Z] Removing intermediate container 9bdc566f1e17 [2021-05-11T07:52:58.536Z] ---> ca63d65982ea [2021-05-11T07:52:58.536Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:52:59.983Z] ---> fa67ca5c30e0 [2021-05-11T07:52:59.983Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-11T07:53:01.954Z] ---> b82ee09dd50e [2021-05-11T07:53:01.954Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-11T07:53:02.548Z] ---> 224b62db633a [2021-05-11T07:53:02.548Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-11T07:53:02.818Z] ---> Running in bd6709848c62 [2021-05-11T07:53:03.088Z] Removing intermediate container bd6709848c62 [2021-05-11T07:53:03.088Z] ---> 8cd827a0dcf8 [2021-05-11T07:53:03.088Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:53:03.361Z] ---> Running in ff2b2d481611 [2021-05-11T07:53:03.631Z] Removing intermediate container ff2b2d481611 [2021-05-11T07:53:03.631Z] ---> 223d47a827fd [2021-05-11T07:53:03.631Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T07:53:03.904Z] ---> Running in d494c1d2454c [2021-05-11T07:53:04.885Z] Removing intermediate container d494c1d2454c [2021-05-11T07:53:04.885Z] ---> 90d69a585857 [2021-05-11T07:53:04.885Z] Step 23/24 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:53:05.857Z] ---> Running in 686a985dc9de [2021-05-11T07:53:06.453Z] Removing intermediate container 686a985dc9de [2021-05-11T07:53:06.453Z] ---> de7b71b59f01 [2021-05-11T07:53:06.453Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:53:07.429Z] ---> Running in 7305c6df5299 [2021-05-11T07:53:08.022Z] Removing intermediate container 7305c6df5299 [2021-05-11T07:53:08.022Z] ---> c79636dcfbce [2021-05-11T07:53:08.022Z] [2021-05-11T07:53:08.614Z] Successfully built c79636dcfbce [2021-05-11T07:53:08.614Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-11T07:53:20.221Z] Running on prd-ubuntu18.04-docker-8c-8g-4389 in /w/workspace/edgexfoundry_edgex-go_PR-3447 [Pipeline] { [Pipeline] ws [2021-05-11T07:53:20.239Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-05-11T07:53:23.388Z] using credential edgex-jenkins-ssh [2021-05-11T07:53:23.415Z] Cloning the remote Git repository [2021-05-11T07:53:23.448Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-11T07:53:23.539Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-05-11T07:53:23.574Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T07:53:23.575Z] > git --version # timeout=10 [2021-05-11T07:53:23.582Z] > git --version # 'git version 2.17.1' [2021-05-11T07:53:23.583Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:53:23.643Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:53:34.485Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T07:53:34.497Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:53:34.508Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T07:53:34.547Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T07:53:34.547Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:53:34.559Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3447/head:refs/remotes/origin/PR-3447 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T07:53:35.143Z] Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:53:35.342Z] Merge succeeded, producing 670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:53:35.343Z] Checking out Revision 670f3584858cccf1ec2af0b55bcc1500b96a803a (PR-3447) [2021-05-11T07:53:35.155Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T07:53:35.165Z] > git checkout -f 670f3584858cccf1ec2af0b55bcc1500b96a803a # timeout=10 [2021-05-11T07:53:35.306Z] > git remote # timeout=10 [2021-05-11T07:53:35.315Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T07:53:35.321Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:53:35.327Z] > git merge 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 [2021-05-11T07:53:35.338Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T07:53:35.348Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T07:53:35.358Z] > git checkout -f 670f3584858cccf1ec2af0b55bcc1500b96a803a # timeout=10 [2021-05-11T07:53:39.270Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:53:40.410Z] + echo snap-build.sh [2021-05-11T07:53:40.410Z] snap-build.sh [2021-05-11T07:53:40.410Z] + SNAP_BASE_DIR=. [2021-05-11T07:53:40.410Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-05-11T07:53:40.410Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-05-11T07:53:40.410Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-05-11T07:53:40.410Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-05-11T07:53:40.410Z] + cd /w/workspace/edgex-go/3 [2021-05-11T07:53:40.410Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-11T07:53:40.410Z] Reading package lists... [2021-05-11T07:53:40.676Z] Building dependency tree... [2021-05-11T07:53:40.676Z] Reading state information... [2021-05-11T07:53:40.943Z] The following packages were automatically installed and are no longer required: [2021-05-11T07:53:41.208Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-11T07:53:41.208Z] uidmap xdelta3 [2021-05-11T07:53:41.208Z] Use 'sudo apt autoremove' to remove them. [2021-05-11T07:53:41.208Z] The following packages will be REMOVED: [2021-05-11T07:53:41.208Z] lxd* lxd-client* [2021-05-11T07:53:41.790Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-11T07:53:41.790Z] After this operation, 31.7 MB disk space will be freed. [2021-05-11T07:53:43.117Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-05-11T07:53:43.117Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-11T07:53:45.057Z] Removing lxd dnsmasq configuration [2021-05-11T07:53:45.057Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-11T07:53:45.327Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-11T07:53:47.615Z]  Building docker-core-data-go ... done Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:53:47.616Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:53:47.616Z] ---> 8fa783b6e90a [2021-05-11T07:53:47.616Z] Step 3/32 : WORKDIR /edgex-go [2021-05-11T07:53:47.616Z] ---> Using cache [2021-05-11T07:53:47.616Z] ---> 3c944b0b39e5 [2021-05-11T07:53:47.616Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:53:47.616Z] ---> Using cache [2021-05-11T07:53:47.616Z] ---> 65c22ea4309f [2021-05-11T07:53:47.616Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-11T07:53:47.616Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:53:47.616Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:53:47.616Z] ---> 8fa783b6e90a [2021-05-11T07:53:47.616Z] Step 3/22 : WORKDIR /edgex-go [2021-05-11T07:53:47.616Z] ---> Using cache [2021-05-11T07:53:47.616Z] ---> 3c944b0b39e5 [2021-05-11T07:53:47.616Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:53:47.616Z] ---> Using cache [2021-05-11T07:53:47.616Z] ---> 65c22ea4309f [2021-05-11T07:53:47.616Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-11T07:53:47.616Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:53:47.616Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:53:47.616Z] ---> 8fa783b6e90a [2021-05-11T07:53:47.616Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:53:47.616Z] ---> Using cache [2021-05-11T07:53:47.616Z] ---> 3c944b0b39e5 [2021-05-11T07:53:47.616Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:53:47.616Z] ---> Using cache [2021-05-11T07:53:47.616Z] ---> 65c22ea4309f [2021-05-11T07:53:47.616Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-11T07:53:47.616Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:53:47.616Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:53:47.616Z] ---> 8fa783b6e90a [2021-05-11T07:53:47.616Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:53:47.616Z] ---> Using cache [2021-05-11T07:53:47.616Z] ---> 3c944b0b39e5 [2021-05-11T07:53:47.616Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:53:47.616Z] ---> Using cache [2021-05-11T07:53:47.616Z] ---> 65c22ea4309f [2021-05-11T07:53:47.616Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T07:53:47.939Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-11T07:53:48.212Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-05-11T07:53:48.212Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-11T07:53:50.164Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-11T07:53:50.428Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-11T07:53:51.906Z] ---> Running in 0498d51b15a0 [2021-05-11T07:53:51.906Z] ---> Running in 75d0c99bdf70 [2021-05-11T07:53:51.906Z] ---> Running in e695350840d3 [2021-05-11T07:53:51.906Z] ---> Running in 4329ba68271e [2021-05-11T07:53:52.367Z] + sudo snap remove --purge lxd [2021-05-11T07:53:52.637Z] snap "lxd" is not installed [2021-05-11T07:53:52.637Z] + sudo groupadd --force --system lxd [2021-05-11T07:53:52.637Z] ++ whoami [2021-05-11T07:53:52.637Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-11T07:53:52.637Z] + newgrp - lxd [2021-05-11T07:53:52.901Z] + sudo snap install lxd [2021-05-11T07:53:53.342Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:53:53.342Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:53:53.342Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:53:53.342Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:53:55.310Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:53:55.310Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:53:55.310Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:53:55.588Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:53:56.193Z] OK: 218 MiB in 52 packages [2021-05-11T07:53:56.193Z] OK: 218 MiB in 52 packages [2021-05-11T07:53:56.482Z] OK: 218 MiB in 52 packages [2021-05-11T07:53:57.083Z] OK: 218 MiB in 52 packages [2021-05-11T07:53:57.693Z] Removing intermediate container 0498d51b15a0 [2021-05-11T07:53:57.693Z] ---> 5711b6520d8f [2021-05-11T07:53:57.693Z] Step 6/24 : COPY go.mod . [2021-05-11T07:53:57.972Z] Removing intermediate container e695350840d3 [2021-05-11T07:53:57.972Z] ---> e58d58d8a1ec [2021-05-11T07:53:57.972Z] Step 6/32 : COPY go.mod . [2021-05-11T07:53:58.244Z] Removing intermediate container 75d0c99bdf70 [2021-05-11T07:53:58.244Z] ---> 1f9c57ce97c7 [2021-05-11T07:53:58.244Z] Step 6/22 : COPY go.mod . [2021-05-11T07:53:58.244Z] Removing intermediate container 4329ba68271e [2021-05-11T07:53:58.244Z] ---> 2c733338ea00 [2021-05-11T07:53:58.244Z] Step 6/24 : COPY go.mod . [2021-05-11T07:53:58.840Z] ---> ea850febda94 [2021-05-11T07:53:58.840Z] Step 7/24 : RUN go mod download [2021-05-11T07:53:58.840Z] ---> 8bd703479223 [2021-05-11T07:53:58.840Z] Step 7/32 : RUN go mod download [2021-05-11T07:53:58.840Z] ---> Running in 6e639893b03c [2021-05-11T07:53:59.117Z] ---> Running in f8f44e55358d [2021-05-11T07:53:59.117Z] ---> f4447a9db684 [2021-05-11T07:53:59.117Z] Step 7/22 : RUN go mod download [2021-05-11T07:53:59.398Z] ---> 595bac839a5c [2021-05-11T07:53:59.398Z] Step 7/24 : RUN go mod download [2021-05-11T07:53:59.398Z] ---> Running in 1c3665add43d [2021-05-11T07:53:59.681Z] ---> Running in 6964679418d2 [2021-05-11T07:54:03.094Z] Removing intermediate container 6e639893b03c [2021-05-11T07:54:03.094Z] ---> 3e05680ef3bc [2021-05-11T07:54:03.094Z] Step 8/24 : COPY . . [2021-05-11T07:54:03.094Z] Removing intermediate container f8f44e55358d [2021-05-11T07:54:03.094Z] ---> 7ee83fc56501 [2021-05-11T07:54:03.094Z] Step 8/32 : COPY . . [2021-05-11T07:54:03.094Z] Removing intermediate container 1c3665add43d [2021-05-11T07:54:03.094Z] ---> 57e44c6d15ae [2021-05-11T07:54:03.094Z] Step 8/22 : COPY . . [2021-05-11T07:54:03.377Z] Removing intermediate container 6964679418d2 [2021-05-11T07:54:03.377Z] ---> 3b5a0c8eb6ef [2021-05-11T07:54:03.377Z] Step 8/24 : COPY . . [2021-05-11T07:54:05.176Z] 2021-05-11T07:54:01Z INFO Waiting for automatic snapd restart... [2021-05-11T07:54:23.388Z] lxd 4.14 from Canonical* installed [2021-05-11T07:54:23.388Z] + sudo lxd init --auto [2021-05-11T07:54:30.328Z] ---> 6b85a1c87898 [2021-05-11T07:54:30.328Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:54:30.328Z] ---> a4f6f285b877 [2021-05-11T07:54:30.328Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:54:30.328Z] ---> ee3dbdcf2d41 [2021-05-11T07:54:30.328Z] Step 9/32 : RUN go mod tidy [2021-05-11T07:54:30.328Z] ---> 61f1771bf615 [2021-05-11T07:54:30.328Z] Step 9/22 : RUN go mod tidy [2021-05-11T07:54:30.328Z] ---> Running in 040e443bc4f7 [2021-05-11T07:54:30.328Z] ---> Running in a4a409d6c467 [2021-05-11T07:54:30.328Z] ---> Running in 00d542f59709 [2021-05-11T07:54:30.328Z] ---> Running in 113478e9d7d7 [2021-05-11T07:54:32.953Z] Removing intermediate container a4a409d6c467 [2021-05-11T07:54:32.953Z] ---> 0b048491b1bc [2021-05-11T07:54:32.953Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-11T07:54:32.953Z] ---> Running in c823a6d558a0 [2021-05-11T07:54:32.953Z] Removing intermediate container 00d542f59709 [2021-05-11T07:54:32.953Z] ---> 5d96a704e078 [2021-05-11T07:54:32.953Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-11T07:54:33.240Z] ---> Running in f796a478b0a6 [2021-05-11T07:54:33.240Z] Removing intermediate container 040e443bc4f7 [2021-05-11T07:54:33.240Z] ---> c3515eeba8c7 [2021-05-11T07:54:33.240Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-11T07:54:33.240Z] Removing intermediate container 113478e9d7d7 [2021-05-11T07:54:33.240Z] ---> 4cb8ed3f9896 [2021-05-11T07:54:33.240Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-11T07:54:33.424Z] + sudo snap install --classic snapcraft [2021-05-11T07:54:33.520Z] ---> Running in 0988ff4d128e [2021-05-11T07:54:33.520Z] ---> Running in 226a55c1e21d [2021-05-11T07:54:34.512Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-11T07:54:35.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-11T07:54:35.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-11T07:54:35.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-11T07:54:41.606Z] snapcraft 4.7.1 from Canonical* installed [2021-05-11T07:54:41.606Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-11T07:54:41.606Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-11T07:54:41.606Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T07:54:41.606Z] Dload Upload Total Spent Left Speed [2021-05-11T07:54:41.871Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4019 0 --:--:-- --:--:-- --:--:-- 4019 [2021-05-11T07:54:42.133Z] 100 3325k 100 3325k 0 0 9210k 0 --:--:-- --:--:-- --:--:-- 9210k [2021-05-11T07:54:42.133Z] ./yq_linux_amd64 [2021-05-11T07:54:42.133Z] + sudo snapcraft prime --use-lxd [2021-05-11T07:54:44.056Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-11T07:54:44.056Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-05-11T07:54:44.056Z] - README.md [2021-05-11T07:54:44.056Z] [2021-05-11T07:54:44.056Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-11T07:54:45.005Z] Launching a container. [2021-05-11T07:54:59.972Z] Waiting for container to be ready [2021-05-11T07:55:00.549Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-11T07:55:00.550Z] [2021-05-11T07:55:05.912Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-11T07:55:05.912Z] Waiting for network to be ready... [2021-05-11T07:55:06.174Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-11T07:55:06.174Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-11T07:55:06.439Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-11T07:55:06.439Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-11T07:55:06.439Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-11T07:55:06.439Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-11T07:55:06.439Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-11T07:55:06.439Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-11T07:55:06.439Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-11T07:55:06.439Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-11T07:55:06.703Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-11T07:55:06.967Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-11T07:55:07.230Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-11T07:55:07.230Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-11T07:55:07.230Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-11T07:55:07.230Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-11T07:55:07.230Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-11T07:55:07.230Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-11T07:55:07.812Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-11T07:55:08.075Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] [2021-05-11T07:55:08.338Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-11T07:55:08.338Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-11T07:55:08.338Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-11T07:55:08.338Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-11T07:55:08.338Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-11T07:55:08.338Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-11T07:55:08.338Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-11T07:55:12.568Z] Fetched 24.5 MB in 6s (4276 kB/s) [2021-05-11T07:55:13.514Z] Reading package lists... [2021-05-11T07:55:13.781Z] Reading package lists... [2021-05-11T07:55:14.047Z] Building dependency tree... [2021-05-11T07:55:14.047Z] Reading state information... [2021-05-11T07:55:14.312Z] The following additional packages will be installed: [2021-05-11T07:55:14.312Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-11T07:55:14.312Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-11T07:55:14.312Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-11T07:55:14.312Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-11T07:55:14.312Z] Suggested packages: [2021-05-11T07:55:14.312Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-11T07:55:14.312Z] Recommended packages: [2021-05-11T07:55:14.312Z] gnupg libsasl2-modules [2021-05-11T07:55:14.578Z] The following NEW packages will be installed: [2021-05-11T07:55:14.578Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-11T07:55:14.578Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-11T07:55:14.578Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-11T07:55:14.578Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-11T07:55:14.578Z] The following packages will be upgraded: [2021-05-11T07:55:14.578Z] gpg gpg-agent gpgconf libudev1 [2021-05-11T07:55:14.578Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-11T07:55:14.578Z] Need to get 3530 kB of archives. [2021-05-11T07:55:14.578Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-11T07:55:14.578Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-05-11T07:55:14.578Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-11T07:55:14.578Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-11T07:55:14.578Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-11T07:55:14.578Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-11T07:55:14.843Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-11T07:55:15.424Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-11T07:55:15.424Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-11T07:55:15.424Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-11T07:55:15.685Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-11T07:55:15.685Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-11T07:55:15.685Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-11T07:55:15.685Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-11T07:55:15.685Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-11T07:55:15.685Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-11T07:55:15.685Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-11T07:55:15.685Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-11T07:55:15.685Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-11T07:55:15.685Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-11T07:55:15.685Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-11T07:55:15.685Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-11T07:55:15.685Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-11T07:55:15.947Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T07:55:15.947Z] Fetched 3530 kB in 1s (2750 kB/s) [2021-05-11T07:55:15.947Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-11T07:55:15.947Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-11T07:55:15.947Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T07:55:16.209Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-11T07:55:16.472Z] Selecting previously unselected package udev. [2021-05-11T07:55:16.472Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-11T07:55:16.472Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-11T07:55:16.472Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-11T07:55:17.048Z] Selecting previously unselected package libfuse2:amd64. [2021-05-11T07:55:17.048Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-11T07:55:17.048Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-11T07:55:17.048Z] Selecting previously unselected package fuse. [2021-05-11T07:55:17.048Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-11T07:55:17.048Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-11T07:55:17.048Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T07:55:17.048Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T07:55:17.312Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T07:55:17.312Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T07:55:17.312Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T07:55:17.312Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T07:55:17.576Z] Selecting previously unselected package libksba8:amd64. [2021-05-11T07:55:17.576Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-11T07:55:17.576Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-11T07:55:17.576Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-11T07:55:17.576Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T07:55:17.576Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:55:17.840Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-11T07:55:17.841Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T07:55:17.841Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:55:18.104Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-11T07:55:18.104Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T07:55:18.104Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:55:18.104Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-11T07:55:18.104Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T07:55:18.104Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:55:18.365Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-11T07:55:18.365Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T07:55:18.365Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:55:18.365Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-11T07:55:18.365Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T07:55:18.365Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:55:18.629Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-11T07:55:18.629Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T07:55:18.629Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:55:18.629Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-11T07:55:18.629Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T07:55:18.629Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:55:18.629Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-11T07:55:18.893Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T07:55:18.893Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:55:18.893Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-11T07:55:18.893Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-11T07:55:18.893Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T07:55:18.893Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-11T07:55:18.893Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-11T07:55:18.893Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T07:55:19.156Z] Selecting previously unselected package libldap-common. [2021-05-11T07:55:19.156Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-11T07:55:19.156Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T07:55:19.156Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-11T07:55:19.156Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-11T07:55:19.156Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T07:55:19.418Z] Selecting previously unselected package dirmngr. [2021-05-11T07:55:19.418Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T07:55:19.418Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-11T07:55:19.418Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T07:55:19.681Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-11T07:55:19.681Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-11T07:55:19.681Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T07:55:19.681Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T07:55:19.681Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-11T07:55:19.681Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:55:19.681Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-11T07:55:19.681Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T07:55:19.681Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-11T07:55:20.255Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-11T07:55:20.255Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:55:20.518Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-11T07:55:20.518Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-11T07:55:20.518Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-11T07:55:20.518Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:55:20.518Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:55:20.780Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:55:20.780Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:55:20.780Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:55:20.780Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:55:20.780Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:55:20.780Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T07:55:20.780Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-11T07:55:20.780Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T07:55:21.736Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-11T07:55:21.736Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-11T07:55:21.736Z] This means they are not meant to be enabled using systemctl. [2021-05-11T07:55:21.736Z] Possible reasons for having this kind of units are: [2021-05-11T07:55:21.736Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-11T07:55:21.736Z] .wants/ or .requires/ directory. [2021-05-11T07:55:21.736Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-11T07:55:21.736Z] a requirement dependency on it. [2021-05-11T07:55:21.736Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-11T07:55:21.736Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-11T07:55:21.736Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-11T07:55:21.736Z] instance name specified. [2021-05-11T07:55:22.000Z] Reading package lists... [2021-05-11T07:55:22.263Z] Building dependency tree... [2021-05-11T07:55:22.263Z] Reading state information... [2021-05-11T07:55:22.529Z] The following additional packages will be installed: [2021-05-11T07:55:22.529Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-11T07:55:22.529Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-11T07:55:22.529Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-11T07:55:22.529Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-11T07:55:22.529Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-11T07:55:22.529Z] Suggested packages: [2021-05-11T07:55:22.529Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-11T07:55:22.529Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-11T07:55:22.529Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-11T07:55:22.529Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-11T07:55:22.529Z] systemd-container policykit-1 [2021-05-11T07:55:22.529Z] Recommended packages: [2021-05-11T07:55:22.529Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-11T07:55:22.529Z] The following NEW packages will be installed: [2021-05-11T07:55:22.529Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-11T07:55:22.529Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-11T07:55:22.529Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-11T07:55:22.529Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-11T07:55:22.529Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-11T07:55:22.529Z] The following packages will be upgraded: [2021-05-11T07:55:22.529Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-11T07:55:22.799Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-11T07:55:22.799Z] Need to get 35.2 MB of archives. [2021-05-11T07:55:22.799Z] After this operation, 141 MB of additional disk space will be used. [2021-05-11T07:55:22.799Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-11T07:55:22.799Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-11T07:55:22.799Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-11T07:55:22.799Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-11T07:55:22.799Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-05-11T07:55:22.799Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-11T07:55:23.072Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-11T07:55:23.072Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-11T07:55:23.072Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-11T07:55:23.072Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-11T07:55:23.072Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-11T07:55:23.072Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-11T07:55:23.072Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-11T07:55:23.072Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-11T07:55:23.072Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-11T07:55:23.072Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-11T07:55:23.072Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-11T07:55:24.044Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-11T07:55:24.044Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-11T07:55:24.044Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-11T07:55:24.044Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-11T07:55:24.044Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-11T07:55:24.044Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-11T07:55:24.044Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-11T07:55:24.044Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-11T07:55:24.044Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-11T07:55:24.044Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-11T07:55:24.044Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-11T07:55:24.044Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-11T07:55:24.044Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-11T07:55:24.307Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T07:55:24.307Z] Fetched 35.2 MB in 1s (24.5 MB/s) [2021-05-11T07:55:24.573Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-11T07:55:24.574Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-11T07:55:24.574Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T07:55:25.153Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-11T07:55:25.422Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T07:55:25.422Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-11T07:55:25.422Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-11T07:55:25.422Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-11T07:55:25.422Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-11T07:55:25.684Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-11T07:55:25.949Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-11T07:55:25.949Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-11T07:55:25.949Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-11T07:55:26.212Z] Setting up apt (1.6.13) ... [2021-05-11T07:55:26.475Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-11T07:55:27.107Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-11T07:55:27.712Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-11T07:55:27.712Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-11T07:55:27.712Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-11T07:55:27.974Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-11T07:55:27.974Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T07:55:27.974Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T07:55:28.237Z] Selecting previously unselected package libexpat1:amd64. [2021-05-11T07:55:28.237Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-11T07:55:28.237Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-11T07:55:28.237Z] Selecting previously unselected package python3.6-minimal. [2021-05-11T07:55:28.237Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T07:55:28.237Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T07:55:28.501Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-11T07:55:28.763Z] Checking for services that may need to be restarted...done. [2021-05-11T07:55:28.763Z] Checking for services that may need to be restarted...done. [2021-05-11T07:55:28.763Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T07:55:28.763Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-11T07:55:28.763Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T07:55:29.336Z] Selecting previously unselected package python3-minimal. [2021-05-11T07:55:29.336Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-11T07:55:29.336Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-11T07:55:29.336Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-11T07:55:29.598Z] Selecting previously unselected package mime-support. [2021-05-11T07:55:29.599Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-11T07:55:29.599Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-11T07:55:29.599Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-11T07:55:29.599Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-11T07:55:29.599Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-11T07:55:29.599Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-11T07:55:29.599Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T07:55:29.599Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T07:55:30.177Z] Selecting previously unselected package python3.6. [2021-05-11T07:55:30.177Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T07:55:30.177Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T07:55:30.177Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-11T07:55:30.177Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-11T07:55:30.177Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-11T07:55:30.177Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-11T07:55:30.440Z] Selecting previously unselected package python3. [2021-05-11T07:55:30.440Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-11T07:55:30.440Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-11T07:55:30.440Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-11T07:55:30.702Z] Selecting previously unselected package multiarch-support. [2021-05-11T07:55:30.702Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T07:55:30.702Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-11T07:55:30.702Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-11T07:55:30.702Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-11T07:55:30.702Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-11T07:55:30.702Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-11T07:55:30.967Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-11T07:55:30.967Z] Selecting previously unselected package libbsd0:amd64. [2021-05-11T07:55:30.967Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-11T07:55:30.967Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-11T07:55:30.967Z] Selecting previously unselected package sudo. [2021-05-11T07:55:30.967Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-11T07:55:31.230Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-11T07:55:31.230Z] Selecting previously unselected package apparmor. [2021-05-11T07:55:31.230Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-11T07:55:31.230Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-11T07:55:31.492Z] Selecting previously unselected package libedit2:amd64. [2021-05-11T07:55:31.492Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-11T07:55:31.492Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-11T07:55:31.492Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-11T07:55:31.492Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T07:55:31.492Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T07:55:31.753Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-11T07:55:31.754Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T07:55:31.754Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T07:55:31.754Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-11T07:55:31.754Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-11T07:55:31.754Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-11T07:55:32.016Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-11T07:55:32.016Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T07:55:32.016Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T07:55:32.016Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-11T07:55:32.016Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T07:55:32.016Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T07:55:32.278Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-11T07:55:32.278Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-11T07:55:32.278Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-11T07:55:32.540Z] Selecting previously unselected package openssh-client. [2021-05-11T07:55:32.540Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-11T07:55:32.540Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-11T07:55:32.540Z] Selecting previously unselected package squashfs-tools. [2021-05-11T07:55:32.540Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-11T07:55:32.540Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-11T07:55:32.803Z] Selecting previously unselected package snapd. [2021-05-11T07:55:32.803Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-11T07:55:32.803Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-11T07:55:35.361Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-11T07:55:35.361Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-11T07:55:35.361Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-11T07:55:35.361Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-11T07:55:35.361Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-11T07:55:35.361Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T07:55:35.361Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T07:55:35.625Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-11T07:55:35.625Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-11T07:55:36.201Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-11T07:55:36.463Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-11T07:55:36.463Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-11T07:55:36.463Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T07:55:36.463Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T07:55:36.463Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T07:55:37.411Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-11T07:55:37.411Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T07:55:37.411Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-11T07:55:37.411Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-11T07:55:37.411Z] running python rtupdate hooks for python3.6... [2021-05-11T07:55:37.411Z] running python post-rtupdate hooks for python3.6... [2021-05-11T07:55:37.673Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-11T07:55:39.598Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-11T07:55:39.598Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T07:55:39.598Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-11T07:55:39.598Z] Setting up snapd (2.48.3+18.04) ... [2021-05-11T07:55:40.172Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-11T07:55:40.435Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-11T07:55:40.697Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-11T07:55:40.958Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-11T07:55:41.221Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-11T07:55:41.221Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-11T07:55:41.484Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-11T07:55:41.746Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-11T07:55:41.746Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-11T07:55:42.009Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-11T07:55:42.271Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-05-11T07:55:42.271Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T07:55:42.271Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-11T07:55:43.673Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-11T07:55:43.673Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T07:55:43.935Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T07:55:44.200Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1716 kB] [2021-05-11T07:55:45.149Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [320 kB] [2021-05-11T07:55:45.149Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [316 kB] [2021-05-11T07:55:45.149Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [42.1 kB] [2021-05-11T07:55:45.149Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-11T07:55:45.149Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-11T07:55:46.100Z] Fetched 3861 kB in 2s (1665 kB/s) [2021-05-11T07:55:47.499Z] Reading package lists... [2021-05-11T07:55:48.079Z] Reading package lists... [2021-05-11T07:55:48.079Z] Building dependency tree... [2021-05-11T07:55:48.079Z] Reading state information... [2021-05-11T07:55:48.342Z] Calculating upgrade... [2021-05-11T07:55:48.606Z] The following packages will be upgraded: [2021-05-11T07:55:48.606Z] advancecomp base-files bash binutils binutils-common [2021-05-11T07:55:48.606Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-11T07:55:48.606Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-11T07:55:48.606Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-11T07:55:48.606Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-11T07:55:48.606Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-11T07:55:48.606Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-11T07:55:48.606Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-11T07:55:48.606Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-11T07:55:48.606Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-11T07:55:48.606Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-11T07:55:48.606Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-11T07:55:48.606Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-11T07:55:48.606Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-11T07:55:48.606Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-11T07:55:48.869Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-11T07:55:48.869Z] Need to get 64.0 MB of archives. [2021-05-11T07:55:48.869Z] After this operation, 5041 kB of additional disk space will be used. [2021-05-11T07:55:48.869Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] [2021-05-11T07:55:48.869Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-11T07:55:49.821Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-11T07:55:49.821Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-11T07:55:49.821Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-11T07:55:49.821Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-11T07:55:49.821Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-11T07:55:49.821Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-11T07:55:49.821Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-11T07:55:49.821Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-11T07:55:49.821Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-11T07:55:49.821Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-11T07:55:49.821Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-11T07:55:49.821Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-11T07:55:49.821Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-11T07:55:49.821Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-11T07:55:49.821Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-11T07:55:49.821Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-11T07:55:49.821Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-11T07:55:49.821Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-11T07:55:49.821Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-11T07:55:50.086Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-11T07:55:50.086Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-11T07:55:50.086Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-11T07:55:50.086Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-11T07:55:50.351Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-11T07:55:50.351Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-11T07:55:50.351Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-11T07:55:50.351Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-11T07:55:50.351Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-11T07:55:50.351Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-11T07:55:50.351Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-11T07:55:50.351Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-11T07:55:50.351Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-11T07:55:50.351Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-11T07:55:50.351Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-11T07:55:50.351Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-11T07:55:50.351Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-11T07:55:50.351Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-05-11T07:55:50.351Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-11T07:55:50.351Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-11T07:55:50.351Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-11T07:55:50.351Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-11T07:55:50.351Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-11T07:55:50.616Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-11T07:55:50.616Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-11T07:55:50.616Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-11T07:55:50.616Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-11T07:55:50.616Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-11T07:55:50.616Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-11T07:55:50.616Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-11T07:55:50.616Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-11T07:55:50.616Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-11T07:55:50.616Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-11T07:55:50.616Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-11T07:55:50.616Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-11T07:55:50.616Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-11T07:55:50.616Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-11T07:55:50.616Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-11T07:55:50.616Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-05-11T07:55:50.616Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-11T07:55:50.616Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-11T07:55:50.616Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-11T07:55:50.616Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-11T07:55:50.616Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-11T07:55:50.879Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-11T07:55:50.879Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-11T07:55:50.879Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-11T07:55:50.879Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-11T07:55:50.879Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-11T07:55:50.879Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-11T07:55:50.879Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-11T07:55:50.879Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-11T07:55:50.879Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-11T07:55:50.879Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-11T07:55:50.879Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-11T07:55:50.879Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-11T07:55:51.142Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-11T07:55:51.142Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-11T07:55:51.142Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-11T07:55:51.142Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-11T07:55:51.143Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-11T07:55:51.143Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-11T07:55:51.143Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-11T07:55:51.143Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-11T07:55:51.143Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-11T07:55:51.143Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-11T07:55:51.143Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-11T07:55:51.143Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-11T07:55:51.143Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-11T07:55:51.143Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-11T07:55:51.143Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-11T07:55:51.717Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-11T07:55:52.292Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-11T07:55:52.554Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-11T07:55:52.554Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-11T07:55:53.127Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-11T07:55:53.128Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-11T07:55:53.128Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-11T07:55:53.128Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-11T07:55:53.128Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-11T07:55:53.128Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T07:55:53.396Z] Fetched 64.0 MB in 4s (14.3 MB/s) [2021-05-11T07:55:53.396Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:55:53.396Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T07:55:53.396Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T07:55:54.346Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T07:55:54.346Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T07:55:54.346Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... [2021-05-11T07:55:54.346Z] Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... [2021-05-11T07:55:55.291Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:55:55.291Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T07:55:55.291Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:55:55.291Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T07:55:55.554Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:55:55.554Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T07:55:55.554Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:55:55.554Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T07:55:55.815Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:55:55.815Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T07:55:56.077Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:55:56.077Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T07:55:56.077Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:55:56.077Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T07:55:56.339Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:55:56.339Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T07:55:56.339Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:55:56.339Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-11T07:55:56.601Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:55:56.601Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T07:55:56.601Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:55:56.601Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T07:55:56.863Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:55:56.863Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T07:55:56.863Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:55:57.126Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T07:55:57.126Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:55:57.200Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-11T07:55:57.387Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T07:55:57.387Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T07:55:57.649Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T07:55:57.911Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-11T07:55:58.486Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T07:55:58.486Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-11T07:55:58.486Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-11T07:55:58.486Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-11T07:55:58.486Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-11T07:55:58.749Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-11T07:55:58.749Z] Installing new version of config file /etc/issue ... [2021-05-11T07:55:58.749Z] Installing new version of config file /etc/issue.net ... [2021-05-11T07:55:58.749Z] Installing new version of config file /etc/lsb-release ... [2021-05-11T07:55:58.749Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-11T07:55:59.325Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-11T07:55:59.325Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-11T07:55:59.325Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-11T07:55:59.325Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:55:59.325Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-11T07:55:59.325Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-11T07:55:59.588Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-11T07:55:59.588Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-05-11T07:55:59.850Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:55:59.850Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T07:55:59.850Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-11T07:55:59.850Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-11T07:56:00.113Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:00.113Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-11T07:56:00.114Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-11T07:56:00.114Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-11T07:56:00.383Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:00.383Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-11T07:56:00.383Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-11T07:56:00.651Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-11T07:56:00.914Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:00.914Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T07:56:00.914Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T07:56:01.181Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-11T07:56:01.181Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:01.181Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T07:56:01.181Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T07:56:01.450Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-11T07:56:01.450Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:01.450Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-11T07:56:01.450Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-11T07:56:01.713Z] Setting up grep (3.1-2build1) ... [2021-05-11T07:56:01.713Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:01.713Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-11T07:56:01.713Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-11T07:56:01.976Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-11T07:56:01.976Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:01.976Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T07:56:02.239Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T07:56:02.239Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-11T07:56:02.506Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:02.506Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-11T07:56:02.506Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T07:56:03.081Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-11T07:56:03.346Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T07:56:03.346Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-11T07:56:03.346Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T07:56:04.301Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-11T07:56:04.301Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:04.301Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-11T07:56:04.301Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T07:56:05.253Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-11T07:56:05.516Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-11T07:56:05.516Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-11T07:56:05.516Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-11T07:56:05.516Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-11T07:56:05.779Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:05.779Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-11T07:56:05.779Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-11T07:56:06.041Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-11T07:56:06.041Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:06.041Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T07:56:06.041Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T07:56:06.303Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T07:56:06.303Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:06.303Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T07:56:06.566Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T07:56:06.566Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T07:56:06.566Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:06.566Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T07:56:06.828Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T07:56:06.828Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T07:56:07.090Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:07.090Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T07:56:07.090Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T07:56:07.090Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T07:56:07.354Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:07.354Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T07:56:07.354Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T07:56:07.354Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T07:56:07.354Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T07:56:07.620Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-11T07:56:07.620Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:07.620Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T07:56:07.620Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T07:56:07.884Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-11T07:56:07.884Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:07.884Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T07:56:08.147Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T07:56:08.147Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T07:56:08.410Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:08.410Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T07:56:08.410Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T07:56:08.410Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-11T07:56:08.684Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:08.684Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T07:56:08.953Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T07:56:09.529Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-11T07:56:09.620Z] Removing intermediate container f796a478b0a6 [2021-05-11T07:56:09.620Z] ---> b94e0ffe13bf [2021-05-11T07:56:09.620Z] [2021-05-11T07:56:09.620Z] Step 11/32 : FROM alpine:3.12 [2021-05-11T07:56:09.620Z] ---> 9852663dfa18 [2021-05-11T07:56:09.620Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-11T07:56:09.620Z] Removing intermediate container 226a55c1e21d [2021-05-11T07:56:09.620Z] ---> c912cbd16b3b [2021-05-11T07:56:09.620Z] [2021-05-11T07:56:09.620Z] Step 11/22 : FROM alpine:3.12 [2021-05-11T07:56:09.620Z] ---> 9852663dfa18 [2021-05-11T07:56:09.620Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-11T07:56:09.620Z] ---> Running in 8a09fed1101d [2021-05-11T07:56:09.620Z] ---> Running in b3f0ca236372 [2021-05-11T07:56:09.793Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-11T07:56:09.898Z] Removing intermediate container 8a09fed1101d [2021-05-11T07:56:09.899Z] ---> 2cacb7debad1 [2021-05-11T07:56:09.899Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-11T07:56:10.372Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-11T07:56:10.372Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:10.372Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T07:56:10.372Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T07:56:10.497Z] ---> Running in 28d7b1fee4c9 [2021-05-11T07:56:10.637Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-11T07:56:10.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:56:10.901Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:56:10.901Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-11T07:56:10.901Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T07:56:11.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:56:11.165Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-11T07:56:11.428Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:11.428Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-11T07:56:11.428Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-11T07:56:11.428Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-11T07:56:11.645Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-11T07:56:11.645Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T07:56:11.645Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-11T07:56:11.645Z] (4/4) Installing curl (7.76.1-r0) [2021-05-11T07:56:11.919Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:56:11.919Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T07:56:11.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:56:12.004Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:12.004Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-11T07:56:12.004Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-11T07:56:12.004Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-11T07:56:12.197Z] OK: 7 MiB in 18 packages [2021-05-11T07:56:12.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:56:12.266Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:12.266Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-11T07:56:12.266Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-11T07:56:12.266Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-11T07:56:12.480Z] Removing intermediate container 0988ff4d128e [2021-05-11T07:56:12.480Z] ---> 73bcc4ad28de [2021-05-11T07:56:12.480Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-11T07:56:12.530Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:12.530Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-11T07:56:12.530Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T07:56:12.530Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T07:56:12.757Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-11T07:56:12.757Z] (2/2) Installing su-exec (0.2-r1) [2021-05-11T07:56:12.757Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:56:12.757Z] OK: 5 MiB in 16 packages [2021-05-11T07:56:12.799Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:12.799Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-11T07:56:12.799Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T07:56:13.042Z] ---> Running in fc0b6218edfe [2021-05-11T07:56:13.043Z] Removing intermediate container c823a6d558a0 [2021-05-11T07:56:13.043Z] ---> 6636711f65dd [2021-05-11T07:56:13.043Z] [2021-05-11T07:56:13.043Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T07:56:13.043Z] ---> 9852663dfa18 [2021-05-11T07:56:13.043Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T07:56:13.043Z] ---> Using cache [2021-05-11T07:56:13.043Z] ---> 858046183408 [2021-05-11T07:56:13.043Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:56:13.043Z] ---> Using cache [2021-05-11T07:56:13.043Z] ---> 6298dc20a8a7 [2021-05-11T07:56:13.043Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-11T07:56:13.064Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T07:56:13.064Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:13.064Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-11T07:56:13.327Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T07:56:13.594Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T07:56:13.642Z] ---> Running in 10efdbb864ff [2021-05-11T07:56:13.860Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:13.860Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T07:56:13.860Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T07:56:14.123Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-11T07:56:14.123Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T07:56:14.123Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T07:56:14.123Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T07:56:14.238Z] Removing intermediate container b3f0ca236372 [2021-05-11T07:56:14.238Z] ---> 5d45c4af5dd7 [2021-05-11T07:56:14.238Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T07:56:14.238Z] Removing intermediate container 10efdbb864ff [2021-05-11T07:56:14.238Z] ---> d8777dbce91c [2021-05-11T07:56:14.238Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T07:56:14.238Z] Removing intermediate container 28d7b1fee4c9 [2021-05-11T07:56:14.238Z] ---> 6bb257d37fce [2021-05-11T07:56:14.238Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-11T07:56:14.386Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-11T07:56:14.386Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:14.386Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-11T07:56:14.386Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-11T07:56:14.515Z] ---> Running in 1da6ba94c4bb [2021-05-11T07:56:14.515Z] ---> Running in d1a519035686 [2021-05-11T07:56:14.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-11T07:56:14.515Z] ---> Running in cd977e88777f [2021-05-11T07:56:14.649Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-11T07:56:14.913Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:14.913Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-11T07:56:14.913Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T07:56:14.913Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T07:56:15.123Z] Removing intermediate container 1da6ba94c4bb [2021-05-11T07:56:15.123Z] ---> b8d5c3e977f8 [2021-05-11T07:56:15.123Z] Step 14/22 : WORKDIR /edgex [2021-05-11T07:56:15.123Z] Removing intermediate container d1a519035686 [2021-05-11T07:56:15.123Z] ---> 86cc9458eade [2021-05-11T07:56:15.123Z] Step 16/24 : WORKDIR / [2021-05-11T07:56:15.399Z] Removing intermediate container cd977e88777f [2021-05-11T07:56:15.399Z] ---> dbbdf0f30837 [2021-05-11T07:56:15.399Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-11T07:56:15.399Z] ---> Running in b634647ee06f [2021-05-11T07:56:15.399Z] ---> Running in c73d3e41618e [2021-05-11T07:56:15.399Z] ---> Running in 3167fd0dcf59 [2021-05-11T07:56:15.515Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:15.515Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T07:56:15.515Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T07:56:15.515Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-11T07:56:15.515Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:15.515Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-11T07:56:15.515Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-11T07:56:15.783Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-11T07:56:15.783Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:15.783Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-11T07:56:15.998Z] Removing intermediate container b634647ee06f [2021-05-11T07:56:15.998Z] ---> ba2f3f0228f1 [2021-05-11T07:56:15.998Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-11T07:56:16.052Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-11T07:56:16.270Z] Removing intermediate container 3167fd0dcf59 [2021-05-11T07:56:16.270Z] ---> 622775afc65b [2021-05-11T07:56:16.270Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-11T07:56:16.270Z] Removing intermediate container c73d3e41618e [2021-05-11T07:56:16.270Z] ---> 75e023c7dcc5 [2021-05-11T07:56:16.270Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:56:16.316Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-11T07:56:16.544Z] ---> Running in fb7bfcddf083 [2021-05-11T07:56:16.582Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:16.582Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T07:56:16.582Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T07:56:16.845Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-11T07:56:16.845Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:16.845Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-11T07:56:16.845Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-11T07:56:17.108Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-11T07:56:17.108Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:17.108Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-11T07:56:17.108Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-11T07:56:17.160Z] ---> dc1152ad2754 [2021-05-11T07:56:17.160Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-11T07:56:17.370Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-11T07:56:17.370Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:17.370Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-11T07:56:17.451Z] ---> 424d0c044806 [2021-05-11T07:56:17.451Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-11T07:56:17.635Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-11T07:56:17.900Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-11T07:56:17.900Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:17.900Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-11T07:56:18.161Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-11T07:56:18.161Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-11T07:56:18.423Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:18.423Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-11T07:56:18.423Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-11T07:56:18.423Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-11T07:56:18.688Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:18.688Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-11T07:56:18.688Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-11T07:56:18.688Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-11T07:56:18.910Z] Removing intermediate container fc0b6218edfe [2021-05-11T07:56:18.910Z] ---> 917046f2093a [2021-05-11T07:56:18.910Z] [2021-05-11T07:56:18.910Z] Step 12/24 : FROM docker:20.10.0 [2021-05-11T07:56:18.910Z] 20.10.0: Pulling from library/docker [2021-05-11T07:56:18.951Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:18.951Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-11T07:56:18.951Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-11T07:56:18.951Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-11T07:56:19.213Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:56:19.213Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-11T07:56:19.476Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-11T07:56:19.476Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-11T07:56:19.476Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-11T07:56:19.476Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-11T07:56:19.517Z] ---> 26567e7aafe4 [2021-05-11T07:56:19.517Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-11T07:56:19.517Z] ---> 71426d7cd097 [2021-05-11T07:56:19.517Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-11T07:56:19.741Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-11T07:56:19.741Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-11T07:56:19.741Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-11T07:56:20.031Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-11T07:56:20.032Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-11T07:56:20.299Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-11T07:56:20.299Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-11T07:56:20.561Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-11T07:56:20.561Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-11T07:56:20.561Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-11T07:56:20.561Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-11T07:56:20.822Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-11T07:56:20.822Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-11T07:56:20.822Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-11T07:56:20.956Z] Removing intermediate container fb7bfcddf083 [2021-05-11T07:56:20.956Z] ---> fc1eedae4131 [2021-05-11T07:56:20.956Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-11T07:56:21.085Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-11T07:56:21.085Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-11T07:56:21.085Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-11T07:56:21.233Z] ---> 492076d7cce9 [2021-05-11T07:56:21.233Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-11T07:56:21.348Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-11T07:56:21.348Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-11T07:56:21.348Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-11T07:56:21.348Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-11T07:56:21.525Z] ---> Running in 962326cbe51c [2021-05-11T07:56:21.614Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-11T07:56:21.614Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-11T07:56:21.799Z] ---> Running in 2eeced26fd5c [2021-05-11T07:56:21.799Z] ---> 44a0c4c60345 [2021-05-11T07:56:21.799Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-11T07:56:22.103Z] ---> Running in a9b72cc82180 [2021-05-11T07:56:22.375Z] Removing intermediate container 962326cbe51c [2021-05-11T07:56:22.375Z] ---> 826d600131e2 [2021-05-11T07:56:22.375Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-11T07:56:22.375Z] Removing intermediate container 2eeced26fd5c [2021-05-11T07:56:22.375Z] ---> daae4b01f9f8 [2021-05-11T07:56:22.375Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:56:22.564Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-11T07:56:22.660Z] Removing intermediate container a9b72cc82180 [2021-05-11T07:56:22.660Z] ---> c1e8c64b522d [2021-05-11T07:56:22.660Z] Step 19/22 : CMD ["--init=true"] [2021-05-11T07:56:22.660Z] ---> Running in 7dae1a381f6e [2021-05-11T07:56:22.828Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-11T07:56:22.828Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-11T07:56:22.828Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-11T07:56:22.931Z] ---> Running in 9ae218af0444 [2021-05-11T07:56:23.090Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T07:56:23.091Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T07:56:23.522Z] Removing intermediate container 7dae1a381f6e [2021-05-11T07:56:23.522Z] ---> e56f51e89024 [2021-05-11T07:56:23.522Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T07:56:23.665Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T07:56:23.665Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T07:56:23.665Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T07:56:23.665Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T07:56:23.928Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T07:56:23.928Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T07:56:24.114Z] ---> a3d2a430e200 [2021-05-11T07:56:24.114Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-11T07:56:24.114Z] Removing intermediate container 9ae218af0444 [2021-05-11T07:56:24.114Z] ---> d0cb7053e6ad [2021-05-11T07:56:24.114Z] Step 20/22 : LABEL arch=arm64 [2021-05-11T07:56:24.114Z] ---> Running in e369cc684cca [2021-05-11T07:56:24.191Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T07:56:24.192Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T07:56:24.192Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T07:56:24.192Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T07:56:24.455Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T07:56:24.455Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T07:56:24.707Z] ---> Running in 45e6a0f9cdce [2021-05-11T07:56:24.707Z] ---> Running in 0db76b92e201 [2021-05-11T07:56:24.716Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T07:56:24.716Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T07:56:24.980Z] Removing intermediate container e369cc684cca [2021-05-11T07:56:24.980Z] ---> e3cbd2007f43 [2021-05-11T07:56:24.980Z] Step 23/24 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:56:25.576Z] Removing intermediate container 0db76b92e201 [2021-05-11T07:56:25.576Z] ---> 504f1af53ac4 [2021-05-11T07:56:25.576Z] Step 21/22 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:56:25.848Z] ---> Running in 39c4b7569de6 [2021-05-11T07:56:25.848Z] ---> Running in 22ca5e3aead0 [2021-05-11T07:56:26.110Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T07:56:26.110Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T07:56:26.446Z] Removing intermediate container 39c4b7569de6 [2021-05-11T07:56:26.446Z] ---> e0cce6bd3280 [2021-05-11T07:56:26.446Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:56:27.040Z] ---> Running in c868ddd6e7ce [2021-05-11T07:56:27.040Z] Removing intermediate container 22ca5e3aead0 [2021-05-11T07:56:27.040Z] ---> db36059f8c88 [2021-05-11T07:56:27.040Z] Step 22/22 : LABEL version=0.0.0 [2021-05-11T07:56:27.055Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T07:56:27.055Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T07:56:27.637Z] ---> Running in 45d67b386b83 [2021-05-11T07:56:27.916Z] Removing intermediate container c868ddd6e7ce [2021-05-11T07:56:27.916Z] ---> 56384e7155dd [2021-05-11T07:56:27.916Z] [2021-05-11T07:56:27.997Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T07:56:27.998Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T07:56:28.261Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T07:56:28.261Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T07:56:28.509Z] Removing intermediate container 45d67b386b83 [2021-05-11T07:56:28.509Z] ---> cabba737b423 [2021-05-11T07:56:28.509Z] [2021-05-11T07:56:28.509Z] Successfully built 56384e7155dd [2021-05-11T07:56:28.509Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-11T07:56:28.782Z]  Building docker-core-command-go ... done Removing intermediate container 45e6a0f9cdce [2021-05-11T07:56:28.782Z] ---> 84e68a6c2cbe [2021-05-11T07:56:28.782Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:56:28.782Z] Successfully built cabba737b423 [2021-05-11T07:56:29.053Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-11T07:56:29.207Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T07:56:29.469Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T07:56:29.469Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-11T07:56:29.469Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-11T07:56:29.646Z]  Building docker-security-proxy-setup-go ... done  ---> 8cbdc1bf6678 [2021-05-11T07:56:29.646Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-11T07:56:29.646Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-11T07:56:29.646Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-11T07:56:29.646Z] ---> eeaf43b92773 [2021-05-11T07:56:29.646Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:56:29.732Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-11T07:56:29.732Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-11T07:56:29.928Z] ---> Running in d636eca22fd1 [2021-05-11T07:56:29.994Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-11T07:56:29.994Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-11T07:56:29.994Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-11T07:56:29.994Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-11T07:56:30.256Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-11T07:56:30.256Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-11T07:56:30.256Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-11T07:56:30.256Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-11T07:56:30.519Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-11T07:56:30.519Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-11T07:56:30.531Z] Removing intermediate container d636eca22fd1 [2021-05-11T07:56:30.531Z] ---> d6f90f2142fb [2021-05-11T07:56:30.531Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-11T07:56:30.531Z] ---> Running in a342e3ed8dff [2021-05-11T07:56:30.781Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:56:30.781Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-11T07:56:30.781Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:56:30.781Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:56:30.781Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:56:30.781Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-11T07:56:30.809Z] ---> a132bf92ce19 [2021-05-11T07:56:30.809Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-11T07:56:31.042Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-11T07:56:31.043Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-11T07:56:31.043Z] [2021-05-11T07:56:31.043Z] Current default time zone: 'Etc/UTC' [2021-05-11T07:56:31.043Z] Local time is now: Tue May 11 07:56:31 UTC 2021. [2021-05-11T07:56:31.043Z] Universal Time is now: Tue May 11 07:56:31 UTC 2021. [2021-05-11T07:56:31.043Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-11T07:56:31.043Z] [2021-05-11T07:56:31.305Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-11T07:56:31.305Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:56:31.305Z] Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... [2021-05-11T07:56:31.305Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-11T07:56:31.305Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-11T07:56:31.305Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-11T07:56:31.569Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-11T07:56:31.569Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-11T07:56:31.569Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-11T07:56:31.569Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-11T07:56:31.569Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:56:31.569Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-11T07:56:31.794Z] ---> 72d594631212 [2021-05-11T07:56:31.794Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-11T07:56:31.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:56:31.837Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T07:56:31.837Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-11T07:56:32.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:56:32.101Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:56:32.101Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-11T07:56:32.101Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-11T07:56:32.101Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-11T07:56:32.101Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-11T07:56:32.101Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-11T07:56:32.101Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-11T07:56:32.340Z] ---> 45f66b8d5c71 [2021-05-11T07:56:32.340Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-11T07:56:32.363Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-11T07:56:32.363Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-11T07:56:32.613Z] (1/39) Installing readline (8.0.4-r0) [2021-05-11T07:56:32.614Z] (2/39) Installing bash (5.0.17-r0) [2021-05-11T07:56:32.883Z] Executing bash-5.0.17-r0.post-install [2021-05-11T07:56:32.883Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T07:56:32.883Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-11T07:56:32.883Z] (5/39) Installing curl (7.76.1-r0) [2021-05-11T07:56:32.883Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-11T07:56:32.883Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-11T07:56:32.883Z] (8/39) Installing expat (2.2.9-r1) [2021-05-11T07:56:32.883Z] (9/39) Installing libffi (3.3-r2) [2021-05-11T07:56:32.883Z] (10/39) Installing gdbm (1.13-r1) [2021-05-11T07:56:32.883Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-11T07:56:32.883Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-11T07:56:32.883Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-11T07:56:33.476Z] ---> d4018852a9a4 [2021-05-11T07:56:33.476Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-11T07:56:34.065Z] ---> Running in 645eeec75d2d [2021-05-11T07:56:34.299Z] Updating certificates in /etc/ssl/certs... [2021-05-11T07:56:34.658Z] Removing intermediate container 645eeec75d2d [2021-05-11T07:56:34.658Z] ---> 796f92a4a5eb [2021-05-11T07:56:34.658Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-11T07:56:34.954Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-11T07:56:34.954Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-11T07:56:34.954Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-11T07:56:34.954Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-11T07:56:34.954Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-11T07:56:34.954Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-11T07:56:34.954Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-11T07:56:34.954Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-11T07:56:34.954Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-11T07:56:34.954Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-11T07:56:34.954Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-11T07:56:35.236Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-11T07:56:35.236Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-11T07:56:35.236Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-11T07:56:35.236Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-11T07:56:35.236Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-11T07:56:35.236Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-11T07:56:35.236Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-11T07:56:35.236Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-11T07:56:35.236Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-11T07:56:35.236Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-11T07:56:35.236Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-11T07:56:35.236Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-11T07:56:35.236Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-11T07:56:35.236Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-11T07:56:35.236Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-11T07:56:35.512Z] Executing busybox-1.31.1-r19.trigger [2021-05-11T07:56:35.512Z] OK: 72 MiB in 59 packages [2021-05-11T07:56:35.512Z] ---> ade6b2ea737c [2021-05-11T07:56:35.512Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-11T07:56:35.696Z] 23 added, 27 removed; done. [2021-05-11T07:56:35.696Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-11T07:56:35.696Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:56:35.696Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-11T07:56:35.696Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-11T07:56:35.696Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-11T07:56:35.958Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T07:56:35.958Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-11T07:56:35.958Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T07:56:35.958Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T07:56:35.958Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T07:56:35.958Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T07:56:35.958Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T07:56:36.110Z] ---> Running in aca588ce45c6 [2021-05-11T07:56:36.223Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-11T07:56:36.223Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-11T07:56:36.223Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-11T07:56:36.223Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-11T07:56:36.223Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-11T07:56:36.223Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T07:56:36.223Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T07:56:36.487Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-11T07:56:36.487Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-11T07:56:36.487Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-11T07:56:36.487Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-11T07:56:36.487Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-11T07:56:36.749Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-11T07:56:36.749Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-11T07:56:36.749Z] Updating certificates in /etc/ssl/certs... [2021-05-11T07:56:37.324Z] 0 added, 0 removed; done. [2021-05-11T07:56:37.324Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-11T07:56:37.324Z] done. [2021-05-11T07:56:38.098Z] Removing intermediate container aca588ce45c6 [2021-05-11T07:56:38.098Z] ---> bee0b3a4950c [2021-05-11T07:56:38.098Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-11T07:56:38.273Z] Reading package lists... [2021-05-11T07:56:38.373Z] ---> Running in 22782d084e81 [2021-05-11T07:56:38.536Z] Building dependency tree... [2021-05-11T07:56:38.536Z] Reading state information... [2021-05-11T07:56:38.800Z] The following NEW packages will be installed: [2021-05-11T07:56:38.800Z] apt-transport-https [2021-05-11T07:56:39.062Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-11T07:56:39.062Z] Need to get 1692 B of archives. [2021-05-11T07:56:39.062Z] After this operation, 154 kB of additional disk space will be used. [2021-05-11T07:56:39.062Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-11T07:56:39.326Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T07:56:39.326Z] Fetched 1692 B in 0s (5957 B/s) [2021-05-11T07:56:39.326Z] Selecting previously unselected package apt-transport-https. [2021-05-11T07:56:39.326Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-11T07:56:39.326Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-11T07:56:39.326Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-11T07:56:39.326Z] Setting up apt-transport-https (1.6.13) ... [2021-05-11T07:56:39.354Z] Removing intermediate container 22782d084e81 [2021-05-11T07:56:39.354Z] ---> 197d12142b7b [2021-05-11T07:56:39.354Z] Step 29/32 : CMD ["gate"] [2021-05-11T07:56:39.354Z] ---> Running in 033c7a50fb65 [2021-05-11T07:56:39.900Z] Waiting for network to be ready... [2021-05-11T07:56:39.953Z] Removing intermediate container 033c7a50fb65 [2021-05-11T07:56:39.953Z] ---> 4a8b47e979b1 [2021-05-11T07:56:39.953Z] Step 30/32 : LABEL arch=arm64 [2021-05-11T07:56:39.953Z] Collecting docker-compose==1.23.2 [2021-05-11T07:56:40.228Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-11T07:56:40.228Z] ---> Running in 420100f4c105 [2021-05-11T07:56:40.830Z] Removing intermediate container 420100f4c105 [2021-05-11T07:56:40.830Z] ---> 18432c49c97d [2021-05-11T07:56:40.830Z] Step 31/32 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:56:40.830Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-11T07:56:40.830Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-11T07:56:41.105Z] ---> Running in c08a1a598b72 [2021-05-11T07:56:41.704Z] Removing intermediate container c08a1a598b72 [2021-05-11T07:56:41.704Z] ---> 1e29b472871a [2021-05-11T07:56:41.704Z] Step 32/32 : LABEL version=0.0.0 [2021-05-11T07:56:41.977Z] ---> Running in cf6709dd0171 [2021-05-11T07:56:42.252Z] Removing intermediate container cf6709dd0171 [2021-05-11T07:56:42.252Z] ---> 31141749d53d [2021-05-11T07:56:42.252Z] [2021-05-11T07:56:42.852Z] Successfully built 31141749d53d [2021-05-11T07:56:42.852Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-11T07:56:43.130Z]  Building docker-security-bootstrapper-go ... done Collecting cached-property<2,>=1.2.0 [2021-05-11T07:56:43.130Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-11T07:56:43.408Z] Collecting texttable<0.10,>=0.9.0 [2021-05-11T07:56:43.408Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-11T07:56:45.411Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-05-11T07:56:45.690Z] Collecting docopt<0.7,>=0.6.1 [2021-05-11T07:56:45.690Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-11T07:56:48.049Z] 2021-05-11T07:56:45Z INFO Waiting for automatic snapd restart... [2021-05-11T07:56:48.328Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-11T07:56:48.328Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-11T07:56:48.602Z] Collecting jsonschema<3,>=2.5.1 [2021-05-11T07:56:48.602Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-11T07:56:48.621Z] snapd 2.49.2 from Canonical* installed [2021-05-11T07:56:49.566Z] "snapd" switched to the "latest/stable" channel [2021-05-11T07:56:49.566Z] [2021-05-11T07:56:49.586Z] Collecting PyYAML<4,>=3.10 [2021-05-11T07:56:49.586Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-11T07:56:52.971Z] Collecting docker<4.0,>=3.6.0 [2021-05-11T07:56:52.972Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-11T07:56:53.952Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-11T07:56:53.952Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-11T07:56:54.224Z] Collecting docker-pycreds>=0.4.0 [2021-05-11T07:56:54.225Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-11T07:56:54.497Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-05-11T07:56:54.883Z] core18 20210309 from Canonical* installed [2021-05-11T07:56:55.094Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-11T07:56:55.094Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-11T07:56:55.145Z] "core18" switched to the "latest/stable" channel [2021-05-11T07:56:55.145Z] [2021-05-11T07:56:55.366Z] Collecting idna<2.8,>=2.5 [2021-05-11T07:56:55.366Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-11T07:56:55.366Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-05-11T07:56:55.366Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-11T07:56:55.366Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-11T07:56:55.366Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-11T07:56:55.366Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-11T07:56:56.345Z] Installing collected packages: dockerpty, cached-property, texttable, docopt, websocket-client, jsonschema, PyYAML, docker-pycreds, urllib3, idna, requests, docker, docker-compose [2021-05-11T07:56:56.345Z] Running setup.py install for dockerpty: started [2021-05-11T07:56:58.335Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-11T07:56:58.335Z] Running setup.py install for texttable: started [2021-05-11T07:56:59.773Z] Running setup.py install for texttable: finished with status 'done' [2021-05-11T07:56:59.773Z] Running setup.py install for docopt: started [2021-05-11T07:57:01.748Z] snapcraft 4.7.1 from Canonical* installed [2021-05-11T07:57:01.751Z] Running setup.py install for docopt: finished with status 'done' [2021-05-11T07:57:02.023Z] "snapcraft" switched to the "latest/stable" channel [2021-05-11T07:57:02.023Z] [2021-05-11T07:57:02.346Z] Running setup.py install for PyYAML: started [2021-05-11T07:57:04.319Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-11T07:57:04.319Z] Attempting uninstall: urllib3 [2021-05-11T07:57:04.319Z] Found existing installation: urllib3 1.25.9 [2021-05-11T07:57:04.319Z] Uninstalling urllib3-1.25.9: [2021-05-11T07:57:04.592Z] Successfully uninstalled urllib3-1.25.9 [2021-05-11T07:57:05.187Z] Attempting uninstall: idna [2021-05-11T07:57:05.187Z] Found existing installation: idna 2.9 [2021-05-11T07:57:05.187Z] Uninstalling idna-2.9: [2021-05-11T07:57:05.187Z] Successfully uninstalled idna-2.9 [2021-05-11T07:57:05.782Z] Attempting uninstall: requests [2021-05-11T07:57:05.782Z] Found existing installation: requests 2.23.0 [2021-05-11T07:57:05.782Z] Uninstalling requests-2.23.0: [2021-05-11T07:57:05.782Z] Successfully uninstalled requests-2.23.0 [2021-05-11T07:57:07.325Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-05-11T07:57:07.325Z] - README.md [2021-05-11T07:57:07.325Z] [2021-05-11T07:57:07.325Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-11T07:57:07.756Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-05-11T07:57:13.918Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T07:57:13.918Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-11T07:57:13.918Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T07:57:13.918Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T07:57:15.308Z] Reading package lists... [2021-05-11T07:57:15.882Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-05-11T07:57:16.041Z] Removing intermediate container a342e3ed8dff [2021-05-11T07:57:16.041Z] ---> 589884b2d9a7 [2021-05-11T07:57:16.041Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-11T07:57:16.041Z] ---> Running in 39100cd80d65 [2021-05-11T07:57:16.041Z] Removing intermediate container 39100cd80d65 [2021-05-11T07:57:16.041Z] ---> 7705ac49dcbe [2021-05-11T07:57:16.041Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-11T07:57:16.312Z] ---> Running in 7ada4897fed4 [2021-05-11T07:57:16.585Z] Removing intermediate container 7ada4897fed4 [2021-05-11T07:57:16.585Z] ---> 48d97f2caad3 [2021-05-11T07:57:16.585Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-11T07:57:17.560Z] ---> e5eb922124e1 [2021-05-11T07:57:17.560Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-11T07:57:18.538Z] ---> 4f0d9fee3c4a [2021-05-11T07:57:18.538Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-11T07:57:19.133Z] ---> d5b3a68adfd4 [2021-05-11T07:57:19.133Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-11T07:57:19.133Z] ---> Running in 14ed0f56c134 [2021-05-11T07:57:19.722Z] Removing intermediate container 14ed0f56c134 [2021-05-11T07:57:19.722Z] ---> 54c6a2b9a2f1 [2021-05-11T07:57:19.722Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:57:19.722Z] ---> Running in ebb52b1311a3 [2021-05-11T07:57:20.323Z] Removing intermediate container ebb52b1311a3 [2021-05-11T07:57:20.323Z] ---> 66b65cde47e4 [2021-05-11T07:57:20.323Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T07:57:20.323Z] ---> Running in 170605e5b5ad [2021-05-11T07:57:20.917Z] Removing intermediate container 170605e5b5ad [2021-05-11T07:57:20.918Z] ---> 847eed938ebe [2021-05-11T07:57:20.918Z] Step 23/24 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a [2021-05-11T07:57:20.918Z] ---> Running in 1c8971d9f941 [2021-05-11T07:57:21.523Z] Removing intermediate container 1c8971d9f941 [2021-05-11T07:57:21.523Z] ---> 3eb2c1c39124 [2021-05-11T07:57:21.523Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:57:21.523Z] ---> Running in 41d1fc7a93fd [2021-05-11T07:57:22.116Z] Removing intermediate container 41d1fc7a93fd [2021-05-11T07:57:22.116Z] ---> 83b34e41f7b9 [2021-05-11T07:57:22.116Z] [2021-05-11T07:57:22.386Z] Successfully built 83b34e41f7b9 [2021-05-11T07:57:22.386Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-11T07:57:22.468Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T07:57:22.468Z] Reading package lists... [2021-05-11T07:57:22.468Z] Building dependency tree... [2021-05-11T07:57:22.468Z] Reading state information... [2021-05-11T07:57:22.468Z] Suggested packages: [2021-05-11T07:57:22.468Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-11T07:57:22.469Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-11T07:57:22.469Z] Recommended packages: [2021-05-11T07:57:22.469Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-11T07:57:22.469Z] The following NEW packages will be installed: [2021-05-11T07:57:22.469Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-11T07:57:22.469Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-11T07:57:22.469Z] pkg-config zip [2021-05-11T07:57:22.672Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-11T07:57:22.678Z] $ docker stop --time=1 04f9ebc37cae1449531b90aadbeec7b5f484834260d86abaeb40e5be3a32ac10 [2021-05-11T07:57:22.729Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-11T07:57:22.729Z] Need to get 7663 kB of archives. [2021-05-11T07:57:22.729Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-11T07:57:22.729Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-11T07:57:22.729Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-11T07:57:22.991Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-11T07:57:22.991Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-11T07:57:22.991Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-11T07:57:23.254Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-11T07:57:23.254Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-11T07:57:23.254Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-11T07:57:23.254Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-11T07:57:23.254Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-11T07:57:23.517Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-11T07:57:23.517Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-11T07:57:23.517Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-11T07:57:23.779Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-11T07:57:23.779Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-11T07:57:24.048Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T07:57:24.048Z] Fetched 7663 kB in 1s (5487 kB/s) [2021-05-11T07:57:24.311Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-11T07:57:24.311Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-11T07:57:24.311Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-11T07:57:24.311Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-11T07:57:24.574Z] Selecting previously unselected package libpsl5:amd64. [2021-05-11T07:57:24.574Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-11T07:57:24.574Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-11T07:57:24.574Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-11T07:57:24.574Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-11T07:57:24.574Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-11T07:57:24.605Z] $ docker rm -f 04f9ebc37cae1449531b90aadbeec7b5f484834260d86abaeb40e5be3a32ac10 [2021-05-11T07:57:24.837Z] Selecting previously unselected package librtmp1:amd64. [2021-05-11T07:57:24.837Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-11T07:57:24.837Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-11T07:57:24.837Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-11T07:57:24.837Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-11T07:57:24.837Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-11T07:57:24.837Z] Selecting previously unselected package liberror-perl. [2021-05-11T07:57:24.837Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-11T07:57:24.837Z] Unpacking liberror-perl (0.17025-1) ... [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T07:57:25.101Z] Selecting previously unselected package git-man. [2021-05-11T07:57:25.101Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-11T07:57:25.101Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-11T07:57:25.210Z] + + grepdocker docker images [2021-05-11T07:57:25.211Z] [2021-05-11T07:57:25.368Z] Selecting previously unselected package git. [2021-05-11T07:57:25.368Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-11T07:57:25.368Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-11T07:57:25.482Z] docker-sys-mgmt-agent-go-arm64 latest 83b34e41f7b9 4 seconds ago 299MB [2021-05-11T07:57:25.482Z] docker-security-bootstrapper-go-arm64 latest 31141749d53d 43 seconds ago 17.1MB [2021-05-11T07:57:25.482Z] docker-core-command-go-arm64 latest 56384e7155dd 58 seconds ago 16.1MB [2021-05-11T07:57:25.482Z] docker-security-proxy-setup-go-arm64 latest cabba737b423 58 seconds ago 23.9MB [2021-05-11T07:57:25.482Z] docker-core-data-go-arm64 latest c79636dcfbce 4 minutes ago 20.3MB [2021-05-11T07:57:25.482Z] docker-core-metadata-go-arm64 latest fe8ceef54282 4 minutes ago 17.4MB [2021-05-11T07:57:25.482Z] docker-security-secretstore-setup-go-arm64 latest 232fe5ab51ca 4 minutes ago 24.3MB [2021-05-11T07:57:25.482Z] docker-support-scheduler-go-arm64 latest 9c188abead46 4 minutes ago 16.1MB [2021-05-11T07:57:25.482Z] docker-support-notifications-go-arm64 latest 06b597c8f034 4 minutes ago 16.6MB [2021-05-11T07:57:25.482Z] docker 20.10.0 eeaf43b92773 5 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:57:26.302Z] ---> job-cost.sh [2021-05-11T07:57:26.303Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bE2e [2021-05-11T07:57:26.321Z] Selecting previously unselected package libnorm1:amd64. [2021-05-11T07:57:26.321Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-11T07:57:26.321Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-11T07:57:26.321Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-11T07:57:26.321Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-11T07:57:26.321Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-11T07:57:26.321Z] Selecting previously unselected package libsodium23:amd64. [2021-05-11T07:57:26.321Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-11T07:57:26.583Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-11T07:57:26.583Z] Selecting previously unselected package libzmq5:amd64. [2021-05-11T07:57:26.583Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-11T07:57:26.583Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T07:57:26.583Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-11T07:57:26.583Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-11T07:57:26.845Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T07:57:26.845Z] Selecting previously unselected package pkg-config. [2021-05-11T07:57:26.845Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-11T07:57:26.845Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-11T07:57:27.108Z] Selecting previously unselected package zip. [2021-05-11T07:57:27.108Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-11T07:57:27.108Z] Unpacking zip (3.0-11build1) ... [2021-05-11T07:57:27.108Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-11T07:57:27.108Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-11T07:57:27.108Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-11T07:57:27.369Z] Setting up liberror-perl (0.17025-1) ... [2021-05-11T07:57:27.369Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-11T07:57:27.369Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-11T07:57:27.369Z] No schema files found: doing nothing. [2021-05-11T07:57:27.369Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-11T07:57:27.369Z] Setting up zip (3.0-11build1) ... [2021-05-11T07:57:27.369Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-11T07:57:27.369Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-11T07:57:27.631Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-11T07:57:27.631Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T07:57:27.631Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-11T07:57:27.631Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T07:57:27.631Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-11T07:57:27.893Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-11T07:57:34.498Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T07:57:34.766Z] git set to automatically installed. [2021-05-11T07:57:34.766Z] git-man set to automatically installed. [2021-05-11T07:57:34.766Z] libcurl3-gnutls set to automatically installed. [2021-05-11T07:57:34.766Z] liberror-perl set to automatically installed. [2021-05-11T07:57:34.766Z] libglib2.0-0 set to automatically installed. [2021-05-11T07:57:34.766Z] libnghttp2-14 set to automatically installed. [2021-05-11T07:57:34.766Z] libnorm1 set to automatically installed. [2021-05-11T07:57:34.766Z] libpgm-5.2-0 set to automatically installed. [2021-05-11T07:57:34.766Z] libpsl5 set to automatically installed. [2021-05-11T07:57:34.766Z] librtmp1 set to automatically installed. [2021-05-11T07:57:34.766Z] libsodium23 set to automatically installed. [2021-05-11T07:57:34.766Z] libzmq3-dev set to automatically installed. [2021-05-11T07:57:34.766Z] libzmq5 set to automatically installed. [2021-05-11T07:57:34.766Z] pkg-config set to automatically installed. [2021-05-11T07:57:34.766Z] zip set to automatically installed. [2021-05-11T07:57:36.154Z] snapd is not logged in, snap install commands will use sudo [2021-05-11T07:57:42.753Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T07:57:55.004Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-11T07:57:55.951Z] snapd is not logged in, snap install commands will use sudo [2021-05-11T07:58:02.555Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T07:58:03.130Z] snap "core18" has no updates available [2021-05-11T07:58:03.704Z] Pulling go-build-helper [2021-05-11T07:58:03.704Z] + snapcraftctl pull [2021-05-11T07:58:05.230Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T07:58:05.626Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-11T07:58:05.626Z] Skipping pull go-build-helper (already ran) [2021-05-11T07:58:05.626Z] Building go-build-helper [2021-05-11T07:58:05.626Z] + snapcraftctl build [2021-05-11T07:58:08.177Z] Staging go-build-helper [2021-05-11T07:58:08.177Z] + snapcraftctl stage [2021-05-11T07:58:23.151Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-11T07:58:23.151Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-11T07:58:23.151Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1716 kB] [2021-05-11T07:58:23.151Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [320 kB] [2021-05-11T07:58:23.151Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-11T07:58:23.151Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-11T07:58:23.151Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [316 kB] [2021-05-11T07:58:23.151Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [42.1 kB] [2021-05-11T07:58:23.151Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-11T07:58:23.151Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-11T07:58:23.151Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-11T07:58:23.151Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-11T07:58:23.151Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-11T07:58:23.151Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-11T07:58:23.151Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-11T07:58:23.151Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-11T07:58:23.151Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-11T07:58:23.151Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-11T07:58:23.152Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-11T07:58:23.152Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] [2021-05-11T07:58:23.152Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-11T07:58:23.152Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-11T07:58:23.152Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-11T07:58:23.152Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-11T07:58:23.152Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-11T07:58:23.152Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-11T07:58:23.152Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-11T07:58:23.152Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-11T07:58:23.152Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-11T07:58:23.152Z] Fetched 224 kB in 0s (0 B/s) [2021-05-11T07:58:23.152Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-11T07:58:23.152Z] Fetched 157 kB in 0s (0 B/s) [2021-05-11T07:58:23.152Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-11T07:58:23.152Z] Fetched 221 kB in 0s (0 B/s) [2021-05-11T07:58:23.152Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-11T07:58:23.152Z] Fetched 143 kB in 0s (0 B/s) [2021-05-11T07:58:23.152Z] Pulling app-service-config [2021-05-11T07:58:23.152Z] + snapcraftctl pull [2021-05-11T07:58:23.152Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-11T07:58:23.756Z] Pulling config-common [2021-05-11T07:58:23.756Z] + snapcraftctl pull [2021-05-11T07:58:29.161Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T07:58:29.161Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-11T07:58:29.161Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T07:58:29.161Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T07:58:29.161Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-11T07:58:29.161Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T07:58:29.161Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-11T07:58:29.161Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T07:58:29.161Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-11T07:58:29.161Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T07:58:29.161Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-11T07:58:29.161Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T07:58:29.161Z] Pulling edgex-go [2021-05-11T07:58:29.161Z] + snapcraftctl pull [2021-05-11T07:58:55.925Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-11T07:58:55.925Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T07:58:55.925Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T07:58:55.925Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-11T07:58:55.925Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-11T07:58:55.925Z] Fetched 279 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-11T07:58:55.925Z] Fetched 122 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-11T07:58:55.925Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-11T07:58:55.925Z] Fetched 8848 B in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-11T07:58:55.925Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-11T07:58:55.925Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-11T07:58:55.925Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-11T07:58:55.925Z] Fetched 219 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-11T07:58:55.925Z] Fetched 154 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-11T07:58:55.925Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-11T07:58:55.925Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-11T07:58:55.925Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-11T07:58:55.925Z] Fetched 499 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-11T07:58:55.925Z] Fetched 111 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-11T07:58:55.925Z] Fetched 240 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-11T07:58:55.925Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-11T07:58:55.925Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-11T07:58:55.925Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-11T07:58:55.925Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-11T07:58:55.925Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-11T07:58:55.925Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-11T07:58:55.925Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-11T07:58:55.925Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-11T07:58:55.926Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-11T07:58:55.926Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-11T07:58:55.926Z] Fetched 8720 B in 0s (0 B/s) [2021-05-11T07:58:55.926Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-11T07:58:55.926Z] Fetched 137 kB in 0s (0 B/s) [2021-05-11T07:58:55.926Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-11T07:58:55.926Z] Fetched 119 kB in 0s (0 B/s) [2021-05-11T07:58:55.926Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-11T07:58:55.926Z] Fetched 110 kB in 0s (0 B/s) [2021-05-11T07:58:55.926Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-11T07:58:55.926Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-11T07:58:55.926Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-11T07:58:55.926Z] Fetched 645 kB in 0s (0 B/s) [2021-05-11T07:58:55.926Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-11T07:58:55.926Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-11T07:58:55.926Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-11T07:58:55.926Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-11T07:58:55.926Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-11T07:58:55.926Z] Fetched 368 kB in 0s (0 B/s) [2021-05-11T07:58:55.926Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-11T07:58:55.926Z] Fetched 187 kB in 0s (0 B/s) [2021-05-11T07:58:55.926Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-11T07:58:55.926Z] Fetched 175 kB in 0s (0 B/s) [2021-05-11T07:58:55.926Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-11T07:58:55.926Z] Fetched 206 kB in 0s (0 B/s) [2021-05-11T07:58:55.926Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-11T07:58:55.926Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-11T07:58:55.926Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-11T07:58:55.926Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-11T07:58:55.926Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-11T07:58:55.926Z] Fetched 159 kB in 0s (0 B/s) [2021-05-11T07:58:55.926Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-11T07:58:55.926Z] Fetched 107 kB in 0s (0 B/s) [2021-05-11T07:58:55.926Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-11T07:58:55.926Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-11T07:58:55.926Z] Pulling static-packages [2021-05-11T07:58:55.926Z] + snapcraftctl pull [2021-05-11T07:58:55.926Z] Pulling version [2021-05-11T07:58:55.926Z] + cd /root/project [2021-05-11T07:58:55.926Z] + [ -f VERSION ] [2021-05-11T07:58:55.926Z] + PROJECT_VERSION=local-dev [2021-05-11T07:58:55.926Z] + git rev-parse --short HEAD [2021-05-11T07:58:55.926Z] + GIT_REVISION=670f3584 [2021-05-11T07:58:55.926Z] + snapcraftctl set-version local-dev [2021-05-11T07:58:56.200Z] Skipping build go-build-helper (already ran) [2021-05-11T07:58:56.462Z] Building app-service-config [2021-05-11T07:58:56.462Z] + make build [2021-05-11T07:58:56.462Z] go mod tidy [2021-05-11T07:58:58.381Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 [2021-05-11T07:58:58.646Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 [2021-05-11T07:58:58.646Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 [2021-05-11T07:58:58.647Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-11T07:58:58.920Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 [2021-05-11T07:58:58.920Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 [2021-05-11T07:58:58.920Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 [2021-05-11T07:58:58.920Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-11T07:58:58.920Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-11T07:58:58.920Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-11T07:58:58.920Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-11T07:58:58.920Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-11T07:58:59.496Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-11T07:58:59.496Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-05-11T07:58:59.496Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-11T07:58:59.496Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-11T07:58:59.760Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-11T07:59:00.062Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-11T07:59:00.062Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-11T07:59:00.062Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-11T07:59:00.062Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-11T07:59:00.062Z] go: downloading golang.org/x/text v0.3.2 [2021-05-11T07:59:00.062Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-11T07:59:00.062Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-11T07:59:00.062Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-11T07:59:00.379Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-11T07:59:00.379Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-11T07:59:00.379Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-11T07:59:00.379Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-11T07:59:00.379Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-11T07:59:00.379Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-11T07:59:00.379Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-11T07:59:00.669Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-11T07:59:00.669Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-11T07:59:00.669Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-11T07:59:00.669Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-11T07:59:00.669Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-11T07:59:00.669Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-05-11T07:59:00.669Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-11T07:59:00.669Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-11T07:59:00.669Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-05-11T07:59:00.669Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-11T07:59:00.669Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-11T07:59:00.669Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 [2021-05-11T07:59:00.669Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-05-11T07:59:00.933Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-05-11T07:59:00.933Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-11T07:59:00.933Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-05-11T07:59:00.933Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-11T07:59:00.933Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-11T07:59:00.933Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-11T07:59:00.933Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-11T07:59:00.933Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-05-11T07:59:00.933Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-05-11T07:59:00.933Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-05-11T07:59:01.199Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-05-11T07:59:01.199Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-05-11T07:59:01.199Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-11T07:59:01.199Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-05-11T07:59:01.199Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-05-11T07:59:01.199Z] go: downloading github.com/miekg/dns v1.1.26 [2021-05-11T07:59:01.199Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-11T07:59:01.199Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-11T07:59:01.199Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-05-11T07:59:01.199Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-11T07:59:01.199Z] go: downloading github.com/kr/pretty v0.2.0 [2021-05-11T07:59:01.199Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-05-11T07:59:01.199Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-05-11T07:59:01.470Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-05-11T07:59:01.470Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-05-11T07:59:01.470Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-11T07:59:01.470Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-11T07:59:01.734Z] go: downloading github.com/kr/text v0.1.0 [2021-05-11T07:59:01.734Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-05-11T07:59:01.734Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-05-11T07:59:01.734Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-05-11T07:59:01.734Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-11T07:59:01.734Z] go: downloading github.com/golang/protobuf v1.3.2 [2021-05-11T07:59:01.734Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-05-11T07:59:01.997Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-11T07:59:16.961Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-11T07:59:16.961Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-11T07:59:16.961Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-11T07:59:16.961Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-11T07:59:16.961Z] Building config-common [2021-05-11T07:59:16.961Z] + snapcraftctl build [2021-05-11T07:59:20.282Z] Building edgex-go [2021-05-11T07:59:20.863Z] + cd /root/parts/edgex-go/src [2021-05-11T07:59:20.863Z] + make build [2021-05-11T07:59:20.863Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-11T07:59:21.441Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.84 [2021-05-11T07:59:21.441Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-11T07:59:21.441Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.14 [2021-05-11T07:59:21.441Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-11T07:59:26.772Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-11T07:59:33.396Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-11T07:59:35.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-11T07:59:37.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-11T07:59:38.181Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-11T07:59:40.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-11T07:59:40.743Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-11T07:59:40.743Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-11T07:59:42.021Z] lf-activate-venv(): INFO: Adding /tmp/venv-bE2e/bin to PATH [2021-05-11T07:59:42.021Z] INFO: No Stack... [2021-05-11T07:59:42.021Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T07:59:42.021Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T07:59:42.362Z] + cut -d, -f6 [2021-05-11T07:59:42.363Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock [2021-05-11T07:59:42.559Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3447-3-stack-cost] [2021-05-11T07:59:42.568Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3447-3-stack-cost] did not exist. Created. [2021-05-11T07:59:42.568Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3447-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T07:59:42.669Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-11T07:59:42.954Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T07:59:43.282Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T07:59:43.294Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3447-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T07:59:44.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-11T07:59:44.589Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-11T07:59:45.979Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-11T07:59:47.371Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-11T07:59:49.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-11T07:59:49.290Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-11T07:59:51.850Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-11T07:59:51.850Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-11T07:59:51.850Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-11T07:59:51.850Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-11T07:59:51.850Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-11T07:59:51.850Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-11T07:59:51.850Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-11T07:59:51.850Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-11T07:59:51.850Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-11T07:59:51.850Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-11T07:59:51.850Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-11T07:59:51.850Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-11T07:59:51.850Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-11T07:59:51.850Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-11T07:59:51.850Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-11T07:59:51.850Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-11T07:59:51.850Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-11T07:59:51.850Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-05-11T07:59:51.850Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-11T07:59:51.850Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-05-11T07:59:51.850Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-11T07:59:51.850Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-11T07:59:51.850Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-11T07:59:51.850Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-11T07:59:51.850Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-11T07:59:51.850Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-05-11T07:59:56.088Z] Building static-packages [2021-05-11T07:59:56.088Z] + snapcraftctl build [2021-05-11T07:59:58.643Z] Building version [2021-05-11T07:59:58.643Z] + snapcraftctl build [2021-05-11T08:00:01.975Z] Skipping stage go-build-helper (already ran) [2021-05-11T08:00:01.975Z] Staging app-service-config [2021-05-11T08:00:01.975Z] + snapcraftctl stage [2021-05-11T08:00:03.369Z] Staging config-common [2021-05-11T08:00:03.369Z] + snapcraftctl stage [2021-05-11T08:00:04.756Z] Staging edgex-go [2021-05-11T08:00:04.756Z] + snapcraftctl stage [2021-05-11T08:00:05.711Z] Staging static-packages [2021-05-11T08:00:05.711Z] + snapcraftctl stage [2021-05-11T08:00:07.103Z] Staging version [2021-05-11T08:00:07.366Z] + snapcraftctl stage [2021-05-11T08:00:08.757Z] Priming go-build-helper [2021-05-11T08:00:08.757Z] + snapcraftctl prime [2021-05-11T08:00:09.704Z] Priming app-service-config [2021-05-11T08:00:09.704Z] + snapcraftctl prime [2021-05-11T08:00:11.622Z] Priming config-common [2021-05-11T08:00:11.622Z] + snapcraftctl prime [2021-05-11T08:00:12.567Z] Priming edgex-go [2021-05-11T08:00:12.567Z] + snapcraftctl prime [2021-05-11T08:00:14.485Z] Priming static-packages [2021-05-11T08:00:14.485Z] + snapcraftctl prime [2021-05-11T08:00:17.034Z] Priming version [2021-05-11T08:00:17.034Z] + snapcraftctl prime [2021-05-11T08:00:18.422Z] 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-05-11T08:00:21.416Z] provisioning config files... [2021-05-11T08:00:21.442Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config8587366916767839309tmp [Pipeline] { [Pipeline] sh [2021-05-11T08:00:21.877Z] + set +x [2021-05-11T08:00:21.877Z] + curl -s https://codecov.io/bash [2021-05-11T08:00:21.877Z] + bash -s -- [2021-05-11T08:00:22.475Z] [2021-05-11T08:00:22.475Z] _____ _ [2021-05-11T08:00:22.475Z] / ____| | | [2021-05-11T08:00:22.475Z] | | ___ __| | ___ ___ _____ __ [2021-05-11T08:00:22.475Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-11T08:00:22.475Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-11T08:00:22.475Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-11T08:00:22.475Z] Bash-1.0.2 [2021-05-11T08:00:22.475Z] [2021-05-11T08:00:22.475Z] [2021-05-11T08:00:22.475Z] ==> git version 2.24.3 found [2021-05-11T08:00:22.475Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-05-11T08:00:22.475Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-11T08:00:22.475Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-11T08:00:22.475Z] ==> Jenkins CI detected. [2021-05-11T08:00:22.475Z] project root: . [2021-05-11T08:00:22.475Z] --> token set from env [2021-05-11T08:00:22.475Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-11T08:00:22.749Z] ==> Running gcov in . (disable via -X gcov) [2021-05-11T08:00:22.749Z] ==> Python coveragepy not found [2021-05-11T08:00:22.749Z] ==> Searching for coverage reports in: [2021-05-11T08:00:22.749Z] + . [2021-05-11T08:00:23.044Z] -> Found 1 reports [2021-05-11T08:00:23.044Z] ==> Detecting git/mercurial file structure [2021-05-11T08:00:23.044Z] ==> Reading reports [2021-05-11T08:00:23.044Z] + ./coverage.out bytes=719397 [2021-05-11T08:00:23.044Z] ==> Appending adjustments [2021-05-11T08:00:23.044Z] https://docs.codecov.io/docs/fixing-reports [2021-05-11T08:00:31.609Z] + Found adjustments [2021-05-11T08:00:31.609Z] ==> Gzipping contents [2021-05-11T08:00:31.609Z] 104K /tmp/codecov.BCwE9D.gz [2021-05-11T08:00:31.609Z] ==> Uploading reports [2021-05-11T08:00:31.609Z] url: https://codecov.io [2021-05-11T08:00:31.609Z] query: branch=PR-3447&commit=670f3584858cccf1ec2af0b55bcc1500b96a803a&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3447%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3447&job=&cmd_args= [2021-05-11T08:00:31.609Z] -> Pinging Codecov [2021-05-11T08:00:31.609Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3447&commit=670f3584858cccf1ec2af0b55bcc1500b96a803a&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3447%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3447&job=&cmd_args= [2021-05-11T08:00:31.609Z] -> Uploading to [2021-05-11T08:00:31.609Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-11/00271124DB129430A58F1EEE437C3FCB/670f3584858cccf1ec2af0b55bcc1500b96a803a/d15b72e2-bfc8-40c4-b382-9848633a7f0b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T080031Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=73a4a13113c8872e1f9bc6fbbf5f2505237da0ba570d115475ac01a1d04bc839 [2021-05-11T08:00:31.609Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T08:00:31.609Z] Dload Upload Total Spent Left Speed [2021-05-11T08:00:32.170Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 100k 0 0 100 100k 0 194k --:--:-- --:--:-- --:--:-- 194k [2021-05-11T08:00:32.170Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/670f3584858cccf1ec2af0b55bcc1500b96a803a [Pipeline] } [2021-05-11T08:00:32.188Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:00:33.380Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:00:34.805Z] ---> package-listing.sh [2021-05-11T08:00:34.805Z] ++ facter osfamily [2021-05-11T08:00:34.805Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T08:00:35.139Z] + OS_FAMILY=redhat [2021-05-11T08:00:35.139Z] + workspace=/w/workspace/edgex-go/3 [2021-05-11T08:00:35.139Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T08:00:35.139Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T08:00:35.139Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T08:00:35.139Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T08:00:35.139Z] + '[' /w/workspace/edgex-go/3 ']' [2021-05-11T08:00:35.139Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T08:00:35.139Z] + case "${OS_FAMILY}" in [2021-05-11T08:00:35.139Z] + rpm -qa [2021-05-11T08:00:35.139Z] + sort [2021-05-11T08:00:41.985Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T08:00:41.985Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T08:00:41.985Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T08:00:41.985Z] + '[' /w/workspace/edgex-go/3 ']' [2021-05-11T08:00:41.985Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-05-11T08:00:41.985Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-05-11T08:00:42.008Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-11T08:00:42.429Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:00:43.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T08:00:43.663Z] [2021-05-11T08:00:43.663Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:00:44.087Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T08:00:44.407Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T08:00:44.407Z] df20fa9351a1: Pulling fs layer [2021-05-11T08:00:44.407Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T08:00:44.407Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T08:00:44.407Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T08:00:44.407Z] 93b61091891f: Pulling fs layer [2021-05-11T08:00:44.407Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T08:00:44.407Z] 5e14af77c1be: Pulling fs layer [2021-05-11T08:00:44.407Z] 01666e4c0597: Pulling fs layer [2021-05-11T08:00:44.407Z] aa168da1d23b: Pulling fs layer [2021-05-11T08:00:44.407Z] 93b9cdb0e59b: Waiting [2021-05-11T08:00:44.407Z] 5e14af77c1be: Waiting [2021-05-11T08:00:44.407Z] 01666e4c0597: Waiting [2021-05-11T08:00:44.407Z] aa168da1d23b: Waiting [2021-05-11T08:00:44.407Z] 46f8f816bc3b: Waiting [2021-05-11T08:00:44.407Z] 93b61091891f: Waiting [2021-05-11T08:00:44.407Z] 36b3adc4ff6f: Verifying Checksum [2021-05-11T08:00:44.407Z] 36b3adc4ff6f: Download complete [2021-05-11T08:00:44.407Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T08:00:44.407Z] 46f8f816bc3b: Download complete [2021-05-11T08:00:44.407Z] df20fa9351a1: Download complete [2021-05-11T08:00:44.680Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T08:00:44.680Z] 93b9cdb0e59b: Download complete [2021-05-11T08:00:44.680Z] 5e14af77c1be: Verifying Checksum [2021-05-11T08:00:44.680Z] 5e14af77c1be: Download complete [2021-05-11T08:00:44.680Z] 01666e4c0597: Verifying Checksum [2021-05-11T08:00:44.681Z] 01666e4c0597: Download complete [2021-05-11T08:00:44.954Z] 93b61091891f: Download complete [2021-05-11T08:00:44.954Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T08:00:44.954Z] 8ad3a11d3b57: Download complete [2021-05-11T08:00:45.568Z] df20fa9351a1: Pull complete [2021-05-11T08:00:45.865Z] 36b3adc4ff6f: Pull complete [2021-05-11T08:00:48.008Z] 8ad3a11d3b57: Pull complete [2021-05-11T08:00:48.008Z] 46f8f816bc3b: Pull complete [2021-05-11T08:00:49.483Z] 93b61091891f: Pull complete [2021-05-11T08:00:49.483Z] 93b9cdb0e59b: Pull complete [2021-05-11T08:00:50.541Z] 5e14af77c1be: Pull complete [2021-05-11T08:00:50.827Z] aa168da1d23b: Verifying Checksum [2021-05-11T08:00:50.827Z] aa168da1d23b: Download complete [2021-05-11T08:00:51.119Z] 01666e4c0597: Pull complete [2021-05-11T08:01:06.464Z] aa168da1d23b: Pull complete [2021-05-11T08:01:06.464Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T08:01:06.464Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T08:01:06.464Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T08:01:07.109Z] prd-centos7-docker-4c-2g-4377 does not seem to be running inside a container [2021-05-11T08:01:07.226Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-11T08:01:13.206Z] $ docker top c71d64c86b52c3f0b6e2cf6db18dc0a73f79556e39757cbeb8ba61ede06543e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T08:01:14.243Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T08:01:14.978Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T08:01:15.721Z] + ls /var/log/sa-host [2021-05-11T08:01:15.721Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T08:01:15.721Z] file_magic: OK [2021-05-11T08:01:15.721Z] HZ: Using current value: 100 [2021-05-11T08:01:15.721Z] file_header: OK [2021-05-11T08:01:15.721Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-11T08:01:15.721Z] Statistics: [2021-05-11T08:01:15.721Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-11T08:01:15.721Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T08:01:15.721Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T08:01:15.721Z] file_magic: OK [2021-05-11T08:01:15.721Z] HZ: Using current value: 100 [2021-05-11T08:01:15.721Z] file_header: OK [2021-05-11T08:01:15.721Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-11T08:01:15.721Z] Statistics: [2021-05-11T08:01:15.721Z] Hnuu...uuuununununu... [2021-05-11T08:01:15.721Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T08:01:16.321Z] provisioning config files... [2021-05-11T08:01:16.377Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4726350041721672164tmp [Pipeline] { [Pipeline] echo [2021-05-11T08:01:16.435Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:01:17.654Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T08:01:17.671Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T08:01:17.704Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:01:18.960Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T08:01:18.997Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:01:19.765Z] ---> sudo-logs.sh [2021-05-11T08:01:19.765Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T08:01:19.875Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:01:20.633Z] ---> job-cost.sh [2021-05-11T08:01:20.633Z] lf-activate-venv: SKIPPING [2021-05-11T08:01:20.633Z] DEBUG: total: 0.20999999344348907 [2021-05-11T08:01:20.633Z] INFO: Retrieving Stack Cost... [2021-05-11T08:01:21.662Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T08:01:22.663Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T08:01:22.681Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:01:23.028Z] ---> logs-deploy.sh [2021-05-11T08:01:23.028Z] lf-activate-venv: SKIPPING [2021-05-11T08:01:23.028Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3447/3 [2021-05-11T08:01:23.028Z] INFO: archiving workspace using pattern(s): [2021-05-11T08:01:26.499Z] Archives upload complete. [2021-05-11T08:01:26.499Z] INFO: archiving logs to Nexus