Pull request #3457 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada+21807bed0cea4258a40f185a4e0cb4759d48740d (bd83ef22d6ceedeff452c99a9248b6b597789805) 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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_IMAGE_NAME_SUFFIX: 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 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4925’ is offline; ‘prd-centos7-docker-4c-2g-4930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4927’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4933 in /w/workspace/edgexfoundry_edgex-go_PR-3457 [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 21807bed0cea4258a40f185a4e0cb4759d48740d into PR head commit 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada Merge succeeded, producing 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada Checking out Revision 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada (PR-3457) > 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/3457/head:refs/remotes/origin/PR-3457 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada # 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 21807bed0cea4258a40f185a4e0cb4759d48740d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada # timeout=10 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.0 to 1.9.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-12T22:26:22.209Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-12T22:26:22.299Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-12T22:26:22.328Z] ========================================================= [2021-05-12T22:26:22.328Z] EdgeX Global Pipelines Version Info [2021-05-12T22:26:22.328Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 95d834de79cfd8441dd361a6c81076c27b9453ef # timeout=10 [2021-05-12T22:26:24.924Z] ------------------- [2021-05-12T22:26:24.924Z] stable info: [2021-05-12T22:26:24.924Z] ------------------- [2021-05-12T22:26:24.924Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-12T22:26:24.924Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T22:26:24.924Z] Message: update stable to v1.0.192 [2021-05-12T22:26:25.877Z] ------------------- [2021-05-12T22:26:25.877Z] experimental info: [2021-05-12T22:26:25.877Z] ------------------- [2021-05-12T22:26:25.877Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-12T22:26:25.877Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T22:26:25.877Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-12T22:26:26.004Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-12T22:26:26.026Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-12T22:26:26.046Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-12T22:26:26.066Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-12T22:26:26.086Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-12T22:26:26.105Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-12T22:26:26.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-12T22:26:26.144Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-12T22:26:26.165Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-05-12T22:26:26.186Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-05-12T22:26:26.208Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-12T22:26:26.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-12T22:26:26.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-12T22:26:26.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-12T22:26:26.326Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T22:26:26.348Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T22:26:26.368Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-12T22:26:26.390Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-12T22:26:26.413Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-12T22:26:26.435Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-12T22:26:26.456Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-12T22:26:26.492Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-12T22:26:26.522Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3457 [Pipeline] echo [2021-05-12T22:26:26.543Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3457 [Pipeline] echo [2021-05-12T22:26:26.563Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3457 [Pipeline] echo [2021-05-12T22:26:26.586Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [Pipeline] echo [2021-05-12T22:26:26.611Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3b459eb [Pipeline] echo [2021-05-12T22:26:26.631Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T22:26:26.699Z] provisioning config files... [2021-05-12T22:26:26.739Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4118033859922113332tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:26:27.078Z] ---> docker-login.sh [2021-05-12T22:26:27.078Z] nexus3.edgexfoundry.org:10001 [2021-05-12T22:26:27.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:26:27.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:26:27.692Z] Configure a credential helper to remove this warning. See [2021-05-12T22:26:27.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:26:27.692Z] [2021-05-12T22:26:27.692Z] Login Succeeded [2021-05-12T22:26:27.692Z] nexus3.edgexfoundry.org:10002 [2021-05-12T22:26:27.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:26:27.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:26:27.958Z] Configure a credential helper to remove this warning. See [2021-05-12T22:26:27.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:26:27.958Z] [2021-05-12T22:26:27.958Z] Login Succeeded [2021-05-12T22:26:27.958Z] nexus3.edgexfoundry.org:10003 [2021-05-12T22:26:28.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:26:28.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:26:28.222Z] Configure a credential helper to remove this warning. See [2021-05-12T22:26:28.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:26:28.223Z] [2021-05-12T22:26:28.223Z] Login Succeeded [2021-05-12T22:26:28.223Z] nexus3.edgexfoundry.org:10004 [2021-05-12T22:26:28.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:26:28.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:26:28.486Z] Configure a credential helper to remove this warning. See [2021-05-12T22:26:28.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:26:28.486Z] [2021-05-12T22:26:28.486Z] Login Succeeded [2021-05-12T22:26:28.486Z] docker.io [2021-05-12T22:26:28.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:26:29.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:26:29.021Z] Configure a credential helper to remove this warning. See [2021-05-12T22:26:29.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:26:29.021Z] [2021-05-12T22:26:29.021Z] Login Succeeded [2021-05-12T22:26:29.021Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T22:26:29.040Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T22:26:29.412Z] ++ 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-12T22:26:29.412Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T22:26:29.412Z] ++ dirname cmd/core-command/Dockerfile [2021-05-12T22:26:29.412Z] ++ cut -d/ -f2 [2021-05-12T22:26:29.412Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-12T22:26:29.412Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T22:26:29.412Z] ++ dirname cmd/core-data/Dockerfile [2021-05-12T22:26:29.412Z] ++ cut -d/ -f2 [2021-05-12T22:26:29.412Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-12T22:26:29.412Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T22:26:29.412Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-12T22:26:29.412Z] ++ cut -d/ -f2 [2021-05-12T22:26:29.412Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-12T22:26:29.412Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T22:26:29.412Z] ++ cut -d/ -f2 [2021-05-12T22:26:29.412Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-12T22:26:29.412Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-12T22:26:29.412Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T22:26:29.412Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-12T22:26:29.412Z] ++ cut -d/ -f2 [2021-05-12T22:26:29.412Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-12T22:26:29.412Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T22:26:29.412Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-12T22:26:29.412Z] ++ cut -d/ -f2 [2021-05-12T22:26:29.412Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-12T22:26:29.412Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T22:26:29.412Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-12T22:26:29.412Z] ++ cut -d/ -f2 [2021-05-12T22:26:29.412Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-12T22:26:29.412Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T22:26:29.412Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-12T22:26:29.412Z] ++ cut -d/ -f2 [2021-05-12T22:26:29.412Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-12T22:26:29.412Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T22:26:29.412Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-12T22:26:29.412Z] ++ cut -d/ -f2 [2021-05-12T22:26:29.412Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-12T22:26:29.526Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:26:30.179Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T22:26:30.179Z] [2021-05-12T22:26:30.179Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:26:30.505Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T22:26:30.505Z] latest: Pulling from edgex-devops/git-semver [2021-05-12T22:26:30.505Z] 31603596830f: Pulling fs layer [2021-05-12T22:26:30.505Z] 54011a49482f: Pulling fs layer [2021-05-12T22:26:30.505Z] a6820b24f6d8: Pulling fs layer [2021-05-12T22:26:30.505Z] f581987b2513: Pulling fs layer [2021-05-12T22:26:30.505Z] f581987b2513: Waiting [2021-05-12T22:26:30.771Z] 54011a49482f: Verifying Checksum [2021-05-12T22:26:30.771Z] 54011a49482f: Download complete [2021-05-12T22:26:30.771Z] 31603596830f: Verifying Checksum [2021-05-12T22:26:30.771Z] 31603596830f: Download complete [2021-05-12T22:26:30.771Z] f581987b2513: Verifying Checksum [2021-05-12T22:26:30.771Z] f581987b2513: Download complete [2021-05-12T22:26:31.036Z] a6820b24f6d8: Verifying Checksum [2021-05-12T22:26:31.036Z] a6820b24f6d8: Download complete [2021-05-12T22:26:31.299Z] 31603596830f: Pull complete [2021-05-12T22:26:31.565Z] 54011a49482f: Pull complete [2021-05-12T22:26:32.793Z] a6820b24f6d8: Pull complete [2021-05-12T22:26:33.398Z] f581987b2513: Pull complete [2021-05-12T22:26:33.398Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-12T22:26:33.398Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T22:26:33.398Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-12T22:26:33.552Z] prd-centos7-docker-4c-2g-4933 does not seem to be running inside a container [2021-05-12T22:26:33.622Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T22:26:36.735Z] $ docker top 56e9e0ea577b9c26eab9571b3a9191dadce9d0975e00d13f83b03f82d182f2fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T22:26:36.981Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T22:26:36.982Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T22:26:37.587Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T22:26:37.595Z] $ docker exec 56e9e0ea577b9c26eab9571b3a9191dadce9d0975e00d13f83b03f82d182f2fc ssh-agent [2021-05-12T22:26:37.975Z] SSH_AUTH_SOCK=/tmp/ssh-PAbF9ZY9Yzzq/agent.11 [2021-05-12T22:26:37.975Z] SSH_AGENT_PID=16 [2021-05-12T22:26:37.996Z] Running ssh-add (command line suppressed) [2021-05-12T22:26:38.225Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_5524947403125519824.key (/w/workspace/edgex-go/3@tmp/private_key_5524947403125519824.key) [2021-05-12T22:26:38.355Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T22:26:39.070Z] + git tag --points-at HEAD [Pipeline] } [2021-05-12T22:26:39.140Z] $ docker exec --env ******** --env ******** 56e9e0ea577b9c26eab9571b3a9191dadce9d0975e00d13f83b03f82d182f2fc ssh-agent -k [2021-05-12T22:26:39.329Z] unset SSH_AUTH_SOCK; [2021-05-12T22:26:39.329Z] unset SSH_AGENT_PID; [2021-05-12T22:26:39.329Z] echo Agent pid 16 killed; [2021-05-12T22:26:39.377Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-12T22:26:39.413Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T22:26:39.414Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T22:26:39.689Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T22:26:39.698Z] $ docker exec 56e9e0ea577b9c26eab9571b3a9191dadce9d0975e00d13f83b03f82d182f2fc ssh-agent [2021-05-12T22:26:39.971Z] SSH_AUTH_SOCK=/tmp/ssh-CkYPH9BX6WhN/agent.45 [2021-05-12T22:26:39.971Z] SSH_AGENT_PID=51 [2021-05-12T22:26:39.981Z] Running ssh-add (command line suppressed) [2021-05-12T22:26:40.170Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6568136476810711078.key (/w/workspace/edgex-go/3@tmp/private_key_6568136476810711078.key) [2021-05-12T22:26:40.244Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T22:26:40.591Z] + git semver init [2021-05-12T22:26:40.591Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T22:26:40.591Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-05-12T22:26:40.591Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-05-12T22:26:40.591Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T22:26:40.591Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T22:26:40.591Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T22:26:40.591Z] # $SEMVER_BRANCH = PR-3457 [2021-05-12T22:26:40.591Z] # $SEMVER_TEMP = /tmp/semver-787916092 [2021-05-12T22:26:40.591Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-12T22:27:19.746Z] # '/tmp/semver-787916092' -> '/w/workspace/edgex-go/3/.semver' [2021-05-12T22:27:19.746Z] # -> Force: false [2021-05-12T22:27:19.746Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-05-12T22:27:19.780Z] $ docker exec --env ******** --env ******** 56e9e0ea577b9c26eab9571b3a9191dadce9d0975e00d13f83b03f82d182f2fc ssh-agent -k [2021-05-12T22:27:20.173Z] unset SSH_AUTH_SOCK; [2021-05-12T22:27:20.174Z] unset SSH_AGENT_PID; [2021-05-12T22:27:20.174Z] echo Agent pid 51 killed; [2021-05-12T22:27:20.348Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T22:27:20.715Z] + git semver [Pipeline] } [2021-05-12T22:27:21.021Z] $ docker stop --time=1 56e9e0ea577b9c26eab9571b3a9191dadce9d0975e00d13f83b03f82d182f2fc [2021-05-12T22:27:23.324Z] $ docker rm -f 56e9e0ea577b9c26eab9571b3a9191dadce9d0975e00d13f83b03f82d182f2fc [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T22:27:23.872Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-12T22:27:24.484Z] Stashed 1 file(s) [Pipeline] echo [2021-05-12T22:27:24.487Z] [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-12T22:27:25.005Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-12T22:27:25.313Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T22:27:25.630Z] + sudo service docker restart [2021-05-12T22:27:25.630Z] + true [2021-05-12T22:27:25.630Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-12T22:27:26.645Z] ========================================================= [2021-05-12T22:27:26.645Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-12T22:27:26.645Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:27:27.013Z] + 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-12T22:27:32.458Z] Sending build context to Docker daemon 330.3MB [2021-05-12T22:27:32.458Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T22:27:32.458Z] Step 2/6 : FROM ${BASE} [2021-05-12T22:27:32.458Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-12T22:27:32.458Z] 540db60ca938: Pulling fs layer [2021-05-12T22:27:32.458Z] adcc1eea9eea: Pulling fs layer [2021-05-12T22:27:32.458Z] 4c4ab2625f07: Pulling fs layer [2021-05-12T22:27:32.458Z] 0510c868ecb4: Pulling fs layer [2021-05-12T22:27:32.458Z] afea3b2eda06: Pulling fs layer [2021-05-12T22:27:32.458Z] 7809a108b3ef: Pulling fs layer [2021-05-12T22:27:32.458Z] f706445af74f: Pulling fs layer [2021-05-12T22:27:32.459Z] afea3b2eda06: Waiting [2021-05-12T22:27:32.459Z] 7809a108b3ef: Waiting [2021-05-12T22:27:32.459Z] f706445af74f: Waiting [2021-05-12T22:27:32.459Z] 0510c868ecb4: Waiting [2021-05-12T22:27:32.459Z] 4c4ab2625f07: Download complete [2021-05-12T22:27:32.459Z] adcc1eea9eea: Verifying Checksum [2021-05-12T22:27:32.459Z] adcc1eea9eea: Download complete [2021-05-12T22:27:32.459Z] afea3b2eda06: Verifying Checksum [2021-05-12T22:27:32.459Z] afea3b2eda06: Download complete [2021-05-12T22:27:32.459Z] 7809a108b3ef: Verifying Checksum [2021-05-12T22:27:32.459Z] 7809a108b3ef: Download complete [2021-05-12T22:27:32.459Z] 540db60ca938: Verifying Checksum [2021-05-12T22:27:32.459Z] 540db60ca938: Download complete [2021-05-12T22:27:33.107Z] 540db60ca938: Pull complete [2021-05-12T22:27:33.375Z] adcc1eea9eea: Pull complete [2021-05-12T22:27:33.639Z] 4c4ab2625f07: Pull complete [2021-05-12T22:27:37.143Z] f706445af74f: Verifying Checksum [2021-05-12T22:27:37.143Z] f706445af74f: Download complete [2021-05-12T22:27:38.789Z] 0510c868ecb4: Verifying Checksum [2021-05-12T22:27:38.789Z] 0510c868ecb4: Download complete [2021-05-12T22:27:39.620Z] Still waiting to schedule task [2021-05-12T22:27:39.620Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-12T22:27:47.122Z] 0510c868ecb4: Pull complete [2021-05-12T22:27:47.122Z] afea3b2eda06: Pull complete [2021-05-12T22:27:47.122Z] 7809a108b3ef: Pull complete [2021-05-12T22:27:51.434Z] f706445af74f: Pull complete [2021-05-12T22:27:51.434Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-12T22:27:51.434Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-12T22:27:51.434Z] ---> b068be0155e3 [2021-05-12T22:27:51.434Z] 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-12T22:27:51.434Z] ---> Running in 057e40de5b98 [2021-05-12T22:27:52.025Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:27:52.986Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:27:53.570Z] (1/12) Installing libmagic (5.39-r0) [2021-05-12T22:27:53.844Z] (2/12) Installing file (5.39-r0) [2021-05-12T22:27:54.114Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-12T22:27:54.114Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-12T22:28:12.330Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-12T22:28:12.330Z] (6/12) Installing patch (2.7.6-r6) [2021-05-12T22:28:12.330Z] (7/12) Installing build-base (0.5-r2) [2021-05-12T22:28:12.330Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-12T22:28:12.330Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-12T22:28:12.330Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-12T22:28:12.330Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-12T22:28:12.330Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-12T22:28:12.330Z] Executing busybox-1.32.1-r6.trigger [2021-05-12T22:28:12.330Z] OK: 219 MiB in 52 packages [2021-05-12T22:28:14.935Z] Removing intermediate container 057e40de5b98 [2021-05-12T22:28:14.935Z] ---> 828f958ce8f6 [2021-05-12T22:28:14.935Z] Step 4/6 : WORKDIR /edgex-go [2021-05-12T22:28:14.935Z] ---> Running in b904b7a3cd5a [2021-05-12T22:28:15.200Z] Removing intermediate container b904b7a3cd5a [2021-05-12T22:28:15.200Z] ---> fbee68cf965b [2021-05-12T22:28:15.200Z] Step 5/6 : COPY go.mod . [2021-05-12T22:28:15.799Z] ---> 9a0938f7fd3f [2021-05-12T22:28:15.799Z] Step 6/6 : RUN go mod download [2021-05-12T22:28:15.799Z] ---> Running in 2e66fca7745c [2021-05-12T22:28:42.618Z] Removing intermediate container 2e66fca7745c [2021-05-12T22:28:42.618Z] ---> fda2c302c681 [2021-05-12T22:28:42.618Z] Successfully built fda2c302c681 [2021-05-12T22:28:42.618Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:28:42.983Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T22:28:42.983Z] . [Pipeline] withDockerContainer [2021-05-12T22:28:43.138Z] prd-centos7-docker-4c-2g-4933 does not seem to be running inside a container [2021-05-12T22:28:43.223Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-12T22:28:44.304Z] $ docker top 60e85b046b523ce09da21f4a332d5d93fd6f1b8d2effa8498c26012f2f4c5bde -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T22:28:44.770Z] + go version [2021-05-12T22:28:44.770Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-12T22:28:44.819Z] $ docker stop --time=1 60e85b046b523ce09da21f4a332d5d93fd6f1b8d2effa8498c26012f2f4c5bde [2021-05-12T22:28:46.303Z] $ docker rm -f 60e85b046b523ce09da21f4a332d5d93fd6f1b8d2effa8498c26012f2f4c5bde [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:28:46.859Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T22:28:46.859Z] . [Pipeline] withDockerContainer [2021-05-12T22:28:46.972Z] prd-centos7-docker-4c-2g-4933 does not seem to be running inside a container [2021-05-12T22:28:47.028Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-12T22:28:47.815Z] $ docker top dd0e992e4c6c1680f8703681e7965294ecb511b543d3c601c5432dcb1298d0bd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-12T22:28:47.995Z] ========================================================= [2021-05-12T22:28:47.995Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-12T22:28:47.995Z] ========================================================= [Pipeline] sh [2021-05-12T22:28:48.305Z] + go mod tidy [Pipeline] sh [2021-05-12T22:28:50.552Z] + make test [2021-05-12T22:28:50.552Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-12T22:29:05.831Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-12T22:29:45.738Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-12T22:29:50.602Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-12T22:29:56.227Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-12T22:29:56.227Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-12T22:29:59.072Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-12T22:29:59.811Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-12T22:29:59.811Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-12T22:29:59.811Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-12T22:30:02.269Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-12T22:30:03.958Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-12T22:30:08.382Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-12T22:30:08.382Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-12T22:30:08.382Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-12T22:30:10.444Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.178s coverage: 45.9% of statements [2021-05-12T22:30:10.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-12T22:30:10.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-12T22:30:10.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-12T22:30:10.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-12T22:30:10.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-12T22:30:10.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-12T22:30:10.444Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.091s coverage: 28.7% of statements [2021-05-12T22:30:10.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.172s coverage: 100.0% of statements [2021-05-12T22:30:14.173Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.184s coverage: 27.8% of statements [2021-05-12T22:30:14.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-12T22:30:14.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-12T22:30:14.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-12T22:30:14.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-12T22:30:14.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-12T22:30:14.173Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.140s coverage: 81.2% of statements [2021-05-12T22:30:14.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-12T22:30:14.173Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.102s coverage: 100.0% of statements [2021-05-12T22:30:14.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-12T22:30:14.173Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.081s coverage: 100.0% of statements [2021-05-12T22:30:14.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-12T22:30:14.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-12T22:30:15.678Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.135s coverage: 71.3% of statements [2021-05-12T22:30:15.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-12T22:30:15.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-12T22:30:17.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.253s coverage: 87.7% of statements [2021-05-12T22:30:17.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-12T22:30:17.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T22:30:17.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.097s coverage: 78.9% of statements [2021-05-12T22:30:17.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-12T22:30:19.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 28.6% of statements [2021-05-12T22:30:19.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-12T22:30:19.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-12T22:30:19.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-12T22:30:19.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-12T22:30:19.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-12T22:30:19.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.210s coverage: 100.0% of statements [2021-05-12T22:30:19.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-12T22:30:19.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements [2021-05-12T22:30:19.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-12T22:30:19.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.188s coverage: 86.7% of statements [2021-05-12T22:30:19.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-12T22:30:20.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.322s coverage: 97.5% of statements [2021-05-12T22:30:20.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-12T22:30:20.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements [2021-05-12T22:30:20.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-12T22:30:20.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-12T22:30:20.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-12T22:30:20.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-12T22:30:25.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.683s coverage: 95.1% of statements [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-12T22:30:25.252Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.105s coverage: 58.8% of statements [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-12T22:30:25.252Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.112s coverage: 0.8% of statements [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-12T22:30:25.252Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.136s coverage: 22.0% of statements [2021-05-12T22:30:25.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-12T22:30:25.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.147s coverage: 47.1% of statements [2021-05-12T22:30:25.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.094s coverage: 79.5% of statements [2021-05-12T22:30:25.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.174s coverage: 94.1% of statements [2021-05-12T22:30:25.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements [2021-05-12T22:30:26.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.099s coverage: 87.5% of statements [2021-05-12T22:30:38.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.170s coverage: 94.4% of statements [2021-05-12T22:30:38.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.794s coverage: 44.8% of statements [2021-05-12T22:30:42.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.340s coverage: 81.8% of statements [2021-05-12T22:30:42.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.233s coverage: 92.9% of statements [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.065s coverage: 65.1% of statements [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 76.0% of statements [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.087s coverage: 85.4% of statements [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.212s coverage: 91.2% of statements [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.242s coverage: 64.4% of statements [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.090s coverage: 100.0% of statements [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.572s coverage: 66.9% of statements [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.294s coverage: 43.4% of statements [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.125s coverage: 84.8% of statements [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.224s coverage: 47.0% of statements [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.103s coverage: 100.0% of statements [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-12T22:30:51.412Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.085s coverage: 100.0% of statements [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-12T22:30:51.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-12T22:30:55.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.291s coverage: 21.5% of statements [2021-05-12T22:30:55.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-12T22:30:55.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.276s coverage: 92.2% of statements [2021-05-12T22:30:55.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-12T22:30:55.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T22:30:55.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-12T22:30:55.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.210s coverage: 28.7% of statements [2021-05-12T22:30:55.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-12T22:30:55.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-12T22:30:55.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-12T22:30:55.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-12T22:30:55.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-12T22:30:55.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.162s coverage: 99.0% of statements [2021-05-12T22:30:55.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-12T22:30:55.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.187s coverage: 100.0% of statements [2021-05-12T22:30:55.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-12T22:30:55.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-12T22:30:55.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-12T22:30:56.680Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.213s coverage: 64.6% of statements [2021-05-12T22:30:56.680Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-12T22:30:58.795Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.201s coverage: 97.6% of statements [2021-05-12T22:30:58.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-12T22:30:58.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T22:30:58.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-12T22:30:58.795Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.077s coverage: 0.0% of statements [2021-05-12T22:30:58.795Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-12T22:30:58.795Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements [2021-05-12T22:30:58.795Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-12T22:30:58.795Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-12T22:30:58.795Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-12T22:30:58.795Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-12T22:30:58.795Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements [2021-05-12T22:30:58.795Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-12T22:30:58.795Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-12T22:30:58.795Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-05-12T22:30:59.145Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.063s coverage: 28.1% of statements [2021-05-12T22:30:59.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-12T22:30:59.510Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.081s coverage: 85.7% of statements [2021-05-12T22:30:59.510Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-12T22:30:59.806Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-05-12T22:31:00.413Z] GO111MODULE=on go vet ./... [2021-05-12T22:31:37.729Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4938 in /w/workspace/edgexfoundry_edgex-go_PR-3457 [Pipeline] { [Pipeline] ws [2021-05-12T22:31:37.749Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-05-12T22:31:43.408Z] using credential edgex-jenkins-ssh [2021-05-12T22:31:43.426Z] Cloning the remote Git repository [2021-05-12T22:31:43.492Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-12T22:31:43.652Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-05-12T22:31:43.726Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-12T22:31:43.727Z] > git --version # timeout=10 [2021-05-12T22:31:43.741Z] > git --version # 'git version 2.17.1' [2021-05-12T22:31:43.742Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T22:31:43.802Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T22:31:57.492Z] gofmt -l . [2021-05-12T22:31:59.686Z] [ "`gofmt -l .`" = "" ] [2021-05-12T22:32:00.980Z] Merging remotes/origin/master commit 21807bed0cea4258a40f185a4e0cb4759d48740d into PR head commit 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:32:01.452Z] Merge succeeded, producing 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:32:01.452Z] Checking out Revision 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada (PR-3457) [2021-05-12T22:32:00.143Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-12T22:32:00.163Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T22:32:00.191Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-12T22:32:00.224Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-12T22:32:00.225Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T22:32:00.238Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3457/head:refs/remotes/origin/PR-3457 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T22:32:01.005Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T22:32:01.028Z] > git checkout -f 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada # timeout=10 [2021-05-12T22:32:01.358Z] > git remote # timeout=10 [2021-05-12T22:32:01.379Z] > git config --get remote.origin.url # timeout=10 [2021-05-12T22:32:01.402Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T22:32:01.414Z] > git merge 21807bed0cea4258a40f185a4e0cb4759d48740d # timeout=10 [2021-05-12T22:32:01.436Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-12T22:32:01.458Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T22:32:01.473Z] > git checkout -f 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada # timeout=10 [2021-05-12T22:32:02.594Z] ./bin/test-go-mod-tidy.sh [2021-05-12T22:32:03.721Z] ./bin/test-attribution-txt.sh [2021-05-12T22:32:05.864Z] Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.0 to 1.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-05-12T22:32:07.176Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-12T22:32:07.591Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T22:32:07.929Z] + sudo service docker restart [2021-05-12T22:32:07.929Z] + true [2021-05-12T22:32:08.073Z] + ls -al . [2021-05-12T22:32:08.073Z] total 836 [2021-05-12T22:32:08.073Z] drwxrwxr-x 10 1001 1001 4096 May 12 22:32 . [2021-05-12T22:32:08.073Z] drwxr-xr-x 4 root root 28 May 12 22:28 .. [2021-05-12T22:32:08.073Z] -rw-rw-r-- 1 1001 1001 11 May 12 22:26 .dockerignore [2021-05-12T22:32:08.073Z] drwxrwxr-x 8 1001 1001 179 May 12 22:26 .git [2021-05-12T22:32:08.073Z] drwxrwxr-x 3 1001 1001 125 May 12 22:26 .github [2021-05-12T22:32:08.073Z] -rw-rw-r-- 1 1001 1001 818 May 12 22:26 .gitignore [2021-05-12T22:32:08.073Z] drwx------ 3 1001 1001 60 May 12 22:27 .semver [2021-05-12T22:32:08.073Z] -rw-rw-r-- 1 1001 1001 166 May 12 22:26 .sonarcloud.properties [2021-05-12T22:32:08.073Z] -rw-rw-r-- 1 1001 1001 8609 May 12 22:26 Attribution.txt [2021-05-12T22:32:08.073Z] -rw-rw-r-- 1 1001 1001 3804 May 12 22:26 CONTRIBUTING.md [2021-05-12T22:32:08.073Z] -rw-rw-r-- 1 1001 1001 931 May 12 22:26 Dockerfile.build [2021-05-12T22:32:08.073Z] -rw-rw-r-- 1 1001 1001 863 May 12 22:26 Jenkinsfile [2021-05-12T22:32:08.073Z] -rw-rw-r-- 1 1001 1001 10775 May 12 22:26 LICENSE [2021-05-12T22:32:08.073Z] -rw-rw-r-- 1 1001 1001 5594 May 12 22:26 Makefile [2021-05-12T22:32:08.073Z] -rw-rw-r-- 1 1001 1001 7978 May 12 22:26 README.md [2021-05-12T22:32:08.073Z] -rw-rw-r-- 1 1001 1001 6755 May 12 22:26 SECURITY.md [2021-05-12T22:32:08.073Z] -rw-rw-r-- 1 1001 1001 5 May 12 22:27 VERSION [2021-05-12T22:32:08.073Z] -rw-rw-r-- 1 1001 1001 4131 May 12 22:26 ZMQWindows.md [2021-05-12T22:32:08.073Z] drwxrwxr-x 2 1001 1001 117 May 12 22:26 bin [2021-05-12T22:32:08.073Z] drwxrwxr-x 14 1001 1001 4096 May 12 22:26 cmd [2021-05-12T22:32:08.073Z] -rw-r--r-- 1 root root 727486 May 12 22:30 coverage.out [2021-05-12T22:32:08.073Z] -rw-r--r-- 1 root root 1060 May 12 22:32 go.mod [2021-05-12T22:32:08.073Z] -rw-r--r-- 1 root root 21797 May 12 22:28 go.sum [2021-05-12T22:32:08.074Z] drwxrwxr-x 8 1001 1001 127 May 12 22:26 internal [2021-05-12T22:32:08.074Z] drwxrwxr-x 4 1001 1001 26 May 12 22:26 openapi [2021-05-12T22:32:08.074Z] drwxrwxr-x 4 1001 1001 71 May 12 22:26 snap [2021-05-12T22:32:08.074Z] -rw-rw-r-- 1 1001 1001 168 May 12 22:26 version.go [Pipeline] sh [2021-05-12T22:32:09.309Z] + '[' -e coverage.out ] [2021-05-12T22:32:09.309Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-12T22:32:09.847Z] Stashed 1 file(s) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T22:32:09.992Z] provisioning config files... [2021-05-12T22:32:10.036Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6013766825906635567tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:32:10.406Z] ---> docker-login.sh [2021-05-12T22:32:10.407Z] nexus3.edgexfoundry.org:10001 [2021-05-12T22:32:11.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:32:11.537Z] + make build [2021-05-12T22:32:11.537Z] 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-12T22:32:11.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:32:11.600Z] Configure a credential helper to remove this warning. See [2021-05-12T22:32:11.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:32:11.600Z] [2021-05-12T22:32:11.600Z] Login Succeeded [2021-05-12T22:32:11.600Z] nexus3.edgexfoundry.org:10002 [2021-05-12T22:32:11.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:32:12.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:32:12.150Z] Configure a credential helper to remove this warning. See [2021-05-12T22:32:12.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:32:12.150Z] [2021-05-12T22:32:12.150Z] Login Succeeded [2021-05-12T22:32:12.150Z] nexus3.edgexfoundry.org:10003 [2021-05-12T22:32:12.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:32:12.697Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:32:12.697Z] Configure a credential helper to remove this warning. See [2021-05-12T22:32:12.697Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:32:12.697Z] [2021-05-12T22:32:12.697Z] Login Succeeded [2021-05-12T22:32:12.697Z] nexus3.edgexfoundry.org:10004 [2021-05-12T22:32:12.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:32:12.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:32:12.970Z] Configure a credential helper to remove this warning. See [2021-05-12T22:32:12.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:32:12.970Z] [2021-05-12T22:32:12.970Z] Login Succeeded [2021-05-12T22:32:12.970Z] docker.io [2021-05-12T22:32:13.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:32:13.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:32:13.836Z] Configure a credential helper to remove this warning. See [2021-05-12T22:32:13.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:32:13.836Z] [2021-05-12T22:32:13.836Z] Login Succeeded [2021-05-12T22:32:13.836Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T22:32:13.854Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-12T22:32:14.157Z] ========================================================= [2021-05-12T22:32:14.157Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-12T22:32:14.157Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:32:14.593Z] + 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-12T22:32:17.210Z] 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-12T22:32:17.249Z] Sending build context to Docker daemon 167.8MB [2021-05-12T22:32:17.249Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T22:32:17.249Z] Step 2/6 : FROM ${BASE} [2021-05-12T22:32:17.249Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-12T22:32:17.249Z] 595b0fe564bb: Pulling fs layer [2021-05-12T22:32:17.249Z] 7186ed65a4f7: Pulling fs layer [2021-05-12T22:32:17.249Z] 316046926c0a: Pulling fs layer [2021-05-12T22:32:17.249Z] 4ebd0625c992: Pulling fs layer [2021-05-12T22:32:17.249Z] 207e8628e3a3: Pulling fs layer [2021-05-12T22:32:17.249Z] c791037a9be2: Pulling fs layer [2021-05-12T22:32:17.249Z] ffd874e62e21: Pulling fs layer [2021-05-12T22:32:17.249Z] 4ebd0625c992: Waiting [2021-05-12T22:32:17.249Z] 207e8628e3a3: Waiting [2021-05-12T22:32:17.249Z] c791037a9be2: Waiting [2021-05-12T22:32:17.249Z] ffd874e62e21: Waiting [2021-05-12T22:32:17.249Z] 316046926c0a: Download complete [2021-05-12T22:32:17.249Z] 7186ed65a4f7: Download complete [2021-05-12T22:32:17.249Z] 207e8628e3a3: Download complete [2021-05-12T22:32:17.249Z] c791037a9be2: Verifying Checksum [2021-05-12T22:32:17.249Z] c791037a9be2: Download complete [2021-05-12T22:32:17.249Z] 595b0fe564bb: Verifying Checksum [2021-05-12T22:32:17.249Z] 595b0fe564bb: Download complete [2021-05-12T22:32:17.858Z] 595b0fe564bb: Pull complete [2021-05-12T22:32:18.459Z] 7186ed65a4f7: Pull complete [2021-05-12T22:32:18.733Z] 316046926c0a: Pull complete [2021-05-12T22:32:19.330Z] ffd874e62e21: Download complete [2021-05-12T22:32:20.764Z] 4ebd0625c992: Verifying Checksum [2021-05-12T22:32:20.764Z] 4ebd0625c992: Download complete [2021-05-12T22:32:30.921Z] 4ebd0625c992: Pull complete [2021-05-12T22:32:30.921Z] 207e8628e3a3: Pull complete [2021-05-12T22:32:31.196Z] c791037a9be2: Pull complete [2021-05-12T22:32:34.599Z] ffd874e62e21: Pull complete [2021-05-12T22:32:34.599Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-12T22:32:34.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-12T22:32:34.874Z] ---> cfc18b08335c [2021-05-12T22:32:34.874Z] 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-12T22:32:36.123Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-12T22:32:36.123Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-12T22:32:38.287Z] ---> Running in 4493aea89c65 [2021-05-12T22:32:38.992Z] 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-12T22:32:39.272Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:32:40.243Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:32:40.614Z] 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-12T22:32:40.839Z] (1/12) Installing libmagic (5.39-r0) [2021-05-12T22:32:41.428Z] (2/12) Installing file (5.39-r0) [2021-05-12T22:32:41.428Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-12T22:32:41.698Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-12T22:32:44.146Z] 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-12T22:32:45.988Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-12T22:32:45.988Z] (6/12) Installing patch (2.7.6-r6) [2021-05-12T22:32:46.261Z] (7/12) Installing build-base (0.5-r2) [2021-05-12T22:32:46.261Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-12T22:32:46.261Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-12T22:32:46.532Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-12T22:32:46.532Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-12T22:32:46.532Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-12T22:32:46.804Z] Executing busybox-1.32.1-r6.trigger [2021-05-12T22:32:46.804Z] OK: 218 MiB in 52 packages [2021-05-12T22:32:46.971Z] 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-12T22:32:48.947Z] 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-12T22:32:51.042Z] 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-12T22:32:51.122Z] Removing intermediate container 4493aea89c65 [2021-05-12T22:32:51.122Z] ---> 3694b1ce963c [2021-05-12T22:32:51.122Z] Step 4/6 : WORKDIR /edgex-go [2021-05-12T22:32:51.122Z] ---> Running in ae98b3c9b7ac [2021-05-12T22:32:51.395Z] Removing intermediate container ae98b3c9b7ac [2021-05-12T22:32:51.395Z] ---> b6b2bfc6a2b1 [2021-05-12T22:32:51.395Z] Step 5/6 : COPY go.mod . [2021-05-12T22:32:52.370Z] ---> b9c36e865cbb [2021-05-12T22:32:52.370Z] Step 6/6 : RUN go mod download [2021-05-12T22:32:52.469Z] 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-12T22:32:52.644Z] ---> Running in 3cf5395b23de [2021-05-12T22:32:54.499Z] 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-12T22:32:58.904Z] $ docker stop --time=1 dd0e992e4c6c1680f8703681e7965294ecb511b543d3c601c5432dcb1298d0bd [2021-05-12T22:33:01.201Z] $ docker rm -f dd0e992e4c6c1680f8703681e7965294ecb511b543d3c601c5432dcb1298d0bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:03.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-12T22:33:03.193Z] [2021-05-12T22:33:03.193Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:03.529Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-12T22:33:03.529Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-12T22:33:03.529Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-12T22:33:03.529Z] ca9280d653b3: Pulling fs layer [2021-05-12T22:33:03.529Z] 7e9c9ca2126c: Pulling fs layer [2021-05-12T22:33:03.807Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-12T22:33:03.807Z] cbdbe7a5bc2a: Download complete [2021-05-12T22:33:04.418Z] ca9280d653b3: Verifying Checksum [2021-05-12T22:33:04.418Z] ca9280d653b3: Download complete [2021-05-12T22:33:04.418Z] cbdbe7a5bc2a: Pull complete [2021-05-12T22:33:05.852Z] 7e9c9ca2126c: Download complete [2021-05-12T22:33:06.115Z] ca9280d653b3: Pull complete [2021-05-12T22:33:14.455Z] 7e9c9ca2126c: Pull complete [2021-05-12T22:33:14.455Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-12T22:33:14.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-12T22:33:14.455Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-12T22:33:14.644Z] prd-centos7-docker-4c-2g-4933 does not seem to be running inside a container [2021-05-12T22:33:14.808Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-12T22:33:17.999Z] $ docker top 75aec2f77f169bd04699af2fe82ca3fbf6fc476a606e8fee5128b1ee517285e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T22:33:18.579Z] + docker-compose build --help [2021-05-12T22:33:18.579Z] + grep parallel [2021-05-12T22:33:19.439Z] Removing intermediate container 3cf5395b23de [2021-05-12T22:33:19.439Z] ---> fc3e8de55acf [2021-05-12T22:33:19.439Z] Successfully built fc3e8de55acf [2021-05-12T22:33:19.439Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:19.783Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T22:33:19.783Z] . [Pipeline] withDockerContainer [2021-05-12T22:33:19.995Z] --parallel Build images in parallel. [2021-05-12T22:33:20.053Z] prd-ubuntu18.04-docker-arm64-4c-16g-4938 does not seem to be running inside a container [2021-05-12T22:33:20.137Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-12T22:33:21.667Z] $ docker top b6f23b3644a30d4d24dc452b202f8fb153e227bfd251adacfa6f96f97b892701 -eo pid,comm [Pipeline] { [Pipeline] } [2021-05-12T22:33:22.020Z] $ docker stop --time=1 75aec2f77f169bd04699af2fe82ca3fbf6fc476a606e8fee5128b1ee517285e6 [2021-05-12T22:33:23.648Z] $ docker rm -f 75aec2f77f169bd04699af2fe82ca3fbf6fc476a606e8fee5128b1ee517285e6 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:24.296Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-12T22:33:24.296Z] . [Pipeline] withDockerContainer [2021-05-12T22:33:24.440Z] prd-centos7-docker-4c-2g-4933 does not seem to be running inside a container [2021-05-12T22:33:24.475Z] + go version [2021-05-12T22:33:24.475Z] go version go1.16.3 linux/arm64 [2021-05-12T22:33:24.519Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-12T22:33:25.711Z] $ docker top 0f8cbe1ed7ca7ebd579da017bb1b72a0e2067429cf81131dd5ae663321ea2a59 -eo pid,comm [Pipeline] { [Pipeline] } [2021-05-12T22:33:25.869Z] $ docker stop --time=1 b6f23b3644a30d4d24dc452b202f8fb153e227bfd251adacfa6f96f97b892701 [2021-05-12T22:33:27.743Z] $ docker rm -f b6f23b3644a30d4d24dc452b202f8fb153e227bfd251adacfa6f96f97b892701 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:28.301Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-12T22:33:28.464Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T22:33:28.464Z] . [Pipeline] withDockerContainer [2021-05-12T22:33:28.698Z] prd-ubuntu18.04-docker-arm64-4c-16g-4938 does not seem to be running inside a container [2021-05-12T22:33:28.782Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-12T22:33:29.711Z] Building core-command ... [2021-05-12T22:33:29.711Z] Building core-data ... [2021-05-12T22:33:29.711Z] Building core-metadata ... [2021-05-12T22:33:29.711Z] Building security-bootstrapper ... [2021-05-12T22:33:29.711Z] Building security-proxy-setup ... [2021-05-12T22:33:29.711Z] Building security-secretstore-setup ... [2021-05-12T22:33:29.711Z] Building support-notifications ... [2021-05-12T22:33:29.711Z] Building support-scheduler ... [2021-05-12T22:33:29.711Z] Building sys-mgmt-agent ... [2021-05-12T22:33:29.711Z] Building support-scheduler [2021-05-12T22:33:29.711Z] Building core-command [2021-05-12T22:33:29.711Z] Building security-bootstrapper [2021-05-12T22:33:29.711Z] Building support-notifications [2021-05-12T22:33:29.711Z] Building core-metadata [2021-05-12T22:33:30.120Z] $ docker top 27783615a7841ad994768f2a69dfda268bd2dd687b93b4003075d63fe5411943 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-12T22:33:30.383Z] ========================================================= [2021-05-12T22:33:30.383Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-12T22:33:30.383Z] ========================================================= [Pipeline] sh [2021-05-12T22:33:31.924Z] + go mod tidy [Pipeline] sh [2021-05-12T22:33:32.595Z] + make test [2021-05-12T22:33:32.595Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-12T22:33:59.401Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-12T22:34:17.515Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:34:17.515Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:34:17.515Z] ---> fda2c302c681 [2021-05-12T22:34:17.515Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T22:34:17.515Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:34:17.515Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:34:17.515Z] ---> fda2c302c681 [2021-05-12T22:34:17.515Z] Step 3/23 : WORKDIR /edgex-go [2021-05-12T22:34:17.515Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:34:17.515Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:34:17.515Z] ---> fda2c302c681 [2021-05-12T22:34:17.515Z] Step 3/23 : WORKDIR /edgex-go [2021-05-12T22:34:17.515Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:34:17.515Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:34:17.515Z] ---> fda2c302c681 [2021-05-12T22:34:17.516Z] Step 3/32 : WORKDIR /edgex-go [2021-05-12T22:34:17.516Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:34:17.516Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:34:17.516Z] ---> fda2c302c681 [2021-05-12T22:34:17.516Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T22:34:18.107Z] ---> Running in 976182475cc7 [2021-05-12T22:34:18.107Z] ---> Running in d71e88f6345d [2021-05-12T22:34:18.107Z] ---> Running in 23b6fa0b7d61 [2021-05-12T22:34:18.107Z] ---> Running in c5567b10ba41 [2021-05-12T22:34:18.107Z] ---> Running in 8fe1604dae2a [2021-05-12T22:34:18.705Z] Removing intermediate container 23b6fa0b7d61 [2021-05-12T22:34:18.705Z] ---> 3f59be1e65fc [2021-05-12T22:34:18.705Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:34:18.705Z] Removing intermediate container 8fe1604dae2a [2021-05-12T22:34:18.705Z] ---> 372810f95cff [2021-05-12T22:34:18.705Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:34:18.705Z] Removing intermediate container 976182475cc7 [2021-05-12T22:34:18.705Z] ---> e2976fa5fd50 [2021-05-12T22:34:18.705Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:34:18.705Z] Removing intermediate container c5567b10ba41 [2021-05-12T22:34:18.705Z] ---> 421a97b0f82c [2021-05-12T22:34:18.705Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:34:18.705Z] Removing intermediate container d71e88f6345d [2021-05-12T22:34:18.705Z] ---> c3152713ac1d [2021-05-12T22:34:18.705Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:34:18.973Z] ---> Running in f42e924f938e [2021-05-12T22:34:18.973Z] ---> Running in 476023ffe366 [2021-05-12T22:34:18.973Z] ---> Running in f6398d0668b7 [2021-05-12T22:34:18.973Z] ---> Running in 9db288b7f9bf [2021-05-12T22:34:18.973Z] ---> Running in a36fb97e31c9 [2021-05-12T22:34:22.417Z] Removing intermediate container 476023ffe366 [2021-05-12T22:34:22.417Z] ---> 779b941b9e7b [2021-05-12T22:34:22.417Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-12T22:34:22.417Z] Removing intermediate container f42e924f938e [2021-05-12T22:34:22.417Z] ---> b0eb9ab92f1d [2021-05-12T22:34:22.417Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-12T22:34:22.417Z] Removing intermediate container f6398d0668b7 [2021-05-12T22:34:22.417Z] ---> 296ca7799862 [2021-05-12T22:34:22.417Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-12T22:34:22.417Z] ---> Running in 385cb30755e9 [2021-05-12T22:34:22.417Z] ---> Running in 8c36c9b87afe [2021-05-12T22:34:22.418Z] ---> Running in 2dd99f5fc75f [2021-05-12T22:34:22.418Z] Removing intermediate container a36fb97e31c9 [2021-05-12T22:34:22.418Z] ---> a2c1462fe865 [2021-05-12T22:34:22.418Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-12T22:34:22.418Z] Removing intermediate container 9db288b7f9bf [2021-05-12T22:34:22.418Z] ---> 5e7e08a5ddc0 [2021-05-12T22:34:22.418Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-12T22:34:22.418Z] ---> Running in 949e982783f8 [2021-05-12T22:34:22.418Z] ---> Running in 768834004c73 [2021-05-12T22:34:23.411Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:34:23.411Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:34:23.700Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:34:23.979Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:34:23.979Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:34:24.260Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:34:24.260Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:34:24.544Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:34:24.813Z] OK: 219 MiB in 52 packages [2021-05-12T22:34:24.813Z] OK: 219 MiB in 52 packages [2021-05-12T22:34:25.090Z] OK: 219 MiB in 52 packages [2021-05-12T22:34:25.365Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:34:25.635Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:34:25.635Z] Removing intermediate container 385cb30755e9 [2021-05-12T22:34:25.635Z] ---> 1e94565a2218 [2021-05-12T22:34:25.635Z] Step 6/24 : COPY go.mod . [2021-05-12T22:34:25.914Z] Removing intermediate container 8c36c9b87afe [2021-05-12T22:34:25.914Z] ---> 271c9e4950d8 [2021-05-12T22:34:25.914Z] Step 6/24 : COPY go.mod . [2021-05-12T22:34:25.914Z] Removing intermediate container 2dd99f5fc75f [2021-05-12T22:34:25.914Z] ---> 18865f7e3e20 [2021-05-12T22:34:25.914Z] Step 6/23 : COPY go.mod . [2021-05-12T22:34:26.188Z] ---> 811b0b82fbfe [2021-05-12T22:34:26.188Z] Step 7/24 : RUN go mod download [2021-05-12T22:34:26.188Z] ---> Running in 31a79b75e85c [2021-05-12T22:34:26.188Z] ---> a100255ee8ed [2021-05-12T22:34:26.188Z] Step 7/24 : RUN go mod download [2021-05-12T22:34:26.458Z] ---> fb9362c123b1 [2021-05-12T22:34:26.458Z] Step 7/23 : RUN go mod download [2021-05-12T22:34:26.458Z] ---> Running in 3f4b59689df5 [2021-05-12T22:34:26.458Z] ---> Running in 89c3ce96c165 [2021-05-12T22:34:27.954Z] OK: 219 MiB in 52 packages [2021-05-12T22:34:27.954Z] OK: 219 MiB in 52 packages [2021-05-12T22:34:29.385Z] Removing intermediate container 768834004c73 [2021-05-12T22:34:29.385Z] ---> 56de52153baf [2021-05-12T22:34:29.385Z] Step 6/32 : COPY go.mod . [2021-05-12T22:34:29.385Z] Removing intermediate container 949e982783f8 [2021-05-12T22:34:29.385Z] ---> 81273a0213eb [2021-05-12T22:34:29.385Z] Step 6/23 : COPY go.mod . [2021-05-12T22:34:29.659Z] Removing intermediate container 31a79b75e85c [2021-05-12T22:34:29.659Z] ---> c61c11b55b9b [2021-05-12T22:34:29.659Z] Step 8/24 : COPY . . [2021-05-12T22:34:29.659Z] ---> 8ce3f109b1ea [2021-05-12T22:34:29.659Z] Step 7/23 : RUN go mod download [2021-05-12T22:34:29.937Z] ---> 37e7154e0293 [2021-05-12T22:34:29.937Z] Step 7/32 : RUN go mod download [2021-05-12T22:34:29.937Z] Removing intermediate container 3f4b59689df5 [2021-05-12T22:34:29.937Z] ---> e87969691e4a [2021-05-12T22:34:29.937Z] Step 8/24 : COPY . . [2021-05-12T22:34:29.937Z] ---> Running in 39c92baf8eb4 [2021-05-12T22:34:30.204Z] Removing intermediate container 89c3ce96c165 [2021-05-12T22:34:30.204Z] ---> 9eac7b054ca0 [2021-05-12T22:34:30.204Z] Step 8/23 : COPY . . [2021-05-12T22:34:30.204Z] ---> Running in c1965e70ffc4 [2021-05-12T22:34:38.661Z] Removing intermediate container 39c92baf8eb4 [2021-05-12T22:34:38.661Z] ---> 6945196ffdcb [2021-05-12T22:34:38.661Z] Step 8/23 : COPY . . [2021-05-12T22:34:38.952Z] Removing intermediate container c1965e70ffc4 [2021-05-12T22:34:38.952Z] ---> 476472b2acee [2021-05-12T22:34:38.952Z] Step 8/32 : COPY . . [2021-05-12T22:34:56.015Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-12T22:35:01.434Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-12T22:35:11.650Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-12T22:35:11.650Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-12T22:35:15.059Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-12T22:35:15.335Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-12T22:35:15.335Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-12T22:35:15.335Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-12T22:35:18.280Z] ---> 9058eecfc524 [2021-05-12T22:35:18.280Z] Step 9/24 : RUN go mod tidy [2021-05-12T22:35:18.280Z] ---> 4d8bedb23d4a [2021-05-12T22:35:18.280Z] Step 9/24 : RUN go mod tidy [2021-05-12T22:35:19.708Z] ---> 9a7f2fa00a2f [2021-05-12T22:35:19.708Z] Step 9/23 : RUN go mod tidy [2021-05-12T22:35:19.708Z] ---> Running in 551f3b931308 [2021-05-12T22:35:19.708Z] ---> Running in ebfa0e81bb2a [2021-05-12T22:35:20.321Z] ---> Running in 2f5a1771181c [2021-05-12T22:35:20.605Z] ---> 2e31592d03b3 [2021-05-12T22:35:20.605Z] Step 9/32 : RUN go mod tidy [2021-05-12T22:35:20.605Z] ---> 191c969ff40c [2021-05-12T22:35:20.605Z] Step 9/23 : RUN go mod tidy [2021-05-12T22:35:20.802Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-12T22:35:20.802Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-12T22:35:20.876Z] ---> Running in 36da9a61c714 [2021-05-12T22:35:20.877Z] ---> Running in 748bc04c21c9 [2021-05-12T22:35:26.325Z] Removing intermediate container 36da9a61c714 [2021-05-12T22:35:26.325Z] ---> 3a462ad9df1a [2021-05-12T22:35:26.325Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-12T22:35:26.325Z] Removing intermediate container ebfa0e81bb2a [2021-05-12T22:35:26.325Z] ---> f0ffcc6697d9 [2021-05-12T22:35:26.325Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-12T22:35:26.325Z] Removing intermediate container 551f3b931308 [2021-05-12T22:35:26.325Z] ---> d613d5ca14ca [2021-05-12T22:35:26.325Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-12T22:35:26.325Z] ---> Running in fe8b1ddc7c31 [2021-05-12T22:35:26.325Z] ---> Running in c8b3f7bad53f [2021-05-12T22:35:26.903Z] Removing intermediate container 748bc04c21c9 [2021-05-12T22:35:26.904Z] ---> dd113ab00ab3 [2021-05-12T22:35:26.904Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-12T22:35:26.904Z] ---> Running in e8e618ce380d [2021-05-12T22:35:26.904Z] Removing intermediate container 2f5a1771181c [2021-05-12T22:35:26.904Z] ---> 4642069255ad [2021-05-12T22:35:26.904Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-12T22:35:26.904Z] ---> Running in b1dff93d632b [2021-05-12T22:35:26.904Z] ---> Running in 411cca415f6e [2021-05-12T22:35:28.372Z] 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-12T22:35:28.664Z] 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-12T22:35:28.664Z] 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-12T22:35:28.664Z] 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-12T22:35:28.664Z] 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-12T22:35:31.009Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-12T22:35:31.009Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-12T22:35:31.009Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-12T22:35:34.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.431s coverage: 45.9% of statements [2021-05-12T22:35:34.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-12T22:35:34.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-12T22:35:34.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-12T22:35:34.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-12T22:35:34.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-12T22:35:34.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-12T22:35:34.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.145s coverage: 28.7% of statements [2021-05-12T22:35:34.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.231s coverage: 100.0% of statements [2021-05-12T22:35:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.570s coverage: 27.8% of statements [2021-05-12T22:35:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-12T22:35:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-12T22:35:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-12T22:35:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-12T22:35:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-12T22:35:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.175s coverage: 81.2% of statements [2021-05-12T22:35:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-12T22:35:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.244s coverage: 100.0% of statements [2021-05-12T22:35:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-12T22:35:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.247s coverage: 100.0% of statements [2021-05-12T22:35:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-12T22:35:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-12T22:35:44.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.253s coverage: 71.3% of statements [2021-05-12T22:35:44.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-12T22:35:44.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-12T22:35:45.686Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.435s coverage: 87.7% of statements [2021-05-12T22:35:45.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-12T22:35:45.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T22:35:45.686Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.180s coverage: 78.9% of statements [2021-05-12T22:35:45.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-12T22:35:55.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.122s coverage: 28.6% of statements [2021-05-12T22:35:55.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-12T22:35:55.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-12T22:35:55.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-12T22:35:55.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-12T22:35:55.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-12T22:35:55.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.232s coverage: 100.0% of statements [2021-05-12T22:35:55.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-12T22:35:55.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.144s coverage: 100.0% of statements [2021-05-12T22:35:55.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-12T22:35:55.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.408s coverage: 86.7% of statements [2021-05-12T22:35:55.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-12T22:35:55.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.427s coverage: 97.5% of statements [2021-05-12T22:35:55.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-12T22:35:55.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.246s coverage: 78.3% of statements [2021-05-12T22:35:55.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-12T22:35:55.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-12T22:35:55.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-12T22:35:55.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-12T22:36:02.678Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.248s coverage: 95.1% of statements [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-12T22:36:02.678Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.129s coverage: 58.8% of statements [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-12T22:36:02.678Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.336s coverage: 0.8% of statements [2021-05-12T22:36:02.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-12T22:36:02.679Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.117s coverage: 22.0% of statements [2021-05-12T22:36:02.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-12T22:36:02.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.126s coverage: 47.1% of statements [2021-05-12T22:36:02.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.172s coverage: 79.5% of statements [2021-05-12T22:36:02.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.156s coverage: 94.1% of statements [2021-05-12T22:36:03.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.166s coverage: 96.3% of statements [2021-05-12T22:36:03.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.156s coverage: 87.5% of statements [2021-05-12T22:36:16.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.135s coverage: 94.4% of statements [2021-05-12T22:36:16.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.138s coverage: 44.8% of statements [2021-05-12T22:36:21.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.487s coverage: 81.8% of statements [2021-05-12T22:36:21.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-12T22:36:29.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.200s coverage: 92.9% of statements [2021-05-12T22:36:29.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-12T22:36:29.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-12T22:36:29.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-12T22:36:29.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements [2021-05-12T22:36:29.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-12T22:36:29.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-12T22:36:29.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-12T22:36:29.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-12T22:36:29.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-12T22:36:29.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-05-12T22:36:29.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-12T22:36:29.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-12T22:36:29.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-05-12T22:36:29.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-12T22:36:29.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 76.0% of statements [2021-05-12T22:36:29.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-12T22:36:29.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.176s coverage: 80.0% of statements [2021-05-12T22:36:29.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.201s coverage: 87.2% of statements [2021-05-12T22:36:29.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.217s coverage: 85.4% of statements [2021-05-12T22:36:29.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.229s coverage: 91.2% of statements [2021-05-12T22:36:29.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-12T22:36:29.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.605s coverage: 64.4% of statements [2021-05-12T22:36:29.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-12T22:36:29.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-12T22:36:29.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.129s coverage: 100.0% of statements [2021-05-12T22:36:29.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements [2021-05-12T22:36:29.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements [2021-05-12T22:36:29.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2021-05-12T22:36:29.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-05-12T22:36:34.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.131s coverage: 66.9% of statements [2021-05-12T22:36:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-12T22:36:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-12T22:36:34.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-12T22:36:35.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.664s coverage: 43.4% of statements [2021-05-12T22:36:35.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-12T22:36:35.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-12T22:36:35.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.152s coverage: 89.5% of statements [2021-05-12T22:36:35.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-12T22:36:35.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.128s coverage: 84.8% of statements [2021-05-12T22:36:37.379Z] Removing intermediate container b1dff93d632b [2021-05-12T22:36:37.379Z] ---> fdafa3766aab [2021-05-12T22:36:37.379Z] [2021-05-12T22:36:37.379Z] Step 11/32 : FROM alpine:3.12 [2021-05-12T22:36:37.379Z] 3.12: Pulling from library/alpine [2021-05-12T22:36:37.379Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T22:36:37.379Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T22:36:37.379Z] ---> 13621d1b12d4 [2021-05-12T22:36:37.379Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-12T22:36:40.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.388s coverage: 47.0% of statements [2021-05-12T22:36:40.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-12T22:36:40.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-12T22:36:40.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-12T22:36:40.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-12T22:36:40.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-12T22:36:40.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.182s coverage: 100.0% of statements [2021-05-12T22:36:40.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-12T22:36:40.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements [2021-05-12T22:36:40.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-12T22:36:40.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-12T22:36:41.689Z] ---> Running in 6e0d8d9f4fba [2021-05-12T22:36:42.274Z] Removing intermediate container e8e618ce380d [2021-05-12T22:36:42.274Z] ---> 62292e6b1b54 [2021-05-12T22:36:42.274Z] [2021-05-12T22:36:42.274Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T22:36:42.494Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.227s coverage: 21.5% of statements [2021-05-12T22:36:42.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-12T22:36:42.494Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.426s coverage: 92.2% of statements [2021-05-12T22:36:42.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-12T22:36:42.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T22:36:42.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-12T22:36:42.541Z] ---> 13621d1b12d4 [2021-05-12T22:36:42.541Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-12T22:36:42.803Z] Removing intermediate container 411cca415f6e [2021-05-12T22:36:42.803Z] ---> 09edc9288d69 [2021-05-12T22:36:42.803Z] [2021-05-12T22:36:42.803Z] Step 11/23 : FROM alpine:3.12 [2021-05-12T22:36:42.803Z] ---> 13621d1b12d4 [2021-05-12T22:36:42.803Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-12T22:36:43.067Z] Removing intermediate container fe8b1ddc7c31 [2021-05-12T22:36:43.067Z] ---> 6f02e8a97730 [2021-05-12T22:36:43.067Z] [2021-05-12T22:36:43.067Z] Step 11/23 : FROM alpine:3.12 [2021-05-12T22:36:43.067Z] ---> 13621d1b12d4 [2021-05-12T22:36:43.067Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-12T22:36:43.067Z] Removing intermediate container 6e0d8d9f4fba [2021-05-12T22:36:43.067Z] ---> 95381aff5b28 [2021-05-12T22:36:43.067Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-12T22:36:43.067Z] Removing intermediate container c8b3f7bad53f [2021-05-12T22:36:43.067Z] ---> 7c36b42faa1e [2021-05-12T22:36:43.067Z] [2021-05-12T22:36:43.067Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T22:36:43.067Z] ---> 13621d1b12d4 [2021-05-12T22:36:43.067Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-12T22:36:43.369Z] ---> Running in d9495ae44c78 [2021-05-12T22:36:43.369Z] ---> Running in cbb2a11d090e [2021-05-12T22:36:43.369Z] ---> Running in 0255ca41933c [2021-05-12T22:36:43.369Z] ---> Running in 10e977d9bbe6 [2021-05-12T22:36:43.369Z] ---> Running in c895bfe8d1ce [2021-05-12T22:36:44.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:36:44.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:36:44.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:36:44.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:36:45.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:36:45.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:36:45.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:36:45.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:36:45.187Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-12T22:36:45.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:36:45.187Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-12T22:36:45.187Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:36:45.187Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-12T22:36:45.187Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:36:45.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:36:45.187Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T22:36:45.532Z] OK: 6 MiB in 15 packages [2021-05-12T22:36:45.532Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-12T22:36:45.532Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:36:45.532Z] OK: 6 MiB in 15 packages [2021-05-12T22:36:45.532Z] OK: 6 MiB in 16 packages [2021-05-12T22:36:45.532Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-12T22:36:45.532Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:36:45.532Z] OK: 6 MiB in 15 packages [2021-05-12T22:36:45.802Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-12T22:36:45.802Z] (2/2) Installing su-exec (0.2-r1) [2021-05-12T22:36:45.802Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:36:45.802Z] OK: 6 MiB in 16 packages [2021-05-12T22:36:48.433Z] Removing intermediate container 0255ca41933c [2021-05-12T22:36:48.433Z] ---> 4bce26cd6543 [2021-05-12T22:36:48.433Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T22:36:48.726Z] Removing intermediate container cbb2a11d090e [2021-05-12T22:36:48.726Z] ---> f33696f35c88 [2021-05-12T22:36:48.726Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T22:36:48.726Z] ---> Running in e833847f2f68 [2021-05-12T22:36:48.726Z] Removing intermediate container c895bfe8d1ce [2021-05-12T22:36:48.726Z] ---> 0348be69b15d [2021-05-12T22:36:48.726Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T22:36:49.296Z] Removing intermediate container d9495ae44c78 [2021-05-12T22:36:49.296Z] ---> e3b4fbbfd22a [2021-05-12T22:36:49.296Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T22:36:49.296Z] Removing intermediate container 10e977d9bbe6 [2021-05-12T22:36:49.296Z] ---> 675b203a24f6 [2021-05-12T22:36:49.296Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-12T22:36:49.296Z] ---> Running in 6c6023d770f3 [2021-05-12T22:36:49.296Z] ---> Running in 40d595797637 [2021-05-12T22:36:49.296Z] ---> Running in 40fb5b4697a1 [2021-05-12T22:36:49.296Z] ---> Running in 0cb24563d555 [2021-05-12T22:36:49.707Z] Removing intermediate container e833847f2f68 [2021-05-12T22:36:49.707Z] ---> f87087d0fabf [2021-05-12T22:36:49.707Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-12T22:36:49.707Z] Removing intermediate container 6c6023d770f3 [2021-05-12T22:36:49.707Z] ---> ea34d402fc47 [2021-05-12T22:36:49.707Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-12T22:36:49.707Z] ---> Running in 0ad46066d85d [2021-05-12T22:36:50.045Z] Removing intermediate container 40d595797637 [2021-05-12T22:36:50.045Z] ---> 53dd49cdf716 [2021-05-12T22:36:50.046Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-12T22:36:50.046Z] Removing intermediate container 40fb5b4697a1 [2021-05-12T22:36:50.046Z] ---> 4c02b21aa041 [2021-05-12T22:36:50.046Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-12T22:36:50.046Z] ---> Running in 6a1e7e0ebf40 [2021-05-12T22:36:50.046Z] Removing intermediate container 0cb24563d555 [2021-05-12T22:36:50.046Z] ---> 3a1c1b121818 [2021-05-12T22:36:50.046Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-12T22:36:50.468Z] ---> Running in 830cdda37a4e [2021-05-12T22:36:50.786Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.713s coverage: 28.7% of statements [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-12T22:36:50.786Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-12T22:36:50.786Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.167s coverage: 100.0% of statements [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-12T22:36:50.786Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.176s coverage: 64.6% of statements [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-12T22:36:50.786Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.435s coverage: 97.6% of statements [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-12T22:36:50.786Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-12T22:36:50.786Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-12T22:36:50.786Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-12T22:36:50.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-12T22:36:50.786Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2021-05-12T22:36:50.840Z] ---> Running in acbf6c997017 [2021-05-12T22:36:50.840Z] ---> Running in 62cdf8475154 [2021-05-12T22:36:50.840Z] Removing intermediate container 0ad46066d85d [2021-05-12T22:36:50.840Z] ---> faaecd5243d2 [2021-05-12T22:36:50.840Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-12T22:36:51.061Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.175s coverage: 28.1% of statements [2021-05-12T22:36:51.062Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-12T22:36:51.122Z] Removing intermediate container 6a1e7e0ebf40 [2021-05-12T22:36:51.122Z] ---> 922a77ca5b98 [2021-05-12T22:36:51.122Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-12T22:36:51.122Z] ---> Running in 494ab8d5f1fd [2021-05-12T22:36:51.435Z] ---> Running in 6b1200b0fcce [2021-05-12T22:36:51.435Z] Removing intermediate container acbf6c997017 [2021-05-12T22:36:51.435Z] ---> cc32baadeeb9 [2021-05-12T22:36:51.435Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-12T22:36:51.435Z] Removing intermediate container 830cdda37a4e [2021-05-12T22:36:51.435Z] ---> 39defc157da4 [2021-05-12T22:36:51.435Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-12T22:36:51.435Z] Removing intermediate container 62cdf8475154 [2021-05-12T22:36:51.435Z] ---> 7e27ea2571e3 [2021-05-12T22:36:51.435Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-12T22:36:51.435Z] ---> Running in ed051bc9546d [2021-05-12T22:36:51.706Z] ---> Running in c2c182bbcc63 [2021-05-12T22:36:51.706Z] ---> Running in 5b62244bee94 [2021-05-12T22:36:52.008Z] Removing intermediate container 494ab8d5f1fd [2021-05-12T22:36:52.008Z] ---> 156a471fdeeb [2021-05-12T22:36:52.008Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:36:52.008Z] Removing intermediate container 6b1200b0fcce [2021-05-12T22:36:52.008Z] ---> 306c39305f7e [2021-05-12T22:36:52.008Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:36:52.044Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.050s coverage: 85.7% of statements [2021-05-12T22:36:52.044Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-12T22:36:52.044Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-05-12T22:36:52.340Z] Removing intermediate container ed051bc9546d [2021-05-12T22:36:52.340Z] ---> 176a7100cda4 [2021-05-12T22:36:52.340Z] Step 16/24 : WORKDIR / [2021-05-12T22:36:52.340Z] ---> Running in 9904e56f7907 [2021-05-12T22:36:52.340Z] Removing intermediate container c2c182bbcc63 [2021-05-12T22:36:52.340Z] ---> db69350e6e06 [2021-05-12T22:36:52.340Z] Step 16/24 : WORKDIR / [2021-05-12T22:36:52.651Z] ---> Running in fc1a6227020e [2021-05-12T22:36:52.651Z] ---> d5347936099e [2021-05-12T22:36:52.651Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-12T22:36:52.941Z] ---> bea577fb4737 [2021-05-12T22:36:52.941Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-12T22:36:53.029Z] GO111MODULE=on go vet ./... [2021-05-12T22:36:53.222Z] Removing intermediate container 9904e56f7907 [2021-05-12T22:36:53.222Z] ---> e97e15798eb5 [2021-05-12T22:36:53.222Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:36:53.556Z] Removing intermediate container fc1a6227020e [2021-05-12T22:36:53.556Z] ---> a578c06f4976 [2021-05-12T22:36:53.556Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:36:54.186Z] ---> e6dfa4a9f787 [2021-05-12T22:36:54.186Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-12T22:36:54.558Z] ---> a60afebdbcd0 [2021-05-12T22:36:54.558Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-12T22:36:54.558Z] ---> 77f95a6e6cbd [2021-05-12T22:36:54.558Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-12T22:36:54.925Z] ---> c8a6c10d3355 [2021-05-12T22:36:54.925Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-12T22:36:55.229Z] Removing intermediate container 5b62244bee94 [2021-05-12T22:36:55.229Z] ---> 3420dcb1613c [2021-05-12T22:36:55.229Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-12T22:36:55.917Z] ---> 02690e028cf0 [2021-05-12T22:36:55.917Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-12T22:36:55.917Z] ---> Running in 67116c1d8108 [2021-05-12T22:36:55.917Z] ---> 64dd451f7b28 [2021-05-12T22:36:55.917Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-12T22:36:55.917Z] ---> 68cb5cf51714 [2021-05-12T22:36:55.917Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-12T22:36:55.917Z] ---> Running in 2f95d1b88099 [2021-05-12T22:36:55.917Z] ---> e5ff348fda7c [2021-05-12T22:36:55.917Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-12T22:36:56.240Z] ---> Running in c7cb9e68cfee [2021-05-12T22:36:56.240Z] Removing intermediate container 67116c1d8108 [2021-05-12T22:36:56.240Z] ---> bd3bfa7480fa [2021-05-12T22:36:56.240Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-12T22:36:56.515Z] Removing intermediate container 2f95d1b88099 [2021-05-12T22:36:56.515Z] ---> dd16545b8643 [2021-05-12T22:36:56.515Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:36:56.515Z] ---> Running in 15ae06fd5f8a [2021-05-12T22:36:56.796Z] ---> c4a8422c9420 [2021-05-12T22:36:56.796Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-12T22:36:56.796Z] Removing intermediate container c7cb9e68cfee [2021-05-12T22:36:56.796Z] ---> 133b71e56a31 [2021-05-12T22:36:56.796Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:36:56.796Z] ---> Running in 69cc50d803b5 [2021-05-12T22:36:56.796Z] ---> 431d7bcece10 [2021-05-12T22:36:56.796Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-12T22:36:56.796Z] ---> Running in 3252e8e7d4ae [2021-05-12T22:36:57.061Z] ---> 279352fe1b61 [2021-05-12T22:36:57.061Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-12T22:36:57.061Z] ---> Running in b100a2389304 [2021-05-12T22:36:57.061Z] Removing intermediate container 15ae06fd5f8a [2021-05-12T22:36:57.061Z] ---> 1049ead3e927 [2021-05-12T22:36:57.061Z] Step 21/23 : LABEL arch=x86_64 [2021-05-12T22:36:57.061Z] ---> Running in fb4e3fd7a666 [2021-05-12T22:36:57.337Z] ---> Running in f2830bf5b814 [2021-05-12T22:36:57.337Z] Removing intermediate container 69cc50d803b5 [2021-05-12T22:36:57.337Z] ---> 2bf28dbcf242 [2021-05-12T22:36:57.337Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:36:57.337Z] Removing intermediate container 3252e8e7d4ae [2021-05-12T22:36:57.337Z] ---> db8a460afb6c [2021-05-12T22:36:57.337Z] Step 21/23 : LABEL arch=x86_64 [2021-05-12T22:36:57.629Z] ---> Running in fe5f6f72f375 [2021-05-12T22:36:57.629Z] Removing intermediate container b100a2389304 [2021-05-12T22:36:57.629Z] ---> 793cd506d4ca [2021-05-12T22:36:57.629Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:36:57.629Z] ---> Running in 4cb11a133deb [2021-05-12T22:36:57.991Z] ---> Running in 9aa5e6f8ff4e [2021-05-12T22:36:57.991Z] Removing intermediate container f2830bf5b814 [2021-05-12T22:36:57.991Z] ---> 33d068c96145 [2021-05-12T22:36:57.991Z] Step 22/23 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:36:58.264Z] Removing intermediate container fe5f6f72f375 [2021-05-12T22:36:58.264Z] ---> e61c56485459 [2021-05-12T22:36:58.264Z] Step 22/24 : LABEL arch=x86_64 [2021-05-12T22:36:58.264Z] ---> Running in 8239d430ea1d [2021-05-12T22:36:58.549Z] ---> Running in 7619d3f7bafc [2021-05-12T22:36:58.549Z] Removing intermediate container 4cb11a133deb [2021-05-12T22:36:58.549Z] ---> ef2a898047e9 [2021-05-12T22:36:58.549Z] Step 22/23 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:36:58.549Z] Removing intermediate container 9aa5e6f8ff4e [2021-05-12T22:36:58.549Z] ---> b0d9f3d3ab87 [2021-05-12T22:36:58.549Z] Step 22/24 : LABEL arch=x86_64 [2021-05-12T22:36:58.829Z] ---> Running in 35c8109ce909 [2021-05-12T22:36:58.829Z] ---> Running in 8103898b5c9a [2021-05-12T22:36:59.424Z] Removing intermediate container 8239d430ea1d [2021-05-12T22:36:59.424Z] ---> 4e4479b00803 [2021-05-12T22:36:59.424Z] Step 23/23 : LABEL version=0.0.0 [2021-05-12T22:36:59.700Z] Removing intermediate container 7619d3f7bafc [2021-05-12T22:36:59.700Z] ---> abe15588b711 [2021-05-12T22:36:59.700Z] Step 23/24 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:36:59.700Z] ---> Running in f55f663345c9 [2021-05-12T22:36:59.980Z] ---> Running in 1c09f7ce4967 [2021-05-12T22:36:59.980Z] Removing intermediate container 8103898b5c9a [2021-05-12T22:36:59.980Z] ---> 31b2057ec306 [2021-05-12T22:36:59.980Z] Step 23/24 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:36:59.980Z] Removing intermediate container 35c8109ce909 [2021-05-12T22:36:59.980Z] ---> 8582d223bc15 [2021-05-12T22:36:59.980Z] Step 23/23 : LABEL version=0.0.0 [2021-05-12T22:37:00.247Z] ---> Running in a6b603e85d4d [2021-05-12T22:37:00.247Z] ---> Running in 37a084b1f923 [2021-05-12T22:37:00.247Z] Removing intermediate container f55f663345c9 [2021-05-12T22:37:00.247Z] ---> eb0ccfb7a8ef [2021-05-12T22:37:00.247Z] [2021-05-12T22:37:00.516Z] Removing intermediate container fb4e3fd7a666 [2021-05-12T22:37:00.516Z] ---> 3618e12dddd0 [2021-05-12T22:37:00.516Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:37:00.516Z] Removing intermediate container 1c09f7ce4967 [2021-05-12T22:37:00.516Z] ---> 6e968d26a369 [2021-05-12T22:37:00.516Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T22:37:01.113Z] Removing intermediate container a6b603e85d4d [2021-05-12T22:37:01.113Z] ---> 5bd8867502e2 [2021-05-12T22:37:01.113Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T22:37:01.113Z] ---> Running in b257709739a6 [2021-05-12T22:37:01.418Z] Removing intermediate container 37a084b1f923 [2021-05-12T22:37:01.418Z] ---> f124513e9dc2 [2021-05-12T22:37:01.418Z] [2021-05-12T22:37:01.418Z] Successfully built eb0ccfb7a8ef [2021-05-12T22:37:01.418Z] ---> 29d58232f23f [2021-05-12T22:37:01.418Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-12T22:37:01.418Z] ---> Running in b161a27a60c2 [2021-05-12T22:37:01.742Z] Successfully tagged support-notifications:latest [2021-05-12T22:37:01.742Z] Building sys-mgmt-agent [2021-05-12T22:37:02.028Z]  Building support-notifications ... done Successfully built f124513e9dc2 [2021-05-12T22:37:02.028Z] Removing intermediate container b257709739a6 [2021-05-12T22:37:02.028Z] ---> 8ee651241c67 [2021-05-12T22:37:02.028Z] [2021-05-12T22:37:02.028Z] Successfully tagged support-scheduler:latest [2021-05-12T22:37:02.028Z]  Building support-scheduler ... done Building security-secretstore-setup [2021-05-12T22:37:02.295Z] Removing intermediate container b161a27a60c2 [2021-05-12T22:37:02.295Z] ---> 2c05d1667e80 [2021-05-12T22:37:02.295Z] [2021-05-12T22:37:02.295Z] Successfully built 8ee651241c67 [2021-05-12T22:37:02.573Z] Successfully tagged core-command:latest [2021-05-12T22:37:02.573Z]  Building core-command ... done Building security-proxy-setup [2021-05-12T22:37:02.573Z] Successfully built 2c05d1667e80 [2021-05-12T22:37:02.858Z] Successfully tagged core-metadata:latest [2021-05-12T22:37:02.858Z]  Building core-metadata ... done Building core-data [2021-05-12T22:37:02.858Z] ---> 4cf8bd3110b9 [2021-05-12T22:37:02.858Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-12T22:37:03.458Z] ---> 4deb647b4486 [2021-05-12T22:37:03.458Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-12T22:37:04.458Z] ---> 433b1914e310 [2021-05-12T22:37:04.458Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-12T22:37:07.093Z] ---> b6d13c7d5a33 [2021-05-12T22:37:07.093Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-12T22:37:07.700Z] ---> Running in cab0fb2de3f1 [2021-05-12T22:37:08.398Z] Removing intermediate container cab0fb2de3f1 [2021-05-12T22:37:08.398Z] ---> d34064044cd0 [2021-05-12T22:37:08.398Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-12T22:37:10.636Z] ---> 8d4581bfe7ac [2021-05-12T22:37:10.636Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-12T22:37:12.136Z] ---> Running in 28687d7ef585 [2021-05-12T22:37:16.096Z] Removing intermediate container 28687d7ef585 [2021-05-12T22:37:16.096Z] ---> dab85731d2ff [2021-05-12T22:37:16.096Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-12T22:37:16.474Z] ---> Running in 4e33797485d7 [2021-05-12T22:37:17.586Z] Removing intermediate container 4e33797485d7 [2021-05-12T22:37:17.586Z] ---> 6fe6280c040f [2021-05-12T22:37:17.586Z] Step 29/32 : CMD ["gate"] [2021-05-12T22:37:17.891Z] ---> Running in e83ff830abbd [2021-05-12T22:37:18.216Z] Removing intermediate container e83ff830abbd [2021-05-12T22:37:18.216Z] ---> 82ed9a316604 [2021-05-12T22:37:18.216Z] Step 30/32 : LABEL arch=x86_64 [2021-05-12T22:37:18.517Z] ---> Running in accaa39307ef [2021-05-12T22:37:18.801Z] Removing intermediate container accaa39307ef [2021-05-12T22:37:18.801Z] ---> f6fcddf89cba [2021-05-12T22:37:18.801Z] Step 31/32 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:37:18.801Z] ---> Running in 35d4b615e52e [2021-05-12T22:37:19.429Z] Removing intermediate container 35d4b615e52e [2021-05-12T22:37:19.430Z] ---> 2f843a00757c [2021-05-12T22:37:19.430Z] Step 32/32 : LABEL version=0.0.0 [2021-05-12T22:37:19.430Z] ---> Running in e43e8ea33129 [2021-05-12T22:37:20.072Z] Removing intermediate container e43e8ea33129 [2021-05-12T22:37:20.072Z] ---> cc7bd1864c71 [2021-05-12T22:37:20.072Z] [2021-05-12T22:37:20.339Z] Successfully built cc7bd1864c71 [2021-05-12T22:37:20.339Z] Successfully tagged security-bootstrapper:latest [2021-05-12T22:37:42.843Z]  Building security-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:37:42.843Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:37:42.843Z] ---> fda2c302c681 [2021-05-12T22:37:42.843Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T22:37:42.843Z] ---> Using cache [2021-05-12T22:37:42.843Z] ---> c3152713ac1d [2021-05-12T22:37:42.843Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:37:42.843Z] ---> Using cache [2021-05-12T22:37:42.843Z] ---> a2c1462fe865 [2021-05-12T22:37:42.843Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-12T22:37:42.843Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:37:42.843Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:37:42.843Z] ---> fda2c302c681 [2021-05-12T22:37:42.843Z] Step 3/22 : WORKDIR /edgex-go [2021-05-12T22:37:42.843Z] ---> Using cache [2021-05-12T22:37:42.843Z] ---> c3152713ac1d [2021-05-12T22:37:42.843Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:37:42.843Z] ---> Using cache [2021-05-12T22:37:42.843Z] ---> a2c1462fe865 [2021-05-12T22:37:42.843Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-12T22:37:42.843Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:37:42.843Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:37:42.843Z] ---> fda2c302c681 [2021-05-12T22:37:42.843Z] Step 3/26 : WORKDIR /edgex-go [2021-05-12T22:37:42.843Z] ---> Using cache [2021-05-12T22:37:42.843Z] ---> c3152713ac1d [2021-05-12T22:37:42.843Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:37:42.843Z] ---> Using cache [2021-05-12T22:37:42.843Z] ---> a2c1462fe865 [2021-05-12T22:37:42.843Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-12T22:37:42.843Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:37:42.843Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:37:42.843Z] ---> fda2c302c681 [2021-05-12T22:37:42.843Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T22:37:42.843Z] ---> Using cache [2021-05-12T22:37:42.843Z] ---> c3152713ac1d [2021-05-12T22:37:42.843Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:37:42.843Z] ---> Using cache [2021-05-12T22:37:42.843Z] ---> a2c1462fe865 [2021-05-12T22:37:42.843Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-12T22:37:42.843Z] ---> Running in 6270f4588d2f [2021-05-12T22:37:42.843Z] ---> Running in 151ff5d606be [2021-05-12T22:37:42.843Z] ---> Running in abf2193b8e9d [2021-05-12T22:37:42.843Z] ---> Running in f66dea06d16a [2021-05-12T22:37:43.806Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:37:43.806Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:37:43.806Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:37:43.806Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:37:44.436Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:37:44.436Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:37:44.436Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:37:44.436Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:37:45.062Z] OK: 219 MiB in 52 packages [2021-05-12T22:37:45.062Z] OK: 219 MiB in 52 packages [2021-05-12T22:37:45.062Z] OK: 219 MiB in 52 packages [2021-05-12T22:37:45.351Z] OK: 219 MiB in 52 packages [2021-05-12T22:37:46.328Z] Removing intermediate container 151ff5d606be [2021-05-12T22:37:46.328Z] ---> 3c71cf90ef84 [2021-05-12T22:37:46.328Z] Step 6/22 : COPY go.mod . [2021-05-12T22:37:46.328Z] Removing intermediate container f66dea06d16a [2021-05-12T22:37:46.328Z] ---> 48464586d9c0 [2021-05-12T22:37:46.328Z] Step 6/26 : COPY go.mod . [2021-05-12T22:37:46.328Z] Removing intermediate container 6270f4588d2f [2021-05-12T22:37:46.328Z] ---> 7bead3001cfb [2021-05-12T22:37:46.328Z] Step 6/24 : COPY go.mod . [2021-05-12T22:37:46.623Z] Removing intermediate container abf2193b8e9d [2021-05-12T22:37:46.623Z] ---> 6ca59ca2d701 [2021-05-12T22:37:46.623Z] Step 6/24 : COPY go.mod . [2021-05-12T22:37:46.893Z] ---> a2c9e1902e22 [2021-05-12T22:37:46.893Z] Step 7/22 : RUN go mod download [2021-05-12T22:37:46.893Z] ---> 176609ee887d [2021-05-12T22:37:46.893Z] Step 7/26 : RUN go mod download [2021-05-12T22:37:46.893Z] ---> de51f964f5ea [2021-05-12T22:37:46.893Z] Step 7/24 : RUN go mod download [2021-05-12T22:37:46.893Z] ---> 77e8c4186cf9 [2021-05-12T22:37:46.893Z] Step 7/24 : RUN go mod download [2021-05-12T22:37:47.162Z] ---> Running in 405eeaa27752 [2021-05-12T22:37:47.162Z] ---> Running in 2aa0eb5d42ca [2021-05-12T22:37:47.162Z] ---> Running in 3bb4dd7c3d47 [2021-05-12T22:37:47.162Z] ---> Running in c28fcd6f28eb [2021-05-12T22:37:49.800Z] Removing intermediate container 3bb4dd7c3d47 [2021-05-12T22:37:49.800Z] ---> 8d80dc16860a [2021-05-12T22:37:49.800Z] Step 8/24 : COPY . . [2021-05-12T22:37:49.800Z] Removing intermediate container 405eeaa27752 [2021-05-12T22:37:49.800Z] ---> 870c218e3105 [2021-05-12T22:37:49.800Z] Step 8/26 : COPY . . [2021-05-12T22:37:50.078Z] Removing intermediate container 2aa0eb5d42ca [2021-05-12T22:37:50.078Z] ---> 5fffb3879d1d [2021-05-12T22:37:50.078Z] Step 8/22 : COPY . . [2021-05-12T22:37:50.078Z] Removing intermediate container c28fcd6f28eb [2021-05-12T22:37:50.078Z] ---> 144f964ad479 [2021-05-12T22:37:50.078Z] Step 8/24 : COPY . . [2021-05-12T22:38:29.872Z] gofmt -l . [2021-05-12T22:38:29.873Z] [ "`gofmt -l .`" = "" ] [2021-05-12T22:38:32.494Z] ./bin/test-go-mod-tidy.sh [2021-05-12T22:38:33.108Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-12T22:38:36.416Z] + ls -al . [2021-05-12T22:38:36.416Z] total 864 [2021-05-12T22:38:36.416Z] drwxrwxr-x 9 1001 1001 4096 May 12 22:38 . [2021-05-12T22:38:36.416Z] drwxr-xr-x 4 root root 4096 May 12 22:33 .. [2021-05-12T22:38:36.416Z] -rw-rw-r-- 1 1001 1001 11 May 12 22:32 .dockerignore [2021-05-12T22:38:36.416Z] drwxrwxr-x 8 1001 1001 4096 May 12 22:32 .git [2021-05-12T22:38:36.416Z] drwxrwxr-x 3 1001 1001 4096 May 12 22:32 .github [2021-05-12T22:38:36.416Z] -rw-rw-r-- 1 1001 1001 818 May 12 22:32 .gitignore [2021-05-12T22:38:36.416Z] -rw-rw-r-- 1 1001 1001 166 May 12 22:32 .sonarcloud.properties [2021-05-12T22:38:36.416Z] -rw-rw-r-- 1 1001 1001 8609 May 12 22:32 Attribution.txt [2021-05-12T22:38:36.416Z] -rw-rw-r-- 1 1001 1001 3804 May 12 22:32 CONTRIBUTING.md [2021-05-12T22:38:36.416Z] -rw-rw-r-- 1 1001 1001 931 May 12 22:32 Dockerfile.build [2021-05-12T22:38:36.416Z] -rw-rw-r-- 1 1001 1001 863 May 12 22:32 Jenkinsfile [2021-05-12T22:38:36.416Z] -rw-rw-r-- 1 1001 1001 10775 May 12 22:32 LICENSE [2021-05-12T22:38:36.416Z] -rw-rw-r-- 1 1001 1001 5594 May 12 22:32 Makefile [2021-05-12T22:38:36.416Z] -rw-rw-r-- 1 1001 1001 7978 May 12 22:32 README.md [2021-05-12T22:38:36.416Z] -rw-rw-r-- 1 1001 1001 6755 May 12 22:32 SECURITY.md [2021-05-12T22:38:36.416Z] -rw-rw-r-- 1 1001 1001 5 May 12 22:27 VERSION [2021-05-12T22:38:36.416Z] -rw-rw-r-- 1 1001 1001 4131 May 12 22:32 ZMQWindows.md [2021-05-12T22:38:36.416Z] drwxrwxr-x 2 1001 1001 4096 May 12 22:32 bin [2021-05-12T22:38:36.416Z] drwxrwxr-x 14 1001 1001 4096 May 12 22:32 cmd [2021-05-12T22:38:36.416Z] -rw-r--r-- 1 root root 727486 May 12 22:36 coverage.out [2021-05-12T22:38:36.416Z] -rw-r--r-- 1 root root 1060 May 12 22:38 go.mod [2021-05-12T22:38:36.416Z] -rw-r--r-- 1 root root 21797 May 12 22:33 go.sum [2021-05-12T22:38:36.416Z] drwxrwxr-x 8 1001 1001 4096 May 12 22:32 internal [2021-05-12T22:38:36.416Z] drwxrwxr-x 4 1001 1001 4096 May 12 22:32 openapi [2021-05-12T22:38:36.416Z] drwxrwxr-x 4 1001 1001 4096 May 12 22:32 snap [2021-05-12T22:38:36.416Z] -rw-rw-r-- 1 1001 1001 168 May 12 22:32 version.go [Pipeline] sh [2021-05-12T22:38:37.080Z] + '[' -e coverage.out ] [2021-05-12T22:38:37.080Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-12T22:38:37.113Z] Warning: overwriting stash ‘coverage-report’ [2021-05-12T22:38:38.602Z] Stashed 1 file(s) [Pipeline] sh [2021-05-12T22:38:39.299Z] + make build [2021-05-12T22:38:39.299Z] 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-12T22:38:39.314Z] ---> dd8105d91c13 [2021-05-12T22:38:39.314Z] Step 9/24 : RUN go mod tidy [2021-05-12T22:38:39.314Z] ---> 06e1a6924cd8 [2021-05-12T22:38:39.314Z] Step 9/22 : RUN go mod tidy [2021-05-12T22:38:39.314Z] ---> 412b5991fd6e [2021-05-12T22:38:39.314Z] Step 9/24 : RUN go mod tidy [2021-05-12T22:38:39.314Z] ---> b88207f57976 [2021-05-12T22:38:39.314Z] Step 9/26 : RUN go mod tidy [2021-05-12T22:38:39.314Z] ---> Running in 515aa9635388 [2021-05-12T22:38:39.314Z] ---> Running in e09d412f817b [2021-05-12T22:38:39.314Z] ---> Running in e29098ec8fa7 [2021-05-12T22:38:39.314Z] ---> Running in 08277eebf7d6 [2021-05-12T22:38:42.055Z] Removing intermediate container e09d412f817b [2021-05-12T22:38:42.055Z] ---> 73259d5584b7 [2021-05-12T22:38:42.055Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-12T22:38:42.055Z] Removing intermediate container 08277eebf7d6 [2021-05-12T22:38:42.055Z] ---> 29729bf6b66c [2021-05-12T22:38:42.055Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-12T22:38:42.055Z] Removing intermediate container 515aa9635388 [2021-05-12T22:38:42.055Z] ---> 1077b5dc44a7 [2021-05-12T22:38:42.055Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-12T22:38:42.055Z] ---> Running in 540500943adf [2021-05-12T22:38:42.354Z] ---> Running in 21698663c05c [2021-05-12T22:38:42.354Z] Removing intermediate container e29098ec8fa7 [2021-05-12T22:38:42.354Z] ---> a77874f3c591 [2021-05-12T22:38:42.354Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-12T22:38:42.354Z] ---> Running in 28f1035ef552 [2021-05-12T22:38:42.354Z] ---> Running in 5a3fecc05309 [2021-05-12T22:38:43.843Z] 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-12T22:38:43.843Z] 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-12T22:38:44.508Z] 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-12T22:38:44.508Z] 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-12T22:38:46.195Z] 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-12T22:39:12.988Z] 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-12T22:39:15.612Z] 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-12T22:39:19.937Z] 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-12T22:39:20.534Z] 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-12T22:39:24.853Z] 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-12T22:39:30.248Z] 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-12T22:39:32.218Z] 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-12T22:39:32.460Z] 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-12T22:39:32.460Z] 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-12T22:39:36.531Z] 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-12T22:39:39.160Z] 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-12T22:39:39.417Z] Removing intermediate container 21698663c05c [2021-05-12T22:39:39.418Z] ---> f80c0051633b [2021-05-12T22:39:39.418Z] [2021-05-12T22:39:39.418Z] Step 11/26 : FROM alpine:3.12 [2021-05-12T22:39:39.418Z] ---> 13621d1b12d4 [2021-05-12T22:39:39.418Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-12T22:39:39.418Z] Removing intermediate container 28f1035ef552 [2021-05-12T22:39:39.418Z] ---> bd4f19982b28 [2021-05-12T22:39:39.418Z] [2021-05-12T22:39:39.418Z] Step 11/22 : FROM alpine:3.12 [2021-05-12T22:39:39.418Z] ---> 13621d1b12d4 [2021-05-12T22:39:39.418Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-12T22:39:39.418Z] Removing intermediate container 5a3fecc05309 [2021-05-12T22:39:39.418Z] ---> dc85b4f4e36c [2021-05-12T22:39:39.418Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-12T22:39:39.418Z] ---> Running in def6c764d025 [2021-05-12T22:39:39.418Z] ---> Running in 147f4c8a3764 [2021-05-12T22:39:39.418Z] ---> Running in eb556e8e153f [2021-05-12T22:39:40.970Z] 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-12T22:39:40.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:39:40.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:39:41.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:39:41.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:39:41.552Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-12T22:39:41.552Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-12T22:39:41.552Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T22:39:41.552Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-12T22:39:41.552Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T22:39:41.552Z] (4/4) Installing curl (7.76.1-r0) [2021-05-12T22:39:41.552Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:39:41.552Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-12T22:39:41.552Z] (4/6) Installing curl (7.76.1-r0) [2021-05-12T22:39:41.552Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-12T22:39:41.552Z] (6/6) Installing su-exec (0.2-r1) [2021-05-12T22:39:41.552Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:39:41.552Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T22:39:41.552Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T22:39:41.838Z] OK: 7 MiB in 18 packages [2021-05-12T22:39:41.838Z] OK: 7 MiB in 20 packages [2021-05-12T22:39:42.550Z] 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-12T22:39:45.205Z] Removing intermediate container 540500943adf [2021-05-12T22:39:45.205Z] ---> bbb7ebda08ae [2021-05-12T22:39:45.205Z] [2021-05-12T22:39:45.205Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T22:39:45.205Z] ---> 13621d1b12d4 [2021-05-12T22:39:45.205Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-12T22:39:45.205Z] ---> Running in 9d6c925c9fe5 [2021-05-12T22:39:45.802Z] Removing intermediate container eb556e8e153f [2021-05-12T22:39:45.802Z] ---> 34da9784e707 [2021-05-12T22:39:45.802Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-12T22:39:45.802Z] Removing intermediate container 9d6c925c9fe5 [2021-05-12T22:39:45.802Z] ---> f709b97d0bd3 [2021-05-12T22:39:45.802Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-12T22:39:45.802Z] Removing intermediate container 147f4c8a3764 [2021-05-12T22:39:45.802Z] ---> b1ce1f1160f0 [2021-05-12T22:39:45.802Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-12T22:39:46.081Z] Removing intermediate container def6c764d025 [2021-05-12T22:39:46.081Z] ---> b60456babe9e [2021-05-12T22:39:46.081Z] [2021-05-12T22:39:46.081Z] Step 12/24 : FROM docker:20.10.0 [2021-05-12T22:39:46.081Z] ---> Running in 48cd3f07cf47 [2021-05-12T22:39:46.081Z] ---> Running in c8416db70d7c [2021-05-12T22:39:46.081Z] ---> Running in c5d8e63bb3cb [2021-05-12T22:39:46.081Z] 20.10.0: Pulling from library/docker [2021-05-12T22:39:46.349Z] Removing intermediate container 48cd3f07cf47 [2021-05-12T22:39:46.349Z] ---> d83f1c947ba6 [2021-05-12T22:39:46.349Z] Step 14/22 : WORKDIR /edgex [2021-05-12T22:39:46.349Z] Removing intermediate container c5d8e63bb3cb [2021-05-12T22:39:46.349Z] ---> 4b6e5f198597 [2021-05-12T22:39:46.349Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-12T22:39:46.349Z] Removing intermediate container c8416db70d7c [2021-05-12T22:39:46.349Z] ---> 68a4d0f4f6e4 [2021-05-12T22:39:46.349Z] Step 14/26 : WORKDIR / [2021-05-12T22:39:46.349Z] ---> Running in 495d9c22c4b7 [2021-05-12T22:39:46.627Z] ---> Running in 72dc6e727edc [2021-05-12T22:39:46.627Z] ---> Running in 42a6c1850e77 [2021-05-12T22:39:47.626Z] Removing intermediate container 495d9c22c4b7 [2021-05-12T22:39:47.626Z] ---> 36fe825225b7 [2021-05-12T22:39:47.626Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-12T22:39:47.626Z] Removing intermediate container 72dc6e727edc [2021-05-12T22:39:47.626Z] ---> 6c4415713db9 [2021-05-12T22:39:47.626Z] 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-12T22:39:47.626Z] Removing intermediate container 42a6c1850e77 [2021-05-12T22:39:47.626Z] ---> 6b8ffcc78466 [2021-05-12T22:39:47.626Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:39:47.626Z] ---> Running in eac5a0af7d8d [Pipeline] } [2021-05-12T22:39:47.991Z] $ docker stop --time=1 27783615a7841ad994768f2a69dfda268bd2dd687b93b4003075d63fe5411943 [2021-05-12T22:39:48.655Z] ---> 25c84ccf0786 [2021-05-12T22:39:48.655Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-12T22:39:48.655Z] ---> 7f2904892c19 [2021-05-12T22:39:48.655Z] 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-12T22:39:49.688Z] ---> 10ccfbc0c532 [2021-05-12T22:39:49.688Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-12T22:39:49.688Z] ---> 69d2cdff0a74 [2021-05-12T22:39:49.688Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-12T22:39:50.302Z] ---> c3fc321ecefe [2021-05-12T22:39:50.302Z] 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-12T22:39:50.302Z] Removing intermediate container eac5a0af7d8d [2021-05-12T22:39:50.302Z] ---> f36839387ed1 [2021-05-12T22:39:50.302Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-12T22:39:50.577Z] ---> Running in c5315b64869b [2021-05-12T22:39:50.706Z] $ docker rm -f 27783615a7841ad994768f2a69dfda268bd2dd687b93b4003075d63fe5411943 [2021-05-12T22:39:51.345Z] ---> 904f882b2486 [2021-05-12T22:39:51.345Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-12T22:39:51.345Z] ---> 0cee3402443c [2021-05-12T22:39:51.345Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-12T22:39:51.345Z] ---> Running in 09992818b22d [2021-05-12T22:39:51.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:39:51.850Z] Removing intermediate container 09992818b22d [2021-05-12T22:39:51.850Z] ---> 1a2a46f1b9f0 [2021-05-12T22:39:51.850Z] Step 19/22 : CMD ["--init=true"] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:39:52.208Z] ---> Running in c8df2f8c7a6d [2021-05-12T22:39:52.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T22:39:52.567Z] [2021-05-12T22:39:52.567Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T22:39:52.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:39:52.899Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-12T22:39:52.899Z] ---> 0e71dc99e363 [2021-05-12T22:39:52.899Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-12T22:39:53.178Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T22:39:53.178Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-12T22:39:53.178Z] 29e5d40040c1: Pulling fs layer [2021-05-12T22:39:53.178Z] 1ce36da41761: Pulling fs layer [2021-05-12T22:39:53.178Z] 25b303627fd3: Pulling fs layer [2021-05-12T22:39:53.221Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-12T22:39:53.221Z] Removing intermediate container c8df2f8c7a6d [2021-05-12T22:39:53.221Z] ---> d23ef1a793da [2021-05-12T22:39:53.221Z] Step 20/22 : LABEL arch=x86_64 [2021-05-12T22:39:53.221Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-12T22:39:53.221Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-12T22:39:53.453Z] 29e5d40040c1: Verifying Checksum [2021-05-12T22:39:53.453Z] 29e5d40040c1: Download complete [2021-05-12T22:39:53.524Z] ---> Running in b558dd245bf5 [2021-05-12T22:39:53.847Z] Removing intermediate container b558dd245bf5 [2021-05-12T22:39:53.847Z] ---> edb64106ae04 [2021-05-12T22:39:53.847Z] Step 21/22 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:39:54.052Z] 29e5d40040c1: Pull complete [2021-05-12T22:39:54.119Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-12T22:39:54.119Z] ---> Running in 7837730d4c68 [2021-05-12T22:39:54.119Z] ---> af6566936bab [2021-05-12T22:39:54.119Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-12T22:39:54.324Z] 1ce36da41761: Verifying Checksum [2021-05-12T22:39:54.325Z] 1ce36da41761: Download complete [2021-05-12T22:39:54.384Z] Removing intermediate container 7837730d4c68 [2021-05-12T22:39:54.384Z] ---> 371092408275 [2021-05-12T22:39:54.384Z] Step 22/22 : LABEL version=0.0.0 [2021-05-12T22:39:54.384Z] ---> Running in 42080ce7fb3a [2021-05-12T22:39:54.384Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-12T22:39:54.652Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:39:54.652Z] OK: 8 MiB in 20 packages [2021-05-12T22:39:54.652Z] ---> db7a84ec0667 [2021-05-12T22:39:54.652Z] 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-12T22:39:54.942Z] ---> Running in d60341d48843 [2021-05-12T22:39:54.942Z] Removing intermediate container 42080ce7fb3a [2021-05-12T22:39:54.942Z] ---> a7355d24646b [2021-05-12T22:39:54.942Z] [2021-05-12T22:39:55.304Z] 1ce36da41761: Pull complete [2021-05-12T22:39:55.574Z] 25b303627fd3: Download complete [2021-05-12T22:39:55.912Z] Successfully built a7355d24646b [2021-05-12T22:39:55.912Z] Successfully tagged security-proxy-setup:latest [2021-05-12T22:39:56.538Z]  Building security-proxy-setup ... done Removing intermediate container c5315b64869b [2021-05-12T22:39:56.538Z] ---> 9b19834a6f6d [2021-05-12T22:39:56.538Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:39:57.138Z] ---> b63ac6011112 [2021-05-12T22:39:57.138Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-12T22:39:57.138Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-12T22:39:57.138Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-12T22:39:57.138Z] ---> aefe523efa57 [2021-05-12T22:39:57.138Z] 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-12T22:39:57.421Z] ---> Running in b0c912a4c2ef [2021-05-12T22:39:57.421Z] Removing intermediate container d60341d48843 [2021-05-12T22:39:57.421Z] ---> c02f13303912 [2021-05-12T22:39:57.421Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-12T22:39:57.700Z] ---> Running in d1f3e9261184 [2021-05-12T22:39:57.981Z] Removing intermediate container b0c912a4c2ef [2021-05-12T22:39:57.981Z] ---> e39f4e3aaa62 [2021-05-12T22:39:57.981Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-12T22:39:57.981Z] ---> Running in a7fa11ade4cf [2021-05-12T22:39:57.981Z] ---> 42a87ae9720d [2021-05-12T22:39:57.981Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-12T22:39:58.264Z] Removing intermediate container d1f3e9261184 [2021-05-12T22:39:58.264Z] ---> 31776900aa17 [2021-05-12T22:39:58.264Z] Step 24/26 : LABEL arch=x86_64 [2021-05-12T22:39:58.543Z] ---> Running in be5a9b644eca [2021-05-12T22:39:58.543Z] ---> 2809eaf48f84 [2021-05-12T22:39:58.543Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-12T22:39:58.818Z] ---> Running in 75974667d81a [2021-05-12T22:39:58.818Z] Removing intermediate container be5a9b644eca [2021-05-12T22:39:58.818Z] ---> fb7dc192c0cd [2021-05-12T22:39:58.818Z] Step 25/26 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:39:58.818Z] ---> Running in a7a1fa2b0d70 [2021-05-12T22:39:59.095Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:39:59.095Z] Removing intermediate container 75974667d81a [2021-05-12T22:39:59.095Z] ---> 9732808501e9 [2021-05-12T22:39:59.095Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:39:59.095Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:39:59.095Z] ---> Running in 5b59ebc9fe6d [2021-05-12T22:39:59.385Z] Removing intermediate container a7a1fa2b0d70 [2021-05-12T22:39:59.385Z] ---> 4006dd6e224b [2021-05-12T22:39:59.385Z] Step 26/26 : LABEL version=0.0.0 [2021-05-12T22:39:59.385Z] ---> Running in db45d63c129d [2021-05-12T22:39:59.385Z] (1/39) Installing readline (8.0.4-r0) [2021-05-12T22:39:59.385Z] (2/39) Installing bash (5.0.17-r0) [2021-05-12T22:39:59.385Z] Executing bash-5.0.17-r0.post-install [2021-05-12T22:39:59.385Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T22:39:59.385Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-12T22:39:59.983Z] (5/39) Installing curl (7.76.1-r0) [2021-05-12T22:39:59.983Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-12T22:39:59.983Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-12T22:39:59.983Z] (8/39) Installing expat (2.2.9-r1) [2021-05-12T22:39:59.983Z] Removing intermediate container 5b59ebc9fe6d [2021-05-12T22:39:59.983Z] ---> 833d3862a643 [2021-05-12T22:39:59.983Z] Step 22/24 : LABEL arch=x86_64 [2021-05-12T22:39:59.983Z] (9/39) Installing libffi (3.3-r2) [2021-05-12T22:39:59.983Z] (10/39) Installing gdbm (1.13-r1) [2021-05-12T22:39:59.983Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-12T22:39:59.983Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-12T22:39:59.983Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-12T22:40:00.350Z] Removing intermediate container db45d63c129d [2021-05-12T22:40:00.350Z] ---> e527c7a83a60 [2021-05-12T22:40:00.350Z] [2021-05-12T22:40:00.350Z] ---> Running in ada84d82ded2 [2021-05-12T22:40:00.964Z] Successfully built e527c7a83a60 [2021-05-12T22:40:01.258Z] Successfully tagged security-secretstore-setup:latest [2021-05-12T22:40:01.258Z]  Building security-secretstore-setup ... done Removing intermediate container ada84d82ded2 [2021-05-12T22:40:01.258Z] ---> 9f08d4dfcf9f [2021-05-12T22:40:01.258Z] Step 23/24 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:40:03.288Z] ---> Running in e5d2601aa136 [2021-05-12T22:40:03.288Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-12T22:40:03.288Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-12T22:40:03.288Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-12T22:40:03.288Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-12T22:40:03.288Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-12T22:40:03.288Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-12T22:40:03.288Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-12T22:40:03.288Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-12T22:40:03.569Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-12T22:40:03.839Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-12T22:40:03.839Z] Removing intermediate container e5d2601aa136 [2021-05-12T22:40:03.839Z] ---> bf04a0eed292 [2021-05-12T22:40:03.839Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T22:40:03.839Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-12T22:40:04.108Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-12T22:40:04.108Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-12T22:40:04.108Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-12T22:40:04.108Z] ---> Running in 7e8f6ca4c099 [2021-05-12T22:40:04.108Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-12T22:40:04.108Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-12T22:40:04.389Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-12T22:40:04.389Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-12T22:40:04.389Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-12T22:40:04.389Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-12T22:40:04.389Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-12T22:40:04.389Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-12T22:40:04.389Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-12T22:40:04.985Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-12T22:40:05.589Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-12T22:40:05.589Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-12T22:40:05.589Z] Removing intermediate container 7e8f6ca4c099 [2021-05-12T22:40:05.589Z] ---> 36a9be26ee42 [2021-05-12T22:40:05.589Z] [2021-05-12T22:40:05.589Z] Executing busybox-1.31.1-r19.trigger [2021-05-12T22:40:05.589Z] OK: 72 MiB in 59 packages [2021-05-12T22:40:05.589Z] Successfully built 36a9be26ee42 [2021-05-12T22:40:05.747Z] 25b303627fd3: Pull complete [2021-05-12T22:40:05.747Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-12T22:40:05.747Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T22:40:05.747Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-12T22:40:05.856Z] Successfully tagged core-data:latest [2021-05-12T22:40:06.005Z] prd-ubuntu18.04-docker-arm64-4c-16g-4938 does not seem to be running inside a container [2021-05-12T22:40:06.091Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-12T22:40:06.818Z]  Building core-data ... done Collecting docker-compose==1.23.2 [2021-05-12T22:40:06.818Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-12T22:40:07.091Z] Collecting docker<4.0,>=3.6.0 [2021-05-12T22:40:07.091Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-12T22:40:07.680Z] Collecting PyYAML<4,>=3.10 [2021-05-12T22:40:07.680Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-12T22:40:08.640Z] 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-12T22:40:08.640Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-12T22:40:08.640Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-12T22:40:08.909Z] Collecting jsonschema<3,>=2.5.1 [2021-05-12T22:40:08.909Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-12T22:40:08.909Z] Collecting texttable<0.10,>=0.9.0 [2021-05-12T22:40:08.909Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-12T22:40:09.386Z] $ docker top f7714275747bb0aafb3d266195f4668f54e5866ea23cb181d63ed1dbbfdc8b14 -eo pid,comm [2021-05-12T22:40:09.490Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-12T22:40:09.490Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [Pipeline] { [Pipeline] sh [2021-05-12T22:40:10.084Z] Collecting cached-property<2,>=1.2.0 [2021-05-12T22:40:10.084Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-12T22:40:10.084Z] Collecting docopt<0.7,>=0.6.1 [2021-05-12T22:40:10.084Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-12T22:40:10.341Z] + docker-compose build --help [2021-05-12T22:40:10.341Z] + grep parallel [2021-05-12T22:40:11.039Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-12T22:40:11.040Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-12T22:40:11.040Z] Collecting docker-pycreds>=0.4.0 [2021-05-12T22:40:11.040Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-12T22:40:11.315Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-12T22:40:11.315Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-12T22:40:11.590Z] Collecting idna<2.8,>=2.5 [2021-05-12T22:40:11.590Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-12T22:40:11.590Z] 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-12T22:40:11.590Z] 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-12T22:40:11.590Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-12T22:40:11.590Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-12T22:40:11.590Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-12T22:40:11.590Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-12T22:40:11.855Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, jsonschema, texttable, dockerpty, cached-property, docopt, docker-compose [2021-05-12T22:40:11.855Z] Attempting uninstall: urllib3 [2021-05-12T22:40:11.855Z] Found existing installation: urllib3 1.25.9 [2021-05-12T22:40:11.855Z] Uninstalling urllib3-1.25.9: [2021-05-12T22:40:11.855Z] Successfully uninstalled urllib3-1.25.9 [2021-05-12T22:40:11.855Z] Attempting uninstall: idna [2021-05-12T22:40:11.855Z] Found existing installation: idna 2.9 [2021-05-12T22:40:11.855Z] Uninstalling idna-2.9: [2021-05-12T22:40:12.120Z] Successfully uninstalled idna-2.9 [2021-05-12T22:40:13.526Z] Attempting uninstall: requests [2021-05-12T22:40:13.526Z] Found existing installation: requests 2.23.0 [2021-05-12T22:40:13.526Z] Uninstalling requests-2.23.0: [2021-05-12T22:40:13.526Z] Successfully uninstalled requests-2.23.0 [2021-05-12T22:40:13.712Z] --parallel Build images in parallel. [Pipeline] } [2021-05-12T22:40:14.001Z] $ docker stop --time=1 f7714275747bb0aafb3d266195f4668f54e5866ea23cb181d63ed1dbbfdc8b14 [2021-05-12T22:40:14.112Z] Running setup.py install for PyYAML: started [2021-05-12T22:40:14.700Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-12T22:40:14.700Z] Running setup.py install for texttable: started [2021-05-12T22:40:15.282Z] Running setup.py install for texttable: finished with status 'done' [2021-05-12T22:40:15.282Z] Running setup.py install for dockerpty: started [2021-05-12T22:40:15.875Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-12T22:40:15.875Z] Running setup.py install for docopt: started [2021-05-12T22:40:15.907Z] $ docker rm -f f7714275747bb0aafb3d266195f4668f54e5866ea23cb181d63ed1dbbfdc8b14 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:40:16.459Z] Running setup.py install for docopt: finished with status 'done' [2021-05-12T22:40:16.564Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T22:40:16.564Z] . [Pipeline] withDockerContainer [2021-05-12T22:40:16.825Z] prd-ubuntu18.04-docker-arm64-4c-16g-4938 does not seem to be running inside a container [2021-05-12T22:40:16.898Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-12T22:40:17.042Z] 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-12T22:40:18.295Z] $ docker top 812aae739dc0651d947da906e0ad78df77f3db1234b34b2f1b627d4e815f7610 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T22:40:19.245Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-12T22:40:22.632Z] Building core-command ... [2021-05-12T22:40:22.632Z] Building core-data ... [2021-05-12T22:40:22.632Z] Building core-metadata ... [2021-05-12T22:40:22.632Z] Building security-bootstrapper ... [2021-05-12T22:40:22.632Z] Building security-proxy-setup ... [2021-05-12T22:40:22.632Z] Building security-secretstore-setup ... [2021-05-12T22:40:22.632Z] Building support-notifications ... [2021-05-12T22:40:22.632Z] Building support-scheduler ... [2021-05-12T22:40:22.632Z] Building sys-mgmt-agent ... [2021-05-12T22:40:22.632Z] Building support-notifications [2021-05-12T22:40:22.632Z] Building security-proxy-setup [2021-05-12T22:40:22.632Z] Building security-secretstore-setup [2021-05-12T22:40:22.632Z] Building core-command [2021-05-12T22:40:22.632Z] Building core-metadata [2021-05-12T22:40:27.146Z] Removing intermediate container a7fa11ade4cf [2021-05-12T22:40:27.147Z] ---> 58b26abbedeb [2021-05-12T22:40:27.147Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-12T22:40:27.147Z] ---> Running in a9bee54d7038 [2021-05-12T22:40:27.147Z] Removing intermediate container a9bee54d7038 [2021-05-12T22:40:27.147Z] ---> 4b38bff2cabe [2021-05-12T22:40:27.147Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-12T22:40:27.147Z] ---> Running in 70ba81899e2c [2021-05-12T22:40:27.147Z] Removing intermediate container 70ba81899e2c [2021-05-12T22:40:27.147Z] ---> c83058230629 [2021-05-12T22:40:27.147Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-12T22:40:27.147Z] ---> 2f163d51ec48 [2021-05-12T22:40:27.147Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-12T22:40:27.147Z] ---> 8d8e46f6e3c3 [2021-05-12T22:40:27.147Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-12T22:40:27.751Z] ---> eb2f04c8a5db [2021-05-12T22:40:27.751Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-12T22:40:27.751Z] ---> Running in 836e262929fb [2021-05-12T22:40:28.018Z] Removing intermediate container 836e262929fb [2021-05-12T22:40:28.018Z] ---> 83a1b1f87ccf [2021-05-12T22:40:28.018Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:40:28.324Z] ---> Running in d4ba7bd1c709 [2021-05-12T22:40:28.324Z] Removing intermediate container d4ba7bd1c709 [2021-05-12T22:40:28.324Z] ---> 4d50504fbab7 [2021-05-12T22:40:28.324Z] Step 22/24 : LABEL arch=x86_64 [2021-05-12T22:40:28.623Z] ---> Running in f9cc8ac3e7ec [2021-05-12T22:40:29.223Z] Removing intermediate container f9cc8ac3e7ec [2021-05-12T22:40:29.223Z] ---> 84b6ccaf05e7 [2021-05-12T22:40:29.223Z] Step 23/24 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:40:29.223Z] ---> Running in d0972e581917 [2021-05-12T22:40:29.493Z] Removing intermediate container d0972e581917 [2021-05-12T22:40:29.493Z] ---> a02a878b19b0 [2021-05-12T22:40:29.493Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T22:40:30.906Z] ---> Running in c9b614a41426 [2021-05-12T22:40:30.906Z] Removing intermediate container c9b614a41426 [2021-05-12T22:40:30.906Z] ---> cb4739529db6 [2021-05-12T22:40:30.906Z] [2021-05-12T22:40:31.177Z] Successfully built cb4739529db6 [2021-05-12T22:40:31.442Z] Successfully tagged sys-mgmt-agent:latest [2021-05-12T22:40:31.745Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-05-12T22:40:31.776Z] $ docker stop --time=1 0f8cbe1ed7ca7ebd579da017bb1b72a0e2067429cf81131dd5ae663321ea2a59 [2021-05-12T22:40:34.115Z] $ docker rm -f 0f8cbe1ed7ca7ebd579da017bb1b72a0e2067429cf81131dd5ae663321ea2a59 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T22:40:34.704Z] + docker images [2021-05-12T22:40:35.316Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-12T22:40:35.316Z] sys-mgmt-agent latest cb4739529db6 5 seconds ago 312MB [2021-05-12T22:40:35.316Z] core-data latest 36a9be26ee42 31 seconds ago 21.5MB [2021-05-12T22:40:35.316Z] security-secretstore-setup latest e527c7a83a60 36 seconds ago 25.7MB [2021-05-12T22:40:35.316Z] security-proxy-setup latest a7355d24646b 41 seconds ago 25.3MB [2021-05-12T22:40:35.316Z] b60456babe9e 50 seconds ago 1.15GB [2021-05-12T22:40:35.316Z] bbb7ebda08ae 54 seconds ago 1.17GB [2021-05-12T22:40:35.316Z] bd4f19982b28 58 seconds ago 1.15GB [2021-05-12T22:40:35.316Z] f80c0051633b 58 seconds ago 1.16GB [2021-05-12T22:40:35.316Z] security-bootstrapper latest cc7bd1864c71 3 minutes ago 18.2MB [2021-05-12T22:40:35.316Z] core-command latest 8ee651241c67 3 minutes ago 17MB [2021-05-12T22:40:35.316Z] core-metadata latest 2c05d1667e80 3 minutes ago 18.6MB [2021-05-12T22:40:35.316Z] support-scheduler latest f124513e9dc2 3 minutes ago 17.1MB [2021-05-12T22:40:35.316Z] support-notifications latest eb0ccfb7a8ef 3 minutes ago 17.7MB [2021-05-12T22:40:35.317Z] 7c36b42faa1e 3 minutes ago 1.17GB [2021-05-12T22:40:35.317Z] 09edc9288d69 3 minutes ago 1.16GB [2021-05-12T22:40:35.317Z] 6f02e8a97730 3 minutes ago 1.16GB [2021-05-12T22:40:35.317Z] 62292e6b1b54 3 minutes ago 1.16GB [2021-05-12T22:40:35.317Z] fdafa3766aab 4 minutes ago 1.15GB [2021-05-12T22:40:35.317Z] ci-base-image-x86_64 latest fda2c302c681 11 minutes ago 648MB [2021-05-12T22:40:35.317Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 13 days ago 445MB [2021-05-12T22:40:35.317Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 2 weeks ago 37.5MB [2021-05-12T22:40:35.317Z] alpine 3.12 13621d1b12d4 4 weeks ago 5.58MB [2021-05-12T22:40:35.317Z] docker 20.10.0 aefe523efa57 5 months ago 240MB [2021-05-12T22:40:35.317Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 10 months ago 310MB [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-12T22:40:50.760Z] Still waiting to schedule task [2021-05-12T22:40:50.761Z] ‘prd-ubuntu18.04-docker-8c-8g-4940’ is offline [2021-05-12T22:41:44.398Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:41:44.399Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:41:44.399Z] ---> fc3e8de55acf [2021-05-12T22:41:44.399Z] Step 3/26 : WORKDIR /edgex-go [2021-05-12T22:41:44.399Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:41:44.399Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:41:44.399Z] ---> fc3e8de55acf [2021-05-12T22:41:44.399Z] Step 3/23 : WORKDIR /edgex-go [2021-05-12T22:41:44.399Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:41:44.399Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:41:44.399Z] ---> fc3e8de55acf [2021-05-12T22:41:44.399Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T22:41:44.399Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:41:44.399Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:41:44.399Z] ---> fc3e8de55acf [2021-05-12T22:41:44.399Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T22:41:44.399Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:41:44.399Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:41:44.399Z] ---> fc3e8de55acf [2021-05-12T22:41:44.399Z] Step 3/22 : WORKDIR /edgex-go [2021-05-12T22:41:44.399Z] ---> Running in 9f2d2c2ba32d [2021-05-12T22:41:44.399Z] ---> Running in 1e7a84f79c40 [2021-05-12T22:41:44.399Z] ---> Running in 7352c30ac041 [2021-05-12T22:41:44.399Z] ---> Running in 1089bfa20db5 [2021-05-12T22:41:44.399Z] ---> Running in 7c9b855170d3 [2021-05-12T22:41:44.399Z] Removing intermediate container 1e7a84f79c40 [2021-05-12T22:41:44.399Z] ---> bc52c00267df [2021-05-12T22:41:44.399Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:41:44.399Z] Removing intermediate container 1089bfa20db5 [2021-05-12T22:41:44.399Z] ---> 5c36fa5210a6 [2021-05-12T22:41:44.399Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:41:44.399Z] Removing intermediate container 7c9b855170d3 [2021-05-12T22:41:44.399Z] ---> 940f7687051c [2021-05-12T22:41:44.399Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:41:44.399Z] Removing intermediate container 7352c30ac041 [2021-05-12T22:41:44.399Z] ---> 4513e61bb57d [2021-05-12T22:41:44.399Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:41:44.399Z] Removing intermediate container 9f2d2c2ba32d [2021-05-12T22:41:44.399Z] ---> 4259a2d88684 [2021-05-12T22:41:44.399Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:41:44.399Z] ---> Running in 8eab4a740a12 [2021-05-12T22:41:44.399Z] ---> Running in 39fce649f365 [2021-05-12T22:41:44.399Z] ---> Running in 52e65236a290 [2021-05-12T22:41:44.399Z] ---> Running in 97b2ef32fed6 [2021-05-12T22:41:44.399Z] ---> Running in 49722318fc00 [2021-05-12T22:41:44.399Z] Removing intermediate container 8eab4a740a12 [2021-05-12T22:41:44.399Z] ---> e2cf7edae688 [2021-05-12T22:41:44.399Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-12T22:41:44.399Z] ---> Running in 4790e9439dbc [2021-05-12T22:41:44.399Z] Removing intermediate container 39fce649f365 [2021-05-12T22:41:44.399Z] ---> 4ad5f3308e72 [2021-05-12T22:41:44.399Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-12T22:41:44.399Z] Removing intermediate container 52e65236a290 [2021-05-12T22:41:44.399Z] ---> 3a4d054d03fe [2021-05-12T22:41:44.399Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-12T22:41:44.399Z] ---> Running in bb46419683a6 [2021-05-12T22:41:44.399Z] ---> Running in 2a394ea84bd8 [2021-05-12T22:41:44.399Z] Removing intermediate container 49722318fc00 [2021-05-12T22:41:44.399Z] Removing intermediate container 97b2ef32fed6 [2021-05-12T22:41:44.399Z] ---> 5c35b0d7d39b [2021-05-12T22:41:44.399Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-12T22:41:44.399Z] ---> 6b8ee9353a47 [2021-05-12T22:41:44.399Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-12T22:41:44.399Z] ---> Running in 3e1a5b4551d1 [2021-05-12T22:41:44.399Z] ---> Running in 9b4704d900e7 [2021-05-12T22:41:44.399Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:41:44.399Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:41:44.399Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:41:44.399Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:41:44.399Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:41:44.677Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:41:45.670Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:41:45.670Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:41:45.670Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:41:45.670Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:41:45.670Z] OK: 218 MiB in 52 packages [2021-05-12T22:41:46.294Z] OK: 218 MiB in 52 packages [2021-05-12T22:41:46.294Z] OK: 218 MiB in 52 packages [2021-05-12T22:41:46.569Z] OK: 218 MiB in 52 packages [2021-05-12T22:41:46.846Z] OK: 218 MiB in 52 packages [2021-05-12T22:41:47.451Z] Removing intermediate container bb46419683a6 [2021-05-12T22:41:47.451Z] ---> f0a954d84d66 [2021-05-12T22:41:47.451Z] Step 6/22 : COPY go.mod . [2021-05-12T22:41:48.439Z] Removing intermediate container 2a394ea84bd8 [2021-05-12T22:41:48.439Z] ---> 545c140322f4 [2021-05-12T22:41:48.439Z] Step 6/26 : COPY go.mod . [2021-05-12T22:41:48.439Z] Removing intermediate container 4790e9439dbc [2021-05-12T22:41:48.439Z] ---> faf00e70098c [2021-05-12T22:41:48.439Z] Step 6/24 : COPY go.mod . [2021-05-12T22:41:48.714Z] ---> f6470cdead11 [2021-05-12T22:41:48.714Z] Step 7/22 : RUN go mod download [2021-05-12T22:41:48.714Z] Removing intermediate container 9b4704d900e7 [2021-05-12T22:41:48.714Z] ---> 8201684365ec [2021-05-12T22:41:48.714Z] Step 6/24 : COPY go.mod . [2021-05-12T22:41:48.990Z] Removing intermediate container 3e1a5b4551d1 [2021-05-12T22:41:48.991Z] ---> 390207dc4964 [2021-05-12T22:41:48.991Z] Step 6/23 : COPY go.mod . [2021-05-12T22:41:48.991Z] ---> Running in 933904c59e14 [2021-05-12T22:41:49.266Z] ---> 730abee447e4 [2021-05-12T22:41:49.266Z] Step 7/26 : RUN go mod download [2021-05-12T22:41:49.542Z] ---> Running in b8cd5094e8b5 [2021-05-12T22:41:49.820Z] ---> af3cfd8b9c0c [2021-05-12T22:41:49.820Z] Step 7/24 : RUN go mod download [2021-05-12T22:41:49.820Z] ---> 3538be907353 [2021-05-12T22:41:49.820Z] Step 7/24 : RUN go mod download [2021-05-12T22:41:50.093Z] ---> 6cca868b93db [2021-05-12T22:41:50.093Z] Step 7/23 : RUN go mod download [2021-05-12T22:41:50.093Z] ---> Running in 97487ef82ced [2021-05-12T22:41:50.093Z] ---> Running in 3f1fc1e7c49f [2021-05-12T22:41:50.378Z] ---> Running in 85cc68d894b3 [2021-05-12T22:41:52.372Z] Removing intermediate container 933904c59e14 [2021-05-12T22:41:52.372Z] ---> 52c9e14c2b40 [2021-05-12T22:41:52.372Z] Step 8/22 : COPY . . [2021-05-12T22:41:53.834Z] Removing intermediate container b8cd5094e8b5 [2021-05-12T22:41:53.834Z] ---> 1bf9888e469c [2021-05-12T22:41:53.834Z] Step 8/26 : COPY . . [2021-05-12T22:41:54.825Z] Removing intermediate container 97487ef82ced [2021-05-12T22:41:54.825Z] ---> 65939cb9708a [2021-05-12T22:41:54.825Z] Step 8/24 : COPY . . [2021-05-12T22:41:55.104Z] Removing intermediate container 3f1fc1e7c49f [2021-05-12T22:41:55.104Z] ---> c3d83b0f4b7a [2021-05-12T22:41:55.104Z] Step 8/24 : COPY . . [2021-05-12T22:41:55.700Z] Removing intermediate container 85cc68d894b3 [2021-05-12T22:41:55.700Z] ---> 4c00c67ec37f [2021-05-12T22:41:55.700Z] Step 8/23 : COPY . . [2021-05-12T22:42:22.572Z] ---> 900303ea42d9 [2021-05-12T22:42:22.572Z] Step 9/26 : RUN go mod tidy [2021-05-12T22:42:22.572Z] ---> f21ef6fdf9a2 [2021-05-12T22:42:22.572Z] Step 9/22 : RUN go mod tidy [2021-05-12T22:42:22.572Z] ---> e99d7acee82b [2021-05-12T22:42:22.572Z] Step 9/24 : RUN go mod tidy [2021-05-12T22:42:22.572Z] ---> 0fc6ddcf0697 [2021-05-12T22:42:22.572Z] Step 9/23 : RUN go mod tidy [2021-05-12T22:42:22.572Z] ---> Running in 47ba58c31bad [2021-05-12T22:42:22.572Z] ---> 90f0fdd432a6 [2021-05-12T22:42:22.572Z] Step 9/24 : RUN go mod tidy [2021-05-12T22:42:22.572Z] ---> Running in 046f8c579ed2 [2021-05-12T22:42:22.572Z] ---> Running in fdb5508ed9a2 [2021-05-12T22:42:22.572Z] ---> Running in 662b14db52ec [2021-05-12T22:42:22.572Z] ---> Running in 5e7686846c10 [2021-05-12T22:42:28.012Z] Removing intermediate container 046f8c579ed2 [2021-05-12T22:42:28.012Z] ---> a31331c0f12a [2021-05-12T22:42:28.012Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-12T22:42:28.012Z] ---> Running in aa372e6407dc [2021-05-12T22:42:28.013Z] Removing intermediate container 47ba58c31bad [2021-05-12T22:42:28.013Z] ---> 89041cff2999 [2021-05-12T22:42:28.013Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-12T22:42:28.013Z] Removing intermediate container 662b14db52ec [2021-05-12T22:42:28.013Z] ---> e5874d371a6f [2021-05-12T22:42:28.013Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-12T22:42:28.013Z] ---> Running in 6fc7e8a76445 [2021-05-12T22:42:28.288Z] ---> Running in 02f37fc30873 [2021-05-12T22:42:28.288Z] Removing intermediate container fdb5508ed9a2 [2021-05-12T22:42:28.288Z] ---> 1323ebf19643 [2021-05-12T22:42:28.288Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-12T22:42:28.288Z] Removing intermediate container 5e7686846c10 [2021-05-12T22:42:28.288Z] ---> 1a232388d2ac [2021-05-12T22:42:28.288Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-12T22:42:28.568Z] ---> Running in c1c96bd1cd41 [2021-05-12T22:42:28.568Z] ---> Running in abb0809ecbdd [2021-05-12T22:42:29.558Z] 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-12T22:42:30.166Z] 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-12T22:42:30.769Z] 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-12T22:42:30.769Z] 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-12T22:42:31.046Z] 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-12T22:42:59.620Z] Running on prd-ubuntu18.04-docker-8c-8g-4941 in /w/workspace/edgexfoundry_edgex-go_PR-3457 [Pipeline] { [Pipeline] ws [2021-05-12T22:42:59.638Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-05-12T22:43:01.831Z] using credential edgex-jenkins-ssh [2021-05-12T22:43:01.843Z] Cloning the remote Git repository [2021-05-12T22:43:01.866Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-12T22:43:01.932Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-05-12T22:43:01.955Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-12T22:43:01.955Z] > git --version # timeout=10 [2021-05-12T22:43:01.961Z] > git --version # 'git version 2.17.1' [2021-05-12T22:43:01.962Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T22:43:01.983Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T22:43:13.577Z] Merging remotes/origin/master commit 21807bed0cea4258a40f185a4e0cb4759d48740d into PR head commit 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:43:13.696Z] Merge succeeded, producing 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:43:13.697Z] Checking out Revision 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada (PR-3457) [2021-05-12T22:43:13.058Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-12T22:43:13.064Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T22:43:13.073Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-12T22:43:13.093Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-12T22:43:13.093Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T22:43:13.098Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3457/head:refs/remotes/origin/PR-3457 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T22:43:13.591Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T22:43:13.595Z] > git checkout -f 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada # timeout=10 [2021-05-12T22:43:13.671Z] > git remote # timeout=10 [2021-05-12T22:43:13.678Z] > git config --get remote.origin.url # timeout=10 [2021-05-12T22:43:13.683Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T22:43:13.687Z] > git merge 21807bed0cea4258a40f185a4e0cb4759d48740d # timeout=10 [2021-05-12T22:43:13.696Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-12T22:43:13.704Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T22:43:13.707Z] > git checkout -f 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada # timeout=10 [2021-05-12T22:43:17.374Z] Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.0 to 1.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:43:18.402Z] + echo snap-build.sh [2021-05-12T22:43:18.402Z] snap-build.sh [2021-05-12T22:43:18.402Z] + SNAP_BASE_DIR=. [2021-05-12T22:43:18.402Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-05-12T22:43:18.402Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-05-12T22:43:18.402Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-05-12T22:43:18.402Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-05-12T22:43:18.402Z] + cd /w/workspace/edgex-go/3 [2021-05-12T22:43:18.402Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-12T22:43:18.402Z] Reading package lists... [2021-05-12T22:43:18.402Z] Building dependency tree... [2021-05-12T22:43:18.402Z] Reading state information... [2021-05-12T22:43:18.665Z] The following packages were automatically installed and are no longer required: [2021-05-12T22:43:18.665Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-12T22:43:18.665Z] uidmap xdelta3 [2021-05-12T22:43:18.665Z] Use 'sudo apt autoremove' to remove them. [2021-05-12T22:43:18.665Z] The following packages will be REMOVED: [2021-05-12T22:43:18.665Z] lxd* lxd-client* [2021-05-12T22:43:18.926Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-12T22:43:18.926Z] After this operation, 31.7 MB disk space will be freed. [2021-05-12T22:43:19.973Z] (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-12T22:43:19.973Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-12T22:43:20.916Z] Removing lxd dnsmasq configuration [2021-05-12T22:43:20.916Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-12T22:43:21.177Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-12T22:43:21.752Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-12T22:43:22.013Z] (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-12T22:43:22.013Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-12T22:43:23.398Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-12T22:43:23.398Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-12T22:43:24.815Z] + sudo snap remove --purge lxd [2021-05-12T22:43:24.815Z] snap "lxd" is not installed [2021-05-12T22:43:24.815Z] + sudo groupadd --force --system lxd [2021-05-12T22:43:24.815Z] ++ whoami [2021-05-12T22:43:24.815Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-12T22:43:24.815Z] + newgrp - lxd [2021-05-12T22:43:24.815Z] + sudo snap install lxd [2021-05-12T22:43:32.949Z] 2021-05-12T22:43:29Z INFO Waiting for automatic snapd restart... [2021-05-12T22:43:47.881Z] lxd 4.14 from Canonical* installed [2021-05-12T22:43:47.881Z] + sudo lxd init --auto [2021-05-12T22:43:54.469Z] + sudo snap install --classic snapcraft [2021-05-12T22:43:59.755Z] snapcraft 4.7.1 from Canonical* installed [2021-05-12T22:43:59.755Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-12T22:43:59.755Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-12T22:43:59.755Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T22:43:59.755Z] Dload Upload Total Spent Left Speed [2021-05-12T22:43:59.755Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4019 0 --:--:-- --:--:-- --:--:-- 4019 [2021-05-12T22:43:59.755Z] 100 3325k 100 3325k 0 0 8250k 0 --:--:-- --:--:-- --:--:-- 8250k [2021-05-12T22:43:59.755Z] ./yq_linux_amd64 [2021-05-12T22:43:59.755Z] + sudo snapcraft prime --use-lxd [2021-05-12T22:44:01.139Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-12T22:44:01.140Z] 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-12T22:44:01.140Z] - README.md [2021-05-12T22:44:01.140Z] [2021-05-12T22:44:01.140Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-12T22:44:01.711Z] Launching a container. [2021-05-12T22:44:09.874Z] Waiting for container to be ready [2021-05-12T22:44:09.874Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-12T22:44:09.874Z] [2021-05-12T22:44:13.180Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-12T22:44:13.180Z] Waiting for network to be ready... [2021-05-12T22:44:13.750Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-12T22:44:13.750Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-12T22:44:13.750Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1725 kB] [2021-05-12T22:44:14.011Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] [2021-05-12T22:44:14.011Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-12T22:44:14.011Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-12T22:44:14.011Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] [2021-05-12T22:44:14.011Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-12T22:44:14.011Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-12T22:44:14.011Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-12T22:44:14.273Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-12T22:44:14.273Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-12T22:44:14.845Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-12T22:44:14.845Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-12T22:44:14.845Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-12T22:44:14.845Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-12T22:44:14.845Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-12T22:44:14.845Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-12T22:44:15.107Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-12T22:44:15.369Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] [2021-05-12T22:44:15.369Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-12T22:44:15.630Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-12T22:44:15.630Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-12T22:44:15.630Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-12T22:44:15.630Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-12T22:44:15.630Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-12T22:44:15.630Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-12T22:44:17.544Z] Fetched 24.6 MB in 4s (6037 kB/s) [2021-05-12T22:44:18.486Z] Reading package lists... [2021-05-12T22:44:18.747Z] Reading package lists... [2021-05-12T22:44:18.747Z] Building dependency tree... [2021-05-12T22:44:18.747Z] Reading state information... [2021-05-12T22:44:19.008Z] The following additional packages will be installed: [2021-05-12T22:44:19.008Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-12T22:44:19.008Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-12T22:44:19.008Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-12T22:44:19.008Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-12T22:44:19.008Z] Suggested packages: [2021-05-12T22:44:19.008Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-12T22:44:19.008Z] Recommended packages: [2021-05-12T22:44:19.008Z] gnupg libsasl2-modules [2021-05-12T22:44:19.008Z] The following NEW packages will be installed: [2021-05-12T22:44:19.008Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-12T22:44:19.008Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-12T22:44:19.008Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-12T22:44:19.008Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-12T22:44:19.008Z] The following packages will be upgraded: [2021-05-12T22:44:19.008Z] gpg gpg-agent gpgconf libudev1 [2021-05-12T22:44:19.008Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-12T22:44:19.008Z] Need to get 3530 kB of archives. [2021-05-12T22:44:19.008Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-12T22:44:19.008Z] 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-12T22:44:19.008Z] 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-12T22:44:19.008Z] 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-12T22:44:19.008Z] 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-12T22:44:19.269Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-12T22:44:19.530Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-12T22:44:19.789Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-12T22:44:19.789Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-12T22:44:19.789Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-12T22:44:19.789Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-12T22:44:19.789Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-12T22:44:19.789Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-12T22:44:19.789Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-12T22:44:19.789Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-12T22:44:19.789Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-12T22:44:19.789Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-12T22:44:20.053Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-12T22:44:20.053Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-12T22:44:20.053Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-12T22:44:20.053Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-12T22:44:20.053Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-12T22:44:20.053Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-12T22:44:20.053Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-12T22:44:20.053Z] Fetched 3530 kB in 1s (3473 kB/s) [2021-05-12T22:44:20.053Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-12T22:44:20.053Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-12T22:44:20.313Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-12T22:44:20.313Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-12T22:44:20.574Z] Selecting previously unselected package udev. [2021-05-12T22:44:20.574Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-12T22:44:20.574Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-12T22:44:20.574Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-12T22:44:20.835Z] Selecting previously unselected package libfuse2:amd64. [2021-05-12T22:44:20.835Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-12T22:44:20.835Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-12T22:44:20.835Z] Selecting previously unselected package fuse. [2021-05-12T22:44:20.835Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-12T22:44:20.835Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-12T22:44:20.835Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-12T22:44:21.095Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-12T22:44:21.095Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-12T22:44:21.095Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-12T22:44:21.357Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-12T22:44:21.357Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-12T22:44:21.357Z] Selecting previously unselected package libksba8:amd64. [2021-05-12T22:44:21.357Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-12T22:44:21.357Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-12T22:44:21.620Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-12T22:44:21.620Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-12T22:44:21.620Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T22:44:21.620Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-12T22:44:21.620Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-12T22:44:21.620Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T22:44:21.880Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-12T22:44:21.880Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-12T22:44:21.880Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T22:44:21.880Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-12T22:44:21.880Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-12T22:44:21.880Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T22:44:22.141Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-12T22:44:22.141Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-12T22:44:22.141Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T22:44:22.141Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-12T22:44:22.141Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-12T22:44:22.141Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T22:44:22.141Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-12T22:44:22.141Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-12T22:44:22.401Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T22:44:22.401Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-12T22:44:22.401Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-12T22:44:22.401Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T22:44:22.401Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-12T22:44:22.401Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-12T22:44:22.401Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T22:44:22.401Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-12T22:44:22.401Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-12T22:44:22.663Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-12T22:44:22.663Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-12T22:44:22.663Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-12T22:44:22.663Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-12T22:44:22.663Z] Selecting previously unselected package libldap-common. [2021-05-12T22:44:22.663Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-12T22:44:22.663Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-12T22:44:22.663Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-12T22:44:22.663Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-12T22:44:22.912Z] 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-12T22:44:22.913Z] 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-12T22:44:22.923Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-12T22:44:22.923Z] Selecting previously unselected package dirmngr. [2021-05-12T22:44:22.923Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-12T22:44:22.923Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-12T22:44:23.183Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-12T22:44:23.183Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-12T22:44:23.183Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-12T22:44:23.183Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-12T22:44:23.183Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-12T22:44:23.443Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-12T22:44:23.443Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T22:44:23.443Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-12T22:44:23.443Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-12T22:44:23.443Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-12T22:44:23.705Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-12T22:44:23.967Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T22:44:23.967Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-12T22:44:23.967Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-12T22:44:23.967Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-12T22:44:23.967Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T22:44:23.967Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T22:44:24.228Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T22:44:24.228Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T22:44:24.228Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T22:44:24.228Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T22:44:24.228Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T22:44:24.228Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-12T22:44:24.228Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-12T22:44:24.228Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-12T22:44:24.800Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-12T22:44:24.800Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-12T22:44:24.800Z] This means they are not meant to be enabled using systemctl. [2021-05-12T22:44:24.800Z] Possible reasons for having this kind of units are: [2021-05-12T22:44:24.800Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-12T22:44:24.800Z] .wants/ or .requires/ directory. [2021-05-12T22:44:24.800Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-12T22:44:24.800Z] a requirement dependency on it. [2021-05-12T22:44:24.800Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-12T22:44:24.800Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-12T22:44:24.800Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-12T22:44:24.800Z] instance name specified. [2021-05-12T22:44:25.321Z] Reading package lists... [2021-05-12T22:44:25.321Z] Building dependency tree... [2021-05-12T22:44:25.321Z] Reading state information... [2021-05-12T22:44:25.321Z] The following additional packages will be installed: [2021-05-12T22:44:25.321Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-12T22:44:25.321Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-12T22:44:25.321Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-12T22:44:25.321Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-12T22:44:25.321Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-12T22:44:25.321Z] Suggested packages: [2021-05-12T22:44:25.321Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-12T22:44:25.321Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-12T22:44:25.321Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-12T22:44:25.321Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-12T22:44:25.321Z] systemd-container policykit-1 [2021-05-12T22:44:25.321Z] Recommended packages: [2021-05-12T22:44:25.321Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-12T22:44:25.580Z] The following NEW packages will be installed: [2021-05-12T22:44:25.580Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-12T22:44:25.580Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-12T22:44:25.580Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-12T22:44:25.580Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-12T22:44:25.580Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-12T22:44:25.580Z] The following packages will be upgraded: [2021-05-12T22:44:25.580Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-12T22:44:25.580Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-12T22:44:25.580Z] Need to get 35.2 MB of archives. [2021-05-12T22:44:25.580Z] After this operation, 141 MB of additional disk space will be used. [2021-05-12T22:44:25.580Z] 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-12T22:44:25.580Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-12T22:44:25.840Z] 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-12T22:44:25.840Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-12T22:44:25.840Z] 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-12T22:44:25.840Z] 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-12T22:44:25.840Z] 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-12T22:44:25.840Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-12T22:44:25.840Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-12T22:44:25.840Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-12T22:44:25.840Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-12T22:44:25.840Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-12T22:44:25.840Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-12T22:44:25.840Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-12T22:44:25.840Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-12T22:44:25.840Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-12T22:44:25.840Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-12T22:44:26.780Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-12T22:44:26.780Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-12T22:44:26.780Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-12T22:44:27.040Z] 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-12T22:44:27.040Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-12T22:44:27.040Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-12T22:44:27.040Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-12T22:44:27.040Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-12T22:44:27.040Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-12T22:44:27.040Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-12T22:44:27.040Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-12T22:44:27.040Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-12T22:44:27.040Z] 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-12T22:44:27.301Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-12T22:44:27.301Z] Fetched 35.2 MB in 2s (22.1 MB/s) [2021-05-12T22:44:27.301Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-12T22:44:27.301Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-12T22:44:27.561Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-12T22:44:28.133Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-12T22:44:28.133Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-12T22:44:28.133Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-12T22:44:28.133Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-12T22:44:28.133Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-12T22:44:28.133Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-12T22:44:28.393Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-12T22:44:28.653Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-12T22:44:28.653Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-12T22:44:28.653Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-12T22:44:28.913Z] Setting up apt (1.6.13) ... [2021-05-12T22:44:28.913Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-12T22:44:29.175Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-12T22:44:29.436Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-12T22:44:29.436Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-12T22:44:29.436Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-12T22:44:29.671Z] Removing intermediate container 6fc7e8a76445 [2021-05-12T22:44:29.671Z] ---> 47d05d7f8ae0 [2021-05-12T22:44:29.671Z] [2021-05-12T22:44:29.671Z] Step 11/22 : FROM alpine:3.12 [2021-05-12T22:44:29.671Z] 3.12: Pulling from library/alpine [2021-05-12T22:44:29.671Z] Removing intermediate container aa372e6407dc [2021-05-12T22:44:29.671Z] ---> d841aa41e914 [2021-05-12T22:44:29.671Z] [2021-05-12T22:44:29.671Z] Step 11/26 : FROM alpine:3.12 [2021-05-12T22:44:29.671Z] 3.12: Pulling from library/alpine [2021-05-12T22:44:30.659Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T22:44:30.659Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T22:44:30.659Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T22:44:30.659Z] ---> 9852663dfa18 [2021-05-12T22:44:30.659Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-12T22:44:30.659Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T22:44:30.659Z] ---> 9852663dfa18 [2021-05-12T22:44:30.659Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-12T22:44:31.273Z] ---> Running in 6f6f697df786 [2021-05-12T22:44:31.273Z] ---> Running in c4ee458adb54 [2021-05-12T22:44:32.161Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-12T22:44:32.162Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-12T22:44:32.162Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-12T22:44:32.162Z] Selecting previously unselected package libexpat1:amd64. [2021-05-12T22:44:32.162Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-12T22:44:32.162Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-12T22:44:32.162Z] Selecting previously unselected package python3.6-minimal. [2021-05-12T22:44:32.162Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-12T22:44:32.162Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-12T22:44:32.162Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-12T22:44:32.423Z] Checking for services that may need to be restarted...done. [2021-05-12T22:44:32.423Z] Checking for services that may need to be restarted...done. [2021-05-12T22:44:32.423Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-12T22:44:32.423Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-12T22:44:32.423Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-12T22:44:32.994Z] Selecting previously unselected package python3-minimal. [2021-05-12T22:44:32.994Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-12T22:44:32.994Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-12T22:44:32.994Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-12T22:44:32.994Z] Selecting previously unselected package mime-support. [2021-05-12T22:44:32.994Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-12T22:44:32.994Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-12T22:44:33.255Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-12T22:44:33.255Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-12T22:44:33.255Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-12T22:44:33.255Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-12T22:44:33.255Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-12T22:44:33.255Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-12T22:44:33.515Z] Selecting previously unselected package python3.6. [2021-05-12T22:44:33.515Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-12T22:44:33.515Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-12T22:44:33.516Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-12T22:44:33.516Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-12T22:44:33.516Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-12T22:44:33.777Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-12T22:44:34.038Z] Selecting previously unselected package python3. [2021-05-12T22:44:34.038Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-12T22:44:34.038Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-12T22:44:34.038Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-12T22:44:34.038Z] Selecting previously unselected package multiarch-support. [2021-05-12T22:44:34.038Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-12T22:44:34.038Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-12T22:44:34.038Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-12T22:44:34.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:44:34.298Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-12T22:44:34.298Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-12T22:44:34.298Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-12T22:44:34.298Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-12T22:44:34.298Z] Selecting previously unselected package libbsd0:amd64. [2021-05-12T22:44:34.298Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-12T22:44:34.298Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-12T22:44:34.559Z] Selecting previously unselected package sudo. [2021-05-12T22:44:34.559Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-12T22:44:34.559Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-12T22:44:34.559Z] Selecting previously unselected package apparmor. [2021-05-12T22:44:34.559Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-12T22:44:34.560Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-12T22:44:34.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:44:34.821Z] Selecting previously unselected package libedit2:amd64. [2021-05-12T22:44:34.821Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-12T22:44:34.821Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-12T22:44:34.821Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-12T22:44:34.821Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-12T22:44:34.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:44:35.080Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-12T22:44:35.080Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-12T22:44:35.080Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-12T22:44:35.080Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-12T22:44:35.080Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-12T22:44:35.080Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-12T22:44:35.080Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-12T22:44:35.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:44:35.342Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-12T22:44:35.342Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-12T22:44:35.342Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-12T22:44:35.342Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-12T22:44:35.342Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-12T22:44:35.342Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-12T22:44:35.342Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-12T22:44:35.342Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-12T22:44:35.602Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-12T22:44:35.602Z] Selecting previously unselected package openssh-client. [2021-05-12T22:44:35.602Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-12T22:44:35.602Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-12T22:44:35.781Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-12T22:44:35.781Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T22:44:35.781Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-12T22:44:35.781Z] (4/6) Installing curl (7.76.1-r0) [2021-05-12T22:44:35.781Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-12T22:44:35.781Z] (6/6) Installing su-exec (0.2-r1) [2021-05-12T22:44:35.781Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:44:35.781Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T22:44:35.862Z] Selecting previously unselected package squashfs-tools. [2021-05-12T22:44:35.863Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-12T22:44:35.863Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-12T22:44:35.863Z] Selecting previously unselected package snapd. [2021-05-12T22:44:35.863Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-12T22:44:35.863Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-12T22:44:36.381Z] OK: 7 MiB in 20 packages [2021-05-12T22:44:36.381Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-12T22:44:36.657Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T22:44:36.657Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-12T22:44:36.657Z] (4/4) Installing curl (7.76.1-r0) [2021-05-12T22:44:36.657Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:44:36.657Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T22:44:36.933Z] OK: 7 MiB in 18 packages [2021-05-12T22:44:38.408Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-12T22:44:38.408Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-12T22:44:38.408Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-12T22:44:38.408Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-12T22:44:38.408Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-12T22:44:38.408Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-12T22:44:38.408Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-12T22:44:38.408Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-12T22:44:38.408Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-12T22:44:38.986Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-12T22:44:38.986Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-12T22:44:38.986Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-12T22:44:38.986Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-12T22:44:38.986Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-12T22:44:38.986Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-12T22:44:39.556Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-12T22:44:39.556Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-12T22:44:39.578Z] Removing intermediate container 02f37fc30873 [2021-05-12T22:44:39.578Z] ---> aaab444e2424 [2021-05-12T22:44:39.578Z] [2021-05-12T22:44:39.578Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T22:44:39.578Z] ---> 9852663dfa18 [2021-05-12T22:44:39.578Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-12T22:44:39.817Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-12T22:44:39.817Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-12T22:44:39.817Z] running python rtupdate hooks for python3.6... [2021-05-12T22:44:39.817Z] running python post-rtupdate hooks for python3.6... [2021-05-12T22:44:39.817Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-12T22:44:40.186Z] ---> Running in 055c8deacdc5 [2021-05-12T22:44:40.457Z] Removing intermediate container 6f6f697df786 [2021-05-12T22:44:40.457Z] ---> 34c512d473ff [2021-05-12T22:44:40.457Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-12T22:44:40.731Z] Removing intermediate container c4ee458adb54 [2021-05-12T22:44:40.731Z] ---> a704b2ad48dc [2021-05-12T22:44:40.731Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-12T22:44:40.731Z] ---> Running in 328aa884b02d [2021-05-12T22:44:41.204Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-12T22:44:41.204Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-12T22:44:41.204Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-12T22:44:41.332Z] ---> Running in e8078d77dd4f [2021-05-12T22:44:41.465Z] Setting up snapd (2.48.3+18.04) ... [2021-05-12T22:44:41.724Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-12T22:44:41.934Z] Removing intermediate container 328aa884b02d [2021-05-12T22:44:41.934Z] ---> 0b50c676bb99 [2021-05-12T22:44:41.934Z] Step 14/26 : WORKDIR / [2021-05-12T22:44:41.984Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-12T22:44:42.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:44:42.243Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-12T22:44:42.243Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-12T22:44:42.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:44:42.481Z] Removing intermediate container e8078d77dd4f [2021-05-12T22:44:42.481Z] ---> 8a233ddce65d [2021-05-12T22:44:42.481Z] Step 14/22 : WORKDIR /edgex [2021-05-12T22:44:42.502Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-12T22:44:42.502Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-12T22:44:42.755Z] ---> Running in 2badcbf98900 [2021-05-12T22:44:42.762Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-12T22:44:42.762Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-12T22:44:43.023Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-12T22:44:43.031Z] ---> Running in 33970052b188 [2021-05-12T22:44:43.031Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-12T22:44:43.031Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:44:43.031Z] OK: 5 MiB in 15 packages [2021-05-12T22:44:43.284Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-12T22:44:43.284Z] /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-12T22:44:43.284Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-12T22:44:43.284Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-12T22:44:43.319Z] Removing intermediate container abb0809ecbdd [2021-05-12T22:44:43.319Z] ---> 8d33e53ed3b3 [2021-05-12T22:44:43.319Z] [2021-05-12T22:44:43.319Z] Step 11/23 : FROM alpine:3.12 [2021-05-12T22:44:43.319Z] ---> 9852663dfa18 [2021-05-12T22:44:43.319Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-12T22:44:43.924Z] ---> Running in 590a1a6382f2 [2021-05-12T22:44:43.924Z] Removing intermediate container 2badcbf98900 [2021-05-12T22:44:43.924Z] ---> 8592f96ce9b8 [2021-05-12T22:44:43.924Z] 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-12T22:44:43.924Z] Removing intermediate container 33970052b188 [2021-05-12T22:44:43.925Z] ---> dbe99148c955 [2021-05-12T22:44:43.925Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-12T22:44:44.226Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-12T22:44:44.226Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-12T22:44:44.487Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-12T22:44:45.393Z] ---> 9f838d2d5647 [2021-05-12T22:44:45.393Z] 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-12T22:44:45.445Z] Reading package lists... [2021-05-12T22:44:45.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:44:45.672Z] Removing intermediate container 055c8deacdc5 [2021-05-12T22:44:45.672Z] ---> 61ce7003a7e4 [2021-05-12T22:44:45.672Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T22:44:45.705Z] Reading package lists... [2021-05-12T22:44:45.705Z] Building dependency tree... [2021-05-12T22:44:45.705Z] Reading state information... [2021-05-12T22:44:45.956Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:44:45.956Z] ---> 6d24b85ade42 [2021-05-12T22:44:45.956Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-12T22:44:45.964Z] Calculating upgrade... [2021-05-12T22:44:45.965Z] The following packages will be upgraded: [2021-05-12T22:44:45.965Z] advancecomp base-files bash binutils binutils-common [2021-05-12T22:44:45.965Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-12T22:44:45.965Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-12T22:44:45.965Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-12T22:44:45.965Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-12T22:44:45.965Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-12T22:44:45.965Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-12T22:44:45.965Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-12T22:44:45.965Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-12T22:44:45.965Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-12T22:44:45.965Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-12T22:44:45.965Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-12T22:44:45.965Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-12T22:44:45.965Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-12T22:44:45.965Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-12T22:44:46.225Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-12T22:44:46.225Z] Need to get 64.0 MB of archives. [2021-05-12T22:44:46.225Z] After this operation, 5041 kB of additional disk space will be used. [2021-05-12T22:44:46.225Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] [2021-05-12T22:44:46.225Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-12T22:44:46.225Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-12T22:44:46.225Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-12T22:44:46.225Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-12T22:44:46.225Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-12T22:44:46.225Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-12T22:44:46.225Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-12T22:44:46.225Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-12T22:44:46.225Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-12T22:44:46.225Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-12T22:44:46.225Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-12T22:44:46.225Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-12T22:44:46.225Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-12T22:44:46.225Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-12T22:44:46.225Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-12T22:44:46.225Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-12T22:44:46.225Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-12T22:44:46.225Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-12T22:44:46.252Z] ---> Running in 5fe3523828ad [2021-05-12T22:44:46.486Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-12T22:44:46.486Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-12T22:44:46.486Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-12T22:44:46.486Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-12T22:44:46.486Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-12T22:44:46.486Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-12T22:44:46.486Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-12T22:44:46.486Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-12T22:44:46.486Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-12T22:44:46.486Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-12T22:44:46.486Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-12T22:44:46.486Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-12T22:44:46.486Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-12T22:44:46.486Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-12T22:44:46.486Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-12T22:44:46.486Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-12T22:44:46.486Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-12T22:44:46.486Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-12T22:44:46.486Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-12T22:44:46.486Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-12T22:44:46.486Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-12T22:44:46.486Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-12T22:44:46.486Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-12T22:44:46.486Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-12T22:44:46.486Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-12T22:44:46.486Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-12T22:44:46.486Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-12T22:44:46.486Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-12T22:44:46.486Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-12T22:44:46.486Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-12T22:44:46.486Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-12T22:44:46.486Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-12T22:44:46.486Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-12T22:44:46.486Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-12T22:44:46.486Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-12T22:44:46.486Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-12T22:44:46.486Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-12T22:44:46.542Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-12T22:44:46.542Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-12T22:44:46.542Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:44:46.542Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T22:44:46.748Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-12T22:44:46.823Z] ---> 053b19156426 [2021-05-12T22:44:46.823Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-12T22:44:46.823Z] OK: 6 MiB in 16 packages [2021-05-12T22:44:47.009Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-12T22:44:47.009Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-12T22:44:47.009Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-12T22:44:47.271Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-12T22:44:47.271Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-12T22:44:47.271Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-12T22:44:47.271Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-12T22:44:47.271Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-12T22:44:47.272Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-12T22:44:47.272Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-12T22:44:47.426Z] Removing intermediate container 5fe3523828ad [2021-05-12T22:44:47.426Z] ---> c8c501d43873 [2021-05-12T22:44:47.426Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-12T22:44:47.843Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-12T22:44:47.843Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-12T22:44:47.843Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-12T22:44:47.843Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-12T22:44:47.843Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-12T22:44:47.843Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-12T22:44:47.843Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-12T22:44:47.843Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-12T22:44:47.843Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-12T22:44:47.843Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-12T22:44:48.029Z] ---> Running in 36ac161cca4a [2021-05-12T22:44:48.030Z] Removing intermediate container c1c96bd1cd41 [2021-05-12T22:44:48.030Z] ---> f43fa9a2bcab [2021-05-12T22:44:48.030Z] [2021-05-12T22:44:48.030Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T22:44:48.030Z] ---> 9852663dfa18 [2021-05-12T22:44:48.030Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-12T22:44:48.030Z] ---> Using cache [2021-05-12T22:44:48.030Z] ---> 61ce7003a7e4 [2021-05-12T22:44:48.030Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T22:44:48.030Z] ---> Using cache [2021-05-12T22:44:48.030Z] ---> c8c501d43873 [2021-05-12T22:44:48.030Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-12T22:44:48.030Z] ---> 86ca6a413650 [2021-05-12T22:44:48.030Z] 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-12T22:44:48.030Z] ---> ac599cb95c80 [2021-05-12T22:44:48.030Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-12T22:44:48.104Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-12T22:44:48.104Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-12T22:44:48.104Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-12T22:44:48.105Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-12T22:44:48.105Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-12T22:44:48.105Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-05-12T22:44:48.105Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-12T22:44:48.105Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-12T22:44:48.105Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-12T22:44:48.105Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-12T22:44:48.105Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-12T22:44:48.105Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-12T22:44:48.313Z] ---> Running in 020eee2bf03a [2021-05-12T22:44:48.365Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-12T22:44:48.365Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-12T22:44:48.365Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-12T22:44:48.365Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-12T22:44:48.365Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-12T22:44:48.365Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-05-12T22:44:48.365Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-12T22:44:48.365Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-12T22:44:48.365Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-12T22:44:48.365Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-12T22:44:48.625Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-12T22:44:48.625Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-12T22:44:48.886Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-12T22:44:48.886Z] Fetched 64.0 MB in 3s (24.4 MB/s) [2021-05-12T22:44:48.886Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:44:48.886Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-12T22:44:48.886Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-12T22:44:48.910Z] Removing intermediate container 36ac161cca4a [2021-05-12T22:44:48.910Z] ---> bd2761725a05 [2021-05-12T22:44:48.910Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-12T22:44:49.187Z] ---> Running in 9ceb9dfeeb8c [2021-05-12T22:44:49.188Z] Removing intermediate container 020eee2bf03a [2021-05-12T22:44:49.188Z] ---> 243ac84e62d9 [2021-05-12T22:44:49.188Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-12T22:44:49.188Z] ---> b9f312f14742 [2021-05-12T22:44:49.188Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-12T22:44:49.188Z] Removing intermediate container 590a1a6382f2 [2021-05-12T22:44:49.188Z] ---> e0f38d8cfdc3 [2021-05-12T22:44:49.188Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T22:44:49.457Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-12T22:44:49.457Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-12T22:44:49.462Z] ---> Running in d2533c04c953 [2021-05-12T22:44:49.462Z] ---> Running in 317107c14343 [2021-05-12T22:44:49.717Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... [2021-05-12T22:44:49.718Z] Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... [2021-05-12T22:44:49.734Z] ---> 4332f635b0bd [2021-05-12T22:44:49.734Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-12T22:44:49.734Z] Removing intermediate container 9ceb9dfeeb8c [2021-05-12T22:44:49.734Z] ---> a8ebed20b4ea [2021-05-12T22:44:49.734Z] Step 16/24 : WORKDIR / [2021-05-12T22:44:50.004Z] ---> Running in 65f9774d74a6 [2021-05-12T22:44:50.004Z] ---> Running in 9d32c2bf23df [2021-05-12T22:44:50.283Z] Removing intermediate container d2533c04c953 [2021-05-12T22:44:50.283Z] ---> a77290f2e42c [2021-05-12T22:44:50.283Z] Step 16/24 : WORKDIR / [2021-05-12T22:44:50.283Z] Removing intermediate container 317107c14343 [2021-05-12T22:44:50.283Z] ---> 25c6d2e8ac0c [2021-05-12T22:44:50.283Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-12T22:44:50.558Z] ---> Running in b17498ca896c [2021-05-12T22:44:50.558Z] ---> Running in 7b55f642a7bb [2021-05-12T22:44:50.673Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T22:44:50.673Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T22:44:50.673Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T22:44:50.673Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T22:44:50.829Z] Removing intermediate container 65f9774d74a6 [2021-05-12T22:44:50.829Z] ---> 68f165b4bd5f [2021-05-12T22:44:50.829Z] Step 19/22 : CMD ["--init=true"] [2021-05-12T22:44:50.829Z] ---> dcf2920866af [2021-05-12T22:44:50.829Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-12T22:44:50.933Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T22:44:50.933Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T22:44:50.933Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T22:44:50.933Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T22:44:51.101Z] Removing intermediate container 9d32c2bf23df [2021-05-12T22:44:51.101Z] ---> 4892cbb2cdb9 [2021-05-12T22:44:51.101Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:44:51.101Z] ---> Running in 82cb9fba3a40 [2021-05-12T22:44:51.194Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T22:44:51.194Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T22:44:51.194Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T22:44:51.194Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T22:44:51.374Z] Removing intermediate container 7b55f642a7bb [2021-05-12T22:44:51.375Z] ---> ac42829de83a [2021-05-12T22:44:51.375Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-12T22:44:51.375Z] Removing intermediate container b17498ca896c [2021-05-12T22:44:51.375Z] ---> 40d41ec201b3 [2021-05-12T22:44:51.375Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:44:51.484Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T22:44:51.484Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T22:44:51.645Z] ---> Running in 06298d179b44 [2021-05-12T22:44:51.745Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T22:44:51.745Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-12T22:44:51.745Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T22:44:51.745Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-12T22:44:51.921Z] Removing intermediate container 82cb9fba3a40 [2021-05-12T22:44:51.921Z] ---> 14c57c0e1247 [2021-05-12T22:44:51.921Z] Step 20/22 : LABEL arch=arm64 [2021-05-12T22:44:51.921Z] ---> 27d0d7301108 [2021-05-12T22:44:51.921Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-12T22:44:52.005Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-12T22:44:52.005Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-12T22:44:52.005Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T22:44:52.005Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T22:44:52.005Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T22:44:52.193Z] ---> Running in d91cd2b24bec [2021-05-12T22:44:52.193Z] Removing intermediate container 06298d179b44 [2021-05-12T22:44:52.193Z] ---> f6c03628b39c [2021-05-12T22:44:52.193Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:44:52.264Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T22:44:52.264Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T22:44:52.264Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T22:44:52.469Z] ---> 60955a8f5ebb [2021-05-12T22:44:52.469Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-12T22:44:52.469Z] ---> 7a65f937cb9c [2021-05-12T22:44:52.469Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-12T22:44:52.637Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T22:44:52.898Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-12T22:44:52.899Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-12T22:44:52.899Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-12T22:44:53.072Z] Removing intermediate container d91cd2b24bec [2021-05-12T22:44:53.072Z] ---> 1340d994f5c8 [2021-05-12T22:44:53.072Z] Step 21/22 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:44:53.072Z] ---> Running in f2d08669ff5b [2021-05-12T22:44:53.468Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-12T22:44:53.469Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-12T22:44:53.469Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-12T22:44:53.469Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-12T22:44:53.669Z] ---> 2c82b965b81b [2021-05-12T22:44:53.669Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-12T22:44:53.729Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-12T22:44:53.729Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-12T22:44:53.943Z] ---> 6107624ea299 [2021-05-12T22:44:53.943Z] ---> 227578c1823c [2021-05-12T22:44:53.943Z] 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-12T22:44:53.943Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-12T22:44:53.992Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-12T22:44:53.992Z] Installing new version of config file /etc/issue ... [2021-05-12T22:44:53.992Z] Installing new version of config file /etc/issue.net ... [2021-05-12T22:44:53.992Z] Installing new version of config file /etc/lsb-release ... [2021-05-12T22:44:53.992Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-12T22:44:54.221Z] Removing intermediate container f2d08669ff5b [2021-05-12T22:44:54.221Z] ---> ab081f8ffa3c [2021-05-12T22:44:54.221Z] Step 22/22 : LABEL version=0.0.0 [2021-05-12T22:44:54.252Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-12T22:44:54.252Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-12T22:44:54.252Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-12T22:44:54.494Z] ---> Running in 3e49b7c46917 [2021-05-12T22:44:54.494Z] ---> 72ad59142eef [2021-05-12T22:44:54.494Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-12T22:44:54.494Z] ---> Running in 88c8b0f26c39 [2021-05-12T22:44:54.512Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:44:54.512Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-12T22:44:54.512Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-12T22:44:54.512Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-12T22:44:54.773Z] 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-12T22:44:54.773Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:44:54.773Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-12T22:44:54.773Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-12T22:44:54.773Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-12T22:44:55.034Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:44:55.034Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-12T22:44:55.034Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-12T22:44:55.034Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-12T22:44:55.295Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:44:55.295Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-12T22:44:55.295Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-12T22:44:55.478Z] ---> fd11dacd2985 [2021-05-12T22:44:55.478Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-12T22:44:55.478Z] ---> 9d42cae0c492 [2021-05-12T22:44:55.478Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-12T22:44:55.478Z] Removing intermediate container 88c8b0f26c39 [2021-05-12T22:44:55.478Z] ---> 10f6f68144e9 [2021-05-12T22:44:55.478Z] [2021-05-12T22:44:55.556Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-12T22:44:55.752Z] ---> Running in 70175c493abe [2021-05-12T22:44:55.752Z] ---> 62a5724f0982 [2021-05-12T22:44:55.752Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-12T22:44:55.817Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:44:55.817Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-12T22:44:55.817Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-12T22:44:55.817Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-12T22:44:56.032Z] ---> Running in 4dbd24d709e2 [2021-05-12T22:44:56.077Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:44:56.077Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-12T22:44:56.077Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-12T22:44:56.077Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-12T22:44:56.306Z] Successfully built 10f6f68144e9 [2021-05-12T22:44:56.338Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:44:56.338Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-12T22:44:56.338Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-12T22:44:56.584Z] Successfully tagged security-proxy-setup-arm64:latest [2021-05-12T22:44:56.584Z] Building core-data [2021-05-12T22:44:56.584Z]  Building security-proxy-setup ... done Removing intermediate container 70175c493abe [2021-05-12T22:44:56.584Z] ---> 1f5c0246086f [2021-05-12T22:44:56.584Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:44:56.584Z] ---> c2496c250f5e [2021-05-12T22:44:56.605Z] Setting up grep (3.1-2build1) ... [2021-05-12T22:44:56.605Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:44:56.605Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-12T22:44:56.605Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-12T22:44:56.862Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-12T22:44:56.862Z] ---> Running in e288bda86ccd [2021-05-12T22:44:56.862Z] Removing intermediate container 4dbd24d709e2 [2021-05-12T22:44:56.862Z] ---> b4ac2788d5b0 [2021-05-12T22:44:56.862Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:44:56.862Z] ---> Running in 7311a96da9cf [2021-05-12T22:44:56.870Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-12T22:44:56.870Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:44:56.870Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-12T22:44:57.132Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-12T22:44:57.132Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-12T22:44:57.136Z] ---> Running in c43a3a4fa4aa [2021-05-12T22:44:57.392Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:44:57.392Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-12T22:44:57.408Z] Removing intermediate container e288bda86ccd [2021-05-12T22:44:57.408Z] ---> 839ef236b90c [2021-05-12T22:44:57.408Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T22:44:57.655Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-12T22:44:57.685Z] ---> Running in 72c30f1edb34 [2021-05-12T22:44:57.685Z] Removing intermediate container 7311a96da9cf [2021-05-12T22:44:57.685Z] ---> 8bd992eb7815 [2021-05-12T22:44:57.685Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:44:57.916Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-12T22:44:57.916Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-12T22:44:57.967Z] Removing intermediate container 3e49b7c46917 [2021-05-12T22:44:57.967Z] ---> b395e4b47bf5 [2021-05-12T22:44:57.967Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-12T22:44:57.967Z] Removing intermediate container c43a3a4fa4aa [2021-05-12T22:44:57.967Z] ---> 23660d573001 [2021-05-12T22:44:57.967Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T22:44:58.177Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-12T22:44:58.177Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-12T22:44:58.562Z] ---> Running in 16e6beb7b910 [2021-05-12T22:44:58.748Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-12T22:44:58.748Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:44:58.748Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-12T22:44:58.840Z] ---> Running in f894559b5f2a [2021-05-12T22:44:58.840Z] Removing intermediate container 72c30f1edb34 [2021-05-12T22:44:58.840Z] ---> 095dd69a7ff0 [2021-05-12T22:44:58.840Z] Step 23/24 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:44:58.840Z] ---> Running in 34b33614603c [2021-05-12T22:44:59.007Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-12T22:44:59.437Z] Removing intermediate container 16e6beb7b910 [2021-05-12T22:44:59.437Z] ---> ce1c27ed13aa [2021-05-12T22:44:59.437Z] Step 21/23 : LABEL arch=arm64 [2021-05-12T22:44:59.947Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-12T22:44:59.948Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-12T22:44:59.948Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-12T22:45:00.031Z] ---> Running in 5f3978bff6e2 [2021-05-12T22:45:00.031Z] Removing intermediate container f894559b5f2a [2021-05-12T22:45:00.031Z] ---> c35eea2dbebd [2021-05-12T22:45:00.031Z] Step 23/24 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:45:00.031Z] Removing intermediate container 34b33614603c [2021-05-12T22:45:00.031Z] ---> 40a8bd121a18 [2021-05-12T22:45:00.031Z] Step 24/26 : LABEL arch=arm64 [2021-05-12T22:45:00.031Z] ---> Running in 09a18c5cfd9c [2021-05-12T22:45:00.207Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-12T22:45:00.207Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-12T22:45:00.207Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:45:00.207Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-12T22:45:00.207Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-12T22:45:00.315Z] ---> Running in 35815af8d093 [2021-05-12T22:45:00.315Z] ---> Running in 77aa5f9e3766 [2021-05-12T22:45:00.468Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-12T22:45:00.468Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:45:00.468Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-12T22:45:00.591Z] Removing intermediate container 5f3978bff6e2 [2021-05-12T22:45:00.591Z] ---> f21b424364ee [2021-05-12T22:45:00.591Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T22:45:00.591Z] Removing intermediate container 09a18c5cfd9c [2021-05-12T22:45:00.591Z] ---> d65153a7f1e0 [2021-05-12T22:45:00.591Z] Step 22/23 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:45:00.728Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-12T22:45:00.728Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-12T22:45:00.728Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:45:00.728Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-12T22:45:00.728Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-12T22:45:00.888Z] ---> Running in 25ea02419e20 [2021-05-12T22:45:00.888Z] Removing intermediate container 77aa5f9e3766 [2021-05-12T22:45:00.888Z] ---> 244a04d9f091 [2021-05-12T22:45:00.888Z] Step 25/26 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:45:00.988Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-12T22:45:00.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:45:00.989Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-12T22:45:00.989Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-12T22:45:00.989Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-12T22:45:01.160Z] ---> Running in a1a0f26b69f7 [2021-05-12T22:45:01.249Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:45:01.249Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-12T22:45:01.249Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-12T22:45:01.249Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-12T22:45:01.429Z] Removing intermediate container 35815af8d093 [2021-05-12T22:45:01.430Z] ---> def03ac236a3 [2021-05-12T22:45:01.430Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T22:45:01.509Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:45:01.509Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-12T22:45:01.509Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-12T22:45:01.509Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-12T22:45:01.509Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-12T22:45:01.707Z] ---> Running in 5b32288862ae [2021-05-12T22:45:01.778Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-12T22:45:01.779Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:45:01.779Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-12T22:45:01.779Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-12T22:45:01.779Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-12T22:45:01.985Z] Removing intermediate container 25ea02419e20 [2021-05-12T22:45:01.986Z] ---> aed04554a8ba [2021-05-12T22:45:01.986Z] [2021-05-12T22:45:02.044Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:45:02.044Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-12T22:45:02.044Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-12T22:45:02.044Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-12T22:45:02.266Z] ---> Running in 8f6db0a2331a [2021-05-12T22:45:02.266Z] Removing intermediate container a1a0f26b69f7 [2021-05-12T22:45:02.266Z] ---> 11086772d1ea [2021-05-12T22:45:02.266Z] Step 23/23 : LABEL version=0.0.0 [2021-05-12T22:45:02.304Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:45:02.305Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-12T22:45:02.305Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-12T22:45:02.305Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-12T22:45:02.540Z] Successfully built aed04554a8ba [2021-05-12T22:45:02.541Z] Successfully tagged core-command-arm64:latest [2021-05-12T22:45:02.541Z] Building security-bootstrapper [2021-05-12T22:45:02.564Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:45:02.564Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-12T22:45:02.564Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-12T22:45:02.820Z]  Building core-command ... done Removing intermediate container 5b32288862ae [2021-05-12T22:45:02.820Z] ---> 06210e4083cd [2021-05-12T22:45:02.820Z] Step 26/26 : LABEL version=0.0.0 [2021-05-12T22:45:02.820Z] ---> Running in 205e9369dee2 [2021-05-12T22:45:02.820Z] ---> Running in fee36fc871fa [2021-05-12T22:45:02.824Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-12T22:45:03.086Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-12T22:45:03.095Z] Removing intermediate container 8f6db0a2331a [2021-05-12T22:45:03.095Z] ---> b5646bdb7cd8 [2021-05-12T22:45:03.095Z] [2021-05-12T22:45:03.347Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-12T22:45:03.373Z] Successfully built b5646bdb7cd8 [2021-05-12T22:45:03.607Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:45:03.607Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-12T22:45:03.607Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-12T22:45:03.608Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-12T22:45:03.647Z] Removing intermediate container 205e9369dee2 [2021-05-12T22:45:03.647Z] ---> c692968c2b0f [2021-05-12T22:45:03.647Z] [2021-05-12T22:45:03.647Z] Successfully tagged core-metadata-arm64:latest [2021-05-12T22:45:03.647Z]  Building core-metadata ... done Building sys-mgmt-agent [2021-05-12T22:45:03.647Z] Removing intermediate container fee36fc871fa [2021-05-12T22:45:03.647Z] ---> 1d0432948ef5 [2021-05-12T22:45:03.647Z] [2021-05-12T22:45:03.868Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T22:45:03.868Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-12T22:45:03.868Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-12T22:45:03.922Z] Successfully built c692968c2b0f [2021-05-12T22:45:03.922Z] Successfully tagged support-notifications-arm64:latest [2021-05-12T22:45:03.922Z] Building support-scheduler [2021-05-12T22:45:04.129Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-12T22:45:04.129Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:04.129Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-12T22:45:04.129Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-12T22:45:04.192Z]  Building support-notifications ... done Successfully built 1d0432948ef5 [2021-05-12T22:45:04.192Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-05-12T22:45:04.390Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-12T22:45:04.658Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:04.658Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-12T22:45:04.658Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-12T22:45:04.989Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-12T22:45:04.989Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:04.989Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-12T22:45:04.989Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-12T22:45:04.989Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-12T22:45:05.256Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:05.256Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-12T22:45:05.256Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-12T22:45:05.256Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-12T22:45:05.526Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:05.527Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-12T22:45:05.527Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-12T22:45:05.527Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-12T22:45:05.789Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:05.790Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-12T22:45:05.790Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-12T22:45:06.090Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-12T22:45:06.090Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:06.090Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-12T22:45:06.090Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-12T22:45:06.395Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-12T22:45:06.395Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-12T22:45:06.395Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-12T22:45:06.395Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-12T22:45:06.395Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-12T22:45:06.663Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:06.663Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-12T22:45:06.663Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-12T22:45:06.663Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-12T22:45:06.930Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:06.930Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-12T22:45:06.930Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-12T22:45:06.930Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-12T22:45:07.190Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:07.190Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-12T22:45:07.190Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-12T22:45:07.451Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-12T22:45:07.451Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:07.451Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-12T22:45:07.451Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-12T22:45:07.711Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-12T22:45:07.711Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:07.711Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-12T22:45:07.711Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-12T22:45:07.971Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-12T22:45:08.232Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:08.232Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-12T22:45:08.232Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-12T22:45:08.493Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-12T22:45:08.493Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:08.493Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-12T22:45:08.493Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-12T22:45:08.752Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-12T22:45:08.752Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:08.752Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-12T22:45:09.033Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-12T22:45:09.033Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-12T22:45:09.033Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:09.033Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-12T22:45:09.293Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-12T22:45:09.293Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-12T22:45:09.293Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:09.293Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-12T22:45:09.557Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-12T22:45:09.557Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-12T22:45:09.557Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:09.557Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-12T22:45:09.818Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-12T22:45:09.818Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-12T22:45:09.818Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:09.818Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-12T22:45:10.080Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-12T22:45:10.080Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-12T22:45:10.341Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:10.341Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-12T22:45:10.341Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-12T22:45:10.341Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-12T22:45:10.341Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T22:45:10.341Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-12T22:45:10.601Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-12T22:45:10.601Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-12T22:45:10.601Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-12T22:45:10.601Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-12T22:45:10.862Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-12T22:45:10.862Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-12T22:45:10.862Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-12T22:45:11.122Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-12T22:45:11.122Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-12T22:45:11.390Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-12T22:45:11.390Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-12T22:45:11.651Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-12T22:45:11.651Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-12T22:45:11.651Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-12T22:45:11.651Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-12T22:45:11.912Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-12T22:45:11.912Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-12T22:45:11.912Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-12T22:45:11.912Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-12T22:45:12.173Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-12T22:45:12.173Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-12T22:45:12.173Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-12T22:45:12.173Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-12T22:45:12.433Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-12T22:45:12.433Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-12T22:45:12.433Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-12T22:45:12.433Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-12T22:45:13.818Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-12T22:45:13.818Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-12T22:45:14.078Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-12T22:45:14.078Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-12T22:45:14.078Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-12T22:45:14.078Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-12T22:45:14.649Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-12T22:45:14.649Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-12T22:45:14.649Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-12T22:45:14.649Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-12T22:45:14.649Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-12T22:45:14.649Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-12T22:45:14.909Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-12T22:45:14.909Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-12T22:45:14.909Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-12T22:45:15.169Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-12T22:45:15.169Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-12T22:45:15.169Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-12T22:45:15.429Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-12T22:45:15.429Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-12T22:45:16.370Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-12T22:45:16.371Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-12T22:45:17.310Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-12T22:45:17.310Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-12T22:45:17.878Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-12T22:45:17.878Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-12T22:45:18.138Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-12T22:45:18.138Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-12T22:45:19.082Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-12T22:45:19.082Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-12T22:45:19.082Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-12T22:45:19.342Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-12T22:45:19.342Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-12T22:45:19.342Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-12T22:45:19.603Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-12T22:45:19.603Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-12T22:45:19.603Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-12T22:45:19.603Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-12T22:45:19.863Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-12T22:45:19.863Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-12T22:45:20.124Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-12T22:45:20.124Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-12T22:45:20.124Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-12T22:45:20.124Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-12T22:45:20.384Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T22:45:20.384Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-12T22:45:20.384Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T22:45:20.384Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T22:45:20.645Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T22:45:20.645Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-12T22:45:20.645Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-12T22:45:20.645Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-12T22:45:20.645Z] [2021-05-12T22:45:20.645Z] Current default time zone: 'Etc/UTC' [2021-05-12T22:45:20.645Z] Local time is now: Wed May 12 22:45:20 UTC 2021. [2021-05-12T22:45:20.645Z] Universal Time is now: Wed May 12 22:45:20 UTC 2021. [2021-05-12T22:45:20.645Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-12T22:45:20.645Z] [2021-05-12T22:45:20.906Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-12T22:45:20.906Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T22:45:20.906Z] Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... [2021-05-12T22:45:20.906Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-12T22:45:20.906Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-12T22:45:20.906Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-12T22:45:20.906Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-12T22:45:20.906Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-12T22:45:20.906Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-12T22:45:21.164Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-12T22:45:21.164Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T22:45:21.164Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-12T22:45:21.422Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-12T22:45:21.422Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-12T22:45:21.422Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T22:45:21.422Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-12T22:45:21.422Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-12T22:45:21.422Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-12T22:45:21.422Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-12T22:45:21.422Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-12T22:45:21.422Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-12T22:45:21.422Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-12T22:45:21.422Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-12T22:45:23.329Z] Updating certificates in /etc/ssl/certs... [2021-05-12T22:45:23.900Z] 23 added, 27 removed; done. [2021-05-12T22:45:24.161Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-12T22:45:24.161Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T22:45:24.161Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-12T22:45:24.161Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-12T22:45:24.161Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-12T22:45:24.420Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-12T22:45:24.420Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-12T22:45:24.420Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-12T22:45:24.420Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-12T22:45:24.420Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-12T22:45:24.420Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-12T22:45:24.420Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-12T22:45:24.420Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-12T22:45:24.680Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-12T22:45:24.680Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-12T22:45:24.680Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-12T22:45:24.680Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-12T22:45:24.680Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-12T22:45:24.680Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-12T22:45:24.680Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-12T22:45:24.680Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-12T22:45:24.941Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-12T22:45:24.941Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-12T22:45:24.941Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-12T22:45:24.941Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-12T22:45:24.941Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-12T22:45:24.941Z] Updating certificates in /etc/ssl/certs... [2021-05-12T22:45:25.513Z] 0 added, 0 removed; done. [2021-05-12T22:45:25.513Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-12T22:45:25.513Z] done. [2021-05-12T22:45:26.096Z] Reading package lists... [2021-05-12T22:45:26.096Z] Building dependency tree... [2021-05-12T22:45:26.096Z] Reading state information... [2021-05-12T22:45:26.358Z] The following NEW packages will be installed: [2021-05-12T22:45:26.358Z] apt-transport-https [2021-05-12T22:45:26.358Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-12T22:45:26.358Z] Need to get 1692 B of archives. [2021-05-12T22:45:26.358Z] After this operation, 154 kB of additional disk space will be used. [2021-05-12T22:45:26.358Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-12T22:45:26.628Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-12T22:45:26.628Z] Fetched 1692 B in 0s (9617 B/s) [2021-05-12T22:45:26.628Z] Selecting previously unselected package apt-transport-https. [2021-05-12T22:45:26.628Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-12T22:45:26.628Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-12T22:45:26.628Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-12T22:45:26.628Z] Setting up apt-transport-https (1.6.13) ... [2021-05-12T22:45:26.888Z] Waiting for network to be ready... [2021-05-12T22:45:33.466Z] 2021-05-12T22:45:31Z INFO Waiting for automatic snapd restart... [2021-05-12T22:45:34.036Z] snapd 2.49.2 from Canonical* installed [2021-05-12T22:45:34.976Z] "snapd" switched to the "latest/stable" channel [2021-05-12T22:45:34.976Z] [2021-05-12T22:45:37.520Z] core18 20210309 from Canonical* installed [2021-05-12T22:45:37.779Z] "core18" switched to the "latest/stable" channel [2021-05-12T22:45:37.779Z] [2021-05-12T22:45:41.078Z] snapcraft 4.7.1 from Canonical* installed [2021-05-12T22:45:41.078Z] "snapcraft" switched to the "latest/stable" channel [2021-05-12T22:45:41.078Z] [2021-05-12T22:45:45.285Z] 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-12T22:45:45.285Z] - README.md [2021-05-12T22:45:45.285Z] [2021-05-12T22:45:45.285Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-12T22:45:51.143Z]  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:45:51.143Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:45:51.143Z] ---> fc3e8de55acf [2021-05-12T22:45:51.143Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T22:45:51.143Z] ---> Using cache [2021-05-12T22:45:51.143Z] ---> 4513e61bb57d [2021-05-12T22:45:51.143Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:45:51.144Z] ---> Using cache [2021-05-12T22:45:51.144Z] ---> 6b8ee9353a47 [2021-05-12T22:45:51.144Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-12T22:45:51.144Z] ---> Running in f1311f198538 [2021-05-12T22:45:51.144Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:45:51.752Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:45:51.868Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-12T22:45:51.868Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-12T22:45:51.868Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-12T22:45:51.868Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-12T22:45:52.439Z] Reading package lists... [2021-05-12T22:45:52.700Z] 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-12T22:45:52.733Z] OK: 218 MiB in 52 packages [2021-05-12T22:45:56.139Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:45:56.139Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:45:56.139Z] ---> fc3e8de55acf [2021-05-12T22:45:56.139Z] Step 3/32 : WORKDIR /edgex-go [2021-05-12T22:45:56.139Z] ---> Using cache [2021-05-12T22:45:56.139Z] ---> 4513e61bb57d [2021-05-12T22:45:56.139Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:45:56.139Z] ---> Using cache [2021-05-12T22:45:56.139Z] ---> 6b8ee9353a47 [2021-05-12T22:45:56.139Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-12T22:45:56.139Z] ---> Using cache [2021-05-12T22:45:56.139Z] ---> 8201684365ec [2021-05-12T22:45:56.139Z] Step 6/32 : COPY go.mod . [2021-05-12T22:45:56.139Z] ---> Using cache [2021-05-12T22:45:56.139Z] ---> 3538be907353 [2021-05-12T22:45:56.139Z] Step 7/32 : RUN go mod download [2021-05-12T22:45:56.139Z] ---> Using cache [2021-05-12T22:45:56.139Z] ---> c3d83b0f4b7a [2021-05-12T22:45:56.139Z] Step 8/32 : COPY . . [2021-05-12T22:45:56.139Z] Removing intermediate container f1311f198538 [2021-05-12T22:45:56.139Z] ---> 24e9a563e826 [2021-05-12T22:45:56.139Z] Step 6/24 : COPY go.mod . [2021-05-12T22:45:56.139Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:45:56.139Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:45:56.139Z] ---> fc3e8de55acf [2021-05-12T22:45:56.139Z] Step 3/23 : WORKDIR /edgex-go [2021-05-12T22:45:56.139Z] ---> Using cache [2021-05-12T22:45:56.139Z] ---> 4513e61bb57d [2021-05-12T22:45:56.139Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:45:56.139Z] ---> Using cache [2021-05-12T22:45:56.139Z] ---> 6b8ee9353a47 [2021-05-12T22:45:56.139Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-12T22:45:56.139Z] ---> Using cache [2021-05-12T22:45:56.139Z] ---> 8201684365ec [2021-05-12T22:45:56.139Z] Step 6/23 : COPY go.mod . [2021-05-12T22:45:56.139Z] ---> Using cache [2021-05-12T22:45:56.139Z] ---> 3538be907353 [2021-05-12T22:45:56.139Z] Step 7/23 : RUN go mod download [2021-05-12T22:45:56.139Z] ---> Using cache [2021-05-12T22:45:56.139Z] ---> c3d83b0f4b7a [2021-05-12T22:45:56.139Z] Step 8/23 : COPY . . [2021-05-12T22:45:56.139Z] ---> Using cache [2021-05-12T22:45:56.139Z] ---> 90f0fdd432a6 [2021-05-12T22:45:56.139Z] Step 9/32 : RUN go mod tidy [2021-05-12T22:45:56.139Z] ---> Using cache [2021-05-12T22:45:56.139Z] ---> e5874d371a6f [2021-05-12T22:45:56.139Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-12T22:45:56.139Z] ---> Using cache [2021-05-12T22:45:56.139Z] ---> 90f0fdd432a6 [2021-05-12T22:45:56.139Z] Step 9/23 : RUN go mod tidy [2021-05-12T22:45:56.139Z] ---> Using cache [2021-05-12T22:45:56.139Z] ---> e5874d371a6f [2021-05-12T22:45:56.139Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-12T22:45:56.139Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:45:56.139Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:45:56.139Z] ---> fc3e8de55acf [2021-05-12T22:45:56.139Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T22:45:56.139Z] ---> Using cache [2021-05-12T22:45:56.139Z] ---> 4513e61bb57d [2021-05-12T22:45:56.139Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:45:56.139Z] ---> Using cache [2021-05-12T22:45:56.139Z] ---> 6b8ee9353a47 [2021-05-12T22:45:56.139Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-12T22:45:56.435Z] ---> Running in dc6d8db6ba65 [2021-05-12T22:45:56.435Z] ---> Running in c51385c24c71 [2021-05-12T22:45:56.435Z] ---> Running in 025f961d4d07 [2021-05-12T22:45:57.043Z] ---> 1707f2e79924 [2021-05-12T22:45:57.043Z] Step 7/24 : RUN go mod download [2021-05-12T22:45:57.043Z] ---> Running in a72147820055 [2021-05-12T22:45:58.034Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:45:58.307Z] 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-12T22:45:58.307Z] 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-12T22:45:59.299Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-12T22:45:59.299Z] Reading package lists... [2021-05-12T22:45:59.299Z] Building dependency tree... [2021-05-12T22:45:59.299Z] Reading state information... [2021-05-12T22:45:59.299Z] Suggested packages: [2021-05-12T22:45:59.299Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-12T22:45:59.299Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-12T22:45:59.299Z] Recommended packages: [2021-05-12T22:45:59.299Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-12T22:45:59.299Z] The following NEW packages will be installed: [2021-05-12T22:45:59.299Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-12T22:45:59.299Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-12T22:45:59.299Z] pkg-config zip [2021-05-12T22:45:59.299Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-12T22:45:59.299Z] Need to get 7663 kB of archives. [2021-05-12T22:45:59.299Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-12T22:45:59.299Z] 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-12T22:45:59.299Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-12T22:45:59.299Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-12T22:45:59.299Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-12T22:45:59.304Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:45:59.559Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-12T22:45:59.559Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-12T22:45:59.559Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-12T22:45:59.559Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-12T22:45:59.819Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-12T22:45:59.819Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-12T22:45:59.819Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-12T22:46:00.081Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-12T22:46:00.081Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-12T22:46:00.081Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-12T22:46:00.081Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-12T22:46:00.341Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-12T22:46:00.341Z] Fetched 7663 kB in 1s (8508 kB/s) [2021-05-12T22:46:00.341Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-12T22:46:00.341Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-12T22:46:00.341Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-12T22:46:00.341Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-12T22:46:00.600Z] Selecting previously unselected package libpsl5:amd64. [2021-05-12T22:46:00.600Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-12T22:46:00.600Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-12T22:46:00.600Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-12T22:46:00.600Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-12T22:46:00.600Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-12T22:46:00.749Z] Removing intermediate container a72147820055 [2021-05-12T22:46:00.749Z] ---> e682fab057b5 [2021-05-12T22:46:00.749Z] Step 8/24 : COPY . . [2021-05-12T22:46:00.862Z] Selecting previously unselected package librtmp1:amd64. [2021-05-12T22:46:00.862Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-12T22:46:00.862Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-12T22:46:00.862Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-12T22:46:00.862Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-12T22:46:00.862Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-12T22:46:01.122Z] Selecting previously unselected package liberror-perl. [2021-05-12T22:46:01.122Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-12T22:46:01.122Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-12T22:46:01.122Z] Selecting previously unselected package git-man. [2021-05-12T22:46:01.122Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-12T22:46:01.122Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-12T22:46:01.382Z] Selecting previously unselected package git. [2021-05-12T22:46:01.382Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-12T22:46:01.382Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-12T22:46:01.952Z] Selecting previously unselected package libnorm1:amd64. [2021-05-12T22:46:01.952Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-12T22:46:01.952Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-12T22:46:02.211Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-12T22:46:02.211Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-12T22:46:02.211Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-12T22:46:02.211Z] Selecting previously unselected package libsodium23:amd64. [2021-05-12T22:46:02.211Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-12T22:46:02.211Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-12T22:46:02.471Z] Selecting previously unselected package libzmq5:amd64. [2021-05-12T22:46:02.471Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-12T22:46:02.471Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-12T22:46:02.471Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-12T22:46:02.471Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-12T22:46:02.471Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-12T22:46:02.731Z] Selecting previously unselected package pkg-config. [2021-05-12T22:46:02.731Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-12T22:46:02.731Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-12T22:46:02.731Z] Selecting previously unselected package zip. [2021-05-12T22:46:02.731Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-12T22:46:02.731Z] Unpacking zip (3.0-11build1) ... [2021-05-12T22:46:02.731Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-12T22:46:02.731Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-12T22:46:02.731Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-12T22:46:02.992Z] Setting up liberror-perl (0.17025-1) ... [2021-05-12T22:46:02.992Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-12T22:46:02.992Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-12T22:46:02.992Z] No schema files found: doing nothing. [2021-05-12T22:46:02.992Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-12T22:46:02.992Z] Setting up zip (3.0-11build1) ... [2021-05-12T22:46:02.992Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-12T22:46:02.992Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-12T22:46:02.992Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-12T22:46:02.992Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-12T22:46:03.257Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-12T22:46:03.257Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-12T22:46:03.257Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-12T22:46:03.257Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-12T22:46:03.387Z] OK: 218 MiB in 52 packages [2021-05-12T22:46:06.071Z] Removing intermediate container dc6d8db6ba65 [2021-05-12T22:46:06.071Z] ---> 8ff88fa2c606 [2021-05-12T22:46:06.071Z] Step 6/24 : COPY go.mod . [2021-05-12T22:46:08.082Z] ---> e962e203ea23 [2021-05-12T22:46:08.082Z] Step 7/24 : RUN go mod download [2021-05-12T22:46:08.082Z] ---> Running in 5e5d2ef0300e [2021-05-12T22:46:09.894Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-12T22:46:09.894Z] git set to automatically installed. [2021-05-12T22:46:09.894Z] git-man set to automatically installed. [2021-05-12T22:46:09.894Z] libcurl3-gnutls set to automatically installed. [2021-05-12T22:46:09.894Z] liberror-perl set to automatically installed. [2021-05-12T22:46:09.894Z] libglib2.0-0 set to automatically installed. [2021-05-12T22:46:09.894Z] libnghttp2-14 set to automatically installed. [2021-05-12T22:46:09.894Z] libnorm1 set to automatically installed. [2021-05-12T22:46:09.894Z] libpgm-5.2-0 set to automatically installed. [2021-05-12T22:46:09.894Z] libpsl5 set to automatically installed. [2021-05-12T22:46:09.894Z] librtmp1 set to automatically installed. [2021-05-12T22:46:09.894Z] libsodium23 set to automatically installed. [2021-05-12T22:46:09.894Z] libzmq3-dev set to automatically installed. [2021-05-12T22:46:09.894Z] libzmq5 set to automatically installed. [2021-05-12T22:46:09.894Z] pkg-config set to automatically installed. [2021-05-12T22:46:09.894Z] zip set to automatically installed. [2021-05-12T22:46:10.916Z] snapd is not logged in, snap install commands will use sudo [2021-05-12T22:46:13.570Z] Removing intermediate container 5e5d2ef0300e [2021-05-12T22:46:13.571Z] ---> df3e9b57fdbe [2021-05-12T22:46:13.571Z] Step 8/24 : COPY . . [2021-05-12T22:46:19.054Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-12T22:46:19.054Z] snap "core18" has no updates available [2021-05-12T22:46:19.314Z] snapd is not logged in, snap install commands will use sudo [2021-05-12T22:46:26.009Z] ---> b3b9c6a75740 [2021-05-12T22:46:26.009Z] Step 9/24 : RUN go mod tidy [2021-05-12T22:46:26.009Z] ---> Running in 5ead70c4b077 [2021-05-12T22:46:27.451Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-12T22:46:36.185Z] Removing intermediate container 5ead70c4b077 [2021-05-12T22:46:36.185Z] ---> 464b9dfdb089 [2021-05-12T22:46:36.185Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-12T22:46:36.185Z] ---> Running in 4bf798e07b84 [2021-05-12T22:46:36.185Z] ---> ed0f6ff01300 [2021-05-12T22:46:36.185Z] Step 9/24 : RUN go mod tidy [2021-05-12T22:46:36.185Z] ---> Running in f83699540558 [2021-05-12T22:46:37.164Z] 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-12T22:46:37.457Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-12T22:46:37.457Z] Pulling go-build-helper [2021-05-12T22:46:37.457Z] + snapcraftctl pull [2021-05-12T22:46:38.029Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-12T22:46:38.029Z] Skipping pull go-build-helper (already ran) [2021-05-12T22:46:38.029Z] Building go-build-helper [2021-05-12T22:46:38.029Z] + snapcraftctl build [2021-05-12T22:46:39.941Z] Staging go-build-helper [2021-05-12T22:46:39.941Z] + snapcraftctl stage [2021-05-12T22:46:42.581Z] Removing intermediate container f83699540558 [2021-05-12T22:46:42.581Z] ---> 67d700c6fdfa [2021-05-12T22:46:42.581Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-12T22:46:42.581Z] ---> Running in 4a33b5b74c45 [2021-05-12T22:46:44.039Z] 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-12T22:46:49.937Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-12T22:46:49.937Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-12T22:46:49.937Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1725 kB] [2021-05-12T22:46:49.937Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] [2021-05-12T22:46:49.937Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-12T22:46:49.937Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-12T22:46:49.937Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] [2021-05-12T22:46:49.937Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-12T22:46:49.937Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-12T22:46:49.937Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-12T22:46:49.937Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-12T22:46:49.937Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-12T22:46:49.937Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-12T22:46:49.937Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-12T22:46:49.937Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-12T22:46:49.937Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-12T22:46:49.937Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-12T22:46:49.937Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-12T22:46:49.937Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-12T22:46:49.937Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] [2021-05-12T22:46:49.937Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-12T22:46:49.937Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-12T22:46:49.937Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-12T22:46:49.937Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-12T22:46:49.937Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-12T22:46:49.937Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-12T22:46:49.937Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-12T22:46:49.937Z] Fetched 24.6 MB in 0s (0 B/s) [2021-05-12T22:46:49.937Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-12T22:46:49.937Z] Fetched 224 kB in 0s (0 B/s) [2021-05-12T22:46:49.937Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-12T22:46:49.937Z] Fetched 157 kB in 0s (0 B/s) [2021-05-12T22:46:49.937Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-12T22:46:49.937Z] Fetched 221 kB in 0s (0 B/s) [2021-05-12T22:46:49.937Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-12T22:46:49.937Z] Fetched 143 kB in 0s (0 B/s) [2021-05-12T22:46:49.937Z] Pulling app-service-config [2021-05-12T22:46:49.937Z] + snapcraftctl pull [2021-05-12T22:46:49.937Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-12T22:46:50.508Z] Pulling config-common [2021-05-12T22:46:50.508Z] + snapcraftctl pull [2021-05-12T22:46:54.707Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-12T22:46:54.707Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-12T22:46:54.707Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-12T22:46:54.707Z] Fetched 0 B in 0s (0 B/s) [2021-05-12T22:46:54.707Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-12T22:46:54.707Z] Fetched 0 B in 0s (0 B/s) [2021-05-12T22:46:54.707Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-12T22:46:54.707Z] Fetched 0 B in 0s (0 B/s) [2021-05-12T22:46:54.707Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-12T22:46:54.707Z] Fetched 0 B in 0s (0 B/s) [2021-05-12T22:46:54.707Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-12T22:46:54.707Z] Fetched 0 B in 0s (0 B/s) [2021-05-12T22:46:54.707Z] Pulling edgex-go [2021-05-12T22:46:54.707Z] + snapcraftctl pull [2021-05-12T22:47:12.876Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-12T22:47:12.876Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-12T22:47:12.876Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-12T22:47:12.876Z] Fetched 0 B in 0s (0 B/s) [2021-05-12T22:47:12.876Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-12T22:47:12.876Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-12T22:47:12.876Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-12T22:47:12.876Z] Fetched 279 kB in 0s (0 B/s) [2021-05-12T22:47:12.876Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-12T22:47:12.876Z] Fetched 122 kB in 0s (0 B/s) [2021-05-12T22:47:12.876Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-12T22:47:12.876Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-12T22:47:12.876Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-12T22:47:12.876Z] Fetched 8848 B in 0s (0 B/s) [2021-05-12T22:47:12.876Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-12T22:47:12.876Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-12T22:47:12.876Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-12T22:47:12.876Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-12T22:47:12.876Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-12T22:47:12.876Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-12T22:47:12.876Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-12T22:47:12.876Z] Fetched 219 kB in 0s (0 B/s) [2021-05-12T22:47:12.876Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-12T22:47:12.876Z] Fetched 154 kB in 0s (0 B/s) [2021-05-12T22:47:12.876Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-12T22:47:12.876Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-12T22:47:12.877Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-12T22:47:12.877Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-12T22:47:12.877Z] Fetched 499 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-12T22:47:12.877Z] Fetched 111 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-12T22:47:12.877Z] Fetched 240 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-12T22:47:12.877Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-12T22:47:12.877Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-12T22:47:12.877Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-12T22:47:12.877Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-12T22:47:12.877Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-12T22:47:12.877Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-12T22:47:12.877Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-12T22:47:12.877Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-12T22:47:12.877Z] Fetched 8720 B in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-12T22:47:12.877Z] Fetched 137 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-12T22:47:12.877Z] Fetched 119 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-12T22:47:12.877Z] Fetched 110 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-12T22:47:12.877Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-12T22:47:12.877Z] Fetched 645 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-12T22:47:12.877Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-12T22:47:12.877Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-12T22:47:12.877Z] Fetched 368 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-12T22:47:12.877Z] Fetched 187 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-12T22:47:12.877Z] Fetched 175 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-12T22:47:12.877Z] Fetched 206 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-12T22:47:12.877Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-12T22:47:12.877Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-12T22:47:12.877Z] Fetched 159 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-12T22:47:12.877Z] Fetched 107 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-12T22:47:12.877Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-12T22:47:12.877Z] Pulling static-packages [2021-05-12T22:47:12.877Z] + snapcraftctl pull [2021-05-12T22:47:12.877Z] Pulling version [2021-05-12T22:47:12.877Z] + cd /root/project [2021-05-12T22:47:12.877Z] + [ -f VERSION ] [2021-05-12T22:47:12.877Z] + PROJECT_VERSION=local-dev [2021-05-12T22:47:12.877Z] + git rev-parse --short HEAD [2021-05-12T22:47:12.877Z] + GIT_REVISION=3b459eb2 [2021-05-12T22:47:12.877Z] + snapcraftctl set-version local-dev [2021-05-12T22:47:13.819Z] Skipping build go-build-helper (already ran) [2021-05-12T22:47:13.819Z] Building app-service-config [2021-05-12T22:47:13.819Z] + make build [2021-05-12T22:47:13.819Z] go mod tidy [2021-05-12T22:47:15.729Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 [2021-05-12T22:47:15.729Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 [2021-05-12T22:47:15.729Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 [2021-05-12T22:47:15.729Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 [2021-05-12T22:47:15.989Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 [2021-05-12T22:47:15.989Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-12T22:47:15.989Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-12T22:47:15.989Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-12T22:47:15.989Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 [2021-05-12T22:47:15.989Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-12T22:47:16.249Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-12T22:47:16.249Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-12T22:47:16.249Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-12T22:47:16.510Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-12T22:47:16.510Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-12T22:47:16.510Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-12T22:47:16.510Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-12T22:47:16.510Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-12T22:47:16.510Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-12T22:47:16.510Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-12T22:47:16.510Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-12T22:47:16.770Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-12T22:47:16.770Z] go: downloading golang.org/x/text v0.3.2 [2021-05-12T22:47:16.770Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-12T22:47:16.770Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-12T22:47:16.770Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-12T22:47:16.770Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-05-12T22:47:16.770Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-12T22:47:16.770Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-12T22:47:17.032Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-12T22:47:17.032Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-12T22:47:17.032Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-05-12T22:47:17.032Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-05-12T22:47:17.032Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-05-12T22:47:17.032Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-12T22:47:17.032Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 [2021-05-12T22:47:17.032Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-12T22:47:17.032Z] go: downloading github.com/kr/pretty v0.2.0 [2021-05-12T22:47:17.032Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-12T22:47:17.032Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-12T22:47:17.032Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-12T22:47:17.032Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-12T22:47:17.292Z] go: downloading github.com/kr/text v0.1.0 [2021-05-12T22:47:17.292Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-12T22:47:17.292Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-12T22:47:17.292Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-12T22:47:17.292Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-12T22:47:17.292Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-12T22:47:17.292Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-05-12T22:47:17.292Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-05-12T22:47:17.292Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-12T22:47:17.292Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-12T22:47:17.292Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-05-12T22:47:17.292Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-12T22:47:17.292Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-12T22:47:17.292Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-12T22:47:17.292Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-05-12T22:47:17.292Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-12T22:47:17.292Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-05-12T22:47:17.292Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-12T22:47:17.292Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-12T22:47:17.292Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-05-12T22:47:17.292Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-12T22:47:17.292Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-12T22:47:17.292Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-05-12T22:47:17.551Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-05-12T22:47:17.551Z] go: downloading github.com/golang/protobuf v1.3.2 [2021-05-12T22:47:17.551Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-05-12T22:47:17.551Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-05-12T22:47:17.551Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-05-12T22:47:17.551Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-05-12T22:47:17.551Z] go: downloading github.com/miekg/dns v1.1.26 [2021-05-12T22:47:17.551Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-05-12T22:47:17.551Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-05-12T22:47:17.551Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-05-12T22:47:17.551Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-05-12T22:47:17.551Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-05-12T22:47:17.551Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-05-12T22:47:17.551Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-12T22:47:17.810Z] 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-12T22:47:23.076Z] Removing intermediate container 025f961d4d07 [2021-05-12T22:47:23.076Z] ---> 371572a6ec2b [2021-05-12T22:47:23.076Z] [2021-05-12T22:47:23.076Z] Step 11/32 : FROM alpine:3.12 [2021-05-12T22:47:23.076Z] ---> 9852663dfa18 [2021-05-12T22:47:23.076Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-12T22:47:23.076Z] ---> Running in f2ac3983f957 [2021-05-12T22:47:23.692Z] Removing intermediate container f2ac3983f957 [2021-05-12T22:47:23.692Z] ---> 9eacbe53888c [2021-05-12T22:47:23.692Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-12T22:47:23.968Z] ---> Running in 78ec0d45a953 [2021-05-12T22:47:25.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:47:26.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:47:26.833Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-12T22:47:26.833Z] (2/2) Installing su-exec (0.2-r1) [2021-05-12T22:47:26.833Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:47:26.833Z] OK: 5 MiB in 16 packages [2021-05-12T22:47:27.800Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-12T22:47:27.800Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-12T22:47:27.800Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-12T22:47:27.800Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-12T22:47:27.800Z] Building config-common [2021-05-12T22:47:27.800Z] + snapcraftctl build [2021-05-12T22:47:28.822Z] Removing intermediate container 78ec0d45a953 [2021-05-12T22:47:28.823Z] ---> d4b3dbc3c5be [2021-05-12T22:47:28.823Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-12T22:47:28.823Z] ---> Running in 4d45398170d9 [2021-05-12T22:47:29.424Z] Removing intermediate container 4d45398170d9 [2021-05-12T22:47:29.424Z] ---> b19c82f93221 [2021-05-12T22:47:29.424Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-12T22:47:29.700Z] ---> Running in 63bb1595961e [2021-05-12T22:47:29.713Z] Building edgex-go [2021-05-12T22:47:29.713Z] + cd /root/parts/edgex-go/src [2021-05-12T22:47:29.713Z] + make build [2021-05-12T22:47:29.713Z] 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-12T22:47:30.282Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.14 [2021-05-12T22:47:30.282Z] go: downloading github.com/pelletier/go-toml v1.9.1 [2021-05-12T22:47:30.282Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.21 [2021-05-12T22:47:30.282Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-12T22:47:30.542Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-12T22:47:30.693Z] Removing intermediate container 63bb1595961e [2021-05-12T22:47:30.693Z] ---> c5215bdf1e46 [2021-05-12T22:47:30.693Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-12T22:47:30.693Z] ---> Running in fc5b14cb6f26 [2021-05-12T22:47:33.842Z] 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-12T22:47:36.134Z] Removing intermediate container fc5b14cb6f26 [2021-05-12T22:47:36.134Z] ---> ca1cdfca1405 [2021-05-12T22:47:36.134Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-12T22:47:36.134Z] ---> Running in b95ee2611aa6 [2021-05-12T22:47:36.416Z] Removing intermediate container c51385c24c71 [2021-05-12T22:47:36.416Z] ---> 5420b6774849 [2021-05-12T22:47:36.416Z] [2021-05-12T22:47:36.416Z] Step 11/23 : FROM alpine:3.12 [2021-05-12T22:47:36.416Z] ---> 9852663dfa18 [2021-05-12T22:47:36.416Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-12T22:47:36.416Z] ---> Using cache [2021-05-12T22:47:36.416Z] ---> 61ce7003a7e4 [2021-05-12T22:47:36.416Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T22:47:36.416Z] ---> Using cache [2021-05-12T22:47:36.416Z] ---> c8c501d43873 [2021-05-12T22:47:36.416Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-12T22:47:36.416Z] Removing intermediate container b95ee2611aa6 [2021-05-12T22:47:36.416Z] ---> 598e1c409538 [2021-05-12T22:47:36.416Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-12T22:47:36.689Z] ---> Running in 7820cd10f525 [2021-05-12T22:47:37.288Z] Removing intermediate container 7820cd10f525 [2021-05-12T22:47:37.288Z] ---> 8ec4e3e119c3 [2021-05-12T22:47:37.288Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-12T22:47:37.565Z] ---> Running in b56041009920 [2021-05-12T22:47:37.838Z] ---> 658c5110a7fd [2021-05-12T22:47:37.838Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-12T22:47:38.114Z] ---> Running in 01b445c6fc2b [2021-05-12T22:47:38.114Z] Removing intermediate container b56041009920 [2021-05-12T22:47:38.114Z] ---> d2557d362023 [2021-05-12T22:47:38.114Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:47:39.123Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-12T22:47:40.062Z] 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-12T22:47:40.119Z] ---> 4b4c2288c8e5 [2021-05-12T22:47:40.119Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-12T22:47:41.443Z] 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-12T22:47:42.013Z] 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-12T22:47:42.101Z] Removing intermediate container 01b445c6fc2b [2021-05-12T22:47:42.101Z] ---> 9f02935099c5 [2021-05-12T22:47:42.101Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:47:42.101Z] ---> 107dd0d5d531 [2021-05-12T22:47:42.101Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-12T22:47:43.536Z] ---> fdfa195ea9cc [2021-05-12T22:47:43.536Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-12T22:47:43.536Z] ---> 23d309772643 [2021-05-12T22:47:43.536Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-12T22:47:43.814Z] ---> Running in b1c8f8742c7d [2021-05-12T22:47:43.921Z] 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-12T22:47:44.182Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-12T22:47:44.182Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-12T22:47:44.802Z] Removing intermediate container b1c8f8742c7d [2021-05-12T22:47:44.802Z] ---> c1a0aabb883c [2021-05-12T22:47:44.802Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:47:45.400Z] ---> Running in 6a882e450162 [2021-05-12T22:47:45.400Z] ---> 07314b4e4b7f [2021-05-12T22:47:45.400Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-12T22:47:45.564Z] 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-12T22:47:46.002Z] Removing intermediate container 6a882e450162 [2021-05-12T22:47:46.002Z] ---> a1bc9db95903 [2021-05-12T22:47:46.002Z] Step 21/23 : LABEL arch=arm64 [2021-05-12T22:47:46.285Z] ---> Running in 9ffdaeed024e [2021-05-12T22:47:46.887Z] ---> e342477bed69 [2021-05-12T22:47:46.887Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-12T22:47:46.942Z] 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-12T22:47:46.942Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-12T22:47:47.168Z] Removing intermediate container 9ffdaeed024e [2021-05-12T22:47:47.168Z] ---> 01ad14556591 [2021-05-12T22:47:47.168Z] Step 22/23 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:47:47.168Z] ---> Running in d17a6d588db0 [2021-05-12T22:47:47.799Z] ---> 961ad890c94a [2021-05-12T22:47:47.799Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-12T22:47:48.086Z] Removing intermediate container d17a6d588db0 [2021-05-12T22:47:48.086Z] ---> 1b88f6821215 [2021-05-12T22:47:48.086Z] Step 23/23 : LABEL version=0.0.0 [2021-05-12T22:47:48.324Z] 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-12T22:47:48.370Z] ---> Running in 718a87c4bb98 [2021-05-12T22:47:49.023Z] ---> cf17aa2b4a61 [2021-05-12T22:47:49.023Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-12T22:47:49.624Z] ---> Running in a189331c6755 [2021-05-12T22:47:49.624Z] Removing intermediate container 718a87c4bb98 [2021-05-12T22:47:49.624Z] ---> 0445fde165ee [2021-05-12T22:47:49.624Z] [2021-05-12T22:47:49.710Z] 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-12T22:47:50.230Z] Removing intermediate container a189331c6755 [2021-05-12T22:47:50.230Z] ---> c2fef83e06f6 [2021-05-12T22:47:50.230Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-12T22:47:50.506Z] Successfully built 0445fde165ee [2021-05-12T22:47:50.506Z] Successfully tagged support-scheduler-arm64:latest [2021-05-12T22:47:50.650Z] 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-12T22:47:50.650Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-12T22:47:51.499Z]  Building support-scheduler ... done  ---> 84e5b9e622ff [2021-05-12T22:47:51.499Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-12T22:47:52.104Z] ---> Running in 310c4f639af9 [2021-05-12T22:47:52.557Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-12T22:47:52.557Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-12T22:47:52.557Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-12T22:47:52.557Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-12T22:47:52.557Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-12T22:47:52.557Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-12T22:47:52.557Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-12T22:47:52.557Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-12T22:47:52.557Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-12T22:47:52.557Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-12T22:47:52.557Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-12T22:47:52.557Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-12T22:47:52.557Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-12T22:47:52.557Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-12T22:47:52.557Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-12T22:47:52.557Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-12T22:47:52.557Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-12T22:47:52.557Z] + 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-12T22:47:52.557Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-12T22:47:52.557Z] + 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-12T22:47:52.557Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-12T22:47:52.557Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-12T22:47:52.557Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-12T22:47:52.557Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-12T22:47:52.557Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-12T22:47:52.557Z] + 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-12T22:47:55.852Z] Building static-packages [2021-05-12T22:47:55.852Z] + snapcraftctl build [2021-05-12T22:47:56.453Z] Removing intermediate container 310c4f639af9 [2021-05-12T22:47:56.453Z] ---> 80e223b089dd [2021-05-12T22:47:56.453Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-12T22:47:56.453Z] ---> Running in c51916d291c9 [2021-05-12T22:47:57.052Z] Removing intermediate container c51916d291c9 [2021-05-12T22:47:57.052Z] ---> 5372bd8a214e [2021-05-12T22:47:57.052Z] Step 29/32 : CMD ["gate"] [2021-05-12T22:47:57.237Z] Building version [2021-05-12T22:47:57.237Z] + snapcraftctl build [2021-05-12T22:47:57.655Z] ---> Running in 9b95f83a2827 [2021-05-12T22:47:58.272Z] Removing intermediate container 9b95f83a2827 [2021-05-12T22:47:58.272Z] ---> 4c6e3b951af9 [2021-05-12T22:47:58.272Z] Step 30/32 : LABEL arch=arm64 [2021-05-12T22:47:58.866Z] ---> Running in 2856ab362521 [2021-05-12T22:47:59.470Z] Removing intermediate container 2856ab362521 [2021-05-12T22:47:59.470Z] ---> 2d4bf5d4ad4e [2021-05-12T22:47:59.470Z] Step 31/32 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:47:59.744Z] ---> Running in 7607c95223a4 [2021-05-12T22:47:59.779Z] Skipping stage go-build-helper (already ran) [2021-05-12T22:47:59.779Z] Staging app-service-config [2021-05-12T22:47:59.779Z] + snapcraftctl stage [2021-05-12T22:48:00.344Z] Removing intermediate container 7607c95223a4 [2021-05-12T22:48:00.344Z] ---> 2ced7a7b6165 [2021-05-12T22:48:00.344Z] Step 32/32 : LABEL version=0.0.0 [2021-05-12T22:48:00.348Z] Staging config-common [2021-05-12T22:48:00.348Z] + snapcraftctl stage [2021-05-12T22:48:00.940Z] ---> Running in 36bb12bf7dcd [2021-05-12T22:48:01.287Z] Staging edgex-go [2021-05-12T22:48:01.287Z] + snapcraftctl stage [2021-05-12T22:48:01.549Z] Removing intermediate container 36bb12bf7dcd [2021-05-12T22:48:01.549Z] ---> e517d52a6d67 [2021-05-12T22:48:01.549Z] [2021-05-12T22:48:01.836Z] Successfully built e517d52a6d67 [2021-05-12T22:48:01.837Z] Successfully tagged security-bootstrapper-arm64:latest [2021-05-12T22:48:02.376Z] Staging static-packages [2021-05-12T22:48:02.376Z] + snapcraftctl stage [2021-05-12T22:48:03.399Z] Staging version [2021-05-12T22:48:03.399Z] + snapcraftctl stage [2021-05-12T22:48:04.341Z] Priming go-build-helper [2021-05-12T22:48:04.341Z] + snapcraftctl prime [2021-05-12T22:48:05.281Z] Priming app-service-config [2021-05-12T22:48:05.281Z] + snapcraftctl prime [2021-05-12T22:48:06.665Z] Priming config-common [2021-05-12T22:48:06.665Z] + snapcraftctl prime [2021-05-12T22:48:07.603Z] Priming edgex-go [2021-05-12T22:48:07.603Z] + snapcraftctl prime [2021-05-12T22:48:08.581Z]  Building security-bootstrapper ... done Removing intermediate container 4a33b5b74c45 [2021-05-12T22:48:08.582Z] ---> be532ed59421 [2021-05-12T22:48:08.582Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-12T22:48:08.582Z] ---> Running in 0e9e23c2847e [2021-05-12T22:48:08.988Z] Priming static-packages [2021-05-12T22:48:08.988Z] + snapcraftctl prime [2021-05-12T22:48:09.570Z] 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-12T22:48:10.907Z] Priming version [2021-05-12T22:48:10.907Z] + snapcraftctl prime [2021-05-12T22:48:12.199Z] Removing intermediate container 0e9e23c2847e [2021-05-12T22:48:12.200Z] ---> 016dd199ec9a [2021-05-12T22:48:12.200Z] [2021-05-12T22:48:12.200Z] Step 12/24 : FROM docker:20.10.0 [2021-05-12T22:48:12.200Z] 20.10.0: Pulling from library/docker [2021-05-12T22:48:12.291Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-12T22:48:16.530Z] Removing intermediate container 4bf798e07b84 [2021-05-12T22:48:16.531Z] ---> 9b85e5c20a3f [2021-05-12T22:48:16.531Z] [2021-05-12T22:48:16.531Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T22:48:16.531Z] ---> 9852663dfa18 [2021-05-12T22:48:16.531Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-12T22:48:17.161Z] ---> Running in 211b850063cb [2021-05-12T22:48:18.140Z] Removing intermediate container 211b850063cb [2021-05-12T22:48:18.140Z] ---> d8df2445fd18 [2021-05-12T22:48:18.140Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-12T22:48:18.413Z] ---> Running in d5b144e39866 [2021-05-12T22:48:19.014Z] Removing intermediate container d5b144e39866 [2021-05-12T22:48:19.014Z] ---> 8abc64bf4093 [2021-05-12T22:48:19.014Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-12T22:48:19.291Z] ---> Running in 746a9ce8604b [2021-05-12T22:48:19.895Z] Removing intermediate container 746a9ce8604b [2021-05-12T22:48:19.895Z] ---> 9d70af486a2b [2021-05-12T22:48:19.895Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:48:19.895Z] ---> Running in c304ac74cc50 [2021-05-12T22:48:20.171Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-12T22:48:20.171Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-12T22:48:20.171Z] ---> eeaf43b92773 [2021-05-12T22:48:20.171Z] 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-12T22:48:20.171Z] ---> Running in bc0f6e988df4 [2021-05-12T22:48:20.776Z] Removing intermediate container bc0f6e988df4 [2021-05-12T22:48:20.776Z] ---> 714143a802ef [2021-05-12T22:48:20.776Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-12T22:48:21.052Z] ---> Running in 9270c8af8e5e [2021-05-12T22:48:22.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:48:22.529Z] Removing intermediate container c304ac74cc50 [2021-05-12T22:48:22.529Z] ---> 66d7b8b85325 [2021-05-12T22:48:22.529Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-12T22:48:22.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:48:22.529Z] ---> Running in 8039991a9974 [2021-05-12T22:48:23.129Z] (1/39) Installing readline (8.0.4-r0) [2021-05-12T22:48:23.129Z] (2/39) Installing bash (5.0.17-r0) [2021-05-12T22:48:23.129Z] Executing bash-5.0.17-r0.post-install [2021-05-12T22:48:23.129Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T22:48:23.129Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-12T22:48:23.129Z] (5/39) Installing curl (7.76.1-r0) [2021-05-12T22:48:23.129Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-12T22:48:23.401Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-12T22:48:23.401Z] (8/39) Installing expat (2.2.9-r1) [2021-05-12T22:48:23.401Z] (9/39) Installing libffi (3.3-r2) [2021-05-12T22:48:23.401Z] (10/39) Installing gdbm (1.13-r1) [2021-05-12T22:48:23.401Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-12T22:48:23.401Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-12T22:48:23.401Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-12T22:48:23.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:48:24.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:48:24.919Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-12T22:48:24.919Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-12T22:48:24.919Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-12T22:48:25.192Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-12T22:48:25.192Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-12T22:48:25.192Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-12T22:48:25.192Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-12T22:48:25.192Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-12T22:48:25.192Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-12T22:48:25.192Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-12T22:48:25.192Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-12T22:48:25.192Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-12T22:48:25.476Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-12T22:48:25.476Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-12T22:48:25.476Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-12T22:48:25.476Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-12T22:48:25.476Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-12T22:48:25.476Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-12T22:48:25.476Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-12T22:48:25.476Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-12T22:48:25.476Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-12T22:48:25.476Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-12T22:48:25.476Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-12T22:48:25.476Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-12T22:48:25.476Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-12T22:48:25.476Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-12T22:48:25.476Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-12T22:48:25.476Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-12T22:48:25.476Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-12T22:48:25.476Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-12T22:48:25.744Z] Executing busybox-1.31.1-r19.trigger [2021-05-12T22:48:25.744Z] OK: 72 MiB in 59 packages [2021-05-12T22:48:25.744Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-12T22:48:26.016Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-12T22:48:26.016Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:48:26.016Z] OK: 8 MiB in 20 packages [2021-05-12T22:48:27.997Z] Removing intermediate container 8039991a9974 [2021-05-12T22:48:28.273Z] ---> 5eaafb56b879 [2021-05-12T22:48:28.273Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:48:28.875Z] ---> 581102b2bd4a [2021-05-12T22:48:28.875Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-12T22:48:30.312Z] Collecting docker-compose==1.23.2 [2021-05-12T22:48:30.312Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-12T22:48:30.312Z] ---> 4ddb5cc82023 [2021-05-12T22:48:30.312Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-12T22:48:30.908Z] ---> c95016884708 [2021-05-12T22:48:30.908Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-12T22:48:31.181Z] ---> Running in 153ca86a68e8 [2021-05-12T22:48:31.453Z] Collecting PyYAML<4,>=3.10 [2021-05-12T22:48:31.453Z] Removing intermediate container 153ca86a68e8 [2021-05-12T22:48:31.453Z] ---> 6a02a6b74e81 [2021-05-12T22:48:31.453Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:48:31.453Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-12T22:48:31.726Z] ---> Running in 623fd153bdfd [2021-05-12T22:48:32.000Z] Removing intermediate container 623fd153bdfd [2021-05-12T22:48:32.000Z] ---> e1735c7c6d1f [2021-05-12T22:48:32.000Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T22:48:32.282Z] ---> Running in 7fe1f689ed1e [2021-05-12T22:48:32.878Z] Removing intermediate container 7fe1f689ed1e [2021-05-12T22:48:32.879Z] ---> 2c4c26aff9a9 [2021-05-12T22:48:32.879Z] Step 23/24 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:48:32.879Z] ---> Running in 058aaf3feda5 [2021-05-12T22:48:33.472Z] Removing intermediate container 058aaf3feda5 [2021-05-12T22:48:33.472Z] ---> 96295b55f201 [2021-05-12T22:48:33.472Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T22:48:33.472Z] ---> Running in 8f9132c31554 [2021-05-12T22:48:34.064Z] Removing intermediate container 8f9132c31554 [2021-05-12T22:48:34.064Z] ---> e6929545c22f [2021-05-12T22:48:34.064Z] [2021-05-12T22:48:34.335Z] Successfully built e6929545c22f [2021-05-12T22:48:34.335Z] Successfully tagged core-data-arm64:latest [2021-05-12T22:48:34.925Z]  Building core-data ... done Collecting dockerpty<0.5,>=0.4.1 [2021-05-12T22:48:34.926Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-12T22:48:37.637Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-12T22:48:37.637Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-12T22:48:37.912Z] Collecting docker<4.0,>=3.6.0 [2021-05-12T22:48:37.912Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-12T22:48:38.526Z] 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-12T22:48:38.812Z] Collecting texttable<0.10,>=0.9.0 [2021-05-12T22:48:38.812Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-12T22:48:40.863Z] Collecting cached-property<2,>=1.2.0 [2021-05-12T22:48:40.863Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-12T22:48:42.320Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-12T22:48:42.320Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-12T22:48:42.599Z] Collecting docopt<0.7,>=0.6.1 [2021-05-12T22:48:42.599Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-12T22:48:44.577Z] Collecting jsonschema<3,>=2.5.1 [2021-05-12T22:48:44.577Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-12T22:48:45.169Z] Collecting docker-pycreds>=0.4.0 [2021-05-12T22:48:45.169Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-12T22:48:45.762Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-12T22:48:45.762Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-12T22:48:46.036Z] Collecting idna<2.8,>=2.5 [2021-05-12T22:48:46.036Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-12T22:48:46.036Z] 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-12T22:48:46.036Z] 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-12T22:48:46.036Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-12T22:48:46.036Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-12T22:48:46.036Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-12T22:48:46.036Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-12T22:48:47.010Z] Installing collected packages: PyYAML, dockerpty, websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, cached-property, docopt, jsonschema, docker-compose [2021-05-12T22:48:47.010Z] Running setup.py install for PyYAML: started [2021-05-12T22:48:48.986Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-12T22:48:48.986Z] Running setup.py install for dockerpty: started [2021-05-12T22:48:50.965Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-12T22:48:50.965Z] Attempting uninstall: urllib3 [2021-05-12T22:48:50.965Z] Found existing installation: urllib3 1.25.9 [2021-05-12T22:48:50.965Z] Uninstalling urllib3-1.25.9: [2021-05-12T22:48:51.238Z] Successfully uninstalled urllib3-1.25.9 [2021-05-12T22:48:51.831Z] Attempting uninstall: idna [2021-05-12T22:48:51.831Z] Found existing installation: idna 2.9 [2021-05-12T22:48:51.831Z] Uninstalling idna-2.9: [2021-05-12T22:48:51.831Z] Successfully uninstalled idna-2.9 [2021-05-12T22:48:52.424Z] Attempting uninstall: requests [2021-05-12T22:48:52.424Z] Found existing installation: requests 2.23.0 [2021-05-12T22:48:52.424Z] Uninstalling requests-2.23.0: [2021-05-12T22:48:52.424Z] Successfully uninstalled requests-2.23.0 [2021-05-12T22:48:53.398Z] Running setup.py install for texttable: started [2021-05-12T22:48:55.381Z] Running setup.py install for texttable: finished with status 'done' [2021-05-12T22:48:55.381Z] Running setup.py install for docopt: started [2021-05-12T22:48:56.815Z] Running setup.py install for docopt: finished with status 'done' [2021-05-12T22:48:58.237Z] 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-12T22:49:06.493Z] Removing intermediate container 9270c8af8e5e [2021-05-12T22:49:06.493Z] ---> cd7efab80334 [2021-05-12T22:49:06.493Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-12T22:49:06.493Z] ---> Running in 49da75b6b1df [2021-05-12T22:49:06.493Z] Removing intermediate container 49da75b6b1df [2021-05-12T22:49:06.493Z] ---> 7aca4c7c93a2 [2021-05-12T22:49:06.493Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-12T22:49:06.493Z] ---> Running in 3bf428155686 [2021-05-12T22:49:06.766Z] Removing intermediate container 3bf428155686 [2021-05-12T22:49:06.766Z] ---> 8987653fb780 [2021-05-12T22:49:06.766Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-12T22:49:07.740Z] ---> 7f076db006da [2021-05-12T22:49:07.740Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-12T22:49:08.712Z] ---> 67a308477da7 [2021-05-12T22:49:08.712Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-12T22:49:09.304Z] ---> 6b4582d9154e [2021-05-12T22:49:09.304Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-12T22:49:09.576Z] ---> Running in 95f3f73ad92e [2021-05-12T22:49:10.171Z] Removing intermediate container 95f3f73ad92e [2021-05-12T22:49:10.171Z] ---> 9fc2a8404897 [2021-05-12T22:49:10.171Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:49:10.171Z] ---> Running in fbda1322892a [2021-05-12T22:49:10.443Z] Removing intermediate container fbda1322892a [2021-05-12T22:49:10.443Z] ---> b9b4281681d8 [2021-05-12T22:49:10.443Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T22:49:10.714Z] ---> Running in bf6a5953203f [2021-05-12T22:49:10.993Z] Removing intermediate container bf6a5953203f [2021-05-12T22:49:10.993Z] ---> 1cb2d0b261bc [2021-05-12T22:49:10.993Z] Step 23/24 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [2021-05-12T22:49:11.266Z] ---> Running in 61b23ebd652b [2021-05-12T22:49:11.561Z] Removing intermediate container 61b23ebd652b [2021-05-12T22:49:11.561Z] ---> ec67699ecbf1 [2021-05-12T22:49:11.561Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T22:49:11.832Z] ---> Running in 1d2bd5869634 [2021-05-12T22:49:12.424Z] Removing intermediate container 1d2bd5869634 [2021-05-12T22:49:12.424Z] ---> e68e75a70129 [2021-05-12T22:49:12.424Z] [2021-05-12T22:49:12.695Z] Successfully built e68e75a70129 [2021-05-12T22:49:12.695Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-05-12T22:49:12.980Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-05-12T22:49:12.985Z] $ docker stop --time=1 812aae739dc0651d947da906e0ad78df77f3db1234b34b2f1b627d4e815f7610 [2021-05-12T22:49:14.897Z] $ docker rm -f 812aae739dc0651d947da906e0ad78df77f3db1234b34b2f1b627d4e815f7610 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T22:49:15.502Z] + docker images [2021-05-12T22:49:15.771Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-12T22:49:15.771Z] sys-mgmt-agent-arm64 latest e68e75a70129 4 seconds ago 299MB [2021-05-12T22:49:15.771Z] core-data-arm64 latest e6929545c22f 42 seconds ago 20.3MB [2021-05-12T22:49:15.771Z] 9b85e5c20a3f About a minute ago 989MB [2021-05-12T22:49:15.771Z] 016dd199ec9a About a minute ago 976MB [2021-05-12T22:49:15.771Z] security-bootstrapper-arm64 latest e517d52a6d67 About a minute ago 17.1MB [2021-05-12T22:49:15.771Z] support-scheduler-arm64 latest 0445fde165ee About a minute ago 16.1MB [2021-05-12T22:49:15.771Z] 5420b6774849 About a minute ago 980MB [2021-05-12T22:49:15.771Z] 371572a6ec2b About a minute ago 973MB [2021-05-12T22:49:15.771Z] support-notifications-arm64 latest c692968c2b0f 4 minutes ago 16.7MB [2021-05-12T22:49:15.771Z] security-secretstore-setup-arm64 latest 1d0432948ef5 4 minutes ago 24.3MB [2021-05-12T22:49:15.771Z] core-metadata-arm64 latest b5646bdb7cd8 4 minutes ago 17.4MB [2021-05-12T22:49:15.771Z] core-command-arm64 latest aed04554a8ba 4 minutes ago 16.1MB [2021-05-12T22:49:15.771Z] security-proxy-setup-arm64 latest 10f6f68144e9 4 minutes ago 23.9MB [2021-05-12T22:49:15.771Z] f43fa9a2bcab 4 minutes ago 988MB [2021-05-12T22:49:15.771Z] 8d33e53ed3b3 4 minutes ago 980MB [2021-05-12T22:49:15.771Z] aaab444e2424 4 minutes ago 980MB [2021-05-12T22:49:15.771Z] d841aa41e914 4 minutes ago 977MB [2021-05-12T22:49:15.771Z] 47d05d7f8ae0 4 minutes ago 977MB [2021-05-12T22:49:15.771Z] ci-base-image-arm64 latest fc3e8de55acf 16 minutes ago 641MB [2021-05-12T22:49:15.771Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 13 days ago 428MB [2021-05-12T22:49:15.771Z] alpine 3.12 9852663dfa18 4 weeks ago 5.32MB [2021-05-12T22:49:15.771Z] docker 20.10.0 eeaf43b92773 5 months ago 228MB [2021-05-12T22:49:15.771Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 10 months ago 285MB [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-12T22:49:16.310Z] ---> job-cost.sh [2021-05-12T22:49:16.310Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-961Y [2021-05-12T22:49:55.242Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-12T22:51:31.997Z] lf-activate-venv(): INFO: Adding /tmp/venv-961Y/bin to PATH [2021-05-12T22:51:31.997Z] INFO: No Stack... [2021-05-12T22:51:31.997Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-12T22:51:31.997Z] INFO: Archiving Costs [Pipeline] sh [2021-05-12T22:51:32.330Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-05-12T22:51:32.330Z] + cut -d, -f6 [Pipeline] lock [2021-05-12T22:51:32.456Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3457-3-stack-cost] [2021-05-12T22:51:32.464Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3457-3-stack-cost] did not exist. Created. [2021-05-12T22:51:32.464Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3457-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-12T22:51:32.830Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-12T22:51:33.099Z] Stashed 1 file(s) [Pipeline] } [2021-05-12T22:51:33.115Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3457-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-12T22:51:33.902Z] provisioning config files... [2021-05-12T22:51:33.924Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config1353467156363811705tmp [Pipeline] { [Pipeline] sh [2021-05-12T22:51:34.385Z] + set +x [2021-05-12T22:51:34.385Z] + curl -s https://codecov.io/bash [2021-05-12T22:51:34.385Z] + bash -s -- [2021-05-12T22:51:34.996Z] [2021-05-12T22:51:34.996Z] _____ _ [2021-05-12T22:51:34.996Z] / ____| | | [2021-05-12T22:51:34.996Z] | | ___ __| | ___ ___ _____ __ [2021-05-12T22:51:34.996Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-12T22:51:34.996Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-12T22:51:34.996Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-12T22:51:34.996Z] Bash-1.0.2 [2021-05-12T22:51:34.996Z] [2021-05-12T22:51:34.996Z] [2021-05-12T22:51:34.996Z] ==> git version 2.24.3 found [2021-05-12T22:51:34.996Z] ==> 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-12T22:51:34.996Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-12T22:51:34.996Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-12T22:51:34.996Z] ==> Jenkins CI detected. [2021-05-12T22:51:34.996Z] project root: . [2021-05-12T22:51:34.996Z] --> token set from env [2021-05-12T22:51:34.996Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-12T22:51:35.271Z] ==> Running gcov in . (disable via -X gcov) [2021-05-12T22:51:35.271Z] ==> Python coveragepy not found [2021-05-12T22:51:35.271Z] ==> Searching for coverage reports in: [2021-05-12T22:51:35.271Z] + . [2021-05-12T22:51:35.271Z] -> Found 1 reports [2021-05-12T22:51:35.271Z] ==> Detecting git/mercurial file structure [2021-05-12T22:51:35.544Z] ==> Reading reports [2021-05-12T22:51:35.544Z] + ./coverage.out bytes=727486 [2021-05-12T22:51:35.544Z] ==> Appending adjustments [2021-05-12T22:51:35.544Z] https://docs.codecov.io/docs/fixing-reports [2021-05-12T22:51:40.960Z] + Found adjustments [2021-05-12T22:51:40.960Z] ==> Gzipping contents [2021-05-12T22:51:41.223Z] 104K /tmp/codecov.padIc5.gz [2021-05-12T22:51:41.223Z] ==> Uploading reports [2021-05-12T22:51:41.223Z] url: https://codecov.io [2021-05-12T22:51:41.223Z] query: branch=PR-3457&commit=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3457%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3457&job=&cmd_args= [2021-05-12T22:51:41.223Z] -> Pinging Codecov [2021-05-12T22:51:41.223Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3457&commit=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3457%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3457&job=&cmd_args= [2021-05-12T22:51:41.800Z] -> Uploading to [2021-05-12T22:51:41.800Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-12/00271124DB129430A58F1EEE437C3FCB/3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada/16b38dbb-1123-43f8-b7f2-486bc7c14289.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T225141Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3bddd269ac6dd03be13b0280ca337cd6bd26ae8d3bfa70d714c7012e4a18f0da [2021-05-12T22:51:41.800Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T22:51:41.800Z] Dload Upload Total Spent Left Speed [2021-05-12T22:51:42.063Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 101k 0 0 100 101k 0 212k --:--:-- --:--:-- --:--:-- 212k [2021-05-12T22:51:42.063Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [Pipeline] } [2021-05-12T22:51:42.074Z] 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-12T22:51:42.847Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:51:43.734Z] ---> package-listing.sh [2021-05-12T22:51:43.734Z] ++ facter osfamily [2021-05-12T22:51:43.734Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-12T22:51:43.734Z] + OS_FAMILY=redhat [2021-05-12T22:51:43.734Z] + workspace=/w/workspace/edgex-go/3 [2021-05-12T22:51:43.734Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-12T22:51:43.734Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-12T22:51:43.734Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-12T22:51:43.734Z] + PACKAGES=/tmp/packages_start.txt [2021-05-12T22:51:43.734Z] + '[' /w/workspace/edgex-go/3 ']' [2021-05-12T22:51:43.734Z] + PACKAGES=/tmp/packages_end.txt [2021-05-12T22:51:43.734Z] + case "${OS_FAMILY}" in [2021-05-12T22:51:43.734Z] + rpm -qa [2021-05-12T22:51:43.734Z] + sort [2021-05-12T22:51:49.055Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-12T22:51:49.055Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-12T22:51:49.055Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-12T22:51:49.055Z] + '[' /w/workspace/edgex-go/3 ']' [2021-05-12T22:51:49.055Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-05-12T22:51:49.055Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-05-12T22:51:49.076Z] 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-12T22:51:49.557Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:51:49.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T22:51:50.202Z] [2021-05-12T22:51:50.202Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:51:50.533Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T22:51:50.533Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-12T22:51:50.533Z] df20fa9351a1: Pulling fs layer [2021-05-12T22:51:50.533Z] 36b3adc4ff6f: Pulling fs layer [2021-05-12T22:51:50.533Z] 8ad3a11d3b57: Pulling fs layer [2021-05-12T22:51:50.533Z] 46f8f816bc3b: Pulling fs layer [2021-05-12T22:51:50.533Z] 93b61091891f: Pulling fs layer [2021-05-12T22:51:50.533Z] 93b9cdb0e59b: Pulling fs layer [2021-05-12T22:51:50.533Z] 5e14af77c1be: Pulling fs layer [2021-05-12T22:51:50.533Z] 01666e4c0597: Pulling fs layer [2021-05-12T22:51:50.533Z] aa168da1d23b: Pulling fs layer [2021-05-12T22:51:50.533Z] 93b9cdb0e59b: Waiting [2021-05-12T22:51:50.533Z] 5e14af77c1be: Waiting [2021-05-12T22:51:50.533Z] 01666e4c0597: Waiting [2021-05-12T22:51:50.533Z] aa168da1d23b: Waiting [2021-05-12T22:51:50.533Z] 93b61091891f: Waiting [2021-05-12T22:51:50.533Z] 36b3adc4ff6f: Verifying Checksum [2021-05-12T22:51:50.533Z] 36b3adc4ff6f: Download complete [2021-05-12T22:51:50.533Z] 46f8f816bc3b: Verifying Checksum [2021-05-12T22:51:50.533Z] 46f8f816bc3b: Download complete [2021-05-12T22:51:50.801Z] df20fa9351a1: Verifying Checksum [2021-05-12T22:51:50.801Z] df20fa9351a1: Download complete [2021-05-12T22:51:50.801Z] 93b9cdb0e59b: Verifying Checksum [2021-05-12T22:51:50.801Z] 93b9cdb0e59b: Download complete [2021-05-12T22:51:50.801Z] 5e14af77c1be: Verifying Checksum [2021-05-12T22:51:50.801Z] 5e14af77c1be: Download complete [2021-05-12T22:51:50.801Z] 01666e4c0597: Verifying Checksum [2021-05-12T22:51:50.801Z] 01666e4c0597: Download complete [2021-05-12T22:51:50.801Z] 93b61091891f: Verifying Checksum [2021-05-12T22:51:50.801Z] 93b61091891f: Download complete [2021-05-12T22:51:51.095Z] 8ad3a11d3b57: Verifying Checksum [2021-05-12T22:51:51.095Z] 8ad3a11d3b57: Download complete [2021-05-12T22:51:51.095Z] df20fa9351a1: Pull complete [2021-05-12T22:51:51.680Z] 36b3adc4ff6f: Pull complete [2021-05-12T22:51:53.630Z] 8ad3a11d3b57: Pull complete [2021-05-12T22:51:53.630Z] aa168da1d23b: Verifying Checksum [2021-05-12T22:51:53.630Z] aa168da1d23b: Download complete [2021-05-12T22:51:54.582Z] 46f8f816bc3b: Pull complete [2021-05-12T22:51:55.164Z] 93b61091891f: Pull complete [2021-05-12T22:51:55.164Z] 93b9cdb0e59b: Pull complete [2021-05-12T22:51:55.437Z] 5e14af77c1be: Pull complete [2021-05-12T22:51:55.710Z] 01666e4c0597: Pull complete [2021-05-12T22:52:05.840Z] aa168da1d23b: Pull complete [2021-05-12T22:52:05.840Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-12T22:52:05.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T22:52:05.840Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-12T22:52:06.090Z] prd-centos7-docker-4c-2g-4933 does not seem to be running inside a container [2021-05-12T22:52:06.144Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-12T22:52:10.394Z] $ docker top 8662559c8ced0da951a29a081de6f043a4ec3d06f1647bbf1d5ee57c8f2a122b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T22:52:10.897Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-12T22:52:11.219Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-12T22:52:11.528Z] + ls /var/log/sa-host [2021-05-12T22:52:11.528Z] + sadf -c /var/log/sa-host/sa12 [2021-05-12T22:52:11.528Z] file_magic: OK [2021-05-12T22:52:11.528Z] HZ: Using current value: 100 [2021-05-12T22:52:11.528Z] file_header: OK [2021-05-12T22:52:11.528Z] 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-12T22:52:11.528Z] Statistics: [2021-05-12T22:52:11.528Z] 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... [2021-05-12T22:52:11.528Z] File successfully converted to sysstat format version 12.2.1 [2021-05-12T22:52:11.528Z] + sadf -c /var/log/sa-host/sa23 [2021-05-12T22:52:11.528Z] file_magic: OK [2021-05-12T22:52:11.528Z] HZ: Using current value: 100 [2021-05-12T22:52:11.528Z] file_header: OK [2021-05-12T22:52:11.528Z] 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-12T22:52:11.528Z] Statistics: [2021-05-12T22:52:11.528Z] Hnuu...uuuununununu... [2021-05-12T22:52:11.528Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-12T22:52:11.722Z] provisioning config files... [2021-05-12T22:52:11.737Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config8238363582371211863tmp [Pipeline] { [Pipeline] echo [2021-05-12T22:52:11.760Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:52:12.068Z] ---> create-netrc.sh [Pipeline] } [2021-05-12T22:52:12.079Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-12T22:52:12.103Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:52:12.406Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-12T22:52:12.417Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:52:12.723Z] ---> sudo-logs.sh [2021-05-12T22:52:12.723Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-12T22:52:12.760Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:52:13.068Z] ---> job-cost.sh [2021-05-12T22:52:13.068Z] lf-activate-venv: SKIPPING [2021-05-12T22:52:13.068Z] DEBUG: total: 0.20999999344348907 [2021-05-12T22:52:13.068Z] INFO: Retrieving Stack Cost... [2021-05-12T22:52:14.021Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-12T22:52:14.595Z] INFO: Archiving Costs [Pipeline] echo [2021-05-12T22:52:14.611Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:52:14.918Z] ---> logs-deploy.sh [2021-05-12T22:52:14.918Z] lf-activate-venv: SKIPPING [2021-05-12T22:52:14.918Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3457/3 [2021-05-12T22:52:14.918Z] INFO: archiving workspace using pattern(s): [2021-05-12T22:52:16.842Z] Archives upload complete. [2021-05-12T22:52:16.842Z] INFO: archiving logs to Nexus