Pull request #3459 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from dc2a22834f13eee8a53be0eae98ff8ae8ed084f4+efcc50239e0d152f0b735e3d100765ac31cee296 (11c0433dcbe268de7bb0f0b844a577879555e46f) 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4985’ Running on prd-centos7-docker-4c-2g-4987 in /w/workspace/edgexfoundry_edgex-go_PR-3459 [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 efcc50239e0d152f0b735e3d100765ac31cee296 into PR head commit dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 > 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/3459/head:refs/remotes/origin/PR-3459 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 # 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 efcc50239e0d152f0b735e3d100765ac31cee296 # timeout=10 Merge succeeded, producing dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 Checking out Revision dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 (PR-3459) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-13T01:57:45.365Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-13T01:57:45.453Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-13T01:57:45.478Z] ========================================================= [2021-05-13T01:57:45.478Z] EdgeX Global Pipelines Version Info [2021-05-13T01:57:45.478Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 93c9b86952b721576cadb1cb6cbfe1af5d91c4d5 # timeout=10 [2021-05-13T01:57:48.367Z] ------------------- [2021-05-13T01:57:48.367Z] stable info: [2021-05-13T01:57:48.367Z] ------------------- [2021-05-13T01:57:48.367Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-13T01:57:48.367Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T01:57:48.367Z] Message: update stable to v1.0.192 [2021-05-13T01:57:49.358Z] ------------------- [2021-05-13T01:57:49.358Z] experimental info: [2021-05-13T01:57:49.358Z] ------------------- [2021-05-13T01:57:49.358Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-13T01:57:49.358Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T01:57:49.358Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-13T01:57:49.508Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-13T01:57:49.530Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-13T01:57:49.551Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-13T01:57:49.573Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-13T01:57:49.594Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-13T01:57:49.615Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-13T01:57:49.636Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-13T01:57:49.660Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-13T01:57:49.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-05-13T01:57:49.704Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-05-13T01:57:49.729Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-13T01:57:49.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-13T01:57:49.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-13T01:57:49.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-13T01:57:49.837Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-13T01:57:49.858Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-13T01:57:49.888Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-13T01:57:49.915Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-13T01:57:49.937Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-13T01:57:49.964Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-13T01:57:49.986Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-13T01:57:50.019Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-13T01:57:50.042Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3459 [Pipeline] echo [2021-05-13T01:57:50.063Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3459 [Pipeline] echo [2021-05-13T01:57:50.084Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3459 [Pipeline] echo [2021-05-13T01:57:50.109Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [Pipeline] echo [2021-05-13T01:57:50.130Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dc2a228 [Pipeline] echo [2021-05-13T01:57:50.151Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T01:57:50.239Z] provisioning config files... [2021-05-13T01:57:50.278Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1690471404344480528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T01:57:50.651Z] ---> docker-login.sh [2021-05-13T01:57:50.651Z] nexus3.edgexfoundry.org:10001 [2021-05-13T01:57:51.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T01:57:51.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T01:57:51.699Z] Configure a credential helper to remove this warning. See [2021-05-13T01:57:51.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T01:57:51.699Z] [2021-05-13T01:57:51.699Z] Login Succeeded [2021-05-13T01:57:51.699Z] nexus3.edgexfoundry.org:10002 [2021-05-13T01:57:51.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T01:57:52.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T01:57:52.271Z] Configure a credential helper to remove this warning. See [2021-05-13T01:57:52.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T01:57:52.271Z] [2021-05-13T01:57:52.271Z] Login Succeeded [2021-05-13T01:57:52.271Z] nexus3.edgexfoundry.org:10003 [2021-05-13T01:57:52.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T01:57:52.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T01:57:52.845Z] Configure a credential helper to remove this warning. See [2021-05-13T01:57:52.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T01:57:52.845Z] [2021-05-13T01:57:52.845Z] Login Succeeded [2021-05-13T01:57:52.845Z] nexus3.edgexfoundry.org:10004 [2021-05-13T01:57:52.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T01:57:53.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T01:57:53.146Z] Configure a credential helper to remove this warning. See [2021-05-13T01:57:53.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T01:57:53.146Z] [2021-05-13T01:57:53.146Z] Login Succeeded [2021-05-13T01:57:53.146Z] docker.io [2021-05-13T01:57:53.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T01:57:53.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T01:57:53.703Z] Configure a credential helper to remove this warning. See [2021-05-13T01:57:53.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T01:57:53.703Z] [2021-05-13T01:57:53.703Z] Login Succeeded [2021-05-13T01:57:53.703Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T01:57:53.732Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T01:57:54.123Z] ++ 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-13T01:57:54.123Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T01:57:54.123Z] ++ dirname cmd/core-command/Dockerfile [2021-05-13T01:57:54.123Z] ++ cut -d/ -f2 [2021-05-13T01:57:54.123Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-13T01:57:54.123Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T01:57:54.123Z] ++ dirname cmd/core-data/Dockerfile [2021-05-13T01:57:54.123Z] ++ cut -d/ -f2 [2021-05-13T01:57:54.123Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-13T01:57:54.123Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T01:57:54.123Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-13T01:57:54.123Z] ++ cut -d/ -f2 [2021-05-13T01:57:54.123Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-13T01:57:54.123Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T01:57:54.123Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-13T01:57:54.123Z] ++ cut -d/ -f2 [2021-05-13T01:57:54.123Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-13T01:57:54.123Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T01:57:54.123Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-13T01:57:54.123Z] ++ cut -d/ -f2 [2021-05-13T01:57:54.123Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-13T01:57:54.123Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T01:57:54.123Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-13T01:57:54.123Z] ++ cut -d/ -f2 [2021-05-13T01:57:54.123Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-13T01:57:54.123Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T01:57:54.123Z] ++ cut -d/ -f2 [2021-05-13T01:57:54.123Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-13T01:57:54.123Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-13T01:57:54.123Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T01:57:54.123Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-13T01:57:54.123Z] ++ cut -d/ -f2 [2021-05-13T01:57:54.123Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-13T01:57:54.123Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T01:57:54.123Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-13T01:57:54.123Z] ++ cut -d/ -f2 [2021-05-13T01:57:54.123Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-13T01:57:54.283Z] 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-13T01:57:55.021Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T01:57:55.021Z] [2021-05-13T01:57:55.021Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T01:57:55.404Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T01:57:55.700Z] latest: Pulling from edgex-devops/git-semver [2021-05-13T01:57:55.700Z] 31603596830f: Pulling fs layer [2021-05-13T01:57:55.700Z] 54011a49482f: Pulling fs layer [2021-05-13T01:57:55.700Z] a6820b24f6d8: Pulling fs layer [2021-05-13T01:57:55.700Z] f581987b2513: Pulling fs layer [2021-05-13T01:57:55.700Z] f581987b2513: Waiting [2021-05-13T01:57:55.700Z] 54011a49482f: Download complete [2021-05-13T01:57:55.984Z] 31603596830f: Download complete [2021-05-13T01:57:56.275Z] f581987b2513: Verifying Checksum [2021-05-13T01:57:56.276Z] f581987b2513: Download complete [2021-05-13T01:57:56.276Z] a6820b24f6d8: Verifying Checksum [2021-05-13T01:57:56.276Z] a6820b24f6d8: Download complete [2021-05-13T01:57:56.889Z] 31603596830f: Pull complete [2021-05-13T01:57:56.889Z] 54011a49482f: Pull complete [2021-05-13T01:57:58.958Z] a6820b24f6d8: Pull complete [2021-05-13T01:57:59.560Z] f581987b2513: Pull complete [2021-05-13T01:57:59.560Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-13T01:57:59.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T01:57:59.560Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-13T01:57:59.942Z] prd-centos7-docker-4c-2g-4987 does not seem to be running inside a container [2021-05-13T01:58:00.102Z] $ 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-13T01:58:03.604Z] $ docker top 2b953443181ee4445a350944ad0bf75470d5d0b80de51d54e53a8f1a9cddb4be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T01:58:03.915Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T01:58:03.915Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T01:58:04.611Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T01:58:04.621Z] $ docker exec 2b953443181ee4445a350944ad0bf75470d5d0b80de51d54e53a8f1a9cddb4be ssh-agent [2021-05-13T01:58:06.248Z] SSH_AUTH_SOCK=/tmp/ssh-xLyb3UV7P8Pu/agent.11 [2021-05-13T01:58:06.248Z] SSH_AGENT_PID=16 [2021-05-13T01:58:06.294Z] Running ssh-add (command line suppressed) [2021-05-13T01:58:07.095Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_2405910178996360018.key (/w/workspace/edgex-go/3@tmp/private_key_2405910178996360018.key) [2021-05-13T01:58:07.379Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T01:58:07.757Z] + git tag --points-at HEAD [Pipeline] } [2021-05-13T01:58:08.082Z] $ docker exec --env ******** --env ******** 2b953443181ee4445a350944ad0bf75470d5d0b80de51d54e53a8f1a9cddb4be ssh-agent -k [2021-05-13T01:58:08.321Z] unset SSH_AUTH_SOCK; [2021-05-13T01:58:08.324Z] unset SSH_AGENT_PID; [2021-05-13T01:58:08.324Z] echo Agent pid 16 killed; [2021-05-13T01:58:08.468Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-13T01:58:08.509Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T01:58:08.509Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T01:58:09.005Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T01:58:09.028Z] $ docker exec 2b953443181ee4445a350944ad0bf75470d5d0b80de51d54e53a8f1a9cddb4be ssh-agent [2021-05-13T01:58:09.591Z] SSH_AUTH_SOCK=/tmp/ssh-jQPxjiwe36C8/agent.44 [2021-05-13T01:58:09.591Z] SSH_AGENT_PID=50 [2021-05-13T01:58:09.617Z] Running ssh-add (command line suppressed) [2021-05-13T01:58:10.068Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_866537288882572338.key (/w/workspace/edgex-go/3@tmp/private_key_866537288882572338.key) [2021-05-13T01:58:10.160Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T01:58:10.602Z] + git semver init [2021-05-13T01:58:10.872Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T01:58:10.872Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-05-13T01:58:10.872Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-05-13T01:58:10.872Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T01:58:10.872Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T01:58:10.872Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T01:58:10.872Z] # $SEMVER_BRANCH = PR-3459 [2021-05-13T01:58:10.872Z] # $SEMVER_TEMP = /tmp/semver-918984228 [2021-05-13T01:58:10.872Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-13T01:58:50.282Z] # '/tmp/semver-918984228' -> '/w/workspace/edgex-go/3/.semver' [2021-05-13T01:58:50.282Z] # -> Force: false [2021-05-13T01:58:50.282Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-05-13T01:58:50.315Z] $ docker exec --env ******** --env ******** 2b953443181ee4445a350944ad0bf75470d5d0b80de51d54e53a8f1a9cddb4be ssh-agent -k [2021-05-13T01:58:50.997Z] unset SSH_AUTH_SOCK; [2021-05-13T01:58:51.002Z] unset SSH_AGENT_PID; [2021-05-13T01:58:51.002Z] echo Agent pid 50 killed; [2021-05-13T01:58:51.266Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T01:58:51.648Z] + git semver [Pipeline] } [2021-05-13T01:58:51.941Z] $ docker stop --time=1 2b953443181ee4445a350944ad0bf75470d5d0b80de51d54e53a8f1a9cddb4be [2021-05-13T01:58:54.392Z] $ docker rm -f 2b953443181ee4445a350944ad0bf75470d5d0b80de51d54e53a8f1a9cddb4be [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T01:58:55.004Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-13T01:58:56.108Z] Stashed 1 file(s) [Pipeline] echo [2021-05-13T01:58:56.111Z] [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-13T01:58:56.680Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-13T01:58:57.312Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T01:58:57.855Z] + sudo service docker restart [2021-05-13T01:58:57.855Z] + true [2021-05-13T01:58:57.855Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-13T01:58:59.382Z] ========================================================= [2021-05-13T01:58:59.382Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-13T01:58:59.382Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T01:58:59.779Z] + 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-13T01:59:08.138Z] Sending build context to Docker daemon 330.3MB [2021-05-13T01:59:08.138Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T01:59:08.138Z] Step 2/6 : FROM ${BASE} [2021-05-13T01:59:08.138Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-13T01:59:08.138Z] 540db60ca938: Pulling fs layer [2021-05-13T01:59:08.138Z] adcc1eea9eea: Pulling fs layer [2021-05-13T01:59:08.138Z] 4c4ab2625f07: Pulling fs layer [2021-05-13T01:59:08.138Z] 0510c868ecb4: Pulling fs layer [2021-05-13T01:59:08.138Z] afea3b2eda06: Pulling fs layer [2021-05-13T01:59:08.138Z] 7809a108b3ef: Pulling fs layer [2021-05-13T01:59:08.138Z] f706445af74f: Pulling fs layer [2021-05-13T01:59:08.138Z] 0510c868ecb4: Waiting [2021-05-13T01:59:08.138Z] afea3b2eda06: Waiting [2021-05-13T01:59:08.138Z] 7809a108b3ef: Waiting [2021-05-13T01:59:08.138Z] f706445af74f: Waiting [2021-05-13T01:59:08.138Z] 4c4ab2625f07: Verifying Checksum [2021-05-13T01:59:08.138Z] 4c4ab2625f07: Download complete [2021-05-13T01:59:08.138Z] adcc1eea9eea: Verifying Checksum [2021-05-13T01:59:08.138Z] adcc1eea9eea: Download complete [2021-05-13T01:59:08.138Z] afea3b2eda06: Verifying Checksum [2021-05-13T01:59:08.138Z] afea3b2eda06: Download complete [2021-05-13T01:59:08.138Z] 7809a108b3ef: Verifying Checksum [2021-05-13T01:59:08.138Z] 7809a108b3ef: Download complete [2021-05-13T01:59:08.138Z] 540db60ca938: Download complete [2021-05-13T01:59:08.494Z] 540db60ca938: Pull complete [2021-05-13T01:59:08.779Z] adcc1eea9eea: Pull complete [2021-05-13T01:59:09.053Z] 4c4ab2625f07: Pull complete [2021-05-13T01:59:10.639Z] f706445af74f: Verifying Checksum [2021-05-13T01:59:10.639Z] f706445af74f: Download complete [2021-05-13T01:59:11.259Z] Still waiting to schedule task [2021-05-13T01:59:11.259Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-13T01:59:12.691Z] 0510c868ecb4: Verifying Checksum [2021-05-13T01:59:12.692Z] 0510c868ecb4: Download complete [2021-05-13T01:59:28.379Z] 0510c868ecb4: Pull complete [2021-05-13T01:59:28.379Z] afea3b2eda06: Pull complete [2021-05-13T01:59:29.000Z] 7809a108b3ef: Pull complete [2021-05-13T01:59:37.566Z] f706445af74f: Pull complete [2021-05-13T01:59:37.566Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-13T01:59:37.566Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-13T01:59:37.566Z] ---> b068be0155e3 [2021-05-13T01:59:37.566Z] 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-13T01:59:37.566Z] ---> Running in 4d20caec71bd [2021-05-13T01:59:39.108Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T01:59:40.226Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T01:59:40.929Z] (1/12) Installing libmagic (5.39-r0) [2021-05-13T01:59:41.210Z] (2/12) Installing file (5.39-r0) [2021-05-13T01:59:41.210Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-13T01:59:41.488Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-13T01:59:59.921Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-13T01:59:59.921Z] (6/12) Installing patch (2.7.6-r6) [2021-05-13T01:59:59.921Z] (7/12) Installing build-base (0.5-r2) [2021-05-13T01:59:59.921Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-13T02:00:00.188Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-13T02:00:00.188Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-13T02:00:00.188Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-13T02:00:00.470Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-13T02:00:00.470Z] Executing busybox-1.32.1-r6.trigger [2021-05-13T02:00:00.470Z] OK: 219 MiB in 52 packages [2021-05-13T02:00:04.991Z] Removing intermediate container 4d20caec71bd [2021-05-13T02:00:04.991Z] ---> 5c8a6a66662a [2021-05-13T02:00:04.991Z] Step 4/6 : WORKDIR /edgex-go [2021-05-13T02:00:05.290Z] ---> Running in e5d4c9592956 [2021-05-13T02:00:05.638Z] Removing intermediate container e5d4c9592956 [2021-05-13T02:00:05.638Z] ---> 263dee7ba256 [2021-05-13T02:00:05.638Z] Step 5/6 : COPY go.mod . [2021-05-13T02:00:06.776Z] ---> 8606bd09b88d [2021-05-13T02:00:06.776Z] Step 6/6 : RUN go mod download [2021-05-13T02:00:07.108Z] ---> Running in bd0e36db9cea [2021-05-13T02:00:39.937Z] Removing intermediate container bd0e36db9cea [2021-05-13T02:00:39.937Z] ---> e31f8776f20a [2021-05-13T02:00:39.938Z] Successfully built e31f8776f20a [2021-05-13T02:00:39.938Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:00:40.292Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T02:00:40.559Z] . [Pipeline] withDockerContainer [2021-05-13T02:00:40.758Z] prd-centos7-docker-4c-2g-4987 does not seem to be running inside a container [2021-05-13T02:00:40.845Z] $ 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-13T02:00:42.842Z] $ docker top c930821d2d3265ccde2f49159ef53ef4c57f4aed1620bea9fc9be254c5c27c3c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T02:00:43.756Z] + go version [2021-05-13T02:00:43.756Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-13T02:00:43.778Z] $ docker stop --time=1 c930821d2d3265ccde2f49159ef53ef4c57f4aed1620bea9fc9be254c5c27c3c [2021-05-13T02:00:45.372Z] $ docker rm -f c930821d2d3265ccde2f49159ef53ef4c57f4aed1620bea9fc9be254c5c27c3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:00:46.132Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T02:00:46.132Z] . [Pipeline] withDockerContainer [2021-05-13T02:00:46.351Z] prd-centos7-docker-4c-2g-4987 does not seem to be running inside a container [2021-05-13T02:00:46.445Z] $ 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-13T02:00:48.335Z] $ docker top 4f519763f850e6e2372bae0fead8c5bbd028e5657349349c76600d0126098681 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-13T02:00:48.628Z] ========================================================= [2021-05-13T02:00:48.628Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-13T02:00:48.628Z] ========================================================= [Pipeline] sh [2021-05-13T02:00:49.309Z] + go mod tidy [Pipeline] sh [2021-05-13T02:00:53.147Z] + make test [2021-05-13T02:00:53.147Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-13T02:01:15.999Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-13T02:02:13.293Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-13T02:02:13.293Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-13T02:02:13.293Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-13T02:02:13.293Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-13T02:02:17.913Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-13T02:02:18.596Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-13T02:02:18.596Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-13T02:02:18.596Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-13T02:02:21.377Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-13T02:02:22.030Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-13T02:02:27.693Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-13T02:02:27.693Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-13T02:02:27.693Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-13T02:02:32.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.224s coverage: 45.9% of statements [2021-05-13T02:02:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-13T02:02:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-13T02:02:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-13T02:02:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-13T02:02:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-13T02:02:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-13T02:02:32.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.083s coverage: 28.7% of statements [2021-05-13T02:02:32.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.149s coverage: 100.0% of statements [2021-05-13T02:02:35.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.359s coverage: 27.8% of statements [2021-05-13T02:02:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-13T02:02:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-13T02:02:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-13T02:02:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-13T02:02:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-13T02:02:35.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.293s coverage: 81.2% of statements [2021-05-13T02:02:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-13T02:02:35.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.177s coverage: 100.0% of statements [2021-05-13T02:02:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-13T02:02:35.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.159s coverage: 100.0% of statements [2021-05-13T02:02:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-13T02:02:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-13T02:02:38.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.187s coverage: 71.3% of statements [2021-05-13T02:02:38.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-13T02:02:38.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-13T02:02:40.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.711s coverage: 87.7% of statements [2021-05-13T02:02:40.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-13T02:02:40.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T02:02:40.299Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.303s coverage: 78.9% of statements [2021-05-13T02:02:40.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-13T02:02:47.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.838s coverage: 28.6% of statements [2021-05-13T02:02:47.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-13T02:02:47.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-13T02:02:47.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-13T02:02:47.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-13T02:02:47.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-13T02:02:47.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.306s coverage: 100.0% of statements [2021-05-13T02:02:47.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-13T02:02:47.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.274s coverage: 100.0% of statements [2021-05-13T02:02:47.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-13T02:02:47.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.702s coverage: 86.7% of statements [2021-05-13T02:02:47.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-13T02:02:47.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.386s coverage: 97.5% of statements [2021-05-13T02:02:47.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-13T02:02:47.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.148s coverage: 78.3% of statements [2021-05-13T02:02:47.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-13T02:02:47.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-13T02:02:47.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-13T02:02:47.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-13T02:02:50.569Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4989 in /w/workspace/edgexfoundry_edgex-go_PR-3459 [Pipeline] { [Pipeline] ws [2021-05-13T02:02:50.591Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-05-13T02:02:54.735Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.097s coverage: 95.1% of statements [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-13T02:02:54.735Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.221s coverage: 58.8% of statements [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-13T02:02:54.735Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.180s coverage: 0.8% of statements [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-13T02:02:54.735Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.125s coverage: 22.0% of statements [2021-05-13T02:02:54.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-13T02:02:54.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.346s coverage: 47.1% of statements [2021-05-13T02:02:54.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.216s coverage: 79.5% of statements [2021-05-13T02:02:54.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.228s coverage: 94.1% of statements [2021-05-13T02:02:54.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.198s coverage: 96.3% of statements [2021-05-13T02:02:55.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.246s coverage: 87.5% of statements [2021-05-13T02:02:56.762Z] using credential edgex-jenkins-ssh [2021-05-13T02:02:56.787Z] Cloning the remote Git repository [2021-05-13T02:02:56.886Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-13T02:02:57.007Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-05-13T02:02:57.102Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-13T02:02:57.102Z] > git --version # timeout=10 [2021-05-13T02:02:57.149Z] > git --version # 'git version 2.17.1' [2021-05-13T02:02:57.151Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T02:02:57.204Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T02:03:07.863Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.354s coverage: 94.4% of statements [2021-05-13T02:03:07.863Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.111s coverage: 44.8% of statements [2021-05-13T02:03:13.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.918s coverage: 81.8% of statements [2021-05-13T02:03:13.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-13T02:03:14.653Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-13T02:03:14.679Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T02:03:14.713Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-13T02:03:14.751Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-13T02:03:14.752Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T02:03:14.763Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3459/head:refs/remotes/origin/PR-3459 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-13T02:03:15.504Z] Merging remotes/origin/master commit efcc50239e0d152f0b735e3d100765ac31cee296 into PR head commit dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:03:15.938Z] Merge succeeded, producing dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:03:15.938Z] Checking out Revision dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 (PR-3459) [2021-05-13T02:03:15.525Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T02:03:15.540Z] > git checkout -f dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 # timeout=10 [2021-05-13T02:03:15.851Z] > git remote # timeout=10 [2021-05-13T02:03:15.868Z] > git config --get remote.origin.url # timeout=10 [2021-05-13T02:03:15.887Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T02:03:15.899Z] > git merge efcc50239e0d152f0b735e3d100765ac31cee296 # timeout=10 [2021-05-13T02:03:15.923Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-13T02:03:15.947Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T02:03:15.974Z] > git checkout -f dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 # timeout=10 [2021-05-13T02:03:20.325Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-05-13T02:03:20.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.430s coverage: 92.9% of statements [2021-05-13T02:03:20.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-13T02:03:20.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-13T02:03:20.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-13T02:03:20.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements [2021-05-13T02:03:20.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-13T02:03:20.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-13T02:03:20.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-13T02:03:20.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-13T02:03:20.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-13T02:03:20.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.300s coverage: 87.2% of statements [2021-05-13T02:03:20.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-13T02:03:20.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-13T02:03:20.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.094s coverage: 100.0% of statements [2021-05-13T02:03:20.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-13T02:03:20.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.197s coverage: 76.0% of statements [2021-05-13T02:03:20.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-13T02:03:20.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.153s coverage: 80.0% of statements [2021-05-13T02:03:20.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.193s coverage: 87.2% of statements [2021-05-13T02:03:20.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.351s coverage: 85.4% of statements [2021-05-13T02:03:20.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.410s coverage: 91.2% of statements [2021-05-13T02:03:20.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-13T02:03:20.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.631s coverage: 64.4% of statements [2021-05-13T02:03:20.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-13T02:03:20.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-13T02:03:20.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.141s coverage: 100.0% of statements [2021-05-13T02:03:20.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements [2021-05-13T02:03:20.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements [2021-05-13T02:03:20.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.127s coverage: 73.7% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T02:03:20.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.102s coverage: 100.0% of statements [2021-05-13T02:03:21.856Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-13T02:03:22.260Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T02:03:22.603Z] + + true [2021-05-13T02:03:22.603Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T02:03:24.635Z] provisioning config files... [2021-05-13T02:03:24.683Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3172172018577996886tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:03:24.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.009s coverage: 66.9% of statements [2021-05-13T02:03:24.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-13T02:03:24.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-13T02:03:24.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-13T02:03:25.067Z] ---> docker-login.sh [2021-05-13T02:03:25.067Z] nexus3.edgexfoundry.org:10001 [2021-05-13T02:03:25.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.487s coverage: 43.4% of statements [2021-05-13T02:03:25.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-13T02:03:25.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-13T02:03:25.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.204s coverage: 89.5% of statements [2021-05-13T02:03:25.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-13T02:03:25.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.179s coverage: 84.8% of statements [2021-05-13T02:03:26.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T02:03:26.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T02:03:26.326Z] Configure a credential helper to remove this warning. See [2021-05-13T02:03:26.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T02:03:26.326Z] [2021-05-13T02:03:26.326Z] Login Succeeded [2021-05-13T02:03:26.326Z] nexus3.edgexfoundry.org:10002 [2021-05-13T02:03:26.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T02:03:26.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T02:03:26.873Z] Configure a credential helper to remove this warning. See [2021-05-13T02:03:26.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T02:03:26.873Z] [2021-05-13T02:03:26.873Z] Login Succeeded [2021-05-13T02:03:26.873Z] nexus3.edgexfoundry.org:10003 [2021-05-13T02:03:27.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T02:03:27.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T02:03:27.469Z] Configure a credential helper to remove this warning. See [2021-05-13T02:03:27.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T02:03:27.469Z] [2021-05-13T02:03:27.469Z] Login Succeeded [2021-05-13T02:03:27.469Z] nexus3.edgexfoundry.org:10004 [2021-05-13T02:03:27.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T02:03:28.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T02:03:28.022Z] Configure a credential helper to remove this warning. See [2021-05-13T02:03:28.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T02:03:28.022Z] [2021-05-13T02:03:28.022Z] Login Succeeded [2021-05-13T02:03:28.022Z] docker.io [2021-05-13T02:03:28.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T02:03:28.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T02:03:28.565Z] Configure a credential helper to remove this warning. See [2021-05-13T02:03:28.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T02:03:28.565Z] [2021-05-13T02:03:28.565Z] Login Succeeded [2021-05-13T02:03:28.565Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T02:03:28.582Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-13T02:03:28.875Z] ========================================================= [2021-05-13T02:03:28.875Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-13T02:03:28.875Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:03:29.221Z] + 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-13T02:03:29.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.218s coverage: 47.0% of statements [2021-05-13T02:03:29.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-13T02:03:29.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-13T02:03:29.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-13T02:03:29.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-13T02:03:29.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-13T02:03:29.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.086s coverage: 100.0% of statements [2021-05-13T02:03:29.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-13T02:03:29.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements [2021-05-13T02:03:29.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-13T02:03:29.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-13T02:03:31.900Z] Sending build context to Docker daemon 167.8MB [2021-05-13T02:03:31.900Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T02:03:31.900Z] Step 2/6 : FROM ${BASE} [2021-05-13T02:03:31.900Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-13T02:03:31.900Z] 595b0fe564bb: Pulling fs layer [2021-05-13T02:03:31.900Z] 7186ed65a4f7: Pulling fs layer [2021-05-13T02:03:31.901Z] 316046926c0a: Pulling fs layer [2021-05-13T02:03:31.901Z] 4ebd0625c992: Pulling fs layer [2021-05-13T02:03:31.901Z] 207e8628e3a3: Pulling fs layer [2021-05-13T02:03:31.901Z] c791037a9be2: Pulling fs layer [2021-05-13T02:03:31.901Z] ffd874e62e21: Pulling fs layer [2021-05-13T02:03:31.901Z] 4ebd0625c992: Waiting [2021-05-13T02:03:31.901Z] 207e8628e3a3: Waiting [2021-05-13T02:03:31.901Z] c791037a9be2: Waiting [2021-05-13T02:03:31.901Z] ffd874e62e21: Waiting [2021-05-13T02:03:31.901Z] 316046926c0a: Download complete [2021-05-13T02:03:31.901Z] 7186ed65a4f7: Verifying Checksum [2021-05-13T02:03:31.901Z] 7186ed65a4f7: Download complete [2021-05-13T02:03:31.901Z] 207e8628e3a3: Verifying Checksum [2021-05-13T02:03:31.901Z] 207e8628e3a3: Download complete [2021-05-13T02:03:31.901Z] c791037a9be2: Verifying Checksum [2021-05-13T02:03:31.901Z] c791037a9be2: Download complete [2021-05-13T02:03:31.901Z] 595b0fe564bb: Download complete [2021-05-13T02:03:32.502Z] 595b0fe564bb: Pull complete [2021-05-13T02:03:32.621Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.178s coverage: 21.5% of statements [2021-05-13T02:03:32.621Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-13T02:03:32.621Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.197s coverage: 92.2% of statements [2021-05-13T02:03:32.621Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-13T02:03:32.621Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T02:03:32.621Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-13T02:03:33.098Z] 7186ed65a4f7: Pull complete [2021-05-13T02:03:33.375Z] 316046926c0a: Pull complete [2021-05-13T02:03:34.365Z] ffd874e62e21: Verifying Checksum [2021-05-13T02:03:34.365Z] ffd874e62e21: Download complete [2021-05-13T02:03:35.597Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.417s coverage: 28.7% of statements [2021-05-13T02:03:35.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-13T02:03:35.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-13T02:03:35.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-13T02:03:35.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-13T02:03:35.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-13T02:03:35.597Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.270s coverage: 99.0% of statements [2021-05-13T02:03:35.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-13T02:03:35.597Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.272s coverage: 100.0% of statements [2021-05-13T02:03:35.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-13T02:03:35.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-13T02:03:35.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-13T02:03:35.792Z] 4ebd0625c992: Verifying Checksum [2021-05-13T02:03:35.792Z] 4ebd0625c992: Download complete [2021-05-13T02:03:36.314Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.229s coverage: 64.6% of statements [2021-05-13T02:03:36.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-13T02:03:37.622Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.579s coverage: 97.6% of statements [2021-05-13T02:03:37.622Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-13T02:03:37.622Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T02:03:37.622Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-13T02:03:37.622Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.215s coverage: 0.0% of statements [2021-05-13T02:03:37.622Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-13T02:03:37.622Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.109s coverage: 100.0% of statements [2021-05-13T02:03:37.622Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-13T02:03:37.622Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-13T02:03:37.622Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-13T02:03:37.622Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-13T02:03:38.936Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.139s coverage: 87.9% of statements [2021-05-13T02:03:38.936Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-13T02:03:38.936Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-13T02:03:38.936Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.247s coverage: 100.0% of statements [2021-05-13T02:03:39.780Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.479s coverage: 28.1% of statements [2021-05-13T02:03:39.780Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-13T02:03:40.443Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.055s coverage: 85.7% of statements [2021-05-13T02:03:40.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-13T02:03:40.443Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.153s coverage: 100.0% of statements [2021-05-13T02:03:41.437Z] GO111MODULE=on go vet ./... [2021-05-13T02:03:45.926Z] 4ebd0625c992: Pull complete [2021-05-13T02:03:45.926Z] 207e8628e3a3: Pull complete [2021-05-13T02:03:45.926Z] c791037a9be2: Pull complete [2021-05-13T02:03:49.331Z] ffd874e62e21: Pull complete [2021-05-13T02:03:49.331Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-13T02:03:49.331Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-13T02:03:49.331Z] ---> cfc18b08335c [2021-05-13T02:03:49.331Z] 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-13T02:03:52.737Z] ---> Running in bc2d495b4a00 [2021-05-13T02:03:53.714Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:03:54.699Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:03:55.706Z] (1/12) Installing libmagic (5.39-r0) [2021-05-13T02:03:55.706Z] (2/12) Installing file (5.39-r0) [2021-05-13T02:03:55.706Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-13T02:03:55.977Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-13T02:04:22.758Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-13T02:04:22.758Z] (6/12) Installing patch (2.7.6-r6) [2021-05-13T02:04:22.758Z] (7/12) Installing build-base (0.5-r2) [2021-05-13T02:04:22.758Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-13T02:04:22.758Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-13T02:04:22.758Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-13T02:04:22.758Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-13T02:04:23.032Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-13T02:04:23.032Z] Executing busybox-1.32.1-r6.trigger [2021-05-13T02:04:23.032Z] OK: 218 MiB in 52 packages [2021-05-13T02:04:27.353Z] Removing intermediate container bc2d495b4a00 [2021-05-13T02:04:27.353Z] ---> 94d9f54f337b [2021-05-13T02:04:27.353Z] Step 4/6 : WORKDIR /edgex-go [2021-05-13T02:04:27.353Z] ---> Running in 6e40f767c3b1 [2021-05-13T02:04:27.947Z] Removing intermediate container 6e40f767c3b1 [2021-05-13T02:04:27.947Z] ---> f4c3d0539ce3 [2021-05-13T02:04:27.947Z] Step 5/6 : COPY go.mod . [2021-05-13T02:04:28.539Z] ---> e39c5663c1f1 [2021-05-13T02:04:28.539Z] Step 6/6 : RUN go mod download [2021-05-13T02:04:28.539Z] ---> Running in c1904bf535f5 [2021-05-13T02:04:55.353Z] Removing intermediate container c1904bf535f5 [2021-05-13T02:04:55.353Z] ---> 03e07f319055 [2021-05-13T02:04:55.353Z] Successfully built 03e07f319055 [2021-05-13T02:04:55.353Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:04:55.699Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T02:04:55.699Z] . [Pipeline] withDockerContainer [2021-05-13T02:04:55.975Z] prd-ubuntu18.04-docker-arm64-4c-16g-4989 does not seem to be running inside a container [2021-05-13T02:04:56.059Z] $ 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-13T02:04:57.594Z] $ docker top d79b178fbeb3b20995e2ceb018bb3f33c07bb42f972a2372e59be3eedf276fa6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T02:04:58.540Z] + go version [2021-05-13T02:04:58.540Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-13T02:04:58.573Z] $ docker stop --time=1 d79b178fbeb3b20995e2ceb018bb3f33c07bb42f972a2372e59be3eedf276fa6 [2021-05-13T02:05:00.456Z] $ docker rm -f d79b178fbeb3b20995e2ceb018bb3f33c07bb42f972a2372e59be3eedf276fa6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:05:01.160Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T02:05:01.160Z] . [Pipeline] withDockerContainer [2021-05-13T02:05:01.415Z] prd-ubuntu18.04-docker-arm64-4c-16g-4989 does not seem to be running inside a container [2021-05-13T02:05:01.494Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-13T02:05:02.859Z] $ docker top 8643144ef9f93ad64b4c6adbe8027ad42584c95d12c8caf30bd16339b2af41e7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-13T02:05:03.177Z] ========================================================= [2021-05-13T02:05:03.177Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-13T02:05:03.177Z] ========================================================= [Pipeline] sh [2021-05-13T02:05:03.814Z] + go mod tidy [Pipeline] sh [2021-05-13T02:05:05.575Z] + make test [2021-05-13T02:05:05.575Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-13T02:05:19.426Z] gofmt -l . [2021-05-13T02:05:19.426Z] [ "`gofmt -l .`" = "" ] [2021-05-13T02:05:19.426Z] ./bin/test-go-mod-tidy.sh [2021-05-13T02:05:19.426Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-13T02:05:20.526Z] + ls -al . [2021-05-13T02:05:20.526Z] total 836 [2021-05-13T02:05:20.526Z] drwxrwxr-x 10 1001 1001 4096 May 13 02:05 . [2021-05-13T02:05:20.526Z] drwxr-xr-x 4 root root 28 May 13 02:00 .. [2021-05-13T02:05:20.526Z] -rw-rw-r-- 1 1001 1001 11 May 13 01:57 .dockerignore [2021-05-13T02:05:20.526Z] drwxrwxr-x 8 1001 1001 179 May 13 01:57 .git [2021-05-13T02:05:20.526Z] drwxrwxr-x 3 1001 1001 125 May 13 01:57 .github [2021-05-13T02:05:20.526Z] -rw-rw-r-- 1 1001 1001 818 May 13 01:57 .gitignore [2021-05-13T02:05:20.526Z] drwx------ 3 1001 1001 60 May 13 01:58 .semver [2021-05-13T02:05:20.526Z] -rw-rw-r-- 1 1001 1001 166 May 13 01:57 .sonarcloud.properties [2021-05-13T02:05:20.526Z] -rw-rw-r-- 1 1001 1001 8609 May 13 01:57 Attribution.txt [2021-05-13T02:05:20.526Z] -rw-rw-r-- 1 1001 1001 3804 May 13 01:57 CONTRIBUTING.md [2021-05-13T02:05:20.526Z] -rw-rw-r-- 1 1001 1001 931 May 13 01:57 Dockerfile.build [2021-05-13T02:05:20.526Z] -rw-rw-r-- 1 1001 1001 863 May 13 01:57 Jenkinsfile [2021-05-13T02:05:20.526Z] -rw-rw-r-- 1 1001 1001 10775 May 13 01:57 LICENSE [2021-05-13T02:05:20.526Z] -rw-rw-r-- 1 1001 1001 5594 May 13 01:57 Makefile [2021-05-13T02:05:20.526Z] -rw-rw-r-- 1 1001 1001 7978 May 13 01:57 README.md [2021-05-13T02:05:20.526Z] -rw-rw-r-- 1 1001 1001 6755 May 13 01:57 SECURITY.md [2021-05-13T02:05:20.526Z] -rw-rw-r-- 1 1001 1001 5 May 13 01:58 VERSION [2021-05-13T02:05:20.526Z] -rw-rw-r-- 1 1001 1001 4131 May 13 01:57 ZMQWindows.md [2021-05-13T02:05:20.526Z] drwxrwxr-x 2 1001 1001 117 May 13 01:57 bin [2021-05-13T02:05:20.526Z] drwxrwxr-x 14 1001 1001 4096 May 13 01:57 cmd [2021-05-13T02:05:20.526Z] -rw-r--r-- 1 root root 727486 May 13 02:03 coverage.out [2021-05-13T02:05:20.526Z] -rw-r--r-- 1 root root 1060 May 13 02:05 go.mod [2021-05-13T02:05:20.526Z] -rw-r--r-- 1 root root 22101 May 13 02:00 go.sum [2021-05-13T02:05:20.526Z] drwxrwxr-x 8 1001 1001 127 May 13 01:57 internal [2021-05-13T02:05:20.526Z] drwxrwxr-x 4 1001 1001 26 May 13 01:57 openapi [2021-05-13T02:05:20.526Z] drwxrwxr-x 4 1001 1001 71 May 13 01:57 snap [2021-05-13T02:05:20.526Z] -rw-rw-r-- 1 1001 1001 168 May 13 01:57 version.go [Pipeline] sh [2021-05-13T02:05:21.273Z] + '[' -e coverage.out ] [2021-05-13T02:05:21.273Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-13T02:05:21.672Z] Stashed 1 file(s) [Pipeline] sh [2021-05-13T02:05:22.358Z] + make build [2021-05-13T02:05:22.358Z] 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-13T02:05:28.026Z] 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-13T02:05:32.446Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-13T02:06:01.346Z] 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-13T02:06:07.225Z] 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-13T02:06:13.281Z] 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-13T02:06:14.303Z] 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-13T02:06:19.122Z] 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-13T02:06:23.758Z] 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-13T02:06:25.882Z] 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-13T02:06:28.846Z] 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-13T02:06:29.043Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-13T02:06:31.327Z] 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-13T02:06:34.770Z] 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-13T02:06:35.793Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [Pipeline] } [2021-05-13T02:06:39.234Z] $ docker stop --time=1 4f519763f850e6e2372bae0fead8c5bbd028e5657349349c76600d0126098681 [2021-05-13T02:06:41.534Z] $ docker rm -f 4f519763f850e6e2372bae0fead8c5bbd028e5657349349c76600d0126098681 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:06:43.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T02:06:43.853Z] [2021-05-13T02:06:43.853Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:06:44.210Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T02:06:44.210Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-13T02:06:44.210Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-13T02:06:44.210Z] ca9280d653b3: Pulling fs layer [2021-05-13T02:06:44.210Z] 7e9c9ca2126c: Pulling fs layer [2021-05-13T02:06:44.499Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-13T02:06:44.499Z] cbdbe7a5bc2a: Download complete [2021-05-13T02:06:45.494Z] cbdbe7a5bc2a: Pull complete [2021-05-13T02:06:45.494Z] ca9280d653b3: Verifying Checksum [2021-05-13T02:06:45.494Z] ca9280d653b3: Download complete [2021-05-13T02:06:45.979Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-13T02:06:45.979Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-13T02:06:48.276Z] ca9280d653b3: Pull complete [2021-05-13T02:06:48.560Z] 7e9c9ca2126c: Download complete [2021-05-13T02:06:48.615Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-13T02:06:50.058Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-13T02:06:50.058Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-13T02:06:50.058Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-13T02:06:54.386Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-13T02:06:54.991Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-13T02:07:01.008Z] 7e9c9ca2126c: Pull complete [2021-05-13T02:07:01.009Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-13T02:07:01.009Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T02:07:01.009Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-13T02:07:02.014Z] prd-centos7-docker-4c-2g-4987 does not seem to be running inside a container [2021-05-13T02:07:02.210Z] $ 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-13T02:07:04.352Z] $ docker top 85a3ec4ebe823ac26dbb99002ac313bd87e6d2e292230c8ab3eb809d6df87260 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T02:07:05.163Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-13T02:07:05.163Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-13T02:07:05.163Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-13T02:07:05.611Z] + docker-compose build --help [2021-05-13T02:07:05.611Z] + grep parallel [2021-05-13T02:07:07.638Z] --parallel Build images in parallel. [Pipeline] } [2021-05-13T02:07:07.659Z] $ docker stop --time=1 85a3ec4ebe823ac26dbb99002ac313bd87e6d2e292230c8ab3eb809d6df87260 [2021-05-13T02:07:08.574Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.438s coverage: 45.9% of statements [2021-05-13T02:07:08.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-13T02:07:08.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-13T02:07:08.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-13T02:07:08.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-13T02:07:08.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-13T02:07:08.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-13T02:07:08.574Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.247s coverage: 28.7% of statements [2021-05-13T02:07:09.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.409s coverage: 100.0% of statements [2021-05-13T02:07:09.187Z] $ docker rm -f 85a3ec4ebe823ac26dbb99002ac313bd87e6d2e292230c8ab3eb809d6df87260 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:07:10.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T02:07:10.095Z] . [Pipeline] withDockerContainer [2021-05-13T02:07:10.309Z] prd-centos7-docker-4c-2g-4987 does not seem to be running inside a container [2021-05-13T02:07:10.433Z] $ 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-13T02:07:11.857Z] $ docker top c280627af588f0cf67869405e1ddac594caad2073b4782c96c73d30f810138dc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T02:07:12.517Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-13T02:07:14.525Z] Building core-command ... [2021-05-13T02:07:14.525Z] Building core-data ... [2021-05-13T02:07:14.525Z] Building core-metadata ... [2021-05-13T02:07:14.525Z] Building security-bootstrapper ... [2021-05-13T02:07:14.525Z] Building security-proxy-setup ... [2021-05-13T02:07:14.525Z] Building security-secretstore-setup ... [2021-05-13T02:07:14.525Z] Building support-notifications ... [2021-05-13T02:07:14.525Z] Building support-scheduler ... [2021-05-13T02:07:14.525Z] Building sys-mgmt-agent ... [2021-05-13T02:07:14.525Z] Building core-data [2021-05-13T02:07:14.525Z] Building security-bootstrapper [2021-05-13T02:07:14.525Z] Building support-scheduler [2021-05-13T02:07:14.525Z] Building security-secretstore-setup [2021-05-13T02:07:14.525Z] Building core-metadata [2021-05-13T02:07:15.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.590s coverage: 27.8% of statements [2021-05-13T02:07:15.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-13T02:07:15.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-13T02:07:15.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-13T02:07:15.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-13T02:07:15.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-13T02:07:15.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.203s coverage: 81.2% of statements [2021-05-13T02:07:15.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-13T02:07:15.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.245s coverage: 100.0% of statements [2021-05-13T02:07:15.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-13T02:07:15.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.199s coverage: 100.0% of statements [2021-05-13T02:07:15.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-13T02:07:15.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-13T02:07:18.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.363s coverage: 71.3% of statements [2021-05-13T02:07:18.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-13T02:07:18.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-13T02:07:20.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.570s coverage: 87.7% of statements [2021-05-13T02:07:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-13T02:07:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T02:07:20.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.229s coverage: 78.9% of statements [2021-05-13T02:07:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-13T02:07:30.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.153s coverage: 28.6% of statements [2021-05-13T02:07:30.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-13T02:07:30.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-13T02:07:30.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-13T02:07:30.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-13T02:07:30.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-13T02:07:30.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.271s coverage: 100.0% of statements [2021-05-13T02:07:30.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-13T02:07:30.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.192s coverage: 100.0% of statements [2021-05-13T02:07:30.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-13T02:07:30.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.368s coverage: 86.7% of statements [2021-05-13T02:07:30.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-13T02:07:30.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.604s coverage: 97.5% of statements [2021-05-13T02:07:30.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-13T02:07:30.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.256s coverage: 78.3% of statements [2021-05-13T02:07:30.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-13T02:07:30.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-13T02:07:30.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-13T02:07:30.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-13T02:07:36.204Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.174s coverage: 95.1% of statements [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-13T02:07:36.204Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.150s coverage: 58.8% of statements [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-13T02:07:36.204Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.265s coverage: 0.8% of statements [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-13T02:07:36.204Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.251s coverage: 22.0% of statements [2021-05-13T02:07:36.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-13T02:07:36.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.212s coverage: 47.1% of statements [2021-05-13T02:07:36.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.301s coverage: 79.5% of statements [2021-05-13T02:07:36.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.186s coverage: 94.1% of statements [2021-05-13T02:07:37.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.184s coverage: 96.3% of statements [2021-05-13T02:07:38.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.161s coverage: 87.5% of statements [2021-05-13T02:07:50.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.271s coverage: 94.4% of statements [2021-05-13T02:07:50.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.169s coverage: 44.8% of statements [2021-05-13T02:07:56.219Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.542s coverage: 81.8% of statements [2021-05-13T02:07:56.219Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-13T02:08:02.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.240s coverage: 92.9% of statements [2021-05-13T02:08:02.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-13T02:08:02.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-13T02:08:02.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-13T02:08:02.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements [2021-05-13T02:08:02.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-13T02:08:02.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-13T02:08:02.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-13T02:08:02.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-13T02:08:02.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-13T02:08:02.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2021-05-13T02:08:02.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-13T02:08:02.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-13T02:08:02.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.150s coverage: 100.0% of statements [2021-05-13T02:08:02.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-13T02:08:02.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.183s coverage: 76.0% of statements [2021-05-13T02:08:02.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-13T02:08:02.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.171s coverage: 80.0% of statements [2021-05-13T02:08:02.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.248s coverage: 87.2% of statements [2021-05-13T02:08:02.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.252s coverage: 85.4% of statements [2021-05-13T02:08:02.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.301s coverage: 91.2% of statements [2021-05-13T02:08:02.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-13T02:08:03.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.757s coverage: 64.4% of statements [2021-05-13T02:08:03.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-13T02:08:03.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-13T02:08:03.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.156s coverage: 100.0% of statements [2021-05-13T02:08:03.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements [2021-05-13T02:08:03.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-05-13T02:08:03.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2021-05-13T02:08:04.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-05-13T02:08:09.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.057s coverage: 66.9% of statements [2021-05-13T02:08:09.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-13T02:08:09.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-13T02:08:09.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-13T02:08:09.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.709s coverage: 43.4% of statements [2021-05-13T02:08:09.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-13T02:08:09.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-13T02:08:09.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.099s coverage: 89.5% of statements [2021-05-13T02:08:09.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-13T02:08:09.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.148s coverage: 84.8% of statements [2021-05-13T02:08:15.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.417s coverage: 47.0% of statements [2021-05-13T02:08:15.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-13T02:08:15.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-13T02:08:15.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-13T02:08:15.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-13T02:08:15.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-13T02:08:15.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements [2021-05-13T02:08:15.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-13T02:08:15.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements [2021-05-13T02:08:15.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-13T02:08:15.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-13T02:08:17.198Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.226s coverage: 21.5% of statements [2021-05-13T02:08:17.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-13T02:08:17.198Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.447s coverage: 92.2% of statements [2021-05-13T02:08:17.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-13T02:08:17.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T02:08:17.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-13T02:08:27.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.694s coverage: 28.7% of statements [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-13T02:08:27.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.400s coverage: 99.0% of statements [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-13T02:08:27.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.281s coverage: 100.0% of statements [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-13T02:08:27.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.363s coverage: 64.6% of statements [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-13T02:08:27.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.429s coverage: 97.6% of statements [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-13T02:08:27.855Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-13T02:08:27.855Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-13T02:08:27.855Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-13T02:08:27.855Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements [2021-05-13T02:08:27.855Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.164s coverage: 28.1% of statements [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-13T02:08:27.855Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.055s coverage: 85.7% of statements [2021-05-13T02:08:27.855Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-13T02:08:27.855Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-05-13T02:08:28.828Z] GO111MODULE=on go vet ./... [2021-05-13T02:08:37.899Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:08:37.899Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:08:37.899Z] ---> e31f8776f20a [2021-05-13T02:08:37.899Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T02:08:37.900Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:08:37.900Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:08:37.900Z] ---> e31f8776f20a [2021-05-13T02:08:37.900Z] Step 3/32 : WORKDIR /edgex-go [2021-05-13T02:08:37.900Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:08:37.900Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:08:37.900Z] ---> e31f8776f20a [2021-05-13T02:08:37.900Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T02:08:37.900Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:08:37.900Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:08:37.900Z] ---> e31f8776f20a [2021-05-13T02:08:37.900Z] Step 3/26 : WORKDIR /edgex-go [2021-05-13T02:08:37.900Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:08:37.900Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:08:37.900Z] ---> e31f8776f20a [2021-05-13T02:08:37.900Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T02:08:37.900Z] ---> Running in 0752432bf496 [2021-05-13T02:08:37.900Z] ---> Running in 6209ae5b617c [2021-05-13T02:08:37.900Z] ---> Running in 1e11d574db04 [2021-05-13T02:08:37.900Z] ---> Running in 288a3df2b16b [2021-05-13T02:08:37.900Z] ---> Running in bc016eca5cb7 [2021-05-13T02:08:37.900Z] Removing intermediate container 6209ae5b617c [2021-05-13T02:08:37.900Z] ---> e857a4f074d7 [2021-05-13T02:08:37.900Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:08:37.900Z] Removing intermediate container 1e11d574db04 [2021-05-13T02:08:37.900Z] ---> 1768d862ecd9 [2021-05-13T02:08:37.900Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:08:37.900Z] Removing intermediate container 0752432bf496 [2021-05-13T02:08:37.900Z] ---> d345c3b00bb9 [2021-05-13T02:08:37.900Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:08:37.900Z] Removing intermediate container 288a3df2b16b [2021-05-13T02:08:37.900Z] ---> 59fc8b226a28 [2021-05-13T02:08:37.900Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:08:37.900Z] Removing intermediate container bc016eca5cb7 [2021-05-13T02:08:37.900Z] ---> e8e2166bb577 [2021-05-13T02:08:37.900Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:08:37.900Z] ---> Running in 5dc3baab79cf [2021-05-13T02:08:37.900Z] ---> Running in 7873ae4a960a [2021-05-13T02:08:37.900Z] ---> Running in ff94950af1a6 [2021-05-13T02:08:37.900Z] ---> Running in 88dda9860ef5 [2021-05-13T02:08:37.900Z] ---> Running in fff948990130 [2021-05-13T02:08:37.900Z] Removing intermediate container 7873ae4a960a [2021-05-13T02:08:37.900Z] ---> d679ceebbe92 [2021-05-13T02:08:37.900Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T02:08:37.900Z] Removing intermediate container 5dc3baab79cf [2021-05-13T02:08:37.900Z] ---> cf4be9c23d05 [2021-05-13T02:08:37.900Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-13T02:08:37.900Z] Removing intermediate container 88dda9860ef5 [2021-05-13T02:08:37.900Z] ---> 8ddde71fd082 [2021-05-13T02:08:37.900Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-13T02:08:37.900Z] ---> Running in 62dddd5ee9c5 [2021-05-13T02:08:37.900Z] ---> Running in 5e4e5a552e9f [2021-05-13T02:08:37.900Z] Removing intermediate container fff948990130 [2021-05-13T02:08:37.900Z] ---> 54408f6bded7 [2021-05-13T02:08:37.900Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-13T02:08:37.900Z] ---> Running in 4b9da2e10ffc [2021-05-13T02:08:37.900Z] Removing intermediate container ff94950af1a6 [2021-05-13T02:08:37.900Z] ---> e5a8186c78a0 [2021-05-13T02:08:37.900Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-13T02:08:37.900Z] ---> Running in 83e9b84fc9bf [2021-05-13T02:08:37.900Z] ---> Running in b35e0b238d94 [2021-05-13T02:08:40.189Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:08:40.189Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:08:40.189Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:08:40.190Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:08:40.190Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:08:41.186Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:08:41.186Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:08:41.186Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:08:41.186Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:08:41.186Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:08:41.486Z] OK: 219 MiB in 52 packages [2021-05-13T02:08:41.486Z] OK: 219 MiB in 52 packages [2021-05-13T02:08:41.777Z] OK: 219 MiB in 52 packages [2021-05-13T02:08:41.777Z] OK: 219 MiB in 52 packages [2021-05-13T02:08:42.048Z] OK: 219 MiB in 52 packages [2021-05-13T02:08:42.673Z] Removing intermediate container 4b9da2e10ffc [2021-05-13T02:08:42.673Z] ---> 9a5ff5701554 [2021-05-13T02:08:42.673Z] Step 6/24 : COPY go.mod . [2021-05-13T02:08:42.976Z] Removing intermediate container 62dddd5ee9c5 [2021-05-13T02:08:42.976Z] ---> 6d861582a407 [2021-05-13T02:08:42.976Z] Step 6/24 : COPY go.mod . [2021-05-13T02:08:43.255Z] Removing intermediate container 5e4e5a552e9f [2021-05-13T02:08:43.256Z] ---> 994b820ca76d [2021-05-13T02:08:43.256Z] Step 6/23 : COPY go.mod . [2021-05-13T02:08:43.256Z] ---> 26c75c1eb040 [2021-05-13T02:08:43.256Z] Step 7/24 : RUN go mod download [2021-05-13T02:08:43.256Z] Removing intermediate container 83e9b84fc9bf [2021-05-13T02:08:43.256Z] ---> 41a9b065bce4 [2021-05-13T02:08:43.256Z] Step 6/26 : COPY go.mod . [2021-05-13T02:08:43.256Z] Removing intermediate container b35e0b238d94 [2021-05-13T02:08:43.256Z] ---> 358ae0fc4268 [2021-05-13T02:08:43.256Z] Step 6/32 : COPY go.mod . [2021-05-13T02:08:43.256Z] ---> 6affbcc1ce46 [2021-05-13T02:08:43.256Z] Step 7/24 : RUN go mod download [2021-05-13T02:08:43.256Z] ---> Running in 8a2287f32244 [2021-05-13T02:08:43.558Z] ---> Running in db8f1596c794 [2021-05-13T02:08:43.855Z] ---> 313f97247b9d [2021-05-13T02:08:43.855Z] Step 7/23 : RUN go mod download [2021-05-13T02:08:44.153Z] ---> 89e2673ed91a [2021-05-13T02:08:44.153Z] Step 7/26 : RUN go mod download [2021-05-13T02:08:44.153Z] ---> Running in 414cc1bb386e [2021-05-13T02:08:44.153Z] ---> 145986fa72d2 [2021-05-13T02:08:44.153Z] Step 7/32 : RUN go mod download [2021-05-13T02:08:45.003Z] ---> Running in 44b37c73d907 [2021-05-13T02:08:45.003Z] ---> Running in 8efb16798cbc [2021-05-13T02:08:49.599Z] Removing intermediate container 414cc1bb386e [2021-05-13T02:08:49.599Z] ---> eedc299fde34 [2021-05-13T02:08:49.599Z] Step 8/23 : COPY . . [2021-05-13T02:08:49.599Z] Removing intermediate container 44b37c73d907 [2021-05-13T02:08:49.599Z] ---> 25d8dfc15581 [2021-05-13T02:08:49.599Z] Step 8/26 : COPY . . [2021-05-13T02:08:49.599Z] Removing intermediate container db8f1596c794 [2021-05-13T02:08:49.599Z] ---> 226c00239450 [2021-05-13T02:08:49.599Z] Step 8/24 : COPY . . [2021-05-13T02:08:49.599Z] Removing intermediate container 8efb16798cbc [2021-05-13T02:08:49.599Z] ---> 8c5c6a372faf [2021-05-13T02:08:49.599Z] Step 8/32 : COPY . . [2021-05-13T02:08:49.599Z] Removing intermediate container 8a2287f32244 [2021-05-13T02:08:49.599Z] ---> 069d7436b40f [2021-05-13T02:08:49.599Z] Step 8/24 : COPY . . [2021-05-13T02:10:05.731Z] gofmt -l . [2021-05-13T02:10:05.731Z] [ "`gofmt -l .`" = "" ] [2021-05-13T02:10:07.715Z] ./bin/test-go-mod-tidy.sh [2021-05-13T02:10:08.692Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-13T02:10:11.338Z] + ls -al . [2021-05-13T02:10:11.338Z] total 864 [2021-05-13T02:10:11.338Z] drwxrwxr-x 9 1001 1001 4096 May 13 02:10 . [2021-05-13T02:10:11.338Z] drwxr-xr-x 4 root root 4096 May 13 02:05 .. [2021-05-13T02:10:11.338Z] -rw-rw-r-- 1 1001 1001 11 May 13 02:03 .dockerignore [2021-05-13T02:10:11.338Z] drwxrwxr-x 8 1001 1001 4096 May 13 02:03 .git [2021-05-13T02:10:11.338Z] drwxrwxr-x 3 1001 1001 4096 May 13 02:03 .github [2021-05-13T02:10:11.338Z] -rw-rw-r-- 1 1001 1001 818 May 13 02:03 .gitignore [2021-05-13T02:10:11.338Z] -rw-rw-r-- 1 1001 1001 166 May 13 02:03 .sonarcloud.properties [2021-05-13T02:10:11.338Z] -rw-rw-r-- 1 1001 1001 8609 May 13 02:03 Attribution.txt [2021-05-13T02:10:11.338Z] -rw-rw-r-- 1 1001 1001 3804 May 13 02:03 CONTRIBUTING.md [2021-05-13T02:10:11.338Z] -rw-rw-r-- 1 1001 1001 931 May 13 02:03 Dockerfile.build [2021-05-13T02:10:11.338Z] -rw-rw-r-- 1 1001 1001 863 May 13 02:03 Jenkinsfile [2021-05-13T02:10:11.338Z] -rw-rw-r-- 1 1001 1001 10775 May 13 02:03 LICENSE [2021-05-13T02:10:11.338Z] -rw-rw-r-- 1 1001 1001 5594 May 13 02:03 Makefile [2021-05-13T02:10:11.338Z] -rw-rw-r-- 1 1001 1001 7978 May 13 02:03 README.md [2021-05-13T02:10:11.338Z] -rw-rw-r-- 1 1001 1001 6755 May 13 02:03 SECURITY.md [2021-05-13T02:10:11.338Z] -rw-rw-r-- 1 1001 1001 5 May 13 01:58 VERSION [2021-05-13T02:10:11.338Z] -rw-rw-r-- 1 1001 1001 4131 May 13 02:03 ZMQWindows.md [2021-05-13T02:10:11.338Z] drwxrwxr-x 2 1001 1001 4096 May 13 02:03 bin [2021-05-13T02:10:11.338Z] drwxrwxr-x 14 1001 1001 4096 May 13 02:03 cmd [2021-05-13T02:10:11.338Z] -rw-r--r-- 1 root root 727486 May 13 02:08 coverage.out [2021-05-13T02:10:11.338Z] -rw-r--r-- 1 root root 1060 May 13 02:10 go.mod [2021-05-13T02:10:11.338Z] -rw-r--r-- 1 root root 22101 May 13 02:05 go.sum [2021-05-13T02:10:11.338Z] drwxrwxr-x 8 1001 1001 4096 May 13 02:03 internal [2021-05-13T02:10:11.338Z] drwxrwxr-x 4 1001 1001 4096 May 13 02:03 openapi [2021-05-13T02:10:11.338Z] drwxrwxr-x 4 1001 1001 4096 May 13 02:03 snap [2021-05-13T02:10:11.338Z] -rw-rw-r-- 1 1001 1001 168 May 13 02:03 version.go [Pipeline] sh [2021-05-13T02:10:12.000Z] + '[' -e coverage.out ] [2021-05-13T02:10:12.000Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-13T02:10:12.035Z] Warning: overwriting stash ‘coverage-report’ [2021-05-13T02:10:13.232Z] Stashed 1 file(s) [Pipeline] sh [2021-05-13T02:10:13.879Z] + make build [2021-05-13T02:10:13.879Z] 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-13T02:10:20.578Z] 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-13T02:10:43.570Z] ---> 9661d2ce371b [2021-05-13T02:10:43.571Z] Step 9/26 : RUN go mod tidy [2021-05-13T02:10:43.571Z] ---> 0a174e06769a [2021-05-13T02:10:43.571Z] Step 9/23 : RUN go mod tidy [2021-05-13T02:10:43.571Z] ---> Running in 491ce0830174 [2021-05-13T02:10:43.571Z] ---> Running in c3b45cb016d0 [2021-05-13T02:10:43.571Z] ---> 501d09f8676b [2021-05-13T02:10:43.571Z] Step 9/32 : RUN go mod tidy [2021-05-13T02:10:43.571Z] ---> 7160b4666361 [2021-05-13T02:10:43.571Z] Step 9/24 : RUN go mod tidy [2021-05-13T02:10:43.571Z] ---> 0d12ca7e2c2e [2021-05-13T02:10:43.571Z] Step 9/24 : RUN go mod tidy [2021-05-13T02:10:43.571Z] ---> Running in fe23889e2b29 [2021-05-13T02:10:43.571Z] ---> Running in 1f6b9d3eb57c [2021-05-13T02:10:43.571Z] ---> Running in 7e3303cbc40b [2021-05-13T02:10:43.841Z] Removing intermediate container 1f6b9d3eb57c [2021-05-13T02:10:43.841Z] ---> 741e05629b07 [2021-05-13T02:10:43.841Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-13T02:10:43.841Z] Removing intermediate container c3b45cb016d0 [2021-05-13T02:10:43.841Z] ---> 01d8fb963a1f [2021-05-13T02:10:43.841Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-13T02:10:43.841Z] Removing intermediate container fe23889e2b29 [2021-05-13T02:10:43.841Z] ---> 391f42eaf350 [2021-05-13T02:10:43.841Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-13T02:10:44.438Z] Removing intermediate container 491ce0830174 [2021-05-13T02:10:44.438Z] ---> 37d24db14b70 [2021-05-13T02:10:44.438Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-13T02:10:44.438Z] ---> Running in 98ae4256ede4 [2021-05-13T02:10:44.438Z] ---> Running in cbdaddddf233 [2021-05-13T02:10:44.438Z] ---> Running in d7f12f263422 [2021-05-13T02:10:44.438Z] ---> Running in 28353b589b37 [2021-05-13T02:10:44.438Z] Removing intermediate container 7e3303cbc40b [2021-05-13T02:10:44.438Z] ---> c3d5a2816887 [2021-05-13T02:10:44.438Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-13T02:10:44.714Z] ---> Running in 8a837504ef95 [2021-05-13T02:10:46.229Z] 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-13T02:10:46.229Z] 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-13T02:10:46.229Z] 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-13T02:10:46.546Z] 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-13T02:10:46.546Z] 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-13T02:10:47.379Z] 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-13T02:10:49.364Z] 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-13T02:10:53.687Z] 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-13T02:10:54.682Z] 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-13T02:10:59.444Z] 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-13T02:11:03.741Z] 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-13T02:11:06.376Z] 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-13T02:11:09.780Z] 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-13T02:11:12.396Z] 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-13T02:11:15.780Z] 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-13T02:11:21.199Z] $ docker stop --time=1 8643144ef9f93ad64b4c6adbe8027ad42584c95d12c8caf30bd16339b2af41e7 [2021-05-13T02:11:23.903Z] $ docker rm -f 8643144ef9f93ad64b4c6adbe8027ad42584c95d12c8caf30bd16339b2af41e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:25.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T02:11:25.598Z] [2021-05-13T02:11:25.598Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:26.221Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T02:11:26.493Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-13T02:11:26.493Z] 29e5d40040c1: Pulling fs layer [2021-05-13T02:11:26.493Z] 1ce36da41761: Pulling fs layer [2021-05-13T02:11:26.493Z] 25b303627fd3: Pulling fs layer [2021-05-13T02:11:26.768Z] 29e5d40040c1: Verifying Checksum [2021-05-13T02:11:26.768Z] 29e5d40040c1: Download complete [2021-05-13T02:11:27.043Z] 1ce36da41761: Verifying Checksum [2021-05-13T02:11:27.043Z] 1ce36da41761: Download complete [2021-05-13T02:11:27.320Z] 29e5d40040c1: Pull complete [2021-05-13T02:11:28.760Z] 1ce36da41761: Pull complete [2021-05-13T02:11:28.760Z] 25b303627fd3: Download complete [2021-05-13T02:11:38.895Z] 25b303627fd3: Pull complete [2021-05-13T02:11:38.895Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-13T02:11:38.895Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T02:11:38.895Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-13T02:11:39.163Z] prd-ubuntu18.04-docker-arm64-4c-16g-4989 does not seem to be running inside a container [2021-05-13T02:11:39.233Z] $ 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-13T02:11:42.391Z] $ docker top 4046dbb3968728be645a33f0d5ce67e69631fef1154081f2a82229159cfb0679 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T02:11:43.376Z] + grep parallel+ [2021-05-13T02:11:43.376Z] docker-compose build --help [2021-05-13T02:11:46.748Z] --parallel Build images in parallel. [Pipeline] } [2021-05-13T02:11:46.760Z] $ docker stop --time=1 4046dbb3968728be645a33f0d5ce67e69631fef1154081f2a82229159cfb0679 [2021-05-13T02:11:48.763Z] $ docker rm -f 4046dbb3968728be645a33f0d5ce67e69631fef1154081f2a82229159cfb0679 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:49.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T02:11:49.434Z] . [Pipeline] withDockerContainer [2021-05-13T02:11:49.701Z] prd-ubuntu18.04-docker-arm64-4c-16g-4989 does not seem to be running inside a container [2021-05-13T02:11:49.769Z] $ 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-13T02:11:51.272Z] $ docker top de95eea039dd8b2fad1496a62abc473a64daa07b2462dadd32c561ed66d3199c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T02:11:52.225Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-13T02:11:55.538Z] 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-13T02:11:56.574Z] Building core-command ... [2021-05-13T02:11:56.574Z] Building core-data ... [2021-05-13T02:11:56.574Z] Building core-metadata ... [2021-05-13T02:11:56.574Z] Building security-bootstrapper ... [2021-05-13T02:11:56.574Z] Building security-proxy-setup ... [2021-05-13T02:11:56.574Z] Building security-secretstore-setup ... [2021-05-13T02:11:56.574Z] Building support-notifications ... [2021-05-13T02:11:56.574Z] Building support-scheduler ... [2021-05-13T02:11:56.574Z] Building sys-mgmt-agent ... [2021-05-13T02:11:56.574Z] Building core-command [2021-05-13T02:11:56.574Z] Building support-scheduler [2021-05-13T02:11:56.574Z] Building security-proxy-setup [2021-05-13T02:11:56.574Z] Building security-secretstore-setup [2021-05-13T02:11:56.574Z] Building support-notifications [2021-05-13T02:12:03.140Z] Removing intermediate container d7f12f263422 [2021-05-13T02:12:03.140Z] ---> e566899ae103 [2021-05-13T02:12:03.140Z] [2021-05-13T02:12:03.140Z] Step 11/32 : FROM alpine:3.12 [2021-05-13T02:12:03.140Z] 3.12: Pulling from library/alpine [2021-05-13T02:12:05.270Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T02:12:05.270Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T02:12:05.270Z] ---> 13621d1b12d4 [2021-05-13T02:12:05.270Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-13T02:12:06.824Z] ---> Running in ece73bf6d6c5 [2021-05-13T02:12:09.708Z] Removing intermediate container ece73bf6d6c5 [2021-05-13T02:12:09.708Z] ---> d37f077014fb [2021-05-13T02:12:09.708Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-13T02:12:09.975Z] Removing intermediate container 28353b589b37 [2021-05-13T02:12:09.975Z] ---> 584ce129f7c0 [2021-05-13T02:12:09.975Z] [2021-05-13T02:12:09.975Z] Step 11/26 : FROM alpine:3.12 [2021-05-13T02:12:09.975Z] ---> 13621d1b12d4 [2021-05-13T02:12:09.975Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-13T02:12:10.576Z] ---> Running in c8f5d85a9ab6 [2021-05-13T02:12:10.851Z] ---> Running in 593f883d3eaf [2021-05-13T02:12:10.851Z] Removing intermediate container cbdaddddf233 [2021-05-13T02:12:10.851Z] ---> a25680485e6e [2021-05-13T02:12:10.851Z] [2021-05-13T02:12:10.851Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T02:12:10.851Z] ---> 13621d1b12d4 [2021-05-13T02:12:10.851Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-13T02:12:12.331Z] ---> Running in eaa46e4f6c85 [2021-05-13T02:12:13.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:12:13.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:12:13.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:12:13.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:12:13.777Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-13T02:12:13.777Z] (2/2) Installing su-exec (0.2-r1) [2021-05-13T02:12:13.777Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-13T02:12:14.047Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:12:14.746Z] OK: 6 MiB in 16 packages [2021-05-13T02:12:14.746Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T02:12:14.746Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-13T02:12:14.746Z] (4/6) Installing curl (7.76.1-r0) [2021-05-13T02:12:15.036Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-13T02:12:15.036Z] (6/6) Installing su-exec (0.2-r1) [2021-05-13T02:12:15.036Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:12:15.036Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T02:12:15.361Z] OK: 7 MiB in 20 packages [2021-05-13T02:12:15.653Z] Removing intermediate container 98ae4256ede4 [2021-05-13T02:12:15.653Z] ---> 414a7fe617ed [2021-05-13T02:12:15.653Z] [2021-05-13T02:12:15.653Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T02:12:15.653Z] ---> 13621d1b12d4 [2021-05-13T02:12:15.653Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T02:12:15.653Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:12:15.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:12:16.245Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-13T02:12:16.245Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:12:16.245Z] OK: 6 MiB in 15 packages [2021-05-13T02:12:16.924Z] ---> Running in 102b03c58cbc [2021-05-13T02:12:17.205Z] Removing intermediate container 8a837504ef95 [2021-05-13T02:12:17.205Z] ---> caf073446f94 [2021-05-13T02:12:17.205Z] [2021-05-13T02:12:17.205Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T02:12:17.205Z] ---> 13621d1b12d4 [2021-05-13T02:12:17.205Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-13T02:12:17.475Z] ---> Running in c0d1f0144f8f [2021-05-13T02:12:17.772Z] Removing intermediate container c8f5d85a9ab6 [2021-05-13T02:12:17.772Z] ---> 18c2454e0424 [2021-05-13T02:12:17.772Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-13T02:12:18.438Z] Removing intermediate container 593f883d3eaf [2021-05-13T02:12:18.438Z] ---> 54190d90a036 [2021-05-13T02:12:18.438Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T02:12:18.438Z] Removing intermediate container c0d1f0144f8f [2021-05-13T02:12:18.438Z] ---> e735783c63e2 [2021-05-13T02:12:18.438Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-13T02:12:18.438Z] ---> Running in 5aba62c239c1 [2021-05-13T02:12:18.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:12:18.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:12:18.714Z] ---> Running in ce3d24460f6d [2021-05-13T02:12:18.714Z] ---> Running in 287bd3588e49 [2021-05-13T02:12:18.714Z] Removing intermediate container eaa46e4f6c85 [2021-05-13T02:12:18.714Z] ---> cef351f423de [2021-05-13T02:12:18.714Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T02:12:18.714Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-13T02:12:18.714Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:12:18.714Z] OK: 6 MiB in 15 packages [2021-05-13T02:12:18.714Z] ---> Running in dff6129192b6 [2021-05-13T02:12:18.991Z] Removing intermediate container 5aba62c239c1 [2021-05-13T02:12:18.991Z] ---> ee0719edff68 [2021-05-13T02:12:18.991Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-13T02:12:18.991Z] Removing intermediate container ce3d24460f6d [2021-05-13T02:12:18.991Z] ---> e6351238bd40 [2021-05-13T02:12:18.991Z] Step 14/26 : WORKDIR / [2021-05-13T02:12:18.991Z] ---> Running in 1a9107a4a680 [2021-05-13T02:12:18.991Z] Removing intermediate container 287bd3588e49 [2021-05-13T02:12:18.991Z] ---> 008083f9ca68 [2021-05-13T02:12:18.991Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-13T02:12:19.269Z] ---> Running in cb1b2bd5a2db [2021-05-13T02:12:19.269Z] Removing intermediate container dff6129192b6 [2021-05-13T02:12:19.269Z] ---> ea4b97d7dafd [2021-05-13T02:12:19.269Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-13T02:12:19.269Z] ---> Running in 6774c17ea7b8 [2021-05-13T02:12:19.536Z] ---> Running in 0e2c767e0ee3 [2021-05-13T02:12:19.536Z] Removing intermediate container 1a9107a4a680 [2021-05-13T02:12:19.536Z] ---> 20fee2917ca8 [2021-05-13T02:12:19.536Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-13T02:12:19.834Z] Removing intermediate container cb1b2bd5a2db [2021-05-13T02:12:19.834Z] ---> 9ab3489711e1 [2021-05-13T02:12:19.834Z] 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-13T02:12:19.834Z] Removing intermediate container 6774c17ea7b8 [2021-05-13T02:12:19.834Z] ---> 8348b88dee89 [2021-05-13T02:12:19.834Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:12:19.834Z] Removing intermediate container 102b03c58cbc [2021-05-13T02:12:19.834Z] ---> cc0de9b3b086 [2021-05-13T02:12:19.834Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T02:12:19.834Z] ---> Running in 547c0ee7d999 [2021-05-13T02:12:20.114Z] Removing intermediate container 0e2c767e0ee3 [2021-05-13T02:12:20.114Z] ---> 9f528d1c7253 [2021-05-13T02:12:20.114Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T02:12:20.114Z] ---> Running in eb7730d89d41 [2021-05-13T02:12:20.114Z] ---> Running in e998e12850f0 [2021-05-13T02:12:20.114Z] ---> Running in 3128a025669c [2021-05-13T02:12:20.390Z] ---> abe948772b31 [2021-05-13T02:12:20.390Z] 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-13T02:12:21.382Z] Removing intermediate container e998e12850f0 [2021-05-13T02:12:21.382Z] ---> 46aa4f2ebfa1 [2021-05-13T02:12:21.382Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-13T02:12:21.382Z] Removing intermediate container 3128a025669c [2021-05-13T02:12:21.382Z] ---> f0171e4d8dfd [2021-05-13T02:12:21.382Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:12:21.382Z] ---> a4e297859141 [2021-05-13T02:12:21.382Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-13T02:12:21.382Z] ---> Running in a29f9d357d33 [2021-05-13T02:12:22.025Z] Removing intermediate container a29f9d357d33 [2021-05-13T02:12:22.025Z] ---> 9c788090f048 [2021-05-13T02:12:22.025Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T02:12:22.025Z] ---> 0cfec3ccca10 [2021-05-13T02:12:22.025Z] 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-13T02:12:22.025Z] ---> 4d1b618c7b73 [2021-05-13T02:12:22.025Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-13T02:12:22.316Z] ---> Running in bcefb8edc624 [2021-05-13T02:12:22.981Z] Removing intermediate container bcefb8edc624 [2021-05-13T02:12:22.981Z] ---> edcf20079ef7 [2021-05-13T02:12:22.981Z] Step 16/24 : WORKDIR / [2021-05-13T02:12:23.267Z] ---> 12245851e22f [2021-05-13T02:12:23.267Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-13T02:12:23.559Z] ---> Running in c67ca658acf0 [2021-05-13T02:12:23.559Z] Removing intermediate container eb7730d89d41 [2021-05-13T02:12:23.559Z] ---> 2256f841c3f0 [2021-05-13T02:12:23.559Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-13T02:12:23.890Z] Removing intermediate container 547c0ee7d999 [2021-05-13T02:12:23.890Z] ---> 471a5176d6a8 [2021-05-13T02:12:23.890Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-13T02:12:23.890Z] ---> ca23d71c6ee3 [2021-05-13T02:12:23.890Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-13T02:12:24.174Z] ---> Running in ae6724941962 [2021-05-13T02:12:24.174Z] ---> Running in b06001635b2a [2021-05-13T02:12:24.174Z] Removing intermediate container c67ca658acf0 [2021-05-13T02:12:24.174Z] ---> 11a47de7bc4d [2021-05-13T02:12:24.174Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:12:24.450Z] ---> c2172f5fc964 [2021-05-13T02:12:24.450Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-13T02:12:24.719Z] ---> 9e466cb8e076 [2021-05-13T02:12:24.719Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-13T02:12:24.719Z] Removing intermediate container ae6724941962 [2021-05-13T02:12:24.719Z] ---> 9edfe5742cf1 [2021-05-13T02:12:24.719Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-13T02:12:25.018Z] ---> ae74a94bc2ec [2021-05-13T02:12:25.018Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-13T02:12:25.018Z] ---> Running in 7d74b960f7e2 [2021-05-13T02:12:25.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:12:25.297Z] ---> 678bf63bb9f5 [2021-05-13T02:12:25.297Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-13T02:12:25.614Z] Removing intermediate container 7d74b960f7e2 [2021-05-13T02:12:25.614Z] ---> 076cc5c6629c [2021-05-13T02:12:25.614Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:12:25.614Z] ---> Running in 7d38f8eb0e41 [2021-05-13T02:12:25.614Z] ---> 899851b2a1b6 [2021-05-13T02:12:25.614Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-13T02:12:25.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:12:26.190Z] ---> Running in fd800eec7b05 [2021-05-13T02:12:26.190Z] ---> c24705a22ee7 [2021-05-13T02:12:26.190Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-13T02:12:26.190Z] ---> 8f2f74730eac [2021-05-13T02:12:26.190Z] 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-13T02:12:26.496Z] ---> Running in 6632ed1883ef [2021-05-13T02:12:26.496Z] Removing intermediate container fd800eec7b05 [2021-05-13T02:12:26.496Z] ---> b0921847c979 [2021-05-13T02:12:26.496Z] Step 21/23 : LABEL arch=x86_64 [2021-05-13T02:12:26.496Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-13T02:12:26.496Z] ---> Running in 5c00819eada2 [2021-05-13T02:12:26.496Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-13T02:12:26.768Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-13T02:12:26.768Z] ---> 12ebf9c214c0 [2021-05-13T02:12:26.768Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-13T02:12:26.768Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-13T02:12:26.768Z] ---> Running in e9486508b29a [2021-05-13T02:12:27.039Z] Removing intermediate container 5c00819eada2 [2021-05-13T02:12:27.039Z] ---> 0691b8fe65a2 [2021-05-13T02:12:27.039Z] Step 22/23 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:12:27.039Z] ---> Running in 798d463d98ef [2021-05-13T02:12:27.305Z] Removing intermediate container e9486508b29a [2021-05-13T02:12:27.305Z] ---> 732570b3855f [2021-05-13T02:12:27.305Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:12:27.305Z] ---> Running in feba5cfdc4a9 [2021-05-13T02:12:27.579Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-13T02:12:27.579Z] Removing intermediate container 798d463d98ef [2021-05-13T02:12:27.579Z] ---> 19d7459f41e6 [2021-05-13T02:12:27.579Z] Step 23/23 : LABEL version=0.0.0 [2021-05-13T02:12:27.862Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-13T02:12:27.862Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:12:27.862Z] OK: 8 MiB in 20 packages [2021-05-13T02:12:27.862Z] ---> Running in 814fd38473e0 [2021-05-13T02:12:28.140Z] Removing intermediate container 7d38f8eb0e41 [2021-05-13T02:12:28.140Z] ---> aa1a2fcd420c [2021-05-13T02:12:28.140Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:12:28.140Z] Removing intermediate container feba5cfdc4a9 [2021-05-13T02:12:28.140Z] ---> 51dca7f62cd9 [2021-05-13T02:12:28.140Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T02:12:28.419Z] ---> Running in 59f9002fbfd6 [2021-05-13T02:12:28.419Z] Removing intermediate container 6632ed1883ef [2021-05-13T02:12:28.419Z] ---> 126d6221b5d1 [2021-05-13T02:12:28.419Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-13T02:12:28.419Z] Removing intermediate container 814fd38473e0 [2021-05-13T02:12:28.419Z] ---> 03cb31b13ec6 [2021-05-13T02:12:28.419Z] [2021-05-13T02:12:28.713Z] ---> Running in 722c87a2ba03 [2021-05-13T02:12:29.004Z] ---> 8318b6b363ca [2021-05-13T02:12:29.004Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-13T02:12:29.004Z] Removing intermediate container 59f9002fbfd6 [2021-05-13T02:12:29.004Z] ---> 205b9aa6b70f [2021-05-13T02:12:29.004Z] Step 23/24 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:12:29.004Z] Removing intermediate container b06001635b2a [2021-05-13T02:12:29.004Z] ---> 51acf6b6df37 [2021-05-13T02:12:29.004Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:12:29.004Z] ---> Running in 8a1241fc3a66 [2021-05-13T02:12:29.004Z] Removing intermediate container 722c87a2ba03 [2021-05-13T02:12:29.004Z] ---> b8c1c66deee7 [2021-05-13T02:12:29.004Z] Step 24/26 : LABEL arch=x86_64 [2021-05-13T02:12:29.293Z] Successfully built 03cb31b13ec6 [2021-05-13T02:12:29.293Z] Successfully tagged support-scheduler:latest [2021-05-13T02:12:29.293Z] ---> Running in ad514f0d0eb1 [2021-05-13T02:12:29.293Z]  Building support-scheduler ... done Building support-notifications [2021-05-13T02:12:29.574Z] Removing intermediate container 8a1241fc3a66 [2021-05-13T02:12:29.574Z] ---> 82deb1842d36 [2021-05-13T02:12:29.574Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T02:12:29.843Z] ---> dba276701d50 [2021-05-13T02:12:29.843Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-13T02:12:29.843Z] ---> Running in 2fe4813c5903 [2021-05-13T02:12:30.156Z] ---> e49f7a1df969 [2021-05-13T02:12:30.156Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-13T02:12:30.156Z] Removing intermediate container ad514f0d0eb1 [2021-05-13T02:12:30.156Z] ---> a235bf62adf4 [2021-05-13T02:12:30.156Z] Step 25/26 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:12:30.450Z] ---> Running in b1f218f08b33 [2021-05-13T02:12:30.742Z] Removing intermediate container 2fe4813c5903 [2021-05-13T02:12:30.742Z] ---> a9728398ef51 [2021-05-13T02:12:30.742Z] [2021-05-13T02:12:31.064Z] ---> 5243552c3262 [2021-05-13T02:12:31.064Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-13T02:12:31.347Z] Removing intermediate container b1f218f08b33 [2021-05-13T02:12:31.347Z] ---> c6a9a1b21591 [2021-05-13T02:12:31.347Z] Step 26/26 : LABEL version=0.0.0 [2021-05-13T02:12:31.347Z] Successfully built a9728398ef51 [2021-05-13T02:12:31.621Z] Successfully tagged core-metadata:latest [2021-05-13T02:12:31.621Z] Building security-proxy-setup [2021-05-13T02:12:31.621Z]  Building core-metadata ... done  ---> Running in cc19759d8d30 [2021-05-13T02:12:31.621Z] ---> 465c82ecde3d [2021-05-13T02:12:31.621Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-13T02:12:31.941Z] ---> 0c6f063f9cdf [2021-05-13T02:12:31.941Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-13T02:12:32.256Z] Removing intermediate container cc19759d8d30 [2021-05-13T02:12:32.256Z] ---> 23adc5d330e2 [2021-05-13T02:12:32.256Z] [2021-05-13T02:12:33.771Z] Successfully built 23adc5d330e2 [2021-05-13T02:12:34.092Z] Successfully tagged security-secretstore-setup:latest [2021-05-13T02:12:34.092Z]  Building security-secretstore-setup ... done Building sys-mgmt-agent [2021-05-13T02:12:34.774Z] ---> d768e7367009 [2021-05-13T02:12:34.774Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-13T02:12:35.057Z] ---> df7a612d35bf [2021-05-13T02:12:35.057Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-13T02:12:35.332Z] ---> Running in abafdf3115db [2021-05-13T02:12:36.322Z] ---> Running in c6db6c31dcdc [2021-05-13T02:12:36.322Z] Removing intermediate container abafdf3115db [2021-05-13T02:12:36.322Z] ---> 5642e5dd7bc1 [2021-05-13T02:12:36.322Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:12:36.322Z] ---> Running in e26c0223f9a4 [2021-05-13T02:12:36.602Z] Removing intermediate container c6db6c31dcdc [2021-05-13T02:12:36.602Z] ---> 3e60a26e383c [2021-05-13T02:12:36.602Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-13T02:12:36.602Z] Removing intermediate container e26c0223f9a4 [2021-05-13T02:12:36.602Z] ---> e6ae19702bea [2021-05-13T02:12:36.602Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T02:12:39.348Z] ---> Running in aa02bfe72b5a [2021-05-13T02:12:39.348Z] ---> bb11d671f3b1 [2021-05-13T02:12:39.348Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-13T02:12:39.348Z] ---> Running in 3260f7043e9c [2021-05-13T02:12:39.660Z] Removing intermediate container aa02bfe72b5a [2021-05-13T02:12:39.660Z] ---> 5447df413416 [2021-05-13T02:12:39.660Z] Step 23/24 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:12:39.660Z] ---> Running in b2a42cb113ea [2021-05-13T02:12:40.283Z] Removing intermediate container b2a42cb113ea [2021-05-13T02:12:40.283Z] ---> 5c14dc4dfa62 [2021-05-13T02:12:40.283Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T02:12:40.565Z] ---> Running in 055ae36ff287 [2021-05-13T02:12:41.603Z] Removing intermediate container 055ae36ff287 [2021-05-13T02:12:41.603Z] ---> a8bb0e13310e [2021-05-13T02:12:41.603Z] [2021-05-13T02:12:42.584Z] Successfully built a8bb0e13310e [2021-05-13T02:12:42.860Z] Successfully tagged core-data:latest [2021-05-13T02:12:42.860Z] Building core-command [2021-05-13T02:12:44.363Z]  Building core-data ... done Removing intermediate container 3260f7043e9c [2021-05-13T02:12:44.363Z] ---> 009ce678a657 [2021-05-13T02:12:44.363Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-13T02:12:44.363Z] ---> Running in 7119d775f07f [2021-05-13T02:12:44.951Z] Removing intermediate container 7119d775f07f [2021-05-13T02:12:44.951Z] ---> 1d6cf4c88b3c [2021-05-13T02:12:44.951Z] Step 29/32 : CMD ["gate"] [2021-05-13T02:12:45.550Z] ---> Running in 8acc05818900 [2021-05-13T02:12:46.157Z] Removing intermediate container 8acc05818900 [2021-05-13T02:12:46.157Z] ---> 66b4f6ba11eb [2021-05-13T02:12:46.157Z] Step 30/32 : LABEL arch=x86_64 [2021-05-13T02:12:46.752Z] ---> Running in 97f9b6c326de [2021-05-13T02:12:47.388Z] Removing intermediate container 97f9b6c326de [2021-05-13T02:12:47.388Z] ---> 050ee938dabb [2021-05-13T02:12:47.388Z] Step 31/32 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:12:47.388Z] ---> Running in d11b9a206088 [2021-05-13T02:12:48.117Z] Removing intermediate container d11b9a206088 [2021-05-13T02:12:48.117Z] ---> 7f4d56a0f2fb [2021-05-13T02:12:48.117Z] Step 32/32 : LABEL version=0.0.0 [2021-05-13T02:12:48.722Z] ---> Running in d90bf729b7c0 [2021-05-13T02:12:49.813Z] Removing intermediate container d90bf729b7c0 [2021-05-13T02:12:49.813Z] ---> 68f079ce8c21 [2021-05-13T02:12:49.813Z] [2021-05-13T02:12:50.449Z] Successfully built 68f079ce8c21 [2021-05-13T02:12:50.737Z] Successfully tagged security-bootstrapper:latest [2021-05-13T02:13:18.387Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:13:18.387Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:13:18.387Z] ---> 03e07f319055 [2021-05-13T02:13:18.387Z] Step 3/26 : WORKDIR /edgex-go [2021-05-13T02:13:18.387Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:13:18.387Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:13:18.387Z] ---> 03e07f319055 [2021-05-13T02:13:18.387Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T02:13:18.387Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:13:18.387Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:13:18.387Z] ---> 03e07f319055 [2021-05-13T02:13:18.387Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T02:13:18.387Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:13:18.387Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:13:18.387Z] ---> 03e07f319055 [2021-05-13T02:13:18.387Z] Step 3/22 : WORKDIR /edgex-go [2021-05-13T02:13:18.387Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:13:18.387Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:13:18.387Z] ---> 03e07f319055 [2021-05-13T02:13:18.387Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T02:13:18.387Z] ---> Running in 02d673be16bc [2021-05-13T02:13:18.387Z] ---> Running in 48a51589f215 [2021-05-13T02:13:18.387Z] ---> Running in af813315a287 [2021-05-13T02:13:18.387Z] ---> Running in f8e4dd0f3755 [2021-05-13T02:13:18.387Z] ---> Running in b159e290c169 [2021-05-13T02:13:18.387Z] Removing intermediate container 02d673be16bc [2021-05-13T02:13:18.387Z] ---> 9d9ba4dae742 [2021-05-13T02:13:18.387Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:13:18.387Z] ---> Running in 4165a74cea06 [2021-05-13T02:13:18.387Z] Removing intermediate container f8e4dd0f3755 [2021-05-13T02:13:18.387Z] ---> 70fc33af090e [2021-05-13T02:13:18.387Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:13:18.387Z] Removing intermediate container b159e290c169 [2021-05-13T02:13:18.387Z] Removing intermediate container 48a51589f215 [2021-05-13T02:13:18.387Z] ---> 2be5ca2d691a [2021-05-13T02:13:18.387Z] ---> 60525102f292 [2021-05-13T02:13:18.387Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:13:18.387Z] [2021-05-13T02:13:18.387Z] Removing intermediate container af813315a287 [2021-05-13T02:13:18.387Z] ---> 120188b17e0a [2021-05-13T02:13:18.387Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:13:18.387Z] ---> Running in a1c362ebcba4 [2021-05-13T02:13:18.387Z] ---> Running in 6b7864de9487 [2021-05-13T02:13:18.387Z] ---> Running in 01cf95378197 [2021-05-13T02:13:18.387Z] ---> Running in 85baa3dbf34d [2021-05-13T02:13:18.387Z] Removing intermediate container 4165a74cea06 [2021-05-13T02:13:18.387Z] ---> cf48a3298af3 [2021-05-13T02:13:18.387Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-13T02:13:18.387Z] ---> Running in 0085e1a951db [2021-05-13T02:13:18.387Z] Removing intermediate container a1c362ebcba4 [2021-05-13T02:13:18.387Z] ---> 7c6b91acc937 [2021-05-13T02:13:18.387Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-13T02:13:18.387Z] Removing intermediate container 6b7864de9487 [2021-05-13T02:13:18.387Z] ---> 2caaff6cf3a3 [2021-05-13T02:13:18.387Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-13T02:13:18.387Z] ---> Running in 727f50487784 [2021-05-13T02:13:18.387Z] ---> Running in 2b56c0245ee0 [2021-05-13T02:13:18.387Z] Removing intermediate container 85baa3dbf34d [2021-05-13T02:13:18.387Z] ---> 377c3c6586af [2021-05-13T02:13:18.387Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T02:13:18.387Z] Removing intermediate container 01cf95378197 [2021-05-13T02:13:18.387Z] ---> 26bae6ca9ad1 [2021-05-13T02:13:18.387Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-13T02:13:18.388Z] ---> Running in 39032ce08343 [2021-05-13T02:13:18.388Z] ---> Running in 01ff3a4170f9 [2021-05-13T02:13:18.613Z]  Building security-bootstrapper ... done Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:13:18.613Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:13:18.613Z] ---> e31f8776f20a [2021-05-13T02:13:18.613Z] Step 3/22 : WORKDIR /edgex-go [2021-05-13T02:13:18.613Z] ---> Using cache [2021-05-13T02:13:18.613Z] ---> e8e2166bb577 [2021-05-13T02:13:18.613Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:13:18.613Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:13:18.613Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:13:18.613Z] ---> e31f8776f20a [2021-05-13T02:13:18.613Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T02:13:18.613Z] ---> Using cache [2021-05-13T02:13:18.613Z] ---> e8e2166bb577 [2021-05-13T02:13:18.613Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:13:18.613Z] ---> Using cache [2021-05-13T02:13:18.613Z] ---> 54408f6bded7 [2021-05-13T02:13:18.613Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-13T02:13:18.613Z] ---> Using cache [2021-05-13T02:13:18.613Z] ---> 54408f6bded7 [2021-05-13T02:13:18.613Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-13T02:13:18.613Z] ---> Using cache [2021-05-13T02:13:18.613Z] ---> 41a9b065bce4 [2021-05-13T02:13:18.614Z] Step 6/22 : COPY go.mod . [2021-05-13T02:13:18.614Z] ---> Using cache [2021-05-13T02:13:18.614Z] ---> 89e2673ed91a [2021-05-13T02:13:18.614Z] Step 7/22 : RUN go mod download [2021-05-13T02:13:18.614Z] ---> Using cache [2021-05-13T02:13:18.614Z] ---> 25d8dfc15581 [2021-05-13T02:13:18.614Z] Step 8/22 : COPY . . [2021-05-13T02:13:18.614Z] ---> Using cache [2021-05-13T02:13:18.614Z] ---> 9661d2ce371b [2021-05-13T02:13:18.614Z] Step 9/22 : RUN go mod tidy [2021-05-13T02:13:18.614Z] ---> Using cache [2021-05-13T02:13:18.614Z] ---> 37d24db14b70 [2021-05-13T02:13:18.614Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-13T02:13:18.614Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:13:18.614Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:13:18.614Z] ---> e31f8776f20a [2021-05-13T02:13:18.614Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T02:13:18.614Z] ---> Using cache [2021-05-13T02:13:18.614Z] ---> e8e2166bb577 [2021-05-13T02:13:18.614Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:13:18.614Z] ---> Using cache [2021-05-13T02:13:18.614Z] ---> 54408f6bded7 [2021-05-13T02:13:18.614Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-13T02:13:18.614Z] ---> Running in f37118ba0cb2 [2021-05-13T02:13:18.614Z] ---> Running in 3da8e5e61b49 [2021-05-13T02:13:18.614Z] ---> Running in 4988d0a552ef [2021-05-13T02:13:18.664Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:13:19.258Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:13:19.258Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:13:19.531Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:13:19.531Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:13:19.531Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:13:20.128Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:13:20.417Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:13:20.417Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:13:20.417Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:13:20.417Z] OK: 218 MiB in 52 packages [2021-05-13T02:13:21.027Z] OK: 218 MiB in 52 packages [2021-05-13T02:13:21.661Z] OK: 218 MiB in 52 packages [2021-05-13T02:13:21.661Z] OK: 218 MiB in 52 packages [2021-05-13T02:13:21.661Z] OK: 218 MiB in 52 packages [2021-05-13T02:13:23.108Z] Removing intermediate container 0085e1a951db [2021-05-13T02:13:23.108Z] ---> d2b0b2a7ad8a [2021-05-13T02:13:23.108Z] Step 6/23 : COPY go.mod . [2021-05-13T02:13:23.108Z] Removing intermediate container 727f50487784 [2021-05-13T02:13:23.108Z] ---> 0e2d9a006cd7 [2021-05-13T02:13:23.108Z] Step 6/26 : COPY go.mod . [2021-05-13T02:13:23.322Z] 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-13T02:13:23.322Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:13:23.322Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:13:23.386Z] Removing intermediate container 2b56c0245ee0 [2021-05-13T02:13:23.386Z] ---> bcc2c7b22054 [2021-05-13T02:13:23.386Z] Step 6/23 : COPY go.mod . [2021-05-13T02:13:23.660Z] Removing intermediate container 39032ce08343 [2021-05-13T02:13:23.660Z] ---> 7aaf0c29711c [2021-05-13T02:13:23.660Z] Step 6/24 : COPY go.mod . [2021-05-13T02:13:23.969Z] Removing intermediate container 01ff3a4170f9 [2021-05-13T02:13:23.969Z] ---> 9626ff80ed12 [2021-05-13T02:13:23.969Z] Step 6/22 : COPY go.mod . [2021-05-13T02:13:23.969Z] ---> 4885119d84c7 [2021-05-13T02:13:23.969Z] Step 7/23 : RUN go mod download [2021-05-13T02:13:23.969Z] ---> 34e3ead5dba1 [2021-05-13T02:13:23.969Z] Step 7/26 : RUN go mod download [2021-05-13T02:13:23.976Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:13:23.976Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:13:24.245Z] ---> Running in 37caa237dbc2 [2021-05-13T02:13:24.245Z] ---> Running in ef2e2040478b [2021-05-13T02:13:24.522Z] ---> 7f460cf79820 [2021-05-13T02:13:24.522Z] Step 7/23 : RUN go mod download [2021-05-13T02:13:24.580Z] OK: 219 MiB in 52 packages [2021-05-13T02:13:24.580Z] OK: 219 MiB in 52 packages [2021-05-13T02:13:24.800Z] ---> Running in 6b4c7c3760c1 [2021-05-13T02:13:24.800Z] ---> 361b642d6eba [2021-05-13T02:13:24.800Z] Step 7/24 : RUN go mod download [2021-05-13T02:13:24.800Z] ---> 8a11b285e49c [2021-05-13T02:13:24.800Z] Step 7/22 : RUN go mod download [2021-05-13T02:13:25.087Z] ---> Running in fc3f0b1fa78b [2021-05-13T02:13:25.087Z] ---> Running in d512c0abebb7 [2021-05-13T02:13:29.333Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:13:29.333Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:13:29.333Z] ---> e31f8776f20a [2021-05-13T02:13:29.333Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T02:13:29.333Z] ---> Using cache [2021-05-13T02:13:29.333Z] ---> e8e2166bb577 [2021-05-13T02:13:29.333Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:13:29.333Z] ---> Using cache [2021-05-13T02:13:29.333Z] ---> 54408f6bded7 [2021-05-13T02:13:29.333Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T02:13:29.333Z] ---> Using cache [2021-05-13T02:13:29.333Z] ---> 41a9b065bce4 [2021-05-13T02:13:29.333Z] Step 6/24 : COPY go.mod . [2021-05-13T02:13:29.333Z] ---> Using cache [2021-05-13T02:13:29.333Z] ---> 89e2673ed91a [2021-05-13T02:13:29.333Z] Step 7/24 : RUN go mod download [2021-05-13T02:13:29.333Z] ---> Using cache [2021-05-13T02:13:29.333Z] ---> 25d8dfc15581 [2021-05-13T02:13:29.333Z] Step 8/24 : COPY . . [2021-05-13T02:13:29.333Z] ---> Using cache [2021-05-13T02:13:29.333Z] ---> 9661d2ce371b [2021-05-13T02:13:29.333Z] Step 9/24 : RUN go mod tidy [2021-05-13T02:13:29.333Z] ---> Using cache [2021-05-13T02:13:29.333Z] ---> 37d24db14b70 [2021-05-13T02:13:29.333Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-13T02:13:29.428Z] Removing intermediate container 37caa237dbc2 [2021-05-13T02:13:29.429Z] ---> 9a0f5bee6d2f [2021-05-13T02:13:29.429Z] Step 8/23 : COPY . . [2021-05-13T02:13:29.429Z] Removing intermediate container ef2e2040478b [2021-05-13T02:13:29.429Z] ---> fb006d3b5997 [2021-05-13T02:13:29.429Z] Step 8/26 : COPY . . [2021-05-13T02:13:29.429Z] Removing intermediate container d512c0abebb7 [2021-05-13T02:13:29.429Z] ---> a83297671217 [2021-05-13T02:13:29.429Z] Step 8/22 : COPY . . [2021-05-13T02:13:29.429Z] Removing intermediate container 6b4c7c3760c1 [2021-05-13T02:13:29.429Z] ---> f65fc9e324df [2021-05-13T02:13:29.429Z] Step 8/23 : COPY . . [2021-05-13T02:13:29.700Z] Removing intermediate container fc3f0b1fa78b [2021-05-13T02:13:29.701Z] ---> 6956975ad1ea [2021-05-13T02:13:29.701Z] Step 8/24 : COPY . . [2021-05-13T02:13:29.947Z] ---> Running in 2364a7dd6010 [2021-05-13T02:13:30.216Z] Removing intermediate container f37118ba0cb2 [2021-05-13T02:13:30.216Z] ---> 6b450a7477a1 [2021-05-13T02:13:30.216Z] Step 6/23 : COPY go.mod . [2021-05-13T02:13:30.511Z] Removing intermediate container 3da8e5e61b49 [2021-05-13T02:13:30.511Z] ---> 2176afbda7da [2021-05-13T02:13:30.511Z] Step 6/24 : COPY go.mod . [2021-05-13T02:13:31.660Z] ---> 002f5056104f [2021-05-13T02:13:31.660Z] Step 7/23 : RUN go mod download [2021-05-13T02:13:31.660Z] ---> 47581863ee5b [2021-05-13T02:13:31.660Z] Step 7/24 : RUN go mod download [2021-05-13T02:13:31.962Z] 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-13T02:13:31.962Z] ---> Running in 2deef27f4ead [2021-05-13T02:13:31.962Z] ---> Running in 8d798d60a086 [2021-05-13T02:13:37.740Z] Removing intermediate container 8d798d60a086 [2021-05-13T02:13:37.740Z] ---> 52094a7672fd [2021-05-13T02:13:37.740Z] Step 8/24 : COPY . . [2021-05-13T02:13:37.740Z] Removing intermediate container 2deef27f4ead [2021-05-13T02:13:37.740Z] ---> 85959a46977a [2021-05-13T02:13:37.740Z] Step 8/23 : COPY . . [2021-05-13T02:13:56.504Z] ---> 6ba6a87a2be8 [2021-05-13T02:13:56.504Z] Step 9/22 : RUN go mod tidy [2021-05-13T02:13:56.504Z] ---> a249bde9f272 [2021-05-13T02:13:56.504Z] Step 9/23 : RUN go mod tidy [2021-05-13T02:13:56.504Z] ---> e9a77c6a0d3e [2021-05-13T02:13:56.504Z] Step 9/26 : RUN go mod tidy [2021-05-13T02:13:56.504Z] ---> 76d6b4d3753c [2021-05-13T02:13:56.504Z] Step 9/24 : RUN go mod tidy [2021-05-13T02:13:56.504Z] ---> 110223720b3d [2021-05-13T02:13:56.504Z] Step 9/23 : RUN go mod tidy [2021-05-13T02:13:56.504Z] ---> Running in dba514ddf576 [2021-05-13T02:13:56.504Z] ---> Running in 4d804d99a182 [2021-05-13T02:13:56.504Z] ---> Running in d7808bb7f13e [2021-05-13T02:13:56.504Z] ---> Running in df3bc19b2b85 [2021-05-13T02:13:56.504Z] ---> Running in 310682598eaa [2021-05-13T02:14:01.928Z] Removing intermediate container dba514ddf576 [2021-05-13T02:14:01.928Z] ---> 871425e0e80d [2021-05-13T02:14:01.928Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-13T02:14:01.928Z] ---> Running in e7b68caa40aa [2021-05-13T02:14:01.928Z] Removing intermediate container d7808bb7f13e [2021-05-13T02:14:01.928Z] ---> 13097ec3b30d [2021-05-13T02:14:01.928Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-13T02:14:01.928Z] Removing intermediate container 4d804d99a182 [2021-05-13T02:14:01.928Z] ---> 80e60195de6b [2021-05-13T02:14:01.928Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-13T02:14:02.207Z] ---> Running in 336312e541d2 [2021-05-13T02:14:02.207Z] Removing intermediate container df3bc19b2b85 [2021-05-13T02:14:02.207Z] ---> 6a861a67f5e7 [2021-05-13T02:14:02.207Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-13T02:14:02.481Z] ---> Running in af49e8d18be2 [2021-05-13T02:14:02.481Z] ---> Running in 6ddba1045384 [2021-05-13T02:14:02.756Z] Removing intermediate container 310682598eaa [2021-05-13T02:14:02.756Z] ---> 925adb1c3648 [2021-05-13T02:14:02.756Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-13T02:14:03.031Z] ---> Running in 6b837902c4e2 [2021-05-13T02:14:03.308Z] 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-13T02:14:04.750Z] 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-13T02:14:04.750Z] 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-13T02:14:05.027Z] 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-13T02:14:05.299Z] 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-13T02:14:11.236Z] 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-13T02:14:30.094Z] Removing intermediate container 2364a7dd6010 [2021-05-13T02:14:30.094Z] ---> db58da2924c3 [2021-05-13T02:14:30.094Z] [2021-05-13T02:14:30.094Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T02:14:30.094Z] ---> 13621d1b12d4 [2021-05-13T02:14:30.094Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T02:14:30.094Z] ---> Using cache [2021-05-13T02:14:30.094Z] ---> cc0de9b3b086 [2021-05-13T02:14:30.094Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T02:14:30.094Z] ---> Using cache [2021-05-13T02:14:30.094Z] ---> 46aa4f2ebfa1 [2021-05-13T02:14:30.094Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-13T02:14:31.207Z] ---> Running in 41dfc20d02c8 [2021-05-13T02:14:33.133Z] Removing intermediate container 41dfc20d02c8 [2021-05-13T02:14:33.133Z] ---> 8b3251f33b5d [2021-05-13T02:14:33.133Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T02:14:33.781Z] ---> Running in 4c73bdf81027 [2021-05-13T02:14:35.296Z] Removing intermediate container 4c73bdf81027 [2021-05-13T02:14:35.296Z] ---> e7c625a862b8 [2021-05-13T02:14:35.296Z] Step 16/24 : WORKDIR / [2021-05-13T02:14:36.305Z] ---> Running in ab44a3109482 [2021-05-13T02:14:38.485Z] ---> 836ceb329400 [2021-05-13T02:14:38.485Z] Step 9/23 : RUN go mod tidy [2021-05-13T02:14:39.162Z] Removing intermediate container ab44a3109482 [2021-05-13T02:14:39.162Z] ---> 380de1005d96 [2021-05-13T02:14:39.162Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:14:39.974Z] ---> Running in e75fbf7cbaf8 [2021-05-13T02:14:39.974Z] ---> d7ff7b228367 [2021-05-13T02:14:39.974Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-13T02:14:40.514Z] ---> e9586952dfa8 [2021-05-13T02:14:40.514Z] Step 9/24 : RUN go mod tidy [2021-05-13T02:14:40.514Z] Removing intermediate container 4988d0a552ef [2021-05-13T02:14:40.514Z] ---> 624c8f1ec0bd [2021-05-13T02:14:40.514Z] [2021-05-13T02:14:40.514Z] Step 11/22 : FROM alpine:3.12 [2021-05-13T02:14:40.514Z] ---> 13621d1b12d4 [2021-05-13T02:14:40.514Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-13T02:14:40.514Z] ---> Running in c25631972ca8 [2021-05-13T02:14:40.514Z] ---> Running in f3fae28d5e69 [2021-05-13T02:14:41.523Z] ---> 1cb497af6e88 [2021-05-13T02:14:41.523Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-13T02:14:42.114Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:14:42.114Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:14:42.114Z] ---> feb76ff29633 [2021-05-13T02:14:42.114Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-13T02:14:42.386Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-13T02:14:42.386Z] ---> Running in 86f9c20d0828 [2021-05-13T02:14:42.386Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T02:14:42.386Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-13T02:14:42.386Z] (4/4) Installing curl (7.76.1-r0) [2021-05-13T02:14:42.386Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:14:42.386Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T02:14:42.386Z] OK: 7 MiB in 18 packages [2021-05-13T02:14:42.661Z] Removing intermediate container 86f9c20d0828 [2021-05-13T02:14:42.661Z] ---> ac38bfdd9c68 [2021-05-13T02:14:42.661Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:14:42.938Z] ---> Running in d5163d207103 [2021-05-13T02:14:43.555Z] Removing intermediate container d5163d207103 [2021-05-13T02:14:43.555Z] ---> 9037f80ec943 [2021-05-13T02:14:43.555Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T02:14:43.858Z] ---> Running in e0633f7e9d75 [2021-05-13T02:14:43.858Z] Removing intermediate container f3fae28d5e69 [2021-05-13T02:14:43.858Z] ---> c87d78b7ad67 [2021-05-13T02:14:43.858Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T02:14:44.145Z] ---> Running in 1065cc8152a4 [2021-05-13T02:14:44.145Z] Removing intermediate container e0633f7e9d75 [2021-05-13T02:14:44.145Z] ---> 68fc657c1d07 [2021-05-13T02:14:44.145Z] Step 23/24 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:14:44.442Z] ---> Running in a4fbe19c9b11 [2021-05-13T02:14:44.442Z] Removing intermediate container 1065cc8152a4 [2021-05-13T02:14:44.442Z] ---> 1c0d0d7d21a5 [2021-05-13T02:14:44.442Z] Step 14/22 : WORKDIR /edgex [2021-05-13T02:14:45.416Z] ---> Running in 298bdd3ae514 [2021-05-13T02:14:45.416Z] Removing intermediate container a4fbe19c9b11 [2021-05-13T02:14:45.416Z] ---> 58cb69ef78f1 [2021-05-13T02:14:45.416Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T02:14:45.416Z] ---> Running in caa88e28eaeb [2021-05-13T02:14:45.687Z] Removing intermediate container 298bdd3ae514 [2021-05-13T02:14:45.687Z] ---> d7e10046a6ea [2021-05-13T02:14:45.687Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-13T02:14:45.687Z] Removing intermediate container caa88e28eaeb [2021-05-13T02:14:45.687Z] ---> fa642e47ae05 [2021-05-13T02:14:45.687Z] [2021-05-13T02:14:45.976Z] ---> c815d49a8cd9 [2021-05-13T02:14:45.976Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-13T02:14:46.248Z] Successfully built fa642e47ae05 [2021-05-13T02:14:46.248Z] Successfully tagged core-command:latest [2021-05-13T02:14:46.248Z]  Building core-command ... done Removing intermediate container c25631972ca8 [2021-05-13T02:14:46.248Z] ---> 1b9bcf9d029b [2021-05-13T02:14:46.248Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-13T02:14:46.521Z] Removing intermediate container e75fbf7cbaf8 [2021-05-13T02:14:46.521Z] ---> b673b297c65c [2021-05-13T02:14:46.521Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-13T02:14:46.521Z] ---> Running in 0df986e38e54 [2021-05-13T02:14:46.803Z] ---> Running in 000f453ac88c [2021-05-13T02:14:46.803Z] ---> bfbf992a2a5f [2021-05-13T02:14:46.803Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-13T02:14:47.828Z] 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-13T02:14:47.828Z] 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-13T02:14:48.123Z] ---> 59923ccf05b6 [2021-05-13T02:14:48.123Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-13T02:14:48.417Z] ---> Running in d9ef94a955a6 [2021-05-13T02:14:48.704Z] Removing intermediate container d9ef94a955a6 [2021-05-13T02:14:48.704Z] ---> 251f3fe264a9 [2021-05-13T02:14:48.704Z] Step 19/22 : CMD ["--init=true"] [2021-05-13T02:14:48.994Z] ---> Running in 75e70f0d974e [2021-05-13T02:14:49.606Z] Removing intermediate container 75e70f0d974e [2021-05-13T02:14:49.606Z] ---> 62d8c2657c64 [2021-05-13T02:14:49.606Z] Step 20/22 : LABEL arch=x86_64 [2021-05-13T02:14:49.892Z] ---> Running in 4054db268e8c [2021-05-13T02:14:50.168Z] Removing intermediate container 4054db268e8c [2021-05-13T02:14:50.168Z] ---> 22d2cfa3f9c3 [2021-05-13T02:14:50.168Z] Step 21/22 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:14:50.444Z] ---> Running in 9b217ed4af59 [2021-05-13T02:14:51.086Z] Removing intermediate container 9b217ed4af59 [2021-05-13T02:14:51.086Z] ---> 292928a41c03 [2021-05-13T02:14:51.086Z] Step 22/22 : LABEL version=0.0.0 [2021-05-13T02:14:51.086Z] ---> Running in 0e2caf3c7436 [2021-05-13T02:14:51.692Z] Removing intermediate container 0e2caf3c7436 [2021-05-13T02:14:51.692Z] ---> fa66b1300e1e [2021-05-13T02:14:51.692Z] [2021-05-13T02:14:51.981Z] Successfully built fa66b1300e1e [2021-05-13T02:14:51.981Z] Successfully tagged security-proxy-setup:latest [2021-05-13T02:15:24.689Z]  Building security-proxy-setup ... done Removing intermediate container 0df986e38e54 [2021-05-13T02:15:24.689Z] ---> c9f7bb550cb9 [2021-05-13T02:15:24.689Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-13T02:15:24.689Z] ---> Running in b4ca1058db0e [2021-05-13T02:15:24.689Z] Removing intermediate container 000f453ac88c [2021-05-13T02:15:24.689Z] ---> 17e036647c02 [2021-05-13T02:15:24.689Z] [2021-05-13T02:15:24.689Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T02:15:24.689Z] ---> 13621d1b12d4 [2021-05-13T02:15:24.689Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-13T02:15:24.689Z] ---> Running in e66cd80b3b1b [2021-05-13T02:15:24.689Z] 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-13T02:15:24.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:15:24.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:15:24.689Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-13T02:15:24.689Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-13T02:15:24.689Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:15:24.689Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T02:15:24.689Z] OK: 6 MiB in 16 packages [2021-05-13T02:15:26.128Z] Removing intermediate container e66cd80b3b1b [2021-05-13T02:15:26.128Z] ---> a47e3afa55cc [2021-05-13T02:15:26.128Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T02:15:26.129Z] Removing intermediate container b4ca1058db0e [2021-05-13T02:15:26.129Z] ---> d55d2a65175d [2021-05-13T02:15:26.129Z] [2021-05-13T02:15:26.129Z] Step 12/24 : FROM docker:20.10.0 [2021-05-13T02:15:26.129Z] ---> Running in a5d85b00d0a7 [2021-05-13T02:15:26.129Z] 20.10.0: Pulling from library/docker [2021-05-13T02:15:26.413Z] Removing intermediate container a5d85b00d0a7 [2021-05-13T02:15:26.413Z] ---> 767bed4cbdc9 [2021-05-13T02:15:26.413Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-13T02:15:26.693Z] ---> Running in 356d66d5b190 [2021-05-13T02:15:27.304Z] Removing intermediate container 356d66d5b190 [2021-05-13T02:15:27.304Z] ---> b1f56fb51b6a [2021-05-13T02:15:27.304Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T02:15:27.600Z] ---> Running in 8d2777b2fb32 [2021-05-13T02:15:28.197Z] Removing intermediate container 8d2777b2fb32 [2021-05-13T02:15:28.197Z] ---> 7701c1f34f42 [2021-05-13T02:15:28.197Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:15:28.780Z] ---> 4dd994a78868 [2021-05-13T02:15:28.780Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-13T02:15:31.696Z] ---> 3523894efcb0 [2021-05-13T02:15:31.696Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-13T02:15:31.980Z] ---> a7530aad4fb9 [2021-05-13T02:15:31.980Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-13T02:15:32.251Z] ---> Running in efd06c884971 [2021-05-13T02:15:33.235Z] Removing intermediate container efd06c884971 [2021-05-13T02:15:33.235Z] ---> 5fa2119ffadc [2021-05-13T02:15:33.235Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:15:33.549Z] ---> Running in 70de76aec1db [2021-05-13T02:15:34.589Z] Removing intermediate container 70de76aec1db [2021-05-13T02:15:34.589Z] ---> ca8d0653733b [2021-05-13T02:15:34.589Z] Step 21/23 : LABEL arch=x86_64 [2021-05-13T02:15:34.909Z] ---> Running in eac631ed22d5 [2021-05-13T02:15:35.225Z] Removing intermediate container eac631ed22d5 [2021-05-13T02:15:35.225Z] ---> 351ebba20a53 [2021-05-13T02:15:35.225Z] Step 22/23 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:15:35.531Z] ---> Running in a361cda6bec5 [2021-05-13T02:15:35.837Z] Removing intermediate container a361cda6bec5 [2021-05-13T02:15:35.837Z] ---> 61e687b7c9ac [2021-05-13T02:15:35.837Z] Step 23/23 : LABEL version=0.0.0 [2021-05-13T02:15:36.112Z] ---> Running in 6694f5f8020f [2021-05-13T02:15:36.410Z] Removing intermediate container 6694f5f8020f [2021-05-13T02:15:36.410Z] ---> 75a8fde7e9ca [2021-05-13T02:15:36.410Z] [2021-05-13T02:15:36.705Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-13T02:15:36.705Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-13T02:15:36.705Z] ---> aefe523efa57 [2021-05-13T02:15:36.705Z] 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-13T02:15:36.983Z] ---> Running in 3e290034dce5 [2021-05-13T02:15:36.983Z] Successfully built 75a8fde7e9ca [2021-05-13T02:15:36.983Z] Successfully tagged support-notifications:latest [2021-05-13T02:15:37.319Z]  Building support-notifications ... done Removing intermediate container 3e290034dce5 [2021-05-13T02:15:37.319Z] ---> 615424dabcc4 [2021-05-13T02:15:37.319Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-13T02:15:37.595Z] ---> Running in 3067e65b9f57 [2021-05-13T02:15:38.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:15:38.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:15:38.848Z] (1/39) Installing readline (8.0.4-r0) [2021-05-13T02:15:38.848Z] (2/39) Installing bash (5.0.17-r0) [2021-05-13T02:15:38.848Z] Executing bash-5.0.17-r0.post-install [2021-05-13T02:15:38.848Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T02:15:38.848Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-13T02:15:38.848Z] (5/39) Installing curl (7.76.1-r0) [2021-05-13T02:15:38.848Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-13T02:15:38.848Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-13T02:15:38.848Z] (8/39) Installing expat (2.2.9-r1) [2021-05-13T02:15:38.848Z] (9/39) Installing libffi (3.3-r2) [2021-05-13T02:15:38.848Z] (10/39) Installing gdbm (1.13-r1) [2021-05-13T02:15:38.848Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-13T02:15:38.848Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-13T02:15:38.848Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-13T02:15:40.283Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-13T02:15:40.283Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-13T02:15:40.283Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-13T02:15:40.283Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-13T02:15:40.283Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-13T02:15:40.551Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-13T02:15:40.551Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-13T02:15:40.551Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-13T02:15:40.551Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-13T02:15:40.551Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-13T02:15:40.551Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-13T02:15:40.551Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-13T02:15:40.551Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-13T02:15:40.551Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-13T02:15:40.551Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-13T02:15:40.551Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-13T02:15:40.818Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-13T02:15:40.818Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-13T02:15:40.818Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-13T02:15:40.818Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-13T02:15:40.818Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-13T02:15:40.818Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-13T02:15:40.818Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-13T02:15:40.818Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-13T02:15:40.818Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-13T02:15:40.818Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-13T02:15:41.086Z] Executing busybox-1.31.1-r19.trigger [2021-05-13T02:15:41.086Z] OK: 72 MiB in 59 packages [2021-05-13T02:15:42.519Z] Collecting docker-compose==1.23.2 [2021-05-13T02:15:42.519Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-13T02:15:42.519Z] Collecting docker<4.0,>=3.6.0 [2021-05-13T02:15:42.519Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-13T02:15:42.785Z] 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-13T02:15:42.785Z] Collecting jsonschema<3,>=2.5.1 [2021-05-13T02:15:42.785Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-13T02:15:43.062Z] Collecting texttable<0.10,>=0.9.0 [2021-05-13T02:15:43.062Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-13T02:15:44.075Z] Collecting PyYAML<4,>=3.10 [2021-05-13T02:15:44.075Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-13T02:15:45.039Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-13T02:15:45.039Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-13T02:15:45.305Z] Collecting cached-property<2,>=1.2.0 [2021-05-13T02:15:45.305Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-13T02:15:45.573Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-13T02:15:45.573Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-13T02:15:45.573Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-13T02:15:45.573Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-13T02:15:46.541Z] Collecting docopt<0.7,>=0.6.1 [2021-05-13T02:15:46.541Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-13T02:15:46.807Z] Collecting docker-pycreds>=0.4.0 [2021-05-13T02:15:47.085Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-13T02:15:47.085Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-13T02:15:47.085Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-13T02:15:47.356Z] 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-13T02:15:47.356Z] 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-13T02:15:47.356Z] Collecting idna<2.8,>=2.5 [2021-05-13T02:15:47.356Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-13T02:15:47.356Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-13T02:15:47.356Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-13T02:15:47.356Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-13T02:15:47.356Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-13T02:15:47.631Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, jsonschema, texttable, PyYAML, cached-property, dockerpty, docopt, docker-compose [2021-05-13T02:15:47.631Z] Attempting uninstall: urllib3 [2021-05-13T02:15:47.631Z] Found existing installation: urllib3 1.25.9 [2021-05-13T02:15:47.631Z] Uninstalling urllib3-1.25.9: [2021-05-13T02:15:47.631Z] Successfully uninstalled urllib3-1.25.9 [2021-05-13T02:15:47.975Z] Attempting uninstall: idna [2021-05-13T02:15:47.975Z] Found existing installation: idna 2.9 [2021-05-13T02:15:47.975Z] Uninstalling idna-2.9: [2021-05-13T02:15:47.975Z] Successfully uninstalled idna-2.9 [2021-05-13T02:15:48.242Z] Attempting uninstall: requests [2021-05-13T02:15:48.242Z] Found existing installation: requests 2.23.0 [2021-05-13T02:15:48.242Z] Uninstalling requests-2.23.0: [2021-05-13T02:15:48.242Z] Successfully uninstalled requests-2.23.0 [2021-05-13T02:15:49.209Z] Running setup.py install for texttable: started [2021-05-13T02:15:50.174Z] Running setup.py install for texttable: finished with status 'done' [2021-05-13T02:15:50.174Z] Running setup.py install for PyYAML: started [2021-05-13T02:15:50.763Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-13T02:15:50.763Z] Running setup.py install for dockerpty: started [2021-05-13T02:15:51.348Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-13T02:15:51.348Z] Running setup.py install for docopt: started [2021-05-13T02:15:51.928Z] Running setup.py install for docopt: finished with status 'done' [2021-05-13T02:15:52.505Z] 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-13T02:15:57.165Z] 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-13T02:15:57.165Z] 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-13T02:16:03.971Z] Removing intermediate container af49e8d18be2 [2021-05-13T02:16:03.971Z] ---> 0e1394aa40e2 [2021-05-13T02:16:03.971Z] [2021-05-13T02:16:03.971Z] Step 11/26 : FROM alpine:3.12 [2021-05-13T02:16:03.971Z] 3.12: Pulling from library/alpine [2021-05-13T02:16:03.971Z] Removing intermediate container e7b68caa40aa [2021-05-13T02:16:03.971Z] ---> aa0afaafe232 [2021-05-13T02:16:03.971Z] [2021-05-13T02:16:03.971Z] Step 11/22 : FROM alpine:3.12 [2021-05-13T02:16:03.971Z] 3.12: Pulling from library/alpine [2021-05-13T02:16:04.972Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T02:16:04.972Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T02:16:04.972Z] Status: Image is up to date for alpine:3.12 [2021-05-13T02:16:04.972Z] ---> 9852663dfa18 [2021-05-13T02:16:04.972Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-13T02:16:04.972Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T02:16:04.972Z] ---> 9852663dfa18 [2021-05-13T02:16:04.972Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-13T02:16:04.978Z] Removing intermediate container 3067e65b9f57 [2021-05-13T02:16:04.978Z] ---> e94297605d7e [2021-05-13T02:16:04.978Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-13T02:16:04.978Z] ---> Running in 26cf94251053 [2021-05-13T02:16:04.978Z] Removing intermediate container 26cf94251053 [2021-05-13T02:16:04.978Z] ---> 925f5e8810fe [2021-05-13T02:16:04.978Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-13T02:16:04.978Z] ---> Running in 5418d8062df8 [2021-05-13T02:16:05.245Z] ---> Running in 4158c41ce821 [2021-05-13T02:16:05.245Z] ---> Running in 8a6ce7a21b9b [2021-05-13T02:16:05.248Z] Removing intermediate container 5418d8062df8 [2021-05-13T02:16:05.248Z] ---> a33d0d7aff31 [2021-05-13T02:16:05.248Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-13T02:16:06.260Z] ---> 0125661aeac6 [2021-05-13T02:16:06.260Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-13T02:16:06.540Z] ---> e6b97c40a704 [2021-05-13T02:16:06.540Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-13T02:16:07.547Z] ---> b99eb509e4e2 [2021-05-13T02:16:07.547Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-13T02:16:07.547Z] ---> Running in 2907f9f77175 [2021-05-13T02:16:07.820Z] Removing intermediate container 2907f9f77175 [2021-05-13T02:16:07.820Z] ---> 50ed5c690399 [2021-05-13T02:16:07.820Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:16:07.820Z] ---> Running in dc5e50b75c64 [2021-05-13T02:16:07.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:16:07.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:16:07.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:16:08.099Z] Removing intermediate container dc5e50b75c64 [2021-05-13T02:16:08.100Z] ---> 864a16489f1a [2021-05-13T02:16:08.100Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T02:16:08.100Z] ---> Running in a46cbdd33791 [2021-05-13T02:16:08.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:16:08.371Z] Removing intermediate container a46cbdd33791 [2021-05-13T02:16:08.371Z] ---> 733dbc0dcfbf [2021-05-13T02:16:08.371Z] Step 23/24 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:16:08.639Z] ---> Running in a46142280735 [2021-05-13T02:16:08.789Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-13T02:16:08.789Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-13T02:16:08.789Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T02:16:08.789Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-13T02:16:08.789Z] (4/6) Installing curl (7.76.1-r0) [2021-05-13T02:16:08.789Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T02:16:08.789Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-13T02:16:08.789Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-13T02:16:08.789Z] (6/6) Installing su-exec (0.2-r1) [2021-05-13T02:16:08.789Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:16:08.789Z] (4/4) Installing curl (7.76.1-r0) [2021-05-13T02:16:08.789Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:16:08.910Z] Removing intermediate container a46142280735 [2021-05-13T02:16:08.911Z] ---> b1753053e9c4 [2021-05-13T02:16:08.911Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T02:16:08.911Z] ---> Running in f9e05558e05f [2021-05-13T02:16:09.080Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T02:16:09.080Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T02:16:09.080Z] OK: 7 MiB in 20 packages [2021-05-13T02:16:09.178Z] Removing intermediate container f9e05558e05f [2021-05-13T02:16:09.178Z] ---> 2d34520674bf [2021-05-13T02:16:09.178Z] [2021-05-13T02:16:09.364Z] OK: 7 MiB in 18 packages [2021-05-13T02:16:09.447Z] Successfully built 2d34520674bf [2021-05-13T02:16:09.447Z] Successfully tagged sys-mgmt-agent:latest [2021-05-13T02:16:10.075Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-05-13T02:16:10.122Z] $ docker stop --time=1 c280627af588f0cf67869405e1ddac594caad2073b4782c96c73d30f810138dc [2021-05-13T02:16:12.332Z] $ docker rm -f c280627af588f0cf67869405e1ddac594caad2073b4782c96c73d30f810138dc [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T02:16:12.787Z] Removing intermediate container 6b837902c4e2 [2021-05-13T02:16:12.787Z] ---> 70ab133f5d8b [2021-05-13T02:16:12.787Z] [2021-05-13T02:16:12.787Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T02:16:12.787Z] ---> 9852663dfa18 [2021-05-13T02:16:12.787Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T02:16:12.870Z] + docker images [2021-05-13T02:16:13.386Z] ---> Running in 4251e00133fe [2021-05-13T02:16:13.466Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-13T02:16:13.466Z] sys-mgmt-agent latest 2d34520674bf 5 seconds ago 312MB [2021-05-13T02:16:13.466Z] support-notifications latest 75a8fde7e9ca 37 seconds ago 17.7MB [2021-05-13T02:16:13.466Z] d55d2a65175d 48 seconds ago 1.15GB [2021-05-13T02:16:13.466Z] 17e036647c02 51 seconds ago 1.16GB [2021-05-13T02:16:13.466Z] security-proxy-setup latest fa66b1300e1e About a minute ago 25.3MB [2021-05-13T02:16:13.466Z] core-command latest fa642e47ae05 About a minute ago 17.1MB [2021-05-13T02:16:13.466Z] 624c8f1ec0bd About a minute ago 1.16GB [2021-05-13T02:16:13.466Z] db58da2924c3 About a minute ago 1.16GB [2021-05-13T02:16:13.466Z] security-bootstrapper latest 68f079ce8c21 3 minutes ago 18.2MB [2021-05-13T02:16:13.466Z] core-data latest a8bb0e13310e 3 minutes ago 21.6MB [2021-05-13T02:16:13.466Z] security-secretstore-setup latest 23adc5d330e2 3 minutes ago 25.8MB [2021-05-13T02:16:13.466Z] core-metadata latest a9728398ef51 3 minutes ago 18.6MB [2021-05-13T02:16:13.466Z] support-scheduler latest 03cb31b13ec6 3 minutes ago 17.1MB [2021-05-13T02:16:13.466Z] caf073446f94 3 minutes ago 1.17GB [2021-05-13T02:16:13.466Z] 414a7fe617ed 4 minutes ago 1.17GB [2021-05-13T02:16:13.466Z] a25680485e6e 4 minutes ago 1.16GB [2021-05-13T02:16:13.466Z] 584ce129f7c0 4 minutes ago 1.16GB [2021-05-13T02:16:13.466Z] e566899ae103 4 minutes ago 1.15GB [2021-05-13T02:16:13.466Z] ci-base-image-x86_64 latest e31f8776f20a 15 minutes ago 648MB [2021-05-13T02:16:13.466Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 13 days ago 445MB [2021-05-13T02:16:13.466Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 2 weeks ago 37.5MB [2021-05-13T02:16:13.466Z] alpine 3.12 13621d1b12d4 4 weeks ago 5.58MB [2021-05-13T02:16:13.466Z] docker 20.10.0 aefe523efa57 5 months ago 240MB [2021-05-13T02:16:13.466Z] 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-13T02:16:13.980Z] Removing intermediate container 4158c41ce821 [2021-05-13T02:16:13.980Z] ---> bea01d0c91d9 [2021-05-13T02:16:13.980Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T02:16:13.980Z] Removing intermediate container 8a6ce7a21b9b [2021-05-13T02:16:13.980Z] ---> 1313d48f6d47 [2021-05-13T02:16:13.980Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T02:16:13.980Z] Removing intermediate container 336312e541d2 [2021-05-13T02:16:13.980Z] ---> 6e7f2bd67b6e [2021-05-13T02:16:13.980Z] [2021-05-13T02:16:13.980Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T02:16:13.980Z] ---> 9852663dfa18 [2021-05-13T02:16:13.980Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-13T02:16:14.250Z] ---> Running in 927fa565f2a9 [2021-05-13T02:16:14.250Z] ---> Running in 447223b4a9b8 [2021-05-13T02:16:14.250Z] ---> Running in de17f2a0d1be [2021-05-13T02:16:14.846Z] Removing intermediate container 6ddba1045384 [2021-05-13T02:16:14.846Z] ---> b0ce95559242 [2021-05-13T02:16:14.846Z] [2021-05-13T02:16:14.846Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T02:16:14.846Z] ---> 9852663dfa18 [2021-05-13T02:16:14.846Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-13T02:16:15.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:16:15.444Z] ---> Running in 256f6d8c3c61 [2021-05-13T02:16:15.444Z] Removing intermediate container de17f2a0d1be [2021-05-13T02:16:15.444Z] ---> 0a757fef5705 [2021-05-13T02:16:15.444Z] Step 14/22 : WORKDIR /edgex [2021-05-13T02:16:15.444Z] Removing intermediate container 927fa565f2a9 [2021-05-13T02:16:15.444Z] ---> 3a47145eea1d [2021-05-13T02:16:15.444Z] Step 14/26 : WORKDIR / [2021-05-13T02:16:15.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:16:15.716Z] ---> Running in 15c79a44f4b5 [2021-05-13T02:16:15.716Z] ---> Running in 6f69b37bafca [2021-05-13T02:16:15.995Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:16:15.995Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-13T02:16:15.995Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:16:15.995Z] OK: 5 MiB in 15 packages [2021-05-13T02:16:16.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:16:16.540Z] Removing intermediate container 15c79a44f4b5 [2021-05-13T02:16:16.540Z] ---> 836e0ddb20df [2021-05-13T02:16:16.540Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-13T02:16:16.540Z] Removing intermediate container 6f69b37bafca [2021-05-13T02:16:16.540Z] ---> 8a0feda9b771 [2021-05-13T02:16:16.540Z] 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-13T02:16:16.817Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-13T02:16:16.817Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-13T02:16:16.817Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:16:16.817Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T02:16:17.094Z] OK: 6 MiB in 16 packages [2021-05-13T02:16:17.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:16:17.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:16:17.919Z] Removing intermediate container 4251e00133fe [2021-05-13T02:16:17.919Z] ---> 158f7b1bf92a [2021-05-13T02:16:17.919Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T02:16:17.919Z] ---> d5961aeea91b [2021-05-13T02:16:17.919Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-13T02:16:18.189Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-13T02:16:18.189Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:16:18.189Z] OK: 5 MiB in 15 packages [2021-05-13T02:16:18.189Z] ---> Running in 92d957913d1b [2021-05-13T02:16:18.189Z] ---> cfaac7021d52 [2021-05-13T02:16:18.189Z] 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-13T02:16:19.169Z] Removing intermediate container 92d957913d1b [2021-05-13T02:16:19.169Z] ---> fd3eb64fe8e7 [2021-05-13T02:16:19.169Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-13T02:16:19.453Z] ---> Running in cbb49c6d7c86 [2021-05-13T02:16:19.453Z] ---> 852bc6473bd5 [2021-05-13T02:16:19.453Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-13T02:16:19.730Z] Removing intermediate container 447223b4a9b8 [2021-05-13T02:16:19.730Z] ---> 1124865be472 [2021-05-13T02:16:19.730Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T02:16:19.730Z] ---> fdbaf5cdc99d [2021-05-13T02:16:19.730Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-13T02:16:20.003Z] Removing intermediate container 256f6d8c3c61 [2021-05-13T02:16:20.003Z] ---> 372fa0330e5b [2021-05-13T02:16:20.003Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T02:16:20.003Z] ---> Running in 35e3cab4348c [2021-05-13T02:16:20.003Z] Removing intermediate container cbb49c6d7c86 [2021-05-13T02:16:20.003Z] ---> ae4826160328 [2021-05-13T02:16:20.003Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T02:16:20.273Z] ---> Running in 39a7e55c915f [2021-05-13T02:16:20.273Z] ---> Running in 17148573144f [2021-05-13T02:16:20.545Z] ---> 5ef347046fd9 [2021-05-13T02:16:20.545Z] 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-13T02:16:20.820Z] Removing intermediate container 39a7e55c915f [2021-05-13T02:16:20.820Z] Removing intermediate container 35e3cab4348c [2021-05-13T02:16:20.820Z] ---> 69ea20c2b35d [2021-05-13T02:16:20.820Z] ---> 439ccbbbf5b2 [2021-05-13T02:16:20.820Z] Step 14/23 : ENV APP_PORT=48060Step 14/23 : ENV APP_PORT=48085 [2021-05-13T02:16:20.820Z] [2021-05-13T02:16:20.820Z] Removing intermediate container 17148573144f [2021-05-13T02:16:20.820Z] ---> faa6d6dcc89a [2021-05-13T02:16:20.820Z] Step 16/24 : WORKDIR / [2021-05-13T02:16:21.095Z] ---> Running in 57e48736755f [2021-05-13T02:16:21.095Z] ---> Running in 204c55ed48b9 [2021-05-13T02:16:21.371Z] ---> Running in 0a3f59af14da [2021-05-13T02:16:21.648Z] ---> 69df2d65a634 [2021-05-13T02:16:21.648Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-13T02:16:21.648Z] Removing intermediate container 204c55ed48b9 [2021-05-13T02:16:21.648Z] ---> b82b47fd0980 [2021-05-13T02:16:21.648Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T02:16:21.648Z] Removing intermediate container 57e48736755f [2021-05-13T02:16:21.648Z] ---> 6d0767c0f7d4 [2021-05-13T02:16:21.648Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T02:16:21.648Z] ---> 461ea0e931a0 [2021-05-13T02:16:21.648Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-13T02:16:21.920Z] ---> Running in a38022b7f706 [2021-05-13T02:16:21.920Z] ---> Running in 6357886238b7 [2021-05-13T02:16:21.920Z] ---> Running in d60538b187e0 [2021-05-13T02:16:22.196Z] Removing intermediate container 0a3f59af14da [2021-05-13T02:16:22.196Z] ---> d2f9dbcf51c4 [2021-05-13T02:16:22.196Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:16:22.806Z] Removing intermediate container 6357886238b7 [2021-05-13T02:16:22.806Z] ---> 62ba3fa8fe3f [2021-05-13T02:16:22.806Z] Step 19/22 : CMD ["--init=true"] [2021-05-13T02:16:22.806Z] Removing intermediate container d60538b187e0 [2021-05-13T02:16:22.806Z] ---> bae83759e647 [2021-05-13T02:16:22.806Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:16:22.806Z] Removing intermediate container a38022b7f706 [2021-05-13T02:16:22.806Z] ---> 610a44f8405c [2021-05-13T02:16:22.806Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:16:23.080Z] ---> Running in c37fab191f03 [2021-05-13T02:16:23.359Z] ---> 0a3ad0ac61fc [2021-05-13T02:16:23.359Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-13T02:16:23.359Z] ---> 064e66791f00 [2021-05-13T02:16:23.359Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-13T02:16:23.633Z] Removing intermediate container c37fab191f03 [2021-05-13T02:16:23.633Z] ---> 5271be6b5599 [2021-05-13T02:16:23.633Z] Step 20/22 : LABEL arch=arm64 [2021-05-13T02:16:24.255Z] ---> 2329a7caa3c2 [2021-05-13T02:16:24.255Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-13T02:16:24.255Z] ---> Running in 7b8771f1bfe4 [2021-05-13T02:16:24.255Z] ---> fb987d642f57 [2021-05-13T02:16:24.255Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-13T02:16:24.573Z] Removing intermediate container 7b8771f1bfe4 [2021-05-13T02:16:24.573Z] ---> 70066632c792 [2021-05-13T02:16:24.573Z] Step 21/22 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:16:25.175Z] ---> Running in e5d4ad676851 [2021-05-13T02:16:25.793Z] ---> 1238b44598a3 [2021-05-13T02:16:25.793Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-13T02:16:25.793Z] ---> 4e6f3bbb47c3 [2021-05-13T02:16:25.793Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-13T02:16:26.073Z] Removing intermediate container e5d4ad676851 [2021-05-13T02:16:26.073Z] ---> 64edb22a1bb6 [2021-05-13T02:16:26.073Z] Step 22/22 : LABEL version=0.0.0 [2021-05-13T02:16:26.345Z] ---> Running in c5a98558a84a [2021-05-13T02:16:26.614Z] ---> 71990950c312 [2021-05-13T02:16:26.614Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-13T02:16:26.897Z] ---> cdea4db8f671 [2021-05-13T02:16:26.897Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-13T02:16:26.897Z] ---> 82d07f5b8413 [2021-05-13T02:16:26.897Z] 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-13T02:16:26.897Z] Removing intermediate container c5a98558a84a [2021-05-13T02:16:26.897Z] ---> 68eb8029edfe [2021-05-13T02:16:26.897Z] [2021-05-13T02:16:26.897Z] ---> 336d2c0ec77f [2021-05-13T02:16:26.897Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-13T02:16:27.170Z] ---> Running in 99a56e283866 [2021-05-13T02:16:27.170Z] ---> Running in c13b5a9602a6 [2021-05-13T02:16:27.770Z] ---> cdf9ab6da0b1 [2021-05-13T02:16:27.770Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-13T02:16:27.770Z] Successfully built 68eb8029edfe [2021-05-13T02:16:27.770Z] Successfully tagged security-proxy-setup-arm64:latest [2021-05-13T02:16:27.770Z]  Building security-proxy-setup ... done Building sys-mgmt-agent [2021-05-13T02:16:28.044Z] ---> Running in 1592722cf401 [2021-05-13T02:16:28.044Z] Removing intermediate container 99a56e283866 [2021-05-13T02:16:28.044Z] ---> 77e7c778aa7e [2021-05-13T02:16:28.044Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-13T02:16:28.044Z] ---> 9b996bf13133 [2021-05-13T02:16:28.044Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:16:28.316Z] ---> Running in e4cd711685ff [2021-05-13T02:16:28.316Z] ---> Running in 5ea9aa7c444b [2021-05-13T02:16:28.587Z] Removing intermediate container 1592722cf401 [2021-05-13T02:16:28.587Z] ---> a940e1924ec9 [2021-05-13T02:16:28.587Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:16:28.848Z] Still waiting to schedule task [2021-05-13T02:16:28.848Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-13T02:16:28.867Z] ---> Running in fe48e0c4efb6 [2021-05-13T02:16:29.141Z] Removing intermediate container 5ea9aa7c444b [2021-05-13T02:16:29.141Z] ---> 98ab02a415e4 [2021-05-13T02:16:29.141Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T02:16:29.411Z] Removing intermediate container e4cd711685ff [2021-05-13T02:16:29.411Z] ---> 8f84777626cd [2021-05-13T02:16:29.411Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:16:30.015Z] ---> Running in b4c945f30de4 [2021-05-13T02:16:30.015Z] Removing intermediate container fe48e0c4efb6 [2021-05-13T02:16:30.015Z] ---> 1435f4588591 [2021-05-13T02:16:30.015Z] Step 21/23 : LABEL arch=arm64 [2021-05-13T02:16:30.624Z] ---> Running in 5c1c9face035 [2021-05-13T02:16:31.221Z] ---> Running in 40bb16afaa29 [2021-05-13T02:16:31.221Z] Removing intermediate container b4c945f30de4 [2021-05-13T02:16:31.221Z] ---> e128feca554d [2021-05-13T02:16:31.221Z] Step 23/24 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:16:31.221Z] Removing intermediate container c13b5a9602a6 [2021-05-13T02:16:31.221Z] ---> cf18ca3c7a97 [2021-05-13T02:16:31.221Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-13T02:16:31.817Z] Removing intermediate container 5c1c9face035 [2021-05-13T02:16:31.817Z] ---> add20819a4af [2021-05-13T02:16:31.817Z] Step 21/23 : LABEL arch=arm64 [2021-05-13T02:16:31.817Z] ---> Running in 365e8ca6e277 [2021-05-13T02:16:31.817Z] ---> Running in d4dfad8e8ed8 [2021-05-13T02:16:31.817Z] Removing intermediate container 40bb16afaa29 [2021-05-13T02:16:31.817Z] ---> 1001ebe96638 [2021-05-13T02:16:31.817Z] Step 22/23 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:16:31.817Z] ---> Running in a5c2980eea74 [2021-05-13T02:16:32.100Z] ---> Running in 04be0efd7c53 [2021-05-13T02:16:32.374Z] Removing intermediate container 365e8ca6e277 [2021-05-13T02:16:32.374Z] ---> a10071a8ab17 [2021-05-13T02:16:32.374Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T02:16:32.647Z] Removing intermediate container d4dfad8e8ed8 [2021-05-13T02:16:32.647Z] ---> 4c72fa5d10a8 [2021-05-13T02:16:32.647Z] Step 24/26 : LABEL arch=arm64 [2021-05-13T02:16:32.924Z] ---> Running in 44dc56dde784 [2021-05-13T02:16:32.924Z] Removing intermediate container a5c2980eea74 [2021-05-13T02:16:32.924Z] ---> 13955105f834 [2021-05-13T02:16:32.924Z] Step 22/23 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:16:33.196Z] Removing intermediate container 04be0efd7c53 [2021-05-13T02:16:33.196Z] ---> bd503de3da39 [2021-05-13T02:16:33.196Z] Step 23/23 : LABEL version=0.0.0 [2021-05-13T02:16:33.791Z] ---> Running in ddc0280541be [2021-05-13T02:16:33.791Z] ---> Running in 1e921b25bbfa [2021-05-13T02:16:34.066Z] ---> Running in 4762be6e23e7 [2021-05-13T02:16:34.066Z] Removing intermediate container 44dc56dde784 [2021-05-13T02:16:34.066Z] ---> ebe585749303 [2021-05-13T02:16:34.066Z] [2021-05-13T02:16:34.349Z] Removing intermediate container ddc0280541be [2021-05-13T02:16:34.349Z] ---> 50f6a61ff014 [2021-05-13T02:16:34.349Z] Step 23/23 : LABEL version=0.0.0 [2021-05-13T02:16:34.349Z] Removing intermediate container 1e921b25bbfa [2021-05-13T02:16:34.349Z] ---> ac3c8038a0b7 [2021-05-13T02:16:34.349Z] Step 25/26 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:16:34.624Z] Successfully built ebe585749303 [2021-05-13T02:16:34.624Z] Successfully tagged core-command-arm64:latest [2021-05-13T02:16:34.624Z] Building core-metadata [2021-05-13T02:16:34.901Z]  Building core-command ... done  ---> Running in 4485dc5f75d5 [2021-05-13T02:16:34.901Z] ---> Running in 93a9def38d4e [2021-05-13T02:16:34.901Z] Removing intermediate container 4762be6e23e7 [2021-05-13T02:16:34.901Z] ---> 1859b5b1aadc [2021-05-13T02:16:34.901Z] [2021-05-13T02:16:35.505Z] Successfully built 1859b5b1aadc [2021-05-13T02:16:35.506Z] Successfully tagged support-scheduler-arm64:latest [2021-05-13T02:16:35.506Z] Building security-bootstrapper [2021-05-13T02:16:35.506Z]  Building support-scheduler ... done Removing intermediate container 4485dc5f75d5 [2021-05-13T02:16:35.506Z] ---> c44d0fde8796 [2021-05-13T02:16:35.506Z] Step 26/26 : LABEL version=0.0.0 [2021-05-13T02:16:35.782Z] Removing intermediate container 93a9def38d4e [2021-05-13T02:16:35.782Z] ---> 3b014ab35ad9 [2021-05-13T02:16:35.782Z] [2021-05-13T02:16:35.782Z] ---> Running in 74d6cd9d3f9f [2021-05-13T02:16:36.058Z] Successfully built 3b014ab35ad9 [2021-05-13T02:16:36.331Z] Successfully tagged support-notifications-arm64:latest [2021-05-13T02:16:36.331Z]  Building support-notifications ... done Building core-data [2021-05-13T02:16:36.331Z] Removing intermediate container 74d6cd9d3f9f [2021-05-13T02:16:36.331Z] ---> 72599271457b [2021-05-13T02:16:36.331Z] [2021-05-13T02:16:36.921Z] Successfully built 72599271457b [2021-05-13T02:16:36.921Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-05-13T02:17:15.917Z]  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:17:15.917Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:17:15.917Z] ---> 03e07f319055 [2021-05-13T02:17:15.917Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T02:17:15.917Z] ---> Using cache [2021-05-13T02:17:15.917Z] ---> 120188b17e0a [2021-05-13T02:17:15.917Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:17:15.917Z] ---> Using cache [2021-05-13T02:17:15.917Z] ---> 377c3c6586af [2021-05-13T02:17:15.917Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-13T02:17:15.917Z] ---> Running in 209d39ec660a [2021-05-13T02:17:17.357Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:17:18.335Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:17:19.334Z] OK: 218 MiB in 52 packages [2021-05-13T02:17:22.488Z] Running on prd-ubuntu18.04-docker-8c-8g-4991 in /w/workspace/edgexfoundry_edgex-go_PR-3459 [Pipeline] { [Pipeline] ws [2021-05-13T02:17:22.507Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-05-13T02:17:22.751Z] Removing intermediate container 209d39ec660a [2021-05-13T02:17:22.751Z] ---> 7eaeba4e4132 [2021-05-13T02:17:22.751Z] Step 6/24 : COPY go.mod . [2021-05-13T02:17:23.733Z] ---> e460f85caf46 [2021-05-13T02:17:23.733Z] Step 7/24 : RUN go mod download [2021-05-13T02:17:24.330Z] ---> Running in 30bc7d522dee [2021-05-13T02:17:24.898Z] using credential edgex-jenkins-ssh [2021-05-13T02:17:24.912Z] Cloning the remote Git repository [2021-05-13T02:17:24.936Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-13T02:17:25.010Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-05-13T02:17:25.038Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-13T02:17:25.038Z] > git --version # timeout=10 [2021-05-13T02:17:25.044Z] > git --version # 'git version 2.17.1' [2021-05-13T02:17:25.045Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T02:17:25.069Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T02:17:26.968Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:17:26.968Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:17:26.968Z] ---> 03e07f319055 [2021-05-13T02:17:26.968Z] Step 3/32 : WORKDIR /edgex-go [2021-05-13T02:17:26.968Z] ---> Using cache [2021-05-13T02:17:26.968Z] ---> 120188b17e0a [2021-05-13T02:17:26.968Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:17:26.968Z] ---> Using cache [2021-05-13T02:17:26.968Z] ---> 377c3c6586af [2021-05-13T02:17:26.968Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-13T02:17:26.968Z] ---> Using cache [2021-05-13T02:17:26.968Z] ---> 7aaf0c29711c [2021-05-13T02:17:26.968Z] Step 6/32 : COPY go.mod . [2021-05-13T02:17:26.968Z] ---> Using cache [2021-05-13T02:17:26.968Z] ---> 361b642d6eba [2021-05-13T02:17:26.968Z] Step 7/32 : RUN go mod download [2021-05-13T02:17:26.968Z] ---> Using cache [2021-05-13T02:17:26.968Z] ---> 6956975ad1ea [2021-05-13T02:17:26.968Z] Step 8/32 : COPY . . [2021-05-13T02:17:26.968Z] ---> Using cache [2021-05-13T02:17:26.968Z] ---> 76d6b4d3753c [2021-05-13T02:17:26.968Z] Step 9/32 : RUN go mod tidy [2021-05-13T02:17:26.968Z] ---> Using cache [2021-05-13T02:17:26.968Z] ---> 925adb1c3648 [2021-05-13T02:17:26.968Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-13T02:17:26.968Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:17:26.968Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:17:26.968Z] ---> 03e07f319055 [2021-05-13T02:17:26.968Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T02:17:26.968Z] ---> Using cache [2021-05-13T02:17:26.968Z] ---> 120188b17e0a [2021-05-13T02:17:26.968Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:17:26.968Z] ---> Using cache [2021-05-13T02:17:26.968Z] ---> 377c3c6586af [2021-05-13T02:17:26.968Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T02:17:26.968Z] ---> Using cache [2021-05-13T02:17:26.968Z] ---> 7aaf0c29711c [2021-05-13T02:17:26.968Z] Step 6/24 : COPY go.mod . [2021-05-13T02:17:26.968Z] ---> Using cache [2021-05-13T02:17:26.968Z] ---> 361b642d6eba [2021-05-13T02:17:26.968Z] Step 7/24 : RUN go mod download [2021-05-13T02:17:26.968Z] ---> Using cache [2021-05-13T02:17:26.968Z] ---> 6956975ad1ea [2021-05-13T02:17:26.968Z] Step 8/24 : COPY . . [2021-05-13T02:17:27.241Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:17:27.241Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:17:27.241Z] ---> 03e07f319055 [2021-05-13T02:17:27.241Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T02:17:27.241Z] ---> Using cache [2021-05-13T02:17:27.241Z] ---> 120188b17e0a [2021-05-13T02:17:27.241Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:17:27.241Z] ---> Using cache [2021-05-13T02:17:27.241Z] ---> 377c3c6586af [2021-05-13T02:17:27.241Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-13T02:17:27.241Z] ---> Using cache [2021-05-13T02:17:27.241Z] ---> 76d6b4d3753c [2021-05-13T02:17:27.241Z] Step 9/24 : RUN go mod tidy [2021-05-13T02:17:27.241Z] ---> Using cache [2021-05-13T02:17:27.241Z] ---> 925adb1c3648 [2021-05-13T02:17:27.241Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-13T02:17:27.515Z] ---> Running in fbe34c2fc566 [2021-05-13T02:17:27.515Z] ---> Running in 54c01c19ac62 [2021-05-13T02:17:27.515Z] ---> Running in f9d62480c98e [2021-05-13T02:17:28.117Z] Removing intermediate container 30bc7d522dee [2021-05-13T02:17:28.117Z] ---> cd4406acaee9 [2021-05-13T02:17:28.117Z] Step 8/24 : COPY . . [2021-05-13T02:17:29.557Z] 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-13T02:17:29.834Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:17:29.835Z] 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-13T02:17:31.279Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:17:32.271Z] OK: 218 MiB in 52 packages [2021-05-13T02:17:36.652Z] Removing intermediate container f9d62480c98e [2021-05-13T02:17:36.652Z] ---> dc873dca3b13 [2021-05-13T02:17:36.652Z] Step 6/24 : COPY go.mod . [2021-05-13T02:17:37.648Z] ---> 15a137798e63 [2021-05-13T02:17:37.648Z] Step 7/24 : RUN go mod download [2021-05-13T02:17:38.276Z] ---> Running in a3bd90e95c43 [2021-05-13T02:17:43.713Z] Removing intermediate container a3bd90e95c43 [2021-05-13T02:17:43.713Z] ---> b76c101144f6 [2021-05-13T02:17:43.713Z] Step 8/24 : COPY . . [2021-05-13T02:17:50.462Z] ---> c455fe74ba01 [2021-05-13T02:17:50.462Z] Step 9/24 : RUN go mod tidy [2021-05-13T02:17:51.454Z] ---> Running in 2d8f22bfc65a [2021-05-13T02:18:01.676Z] Removing intermediate container 2d8f22bfc65a [2021-05-13T02:18:01.676Z] ---> 0b3d17c0d6e6 [2021-05-13T02:18:01.676Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-13T02:18:01.676Z] ---> Running in e33b471881f8 [2021-05-13T02:18:02.659Z] 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-13T02:18:05.296Z] ---> 663a04a71555 [2021-05-13T02:18:05.296Z] Step 9/24 : RUN go mod tidy [2021-05-13T02:18:05.573Z] ---> Running in ac6b1870300a [2021-05-13T02:18:14.099Z] Removing intermediate container ac6b1870300a [2021-05-13T02:18:14.099Z] ---> c1bc6ff45af4 [2021-05-13T02:18:14.099Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-13T02:18:14.099Z] ---> Running in fd8502ec2e6a [2021-05-13T02:18:14.703Z] 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-13T02:18:22.382Z] Merging remotes/origin/master commit efcc50239e0d152f0b735e3d100765ac31cee296 into PR head commit dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:18:22.570Z] Merge succeeded, producing dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:18:22.570Z] Checking out Revision dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 (PR-3459) [2021-05-13T02:18:21.719Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-13T02:18:21.728Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T02:18:21.745Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-13T02:18:21.794Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-13T02:18:21.794Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T02:18:21.803Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3459/head:refs/remotes/origin/PR-3459 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-13T02:18:22.395Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T02:18:22.404Z] > git checkout -f dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 # timeout=10 [2021-05-13T02:18:22.538Z] > git remote # timeout=10 [2021-05-13T02:18:22.545Z] > git config --get remote.origin.url # timeout=10 [2021-05-13T02:18:22.554Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T02:18:22.557Z] > git merge efcc50239e0d152f0b735e3d100765ac31cee296 # timeout=10 [2021-05-13T02:18:22.566Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-13T02:18:22.575Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T02:18:22.582Z] > git checkout -f dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 # timeout=10 [2021-05-13T02:18:26.286Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:18:27.324Z] + echo snap-build.sh [2021-05-13T02:18:27.324Z] snap-build.sh [2021-05-13T02:18:27.324Z] + SNAP_BASE_DIR=. [2021-05-13T02:18:27.324Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-05-13T02:18:27.324Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-05-13T02:18:27.324Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-05-13T02:18:27.324Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-05-13T02:18:27.324Z] + cd /w/workspace/edgex-go/3 [2021-05-13T02:18:27.324Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-13T02:18:27.324Z] Reading package lists... [2021-05-13T02:18:27.585Z] Building dependency tree... [2021-05-13T02:18:27.586Z] Reading state information... [2021-05-13T02:18:27.586Z] The following packages were automatically installed and are no longer required: [2021-05-13T02:18:27.586Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-13T02:18:27.586Z] uidmap xdelta3 [2021-05-13T02:18:27.586Z] Use 'sudo apt autoremove' to remove them. [2021-05-13T02:18:27.586Z] The following packages will be REMOVED: [2021-05-13T02:18:27.586Z] lxd* lxd-client* [2021-05-13T02:18:28.167Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-13T02:18:28.167Z] After this operation, 31.7 MB disk space will be freed. [2021-05-13T02:18:29.213Z] (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-13T02:18:29.213Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-13T02:18:30.156Z] Removing lxd dnsmasq configuration [2021-05-13T02:18:30.418Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-13T02:18:30.418Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-13T02:18:31.363Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-13T02:18:31.625Z] (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-13T02:18:31.625Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-13T02:18:33.012Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-13T02:18:33.012Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-13T02:18:34.404Z] + sudo snap remove --purge lxd [2021-05-13T02:18:34.664Z] snap "lxd" is not installed [2021-05-13T02:18:34.664Z] + sudo groupadd --force --system lxd [2021-05-13T02:18:34.664Z] ++ whoami [2021-05-13T02:18:34.664Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-13T02:18:34.925Z] + newgrp - lxd [2021-05-13T02:18:34.925Z] + sudo snap install lxd [2021-05-13T02:18:43.079Z] 2021-05-13T02:18:40Z INFO Waiting for automatic snapd restart... [2021-05-13T02:18:55.415Z] lxd 4.14 from Canonical* installed [2021-05-13T02:18:55.415Z] + sudo lxd init --auto [2021-05-13T02:19:01.760Z] Removing intermediate container fbe34c2fc566 [2021-05-13T02:19:01.760Z] ---> 9e5d260158c8 [2021-05-13T02:19:01.760Z] [2021-05-13T02:19:01.760Z] Step 11/32 : FROM alpine:3.12 [2021-05-13T02:19:01.760Z] ---> 9852663dfa18 [2021-05-13T02:19:01.760Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-13T02:19:01.760Z] ---> Running in a4010409c4f3 [2021-05-13T02:19:01.760Z] Removing intermediate container a4010409c4f3 [2021-05-13T02:19:01.760Z] ---> 2cd464cf7fd4 [2021-05-13T02:19:01.760Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-13T02:19:01.760Z] ---> Running in edab5ad18fff [2021-05-13T02:19:01.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:19:01.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:19:01.760Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-13T02:19:01.760Z] (2/2) Installing su-exec (0.2-r1) [2021-05-13T02:19:01.760Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:19:01.760Z] OK: 5 MiB in 16 packages [2021-05-13T02:19:01.760Z] Removing intermediate container edab5ad18fff [2021-05-13T02:19:01.760Z] ---> 0f954a2e0dc3 [2021-05-13T02:19:01.760Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-13T02:19:01.760Z] ---> Running in df2aadace780 [2021-05-13T02:19:01.760Z] Removing intermediate container df2aadace780 [2021-05-13T02:19:01.760Z] ---> ce1b53a3b9b5 [2021-05-13T02:19:01.760Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-13T02:19:01.760Z] ---> Running in a6c55faab5d0 [2021-05-13T02:19:02.075Z] Removing intermediate container a6c55faab5d0 [2021-05-13T02:19:02.075Z] ---> 2532d6561633 [2021-05-13T02:19:02.075Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-13T02:19:02.075Z] ---> Running in b508aef4ea17 [2021-05-13T02:19:03.770Z] + sudo snap install --classic snapcraft [2021-05-13T02:19:05.715Z] Removing intermediate container b508aef4ea17 [2021-05-13T02:19:05.715Z] ---> fbd44c8369c7 [2021-05-13T02:19:05.715Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-13T02:19:05.715Z] ---> Running in a435a22c9076 [2021-05-13T02:19:06.376Z] Removing intermediate container a435a22c9076 [2021-05-13T02:19:06.376Z] ---> 962359839a30 [2021-05-13T02:19:06.376Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-13T02:19:07.892Z] ---> a8aa77a7fda7 [2021-05-13T02:19:07.892Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-13T02:19:07.892Z] ---> Running in f0f8cafe3843 [2021-05-13T02:19:10.591Z] snapcraft 4.7.1 from Canonical* installed [2021-05-13T02:19:10.591Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-13T02:19:10.591Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-13T02:19:10.591Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T02:19:10.591Z] Dload Upload Total Spent Left Speed [2021-05-13T02:19:10.591Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4714 0 --:--:-- --:--:-- --:--:-- 4750 [2021-05-13T02:19:10.591Z] 0 3325k 0 19279 0 0 56870 0 0:00:59 --:--:-- 0:00:59 56870 100 3325k 100 3325k 0 0 3723k 0 --:--:-- --:--:-- --:--:-- 5978k [2021-05-13T02:19:10.591Z] ./yq_linux_amd64 [2021-05-13T02:19:10.591Z] + sudo snapcraft prime --use-lxd [2021-05-13T02:19:11.617Z] Removing intermediate container f0f8cafe3843 [2021-05-13T02:19:11.617Z] ---> c4edf909cd44 [2021-05-13T02:19:11.617Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:19:12.391Z] ---> c81f7d3a3299 [2021-05-13T02:19:12.392Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-13T02:19:12.785Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-13T02:19:12.785Z] 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-13T02:19:12.785Z] - README.md [2021-05-13T02:19:12.785Z] [2021-05-13T02:19:12.785Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-13T02:19:13.385Z] Launching a container. [2021-05-13T02:19:14.597Z] ---> 2a80235b3993 [2021-05-13T02:19:14.598Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-13T02:19:15.623Z] ---> 0af76b43ec41 [2021-05-13T02:19:15.623Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-13T02:19:17.251Z] ---> b66e0fc1078d [2021-05-13T02:19:17.251Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-13T02:19:18.823Z] ---> 8ce65c1ae56c [2021-05-13T02:19:18.823Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-13T02:19:19.473Z] ---> Running in 468caae27fad [2021-05-13T02:19:20.994Z] Removing intermediate container 468caae27fad [2021-05-13T02:19:20.994Z] ---> ddf1c4f72c05 [2021-05-13T02:19:20.994Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-13T02:19:21.836Z] Waiting for container to be ready [2021-05-13T02:19:22.109Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-13T02:19:22.109Z] [2021-05-13T02:19:22.471Z] Removing intermediate container 54c01c19ac62 [2021-05-13T02:19:22.471Z] ---> 52361a72b455 [2021-05-13T02:19:22.471Z] [2021-05-13T02:19:22.471Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T02:19:22.471Z] ---> 9852663dfa18 [2021-05-13T02:19:22.471Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T02:19:22.471Z] ---> Using cache [2021-05-13T02:19:22.471Z] ---> 372fa0330e5b [2021-05-13T02:19:22.471Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T02:19:22.471Z] ---> Using cache [2021-05-13T02:19:22.471Z] ---> 439ccbbbf5b2 [2021-05-13T02:19:22.471Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-13T02:19:22.471Z] ---> a7f1dd278b9b [2021-05-13T02:19:22.471Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-13T02:19:22.471Z] ---> Running in 90e03a4cb9fb [2021-05-13T02:19:22.755Z] ---> Running in 069c581a09c5 [2021-05-13T02:19:23.396Z] Removing intermediate container 90e03a4cb9fb [2021-05-13T02:19:23.396Z] ---> c506bb1ef59e [2021-05-13T02:19:23.396Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T02:19:23.699Z] ---> Running in f224366fb965 [2021-05-13T02:19:24.803Z] Removing intermediate container f224366fb965 [2021-05-13T02:19:24.803Z] ---> 742ba98bdfba [2021-05-13T02:19:24.803Z] Step 16/24 : WORKDIR / [2021-05-13T02:19:25.103Z] ---> Running in 610870eb9ab9 [2021-05-13T02:19:26.460Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-13T02:19:26.460Z] Waiting for network to be ready... [2021-05-13T02:19:26.617Z] Removing intermediate container 610870eb9ab9 [2021-05-13T02:19:26.617Z] ---> 5e2de422d023 [2021-05-13T02:19:26.617Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:19:26.746Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-13T02:19:27.018Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1725 kB] [2021-05-13T02:19:27.018Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-13T02:19:27.291Z] Removing intermediate container 069c581a09c5 [2021-05-13T02:19:27.291Z] ---> 691a027fea45 [2021-05-13T02:19:27.291Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-13T02:19:27.297Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] [2021-05-13T02:19:27.297Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-13T02:19:27.297Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-13T02:19:27.297Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] [2021-05-13T02:19:27.297Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-13T02:19:27.297Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-13T02:19:27.297Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-13T02:19:27.569Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-13T02:19:27.569Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-13T02:19:27.584Z] ---> Running in 56b3f4a53ca3 [2021-05-13T02:19:27.860Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-13T02:19:27.860Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-13T02:19:27.860Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-13T02:19:27.860Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-13T02:19:27.860Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-13T02:19:27.860Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-13T02:19:27.886Z] ---> 2eb7fc651bae [2021-05-13T02:19:27.886Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-13T02:19:28.561Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-13T02:19:28.562Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] [2021-05-13T02:19:28.562Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-13T02:19:28.562Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-13T02:19:28.562Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-13T02:19:28.562Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-13T02:19:28.562Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-13T02:19:28.562Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-13T02:19:28.562Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-13T02:19:28.565Z] Removing intermediate container 56b3f4a53ca3 [2021-05-13T02:19:28.565Z] ---> 7fe9d288c64d [2021-05-13T02:19:28.565Z] Step 29/32 : CMD ["gate"] [2021-05-13T02:19:29.191Z] ---> Running in 77031ecf09db [2021-05-13T02:19:29.812Z] ---> 465a8d05571f [2021-05-13T02:19:29.813Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-13T02:19:30.155Z] Removing intermediate container 77031ecf09db [2021-05-13T02:19:30.155Z] ---> cd7a6b5460d5 [2021-05-13T02:19:30.155Z] Step 30/32 : LABEL arch=arm64 [2021-05-13T02:19:30.793Z] ---> Running in 8b282b369b7b [2021-05-13T02:19:30.793Z] ---> bfd6292162f1 [2021-05-13T02:19:30.793Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-13T02:19:31.450Z] ---> Running in b8188bbd8c47 [2021-05-13T02:19:31.743Z] Removing intermediate container 8b282b369b7b [2021-05-13T02:19:31.743Z] ---> bfaf0ea122b1 [2021-05-13T02:19:31.743Z] Step 31/32 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:19:32.007Z] Fetched 24.6 MB in 5s (4713 kB/s) [2021-05-13T02:19:32.265Z] Removing intermediate container b8188bbd8c47 [2021-05-13T02:19:32.265Z] ---> c631b9a97121 [2021-05-13T02:19:32.265Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:19:32.569Z] ---> Running in 68f1d5c14880 [2021-05-13T02:19:32.860Z] ---> Running in 3cd5917c258e [2021-05-13T02:19:33.492Z] Reading package lists... [2021-05-13T02:19:33.539Z] Removing intermediate container 68f1d5c14880 [2021-05-13T02:19:33.539Z] ---> bf2e00cd7e70 [2021-05-13T02:19:33.539Z] Step 32/32 : LABEL version=0.0.0 [2021-05-13T02:19:33.760Z] Reading package lists... [2021-05-13T02:19:33.761Z] Building dependency tree... [2021-05-13T02:19:33.761Z] Reading state information... [2021-05-13T02:19:33.841Z] Removing intermediate container 3cd5917c258e [2021-05-13T02:19:33.841Z] ---> dc14902975da [2021-05-13T02:19:33.841Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T02:19:34.024Z] The following additional packages will be installed: [2021-05-13T02:19:34.024Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-13T02:19:34.024Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-13T02:19:34.024Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-13T02:19:34.024Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-13T02:19:34.024Z] Suggested packages: [2021-05-13T02:19:34.024Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-13T02:19:34.024Z] Recommended packages: [2021-05-13T02:19:34.024Z] gnupg libsasl2-modules [2021-05-13T02:19:34.024Z] The following NEW packages will be installed: [2021-05-13T02:19:34.024Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-13T02:19:34.024Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-13T02:19:34.024Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-13T02:19:34.024Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-13T02:19:34.024Z] The following packages will be upgraded: [2021-05-13T02:19:34.024Z] gpg gpg-agent gpgconf libudev1 [2021-05-13T02:19:34.024Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-13T02:19:34.024Z] Need to get 3530 kB of archives. [2021-05-13T02:19:34.024Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-13T02:19:34.024Z] 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-13T02:19:34.024Z] 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-13T02:19:34.024Z] 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-13T02:19:34.024Z] 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-13T02:19:34.288Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-13T02:19:34.499Z] ---> Running in 1bf2a5b284df [2021-05-13T02:19:34.499Z] ---> Running in 5eda80bc4387 [2021-05-13T02:19:34.571Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-13T02:19:34.867Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-13T02:19:34.867Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-13T02:19:34.867Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-13T02:19:35.161Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-13T02:19:35.161Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-13T02:19:35.161Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-13T02:19:35.161Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-13T02:19:35.161Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-13T02:19:35.161Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-13T02:19:35.161Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-13T02:19:35.161Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-13T02:19:35.161Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-13T02:19:35.161Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-13T02:19:35.161Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-13T02:19:35.161Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-13T02:19:35.161Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-13T02:19:35.435Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-13T02:19:35.435Z] Fetched 3530 kB in 1s (3175 kB/s) [2021-05-13T02:19:35.435Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-13T02:19:35.435Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-13T02:19:35.435Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-13T02:19:35.435Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-13T02:19:35.726Z] Selecting previously unselected package udev. [2021-05-13T02:19:35.726Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-13T02:19:35.726Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-13T02:19:35.726Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-13T02:19:36.039Z] Selecting previously unselected package libfuse2:amd64. [2021-05-13T02:19:36.039Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-13T02:19:36.039Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-13T02:19:36.039Z] Selecting previously unselected package fuse. [2021-05-13T02:19:36.039Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-13T02:19:36.039Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-13T02:19:36.073Z] Removing intermediate container 1bf2a5b284df [2021-05-13T02:19:36.073Z] ---> 21bb78095ce9 [2021-05-13T02:19:36.073Z] Step 23/24 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:19:36.073Z] Removing intermediate container 5eda80bc4387 [2021-05-13T02:19:36.073Z] ---> db2cc9996894 [2021-05-13T02:19:36.073Z] [2021-05-13T02:19:36.327Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-13T02:19:36.327Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-13T02:19:36.327Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-13T02:19:36.327Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-13T02:19:36.433Z] ---> Running in 72717ee22676 [2021-05-13T02:19:36.594Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-13T02:19:36.594Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-13T02:19:36.594Z] Selecting previously unselected package libksba8:amd64. [2021-05-13T02:19:36.594Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-13T02:19:36.594Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-13T02:19:36.594Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-13T02:19:36.594Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T02:19:36.594Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T02:19:36.752Z] Successfully built db2cc9996894 [2021-05-13T02:19:36.752Z] Successfully tagged security-bootstrapper-arm64:latest [2021-05-13T02:19:36.903Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-13T02:19:36.904Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T02:19:36.904Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T02:19:36.904Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-13T02:19:36.904Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T02:19:36.904Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T02:19:36.904Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-13T02:19:36.904Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T02:19:36.904Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T02:19:37.204Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-13T02:19:37.204Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T02:19:37.204Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T02:19:37.204Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-13T02:19:37.204Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T02:19:37.204Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T02:19:37.204Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-13T02:19:37.204Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T02:19:37.204Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T02:19:37.501Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-13T02:19:37.501Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T02:19:37.501Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T02:19:37.501Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-13T02:19:37.501Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T02:19:37.501Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T02:19:37.501Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-13T02:19:37.501Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-13T02:19:37.501Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-13T02:19:37.501Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-13T02:19:37.501Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-13T02:19:37.501Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-13T02:19:37.775Z] Selecting previously unselected package libldap-common. [2021-05-13T02:19:37.775Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-13T02:19:37.775Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-13T02:19:37.775Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-13T02:19:37.775Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-13T02:19:37.775Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-13T02:19:37.775Z] Selecting previously unselected package dirmngr. [2021-05-13T02:19:37.816Z]  Building security-bootstrapper ... done Removing intermediate container 72717ee22676 [2021-05-13T02:19:37.816Z] ---> 6e632218c6cd [2021-05-13T02:19:37.816Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T02:19:37.816Z] Removing intermediate container e33b471881f8 [2021-05-13T02:19:37.816Z] ---> f35f4252b746 [2021-05-13T02:19:37.816Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-13T02:19:37.816Z] ---> Running in 5adfe1ac38ad [2021-05-13T02:19:38.066Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-13T02:19:38.066Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-13T02:19:38.066Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-13T02:19:38.066Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-13T02:19:38.066Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-13T02:19:38.066Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-13T02:19:38.066Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-13T02:19:38.066Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-13T02:19:38.066Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T02:19:38.103Z] ---> Running in 97931cd9fbfc [2021-05-13T02:19:38.351Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-13T02:19:38.352Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-13T02:19:38.352Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-13T02:19:38.649Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-13T02:19:38.649Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T02:19:38.912Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-13T02:19:38.912Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-13T02:19:38.912Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-13T02:19:38.912Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T02:19:38.912Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T02:19:38.912Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T02:19:38.912Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T02:19:38.912Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T02:19:38.912Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T02:19:38.965Z] Removing intermediate container 5adfe1ac38ad [2021-05-13T02:19:38.965Z] ---> 0f918cae6b57 [2021-05-13T02:19:38.966Z] [2021-05-13T02:19:39.182Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T02:19:39.183Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-13T02:19:39.183Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-13T02:19:39.183Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-13T02:19:39.586Z] Successfully built 0f918cae6b57 [2021-05-13T02:19:39.586Z] Successfully tagged core-metadata-arm64:latest [2021-05-13T02:19:39.774Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-13T02:19:39.774Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-13T02:19:39.774Z] This means they are not meant to be enabled using systemctl. [2021-05-13T02:19:39.774Z] Possible reasons for having this kind of units are: [2021-05-13T02:19:39.774Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-13T02:19:39.774Z] .wants/ or .requires/ directory. [2021-05-13T02:19:39.774Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-13T02:19:39.774Z] a requirement dependency on it. [2021-05-13T02:19:39.774Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-13T02:19:39.774Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-13T02:19:39.774Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-13T02:19:39.774Z] instance name specified. [2021-05-13T02:19:40.048Z] Reading package lists... [2021-05-13T02:19:40.264Z]  Building core-metadata ... done 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-13T02:19:40.367Z] Building dependency tree... [2021-05-13T02:19:40.367Z] Reading state information... [2021-05-13T02:19:40.367Z] The following additional packages will be installed: [2021-05-13T02:19:40.367Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-13T02:19:40.367Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-13T02:19:40.367Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-13T02:19:40.367Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-13T02:19:40.367Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-13T02:19:40.367Z] Suggested packages: [2021-05-13T02:19:40.367Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-13T02:19:40.367Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-13T02:19:40.367Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-13T02:19:40.367Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-13T02:19:40.367Z] systemd-container policykit-1 [2021-05-13T02:19:40.367Z] Recommended packages: [2021-05-13T02:19:40.367Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-13T02:19:40.367Z] The following NEW packages will be installed: [2021-05-13T02:19:40.367Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-13T02:19:40.367Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-13T02:19:40.367Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-13T02:19:40.367Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-13T02:19:40.367Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-13T02:19:40.367Z] The following packages will be upgraded: [2021-05-13T02:19:40.367Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-13T02:19:40.893Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-13T02:19:40.894Z] Need to get 35.2 MB of archives. [2021-05-13T02:19:40.894Z] After this operation, 141 MB of additional disk space will be used. [2021-05-13T02:19:40.894Z] 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-13T02:19:40.894Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-13T02:19:40.894Z] 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-13T02:19:40.894Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-13T02:19:40.894Z] 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-13T02:19:40.894Z] 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-13T02:19:40.894Z] 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-13T02:19:40.894Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-13T02:19:40.894Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-13T02:19:40.894Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-13T02:19:40.894Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-13T02:19:40.894Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-13T02:19:40.894Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-13T02:19:40.894Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-13T02:19:40.894Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-13T02:19:40.894Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-13T02:19:40.894Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-13T02:19:41.551Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-13T02:19:41.551Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-13T02:19:41.873Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-13T02:19:41.873Z] 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-13T02:19:41.873Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-13T02:19:41.873Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-13T02:19:41.873Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-13T02:19:41.873Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-13T02:19:41.873Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-13T02:19:41.873Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-13T02:19:41.873Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-13T02:19:41.873Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-13T02:19:41.873Z] 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-13T02:19:42.141Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-13T02:19:42.141Z] Fetched 35.2 MB in 1s (25.6 MB/s) [2021-05-13T02:19:42.141Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-13T02:19:42.141Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-13T02:19:42.416Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-13T02:19:43.086Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-13T02:19:43.086Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-13T02:19:43.086Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-13T02:19:43.094Z] Removing intermediate container 97931cd9fbfc [2021-05-13T02:19:43.094Z] ---> 49b56269e8b7 [2021-05-13T02:19:43.094Z] [2021-05-13T02:19:43.094Z] Step 12/24 : FROM docker:20.10.0 [2021-05-13T02:19:43.094Z] 20.10.0: Pulling from library/docker [2021-05-13T02:19:43.353Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-13T02:19:43.353Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-13T02:19:43.353Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-13T02:19:43.353Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-13T02:19:43.686Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-13T02:19:43.686Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-13T02:19:43.686Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-13T02:19:44.002Z] Setting up apt (1.6.13) ... [2021-05-13T02:19:44.002Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-13T02:19:44.305Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-13T02:19:44.572Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-13T02:19:44.572Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-13T02:19:44.572Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-13T02:19:46.211Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-13T02:19:46.211Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-13T02:19:46.211Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T02:19:46.493Z] Selecting previously unselected package libexpat1:amd64. [2021-05-13T02:19:46.493Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-13T02:19:46.493Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-13T02:19:46.493Z] Selecting previously unselected package python3.6-minimal. [2021-05-13T02:19:46.493Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-13T02:19:46.493Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T02:19:46.802Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-13T02:19:47.072Z] Checking for services that may need to be restarted...done. [2021-05-13T02:19:47.072Z] Checking for services that may need to be restarted...done. [2021-05-13T02:19:47.072Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T02:19:47.072Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-13T02:19:47.072Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T02:19:47.682Z] Selecting previously unselected package python3-minimal. [2021-05-13T02:19:47.682Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-13T02:19:47.682Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-13T02:19:47.682Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-13T02:19:47.682Z] Selecting previously unselected package mime-support. [2021-05-13T02:19:47.682Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-13T02:19:47.682Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-13T02:19:47.963Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-13T02:19:47.963Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-13T02:19:47.963Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-13T02:19:47.963Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-13T02:19:47.963Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-13T02:19:47.963Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T02:19:48.281Z] Selecting previously unselected package python3.6. [2021-05-13T02:19:48.281Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-13T02:19:48.281Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T02:19:48.281Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-13T02:19:48.281Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-13T02:19:48.281Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-13T02:19:48.281Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-13T02:19:48.563Z] Selecting previously unselected package python3. [2021-05-13T02:19:48.563Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-13T02:19:48.563Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-13T02:19:48.563Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-13T02:19:48.836Z] Selecting previously unselected package multiarch-support. [2021-05-13T02:19:48.836Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-13T02:19:48.836Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-13T02:19:48.836Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-13T02:19:48.836Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-13T02:19:48.836Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-13T02:19:48.836Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-13T02:19:48.836Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-13T02:19:49.107Z] Selecting previously unselected package libbsd0:amd64. [2021-05-13T02:19:49.107Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-13T02:19:49.107Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-13T02:19:49.107Z] Selecting previously unselected package sudo. [2021-05-13T02:19:49.107Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-13T02:19:49.107Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-13T02:19:49.400Z] Selecting previously unselected package apparmor. [2021-05-13T02:19:49.400Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-13T02:19:49.400Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-13T02:19:49.400Z] Selecting previously unselected package libedit2:amd64. [2021-05-13T02:19:49.400Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-13T02:19:49.400Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-13T02:19:49.400Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-13T02:19:49.400Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-13T02:19:49.400Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T02:19:49.706Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-13T02:19:49.706Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-13T02:19:49.706Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T02:19:49.706Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-13T02:19:49.706Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-13T02:19:49.706Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-13T02:19:49.707Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-13T02:19:49.707Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-13T02:19:49.707Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T02:19:49.988Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-13T02:19:49.988Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-13T02:19:49.988Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T02:19:49.988Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-13T02:19:49.988Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-13T02:19:49.988Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-13T02:19:50.254Z] Selecting previously unselected package openssh-client. [2021-05-13T02:19:50.254Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-13T02:19:50.254Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-13T02:19:50.518Z] Selecting previously unselected package squashfs-tools. [2021-05-13T02:19:50.518Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-13T02:19:50.518Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-13T02:19:50.518Z] Selecting previously unselected package snapd. [2021-05-13T02:19:50.518Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-13T02:19:50.518Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-13T02:19:51.873Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-13T02:19:51.873Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-13T02:19:51.873Z] ---> eeaf43b92773 [2021-05-13T02:19:51.873Z] 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-13T02:19:52.159Z] ---> Running in 615ba11cabab [2021-05-13T02:19:53.193Z] Removing intermediate container 615ba11cabab [2021-05-13T02:19:53.193Z] ---> 6ee27a9f3a0a [2021-05-13T02:19:53.193Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-13T02:19:53.193Z] Removing intermediate container fd8502ec2e6a [2021-05-13T02:19:53.193Z] ---> 0cc8a2577f69 [2021-05-13T02:19:53.193Z] [2021-05-13T02:19:53.193Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T02:19:53.193Z] ---> 9852663dfa18 [2021-05-13T02:19:53.193Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-13T02:19:53.193Z] ---> Running in 9d682a04dfcb [2021-05-13T02:19:53.204Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-13T02:19:53.204Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-13T02:19:53.204Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-13T02:19:53.204Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-13T02:19:53.204Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-13T02:19:53.204Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T02:19:53.204Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-13T02:19:53.204Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-13T02:19:53.204Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-13T02:19:53.800Z] ---> Running in b7d6140322dc [2021-05-13T02:19:54.173Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-13T02:19:54.173Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-13T02:19:54.173Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-13T02:19:54.173Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T02:19:54.173Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T02:19:54.173Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T02:19:54.409Z] Removing intermediate container b7d6140322dc [2021-05-13T02:19:54.409Z] ---> 2c020bbff07f [2021-05-13T02:19:54.409Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-13T02:19:54.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:19:54.688Z] ---> Running in b997e4b63501 [2021-05-13T02:19:54.839Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-13T02:19:54.840Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T02:19:54.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:19:55.117Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-13T02:19:55.117Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-13T02:19:55.117Z] running python rtupdate hooks for python3.6... [2021-05-13T02:19:55.117Z] running python post-rtupdate hooks for python3.6... [2021-05-13T02:19:55.117Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-13T02:19:55.274Z] Removing intermediate container b997e4b63501 [2021-05-13T02:19:55.274Z] ---> 5d309edd7ce3 [2021-05-13T02:19:55.274Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-13T02:19:55.564Z] (1/39) Installing readline (8.0.4-r0) [2021-05-13T02:19:55.564Z] (2/39) Installing bash (5.0.17-r0) [2021-05-13T02:19:55.564Z] Executing bash-5.0.17-r0.post-install [2021-05-13T02:19:55.564Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T02:19:55.564Z] ---> Running in 7b204f7df095 [2021-05-13T02:19:55.564Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-13T02:19:55.564Z] (5/39) Installing curl (7.76.1-r0) [2021-05-13T02:19:55.564Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-13T02:19:55.564Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-13T02:19:55.564Z] (8/39) Installing expat (2.2.9-r1) [2021-05-13T02:19:55.564Z] (9/39) Installing libffi (3.3-r2) [2021-05-13T02:19:55.564Z] (10/39) Installing gdbm (1.13-r1) [2021-05-13T02:19:55.564Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-13T02:19:55.564Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-13T02:19:55.564Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-13T02:19:56.566Z] Removing intermediate container 7b204f7df095 [2021-05-13T02:19:56.567Z] ---> 9d658795a407 [2021-05-13T02:19:56.567Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:19:56.570Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-13T02:19:56.571Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T02:19:56.834Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-13T02:19:56.834Z] Setting up snapd (2.48.3+18.04) ... [2021-05-13T02:19:57.186Z] ---> Running in df7ffb26137d [2021-05-13T02:19:57.445Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-13T02:19:57.711Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-13T02:19:57.711Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-13T02:19:57.800Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-13T02:19:57.800Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-13T02:19:57.800Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-13T02:19:57.800Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-13T02:19:57.800Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-13T02:19:57.800Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-13T02:19:57.800Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-13T02:19:57.800Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-13T02:19:57.800Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-13T02:19:57.981Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-13T02:19:58.075Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-13T02:19:58.075Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-13T02:19:58.075Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-13T02:19:58.075Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-13T02:19:58.075Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-13T02:19:58.075Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-13T02:19:58.075Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-13T02:19:58.075Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-13T02:19:58.244Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-13T02:19:58.244Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-13T02:19:58.352Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-13T02:19:58.352Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-13T02:19:58.352Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-13T02:19:58.352Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-13T02:19:58.352Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-13T02:19:58.352Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-13T02:19:58.352Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-13T02:19:58.352Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-13T02:19:58.352Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-13T02:19:58.509Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-13T02:19:58.633Z] Executing busybox-1.31.1-r19.trigger [2021-05-13T02:19:58.633Z] OK: 72 MiB in 59 packages [2021-05-13T02:19:58.801Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-13T02:19:59.091Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-13T02:19:59.091Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-13T02:19:59.401Z] /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-13T02:19:59.401Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-13T02:19:59.401Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-13T02:20:00.264Z] Removing intermediate container df7ffb26137d [2021-05-13T02:20:00.264Z] ---> ee2cae1937ea [2021-05-13T02:20:00.264Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-13T02:20:00.264Z] ---> Running in 6a32ecc960e6 [2021-05-13T02:20:00.397Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-13T02:20:00.683Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-13T02:20:00.683Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-13T02:20:01.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:20:02.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:20:02.469Z] Reading package lists... [2021-05-13T02:20:02.469Z] Reading package lists... [2021-05-13T02:20:02.737Z] Building dependency tree... [2021-05-13T02:20:02.737Z] Reading state information... [2021-05-13T02:20:02.737Z] Calculating upgrade... [2021-05-13T02:20:02.824Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-13T02:20:03.034Z] The following packages will be upgraded: [2021-05-13T02:20:03.034Z] advancecomp base-files bash binutils binutils-common [2021-05-13T02:20:03.034Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-13T02:20:03.034Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-13T02:20:03.034Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-13T02:20:03.034Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-13T02:20:03.034Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-13T02:20:03.034Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-13T02:20:03.034Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-13T02:20:03.034Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-13T02:20:03.034Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-13T02:20:03.034Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-13T02:20:03.034Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-13T02:20:03.034Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-13T02:20:03.034Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-13T02:20:03.034Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-13T02:20:03.117Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-13T02:20:03.117Z] Collecting docker-compose==1.23.2 [2021-05-13T02:20:03.117Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-13T02:20:03.117Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-13T02:20:03.117Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-13T02:20:03.326Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-13T02:20:03.326Z] Need to get 64.0 MB of archives. [2021-05-13T02:20:03.326Z] After this operation, 5041 kB of additional disk space will be used. [2021-05-13T02:20:03.326Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] [2021-05-13T02:20:03.326Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-13T02:20:03.326Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-13T02:20:03.326Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-13T02:20:03.326Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-13T02:20:03.326Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-13T02:20:03.326Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-13T02:20:03.326Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-13T02:20:03.326Z] 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-13T02:20:03.326Z] 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-13T02:20:03.326Z] 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-13T02:20:03.326Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-13T02:20:03.326Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-13T02:20:03.326Z] 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-13T02:20:03.326Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-13T02:20:03.326Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-13T02:20:03.326Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-13T02:20:03.326Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-13T02:20:03.631Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-13T02:20:03.631Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-13T02:20:03.631Z] 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-13T02:20:03.631Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-13T02:20:03.631Z] 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-13T02:20:03.631Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-13T02:20:03.631Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-13T02:20:03.631Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-13T02:20:03.631Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-13T02:20:03.631Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-13T02:20:03.631Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-13T02:20:03.631Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-13T02:20:03.631Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-13T02:20:03.631Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-13T02:20:03.631Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-13T02:20:03.631Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-13T02:20:03.631Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-13T02:20:03.631Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-13T02:20:03.631Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-13T02:20:03.631Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-13T02:20:03.631Z] 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-13T02:20:03.631Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-13T02:20:03.631Z] 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-13T02:20:03.631Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-13T02:20:03.631Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-13T02:20:03.631Z] 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-13T02:20:03.631Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-13T02:20:03.631Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-13T02:20:03.631Z] 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-13T02:20:03.631Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-13T02:20:03.631Z] 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-13T02:20:03.965Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-13T02:20:03.965Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-13T02:20:03.965Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-13T02:20:03.965Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-13T02:20:03.965Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-13T02:20:03.965Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-13T02:20:03.965Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-13T02:20:03.965Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-13T02:20:04.272Z] 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-13T02:20:04.272Z] 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-13T02:20:04.399Z] Collecting docker<4.0,>=3.6.0 [2021-05-13T02:20:04.400Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-13T02:20:04.400Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-13T02:20:04.566Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-13T02:20:04.566Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-13T02:20:04.566Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-13T02:20:04.566Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-13T02:20:04.566Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-13T02:20:04.566Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-13T02:20:04.566Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-13T02:20:04.566Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-13T02:20:04.731Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-13T02:20:04.731Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:20:04.830Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-13T02:20:04.830Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-13T02:20:04.830Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-13T02:20:04.830Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-13T02:20:04.830Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-13T02:20:04.830Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-13T02:20:04.830Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-13T02:20:04.830Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-13T02:20:04.830Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-13T02:20:04.830Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-13T02:20:04.830Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-13T02:20:04.830Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-13T02:20:04.830Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-13T02:20:04.830Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-13T02:20:04.830Z] 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-13T02:20:04.830Z] 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-13T02:20:04.830Z] 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-13T02:20:04.830Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-13T02:20:04.830Z] 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-13T02:20:05.026Z] OK: 8 MiB in 20 packages [2021-05-13T02:20:05.097Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-13T02:20:05.097Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-13T02:20:05.097Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-13T02:20:05.097Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-13T02:20:05.097Z] 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-13T02:20:05.097Z] 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-13T02:20:05.097Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-13T02:20:05.097Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-13T02:20:05.097Z] 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-13T02:20:05.097Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-13T02:20:05.097Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-13T02:20:05.361Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-13T02:20:05.361Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-13T02:20:05.361Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-13T02:20:05.362Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-13T02:20:05.362Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-13T02:20:05.362Z] Fetched 64.0 MB in 2s (28.7 MB/s) [2021-05-13T02:20:05.631Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:05.631Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-13T02:20:05.631Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-13T02:20:05.640Z] Collecting PyYAML<4,>=3.10 [2021-05-13T02:20:05.640Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-13T02:20:06.213Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-13T02:20:06.214Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-13T02:20:06.214Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... [2021-05-13T02:20:06.214Z] Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... [2021-05-13T02:20:06.248Z] Removing intermediate container 6a32ecc960e6 [2021-05-13T02:20:06.248Z] ---> ea9538d1a1fc [2021-05-13T02:20:06.248Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:20:07.176Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:07.176Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T02:20:07.176Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:07.176Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T02:20:07.320Z] ---> 91f003cfd150 [2021-05-13T02:20:07.320Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-13T02:20:07.442Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:07.442Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T02:20:07.442Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:07.442Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T02:20:07.709Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:07.709Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T02:20:07.709Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:07.709Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T02:20:07.979Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:07.979Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T02:20:07.979Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T02:20:07.979Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-13T02:20:07.979Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:07.979Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-13T02:20:08.253Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-13T02:20:08.253Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-13T02:20:08.253Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:08.253Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T02:20:08.382Z] ---> 24ea8bfe6cd7 [2021-05-13T02:20:08.383Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-13T02:20:08.533Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:08.533Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T02:20:08.533Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:08.533Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T02:20:08.807Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T02:20:08.807Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-13T02:20:08.807Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-13T02:20:08.999Z] ---> b8c92d891177 [2021-05-13T02:20:08.999Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-13T02:20:09.086Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-13T02:20:09.305Z] ---> Running in aa2d0fe4fa33 [2021-05-13T02:20:09.305Z] Collecting cached-property<2,>=1.2.0 [2021-05-13T02:20:09.305Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-13T02:20:09.594Z] Removing intermediate container aa2d0fe4fa33 [2021-05-13T02:20:09.594Z] ---> bd3e880c9085 [2021-05-13T02:20:09.594Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:20:09.738Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-13T02:20:09.738Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-13T02:20:09.738Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-13T02:20:09.738Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-13T02:20:09.738Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-13T02:20:09.738Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-13T02:20:09.882Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-13T02:20:09.882Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-13T02:20:09.882Z] ---> Running in 836ad4395927 [2021-05-13T02:20:10.002Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-13T02:20:10.172Z] Removing intermediate container 836ad4395927 [2021-05-13T02:20:10.172Z] ---> de0137d652b3 [2021-05-13T02:20:10.172Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T02:20:10.271Z] Installing new version of config file /etc/issue ... [2021-05-13T02:20:10.271Z] Installing new version of config file /etc/issue.net ... [2021-05-13T02:20:10.271Z] Installing new version of config file /etc/lsb-release ... [2021-05-13T02:20:10.271Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-13T02:20:10.481Z] ---> Running in 03ba799dcb02 [2021-05-13T02:20:10.571Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-13T02:20:10.572Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-13T02:20:10.572Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-13T02:20:10.788Z] Removing intermediate container 03ba799dcb02 [2021-05-13T02:20:10.788Z] ---> e3b7659ee91f [2021-05-13T02:20:10.788Z] Step 23/24 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:20:10.857Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:10.857Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-13T02:20:10.857Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-13T02:20:10.857Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-13T02:20:11.062Z] ---> Running in 464c2da1c761 [2021-05-13T02:20:11.135Z] 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-13T02:20:11.135Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:11.135Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T02:20:11.135Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-13T02:20:11.135Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-13T02:20:11.334Z] Removing intermediate container 464c2da1c761 [2021-05-13T02:20:11.334Z] ---> 1d1f27e43f6a [2021-05-13T02:20:11.334Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T02:20:11.400Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:11.400Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-13T02:20:11.400Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-13T02:20:11.400Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-13T02:20:11.608Z] ---> Running in d017e1aae863 [2021-05-13T02:20:11.762Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:11.762Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-13T02:20:11.762Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-13T02:20:11.901Z] Removing intermediate container d017e1aae863 [2021-05-13T02:20:11.901Z] ---> 5373c768907b [2021-05-13T02:20:11.901Z] [2021-05-13T02:20:12.057Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-13T02:20:12.181Z] Collecting jsonschema<3,>=2.5.1 [2021-05-13T02:20:12.181Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-13T02:20:12.181Z] Successfully built 5373c768907b [2021-05-13T02:20:12.363Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:12.363Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-13T02:20:12.363Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-13T02:20:12.363Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-13T02:20:12.363Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:12.363Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-13T02:20:12.363Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-13T02:20:12.455Z] Successfully tagged core-data-arm64:latest [2021-05-13T02:20:12.626Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-13T02:20:12.626Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:12.626Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-13T02:20:12.737Z]  Building core-data ... done Collecting websocket-client<1.0,>=0.32.0 [2021-05-13T02:20:12.737Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-13T02:20:12.887Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-13T02:20:12.887Z] Setting up grep (3.1-2build1) ... [2021-05-13T02:20:12.887Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:12.887Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-13T02:20:13.151Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-13T02:20:13.151Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-13T02:20:13.418Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:13.418Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-13T02:20:13.418Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-13T02:20:13.418Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-13T02:20:13.690Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:13.690Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-13T02:20:13.690Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-13T02:20:14.219Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-13T02:20:14.219Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-13T02:20:14.219Z] 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-13T02:20:14.219Z] Collecting docopt<0.7,>=0.6.1 [2021-05-13T02:20:14.274Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-13T02:20:14.274Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-13T02:20:14.274Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-13T02:20:14.274Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-13T02:20:14.521Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-13T02:20:14.854Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-13T02:20:15.118Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:15.118Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-13T02:20:15.118Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-13T02:20:16.320Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-13T02:20:16.320Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-13T02:20:16.320Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-13T02:20:16.320Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-13T02:20:16.516Z] Collecting texttable<0.10,>=0.9.0 [2021-05-13T02:20:16.516Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-13T02:20:16.587Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-13T02:20:16.587Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:16.588Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-13T02:20:16.588Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-13T02:20:16.964Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-13T02:20:16.964Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:16.964Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T02:20:17.229Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T02:20:17.229Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-13T02:20:17.229Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:17.229Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T02:20:17.229Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T02:20:17.509Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-13T02:20:17.509Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:17.509Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T02:20:17.509Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T02:20:17.819Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-13T02:20:17.819Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:17.819Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T02:20:17.819Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T02:20:17.981Z] Collecting docker-pycreds>=0.4.0 [2021-05-13T02:20:17.982Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-13T02:20:18.101Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-13T02:20:18.101Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:18.101Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-13T02:20:18.101Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-13T02:20:18.101Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-13T02:20:18.101Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-13T02:20:18.272Z] Collecting idna<2.8,>=2.5 [2021-05-13T02:20:18.272Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-13T02:20:18.272Z] 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-13T02:20:18.367Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-13T02:20:18.367Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:18.367Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-13T02:20:18.367Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-13T02:20:18.639Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-13T02:20:18.639Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:18.639Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T02:20:18.639Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T02:20:18.639Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-13T02:20:18.639Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:18.639Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T02:20:18.881Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-13T02:20:18.881Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-13T02:20:18.933Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T02:20:18.933Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-13T02:20:18.933Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:18.933Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T02:20:19.160Z] 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-13T02:20:19.160Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-13T02:20:19.160Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-13T02:20:19.160Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-13T02:20:19.160Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-13T02:20:19.202Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T02:20:19.466Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-13T02:20:19.731Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-13T02:20:19.756Z] Installing collected packages: docker-pycreds, idna, urllib3, requests, websocket-client, docker, PyYAML, cached-property, dockerpty, jsonschema, docopt, texttable, docker-compose [2021-05-13T02:20:20.029Z] Attempting uninstall: idna [2021-05-13T02:20:20.030Z] Found existing installation: idna 2.9 [2021-05-13T02:20:20.030Z] Uninstalling idna-2.9: [2021-05-13T02:20:20.030Z] Successfully uninstalled idna-2.9 [2021-05-13T02:20:20.316Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-13T02:20:20.316Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:20.316Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-13T02:20:20.316Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-13T02:20:20.589Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-13T02:20:20.589Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T02:20:20.589Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-13T02:20:20.589Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-13T02:20:20.631Z] Attempting uninstall: urllib3 [2021-05-13T02:20:20.631Z] Found existing installation: urllib3 1.25.9 [2021-05-13T02:20:20.631Z] Uninstalling urllib3-1.25.9: [2021-05-13T02:20:20.631Z] Successfully uninstalled urllib3-1.25.9 [2021-05-13T02:20:20.854Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-13T02:20:20.854Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:20.854Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-13T02:20:20.854Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-13T02:20:21.122Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-13T02:20:21.226Z] Attempting uninstall: requests [2021-05-13T02:20:21.226Z] Found existing installation: requests 2.23.0 [2021-05-13T02:20:21.226Z] Uninstalling requests-2.23.0: [2021-05-13T02:20:21.226Z] Successfully uninstalled requests-2.23.0 [2021-05-13T02:20:21.393Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:21.393Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-13T02:20:21.393Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-13T02:20:21.393Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-13T02:20:21.393Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:21.393Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-13T02:20:21.393Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-13T02:20:21.659Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-13T02:20:21.659Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:21.659Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-13T02:20:21.659Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-13T02:20:21.956Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-13T02:20:21.956Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:21.956Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-13T02:20:21.956Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-13T02:20:22.238Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-13T02:20:22.238Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:22.238Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-13T02:20:22.538Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-13T02:20:22.538Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-13T02:20:22.718Z] Running setup.py install for PyYAML: started [2021-05-13T02:20:22.852Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:22.852Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T02:20:22.852Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T02:20:22.852Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-13T02:20:22.852Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-13T02:20:22.852Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-13T02:20:22.852Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-13T02:20:23.125Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-13T02:20:23.125Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:23.125Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-13T02:20:23.125Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-13T02:20:23.392Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-13T02:20:23.392Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:23.392Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-13T02:20:23.392Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-13T02:20:23.392Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-13T02:20:23.658Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:23.658Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-13T02:20:23.658Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-13T02:20:23.928Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-13T02:20:23.928Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:23.928Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-13T02:20:23.928Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-13T02:20:24.200Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-13T02:20:24.200Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:24.200Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-13T02:20:24.200Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-13T02:20:24.465Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-13T02:20:24.728Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:24.728Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-13T02:20:24.728Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-13T02:20:24.729Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-13T02:20:24.729Z] Running setup.py install for dockerpty: started [2021-05-13T02:20:24.992Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-13T02:20:24.992Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:24.992Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-13T02:20:24.992Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-13T02:20:25.256Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-13T02:20:25.256Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:25.256Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-13T02:20:25.256Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-13T02:20:25.256Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-13T02:20:25.525Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:25.525Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-13T02:20:25.525Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-13T02:20:25.525Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-13T02:20:25.795Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:25.795Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-13T02:20:25.795Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-13T02:20:25.795Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-13T02:20:25.795Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:25.795Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-13T02:20:26.061Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-13T02:20:26.061Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-13T02:20:26.061Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:26.061Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-13T02:20:26.061Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-13T02:20:26.333Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-13T02:20:26.333Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:26.333Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-13T02:20:26.618Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-13T02:20:26.618Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-13T02:20:26.618Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T02:20:26.618Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-13T02:20:26.618Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-13T02:20:26.723Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-13T02:20:26.723Z] Running setup.py install for docopt: started [2021-05-13T02:20:26.905Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-13T02:20:26.905Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-13T02:20:26.905Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-13T02:20:26.905Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-13T02:20:27.189Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-13T02:20:27.189Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-13T02:20:27.547Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-13T02:20:27.547Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-13T02:20:27.827Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-13T02:20:28.127Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-13T02:20:28.127Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-13T02:20:28.127Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-13T02:20:28.127Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-13T02:20:28.432Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-13T02:20:28.432Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-13T02:20:28.432Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-13T02:20:28.432Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-13T02:20:28.432Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-13T02:20:28.709Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-13T02:20:28.709Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-13T02:20:28.709Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-13T02:20:28.709Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-13T02:20:28.718Z] Running setup.py install for docopt: finished with status 'done' [2021-05-13T02:20:28.718Z] Running setup.py install for texttable: started [2021-05-13T02:20:28.979Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-13T02:20:28.979Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-13T02:20:29.255Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-13T02:20:29.255Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-13T02:20:30.244Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-13T02:20:30.244Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-13T02:20:30.244Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-13T02:20:30.244Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-13T02:20:30.519Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-13T02:20:30.520Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-13T02:20:30.700Z] Running setup.py install for texttable: finished with status 'done' [2021-05-13T02:20:30.787Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-13T02:20:30.788Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-13T02:20:31.061Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-13T02:20:31.061Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-13T02:20:31.061Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-13T02:20:31.061Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-13T02:20:31.298Z] 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-13T02:20:31.329Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:31.329Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T02:20:31.329Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:31.329Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T02:20:31.592Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:31.592Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T02:20:31.592Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:31.592Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T02:20:32.542Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:32.823Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T02:20:33.805Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:33.805Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T02:20:34.411Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:34.411Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T02:20:34.679Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:34.959Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T02:20:35.938Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T02:20:35.938Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T02:20:35.938Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-13T02:20:35.938Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-13T02:20:35.938Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-13T02:20:35.938Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-13T02:20:36.223Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-13T02:20:36.223Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-13T02:20:36.223Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-13T02:20:36.541Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-13T02:20:36.541Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-13T02:20:36.541Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-13T02:20:36.541Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-13T02:20:36.541Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-13T02:20:36.817Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-13T02:20:36.817Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-13T02:20:36.817Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T02:20:36.817Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-13T02:20:37.112Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T02:20:37.112Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T02:20:37.112Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T02:20:37.112Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-13T02:20:37.112Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-13T02:20:37.112Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-13T02:20:37.112Z] [2021-05-13T02:20:37.112Z] Current default time zone: 'Etc/UTC' [2021-05-13T02:20:37.112Z] Local time is now: Thu May 13 02:20:37 UTC 2021. [2021-05-13T02:20:37.112Z] Universal Time is now: Thu May 13 02:20:37 UTC 2021. [2021-05-13T02:20:37.112Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-13T02:20:37.112Z] [2021-05-13T02:20:37.455Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-13T02:20:37.455Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T02:20:37.455Z] Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... [2021-05-13T02:20:37.455Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-13T02:20:37.455Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-13T02:20:37.455Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-13T02:20:37.455Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-13T02:20:37.455Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-13T02:20:37.455Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-13T02:20:37.455Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-13T02:20:37.455Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T02:20:38.000Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-13T02:20:38.000Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T02:20:38.000Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-13T02:20:38.000Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T02:20:38.000Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-13T02:20:38.000Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-13T02:20:38.000Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-13T02:20:38.000Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-13T02:20:38.000Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-13T02:20:38.000Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-13T02:20:38.000Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-13T02:20:38.000Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-13T02:20:39.764Z] Removing intermediate container 9d682a04dfcb [2021-05-13T02:20:39.764Z] ---> adb0b2031872 [2021-05-13T02:20:39.764Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-13T02:20:39.764Z] ---> Running in c65d00b280be [2021-05-13T02:20:39.764Z] Removing intermediate container c65d00b280be [2021-05-13T02:20:39.764Z] ---> 66bb117bcb68 [2021-05-13T02:20:39.764Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-13T02:20:39.989Z] Updating certificates in /etc/ssl/certs... [2021-05-13T02:20:40.039Z] ---> Running in 31e3b02b6245 [2021-05-13T02:20:40.314Z] Removing intermediate container 31e3b02b6245 [2021-05-13T02:20:40.314Z] ---> e94cab2547ec [2021-05-13T02:20:40.314Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-13T02:20:40.582Z] 23 added, 27 removed; done. [2021-05-13T02:20:40.850Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-13T02:20:40.850Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T02:20:40.850Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-13T02:20:40.850Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-13T02:20:40.850Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-13T02:20:40.850Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T02:20:40.850Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-13T02:20:40.850Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T02:20:40.850Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T02:20:41.119Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T02:20:41.119Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T02:20:41.119Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T02:20:41.119Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-13T02:20:41.119Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-13T02:20:41.119Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-13T02:20:41.119Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-13T02:20:41.119Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-13T02:20:41.119Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T02:20:41.119Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T02:20:41.119Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-13T02:20:41.400Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-13T02:20:41.400Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-13T02:20:41.400Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-13T02:20:41.400Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-13T02:20:41.400Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-13T02:20:41.683Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-13T02:20:41.683Z] Updating certificates in /etc/ssl/certs... [2021-05-13T02:20:41.809Z] ---> ee9e41cd59aa [2021-05-13T02:20:41.809Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-13T02:20:42.330Z] 0 added, 0 removed; done. [2021-05-13T02:20:42.330Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-13T02:20:42.330Z] done. [2021-05-13T02:20:42.465Z] ---> 956cb27ad462 [2021-05-13T02:20:42.465Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-13T02:20:42.919Z] Reading package lists... [2021-05-13T02:20:42.919Z] Building dependency tree... [2021-05-13T02:20:42.919Z] Reading state information... [2021-05-13T02:20:43.175Z] ---> 2ae07e505657 [2021-05-13T02:20:43.175Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-13T02:20:43.189Z] The following NEW packages will be installed: [2021-05-13T02:20:43.189Z] apt-transport-https [2021-05-13T02:20:43.468Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-13T02:20:43.468Z] Need to get 1692 B of archives. [2021-05-13T02:20:43.468Z] After this operation, 154 kB of additional disk space will be used. [2021-05-13T02:20:43.468Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-13T02:20:43.468Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-13T02:20:43.476Z] ---> Running in 8b5310954a54 [2021-05-13T02:20:43.799Z] Removing intermediate container 8b5310954a54 [2021-05-13T02:20:43.799Z] ---> f7f9421ccc89 [2021-05-13T02:20:43.799Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:20:43.983Z] Fetched 1692 B in 0s (8351 B/s) [2021-05-13T02:20:43.983Z] Selecting previously unselected package apt-transport-https. [2021-05-13T02:20:43.983Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-13T02:20:43.983Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-13T02:20:43.983Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-13T02:20:43.983Z] Setting up apt-transport-https (1.6.13) ... [2021-05-13T02:20:43.983Z] Waiting for network to be ready... [2021-05-13T02:20:44.084Z] ---> Running in 5b505fa84b69 [2021-05-13T02:20:44.686Z] Removing intermediate container 5b505fa84b69 [2021-05-13T02:20:44.686Z] ---> 69e40d73977f [2021-05-13T02:20:44.686Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T02:20:44.686Z] ---> Running in e48b3e4141bb [2021-05-13T02:20:45.290Z] Removing intermediate container e48b3e4141bb [2021-05-13T02:20:45.290Z] ---> 2edf3e719892 [2021-05-13T02:20:45.290Z] Step 23/24 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [2021-05-13T02:20:45.290Z] ---> Running in 7868b473f486 [2021-05-13T02:20:45.610Z] Removing intermediate container 7868b473f486 [2021-05-13T02:20:45.611Z] ---> 6c12d0d030cd [2021-05-13T02:20:45.611Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T02:20:45.884Z] ---> Running in 53b7cefb3251 [2021-05-13T02:20:46.478Z] Removing intermediate container 53b7cefb3251 [2021-05-13T02:20:46.478Z] ---> f528b3a0e85a [2021-05-13T02:20:46.478Z] [2021-05-13T02:20:46.751Z] Successfully built f528b3a0e85a [2021-05-13T02:20:46.751Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-05-13T02:20:47.438Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-05-13T02:20:47.430Z] $ docker stop --time=1 de95eea039dd8b2fad1496a62abc473a64daa07b2462dadd32c561ed66d3199c [2021-05-13T02:20:49.393Z] $ docker rm -f de95eea039dd8b2fad1496a62abc473a64daa07b2462dadd32c561ed66d3199c [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T02:20:50.025Z] + docker images [2021-05-13T02:20:50.306Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-13T02:20:50.306Z] sys-mgmt-agent-arm64 latest f528b3a0e85a 4 seconds ago 299MB [2021-05-13T02:20:50.306Z] core-data-arm64 latest 5373c768907b 39 seconds ago 20.3MB [2021-05-13T02:20:50.306Z] 0cc8a2577f69 58 seconds ago 989MB [2021-05-13T02:20:50.306Z] 49b56269e8b7 About a minute ago 977MB [2021-05-13T02:20:50.306Z] core-metadata-arm64 latest 0f918cae6b57 About a minute ago 17.4MB [2021-05-13T02:20:50.306Z] security-bootstrapper-arm64 latest db2cc9996894 About a minute ago 17.2MB [2021-05-13T02:20:50.306Z] 52361a72b455 About a minute ago 988MB [2021-05-13T02:20:50.306Z] 9e5d260158c8 About a minute ago 974MB [2021-05-13T02:20:50.306Z] security-secretstore-setup-arm64 latest 72599271457b 4 minutes ago 24.4MB [2021-05-13T02:20:50.306Z] support-notifications-arm64 latest 3b014ab35ad9 4 minutes ago 16.8MB [2021-05-13T02:20:50.306Z] support-scheduler-arm64 latest 1859b5b1aadc 4 minutes ago 16.1MB [2021-05-13T02:20:50.306Z] core-command-arm64 latest ebe585749303 4 minutes ago 16.1MB [2021-05-13T02:20:50.306Z] security-proxy-setup-arm64 latest 68eb8029edfe 4 minutes ago 24MB [2021-05-13T02:20:50.306Z] b0ce95559242 4 minutes ago 981MB [2021-05-13T02:20:50.306Z] 6e7f2bd67b6e 4 minutes ago 981MB [2021-05-13T02:20:50.306Z] 70ab133f5d8b 4 minutes ago 980MB [2021-05-13T02:20:50.306Z] aa0afaafe232 4 minutes ago 978MB [2021-05-13T02:20:50.306Z] 0e1394aa40e2 4 minutes ago 978MB [2021-05-13T02:20:50.306Z] ci-base-image-arm64 latest 03e07f319055 15 minutes ago 641MB [2021-05-13T02:20:50.306Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 13 days ago 428MB [2021-05-13T02:20:50.306Z] alpine 3.12 9852663dfa18 4 weeks ago 5.32MB [2021-05-13T02:20:50.306Z] docker 20.10.0 eeaf43b92773 5 months ago 228MB [2021-05-13T02:20:50.306Z] 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-13T02:20:50.940Z] ---> job-cost.sh [2021-05-13T02:20:50.940Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2XvU [2021-05-13T02:20:52.271Z] 2021-05-13T02:20:49Z INFO Waiting for automatic snapd restart... [2021-05-13T02:20:53.248Z] snapd 2.50 from Canonical* installed [2021-05-13T02:20:54.282Z] "snapd" switched to the "latest/stable" channel [2021-05-13T02:20:54.282Z] [2021-05-13T02:20:59.628Z] core18 20210309 from Canonical* installed [2021-05-13T02:20:59.628Z] "core18" switched to the "latest/stable" channel [2021-05-13T02:20:59.628Z] [2021-05-13T02:21:06.275Z] snapcraft 4.7.1 from Canonical* installed [2021-05-13T02:21:06.275Z] "snapcraft" switched to the "latest/stable" channel [2021-05-13T02:21:06.275Z] [2021-05-13T02:21:09.725Z] 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-13T02:21:09.725Z] - README.md [2021-05-13T02:21:09.725Z] [2021-05-13T02:21:09.725Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-13T02:21:16.471Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-13T02:21:16.471Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-13T02:21:16.471Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-13T02:21:16.471Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-13T02:21:17.874Z] Reading package lists... [2021-05-13T02:21:17.874Z] 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-13T02:21:24.540Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-13T02:21:24.540Z] Reading package lists... [2021-05-13T02:21:24.540Z] Building dependency tree... [2021-05-13T02:21:24.540Z] Reading state information... [2021-05-13T02:21:24.540Z] Suggested packages: [2021-05-13T02:21:24.540Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-13T02:21:24.540Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-13T02:21:24.540Z] Recommended packages: [2021-05-13T02:21:24.540Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-13T02:21:24.540Z] The following NEW packages will be installed: [2021-05-13T02:21:24.540Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-13T02:21:24.540Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-13T02:21:24.540Z] pkg-config zip [2021-05-13T02:21:24.540Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-13T02:21:24.540Z] Need to get 7663 kB of archives. [2021-05-13T02:21:24.540Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-13T02:21:24.540Z] 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-13T02:21:24.540Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-13T02:21:24.540Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-13T02:21:24.805Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-13T02:21:24.805Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-13T02:21:24.805Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-13T02:21:24.805Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-13T02:21:24.805Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-13T02:21:25.069Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-13T02:21:25.069Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-13T02:21:25.069Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-13T02:21:25.069Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-13T02:21:25.069Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-13T02:21:25.069Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-13T02:21:25.069Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-13T02:21:25.334Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-13T02:21:25.334Z] Fetched 7663 kB in 1s (10.6 MB/s) [2021-05-13T02:21:25.610Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-13T02:21:25.610Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-13T02:21:25.610Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-13T02:21:25.610Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-13T02:21:25.610Z] Selecting previously unselected package libpsl5:amd64. [2021-05-13T02:21:25.610Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-13T02:21:25.610Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-13T02:21:25.889Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-13T02:21:25.889Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-13T02:21:25.889Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-13T02:21:25.889Z] Selecting previously unselected package librtmp1:amd64. [2021-05-13T02:21:25.889Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-13T02:21:25.889Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-13T02:21:26.158Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-13T02:21:26.158Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-13T02:21:26.158Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-13T02:21:26.158Z] Selecting previously unselected package liberror-perl. [2021-05-13T02:21:26.158Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-13T02:21:26.158Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-13T02:21:26.158Z] Selecting previously unselected package git-man. [2021-05-13T02:21:26.158Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-13T02:21:26.158Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-13T02:21:26.429Z] Selecting previously unselected package git. [2021-05-13T02:21:26.429Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-13T02:21:26.429Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-13T02:21:27.422Z] Selecting previously unselected package libnorm1:amd64. [2021-05-13T02:21:27.423Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-13T02:21:27.423Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-13T02:21:27.423Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-13T02:21:27.423Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-13T02:21:27.423Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-13T02:21:27.423Z] Selecting previously unselected package libsodium23:amd64. [2021-05-13T02:21:27.423Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-13T02:21:27.423Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-13T02:21:27.688Z] Selecting previously unselected package libzmq5:amd64. [2021-05-13T02:21:27.688Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-13T02:21:27.688Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-13T02:21:27.688Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-13T02:21:27.688Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-13T02:21:27.688Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-13T02:21:27.688Z] Selecting previously unselected package pkg-config. [2021-05-13T02:21:27.688Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-13T02:21:27.688Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-13T02:21:27.953Z] Selecting previously unselected package zip. [2021-05-13T02:21:27.953Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-13T02:21:27.953Z] Unpacking zip (3.0-11build1) ... [2021-05-13T02:21:27.953Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-13T02:21:27.953Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-13T02:21:27.953Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-13T02:21:27.953Z] Setting up liberror-perl (0.17025-1) ... [2021-05-13T02:21:28.221Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-13T02:21:28.221Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-13T02:21:28.221Z] No schema files found: doing nothing. [2021-05-13T02:21:28.221Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-13T02:21:28.221Z] Setting up zip (3.0-11build1) ... [2021-05-13T02:21:28.221Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-13T02:21:28.221Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-13T02:21:28.221Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-13T02:21:28.516Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-13T02:21:28.516Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-13T02:21:28.516Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-13T02:21:28.516Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-13T02:21:28.516Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-13T02:21:29.975Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-13T02:21:35.194Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-13T02:21:35.461Z] git set to automatically installed. [2021-05-13T02:21:35.461Z] git-man set to automatically installed. [2021-05-13T02:21:35.461Z] libcurl3-gnutls set to automatically installed. [2021-05-13T02:21:35.461Z] liberror-perl set to automatically installed. [2021-05-13T02:21:35.461Z] libglib2.0-0 set to automatically installed. [2021-05-13T02:21:35.461Z] libnghttp2-14 set to automatically installed. [2021-05-13T02:21:35.461Z] libnorm1 set to automatically installed. [2021-05-13T02:21:35.461Z] libpgm-5.2-0 set to automatically installed. [2021-05-13T02:21:35.461Z] libpsl5 set to automatically installed. [2021-05-13T02:21:35.461Z] librtmp1 set to automatically installed. [2021-05-13T02:21:35.461Z] libsodium23 set to automatically installed. [2021-05-13T02:21:35.461Z] libzmq3-dev set to automatically installed. [2021-05-13T02:21:35.461Z] libzmq5 set to automatically installed. [2021-05-13T02:21:35.461Z] pkg-config set to automatically installed. [2021-05-13T02:21:35.461Z] zip set to automatically installed. [2021-05-13T02:21:36.302Z] snapd is not logged in, snap install commands will use sudo [2021-05-13T02:21:43.024Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-13T02:21:43.701Z] snap "core18" has no updates available [2021-05-13T02:21:44.033Z] snapd is not logged in, snap install commands will use sudo [2021-05-13T02:21:50.988Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-13T02:22:13.458Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-13T02:22:13.458Z] Pulling go-build-helper [2021-05-13T02:22:13.459Z] + snapcraftctl pull [2021-05-13T02:22:13.459Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-13T02:22:13.459Z] Skipping pull go-build-helper (already ran) [2021-05-13T02:22:13.459Z] Building go-build-helper [2021-05-13T02:22:13.459Z] + snapcraftctl build [2021-05-13T02:22:14.902Z] Staging go-build-helper [2021-05-13T02:22:14.902Z] + snapcraftctl stage [2021-05-13T02:22:29.874Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-13T02:22:29.874Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-13T02:22:29.874Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1725 kB] [2021-05-13T02:22:29.874Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] [2021-05-13T02:22:29.874Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-13T02:22:29.874Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-13T02:22:29.874Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] [2021-05-13T02:22:29.874Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-13T02:22:29.874Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-13T02:22:29.874Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-13T02:22:29.874Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-13T02:22:29.874Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-13T02:22:29.874Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-13T02:22:29.874Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-13T02:22:29.874Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-13T02:22:29.874Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-13T02:22:29.874Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-13T02:22:29.874Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-13T02:22:29.874Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-13T02:22:29.874Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] [2021-05-13T02:22:29.874Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-13T02:22:29.874Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-13T02:22:29.874Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-13T02:22:29.874Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-13T02:22:29.874Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-13T02:22:29.874Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-13T02:22:29.874Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-13T02:22:29.874Z] Fetched 24.6 MB in 6s (4046 kB/s) [2021-05-13T02:22:29.874Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-13T02:22:29.874Z] Fetched 224 kB in 0s (0 B/s) [2021-05-13T02:22:29.874Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-13T02:22:29.874Z] Fetched 157 kB in 0s (0 B/s) [2021-05-13T02:22:29.874Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-13T02:22:29.874Z] Fetched 221 kB in 0s (0 B/s) [2021-05-13T02:22:29.874Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-13T02:22:29.874Z] Fetched 143 kB in 0s (0 B/s) [2021-05-13T02:22:29.874Z] Pulling app-service-config [2021-05-13T02:22:29.874Z] + snapcraftctl pull [2021-05-13T02:22:29.874Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-13T02:22:29.874Z] Pulling config-common [2021-05-13T02:22:29.874Z] + snapcraftctl pull [2021-05-13T02:22:34.132Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-13T02:22:34.132Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-13T02:22:34.132Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-13T02:22:34.132Z] Fetched 0 B in 0s (0 B/s) [2021-05-13T02:22:34.132Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-13T02:22:34.132Z] Fetched 0 B in 0s (0 B/s) [2021-05-13T02:22:34.132Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-13T02:22:34.132Z] Fetched 0 B in 0s (0 B/s) [2021-05-13T02:22:34.132Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-13T02:22:34.132Z] Fetched 0 B in 0s (0 B/s) [2021-05-13T02:22:34.132Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-13T02:22:34.132Z] Fetched 0 B in 0s (0 B/s) [2021-05-13T02:22:34.132Z] Pulling edgex-go [2021-05-13T02:22:34.133Z] + snapcraftctl pull [2021-05-13T02:22:56.246Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-13T02:22:56.246Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-13T02:22:56.246Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-13T02:22:56.246Z] Fetched 0 B in 0s (0 B/s) [2021-05-13T02:22:56.246Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-13T02:22:56.246Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-13T02:22:56.246Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-13T02:22:56.246Z] Fetched 279 kB in 0s (0 B/s) [2021-05-13T02:22:56.246Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-13T02:22:56.246Z] Fetched 122 kB in 0s (0 B/s) [2021-05-13T02:22:56.246Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-13T02:22:56.246Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-13T02:22:56.246Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-13T02:22:56.246Z] Fetched 8848 B in 0s (0 B/s) [2021-05-13T02:22:56.246Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-13T02:22:56.246Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-13T02:22:56.246Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-13T02:22:56.246Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-13T02:22:56.246Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-13T02:22:56.246Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-13T02:22:56.246Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-13T02:22:56.246Z] Fetched 219 kB in 0s (0 B/s) [2021-05-13T02:22:56.246Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-13T02:22:56.246Z] Fetched 154 kB in 0s (0 B/s) [2021-05-13T02:22:56.246Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-13T02:22:56.246Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-13T02:22:56.246Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-13T02:22:56.246Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-13T02:22:56.246Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-13T02:22:56.246Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-13T02:22:56.246Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-13T02:22:56.246Z] Fetched 499 kB in 0s (0 B/s) [2021-05-13T02:22:56.246Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-13T02:22:56.246Z] Fetched 111 kB in 0s (0 B/s) [2021-05-13T02:22:56.246Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-13T02:22:56.246Z] Fetched 240 kB in 0s (0 B/s) [2021-05-13T02:22:56.246Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-13T02:22:56.247Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-13T02:22:56.247Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-13T02:22:56.247Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-13T02:22:56.247Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-13T02:22:56.247Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-13T02:22:56.247Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-13T02:22:56.247Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-13T02:22:56.247Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-13T02:22:56.247Z] Fetched 8720 B in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-13T02:22:56.247Z] Fetched 137 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-13T02:22:56.247Z] Fetched 119 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-13T02:22:56.247Z] Fetched 110 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-13T02:22:56.247Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-13T02:22:56.247Z] Fetched 645 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-13T02:22:56.247Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-13T02:22:56.247Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-13T02:22:56.247Z] Fetched 368 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-13T02:22:56.247Z] Fetched 187 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-13T02:22:56.247Z] Fetched 175 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-13T02:22:56.247Z] Fetched 206 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-13T02:22:56.247Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-13T02:22:56.247Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-13T02:22:56.247Z] Fetched 159 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-13T02:22:56.247Z] Fetched 107 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-13T02:22:56.247Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-13T02:22:56.247Z] Pulling static-packages [2021-05-13T02:22:56.247Z] + snapcraftctl pull [2021-05-13T02:22:56.247Z] Pulling version [2021-05-13T02:22:56.247Z] + cd /root/project [2021-05-13T02:22:56.247Z] + [ -f VERSION ] [2021-05-13T02:22:56.247Z] + PROJECT_VERSION=local-dev [2021-05-13T02:22:56.247Z] + git rev-parse --short HEAD [2021-05-13T02:22:56.247Z] + GIT_REVISION=dc2a2283 [2021-05-13T02:22:56.247Z] + snapcraftctl set-version local-dev [2021-05-13T02:22:56.247Z] Skipping build go-build-helper (already ran) [2021-05-13T02:22:56.247Z] Building app-service-config [2021-05-13T02:22:56.247Z] + make build [2021-05-13T02:22:56.247Z] go mod tidy [2021-05-13T02:22:58.206Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 [2021-05-13T02:22:58.206Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 [2021-05-13T02:22:58.206Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 [2021-05-13T02:22:58.206Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-13T02:22:58.482Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 [2021-05-13T02:22:58.482Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 [2021-05-13T02:22:58.482Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-13T02:22:59.064Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-13T02:22:59.064Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-13T02:22:59.064Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-13T02:22:59.064Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-13T02:22:59.064Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-05-13T02:22:59.064Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-13T02:22:59.064Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 [2021-05-13T02:22:59.328Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-13T02:22:59.328Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-13T02:22:59.328Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-13T02:22:59.328Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-13T02:22:59.635Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-05-13T02:22:59.635Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-13T02:22:59.635Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-13T02:22:59.635Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-13T02:22:59.635Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-13T02:22:59.635Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-13T02:22:59.635Z] go: downloading golang.org/x/text v0.3.2 [2021-05-13T02:22:59.635Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-13T02:22:59.938Z] go: downloading github.com/kr/pretty v0.2.0 [2021-05-13T02:22:59.938Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-13T02:22:59.938Z] go: downloading github.com/kr/text v0.1.0 [2021-05-13T02:22:59.938Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-13T02:22:59.938Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-13T02:23:00.210Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-13T02:23:00.210Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-13T02:23:00.210Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-13T02:23:00.210Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-05-13T02:23:00.210Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-05-13T02:23:00.210Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-13T02:23:00.210Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-13T02:23:00.210Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-13T02:23:00.210Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-05-13T02:23:00.210Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-13T02:23:00.210Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-13T02:23:00.210Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-13T02:23:00.210Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 [2021-05-13T02:23:00.210Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-13T02:23:00.210Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-13T02:23:00.532Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-13T02:23:00.532Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-05-13T02:23:00.532Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-13T02:23:00.532Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-13T02:23:00.532Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-13T02:23:00.532Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-13T02:23:00.532Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-05-13T02:23:00.532Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-13T02:23:00.532Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-13T02:23:00.532Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-05-13T02:23:00.532Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-05-13T02:23:00.532Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-05-13T02:23:00.532Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-05-13T02:23:00.532Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-13T02:23:00.532Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-13T02:23:00.532Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-05-13T02:23:00.532Z] go: downloading github.com/golang/protobuf v1.3.2 [2021-05-13T02:23:00.801Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-13T02:23:00.801Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-05-13T02:23:00.801Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-05-13T02:23:00.801Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-13T02:23:00.801Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-13T02:23:00.801Z] go: downloading github.com/miekg/dns v1.1.26 [2021-05-13T02:23:00.801Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-05-13T02:23:00.801Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-05-13T02:23:00.801Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-05-13T02:23:00.801Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-05-13T02:23:01.078Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-13T02:23:01.078Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-05-13T02:23:01.078Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-05-13T02:23:01.078Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-13T02:23:01.078Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-05-13T02:23:01.078Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-05-13T02:23:01.667Z] 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-13T02:23:07.076Z] lf-activate-venv(): INFO: Adding /tmp/venv-2XvU/bin to PATH [2021-05-13T02:23:07.076Z] INFO: No Stack... [2021-05-13T02:23:07.076Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-13T02:23:07.076Z] INFO: Archiving Costs [Pipeline] sh [2021-05-13T02:23:07.552Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-05-13T02:23:07.552Z] + cut -d, -f6 [Pipeline] lock [2021-05-13T02:23:07.699Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3459-3-stack-cost] [2021-05-13T02:23:07.707Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3459-3-stack-cost] did not exist. Created. [2021-05-13T02:23:07.707Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3459-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-13T02:23:08.175Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-13T02:23:08.457Z] Stashed 1 file(s) [Pipeline] } [2021-05-13T02:23:08.470Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3459-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-13T02:23:14.741Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-13T02:23:14.741Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-13T02:23:14.741Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-13T02:23:14.741Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-13T02:23:14.741Z] Building config-common [2021-05-13T02:23:14.741Z] + snapcraftctl build [2021-05-13T02:23:18.243Z] Building edgex-go [2021-05-13T02:23:18.821Z] + cd /root/parts/edgex-go/src [2021-05-13T02:23:18.821Z] + make build [2021-05-13T02:23:18.821Z] 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-13T02:23:19.404Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.87 [2021-05-13T02:23:19.404Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.14 [2021-05-13T02:23:19.404Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-13T02:23:19.404Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.21 [2021-05-13T02:23:19.404Z] go: downloading github.com/pelletier/go-toml v1.9.1 [2021-05-13T02:23:19.674Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-13T02:23:19.674Z] go: downloading github.com/go-kit/kit v0.9.0 [2021-05-13T02:23:19.674Z] go: downloading github.com/go-playground/validator/v10 v10.6.1 [2021-05-13T02:23:25.356Z] 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-13T02:23:30.746Z] 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-13T02:23:31.766Z] 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-13T02:23:33.747Z] 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-13T02:23:34.340Z] 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-13T02:23:36.275Z] 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-13T02:23:36.544Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-13T02:23:36.544Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-13T02:23:38.531Z] 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-13T02:23:39.999Z] 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-13T02:23:39.999Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-13T02:23:41.429Z] 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-13T02:23:42.829Z] 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-13T02:23:44.227Z] 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-13T02:23:44.227Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-13T02:23:46.898Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-13T02:23:46.898Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-13T02:23:46.898Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-13T02:23:46.898Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-13T02:23:46.898Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-13T02:23:46.898Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-13T02:23:46.898Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-13T02:23:46.898Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-13T02:23:46.898Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-13T02:23:46.898Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-13T02:23:46.898Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-13T02:23:46.898Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-13T02:23:46.898Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-13T02:23:46.898Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-13T02:23:46.898Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-13T02:23:46.898Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-13T02:23:46.898Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-13T02:23:46.898Z] + 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-13T02:23:46.898Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-13T02:23:46.898Z] + 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-13T02:23:46.898Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-13T02:23:46.898Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-13T02:23:46.898Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-13T02:23:46.898Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-13T02:23:46.898Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-13T02:23:46.898Z] + 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-13T02:23:50.278Z] Building static-packages [2021-05-13T02:23:50.278Z] + snapcraftctl build [2021-05-13T02:23:52.868Z] Building version [2021-05-13T02:23:52.868Z] + snapcraftctl build [2021-05-13T02:23:55.466Z] Skipping stage go-build-helper (already ran) [2021-05-13T02:23:55.466Z] Staging app-service-config [2021-05-13T02:23:55.466Z] + snapcraftctl stage [2021-05-13T02:23:56.889Z] Staging config-common [2021-05-13T02:23:56.889Z] + snapcraftctl stage [2021-05-13T02:23:57.853Z] Staging edgex-go [2021-05-13T02:23:57.853Z] + snapcraftctl stage [2021-05-13T02:23:59.268Z] Staging static-packages [2021-05-13T02:23:59.268Z] + snapcraftctl stage [2021-05-13T02:24:00.692Z] Staging version [2021-05-13T02:24:00.692Z] + snapcraftctl stage [2021-05-13T02:24:01.692Z] Priming go-build-helper [2021-05-13T02:24:01.692Z] + snapcraftctl prime [2021-05-13T02:24:03.141Z] Priming app-service-config [2021-05-13T02:24:03.141Z] + snapcraftctl prime [2021-05-13T02:24:04.656Z] Priming config-common [2021-05-13T02:24:04.656Z] + snapcraftctl prime [2021-05-13T02:24:05.630Z] Priming edgex-go [2021-05-13T02:24:05.630Z] + snapcraftctl prime [2021-05-13T02:24:07.088Z] Priming static-packages [2021-05-13T02:24:07.088Z] + snapcraftctl prime [2021-05-13T02:24:09.750Z] Priming version [2021-05-13T02:24:09.750Z] + snapcraftctl prime [2021-05-13T02:24:10.760Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-13T02:24:14.011Z] provisioning config files... [2021-05-13T02:24:14.034Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7359477779830542541tmp [Pipeline] { [Pipeline] sh [2021-05-13T02:24:14.440Z] + set +x [2021-05-13T02:24:14.440Z] + curl -s https://codecov.io/bash [2021-05-13T02:24:14.440Z] + bash -s -- [2021-05-13T02:24:15.267Z] [2021-05-13T02:24:15.267Z] _____ _ [2021-05-13T02:24:15.267Z] / ____| | | [2021-05-13T02:24:15.267Z] | | ___ __| | ___ ___ _____ __ [2021-05-13T02:24:15.267Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-13T02:24:15.267Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-13T02:24:15.267Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-13T02:24:15.267Z] Bash-1.0.2 [2021-05-13T02:24:15.267Z] [2021-05-13T02:24:15.267Z] [2021-05-13T02:24:15.267Z] ==> git version 2.24.3 found [2021-05-13T02:24:15.267Z] ==> 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-13T02:24:15.267Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-13T02:24:15.267Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-13T02:24:15.267Z] ==> Jenkins CI detected. [2021-05-13T02:24:15.267Z] project root: . [2021-05-13T02:24:15.267Z] --> token set from env [2021-05-13T02:24:15.267Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-13T02:24:15.267Z] ==> Running gcov in . (disable via -X gcov) [2021-05-13T02:24:15.267Z] ==> Python coveragepy not found [2021-05-13T02:24:15.267Z] ==> Searching for coverage reports in: [2021-05-13T02:24:15.267Z] + . [2021-05-13T02:24:15.267Z] -> Found 1 reports [2021-05-13T02:24:15.267Z] ==> Detecting git/mercurial file structure [2021-05-13T02:24:15.267Z] ==> Reading reports [2021-05-13T02:24:15.267Z] + ./coverage.out bytes=727486 [2021-05-13T02:24:15.267Z] ==> Appending adjustments [2021-05-13T02:24:15.267Z] https://docs.codecov.io/docs/fixing-reports [2021-05-13T02:24:22.114Z] + Found adjustments [2021-05-13T02:24:22.114Z] ==> Gzipping contents [2021-05-13T02:24:22.114Z] 104K /tmp/codecov.kDH0Dp.gz [2021-05-13T02:24:22.114Z] ==> Uploading reports [2021-05-13T02:24:22.114Z] url: https://codecov.io [2021-05-13T02:24:22.114Z] query: branch=PR-3459&commit=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3459%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3459&job=&cmd_args= [2021-05-13T02:24:22.114Z] -> Pinging Codecov [2021-05-13T02:24:22.114Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3459&commit=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3459%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3459&job=&cmd_args= [2021-05-13T02:24:22.114Z] -> Uploading to [2021-05-13T02:24:22.114Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-13/00271124DB129430A58F1EEE437C3FCB/dc2a22834f13eee8a53be0eae98ff8ae8ed084f4/0054e808-b8bf-4353-9d6c-590e3d7eb812.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210513%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210513T022421Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7b9b8aec3e1f0bfeec048dba1b8612c8faa7b5cd4b597d5dcbebadf9e0da2e97 [2021-05-13T02:24:22.114Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T02:24:22.114Z] Dload Upload Total Spent Left Speed [2021-05-13T02:24:22.114Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 101k 0 0 100 101k 0 178k --:--:-- --:--:-- --:--:-- 178k 100 101k 0 0 100 101k 0 178k --:--:-- --:--:-- --:--:-- 178k [2021-05-13T02:24:22.114Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [Pipeline] } [2021-05-13T02:24:22.126Z] 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-13T02:24:23.371Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:24:25.079Z] ---> package-listing.sh [2021-05-13T02:24:25.079Z] ++ facter osfamily [2021-05-13T02:24:25.079Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-13T02:24:25.079Z] + OS_FAMILY=redhat [2021-05-13T02:24:25.079Z] + workspace=/w/workspace/edgex-go/3 [2021-05-13T02:24:25.079Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-13T02:24:25.079Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-13T02:24:25.079Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-13T02:24:25.079Z] + PACKAGES=/tmp/packages_start.txt [2021-05-13T02:24:25.079Z] + '[' /w/workspace/edgex-go/3 ']' [2021-05-13T02:24:25.079Z] + PACKAGES=/tmp/packages_end.txt [2021-05-13T02:24:25.079Z] + case "${OS_FAMILY}" in [2021-05-13T02:24:25.079Z] + rpm -qa [2021-05-13T02:24:25.079Z] + sort [2021-05-13T02:24:35.500Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-13T02:24:35.500Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-13T02:24:35.500Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-13T02:24:35.500Z] + '[' /w/workspace/edgex-go/3 ']' [2021-05-13T02:24:35.500Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-05-13T02:24:35.500Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-05-13T02:24:35.563Z] 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-13T02:24:36.442Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:24:36.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T02:24:37.427Z] [2021-05-13T02:24:37.427Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:24:37.908Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T02:24:37.908Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-13T02:24:37.908Z] df20fa9351a1: Pulling fs layer [2021-05-13T02:24:37.908Z] 36b3adc4ff6f: Pulling fs layer [2021-05-13T02:24:37.908Z] 8ad3a11d3b57: Pulling fs layer [2021-05-13T02:24:37.908Z] 46f8f816bc3b: Pulling fs layer [2021-05-13T02:24:37.908Z] 93b61091891f: Pulling fs layer [2021-05-13T02:24:37.908Z] 93b9cdb0e59b: Pulling fs layer [2021-05-13T02:24:37.908Z] 5e14af77c1be: Pulling fs layer [2021-05-13T02:24:37.908Z] 01666e4c0597: Pulling fs layer [2021-05-13T02:24:37.908Z] aa168da1d23b: Pulling fs layer [2021-05-13T02:24:37.908Z] 46f8f816bc3b: Waiting [2021-05-13T02:24:37.908Z] 93b61091891f: Waiting [2021-05-13T02:24:37.908Z] 93b9cdb0e59b: Waiting [2021-05-13T02:24:37.908Z] 5e14af77c1be: Waiting [2021-05-13T02:24:37.908Z] 01666e4c0597: Waiting [2021-05-13T02:24:37.908Z] aa168da1d23b: Waiting [2021-05-13T02:24:37.908Z] 36b3adc4ff6f: Download complete [2021-05-13T02:24:37.908Z] 46f8f816bc3b: Verifying Checksum [2021-05-13T02:24:37.908Z] 46f8f816bc3b: Download complete [2021-05-13T02:24:38.179Z] df20fa9351a1: Download complete [2021-05-13T02:24:38.179Z] 93b9cdb0e59b: Verifying Checksum [2021-05-13T02:24:38.179Z] 93b9cdb0e59b: Download complete [2021-05-13T02:24:38.179Z] 5e14af77c1be: Verifying Checksum [2021-05-13T02:24:38.179Z] 5e14af77c1be: Download complete [2021-05-13T02:24:38.179Z] 93b61091891f: Download complete [2021-05-13T02:24:38.179Z] 01666e4c0597: Verifying Checksum [2021-05-13T02:24:38.179Z] 01666e4c0597: Download complete [2021-05-13T02:24:38.500Z] df20fa9351a1: Pull complete [2021-05-13T02:24:38.863Z] 36b3adc4ff6f: Pull complete [2021-05-13T02:24:39.144Z] 8ad3a11d3b57: Verifying Checksum [2021-05-13T02:24:39.144Z] 8ad3a11d3b57: Download complete [2021-05-13T02:24:39.864Z] 8ad3a11d3b57: Pull complete [2021-05-13T02:24:40.179Z] 46f8f816bc3b: Pull complete [2021-05-13T02:24:40.823Z] 93b61091891f: Pull complete [2021-05-13T02:24:40.823Z] 93b9cdb0e59b: Pull complete [2021-05-13T02:24:41.106Z] 5e14af77c1be: Pull complete [2021-05-13T02:24:42.603Z] aa168da1d23b: Verifying Checksum [2021-05-13T02:24:42.603Z] aa168da1d23b: Download complete [2021-05-13T02:24:43.250Z] 01666e4c0597: Pull complete [2021-05-13T02:24:55.961Z] aa168da1d23b: Pull complete [2021-05-13T02:24:55.961Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-13T02:24:55.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T02:24:55.961Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-13T02:24:56.401Z] prd-centos7-docker-4c-2g-4987 does not seem to be running inside a container [2021-05-13T02:24:56.533Z] $ 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-13T02:25:00.967Z] $ docker top dd63b9438ec464a8bb3c1aa7ef4c06e3601782ee3462d6392ce741ab7427f68a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T02:25:01.965Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-13T02:25:02.305Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-13T02:25:02.671Z] + ls /var/log/sa-host [2021-05-13T02:25:02.671Z] + sadf -c /var/log/sa-host/sa13 [2021-05-13T02:25:02.671Z] file_magic: OK [2021-05-13T02:25:02.671Z] HZ: Using current value: 100 [2021-05-13T02:25:02.671Z] file_header: OK [2021-05-13T02:25:02.671Z] 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-13T02:25:02.671Z] Statistics: [2021-05-13T02:25:02.671Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-13T02:25:02.671Z] File successfully converted to sysstat format version 12.2.1 [2021-05-13T02:25:02.671Z] + sadf -c /var/log/sa-host/sa23 [2021-05-13T02:25:02.671Z] file_magic: OK [2021-05-13T02:25:02.671Z] HZ: Using current value: 100 [2021-05-13T02:25:02.671Z] file_header: OK [2021-05-13T02:25:02.671Z] 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-13T02:25:02.671Z] Statistics: [2021-05-13T02:25:02.671Z] Hnuu...uuuununununu... [2021-05-13T02:25:02.671Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-13T02:25:02.888Z] provisioning config files... [2021-05-13T02:25:02.911Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config373269125665663121tmp [Pipeline] { [Pipeline] echo [2021-05-13T02:25:02.946Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:25:03.832Z] ---> create-netrc.sh [Pipeline] } [2021-05-13T02:25:03.849Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-13T02:25:03.873Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:25:04.238Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-13T02:25:04.277Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:25:04.722Z] ---> sudo-logs.sh [2021-05-13T02:25:04.722Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-13T02:25:04.772Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:25:05.105Z] ---> job-cost.sh [2021-05-13T02:25:05.105Z] lf-activate-venv: SKIPPING [2021-05-13T02:25:05.105Z] DEBUG: total: 0.20999999344348907 [2021-05-13T02:25:05.105Z] INFO: Retrieving Stack Cost... [2021-05-13T02:25:06.165Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-13T02:25:07.123Z] INFO: Archiving Costs [Pipeline] echo [2021-05-13T02:25:07.141Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:25:07.513Z] ---> logs-deploy.sh [2021-05-13T02:25:07.513Z] lf-activate-venv: SKIPPING [2021-05-13T02:25:07.513Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3459/3 [2021-05-13T02:25:07.513Z] INFO: archiving workspace using pattern(s): [2021-05-13T02:25:10.203Z] Archives upload complete. [2021-05-13T02:25:10.526Z] INFO: archiving logs to Nexus