Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 073d4024fc68195ffa5e0c946ab0bbcbf84e75af rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 073d4024fc68195ffa5e0c946ab0bbcbf84e75af Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3017 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/113 [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/113 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 073d4024fc68195ffa5e0c946ab0bbcbf84e75af into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 5ca66f3e5f50b6b704d32fd95851e73d01959cda Checking out Revision 5ca66f3e5f50b6b704d32fd95851e73d01959cda (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 073d4024fc68195ffa5e0c946ab0bbcbf84e75af # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ca66f3e5f50b6b704d32fd95851e73d01959cda # timeout=10 Commit message: "Merge commit '073d4024fc68195ffa5e0c946ab0bbcbf84e75af' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-05T08:31:46.709Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-05T08:31:46.810Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-05T08:31:46.839Z] ========================================================= [2021-05-05T08:31:46.839Z] EdgeX Global Pipelines Version Info [2021-05-05T08:31:46.839Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e8b675ca1376699298c0ff859ac2b21cdcf8b1fa # timeout=10 [2021-05-05T08:31:48.552Z] ------------------- [2021-05-05T08:31:48.552Z] stable info: [2021-05-05T08:31:48.552Z] ------------------- [2021-05-05T08:31:48.552Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-05T08:31:48.552Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-05T08:31:48.552Z] Message: update stable to v1.0.191 [2021-05-05T08:31:49.500Z] ------------------- [2021-05-05T08:31:49.500Z] experimental info: [2021-05-05T08:31:49.500Z] ------------------- [2021-05-05T08:31:49.500Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-05T08:31:49.500Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-05T08:31:49.500Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-05T08:31:49.617Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-05T08:31:49.639Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-05T08:31:49.660Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-05T08:31:49.682Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-05T08:31:49.703Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-05T08:31:49.725Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-05T08:31:49.748Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-05T08:31:49.769Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-05T08:31:49.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-05T08:31:49.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-05T08:31:49.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-05T08:31:49.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-05T08:31:49.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-05T08:31:49.900Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-05T08:31:49.922Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-05T08:31:49.943Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-05T08:31:49.969Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-05T08:31:49.994Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-05T08:31:50.017Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-05T08:31:50.039Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-05T08:31:50.061Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-05T08:31:50.084Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-05T08:31:50.105Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-05-05T08:31:50.128Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-05-05T08:31:50.149Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-05-05T08:31:50.171Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5ca66f3e5f50b6b704d32fd95851e73d01959cda [Pipeline] echo [2021-05-05T08:31:50.193Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5ca66f3 [Pipeline] echo [2021-05-05T08:31:50.215Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-05T08:31:50.290Z] provisioning config files... [2021-05-05T08:31:50.328Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/113@tmp/config7117815456317971364tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-05T08:31:50.664Z] ---> docker-login.sh [2021-05-05T08:31:50.664Z] nexus3.edgexfoundry.org:10001 [2021-05-05T08:31:50.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T08:31:51.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T08:31:51.196Z] Configure a credential helper to remove this warning. See [2021-05-05T08:31:51.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T08:31:51.196Z] [2021-05-05T08:31:51.196Z] Login Succeeded [2021-05-05T08:31:51.196Z] nexus3.edgexfoundry.org:10002 [2021-05-05T08:31:51.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T08:31:51.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T08:31:51.196Z] Configure a credential helper to remove this warning. See [2021-05-05T08:31:51.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T08:31:51.196Z] [2021-05-05T08:31:51.196Z] Login Succeeded [2021-05-05T08:31:51.196Z] nexus3.edgexfoundry.org:10003 [2021-05-05T08:31:51.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T08:31:51.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T08:31:51.472Z] Configure a credential helper to remove this warning. See [2021-05-05T08:31:51.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T08:31:51.472Z] [2021-05-05T08:31:51.472Z] Login Succeeded [2021-05-05T08:31:51.472Z] nexus3.edgexfoundry.org:10004 [2021-05-05T08:31:51.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T08:31:51.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T08:31:51.739Z] Configure a credential helper to remove this warning. See [2021-05-05T08:31:51.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T08:31:51.739Z] [2021-05-05T08:31:51.739Z] Login Succeeded [2021-05-05T08:31:51.739Z] docker.io [2021-05-05T08:31:52.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T08:31:52.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T08:31:52.271Z] Configure a credential helper to remove this warning. See [2021-05-05T08:31:52.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T08:31:52.271Z] [2021-05-05T08:31:52.271Z] Login Succeeded [2021-05-05T08:31:52.271Z] ---> docker-login.sh ends [Pipeline] } [2021-05-05T08:31:52.282Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-05T08:31:52.630Z] ++ 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-05T08:31:52.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T08:31:52.630Z] ++ dirname cmd/core-command/Dockerfile [2021-05-05T08:31:52.630Z] ++ cut -d/ -f2 [2021-05-05T08:31:52.630Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-05T08:31:52.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T08:31:52.630Z] ++ cut -d/ -f2 [2021-05-05T08:31:52.630Z] ++ dirname cmd/core-data/Dockerfile [2021-05-05T08:31:52.630Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-05T08:31:52.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T08:31:52.630Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-05T08:31:52.630Z] ++ cut -d/ -f2 [2021-05-05T08:31:52.630Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-05T08:31:52.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T08:31:52.630Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-05T08:31:52.630Z] ++ cut -d/ -f2 [2021-05-05T08:31:52.630Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-05T08:31:52.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T08:31:52.630Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-05T08:31:52.630Z] ++ cut -d/ -f2 [2021-05-05T08:31:52.630Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-05T08:31:52.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T08:31:52.630Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-05T08:31:52.630Z] ++ cut -d/ -f2 [2021-05-05T08:31:52.630Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-05T08:31:52.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T08:31:52.630Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-05T08:31:52.630Z] ++ cut -d/ -f2 [2021-05-05T08:31:52.630Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-05T08:31:52.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T08:31:52.630Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-05T08:31:52.630Z] ++ cut -d/ -f2 [2021-05-05T08:31:52.630Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-05T08:31:52.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T08:31:52.630Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-05T08:31:52.630Z] ++ cut -d/ -f2 [2021-05-05T08:31:52.630Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-05T08:31:52.744Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-05T08:31:53.415Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-05T08:31:53.415Z] [2021-05-05T08:31:53.415Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-05T08:31:53.732Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-05T08:31:53.733Z] latest: Pulling from edgex-devops/git-semver [2021-05-05T08:31:53.733Z] 31603596830f: Pulling fs layer [2021-05-05T08:31:53.733Z] 54011a49482f: Pulling fs layer [2021-05-05T08:31:53.733Z] a6820b24f6d8: Pulling fs layer [2021-05-05T08:31:53.733Z] f581987b2513: Pulling fs layer [2021-05-05T08:31:53.733Z] f581987b2513: Waiting [2021-05-05T08:31:53.999Z] 54011a49482f: Verifying Checksum [2021-05-05T08:31:53.999Z] 54011a49482f: Download complete [2021-05-05T08:31:54.582Z] 31603596830f: Verifying Checksum [2021-05-05T08:31:54.582Z] 31603596830f: Download complete [2021-05-05T08:31:54.852Z] f581987b2513: Verifying Checksum [2021-05-05T08:31:54.852Z] f581987b2513: Download complete [2021-05-05T08:31:54.852Z] a6820b24f6d8: Verifying Checksum [2021-05-05T08:31:54.852Z] a6820b24f6d8: Download complete [2021-05-05T08:31:55.120Z] 31603596830f: Pull complete [2021-05-05T08:31:55.120Z] 54011a49482f: Pull complete [2021-05-05T08:31:56.087Z] a6820b24f6d8: Pull complete [2021-05-05T08:31:56.354Z] f581987b2513: Pull complete [2021-05-05T08:31:56.354Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-05T08:31:56.355Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-05T08:31:56.355Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-05T08:31:56.506Z] prd-centos7-docker-4c-2g-3017 does not seem to be running inside a container [2021-05-05T08:31:56.598Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/113 -v /w/workspace/edgex-go/113:/w/workspace/edgex-go/113:rw,z -v /w/workspace/edgex-go/113@tmp:/w/workspace/edgex-go/113@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:10004/edgex-devops/git-semver:latest cat [2021-05-05T08:31:59.349Z] $ docker top 4f680e0054ab8e055a2e6ef00933785e41d12fda9a2d464943f0b08f7718bb9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-05T08:31:59.544Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-05T08:31:59.544Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-05T08:31:59.836Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-05T08:31:59.842Z] $ docker exec 4f680e0054ab8e055a2e6ef00933785e41d12fda9a2d464943f0b08f7718bb9c ssh-agent [2021-05-05T08:32:00.075Z] SSH_AUTH_SOCK=/tmp/ssh-RXSUiWpzZ6WJ/agent.12 [2021-05-05T08:32:00.075Z] SSH_AGENT_PID=18 [2021-05-05T08:32:00.090Z] Running ssh-add (command line suppressed) [2021-05-05T08:32:00.221Z] Identity added: /w/workspace/edgex-go/113@tmp/private_key_6458246875313680664.key (/w/workspace/edgex-go/113@tmp/private_key_6458246875313680664.key) [2021-05-05T08:32:00.296Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-05T08:32:00.610Z] + git tag --points-at HEAD [Pipeline] } [2021-05-05T08:32:00.642Z] $ docker exec --env ******** --env ******** 4f680e0054ab8e055a2e6ef00933785e41d12fda9a2d464943f0b08f7718bb9c ssh-agent -k [2021-05-05T08:32:00.823Z] unset SSH_AUTH_SOCK; [2021-05-05T08:32:00.823Z] unset SSH_AGENT_PID; [2021-05-05T08:32:00.824Z] echo Agent pid 18 killed; [2021-05-05T08:32:00.901Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-05T08:32:00.936Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-05T08:32:00.936Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-05T08:32:01.204Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-05T08:32:01.207Z] $ docker exec 4f680e0054ab8e055a2e6ef00933785e41d12fda9a2d464943f0b08f7718bb9c ssh-agent [2021-05-05T08:32:01.410Z] SSH_AUTH_SOCK=/tmp/ssh-utCy7LQN1JJ0/agent.48 [2021-05-05T08:32:01.410Z] SSH_AGENT_PID=53 [2021-05-05T08:32:01.418Z] Running ssh-add (command line suppressed) [2021-05-05T08:32:01.548Z] Identity added: /w/workspace/edgex-go/113@tmp/private_key_1014705485773124570.key (/w/workspace/edgex-go/113@tmp/private_key_1014705485773124570.key) [2021-05-05T08:32:01.616Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-05T08:32:01.922Z] + git semver init [2021-05-05T08:32:01.922Z] # -> Open(): unable to determine branch for HEAD [2021-05-05T08:32:01.922Z] # $GIT_DIR = /w/workspace/edgex-go/113/.git [2021-05-05T08:32:01.922Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/113 [2021-05-05T08:32:01.922Z] # $SEMVER_REMOTE_NAME = origin [2021-05-05T08:32:01.922Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-05T08:32:01.922Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-05T08:32:01.922Z] # $SEMVER_BRANCH = PR-2858 [2021-05-05T08:32:01.922Z] # $SEMVER_TEMP = /tmp/semver-983398942 [2021-05-05T08:32:01.922Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-05T08:32:24.069Z] # '/tmp/semver-983398942' -> '/w/workspace/edgex-go/113/.semver' [2021-05-05T08:32:24.069Z] # -> Force: false [2021-05-05T08:32:24.069Z] # $SEMVER_DIR = /w/workspace/edgex-go/113/.semver [Pipeline] } [2021-05-05T08:32:24.087Z] $ docker exec --env ******** --env ******** 4f680e0054ab8e055a2e6ef00933785e41d12fda9a2d464943f0b08f7718bb9c ssh-agent -k [2021-05-05T08:32:24.440Z] unset SSH_AUTH_SOCK; [2021-05-05T08:32:24.440Z] unset SSH_AGENT_PID; [2021-05-05T08:32:24.440Z] echo Agent pid 53 killed; [2021-05-05T08:32:24.576Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-05T08:32:24.931Z] + git semver [Pipeline] } [2021-05-05T08:32:24.951Z] $ docker stop --time=1 4f680e0054ab8e055a2e6ef00933785e41d12fda9a2d464943f0b08f7718bb9c [2021-05-05T08:32:26.644Z] $ docker rm -f 4f680e0054ab8e055a2e6ef00933785e41d12fda9a2d464943f0b08f7718bb9c [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-05T08:32:27.221Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-05T08:32:27.835Z] Stashed 1 file(s) [Pipeline] echo [2021-05-05T08:32:27.840Z] [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-05T08:32:28.384Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-05T08:32:28.693Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-05T08:32:29.012Z] + sudo service docker restart [2021-05-05T08:32:29.012Z] + true [2021-05-05T08:32:29.012Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-05T08:32:30.005Z] ========================================================= [2021-05-05T08:32:30.005Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-05T08:32:30.005Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-05T08:32:30.324Z] + 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-05T08:32:34.687Z] Sending build context to Docker daemon 329.9MB [2021-05-05T08:32:34.687Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-05T08:32:34.687Z] Step 2/6 : FROM ${BASE} [2021-05-05T08:32:34.687Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-05T08:32:34.687Z] 540db60ca938: Pulling fs layer [2021-05-05T08:32:34.687Z] adcc1eea9eea: Pulling fs layer [2021-05-05T08:32:34.687Z] 4c4ab2625f07: Pulling fs layer [2021-05-05T08:32:34.687Z] 0510c868ecb4: Pulling fs layer [2021-05-05T08:32:34.687Z] afea3b2eda06: Pulling fs layer [2021-05-05T08:32:34.687Z] 7809a108b3ef: Pulling fs layer [2021-05-05T08:32:34.687Z] f706445af74f: Pulling fs layer [2021-05-05T08:32:34.687Z] afea3b2eda06: Waiting [2021-05-05T08:32:34.687Z] 7809a108b3ef: Waiting [2021-05-05T08:32:34.687Z] f706445af74f: Waiting [2021-05-05T08:32:34.687Z] 0510c868ecb4: Waiting [2021-05-05T08:32:34.687Z] 4c4ab2625f07: Verifying Checksum [2021-05-05T08:32:34.687Z] 4c4ab2625f07: Download complete [2021-05-05T08:32:34.687Z] adcc1eea9eea: Download complete [2021-05-05T08:32:34.687Z] afea3b2eda06: Verifying Checksum [2021-05-05T08:32:34.687Z] afea3b2eda06: Download complete [2021-05-05T08:32:34.993Z] 7809a108b3ef: Verifying Checksum [2021-05-05T08:32:34.993Z] 7809a108b3ef: Download complete [2021-05-05T08:32:34.993Z] 540db60ca938: Verifying Checksum [2021-05-05T08:32:34.993Z] 540db60ca938: Download complete [2021-05-05T08:32:35.329Z] 540db60ca938: Pull complete [2021-05-05T08:32:35.651Z] adcc1eea9eea: Pull complete [2021-05-05T08:32:36.617Z] f706445af74f: Verifying Checksum [2021-05-05T08:32:36.617Z] f706445af74f: Download complete [2021-05-05T08:32:36.617Z] 4c4ab2625f07: Pull complete [2021-05-05T08:32:37.195Z] 0510c868ecb4: Verifying Checksum [2021-05-05T08:32:37.195Z] 0510c868ecb4: Download complete [2021-05-05T08:32:42.598Z] 0510c868ecb4: Pull complete [2021-05-05T08:32:42.863Z] afea3b2eda06: Pull complete [2021-05-05T08:32:42.994Z] Still waiting to schedule task [2021-05-05T08:32:42.994Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-05T08:32:43.137Z] 7809a108b3ef: Pull complete [2021-05-05T08:32:47.373Z] f706445af74f: Pull complete [2021-05-05T08:32:47.373Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-05T08:32:47.373Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-05T08:32:47.373Z] ---> b068be0155e3 [2021-05-05T08:32:47.373Z] 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-05T08:32:47.373Z] ---> Running in eade07d04866 [2021-05-05T08:32:48.334Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T08:32:49.290Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T08:32:49.558Z] (1/12) Installing libmagic (5.39-r0) [2021-05-05T08:32:49.820Z] (2/12) Installing file (5.39-r0) [2021-05-05T08:32:49.820Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-05T08:32:50.083Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-05T08:32:56.690Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-05T08:32:56.690Z] (6/12) Installing patch (2.7.6-r6) [2021-05-05T08:32:56.690Z] (7/12) Installing build-base (0.5-r2) [2021-05-05T08:32:56.690Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-05T08:32:56.690Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-05T08:32:56.690Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-05T08:32:56.690Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-05T08:32:56.690Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-05T08:32:56.690Z] Executing busybox-1.32.1-r6.trigger [2021-05-05T08:32:56.690Z] OK: 219 MiB in 52 packages [2021-05-05T08:33:00.943Z] Removing intermediate container eade07d04866 [2021-05-05T08:33:00.943Z] ---> f2eda41c60e0 [2021-05-05T08:33:00.943Z] Step 4/6 : WORKDIR /edgex-go [2021-05-05T08:33:00.943Z] ---> Running in 317af38c5fb0 [2021-05-05T08:33:00.943Z] Removing intermediate container 317af38c5fb0 [2021-05-05T08:33:00.943Z] ---> 52a7d7a29535 [2021-05-05T08:33:00.943Z] Step 5/6 : COPY go.mod . [2021-05-05T08:33:00.943Z] ---> 2290c27bc189 [2021-05-05T08:33:00.943Z] Step 6/6 : RUN go mod download [2021-05-05T08:33:00.943Z] ---> Running in 9c0d1919e661 [2021-05-05T08:33:27.785Z] Removing intermediate container 9c0d1919e661 [2021-05-05T08:33:27.785Z] ---> bc6c80391e11 [2021-05-05T08:33:27.785Z] Successfully built bc6c80391e11 [2021-05-05T08:33:27.785Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-05T08:33:28.112Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-05T08:33:28.112Z] . [Pipeline] withDockerContainer [2021-05-05T08:33:28.240Z] prd-centos7-docker-4c-2g-3017 does not seem to be running inside a container [2021-05-05T08:33:28.294Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/113 -v /w/workspace/edgex-go/113:/w/workspace/edgex-go/113:rw,z -v /w/workspace/edgex-go/113@tmp:/w/workspace/edgex-go/113@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-05T08:33:29.653Z] $ docker top 0babfe29fb3d63361a4b3641ff99f67be3c74c1934b603239f5bd429e018e386 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T08:33:30.133Z] + go version [2021-05-05T08:33:30.133Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-05T08:33:30.146Z] $ docker stop --time=1 0babfe29fb3d63361a4b3641ff99f67be3c74c1934b603239f5bd429e018e386 [2021-05-05T08:33:31.580Z] $ docker rm -f 0babfe29fb3d63361a4b3641ff99f67be3c74c1934b603239f5bd429e018e386 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T08:33:32.142Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-05T08:33:32.142Z] . [Pipeline] withDockerContainer [2021-05-05T08:33:32.256Z] prd-centos7-docker-4c-2g-3017 does not seem to be running inside a container [2021-05-05T08:33:32.302Z] $ 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/113 -v /w/workspace/edgex-go/113:/w/workspace/edgex-go/113:rw,z -v /w/workspace/edgex-go/113@tmp:/w/workspace/edgex-go/113@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-05T08:33:33.278Z] $ docker top f5f015a3334476a109c09e15f8fe43e674e21f61402802f334f908d8b70a29f4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-05T08:33:33.461Z] ========================================================= [2021-05-05T08:33:33.461Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-05T08:33:33.461Z] ========================================================= [Pipeline] sh [2021-05-05T08:33:33.759Z] + go mod tidy [Pipeline] sh [2021-05-05T08:33:37.389Z] + make test [2021-05-05T08:33:37.389Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-05T08:33:47.519Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-05T08:34:09.665Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-05T08:34:19.853Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-05T08:34:19.853Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-05T08:34:19.853Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-05T08:34:19.853Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-05T08:34:21.784Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-05T08:34:21.784Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-05T08:34:21.784Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-05T08:34:22.767Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-05T08:34:23.363Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-05T08:34:26.783Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-05T08:34:26.784Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-05T08:34:26.784Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-05T08:34:28.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.134s coverage: 45.9% of statements [2021-05-05T08:34:28.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-05T08:34:28.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-05T08:34:28.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-05T08:34:28.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-05T08:34:28.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-05T08:34:28.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-05T08:34:28.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.081s coverage: 19.8% of statements [2021-05-05T08:34:28.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.125s coverage: 100.0% of statements [2021-05-05T08:34:33.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.228s coverage: 27.1% of statements [2021-05-05T08:34:33.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-05T08:34:33.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-05T08:34:33.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-05T08:34:33.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-05T08:34:33.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-05T08:34:33.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-05T08:34:33.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements [2021-05-05T08:34:33.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-05T08:34:33.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.114s coverage: 100.0% of statements [2021-05-05T08:34:33.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-05T08:34:33.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-05T08:34:33.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.146s coverage: 71.3% of statements [2021-05-05T08:34:33.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-05T08:34:33.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-05T08:34:33.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.183s coverage: 87.7% of statements [2021-05-05T08:34:33.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-05T08:34:33.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T08:34:33.706Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.083s coverage: 78.9% of statements [2021-05-05T08:34:33.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-05T08:34:37.157Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.375s coverage: 28.6% of statements [2021-05-05T08:34:37.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-05T08:34:37.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-05T08:34:37.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-05T08:34:37.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-05T08:34:37.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-05T08:34:37.157Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.083s coverage: 100.0% of statements [2021-05-05T08:34:37.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-05T08:34:37.157Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements [2021-05-05T08:34:37.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-05T08:34:37.157Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.169s coverage: 86.7% of statements [2021-05-05T08:34:37.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-05T08:34:37.157Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.186s coverage: 97.5% of statements [2021-05-05T08:34:37.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-05T08:34:37.157Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.114s coverage: 78.3% of statements [2021-05-05T08:34:37.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-05T08:34:37.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-05T08:34:37.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-05T08:34:37.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-05T08:34:39.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.387s coverage: 95.1% of statements [2021-05-05T08:34:39.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-05T08:34:39.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T08:34:39.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-05T08:34:39.798Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-05T08:34:39.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-05T08:34:39.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-05T08:34:39.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-05T08:34:39.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-05T08:34:39.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-05T08:34:39.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-05T08:34:39.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-05T08:34:39.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-05T08:34:39.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-05T08:34:39.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-05T08:34:39.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-05T08:34:39.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-05T08:34:39.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-05T08:34:39.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-05T08:34:39.799Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements [2021-05-05T08:34:39.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-05T08:34:39.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-05T08:34:39.799Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.113s coverage: 0.9% of statements [2021-05-05T08:34:39.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-05T08:34:39.799Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.067s coverage: 22.6% of statements [2021-05-05T08:34:39.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-05T08:34:39.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements [2021-05-05T08:34:39.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements [2021-05-05T08:34:39.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements [2021-05-05T08:34:40.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.077s coverage: 96.3% of statements [2021-05-05T08:34:40.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2021-05-05T08:34:52.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.074s coverage: 94.4% of statements [2021-05-05T08:34:52.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements [2021-05-05T08:34:55.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.274s coverage: 81.8% of statements [2021-05-05T08:34:55.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-05T08:35:03.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.127s coverage: 92.9% of statements [2021-05-05T08:35:03.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-05T08:35:03.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-05T08:35:03.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-05T08:35:03.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements [2021-05-05T08:35:03.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-05T08:35:03.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-05T08:35:03.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-05T08:35:03.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-05T08:35:03.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-05T08:35:03.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.053s coverage: 87.2% of statements [2021-05-05T08:35:03.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-05T08:35:03.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-05T08:35:03.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-05-05T08:35:03.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-05T08:35:03.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 76.0% of statements [2021-05-05T08:35:03.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-05T08:35:03.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.0% of statements [2021-05-05T08:35:03.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.097s coverage: 87.2% of statements [2021-05-05T08:35:03.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 85.4% of statements [2021-05-05T08:35:03.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.108s coverage: 91.2% of statements [2021-05-05T08:35:03.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-05T08:35:03.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.211s coverage: 64.4% of statements [2021-05-05T08:35:03.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-05T08:35:03.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-05T08:35:03.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-05-05T08:35:03.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements [2021-05-05T08:35:03.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements [2021-05-05T08:35:03.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements [2021-05-05T08:35:03.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-05-05T08:35:03.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.346s coverage: 62.9% of statements [2021-05-05T08:35:03.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-05T08:35:03.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-05T08:35:03.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-05T08:35:03.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.202s coverage: 43.4% of statements [2021-05-05T08:35:03.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-05T08:35:03.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-05T08:35:03.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements [2021-05-05T08:35:03.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-05T08:35:03.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.042s coverage: 84.8% of statements [2021-05-05T08:35:03.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.162s coverage: 47.0% of statements [2021-05-05T08:35:03.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-05T08:35:03.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-05T08:35:03.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-05T08:35:03.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-05T08:35:03.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-05T08:35:03.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.081s coverage: 100.0% of statements [2021-05-05T08:35:03.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-05T08:35:03.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements [2021-05-05T08:35:03.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-05T08:35:03.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-05T08:35:03.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.054s coverage: 9.6% of statements [2021-05-05T08:35:03.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-05T08:35:03.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.158s coverage: 92.6% of statements [2021-05-05T08:35:03.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-05T08:35:03.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T08:35:03.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-05T08:35:05.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.835s coverage: 28.7% of statements [2021-05-05T08:35:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-05T08:35:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-05T08:35:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-05T08:35:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-05T08:35:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-05T08:35:05.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.091s coverage: 99.0% of statements [2021-05-05T08:35:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-05T08:35:05.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.076s coverage: 100.0% of statements [2021-05-05T08:35:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-05T08:35:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-05T08:35:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-05T08:35:05.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.096s coverage: 64.6% of statements [2021-05-05T08:35:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-05T08:35:06.103Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.118s coverage: 97.6% of statements [2021-05-05T08:35:06.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-05T08:35:06.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T08:35:06.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-05T08:35:06.103Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-05-05T08:35:06.103Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-05T08:35:06.103Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-05-05T08:35:06.103Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-05T08:35:06.103Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-05T08:35:06.103Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-05T08:35:06.103Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-05T08:35:06.103Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2021-05-05T08:35:06.103Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-05T08:35:06.103Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-05T08:35:06.103Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-05-05T08:35:06.365Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 28.1% of statements [2021-05-05T08:35:06.365Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-05T08:35:06.938Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-05-05T08:35:07.202Z] GO111MODULE=on go vet ./... [2021-05-05T08:35:25.359Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3021 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-05-05T08:35:25.378Z] Running in /w/workspace/edgex-go/113 [Pipeline] { [Pipeline] checkout [2021-05-05T08:35:31.362Z] using credential edgex-jenkins-ssh [2021-05-05T08:35:31.383Z] Cloning the remote Git repository [2021-05-05T08:35:31.454Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-05T08:35:31.565Z] > git init /w/workspace/edgex-go/113 # timeout=10 [2021-05-05T08:35:31.644Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-05T08:35:31.645Z] > git --version # timeout=10 [2021-05-05T08:35:31.700Z] > git --version # 'git version 2.17.1' [2021-05-05T08:35:31.702Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T08:35:31.795Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-05T08:35:46.810Z] gofmt -l . [2021-05-05T08:35:46.810Z] [ "`gofmt -l .`" = "" ] [2021-05-05T08:35:46.810Z] ./bin/test-go-mod-tidy.sh [2021-05-05T08:35:47.076Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-05T08:35:48.381Z] + ls -al . [2021-05-05T08:35:48.381Z] total 808 [2021-05-05T08:35:48.381Z] drwxrwxr-x 10 1001 1001 4096 May 5 08:35 . [2021-05-05T08:35:48.381Z] drwxr-xr-x 4 root root 32 May 5 08:33 .. [2021-05-05T08:35:48.381Z] -rw-rw-r-- 1 1001 1001 11 May 5 08:31 .dockerignore [2021-05-05T08:35:48.381Z] drwxrwxr-x 8 1001 1001 179 May 5 08:31 .git [2021-05-05T08:35:48.381Z] drwxrwxr-x 3 1001 1001 125 May 5 08:31 .github [2021-05-05T08:35:48.381Z] -rw-rw-r-- 1 1001 1001 818 May 5 08:31 .gitignore [2021-05-05T08:35:48.381Z] drwx------ 3 1001 1001 60 May 5 08:32 .semver [2021-05-05T08:35:48.381Z] -rw-rw-r-- 1 1001 1001 166 May 5 08:31 .sonarcloud.properties [2021-05-05T08:35:48.381Z] -rw-rw-r-- 1 1001 1001 8609 May 5 08:31 Attribution.txt [2021-05-05T08:35:48.381Z] -rw-rw-r-- 1 1001 1001 3804 May 5 08:31 CONTRIBUTING.md [2021-05-05T08:35:48.381Z] -rw-rw-r-- 1 1001 1001 931 May 5 08:31 Dockerfile.build [2021-05-05T08:35:48.381Z] -rw-rw-r-- 1 1001 1001 863 May 5 08:31 Jenkinsfile [2021-05-05T08:35:48.381Z] -rw-rw-r-- 1 1001 1001 10775 May 5 08:31 LICENSE [2021-05-05T08:35:48.382Z] -rw-rw-r-- 1 1001 1001 5774 May 5 08:31 Makefile [2021-05-05T08:35:48.382Z] -rw-rw-r-- 1 1001 1001 7978 May 5 08:31 README.md [2021-05-05T08:35:48.382Z] -rw-rw-r-- 1 1001 1001 6755 May 5 08:31 SECURITY.md [2021-05-05T08:35:48.382Z] -rw-rw-r-- 1 1001 1001 5 May 5 08:32 VERSION [2021-05-05T08:35:48.382Z] -rw-rw-r-- 1 1001 1001 4131 May 5 08:31 ZMQWindows.md [2021-05-05T08:35:48.382Z] drwxrwxr-x 2 1001 1001 117 May 5 08:31 bin [2021-05-05T08:35:48.382Z] drwxrwxr-x 14 1001 1001 4096 May 5 08:31 cmd [2021-05-05T08:35:48.382Z] -rw-r--r-- 1 root root 699522 May 5 08:35 coverage.out [2021-05-05T08:35:48.382Z] -rw-r--r-- 1 root root 1060 May 5 08:35 go.mod [2021-05-05T08:35:48.382Z] -rw-r--r-- 1 root root 22420 May 5 08:33 go.sum [2021-05-05T08:35:48.382Z] drwxrwxr-x 8 1001 1001 127 May 5 08:31 internal [2021-05-05T08:35:48.382Z] drwxrwxr-x 4 1001 1001 26 May 5 08:31 openapi [2021-05-05T08:35:48.382Z] drwxrwxr-x 4 1001 1001 71 May 5 08:31 snap [2021-05-05T08:35:48.382Z] -rw-rw-r-- 1 1001 1001 168 May 5 08:31 version.go [Pipeline] sh [2021-05-05T08:35:48.703Z] + '[' -e coverage.out ] [2021-05-05T08:35:48.703Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-05T08:35:48.930Z] Stashed 1 file(s) [Pipeline] sh [2021-05-05T08:35:49.238Z] + make build [2021-05-05T08:35:49.238Z] 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-05T08:35:51.823Z] 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-05T08:35:55.616Z] Merging remotes/origin/master commit 073d4024fc68195ffa5e0c946ab0bbcbf84e75af into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-05-05T08:35:54.665Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-05T08:35:54.684Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-05T08:35:54.710Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-05T08:35:54.741Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-05T08:35:54.742Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T08:35:54.757Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-05T08:35:55.638Z] > git config core.sparsecheckout # timeout=10 [2021-05-05T08:35:55.655Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-05-05T08:35:55.962Z] > git remote # timeout=10 [2021-05-05T08:35:55.977Z] > git config --get remote.origin.url # timeout=10 [2021-05-05T08:35:55.998Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T08:35:56.008Z] > git merge 073d4024fc68195ffa5e0c946ab0bbcbf84e75af # timeout=10 [2021-05-05T08:35:56.991Z] Merge succeeded, producing e168a3c6436045a219812149fb2cf4fc123564e3 [2021-05-05T08:35:56.992Z] Checking out Revision e168a3c6436045a219812149fb2cf4fc123564e3 (PR-2858) [2021-05-05T08:35:56.973Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-05T08:35:57.002Z] > git config core.sparsecheckout # timeout=10 [2021-05-05T08:35:57.018Z] > git checkout -f e168a3c6436045a219812149fb2cf4fc123564e3 # timeout=10 [2021-05-05T08:36:01.383Z] Commit message: "Merge commit '073d4024fc68195ffa5e0c946ab0bbcbf84e75af' into HEAD" [2021-05-05T08:36:01.411Z] First time build. Skipping changelog. [2021-05-05T08:36:01.395Z] > git rev-list --no-walk e8b675ca1376699298c0ff859ac2b21cdcf8b1fa # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [2021-05-05T08:36:01.986Z] 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 [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-05T08:36:03.019Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-05T08:36:03.392Z] 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-05T08:36:03.411Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-05T08:36:03.747Z] + sudo service docker restart [2021-05-05T08:36:03.747Z] + true [2021-05-05T08:36:05.329Z] 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-05T08:36:05.605Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-05T08:36:06.401Z] provisioning config files... [2021-05-05T08:36:06.448Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/113@tmp/config2853943140355727798tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-05T08:36:06.820Z] ---> docker-login.sh [2021-05-05T08:36:06.820Z] nexus3.edgexfoundry.org:10001 [2021-05-05T08:36:07.551Z] 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-05T08:36:07.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T08:36:08.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T08:36:08.072Z] Configure a credential helper to remove this warning. See [2021-05-05T08:36:08.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T08:36:08.072Z] [2021-05-05T08:36:08.072Z] Login Succeeded [2021-05-05T08:36:08.072Z] nexus3.edgexfoundry.org:10002 [2021-05-05T08:36:08.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T08:36:08.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T08:36:08.621Z] Configure a credential helper to remove this warning. See [2021-05-05T08:36:08.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T08:36:08.621Z] [2021-05-05T08:36:08.621Z] Login Succeeded [2021-05-05T08:36:08.621Z] nexus3.edgexfoundry.org:10003 [2021-05-05T08:36:08.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T08:36:08.946Z] 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-05T08:36:09.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T08:36:09.168Z] Configure a credential helper to remove this warning. See [2021-05-05T08:36:09.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T08:36:09.168Z] [2021-05-05T08:36:09.168Z] Login Succeeded [2021-05-05T08:36:09.168Z] nexus3.edgexfoundry.org:10004 [2021-05-05T08:36:09.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T08:36:09.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T08:36:09.725Z] Configure a credential helper to remove this warning. See [2021-05-05T08:36:09.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T08:36:09.725Z] [2021-05-05T08:36:09.725Z] Login Succeeded [2021-05-05T08:36:09.725Z] docker.io [2021-05-05T08:36:10.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T08:36:10.362Z] 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-05T08:36:10.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T08:36:10.599Z] Configure a credential helper to remove this warning. See [2021-05-05T08:36:10.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T08:36:10.599Z] [2021-05-05T08:36:10.599Z] Login Succeeded [2021-05-05T08:36:10.599Z] ---> docker-login.sh ends [Pipeline] } [2021-05-05T08:36:10.618Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-05T08:36:10.918Z] ========================================================= [2021-05-05T08:36:10.918Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-05T08:36:10.918Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-05T08:36:11.269Z] + 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-05T08:36:11.789Z] 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-05T08:36:13.201Z] 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-05T08:36:13.899Z] Sending build context to Docker daemon 167.6MB [2021-05-05T08:36:13.900Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-05T08:36:13.900Z] Step 2/6 : FROM ${BASE} [2021-05-05T08:36:13.900Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-05T08:36:13.900Z] 595b0fe564bb: Pulling fs layer [2021-05-05T08:36:13.900Z] 7186ed65a4f7: Pulling fs layer [2021-05-05T08:36:13.900Z] 316046926c0a: Pulling fs layer [2021-05-05T08:36:13.900Z] 4ebd0625c992: Pulling fs layer [2021-05-05T08:36:13.900Z] 207e8628e3a3: Pulling fs layer [2021-05-05T08:36:13.900Z] c791037a9be2: Pulling fs layer [2021-05-05T08:36:13.900Z] ffd874e62e21: Pulling fs layer [2021-05-05T08:36:13.900Z] 207e8628e3a3: Waiting [2021-05-05T08:36:13.900Z] c791037a9be2: Waiting [2021-05-05T08:36:13.900Z] ffd874e62e21: Waiting [2021-05-05T08:36:13.900Z] 4ebd0625c992: Waiting [2021-05-05T08:36:13.900Z] 316046926c0a: Download complete [2021-05-05T08:36:13.900Z] 7186ed65a4f7: Verifying Checksum [2021-05-05T08:36:13.900Z] 7186ed65a4f7: Download complete [2021-05-05T08:36:13.900Z] 207e8628e3a3: Verifying Checksum [2021-05-05T08:36:13.900Z] 207e8628e3a3: Download complete [2021-05-05T08:36:13.900Z] c791037a9be2: Download complete [2021-05-05T08:36:13.900Z] 595b0fe564bb: Verifying Checksum [2021-05-05T08:36:13.900Z] 595b0fe564bb: Download complete [2021-05-05T08:36:14.496Z] 595b0fe564bb: Pull complete [2021-05-05T08:36:15.094Z] 7186ed65a4f7: Pull complete [2021-05-05T08:36:15.160Z] 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-05T08:36:15.374Z] 316046926c0a: Pull complete [2021-05-05T08:36:15.967Z] ffd874e62e21: Verifying Checksum [2021-05-05T08:36:15.967Z] ffd874e62e21: Download complete [2021-05-05T08:36:16.940Z] 4ebd0625c992: Verifying Checksum [2021-05-05T08:36:16.940Z] 4ebd0625c992: Download complete [Pipeline] } [2021-05-05T08:36:18.558Z] $ docker stop --time=1 f5f015a3334476a109c09e15f8fe43e674e21f61402802f334f908d8b70a29f4 [2021-05-05T08:36:20.628Z] $ docker rm -f f5f015a3334476a109c09e15f8fe43e674e21f61402802f334f908d8b70a29f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T08:36:22.406Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-05T08:36:22.406Z] [2021-05-05T08:36:22.406Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-05T08:36:22.747Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-05T08:36:22.747Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-05T08:36:22.747Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-05T08:36:22.747Z] ca9280d653b3: Pulling fs layer [2021-05-05T08:36:22.747Z] 7e9c9ca2126c: Pulling fs layer [2021-05-05T08:36:23.022Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-05T08:36:23.022Z] cbdbe7a5bc2a: Download complete [2021-05-05T08:36:23.293Z] ca9280d653b3: Verifying Checksum [2021-05-05T08:36:23.293Z] ca9280d653b3: Download complete [2021-05-05T08:36:23.569Z] cbdbe7a5bc2a: Pull complete [2021-05-05T08:36:25.021Z] ca9280d653b3: Pull complete [2021-05-05T08:36:25.021Z] 7e9c9ca2126c: Verifying Checksum [2021-05-05T08:36:25.021Z] 7e9c9ca2126c: Download complete [2021-05-05T08:36:27.062Z] 4ebd0625c992: Pull complete [2021-05-05T08:36:27.062Z] 207e8628e3a3: Pull complete [2021-05-05T08:36:27.062Z] c791037a9be2: Pull complete [2021-05-05T08:36:30.479Z] ffd874e62e21: Pull complete [2021-05-05T08:36:30.479Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-05T08:36:30.479Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-05T08:36:30.479Z] ---> cfc18b08335c [2021-05-05T08:36:30.479Z] 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-05T08:36:31.682Z] 7e9c9ca2126c: Pull complete [2021-05-05T08:36:31.682Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-05T08:36:31.682Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-05T08:36:31.682Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-05T08:36:31.834Z] prd-centos7-docker-4c-2g-3017 does not seem to be running inside a container [2021-05-05T08:36:31.899Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/113 -v /w/workspace/edgex-go/113:/w/workspace/edgex-go/113:rw,z -v /w/workspace/edgex-go/113@tmp:/w/workspace/edgex-go/113@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-05T08:36:33.894Z] ---> Running in f92a6d054ca9 [2021-05-05T08:36:35.051Z] $ docker top 784d8f0bc310e2404b636c8d981940a1a1a35e29bfb61ade560f8ff6968cc6a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T08:36:35.349Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T08:36:35.625Z] + docker-compose build --help [2021-05-05T08:36:35.625Z] + grep parallel [2021-05-05T08:36:36.340Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T08:36:36.940Z] (1/12) Installing libmagic (5.39-r0) [2021-05-05T08:36:37.058Z] --parallel Build images in parallel. [Pipeline] } [2021-05-05T08:36:37.072Z] $ docker stop --time=1 784d8f0bc310e2404b636c8d981940a1a1a35e29bfb61ade560f8ff6968cc6a7 [2021-05-05T08:36:37.214Z] (2/12) Installing file (5.39-r0) [2021-05-05T08:36:37.214Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-05T08:36:37.490Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-05T08:36:38.622Z] $ docker rm -f 784d8f0bc310e2404b636c8d981940a1a1a35e29bfb61ade560f8ff6968cc6a7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T08:36:39.181Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-05T08:36:39.181Z] . [Pipeline] withDockerContainer [2021-05-05T08:36:39.312Z] prd-centos7-docker-4c-2g-3017 does not seem to be running inside a container [2021-05-05T08:36:39.379Z] $ 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/113 -v /w/workspace/edgex-go/113:/w/workspace/edgex-go/113:rw,z -v /w/workspace/edgex-go/113@tmp:/w/workspace/edgex-go/113@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-05T08:36:40.485Z] $ docker top 5b40db0839f898ffc4575c0df29795cd86baba27fa13493ba1eb2f51b7788bfd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T08:36:40.935Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-05T08:36:41.791Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-05T08:36:42.063Z] (6/12) Installing patch (2.7.6-r6) [2021-05-05T08:36:42.063Z] (7/12) Installing build-base (0.5-r2) [2021-05-05T08:36:42.063Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-05T08:36:42.327Z] Building docker-core-command-go ... [2021-05-05T08:36:42.327Z] Building docker-core-data-go ... [2021-05-05T08:36:42.327Z] Building docker-core-metadata-go ... [2021-05-05T08:36:42.327Z] Building docker-security-bootstrapper-go ... [2021-05-05T08:36:42.327Z] Building docker-security-proxy-setup-go ... [2021-05-05T08:36:42.327Z] Building docker-security-secretstore-setup-go ... [2021-05-05T08:36:42.327Z] Building docker-support-notifications-go ... [2021-05-05T08:36:42.327Z] Building docker-support-scheduler-go ... [2021-05-05T08:36:42.327Z] Building docker-sys-mgmt-agent-go ... [2021-05-05T08:36:42.328Z] Building docker-security-bootstrapper-go [2021-05-05T08:36:42.328Z] Building docker-core-command-go [2021-05-05T08:36:42.328Z] Building docker-support-notifications-go [2021-05-05T08:36:42.328Z] Building docker-support-scheduler-go [2021-05-05T08:36:42.328Z] Building docker-core-metadata-go [2021-05-05T08:36:42.336Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-05T08:36:42.336Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-05T08:36:42.336Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-05T08:36:42.613Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-05T08:36:42.613Z] Executing busybox-1.32.1-r6.trigger [2021-05-05T08:36:42.613Z] OK: 218 MiB in 52 packages [2021-05-05T08:36:46.938Z] Removing intermediate container f92a6d054ca9 [2021-05-05T08:36:46.938Z] ---> b981a575a6ce [2021-05-05T08:36:46.938Z] Step 4/6 : WORKDIR /edgex-go [2021-05-05T08:36:46.938Z] ---> Running in 2074c37a992c [2021-05-05T08:36:47.532Z] Removing intermediate container 2074c37a992c [2021-05-05T08:36:47.532Z] ---> 2791bb917155 [2021-05-05T08:36:47.532Z] Step 5/6 : COPY go.mod . [2021-05-05T08:36:48.125Z] ---> 9d2ef9929420 [2021-05-05T08:36:48.125Z] Step 6/6 : RUN go mod download [2021-05-05T08:36:48.400Z] ---> Running in 5062fbfd6750 [2021-05-05T08:37:15.207Z] Removing intermediate container 5062fbfd6750 [2021-05-05T08:37:15.207Z] ---> dce7bf87f3ff [2021-05-05T08:37:15.481Z] Successfully built dce7bf87f3ff [2021-05-05T08:37:15.481Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-05T08:37:15.830Z] + docker inspect -f . ci-base-image-arm64 [2021-05-05T08:37:15.830Z] . [Pipeline] withDockerContainer [2021-05-05T08:37:16.095Z] prd-ubuntu18.04-docker-arm64-4c-16g-3021 does not seem to be running inside a container [2021-05-05T08:37:16.184Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/113 -v /w/workspace/edgex-go/113:/w/workspace/edgex-go/113:rw,z -v /w/workspace/edgex-go/113@tmp:/w/workspace/edgex-go/113@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-05T08:37:17.655Z] $ docker top 22ee3b0480bd3bec761cadeb7f4afd672c522603edaf23de605077e9c68e1a77 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T08:37:18.582Z] + go version [2021-05-05T08:37:18.582Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-05T08:37:18.611Z] $ docker stop --time=1 22ee3b0480bd3bec761cadeb7f4afd672c522603edaf23de605077e9c68e1a77 [2021-05-05T08:37:20.560Z] $ docker rm -f 22ee3b0480bd3bec761cadeb7f4afd672c522603edaf23de605077e9c68e1a77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T08:37:21.231Z] + docker inspect -f . ci-base-image-arm64 [2021-05-05T08:37:21.231Z] . [Pipeline] withDockerContainer [2021-05-05T08:37:21.459Z] prd-ubuntu18.04-docker-arm64-4c-16g-3021 does not seem to be running inside a container [2021-05-05T08:37:21.548Z] $ 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/113 -v /w/workspace/edgex-go/113:/w/workspace/edgex-go/113:rw,z -v /w/workspace/edgex-go/113@tmp:/w/workspace/edgex-go/113@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-05T08:37:22.966Z] $ docker top 02ca2f54a03120bb0841467d8b27cc6ded7065e6e0710a94a647ecb71d9c1c98 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-05T08:37:23.281Z] ========================================================= [2021-05-05T08:37:23.281Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-05T08:37:23.281Z] ========================================================= [Pipeline] sh [2021-05-05T08:37:23.926Z] + go mod tidy [Pipeline] sh [2021-05-05T08:37:25.557Z] + make test [2021-05-05T08:37:25.557Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-05T08:37:29.588Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T08:37:29.589Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-05T08:37:29.589Z] ---> bc6c80391e11 [2021-05-05T08:37:29.589Z] Step 3/31 : WORKDIR /edgex-go [2021-05-05T08:37:29.589Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T08:37:29.589Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-05T08:37:29.589Z] ---> bc6c80391e11 [2021-05-05T08:37:29.589Z] Step 3/22 : WORKDIR /edgex-go [2021-05-05T08:37:29.589Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T08:37:29.589Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T08:37:29.589Z] ---> bc6c80391e11 [2021-05-05T08:37:29.589Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T08:37:29.589Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T08:37:29.589Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-05T08:37:29.589Z] ---> bc6c80391e11 [2021-05-05T08:37:29.589Z] Step 3/22 : WORKDIR /edgex-go [2021-05-05T08:37:29.589Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T08:37:29.589Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T08:37:29.589Z] ---> bc6c80391e11 [2021-05-05T08:37:29.589Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T08:37:29.589Z] ---> Running in 73cb6d6ac05f [2021-05-05T08:37:29.589Z] ---> Running in 8bee233826cd [2021-05-05T08:37:29.589Z] ---> Running in 345197bdeae5 [2021-05-05T08:37:29.589Z] ---> Running in d0b3a30d00d4 [2021-05-05T08:37:29.589Z] ---> Running in 369aa35289b3 [2021-05-05T08:37:29.589Z] Removing intermediate container 369aa35289b3 [2021-05-05T08:37:29.589Z] ---> 02754c443fcf [2021-05-05T08:37:29.589Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:37:29.589Z] Removing intermediate container d0b3a30d00d4 [2021-05-05T08:37:29.589Z] ---> 7cb8ffe3eddf [2021-05-05T08:37:29.589Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:37:29.589Z] Removing intermediate container 73cb6d6ac05f [2021-05-05T08:37:29.589Z] ---> 2d434d96f220 [2021-05-05T08:37:29.589Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:37:29.589Z] Removing intermediate container 345197bdeae5 [2021-05-05T08:37:29.589Z] ---> afc113e96162 [2021-05-05T08:37:29.589Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:37:29.589Z] Removing intermediate container 8bee233826cd [2021-05-05T08:37:29.589Z] ---> 6a622ce4a950 [2021-05-05T08:37:29.589Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:37:29.589Z] ---> Running in ddb18aeb5b79 [2021-05-05T08:37:29.589Z] ---> Running in c1b18ff57f73 [2021-05-05T08:37:29.589Z] ---> Running in aef4709a6a9b [2021-05-05T08:37:29.589Z] ---> Running in a941a38afd6c [2021-05-05T08:37:29.589Z] ---> Running in d166ca0699ea [2021-05-05T08:37:29.589Z] Removing intermediate container ddb18aeb5b79 [2021-05-05T08:37:29.589Z] ---> e3541cfd6ad0 [2021-05-05T08:37:29.589Z] Removing intermediate container c1b18ff57f73 [2021-05-05T08:37:29.589Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-05T08:37:29.589Z] ---> f4880cea1e42 [2021-05-05T08:37:29.589Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-05T08:37:29.589Z] Removing intermediate container aef4709a6a9b [2021-05-05T08:37:29.589Z] ---> f5dac9765399 [2021-05-05T08:37:29.589Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-05T08:37:29.589Z] Removing intermediate container d166ca0699ea [2021-05-05T08:37:29.589Z] ---> 0c45bea247e7 [2021-05-05T08:37:29.589Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-05T08:37:29.589Z] ---> Running in d3f978945070 [2021-05-05T08:37:29.589Z] ---> Running in 19914705f599 [2021-05-05T08:37:29.589Z] ---> Running in d2de08196fdf [2021-05-05T08:37:29.589Z] Removing intermediate container a941a38afd6c [2021-05-05T08:37:29.589Z] ---> 18733a692869 [2021-05-05T08:37:29.589Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-05T08:37:29.589Z] ---> Running in 829c3efa9e93 [2021-05-05T08:37:29.589Z] ---> Running in 01c0be75789e [2021-05-05T08:37:29.932Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T08:37:29.932Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T08:37:30.265Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T08:37:30.265Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T08:37:30.265Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T08:37:30.847Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T08:37:30.847Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T08:37:31.112Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T08:37:31.112Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T08:37:31.112Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T08:37:31.693Z] OK: 219 MiB in 52 packages [2021-05-05T08:37:31.693Z] OK: 219 MiB in 52 packages [2021-05-05T08:37:31.693Z] OK: 219 MiB in 52 packages [2021-05-05T08:37:31.964Z] OK: 219 MiB in 52 packages [2021-05-05T08:37:31.964Z] OK: 219 MiB in 52 packages [2021-05-05T08:37:32.949Z] Removing intermediate container d2de08196fdf [2021-05-05T08:37:32.949Z] ---> c11158f5fec3 [2021-05-05T08:37:32.949Z] Step 6/23 : COPY go.mod . [2021-05-05T08:37:32.949Z] Removing intermediate container 829c3efa9e93 [2021-05-05T08:37:32.949Z] ---> ffbc252b71e6 [2021-05-05T08:37:32.949Z] Step 6/23 : COPY go.mod . [2021-05-05T08:37:32.949Z] Removing intermediate container d3f978945070 [2021-05-05T08:37:32.949Z] ---> 6e24c2c4dd65 [2021-05-05T08:37:32.949Z] Step 6/22 : COPY go.mod . [2021-05-05T08:37:33.223Z] Removing intermediate container 19914705f599 [2021-05-05T08:37:33.223Z] ---> 6936d7348104 [2021-05-05T08:37:33.223Z] Step 6/22 : COPY go.mod . [2021-05-05T08:37:33.223Z] Removing intermediate container 01c0be75789e [2021-05-05T08:37:33.223Z] ---> d899e5e198e3 [2021-05-05T08:37:33.223Z] Step 6/31 : COPY go.mod . [2021-05-05T08:37:33.223Z] ---> 8cca35eb7694 [2021-05-05T08:37:33.223Z] Step 7/23 : RUN go mod download [2021-05-05T08:37:33.223Z] ---> ec9687999773 [2021-05-05T08:37:33.223Z] Step 7/23 : RUN go mod download [2021-05-05T08:37:33.489Z] ---> Running in 4ddda714d929 [2021-05-05T08:37:33.489Z] ---> Running in a2657cfe45ff [2021-05-05T08:37:33.489Z] ---> 63c6f30c3f8f [2021-05-05T08:37:33.489Z] Step 7/22 : RUN go mod download [2021-05-05T08:37:33.753Z] ---> Running in 359bfe966e12 [2021-05-05T08:37:33.753Z] ---> 12c6151154c5 [2021-05-05T08:37:33.753Z] Step 7/22 : RUN go mod download [2021-05-05T08:37:33.753Z] ---> 03df53014317 [2021-05-05T08:37:33.753Z] Step 7/31 : RUN go mod download [2021-05-05T08:37:34.033Z] ---> Running in 2dfbcb22cd51 [2021-05-05T08:37:34.033Z] ---> Running in 0602f1ef1e7f [2021-05-05T08:37:36.654Z] Removing intermediate container a2657cfe45ff [2021-05-05T08:37:36.654Z] ---> 20b7711e5d2d [2021-05-05T08:37:36.654Z] Step 8/23 : COPY . . [2021-05-05T08:37:36.654Z] Removing intermediate container 4ddda714d929 [2021-05-05T08:37:36.654Z] ---> 03b46f5ecd90 [2021-05-05T08:37:36.654Z] Step 8/23 : COPY . . [2021-05-05T08:37:36.654Z] Removing intermediate container 2dfbcb22cd51 [2021-05-05T08:37:36.654Z] ---> 68110f576c6b [2021-05-05T08:37:36.654Z] Step 8/22 : COPY . . [2021-05-05T08:37:36.924Z] Removing intermediate container 359bfe966e12 [2021-05-05T08:37:36.925Z] ---> 440147bbb7a0 [2021-05-05T08:37:36.925Z] Step 8/22 : COPY . . [2021-05-05T08:37:36.925Z] Removing intermediate container 0602f1ef1e7f [2021-05-05T08:37:36.925Z] ---> 9c29e6999602 [2021-05-05T08:37:36.925Z] Step 8/31 : COPY . . [2021-05-05T08:37:52.428Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-05T08:38:24.189Z] ---> 5308ea52a768 [2021-05-05T08:38:24.189Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-05T08:38:24.189Z] ---> 1ef07d84eb52 [2021-05-05T08:38:24.189Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-05T08:38:24.189Z] ---> 666618cca447 [2021-05-05T08:38:24.189Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-05T08:38:24.189Z] ---> Running in e4e163aa87a1 [2021-05-05T08:38:24.189Z] ---> Running in 3a0218de843d [2021-05-05T08:38:24.189Z] ---> Running in a57caa06e508 [2021-05-05T08:38:24.189Z] ---> 71b3a0aafd44 [2021-05-05T08:38:24.189Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-05T08:38:24.189Z] ---> 9759abeac5c5 [2021-05-05T08:38:24.189Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-05T08:38:24.189Z] ---> Running in fe7ceb613be7 [2021-05-05T08:38:24.189Z] ---> Running in 0611b390788e [2021-05-05T08:38:24.189Z] 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-05T08:38:24.189Z] 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-05T08:38:24.189Z] 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-05T08:38:24.189Z] 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-05T08:38:24.189Z] 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-05T08:39:00.503Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-05T08:39:01.103Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-05T08:39:11.299Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-05T08:39:11.299Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-05T08:39:14.693Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-05T08:39:15.300Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-05T08:39:15.300Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-05T08:39:15.300Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-05T08:39:19.625Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-05T08:39:20.619Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-05T08:39:20.869Z] Removing intermediate container 0611b390788e [2021-05-05T08:39:20.869Z] ---> d1451904f889 [2021-05-05T08:39:20.869Z] [2021-05-05T08:39:20.869Z] Step 10/31 : FROM alpine:3.12 [2021-05-05T08:39:20.869Z] 3.12: Pulling from library/alpine [2021-05-05T08:39:21.152Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-05T08:39:21.152Z] Status: Downloaded newer image for alpine:3.12 [2021-05-05T08:39:21.152Z] ---> 13621d1b12d4 [2021-05-05T08:39:21.152Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-05T08:39:23.132Z] ---> Running in 69e21b023938 [2021-05-05T08:39:26.618Z] Removing intermediate container 69e21b023938 [2021-05-05T08:39:26.618Z] ---> 44e39d02a55f [2021-05-05T08:39:26.618Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-05T08:39:26.618Z] ---> Running in cba7104177b8 [2021-05-05T08:39:26.618Z] Removing intermediate container 3a0218de843d [2021-05-05T08:39:26.618Z] ---> bc93dfe35b1c [2021-05-05T08:39:26.618Z] [2021-05-05T08:39:26.618Z] Step 10/22 : FROM alpine:3.12 [2021-05-05T08:39:26.618Z] ---> 13621d1b12d4 [2021-05-05T08:39:26.618Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-05T08:39:26.618Z] Removing intermediate container a57caa06e508 [2021-05-05T08:39:26.618Z] ---> 7a2d24b2d684 [2021-05-05T08:39:26.618Z] [2021-05-05T08:39:26.618Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T08:39:26.618Z] ---> 13621d1b12d4 [2021-05-05T08:39:26.618Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-05T08:39:26.618Z] Removing intermediate container fe7ceb613be7 [2021-05-05T08:39:26.618Z] ---> d4632e61ab87 [2021-05-05T08:39:26.618Z] [2021-05-05T08:39:26.618Z] Step 10/22 : FROM alpine:3.12 [2021-05-05T08:39:26.618Z] ---> 13621d1b12d4 [2021-05-05T08:39:26.618Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-05T08:39:26.618Z] ---> Running in 79003a5d7cdb [2021-05-05T08:39:26.618Z] ---> Running in e87c4c2c2e94 [2021-05-05T08:39:26.618Z] ---> Running in 22d1becad9cb [2021-05-05T08:39:27.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T08:39:27.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T08:39:28.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T08:39:28.016Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-05T08:39:28.016Z] (2/2) Installing su-exec (0.2-r1) [2021-05-05T08:39:28.016Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T08:39:28.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T08:39:28.016Z] OK: 6 MiB in 16 packages [2021-05-05T08:39:28.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T08:39:28.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T08:39:28.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T08:39:28.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T08:39:28.306Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-05T08:39:28.591Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-05T08:39:28.591Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T08:39:28.591Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T08:39:28.591Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-05T08:39:28.591Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T08:39:28.591Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-05T08:39:28.591Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T08:39:28.591Z] OK: 6 MiB in 15 packages [2021-05-05T08:39:28.591Z] OK: 6 MiB in 15 packages [2021-05-05T08:39:28.591Z] OK: 6 MiB in 16 packages [2021-05-05T08:39:30.798Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-05T08:39:30.798Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-05T08:39:30.798Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-05T08:39:31.951Z] Removing intermediate container e4e163aa87a1 [2021-05-05T08:39:31.951Z] ---> 1d410390bef3 [2021-05-05T08:39:31.951Z] [2021-05-05T08:39:31.951Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T08:39:31.951Z] ---> 13621d1b12d4 [2021-05-05T08:39:31.951Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-05T08:39:31.951Z] ---> Running in 3554058a5396 [2021-05-05T08:39:31.951Z] Removing intermediate container cba7104177b8 [2021-05-05T08:39:31.951Z] ---> f53a4d5c86b6 [2021-05-05T08:39:31.951Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-05T08:39:32.535Z] ---> Running in 1aeda8830ca4 [2021-05-05T08:39:32.535Z] Removing intermediate container e87c4c2c2e94 [2021-05-05T08:39:32.535Z] ---> afd2759f40cc [2021-05-05T08:39:32.535Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T08:39:32.535Z] Removing intermediate container 79003a5d7cdb [2021-05-05T08:39:32.535Z] ---> 40d3091f4c65 [2021-05-05T08:39:32.535Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T08:39:32.535Z] Removing intermediate container 22d1becad9cb [2021-05-05T08:39:32.535Z] ---> 5c7af6be39f1 [2021-05-05T08:39:32.535Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T08:39:32.810Z] ---> Running in 94921fedb1e7 [2021-05-05T08:39:32.810Z] ---> Running in f74f37da9338 [2021-05-05T08:39:32.810Z] ---> Running in 8376a95cb003 [2021-05-05T08:39:32.810Z] Removing intermediate container 1aeda8830ca4 [2021-05-05T08:39:32.810Z] ---> 98adb89d750b [2021-05-05T08:39:32.810Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-05T08:39:33.075Z] ---> Running in 8b839d0235fb [2021-05-05T08:39:33.075Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T08:39:33.075Z] Removing intermediate container f74f37da9338 [2021-05-05T08:39:33.075Z] ---> 65cb21d733a7 [2021-05-05T08:39:33.075Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-05T08:39:33.075Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T08:39:33.075Z] Removing intermediate container 8376a95cb003 [2021-05-05T08:39:33.075Z] ---> 1a8ce4d74e09 [2021-05-05T08:39:33.075Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-05T08:39:33.075Z] Removing intermediate container 94921fedb1e7 [2021-05-05T08:39:33.075Z] ---> cf193400a446 [2021-05-05T08:39:33.075Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-05T08:39:33.357Z] ---> Running in 0c6bd83075b4 [2021-05-05T08:39:33.357Z] ---> Running in 57565d68c3c1 [2021-05-05T08:39:33.357Z] ---> Running in 7a3cb6b4e622 [2021-05-05T08:39:33.357Z] Removing intermediate container 8b839d0235fb [2021-05-05T08:39:33.357Z] ---> 0323e72facb2 [2021-05-05T08:39:33.357Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-05T08:39:33.357Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-05T08:39:33.357Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T08:39:33.357Z] OK: 6 MiB in 15 packages [2021-05-05T08:39:34.307Z] ---> Running in d8134a79648a [2021-05-05T08:39:34.307Z] Removing intermediate container 0c6bd83075b4 [2021-05-05T08:39:34.307Z] ---> a20505933a40 [2021-05-05T08:39:34.307Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-05T08:39:34.307Z] Removing intermediate container 57565d68c3c1 [2021-05-05T08:39:34.307Z] ---> 83718de1c34a [2021-05-05T08:39:34.307Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-05T08:39:34.606Z] Removing intermediate container 7a3cb6b4e622 [2021-05-05T08:39:34.606Z] ---> faeeb89c8035 [2021-05-05T08:39:34.606Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-05T08:39:34.606Z] ---> Running in 288ec2c99700 [2021-05-05T08:39:34.606Z] ---> Running in a13572015b3a [2021-05-05T08:39:34.877Z] ---> Running in a84acb008b3b [2021-05-05T08:39:34.877Z] Removing intermediate container 3554058a5396 [2021-05-05T08:39:34.877Z] ---> d0bee137b93f [2021-05-05T08:39:34.877Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T08:39:34.877Z] Removing intermediate container 288ec2c99700 [2021-05-05T08:39:34.877Z] ---> f69da554c778 [2021-05-05T08:39:34.877Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T08:39:34.877Z] Removing intermediate container a13572015b3a [2021-05-05T08:39:34.877Z] ---> dc5f77513e25 [2021-05-05T08:39:34.877Z] Step 15/23 : WORKDIR / [2021-05-05T08:39:35.149Z] ---> Running in 596d7a8c43ea [2021-05-05T08:39:35.149Z] ---> Running in ad79292d83cf [2021-05-05T08:39:35.149Z] Removing intermediate container a84acb008b3b [2021-05-05T08:39:35.149Z] ---> 61aff932efc5 [2021-05-05T08:39:35.149Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T08:39:35.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.298s coverage: 45.9% of statements [2021-05-05T08:39:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-05T08:39:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-05T08:39:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-05T08:39:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-05T08:39:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-05T08:39:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-05T08:39:35.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.141s coverage: 19.8% of statements [2021-05-05T08:39:35.432Z] ---> 7ce0b79db9d1 [2021-05-05T08:39:35.432Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-05T08:39:35.432Z] Removing intermediate container 596d7a8c43ea [2021-05-05T08:39:35.432Z] ---> 6efcd8408aa3 [2021-05-05T08:39:35.432Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-05T08:39:35.710Z] Removing intermediate container ad79292d83cf [2021-05-05T08:39:35.710Z] ---> 7670e0216fef [2021-05-05T08:39:35.710Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T08:39:35.710Z] ---> Running in c6808ee32789 [2021-05-05T08:39:35.771Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.252s coverage: 100.0% of statements [2021-05-05T08:39:35.993Z] ---> 239c4060d1b5 [2021-05-05T08:39:35.993Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-05T08:39:36.265Z] ---> 8d73a818c3d4 [2021-05-05T08:39:36.265Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-05T08:39:36.265Z] Removing intermediate container d8134a79648a [2021-05-05T08:39:36.265Z] ---> 698a50b4dffa [2021-05-05T08:39:36.265Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-05T08:39:36.265Z] Removing intermediate container c6808ee32789 [2021-05-05T08:39:36.265Z] ---> 2b5e0d6fccce [2021-05-05T08:39:36.265Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-05T08:39:36.265Z] ---> 0645a47b4edf [2021-05-05T08:39:36.265Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-05T08:39:36.537Z] ---> Running in 06477b3b24ba [2021-05-05T08:39:36.537Z] ---> Running in d383e062dbe1 [2021-05-05T08:39:36.537Z] ---> e9dfee343b54 [2021-05-05T08:39:36.537Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-05T08:39:37.519Z] ---> Running in e0c0c104d975 [2021-05-05T08:39:37.519Z] Removing intermediate container 06477b3b24ba [2021-05-05T08:39:37.519Z] ---> cc1e87741867 [2021-05-05T08:39:37.519Z] Step 15/23 : WORKDIR / [2021-05-05T08:39:37.519Z] ---> 3ee055a89ac1 [2021-05-05T08:39:37.519Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-05T08:39:37.519Z] Removing intermediate container d383e062dbe1 [2021-05-05T08:39:37.519Z] ---> 822d294efbbd [2021-05-05T08:39:37.519Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-05T08:39:37.519Z] ---> 4fc209e8afc5 [2021-05-05T08:39:37.519Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-05T08:39:37.519Z] ---> Running in cbbe71b1558e [2021-05-05T08:39:37.797Z] Removing intermediate container e0c0c104d975 [2021-05-05T08:39:37.797Z] ---> 78c1728e41b1 [2021-05-05T08:39:37.797Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T08:39:37.797Z] ---> Running in f8fbf62082f3 [2021-05-05T08:39:38.065Z] Removing intermediate container cbbe71b1558e [2021-05-05T08:39:38.065Z] ---> 0e14fa9e8ee4 [2021-05-05T08:39:38.065Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T08:39:38.065Z] ---> b57023ca0be1 [2021-05-05T08:39:38.065Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-05T08:39:38.065Z] ---> 244106679d67 [2021-05-05T08:39:38.065Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-05T08:39:38.065Z] ---> 2b51af9617a4 [2021-05-05T08:39:38.065Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-05T08:39:38.338Z] ---> Running in 3b6228ad15da [2021-05-05T08:39:38.338Z] ---> Running in e3c742880fd2 [2021-05-05T08:39:38.338Z] Removing intermediate container f8fbf62082f3 [2021-05-05T08:39:38.338Z] ---> 0f14ca112f0d [2021-05-05T08:39:38.338Z] Step 20/22 : LABEL arch=x86_64 [2021-05-05T08:39:38.338Z] ---> Running in 346ab9e9fe4b [2021-05-05T08:39:38.622Z] ---> Running in 8db3d2637601 [2021-05-05T08:39:38.622Z] ---> dfb38de95d2f [2021-05-05T08:39:38.622Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-05T08:39:38.916Z] Removing intermediate container 3b6228ad15da [2021-05-05T08:39:38.916Z] ---> 813050b64bf8 [2021-05-05T08:39:38.916Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T08:39:38.916Z] Removing intermediate container e3c742880fd2 [2021-05-05T08:39:38.916Z] ---> 60e1eab0903d [2021-05-05T08:39:38.916Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T08:39:38.916Z] ---> Running in d564a4bdf6ef [2021-05-05T08:39:38.916Z] ---> Running in a76050adf243 [2021-05-05T08:39:38.916Z] Removing intermediate container 8db3d2637601 [2021-05-05T08:39:38.916Z] ---> 5e60a1417741 [2021-05-05T08:39:38.916Z] Step 21/22 : LABEL git_sha=5ca66f3e5f50b6b704d32fd95851e73d01959cda [2021-05-05T08:39:39.199Z] ---> Running in e43b61c8b340 [2021-05-05T08:39:39.468Z] Removing intermediate container d564a4bdf6ef [2021-05-05T08:39:39.468Z] ---> 038dea87ab54 [2021-05-05T08:39:39.468Z] Step 20/22 : LABEL arch=x86_64 [2021-05-05T08:39:39.468Z] Removing intermediate container a76050adf243 [2021-05-05T08:39:39.468Z] ---> 9b4a54145a19 [2021-05-05T08:39:39.468Z] Step 21/23 : LABEL arch=x86_64 [2021-05-05T08:39:39.742Z] ---> Running in 1ea7f0883b13 [2021-05-05T08:39:39.742Z] ---> Running in a1e1d84f1063 [2021-05-05T08:39:39.742Z] Removing intermediate container e43b61c8b340 [2021-05-05T08:39:39.742Z] ---> 5ba1ad339426 [2021-05-05T08:39:39.742Z] Step 22/22 : LABEL version=0.0.0 [2021-05-05T08:39:40.012Z] ---> 0c687ea61aae [2021-05-05T08:39:40.012Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-05T08:39:40.012Z] ---> Running in 8273108dd6c0 [2021-05-05T08:39:40.012Z] Removing intermediate container 1ea7f0883b13 [2021-05-05T08:39:40.012Z] ---> a93dced30c3d [2021-05-05T08:39:40.012Z] Step 21/22 : LABEL git_sha=5ca66f3e5f50b6b704d32fd95851e73d01959cda [2021-05-05T08:39:40.012Z] Removing intermediate container a1e1d84f1063 [2021-05-05T08:39:40.012Z] ---> 04e5e68acda7 [2021-05-05T08:39:40.012Z] Step 22/23 : LABEL git_sha=5ca66f3e5f50b6b704d32fd95851e73d01959cda [2021-05-05T08:39:40.285Z] ---> Running in 055de23f295e [2021-05-05T08:39:40.285Z] ---> Running in ab337278b9b5 [2021-05-05T08:39:40.553Z] ---> fc2e9e56ee49 [2021-05-05T08:39:40.553Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-05T08:39:40.553Z] Removing intermediate container 346ab9e9fe4b [2021-05-05T08:39:40.553Z] ---> 349eedb85f77 [2021-05-05T08:39:40.553Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T08:39:40.553Z] Removing intermediate container 8273108dd6c0 [2021-05-05T08:39:40.553Z] ---> bb4c9ae59c5d [2021-05-05T08:39:40.553Z] [2021-05-05T08:39:40.553Z] ---> Running in f29bc5d8231e [2021-05-05T08:39:40.818Z] Removing intermediate container ab337278b9b5 [2021-05-05T08:39:40.818Z] ---> 5f4e7b1f177f [2021-05-05T08:39:40.818Z] Step 22/22 : LABEL version=0.0.0 [2021-05-05T08:39:40.818Z] Removing intermediate container 055de23f295e [2021-05-05T08:39:40.818Z] ---> 27f39ac2965e [2021-05-05T08:39:40.818Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T08:39:41.100Z] Successfully built bb4c9ae59c5d [2021-05-05T08:39:41.100Z] ---> Running in abb7d3c502fc [2021-05-05T08:39:41.100Z] Successfully tagged docker-support-notifications-go:latest [2021-05-05T08:39:41.100Z] ---> Running in dd31c027477f [2021-05-05T08:39:41.100Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-05-05T08:39:41.100Z] ---> d45f1a1be15a [2021-05-05T08:39:41.100Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-05T08:39:41.100Z] Removing intermediate container f29bc5d8231e [2021-05-05T08:39:41.100Z] ---> 4fc17d50bea0 [2021-05-05T08:39:41.100Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T08:39:41.372Z] ---> Running in 5ffe6794995d [2021-05-05T08:39:41.372Z] Removing intermediate container abb7d3c502fc [2021-05-05T08:39:41.372Z] ---> 6a8ebe63c843 [2021-05-05T08:39:41.372Z] [2021-05-05T08:39:41.372Z] Removing intermediate container dd31c027477f [2021-05-05T08:39:41.372Z] ---> db52a5c2b0c1 [2021-05-05T08:39:41.372Z] [2021-05-05T08:39:41.640Z] Removing intermediate container 5ffe6794995d [2021-05-05T08:39:41.640Z] ---> c7a1dc9f9a55 [2021-05-05T08:39:41.640Z] Step 21/23 : LABEL arch=x86_64 [2021-05-05T08:39:41.640Z] Successfully built db52a5c2b0c1 [2021-05-05T08:39:41.640Z] Successfully built 6a8ebe63c843 [2021-05-05T08:39:41.910Z] Successfully tagged docker-core-command-go:latest [2021-05-05T08:39:41.910Z] Building docker-security-secretstore-setup-go [2021-05-05T08:39:41.910Z]  Building docker-core-command-go ... done Successfully tagged docker-support-scheduler-go:latest [2021-05-05T08:39:41.910Z] Building docker-core-data-go [2021-05-05T08:39:41.910Z]  Building docker-support-scheduler-go ... done  ---> Running in c1d9976028e7 [2021-05-05T08:39:41.910Z] ---> 43b35f0b75e6 [2021-05-05T08:39:41.910Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-05T08:39:42.177Z] Removing intermediate container c1d9976028e7 [2021-05-05T08:39:42.177Z] ---> 2b5ddffd00dd [2021-05-05T08:39:42.177Z] Step 22/23 : LABEL git_sha=5ca66f3e5f50b6b704d32fd95851e73d01959cda [2021-05-05T08:39:42.177Z] ---> Running in 87afa86cbb86 [2021-05-05T08:39:42.443Z] ---> c3276275374a [2021-05-05T08:39:42.443Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-05T08:39:42.443Z] Removing intermediate container 87afa86cbb86 [2021-05-05T08:39:42.443Z] ---> 1890f1bb02cd [2021-05-05T08:39:42.443Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T08:39:42.718Z] ---> Running in 1e4609f34043 [2021-05-05T08:39:42.719Z] ---> 1e6afac569ce [2021-05-05T08:39:42.719Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-05T08:39:42.992Z] Removing intermediate container 1e4609f34043 [2021-05-05T08:39:42.992Z] ---> 7b096579d017 [2021-05-05T08:39:42.992Z] [2021-05-05T08:39:43.274Z] Successfully built 7b096579d017 [2021-05-05T08:39:43.541Z] Successfully tagged docker-core-metadata-go:latest [2021-05-05T08:39:43.541Z] Building docker-sys-mgmt-agent-go [2021-05-05T08:39:43.541Z]  Building docker-core-metadata-go ... done  ---> 97c2f30093b0 [2021-05-05T08:39:43.541Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-05T08:39:44.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.539s coverage: 27.1% of statements [2021-05-05T08:39:44.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-05T08:39:44.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-05T08:39:44.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-05T08:39:44.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-05T08:39:44.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-05T08:39:44.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-05T08:39:44.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.259s coverage: 100.0% of statements [2021-05-05T08:39:44.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-05T08:39:44.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.184s coverage: 100.0% of statements [2021-05-05T08:39:44.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-05T08:39:44.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-05T08:39:44.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.354s coverage: 71.3% of statements [2021-05-05T08:39:44.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-05T08:39:44.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-05T08:39:46.766Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.458s coverage: 87.7% of statements [2021-05-05T08:39:46.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-05T08:39:46.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T08:39:46.766Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.154s coverage: 78.9% of statements [2021-05-05T08:39:46.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-05T08:39:46.956Z] ---> Running in b5b49d7d6974 [2021-05-05T08:39:47.254Z] Removing intermediate container b5b49d7d6974 [2021-05-05T08:39:47.254Z] ---> 377b9ae7ef2d [2021-05-05T08:39:47.254Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-05T08:39:49.272Z] ---> 54f4549cb7aa [2021-05-05T08:39:49.272Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-05T08:39:50.253Z] ---> Running in 90613e852c2c [2021-05-05T08:39:52.202Z] Removing intermediate container 90613e852c2c [2021-05-05T08:39:52.202Z] ---> 883bea57196c [2021-05-05T08:39:52.202Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-05T08:39:52.784Z] ---> Running in cf734b0bc960 [2021-05-05T08:39:53.375Z] Removing intermediate container cf734b0bc960 [2021-05-05T08:39:53.375Z] ---> 6f0a77ab311f [2021-05-05T08:39:53.375Z] Step 28/31 : CMD ["gate"] [2021-05-05T08:39:54.334Z] ---> Running in cfaf7d01687c [2021-05-05T08:39:54.612Z] Removing intermediate container cfaf7d01687c [2021-05-05T08:39:54.612Z] ---> 7f5291b9018f [2021-05-05T08:39:54.612Z] Step 29/31 : LABEL arch=x86_64 [2021-05-05T08:39:54.612Z] ---> Running in def200f7da02 [2021-05-05T08:39:55.196Z] Removing intermediate container def200f7da02 [2021-05-05T08:39:55.196Z] ---> c90f9986c18c [2021-05-05T08:39:55.196Z] Step 30/31 : LABEL git_sha=5ca66f3e5f50b6b704d32fd95851e73d01959cda [2021-05-05T08:39:55.196Z] ---> Running in 69395401b57b [2021-05-05T08:39:55.470Z] Removing intermediate container 69395401b57b [2021-05-05T08:39:55.470Z] ---> 8a579fc97b2e [2021-05-05T08:39:55.470Z] Step 31/31 : LABEL version=0.0.0 [2021-05-05T08:39:55.470Z] ---> Running in 93c639258e8c [2021-05-05T08:39:55.738Z] Removing intermediate container 93c639258e8c [2021-05-05T08:39:55.738Z] ---> dece2971bf3c [2021-05-05T08:39:55.738Z] [2021-05-05T08:39:56.007Z] Successfully built dece2971bf3c [2021-05-05T08:39:56.007Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-05T08:39:56.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.232s coverage: 28.6% of statements [2021-05-05T08:39:56.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-05T08:39:56.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-05T08:39:56.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-05T08:39:56.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-05T08:39:56.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-05T08:39:56.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.293s coverage: 100.0% of statements [2021-05-05T08:39:56.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-05T08:39:56.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.133s coverage: 100.0% of statements [2021-05-05T08:39:56.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-05T08:39:56.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.363s coverage: 86.7% of statements [2021-05-05T08:39:56.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-05T08:39:56.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.568s coverage: 97.5% of statements [2021-05-05T08:39:56.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-05T08:39:56.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.276s coverage: 78.3% of statements [2021-05-05T08:39:56.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-05T08:39:56.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-05T08:39:56.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-05T08:39:56.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-05T08:40:05.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.411s coverage: 95.1% of statements [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-05T08:40:05.264Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.149s coverage: 58.8% of statements [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-05T08:40:05.264Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.278s coverage: 0.9% of statements [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-05T08:40:05.264Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.241s coverage: 22.6% of statements [2021-05-05T08:40:05.264Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-05T08:40:05.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.147s coverage: 47.1% of statements [2021-05-05T08:40:05.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.219s coverage: 79.5% of statements [2021-05-05T08:40:05.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.147s coverage: 94.1% of statements [2021-05-05T08:40:05.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.178s coverage: 96.3% of statements [2021-05-05T08:40:06.263Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.180s coverage: 87.5% of statements [2021-05-05T08:40:14.425Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T08:40:14.425Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T08:40:14.425Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T08:40:14.425Z] [2021-05-05T08:40:14.425Z] ---> bc6c80391e11 [2021-05-05T08:40:14.425Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T08:40:14.425Z] ---> bc6c80391e11 [2021-05-05T08:40:14.425Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T08:40:14.425Z] ---> Using cache [2021-05-05T08:40:14.425Z] ---> 6a622ce4a950 [2021-05-05T08:40:14.425Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:40:14.425Z] ---> Using cache [2021-05-05T08:40:14.425Z] ---> 0c45bea247e7 [2021-05-05T08:40:14.425Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-05T08:40:14.425Z] ---> Using cache [2021-05-05T08:40:14.425Z] ---> 6a622ce4a950 [2021-05-05T08:40:14.425Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:40:14.425Z] ---> Using cache [2021-05-05T08:40:14.425Z] ---> 0c45bea247e7 [2021-05-05T08:40:14.425Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-05T08:40:14.425Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T08:40:14.425Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-05T08:40:14.425Z] ---> bc6c80391e11 [2021-05-05T08:40:14.425Z] Step 3/25 : WORKDIR /edgex-go [2021-05-05T08:40:14.425Z] ---> Using cache [2021-05-05T08:40:14.425Z] ---> 6a622ce4a950 [2021-05-05T08:40:14.425Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:40:14.425Z] ---> Using cache [2021-05-05T08:40:14.425Z] ---> 0c45bea247e7 [2021-05-05T08:40:14.425Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-05T08:40:14.425Z] ---> Using cache [2021-05-05T08:40:14.425Z] ---> ffbc252b71e6 [2021-05-05T08:40:14.425Z] Step 6/25 : COPY go.mod . [2021-05-05T08:40:14.425Z] ---> Using cache [2021-05-05T08:40:14.425Z] ---> ec9687999773 [2021-05-05T08:40:14.425Z] Step 7/25 : RUN go mod download [2021-05-05T08:40:14.425Z] ---> Using cache [2021-05-05T08:40:14.425Z] ---> 20b7711e5d2d [2021-05-05T08:40:14.425Z] Step 8/25 : COPY . . [2021-05-05T08:40:14.426Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T08:40:14.426Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-05T08:40:14.426Z] ---> bc6c80391e11 [2021-05-05T08:40:14.426Z] Step 3/21 : WORKDIR /edgex-go [2021-05-05T08:40:14.426Z] ---> Using cache [2021-05-05T08:40:14.426Z] ---> 6a622ce4a950 [2021-05-05T08:40:14.426Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:40:14.426Z] ---> Using cache [2021-05-05T08:40:14.426Z] ---> 0c45bea247e7 [2021-05-05T08:40:14.426Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-05T08:40:14.426Z] ---> Using cache [2021-05-05T08:40:14.426Z] ---> ffbc252b71e6 [2021-05-05T08:40:14.426Z] Step 6/21 : COPY go.mod . [2021-05-05T08:40:14.426Z] ---> Using cache [2021-05-05T08:40:14.426Z] ---> ec9687999773 [2021-05-05T08:40:14.426Z] Step 7/21 : RUN go mod download [2021-05-05T08:40:14.426Z] ---> Using cache [2021-05-05T08:40:14.426Z] ---> 20b7711e5d2d [2021-05-05T08:40:14.426Z] Step 8/21 : COPY . . [2021-05-05T08:40:14.426Z] ---> Using cache [2021-05-05T08:40:14.426Z] ---> Using cache [2021-05-05T08:40:14.426Z] ---> 1ef07d84eb52 [2021-05-05T08:40:14.426Z] ---> 1ef07d84eb52 [2021-05-05T08:40:14.426Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-05T08:40:14.426Z] [2021-05-05T08:40:15.826Z] ---> Running in 356e7c444ac1 [2021-05-05T08:40:15.826Z] ---> Running in 71c37c3f6d9d [2021-05-05T08:40:15.826Z] ---> Running in 689ba67137ce [2021-05-05T08:40:15.826Z] ---> Running in 72a5e0205a02 [2021-05-05T08:40:17.297Z] 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-05T08:40:17.297Z] 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-05T08:40:17.297Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T08:40:17.297Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T08:40:17.877Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T08:40:17.877Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T08:40:18.477Z] OK: 219 MiB in 52 packages [2021-05-05T08:40:18.477Z] OK: 219 MiB in 52 packages [2021-05-05T08:40:18.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.171s coverage: 94.4% of statements [2021-05-05T08:40:18.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.136s coverage: 44.8% of statements [2021-05-05T08:40:19.913Z] Removing intermediate container 356e7c444ac1 [2021-05-05T08:40:19.913Z] ---> 7204b80f83b8 [2021-05-05T08:40:19.913Z] Step 6/23 : COPY go.mod . [2021-05-05T08:40:19.913Z] Removing intermediate container 71c37c3f6d9d [2021-05-05T08:40:19.913Z] ---> 0599b036bcc4 [2021-05-05T08:40:19.913Z] Step 6/23 : COPY go.mod . [2021-05-05T08:40:20.515Z] ---> 0422a6dbf75c [2021-05-05T08:40:20.515Z] Step 7/23 : RUN go mod download [2021-05-05T08:40:20.515Z] ---> 63aab0265456 [2021-05-05T08:40:20.515Z] Step 7/23 : RUN go mod download [2021-05-05T08:40:20.515Z] ---> Running in c21db1d061b7 [2021-05-05T08:40:20.795Z] ---> Running in b051e4192765 [2021-05-05T08:40:23.407Z] Removing intermediate container c21db1d061b7 [2021-05-05T08:40:23.407Z] ---> b2732615e23b [2021-05-05T08:40:23.407Z] Step 8/23 : COPY . . [2021-05-05T08:40:23.407Z] Removing intermediate container b051e4192765 [2021-05-05T08:40:23.407Z] ---> 615475269fc7 [2021-05-05T08:40:23.407Z] Step 8/23 : COPY . . [2021-05-05T08:40:25.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.579s coverage: 81.8% of statements [2021-05-05T08:40:25.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-05T08:40:32.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.254s coverage: 92.9% of statements [2021-05-05T08:40:32.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-05T08:40:32.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-05T08:40:32.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-05T08:40:32.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements [2021-05-05T08:40:32.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-05T08:40:32.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-05T08:40:32.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-05T08:40:32.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-05T08:40:32.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-05T08:40:32.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-05-05T08:40:32.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-05T08:40:32.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-05T08:40:32.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.119s coverage: 100.0% of statements [2021-05-05T08:40:32.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-05T08:40:32.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.185s coverage: 76.0% of statements [2021-05-05T08:40:32.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-05T08:40:32.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.139s coverage: 80.0% of statements [2021-05-05T08:40:32.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.200s coverage: 87.2% of statements [2021-05-05T08:40:32.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.227s coverage: 85.4% of statements [2021-05-05T08:40:32.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.237s coverage: 91.2% of statements [2021-05-05T08:40:32.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-05T08:40:32.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.848s coverage: 64.4% of statements [2021-05-05T08:40:32.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-05T08:40:32.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-05T08:40:32.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.119s coverage: 100.0% of statements [2021-05-05T08:40:32.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-05-05T08:40:32.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.079s coverage: 100.0% of statements [2021-05-05T08:40:32.700Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements [2021-05-05T08:40:34.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-05-05T08:40:36.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.019s coverage: 62.9% of statements [2021-05-05T08:40:36.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-05T08:40:36.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-05T08:40:36.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-05T08:40:39.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.705s coverage: 43.4% of statements [2021-05-05T08:40:39.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-05T08:40:39.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-05T08:40:39.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.089s coverage: 89.5% of statements [2021-05-05T08:40:39.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-05T08:40:39.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.104s coverage: 84.8% of statements [2021-05-05T08:40:44.850Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.478s coverage: 47.0% of statements [2021-05-05T08:40:44.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-05T08:40:44.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-05T08:40:44.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-05T08:40:44.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-05T08:40:44.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-05T08:40:44.850Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.147s coverage: 100.0% of statements [2021-05-05T08:40:44.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-05T08:40:44.850Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.114s coverage: 100.0% of statements [2021-05-05T08:40:44.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-05T08:40:44.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-05T08:40:44.850Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.157s coverage: 9.6% of statements [2021-05-05T08:40:44.850Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-05T08:40:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.535s coverage: 92.6% of statements [2021-05-05T08:40:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-05T08:40:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T08:40:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-05T08:40:50.341Z] 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-05T08:40:50.341Z] 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-05T08:40:54.599Z] ---> 09004ac4826f [2021-05-05T08:40:54.599Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-05T08:40:54.599Z] ---> 42982f5b2dec [2021-05-05T08:40:54.599Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-05T08:40:54.599Z] ---> Running in 5145511348ab [2021-05-05T08:40:54.881Z] ---> Running in 5330f1da676e [2021-05-05T08:40:55.477Z] 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-05T08:40:55.752Z] 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-05T08:40:56.521Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.749s coverage: 28.7% of statements [2021-05-05T08:40:56.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-05T08:40:56.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-05T08:40:56.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-05T08:40:56.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-05T08:40:56.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-05T08:40:56.521Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.167s coverage: 99.0% of statements [2021-05-05T08:40:56.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-05T08:40:56.521Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.197s coverage: 100.0% of statements [2021-05-05T08:40:56.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-05T08:40:56.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-05T08:40:56.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-05T08:40:56.521Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.236s coverage: 64.6% of statements [2021-05-05T08:40:56.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-05T08:40:56.521Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.396s coverage: 97.6% of statements [2021-05-05T08:40:56.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-05T08:40:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T08:40:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-05T08:40:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-05-05T08:40:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-05T08:40:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements [2021-05-05T08:40:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-05T08:40:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-05T08:40:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-05T08:40:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-05T08:40:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2021-05-05T08:40:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-05T08:40:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-05T08:40:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-05-05T08:40:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.114s coverage: 28.1% of statements [2021-05-05T08:40:56.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-05T08:40:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements [2021-05-05T08:40:56.796Z] GO111MODULE=on go vet ./... [2021-05-05T08:40:58.067Z] Removing intermediate container 72a5e0205a02 [2021-05-05T08:40:58.067Z] ---> 971c0547e6b8 [2021-05-05T08:40:58.067Z] [2021-05-05T08:40:58.067Z] Step 10/21 : FROM alpine:3.12 [2021-05-05T08:40:58.067Z] ---> 13621d1b12d4 [2021-05-05T08:40:58.067Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-05T08:40:58.342Z] Removing intermediate container 689ba67137ce [2021-05-05T08:40:58.342Z] ---> 80304a74e785 [2021-05-05T08:40:58.342Z] [2021-05-05T08:40:58.342Z] Step 10/25 : FROM alpine:3.12 [2021-05-05T08:40:58.342Z] ---> 13621d1b12d4 [2021-05-05T08:40:58.342Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-05T08:40:58.342Z] ---> Running in 39ac286d6f7d [2021-05-05T08:40:58.615Z] ---> Running in 5330e5d4c668 [2021-05-05T08:41:00.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T08:41:00.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T08:41:00.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T08:41:00.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T08:41:00.354Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-05T08:41:00.354Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T08:41:00.354Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-05T08:41:00.354Z] (4/6) Installing curl (7.76.1-r0) [2021-05-05T08:41:00.354Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-05T08:41:00.354Z] (6/6) Installing su-exec (0.2-r1) [2021-05-05T08:41:00.354Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T08:41:00.627Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T08:41:00.627Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-05T08:41:00.627Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T08:41:00.627Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-05T08:41:00.627Z] (4/4) Installing curl (7.76.1-r0) [2021-05-05T08:41:00.627Z] OK: 7 MiB in 20 packages [2021-05-05T08:41:00.627Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T08:41:00.627Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T08:41:00.903Z] OK: 7 MiB in 18 packages [2021-05-05T08:41:03.541Z] Removing intermediate container 5330e5d4c668 [2021-05-05T08:41:03.541Z] ---> b0bc4ba12283 [2021-05-05T08:41:03.541Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-05T08:41:03.817Z] Removing intermediate container 39ac286d6f7d [2021-05-05T08:41:03.817Z] ---> 99c037546de2 [2021-05-05T08:41:03.817Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-05T08:41:04.160Z] ---> Running in 1ed5458f41bb [2021-05-05T08:41:04.160Z] ---> Running in a0e1feaaed0a [2021-05-05T08:41:04.160Z] Removing intermediate container 1ed5458f41bb [2021-05-05T08:41:04.160Z] ---> a080ab701d3d [2021-05-05T08:41:04.160Z] Step 13/25 : WORKDIR / [2021-05-05T08:41:04.436Z] ---> Running in 3f6fc84b4619 [2021-05-05T08:41:04.436Z] Removing intermediate container a0e1feaaed0a [2021-05-05T08:41:04.436Z] ---> 3418ff3c46e2 [2021-05-05T08:41:04.436Z] Step 13/21 : WORKDIR /edgex [2021-05-05T08:41:04.436Z] ---> Running in 3ceef2cd6b19 [2021-05-05T08:41:04.718Z] Removing intermediate container 3f6fc84b4619 [2021-05-05T08:41:04.718Z] ---> c3b17b333d4b [2021-05-05T08:41:04.718Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-05T08:41:04.999Z] Removing intermediate container 3ceef2cd6b19 [2021-05-05T08:41:04.999Z] ---> d66ce9a93838 [2021-05-05T08:41:04.999Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-05T08:41:05.279Z] ---> bc87f3c281df [2021-05-05T08:41:05.279Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-05T08:41:05.557Z] ---> 2317fcfb5fe7 [2021-05-05T08:41:05.557Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-05T08:41:05.836Z] ---> f900300f0357 [2021-05-05T08:41:05.836Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-05T08:41:06.431Z] ---> 342afc9cb02b [2021-05-05T08:41:06.431Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-05T08:41:07.088Z] ---> de14d24e2bee [2021-05-05T08:41:07.088Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-05T08:41:07.088Z] ---> 8534ab4c6036 [2021-05-05T08:41:07.088Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-05T08:41:08.114Z] ---> eb8ef556b8b8 [2021-05-05T08:41:08.114Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-05T08:41:08.114Z] ---> Running in 9c61e12a5640 [2021-05-05T08:41:08.500Z] ---> cf05149b9c2e [2021-05-05T08:41:08.500Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-05T08:41:08.500Z] Removing intermediate container 9c61e12a5640 [2021-05-05T08:41:08.500Z] ---> 30cd19dabf9a [2021-05-05T08:41:08.500Z] Step 18/21 : CMD ["--init=true"] [2021-05-05T08:41:08.822Z] ---> Running in 431a85d0ba2c [2021-05-05T08:41:09.219Z] Removing intermediate container 431a85d0ba2c [2021-05-05T08:41:09.219Z] ---> c43f84e46d13 [2021-05-05T08:41:09.219Z] Step 19/21 : LABEL arch=x86_64 [2021-05-05T08:41:09.219Z] ---> Running in a5bd9d57a754 [2021-05-05T08:41:09.615Z] ---> 3c0138648a69 [2021-05-05T08:41:09.615Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-05T08:41:09.913Z] Removing intermediate container a5bd9d57a754 [2021-05-05T08:41:09.913Z] ---> 1aa9cd96be4d [2021-05-05T08:41:09.913Z] Step 20/21 : LABEL git_sha=5ca66f3e5f50b6b704d32fd95851e73d01959cda [2021-05-05T08:41:10.522Z] ---> 4105bc9d1074 [2021-05-05T08:41:10.522Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-05T08:41:10.522Z] ---> Running in 0f7f8d206223 [2021-05-05T08:41:11.140Z] ---> Running in 14428b39475c [2021-05-05T08:41:11.411Z] Removing intermediate container 0f7f8d206223 [2021-05-05T08:41:11.411Z] ---> 2dc6c7e101c0 [2021-05-05T08:41:11.411Z] Step 21/21 : LABEL version=0.0.0 [2021-05-05T08:41:11.685Z] ---> Running in eb4ae1e3fe52 [2021-05-05T08:41:11.963Z] Removing intermediate container eb4ae1e3fe52 [2021-05-05T08:41:11.963Z] ---> 51ec07c3f197 [2021-05-05T08:41:11.963Z] [2021-05-05T08:41:12.560Z] Successfully built 51ec07c3f197 [2021-05-05T08:41:12.560Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-05T08:41:13.996Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 14428b39475c [2021-05-05T08:41:13.996Z] ---> ff30d7fbf9aa [2021-05-05T08:41:13.996Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-05T08:41:13.996Z] ---> Running in 90b0d8c003a0 [2021-05-05T08:41:14.270Z] Removing intermediate container 90b0d8c003a0 [2021-05-05T08:41:14.270Z] ---> 51cf7294a671 [2021-05-05T08:41:14.271Z] Step 23/25 : LABEL arch=x86_64 [2021-05-05T08:41:14.271Z] ---> Running in c453dae34deb [2021-05-05T08:41:14.862Z] Removing intermediate container c453dae34deb [2021-05-05T08:41:14.862Z] ---> 133ee0c00c44 [2021-05-05T08:41:14.862Z] Step 24/25 : LABEL git_sha=5ca66f3e5f50b6b704d32fd95851e73d01959cda [2021-05-05T08:41:15.129Z] ---> Running in 4df4455637e4 [2021-05-05T08:41:15.397Z] Removing intermediate container 4df4455637e4 [2021-05-05T08:41:15.397Z] ---> c270ca5024c0 [2021-05-05T08:41:15.397Z] Step 25/25 : LABEL version=0.0.0 [2021-05-05T08:41:15.668Z] ---> Running in 929a7b7588f0 [2021-05-05T08:41:15.936Z] Removing intermediate container 929a7b7588f0 [2021-05-05T08:41:15.937Z] ---> 01a3934ac5f0 [2021-05-05T08:41:15.937Z] [2021-05-05T08:41:16.207Z] Successfully built 01a3934ac5f0 [2021-05-05T08:41:16.207Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-05T08:41:22.851Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5330f1da676e [2021-05-05T08:41:22.851Z] ---> ac2a9005b015 [2021-05-05T08:41:22.851Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-05T08:41:22.851Z] ---> Running in 722081ed727a [2021-05-05T08:41:23.127Z] 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-05T08:41:25.708Z] Removing intermediate container 5145511348ab [2021-05-05T08:41:25.708Z] ---> 42a7aa35be15 [2021-05-05T08:41:25.708Z] [2021-05-05T08:41:25.708Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T08:41:25.708Z] ---> 13621d1b12d4 [2021-05-05T08:41:25.708Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-05T08:41:25.708Z] ---> Running in b871667b298e [2021-05-05T08:41:25.708Z] Removing intermediate container 722081ed727a [2021-05-05T08:41:25.708Z] ---> e31b21b30803 [2021-05-05T08:41:25.708Z] [2021-05-05T08:41:25.708Z] Step 11/23 : FROM docker:20.10.0 [2021-05-05T08:41:25.708Z] 20.10.0: Pulling from library/docker [2021-05-05T08:41:25.976Z] Removing intermediate container b871667b298e [2021-05-05T08:41:25.976Z] ---> f4e789ba2598 [2021-05-05T08:41:25.976Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-05T08:41:25.976Z] ---> Running in ffc958e90f83 [2021-05-05T08:41:26.244Z] Removing intermediate container ffc958e90f83 [2021-05-05T08:41:26.244Z] ---> f8adb9dfce72 [2021-05-05T08:41:26.244Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-05T08:41:26.511Z] ---> Running in 50b5e0bb6fd7 [2021-05-05T08:41:27.094Z] Removing intermediate container 50b5e0bb6fd7 [2021-05-05T08:41:27.094Z] ---> 9774f3b2fed0 [2021-05-05T08:41:27.094Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:41:27.094Z] ---> Running in d2deca524e2d [2021-05-05T08:41:29.054Z] Removing intermediate container d2deca524e2d [2021-05-05T08:41:29.054Z] ---> 811ad85f9b76 [2021-05-05T08:41:29.054Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-05T08:41:29.054Z] ---> Running in 9720ae309876 [2021-05-05T08:41:30.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T08:41:30.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T08:41:31.218Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-05T08:41:31.218Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-05T08:41:31.218Z] ---> aefe523efa57 [2021-05-05T08:41:31.218Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-05T08:41:31.218Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-05T08:41:31.481Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-05T08:41:31.481Z] ---> Running in 9885c421e64a [2021-05-05T08:41:31.481Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-05T08:41:31.481Z] Removing intermediate container 9885c421e64a [2021-05-05T08:41:31.481Z] ---> 8844905cbd79 [2021-05-05T08:41:31.481Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-05T08:41:31.481Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-05T08:41:31.745Z] ---> Running in a1d429f3b5d8 [2021-05-05T08:41:32.324Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T08:41:32.324Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T08:41:32.324Z] (1/39) Installing readline (8.0.4-r0) [2021-05-05T08:41:32.324Z] (2/39) Installing bash (5.0.17-r0) [2021-05-05T08:41:32.324Z] Executing bash-5.0.17-r0.post-install [2021-05-05T08:41:32.589Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T08:41:32.589Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-05T08:41:32.589Z] (5/39) Installing curl (7.76.1-r0) [2021-05-05T08:41:32.589Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-05T08:41:32.589Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-05T08:41:32.589Z] (8/39) Installing expat (2.2.9-r1) [2021-05-05T08:41:32.589Z] (9/39) Installing libffi (3.3-r2) [2021-05-05T08:41:32.589Z] (10/39) Installing gdbm (1.13-r1) [2021-05-05T08:41:32.589Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-05T08:41:32.589Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-05T08:41:32.589Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-05T08:41:32.589Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-05T08:41:32.852Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-05T08:41:32.852Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T08:41:32.852Z] OK: 8 MiB in 20 packages [2021-05-05T08:41:38.182Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-05T08:41:38.182Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-05T08:41:38.182Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-05T08:41:38.182Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-05T08:41:38.182Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-05T08:41:38.182Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-05T08:41:38.182Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-05T08:41:38.182Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-05T08:41:38.182Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-05T08:41:38.182Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-05T08:41:38.182Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-05T08:41:38.182Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-05T08:41:38.182Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-05T08:41:38.182Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-05T08:41:38.182Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-05T08:41:38.182Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-05T08:41:39.130Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-05T08:41:39.130Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-05T08:41:39.130Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-05T08:41:39.130Z] Removing intermediate container 9720ae309876 [2021-05-05T08:41:39.130Z] ---> d50f8058ed9d [2021-05-05T08:41:39.130Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T08:41:39.130Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-05T08:41:39.130Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-05T08:41:39.130Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-05T08:41:39.130Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-05T08:41:39.130Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-05T08:41:39.130Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-05T08:41:39.130Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-05T08:41:39.130Z] Executing busybox-1.31.1-r19.trigger [2021-05-05T08:41:39.130Z] OK: 72 MiB in 59 packages [2021-05-05T08:41:40.077Z] ---> dc8f313c820a [2021-05-05T08:41:40.077Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-05T08:41:40.077Z] Collecting docker-compose==1.23.2 [2021-05-05T08:41:40.340Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-05T08:41:41.288Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-05T08:41:41.288Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-05T08:41:41.567Z] ---> d734ab040ee6 [2021-05-05T08:41:41.567Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-05T08:41:41.567Z] Collecting jsonschema<3,>=2.5.1 [2021-05-05T08:41:41.567Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-05T08:41:41.830Z] ---> 1bb901a7ea1d [2021-05-05T08:41:41.830Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-05T08:41:41.830Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-05T08:41:41.830Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-05T08:41:41.830Z] ---> Running in 8905ee1a7596 [2021-05-05T08:41:41.830Z] Collecting texttable<0.10,>=0.9.0 [2021-05-05T08:41:41.830Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-05T08:41:41.830Z] Removing intermediate container 8905ee1a7596 [2021-05-05T08:41:41.830Z] ---> 1a51aea53bdd [2021-05-05T08:41:41.830Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T08:41:42.092Z] ---> Running in e9eb19b36de4 [2021-05-05T08:41:42.092Z] Removing intermediate container e9eb19b36de4 [2021-05-05T08:41:42.092Z] ---> 1c6aa5aeedfa [2021-05-05T08:41:42.092Z] Step 21/23 : LABEL arch=x86_64 [2021-05-05T08:41:42.354Z] ---> Running in c72c23ffef5f [2021-05-05T08:41:42.354Z] 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-05T08:41:42.354Z] Collecting docopt<0.7,>=0.6.1 [2021-05-05T08:41:42.354Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-05T08:41:42.354Z] Removing intermediate container c72c23ffef5f [2021-05-05T08:41:42.354Z] ---> bd51e9daf101 [2021-05-05T08:41:42.354Z] Step 22/23 : LABEL git_sha=5ca66f3e5f50b6b704d32fd95851e73d01959cda [2021-05-05T08:41:42.617Z] ---> Running in c597d12cfd1e [2021-05-05T08:41:42.617Z] Removing intermediate container c597d12cfd1e [2021-05-05T08:41:42.617Z] ---> 9ffe6b38dd75 [2021-05-05T08:41:42.617Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T08:41:42.617Z] ---> Running in 5761171be226 [2021-05-05T08:41:42.906Z] Removing intermediate container 5761171be226 [2021-05-05T08:41:42.906Z] ---> 3b82902cdff9 [2021-05-05T08:41:42.906Z] [2021-05-05T08:41:42.906Z] Collecting docker<4.0,>=3.6.0 [2021-05-05T08:41:42.906Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-05T08:41:43.169Z] Successfully built 3b82902cdff9 [2021-05-05T08:41:43.169Z] Successfully tagged docker-core-data-go:latest [2021-05-05T08:41:43.169Z]  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 [2021-05-05T08:41:43.169Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-05T08:41:43.744Z] Collecting PyYAML<4,>=3.10 [2021-05-05T08:41:43.744Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-05T08:41:44.692Z] Collecting cached-property<2,>=1.2.0 [2021-05-05T08:41:44.692Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-05T08:41:44.692Z] Collecting idna<2.8,>=2.5 [2021-05-05T08:41:44.692Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-05T08:41:44.692Z] 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-05T08:41:44.692Z] 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-05T08:41:44.955Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-05T08:41:44.955Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-05T08:41:44.955Z] Collecting docker-pycreds>=0.4.0 [2021-05-05T08:41:44.955Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-05T08:41:44.955Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-05T08:41:44.955Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-05T08:41:44.955Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-05T08:41:44.955Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-05T08:41:45.221Z] Installing collected packages: idna, urllib3, requests, jsonschema, websocket-client, texttable, docopt, docker-pycreds, docker, dockerpty, PyYAML, cached-property, docker-compose [2021-05-05T08:41:45.221Z] Attempting uninstall: idna [2021-05-05T08:41:45.221Z] Found existing installation: idna 2.9 [2021-05-05T08:41:45.221Z] Uninstalling idna-2.9: [2021-05-05T08:41:45.221Z] Successfully uninstalled idna-2.9 [2021-05-05T08:41:45.487Z] Attempting uninstall: urllib3 [2021-05-05T08:41:45.487Z] Found existing installation: urllib3 1.25.9 [2021-05-05T08:41:45.487Z] Uninstalling urllib3-1.25.9: [2021-05-05T08:41:45.487Z] Successfully uninstalled urllib3-1.25.9 [2021-05-05T08:41:45.750Z] Attempting uninstall: requests [2021-05-05T08:41:45.750Z] Found existing installation: requests 2.23.0 [2021-05-05T08:41:45.750Z] Uninstalling requests-2.23.0: [2021-05-05T08:41:45.750Z] Successfully uninstalled requests-2.23.0 [2021-05-05T08:41:46.015Z] Running setup.py install for texttable: started [2021-05-05T08:41:46.592Z] Running setup.py install for texttable: finished with status 'done' [2021-05-05T08:41:46.592Z] Running setup.py install for docopt: started [2021-05-05T08:41:46.855Z] Running setup.py install for docopt: finished with status 'done' [2021-05-05T08:41:47.118Z] Running setup.py install for dockerpty: started [2021-05-05T08:41:47.694Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-05T08:41:47.957Z] Running setup.py install for PyYAML: started [2021-05-05T08:41:48.534Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-05T08:41:48.798Z] 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-05T08:41:56.966Z] Removing intermediate container a1d429f3b5d8 [2021-05-05T08:41:56.966Z] ---> 0bc23dd09b5a [2021-05-05T08:41:56.966Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-05T08:41:56.966Z] ---> Running in 6de5a2a198e5 [2021-05-05T08:41:56.966Z] Removing intermediate container 6de5a2a198e5 [2021-05-05T08:41:56.966Z] ---> eb110e9cbd09 [2021-05-05T08:41:56.966Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-05T08:41:56.966Z] ---> Running in 0b2e474672ea [2021-05-05T08:41:56.966Z] Removing intermediate container 0b2e474672ea [2021-05-05T08:41:56.966Z] ---> 4f1544c0b30b [2021-05-05T08:41:56.966Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-05T08:41:57.231Z] ---> 42475c7d4772 [2021-05-05T08:41:57.231Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-05T08:41:57.494Z] ---> 640919e1c8af [2021-05-05T08:41:57.494Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-05T08:41:58.070Z] ---> 7ec027706446 [2021-05-05T08:41:58.070Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-05T08:41:58.070Z] ---> Running in 1e4a72332128 [2021-05-05T08:41:58.070Z] Removing intermediate container 1e4a72332128 [2021-05-05T08:41:58.070Z] ---> 2c4242d81e0d [2021-05-05T08:41:58.070Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T08:41:58.333Z] ---> Running in 86d6abfee8e3 [2021-05-05T08:41:58.333Z] Removing intermediate container 86d6abfee8e3 [2021-05-05T08:41:58.333Z] ---> b1e57bef97ee [2021-05-05T08:41:58.333Z] Step 21/23 : LABEL arch=x86_64 [2021-05-05T08:41:58.333Z] ---> Running in ec7ceb906b25 [2021-05-05T08:41:58.605Z] Removing intermediate container ec7ceb906b25 [2021-05-05T08:41:58.605Z] ---> d6868ff8d704 [2021-05-05T08:41:58.605Z] Step 22/23 : LABEL git_sha=5ca66f3e5f50b6b704d32fd95851e73d01959cda [2021-05-05T08:41:58.605Z] ---> Running in 36110ae3a5d0 [2021-05-05T08:41:58.868Z] Removing intermediate container 36110ae3a5d0 [2021-05-05T08:41:58.868Z] ---> c334b71984a6 [2021-05-05T08:41:58.868Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T08:41:58.868Z] ---> Running in 3f9391786160 [2021-05-05T08:41:59.131Z] Removing intermediate container 3f9391786160 [2021-05-05T08:41:59.131Z] ---> 3ef7621d0f1a [2021-05-05T08:41:59.131Z] [2021-05-05T08:41:59.393Z] Successfully built 3ef7621d0f1a [2021-05-05T08:41:59.393Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-05T08:42:00.354Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-05T08:42:00.360Z] $ docker stop --time=1 5b40db0839f898ffc4575c0df29795cd86baba27fa13493ba1eb2f51b7788bfd [2021-05-05T08:42:01.998Z] $ docker rm -f 5b40db0839f898ffc4575c0df29795cd86baba27fa13493ba1eb2f51b7788bfd [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-05T08:42:02.446Z] + docker images [2021-05-05T08:42:02.446Z] + grep docker [2021-05-05T08:42:02.709Z] docker-sys-mgmt-agent-go latest 3ef7621d0f1a 4 seconds ago 312MB [2021-05-05T08:42:02.709Z] docker-core-data-go latest 3b82902cdff9 20 seconds ago 21.5MB [2021-05-05T08:42:02.709Z] docker-security-secretstore-setup-go latest 01a3934ac5f0 47 seconds ago 25.7MB [2021-05-05T08:42:02.709Z] docker-security-proxy-setup-go latest 51ec07c3f197 51 seconds ago 25.3MB [2021-05-05T08:42:02.709Z] docker-security-bootstrapper-go latest dece2971bf3c 2 minutes ago 18.2MB [2021-05-05T08:42:02.709Z] docker-core-metadata-go latest 7b096579d017 2 minutes ago 18.6MB [2021-05-05T08:42:02.710Z] docker-core-command-go latest db52a5c2b0c1 2 minutes ago 17MB [2021-05-05T08:42:02.710Z] docker-support-scheduler-go latest 6a8ebe63c843 2 minutes ago 17.1MB [2021-05-05T08:42:02.710Z] docker-support-notifications-go latest bb4c9ae59c5d 2 minutes ago 17.6MB [2021-05-05T08:42:02.710Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-05-05T08:42:17.942Z] Still waiting to schedule task [2021-05-05T08:42:17.942Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-3022’ [2021-05-05T08:42:48.933Z] gofmt -l . [2021-05-05T08:42:48.933Z] [ "`gofmt -l .`" = "" ] [2021-05-05T08:42:48.933Z] ./bin/test-go-mod-tidy.sh [2021-05-05T08:42:48.933Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-05T08:42:50.190Z] + ls -al . [2021-05-05T08:42:50.190Z] total 836 [2021-05-05T08:42:50.190Z] drwxrwxr-x 9 1001 1001 4096 May 5 08:42 . [2021-05-05T08:42:50.190Z] drwxr-xr-x 4 root root 4096 May 5 08:37 .. [2021-05-05T08:42:50.190Z] -rw-rw-r-- 1 1001 1001 11 May 5 08:35 .dockerignore [2021-05-05T08:42:50.190Z] drwxrwxr-x 8 1001 1001 4096 May 5 08:36 .git [2021-05-05T08:42:50.190Z] drwxrwxr-x 3 1001 1001 4096 May 5 08:35 .github [2021-05-05T08:42:50.190Z] -rw-rw-r-- 1 1001 1001 818 May 5 08:35 .gitignore [2021-05-05T08:42:50.190Z] -rw-rw-r-- 1 1001 1001 166 May 5 08:35 .sonarcloud.properties [2021-05-05T08:42:50.190Z] -rw-rw-r-- 1 1001 1001 8609 May 5 08:35 Attribution.txt [2021-05-05T08:42:50.190Z] -rw-rw-r-- 1 1001 1001 3804 May 5 08:35 CONTRIBUTING.md [2021-05-05T08:42:50.190Z] -rw-rw-r-- 1 1001 1001 931 May 5 08:35 Dockerfile.build [2021-05-05T08:42:50.190Z] -rw-rw-r-- 1 1001 1001 863 May 5 08:35 Jenkinsfile [2021-05-05T08:42:50.190Z] -rw-rw-r-- 1 1001 1001 10775 May 5 08:35 LICENSE [2021-05-05T08:42:50.190Z] -rw-rw-r-- 1 1001 1001 5774 May 5 08:35 Makefile [2021-05-05T08:42:50.190Z] -rw-rw-r-- 1 1001 1001 7978 May 5 08:35 README.md [2021-05-05T08:42:50.190Z] -rw-rw-r-- 1 1001 1001 6755 May 5 08:35 SECURITY.md [2021-05-05T08:42:50.190Z] -rw-rw-r-- 1 1001 1001 5 May 5 08:32 VERSION [2021-05-05T08:42:50.190Z] -rw-rw-r-- 1 1001 1001 4131 May 5 08:35 ZMQWindows.md [2021-05-05T08:42:50.190Z] drwxrwxr-x 2 1001 1001 4096 May 5 08:35 bin [2021-05-05T08:42:50.190Z] drwxrwxr-x 14 1001 1001 4096 May 5 08:35 cmd [2021-05-05T08:42:50.190Z] -rw-r--r-- 1 root root 699522 May 5 08:40 coverage.out [2021-05-05T08:42:50.190Z] -rw-r--r-- 1 root root 1060 May 5 08:42 go.mod [2021-05-05T08:42:50.190Z] -rw-r--r-- 1 root root 22420 May 5 08:37 go.sum [2021-05-05T08:42:50.190Z] drwxrwxr-x 8 1001 1001 4096 May 5 08:35 internal [2021-05-05T08:42:50.190Z] drwxrwxr-x 4 1001 1001 4096 May 5 08:35 openapi [2021-05-05T08:42:50.190Z] drwxrwxr-x 4 1001 1001 4096 May 5 08:35 snap [2021-05-05T08:42:50.190Z] -rw-rw-r-- 1 1001 1001 168 May 5 08:35 version.go [Pipeline] sh [2021-05-05T08:42:50.850Z] + '[' -e coverage.out ] [2021-05-05T08:42:50.850Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-05T08:42:50.881Z] Warning: overwriting stash ‘coverage-report’ [2021-05-05T08:42:52.185Z] Stashed 1 file(s) [Pipeline] sh [2021-05-05T08:42:52.843Z] + make build [2021-05-05T08:42:52.843Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-05T08:43:01.130Z] 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-05T08:43:27.951Z] 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-05T08:43:31.361Z] 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-05T08:43:36.782Z] 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-05T08:43:37.760Z] 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-05T08:43:42.083Z] 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-05T08:43:47.489Z] 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-05T08:43:50.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-05T08:43:54.345Z] 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-05T08:43:57.738Z] 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-05T08:44:01.127Z] 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-05T08:44:07.878Z] $ docker stop --time=1 02ca2f54a03120bb0841467d8b27cc6ded7065e6e0710a94a647ecb71d9c1c98 [2021-05-05T08:44:10.660Z] $ docker rm -f 02ca2f54a03120bb0841467d8b27cc6ded7065e6e0710a94a647ecb71d9c1c98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T08:44:12.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-05T08:44:12.901Z] [2021-05-05T08:44:12.901Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-05T08:44:13.260Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-05T08:44:13.534Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-05T08:44:13.534Z] 29e5d40040c1: Pulling fs layer [2021-05-05T08:44:13.534Z] 1ce36da41761: Pulling fs layer [2021-05-05T08:44:13.534Z] 25b303627fd3: Pulling fs layer [2021-05-05T08:44:13.534Z] 29e5d40040c1: Verifying Checksum [2021-05-05T08:44:13.534Z] 29e5d40040c1: Download complete [2021-05-05T08:44:14.131Z] 1ce36da41761: Verifying Checksum [2021-05-05T08:44:14.131Z] 1ce36da41761: Download complete [2021-05-05T08:44:14.407Z] 29e5d40040c1: Pull complete [2021-05-05T08:44:15.382Z] 1ce36da41761: Pull complete [2021-05-05T08:44:15.977Z] 25b303627fd3: Verifying Checksum [2021-05-05T08:44:15.977Z] 25b303627fd3: Download complete [2021-05-05T08:44:19.826Z] Running on prd-ubuntu18.04-docker-8c-8g-3024 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-05-05T08:44:19.848Z] Running in /w/workspace/edgex-go/113 [Pipeline] { [Pipeline] checkout [2021-05-05T08:44:22.141Z] using credential edgex-jenkins-ssh [2021-05-05T08:44:22.156Z] Cloning the remote Git repository [2021-05-05T08:44:22.184Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-05T08:44:22.250Z] > git init /w/workspace/edgex-go/113 # timeout=10 [2021-05-05T08:44:22.282Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-05T08:44:22.283Z] > git --version # timeout=10 [2021-05-05T08:44:22.291Z] > git --version # 'git version 2.17.1' [2021-05-05T08:44:22.292Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T08:44:22.321Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-05T08:44:26.153Z] 25b303627fd3: Pull complete [2021-05-05T08:44:26.153Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-05T08:44:26.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-05T08:44:26.153Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-05T08:44:26.399Z] prd-ubuntu18.04-docker-arm64-4c-16g-3021 does not seem to be running inside a container [2021-05-05T08:44:26.478Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/113 -v /w/workspace/edgex-go/113:/w/workspace/edgex-go/113:rw,z -v /w/workspace/edgex-go/113@tmp:/w/workspace/edgex-go/113@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-05T08:44:29.880Z] $ docker top af51262af693d4b9ab55cdc7414e2a966152dcef6b5e7259712eefa9ab5394e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T08:44:30.806Z] + docker-compose build --help [2021-05-05T08:44:30.806Z] + grep parallel [2021-05-05T08:44:34.388Z] Merging remotes/origin/master commit 073d4024fc68195ffa5e0c946ab0bbcbf84e75af into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-05-05T08:44:33.704Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-05T08:44:33.717Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-05T08:44:33.733Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-05T08:44:33.755Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-05T08:44:33.755Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T08:44:33.760Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-05T08:44:34.403Z] > git config core.sparsecheckout # timeout=10 [2021-05-05T08:44:34.408Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-05-05T08:44:34.894Z] Merge succeeded, producing 1a91a65d2575827b03786a59940098b2d66ca8bb [2021-05-05T08:44:34.895Z] Checking out Revision 1a91a65d2575827b03786a59940098b2d66ca8bb (PR-2858) [2021-05-05T08:44:35.097Z] --parallel Build images in parallel. [Pipeline] } [2021-05-05T08:44:35.452Z] $ docker stop --time=1 af51262af693d4b9ab55cdc7414e2a966152dcef6b5e7259712eefa9ab5394e6 [2021-05-05T08:44:34.588Z] > git remote # timeout=10 [2021-05-05T08:44:34.595Z] > git config --get remote.origin.url # timeout=10 [2021-05-05T08:44:34.607Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T08:44:34.611Z] > git merge 073d4024fc68195ffa5e0c946ab0bbcbf84e75af # timeout=10 [2021-05-05T08:44:34.892Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-05T08:44:34.902Z] > git config core.sparsecheckout # timeout=10 [2021-05-05T08:44:34.912Z] > git checkout -f 1a91a65d2575827b03786a59940098b2d66ca8bb # timeout=10 [2021-05-05T08:44:37.476Z] $ docker rm -f af51262af693d4b9ab55cdc7414e2a966152dcef6b5e7259712eefa9ab5394e6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T08:44:38.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-05T08:44:38.177Z] . [Pipeline] withDockerContainer [2021-05-05T08:44:38.451Z] prd-ubuntu18.04-docker-arm64-4c-16g-3021 does not seem to be running inside a container [2021-05-05T08:44:38.533Z] $ 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/113 -v /w/workspace/edgex-go/113:/w/workspace/edgex-go/113:rw,z -v /w/workspace/edgex-go/113@tmp:/w/workspace/edgex-go/113@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-05T08:44:38.623Z] Commit message: "Merge commit '073d4024fc68195ffa5e0c946ab0bbcbf84e75af' into HEAD" [2021-05-05T08:44:38.635Z] First time build. Skipping changelog. [2021-05-05T08:44:38.632Z] > git rev-list --no-walk e8b675ca1376699298c0ff859ac2b21cdcf8b1fa # timeout=10 [2021-05-05T08:44:40.090Z] $ docker top 7e6e2ff2b663300d909ff03c44a2bfa68218470425a30c230fe71e66a92024d7 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-05T08:44:41.076Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-05T08:44:41.127Z] + echo snap-build.sh [2021-05-05T08:44:41.127Z] snap-build.sh [2021-05-05T08:44:41.127Z] + SNAP_BASE_DIR=. [2021-05-05T08:44:41.127Z] + '[' '!' -z /w/workspace/edgex-go/113 ']' [2021-05-05T08:44:41.127Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/113 [2021-05-05T08:44:41.127Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/113]' [2021-05-05T08:44:41.127Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/113] [2021-05-05T08:44:41.127Z] + cd /w/workspace/edgex-go/113 [2021-05-05T08:44:41.127Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-05T08:44:41.127Z] Reading package lists... [2021-05-05T08:44:41.390Z] Building dependency tree... [2021-05-05T08:44:41.390Z] Reading state information... [2021-05-05T08:44:41.658Z] The following packages were automatically installed and are no longer required: [2021-05-05T08:44:41.658Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-05T08:44:41.658Z] uidmap xdelta3 [2021-05-05T08:44:41.658Z] Use 'sudo apt autoremove' to remove them. [2021-05-05T08:44:41.658Z] The following packages will be REMOVED: [2021-05-05T08:44:41.658Z] lxd* lxd-client* [2021-05-05T08:44:42.230Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-05T08:44:42.230Z] After this operation, 31.7 MB disk space will be freed. [2021-05-05T08:44:43.276Z] (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-05T08:44:43.276Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-05T08:44:44.218Z] Removing lxd dnsmasq configuration [2021-05-05T08:44:44.218Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-05T08:44:44.218Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-05T08:44:45.162Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-05T08:44:45.162Z] (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-05T08:44:45.162Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-05T08:44:46.462Z] Building docker-core-command-go ... [2021-05-05T08:44:46.462Z] Building docker-core-data-go ... [2021-05-05T08:44:46.462Z] Building docker-core-metadata-go ... [2021-05-05T08:44:46.462Z] Building docker-security-bootstrapper-go ... [2021-05-05T08:44:46.462Z] Building docker-security-proxy-setup-go ... [2021-05-05T08:44:46.462Z] Building docker-security-secretstore-setup-go ... [2021-05-05T08:44:46.462Z] Building docker-support-notifications-go ... [2021-05-05T08:44:46.462Z] Building docker-support-scheduler-go ... [2021-05-05T08:44:46.462Z] Building docker-sys-mgmt-agent-go ... [2021-05-05T08:44:46.462Z] Building docker-security-bootstrapper-go [2021-05-05T08:44:46.462Z] Building docker-support-scheduler-go [2021-05-05T08:44:46.462Z] Building docker-core-command-go [2021-05-05T08:44:46.462Z] Building docker-support-notifications-go [2021-05-05T08:44:46.462Z] Building docker-security-secretstore-setup-go [2021-05-05T08:44:46.549Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-05T08:44:46.810Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-05T08:44:48.193Z] + sudo snap remove --purge lxd [2021-05-05T08:44:48.193Z] snap "lxd" is not installed [2021-05-05T08:44:48.193Z] + sudo groupadd --force --system lxd [2021-05-05T08:44:48.193Z] ++ whoami [2021-05-05T08:44:48.193Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-05T08:44:48.193Z] + newgrp - lxd [2021-05-05T08:44:48.193Z] + sudo snap install lxd [2021-05-05T08:44:56.331Z] 2021-05-05T08:44:54Z INFO Waiting for automatic snapd restart... [2021-05-05T08:45:14.499Z] lxd 4.13 from Canonical* installed [2021-05-05T08:45:14.499Z] + sudo lxd init --auto [2021-05-05T08:45:21.089Z] + sudo snap install --classic snapcraft [2021-05-05T08:45:27.686Z] snapcraft 4.7.1 from Canonical* installed [2021-05-05T08:45:27.686Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-05T08:45:27.686Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-05T08:45:27.686Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-05T08:45:27.686Z] Dload Upload Total Spent Left Speed [2021-05-05T08:45:27.686Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4976 0 --:--:-- --:--:-- --:--:-- 4976 [2021-05-05T08:45:29.211Z] 26 3325k 26 892k 0 0 1324k 0 0:00:02 --:--:-- 0:00:02 1324k 100 3325k 100 3325k 0 0 2091k 0 0:00:01 0:00:01 --:--:-- 2658k [2021-05-05T08:45:29.211Z] ./yq_linux_amd64 [2021-05-05T08:45:29.211Z] + sudo snapcraft prime --use-lxd [2021-05-05T08:45:31.123Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-05T08:45:31.123Z] 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-05T08:45:31.123Z] - README.md [2021-05-05T08:45:31.123Z] [2021-05-05T08:45:31.123Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-05T08:45:31.694Z] Launching a container. [2021-05-05T08:45:43.929Z] Waiting for container to be ready [2021-05-05T08:45:44.194Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-05T08:45:44.194Z] [2021-05-05T08:45:47.508Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-05T08:45:48.083Z] Waiting for network to be ready... [2021-05-05T08:45:48.658Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-05T08:45:48.658Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-05T08:45:49.230Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-05T08:45:49.492Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-05T08:45:49.754Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-05T08:45:51.673Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-05T08:45:51.938Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-05T08:45:51.938Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-05T08:45:51.938Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-05T08:45:51.938Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-05T08:45:51.938Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-05T08:45:51.938Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-05T08:45:52.207Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-05T08:45:52.207Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-05T08:45:52.207Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-05T08:45:52.207Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-05T08:45:52.207Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-05T08:45:52.782Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-05T08:45:53.728Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-05T08:45:54.303Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-05T08:45:54.569Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-05T08:45:54.569Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-05T08:45:54.569Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-05T08:45:54.569Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-05T08:45:54.569Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-05T08:45:54.569Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-05T08:45:54.569Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-05T08:45:57.141Z] Fetched 24.5 MB in 9s (2794 kB/s) [2021-05-05T08:45:58.527Z] Reading package lists... [2021-05-05T08:45:58.527Z] Reading package lists... [2021-05-05T08:45:58.789Z] Building dependency tree... [2021-05-05T08:45:58.789Z] Reading state information... [2021-05-05T08:45:59.051Z] The following additional packages will be installed: [2021-05-05T08:45:59.051Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-05T08:45:59.051Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-05T08:45:59.052Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-05T08:45:59.052Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-05T08:45:59.052Z] Suggested packages: [2021-05-05T08:45:59.052Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-05T08:45:59.052Z] Recommended packages: [2021-05-05T08:45:59.052Z] gnupg libsasl2-modules [2021-05-05T08:45:59.052Z] The following NEW packages will be installed: [2021-05-05T08:45:59.052Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-05T08:45:59.052Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-05T08:45:59.052Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-05T08:45:59.052Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-05T08:45:59.052Z] The following packages will be upgraded: [2021-05-05T08:45:59.052Z] gpg gpg-agent gpgconf libudev1 [2021-05-05T08:45:59.313Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-05T08:45:59.313Z] Need to get 3529 kB of archives. [2021-05-05T08:45:59.313Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-05T08:45:59.313Z] 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-05T08:45:59.313Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-05-05T08:45:59.313Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-05T08:45:59.574Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-05-05T08:45:59.574Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-05T08:45:59.574Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-05T08:45:59.835Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-05T08:45:59.835Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-05T08:45:59.835Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-05T08:45:59.835Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-05T08:45:59.835Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-05T08:45:59.835Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-05T08:45:59.835Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-05T08:45:59.835Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-05T08:45:59.835Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-05T08:45:59.835Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-05T08:46:00.098Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-05T08:46:00.098Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-05T08:46:00.098Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-05T08:46:00.098Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-05T08:46:00.098Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-05T08:46:00.098Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-05T08:46:00.099Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T08:46:00.099Z] Fetched 3529 kB in 1s (3510 kB/s) [2021-05-05T08:46:00.359Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-05T08:46:00.359Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-05-05T08:46:00.359Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-05T08:46:00.359Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-05-05T08:46:00.359Z] Selecting previously unselected package udev. [2021-05-05T08:46:00.619Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-05T08:46:00.619Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-05-05T08:46:00.619Z] Unpacking udev (237-3ubuntu10.46) ... [2021-05-05T08:46:00.885Z] Selecting previously unselected package libfuse2:amd64. [2021-05-05T08:46:00.885Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-05T08:46:00.885Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-05T08:46:00.885Z] Selecting previously unselected package fuse. [2021-05-05T08:46:00.885Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-05T08:46:00.885Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-05T08:46:00.885Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T08:46:00.885Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-05T08:46:01.146Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T08:46:01.146Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-05T08:46:01.146Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T08:46:01.407Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-05T08:46:01.407Z] Selecting previously unselected package libksba8:amd64. [2021-05-05T08:46:01.407Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-05T08:46:01.407Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-05T08:46:01.407Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-05T08:46:01.407Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T08:46:01.407Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T08:46:01.671Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-05T08:46:01.671Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T08:46:01.671Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T08:46:01.671Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-05T08:46:01.671Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T08:46:01.671Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T08:46:01.671Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-05T08:46:01.671Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T08:46:01.671Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T08:46:01.932Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-05T08:46:01.932Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T08:46:01.932Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T08:46:01.932Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-05T08:46:01.932Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T08:46:01.932Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T08:46:02.196Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-05T08:46:02.196Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T08:46:02.196Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T08:46:02.196Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-05T08:46:02.196Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T08:46:02.196Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T08:46:02.196Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-05T08:46:02.196Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T08:46:02.196Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T08:46:02.458Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-05T08:46:02.458Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-05T08:46:02.458Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-05T08:46:02.458Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-05T08:46:02.458Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-05T08:46:02.458Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-05T08:46:02.458Z] Selecting previously unselected package libldap-common. [2021-05-05T08:46:02.458Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-05T08:46:02.458Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-05T08:46:02.720Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-05T08:46:02.720Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-05T08:46:02.720Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-05T08:46:02.720Z] Selecting previously unselected package dirmngr. [2021-05-05T08:46:02.720Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T08:46:02.720Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-05T08:46:02.720Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-05T08:46:02.982Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-05T08:46:02.982Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-05T08:46:02.982Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-05T08:46:02.982Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-05T08:46:02.982Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-05T08:46:02.982Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T08:46:02.982Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-05T08:46:02.982Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-05T08:46:02.982Z] Setting up udev (237-3ubuntu10.46) ... [2021-05-05T08:46:03.554Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-05T08:46:03.554Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T08:46:03.554Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-05T08:46:03.554Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-05T08:46:03.554Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-05T08:46:03.816Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T08:46:03.816Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T08:46:03.816Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T08:46:03.816Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T08:46:03.816Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T08:46:03.816Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T08:46:03.816Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T08:46:03.816Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-05T08:46:03.816Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-05T08:46:03.816Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-05T08:46:04.392Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-05T08:46:04.392Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-05T08:46:04.392Z] This means they are not meant to be enabled using systemctl. [2021-05-05T08:46:04.392Z] Possible reasons for having this kind of units are: [2021-05-05T08:46:04.392Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-05T08:46:04.392Z] .wants/ or .requires/ directory. [2021-05-05T08:46:04.392Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-05T08:46:04.392Z] a requirement dependency on it. [2021-05-05T08:46:04.392Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-05T08:46:04.392Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-05T08:46:04.392Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-05T08:46:04.392Z] instance name specified. [2021-05-05T08:46:04.654Z] Reading package lists... [2021-05-05T08:46:04.916Z] Building dependency tree... [2021-05-05T08:46:04.916Z] Reading state information... [2021-05-05T08:46:05.177Z] The following additional packages will be installed: [2021-05-05T08:46:05.177Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-05T08:46:05.177Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-05T08:46:05.177Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-05T08:46:05.177Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-05T08:46:05.177Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-05T08:46:05.177Z] Suggested packages: [2021-05-05T08:46:05.177Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-05T08:46:05.177Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-05T08:46:05.177Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-05T08:46:05.177Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-05T08:46:05.177Z] systemd-container policykit-1 [2021-05-05T08:46:05.177Z] Recommended packages: [2021-05-05T08:46:05.177Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-05T08:46:05.177Z] The following NEW packages will be installed: [2021-05-05T08:46:05.177Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-05T08:46:05.177Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-05T08:46:05.177Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-05T08:46:05.177Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-05T08:46:05.177Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-05T08:46:05.177Z] The following packages will be upgraded: [2021-05-05T08:46:05.177Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-05T08:46:05.177Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-05T08:46:05.177Z] Need to get 35.2 MB of archives. [2021-05-05T08:46:05.177Z] After this operation, 141 MB of additional disk space will be used. [2021-05-05T08:46:05.177Z] 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-05T08:46:05.437Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-05-05T08:46:06.010Z] 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-05T08:46:06.010Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-05T08:46:06.010Z] 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-05T08:46:06.010Z] 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-05T08:46:06.010Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-05-05T08:46:06.010Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-05T08:46:06.010Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-05T08:46:06.272Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-05T08:46:06.272Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-05T08:46:06.272Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-05T08:46:06.272Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-05T08:46:06.272Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-05T08:46:06.272Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-05T08:46:06.272Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-05T08:46:06.272Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-05T08:46:06.272Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-05T08:46:06.272Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-05T08:46:06.272Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-05T08:46:06.272Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-05T08:46:06.272Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-05T08:46:06.272Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-05T08:46:06.272Z] Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-05T08:46:06.272Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-05T08:46:06.272Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-05T08:46:06.272Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-05T08:46:06.272Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-05T08:46:06.272Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-05T08:46:06.272Z] 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-05T08:46:07.216Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T08:46:07.216Z] Fetched 35.2 MB in 2s (17.1 MB/s) [2021-05-05T08:46:07.477Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-05T08:46:07.477Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-05-05T08:46:07.477Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-05T08:46:08.050Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-05-05T08:46:08.050Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-05T08:46:08.262Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T08:46:08.263Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-05T08:46:08.263Z] ---> dce7bf87f3ff [2021-05-05T08:46:08.263Z] Step 3/22 : WORKDIR /edgex-go [2021-05-05T08:46:08.263Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T08:46:08.263Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-05T08:46:08.263Z] ---> dce7bf87f3ff [2021-05-05T08:46:08.263Z] Step 3/31 : WORKDIR /edgex-go [2021-05-05T08:46:08.263Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T08:46:08.263Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-05T08:46:08.263Z] ---> dce7bf87f3ff [2021-05-05T08:46:08.263Z] Step 3/25 : WORKDIR /edgex-go [2021-05-05T08:46:08.263Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T08:46:08.263Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-05T08:46:08.263Z] ---> dce7bf87f3ff [2021-05-05T08:46:08.263Z] Step 3/22 : WORKDIR /edgex-go [2021-05-05T08:46:08.263Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T08:46:08.263Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T08:46:08.263Z] ---> dce7bf87f3ff [2021-05-05T08:46:08.263Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T08:46:08.263Z] ---> Running in db9fd3bdb53a [2021-05-05T08:46:08.263Z] ---> Running in aeebfb5382f2 [2021-05-05T08:46:08.263Z] ---> Running in a0abbf60973d [2021-05-05T08:46:08.263Z] ---> Running in f1160eef70ea [2021-05-05T08:46:08.263Z] ---> Running in e282af571d1d [2021-05-05T08:46:08.263Z] Removing intermediate container aeebfb5382f2 [2021-05-05T08:46:08.263Z] ---> 990a2248744b [2021-05-05T08:46:08.263Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:46:08.263Z] Removing intermediate container f1160eef70ea [2021-05-05T08:46:08.263Z] ---> b3250938d3cc [2021-05-05T08:46:08.263Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:46:08.263Z] Removing intermediate container e282af571d1d [2021-05-05T08:46:08.263Z] ---> 0d97aaf5b247 [2021-05-05T08:46:08.263Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:46:08.263Z] ---> Running in 76da65082095 [2021-05-05T08:46:08.263Z] Removing intermediate container a0abbf60973d [2021-05-05T08:46:08.263Z] ---> 5aaad414a142 [2021-05-05T08:46:08.263Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:46:08.263Z] Removing intermediate container db9fd3bdb53a [2021-05-05T08:46:08.263Z] ---> 75f3cc712a6a [2021-05-05T08:46:08.263Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:46:08.263Z] ---> Running in cab56a8e75df [2021-05-05T08:46:08.263Z] ---> Running in 5a52bbdcce3a [2021-05-05T08:46:08.263Z] ---> Running in 3f98f13a25ef [2021-05-05T08:46:08.263Z] ---> Running in 8a510cf9e9a8 [2021-05-05T08:46:08.263Z] Removing intermediate container 76da65082095 [2021-05-05T08:46:08.263Z] ---> bc7bf6217fa6 [2021-05-05T08:46:08.263Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-05T08:46:08.263Z] ---> Running in 37f3fd105523 [2021-05-05T08:46:08.263Z] Removing intermediate container cab56a8e75df [2021-05-05T08:46:08.263Z] ---> dc270ca4be63 [2021-05-05T08:46:08.263Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-05T08:46:08.263Z] Removing intermediate container 5a52bbdcce3a [2021-05-05T08:46:08.263Z] ---> f8e057cf6a4e [2021-05-05T08:46:08.263Z] ---> Running in 10e98dfce73c [2021-05-05T08:46:08.263Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-05T08:46:08.263Z] Removing intermediate container 8a510cf9e9a8 [2021-05-05T08:46:08.263Z] ---> 013ab008e29d [2021-05-05T08:46:08.263Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-05T08:46:08.263Z] ---> Running in 93d4fb353f99 [2021-05-05T08:46:08.263Z] Removing intermediate container 3f98f13a25ef [2021-05-05T08:46:08.263Z] ---> deeac616ae50 [2021-05-05T08:46:08.263Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-05T08:46:08.263Z] ---> Running in 9e0521812aa0 [2021-05-05T08:46:08.263Z] ---> Running in 75dc83c00b9e [2021-05-05T08:46:08.263Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T08:46:08.263Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T08:46:08.263Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T08:46:08.263Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T08:46:08.263Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T08:46:08.263Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T08:46:08.311Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-05-05T08:46:08.311Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-05T08:46:08.311Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-05T08:46:08.311Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-05T08:46:08.573Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-05T08:46:08.835Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-05T08:46:08.835Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-05T08:46:08.835Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-05T08:46:09.097Z] Setting up apt (1.6.13) ... [2021-05-05T08:46:09.097Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-05T08:46:09.252Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T08:46:09.252Z] OK: 218 MiB in 52 packages [2021-05-05T08:46:09.530Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T08:46:09.531Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T08:46:09.670Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-05T08:46:09.670Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-05T08:46:09.670Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-05T08:46:09.670Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-05T08:46:09.826Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T08:46:09.935Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-05T08:46:09.935Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-05T08:46:09.935Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T08:46:09.935Z] Selecting previously unselected package libexpat1:amd64. [2021-05-05T08:46:09.935Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-05T08:46:09.935Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-05T08:46:10.198Z] Selecting previously unselected package python3.6-minimal. [2021-05-05T08:46:10.198Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-05T08:46:10.198Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T08:46:10.461Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-05T08:46:10.461Z] Checking for services that may need to be restarted...done. [2021-05-05T08:46:10.461Z] Checking for services that may need to be restarted...done. [2021-05-05T08:46:10.723Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T08:46:10.723Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-05T08:46:10.723Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T08:46:10.829Z] OK: 218 MiB in 52 packages [2021-05-05T08:46:10.829Z] Removing intermediate container 37f3fd105523 [2021-05-05T08:46:10.829Z] ---> f09b2b0d37da [2021-05-05T08:46:10.829Z] Step 6/25 : COPY go.mod . [2021-05-05T08:46:10.829Z] OK: 218 MiB in 52 packages [2021-05-05T08:46:11.107Z] OK: 218 MiB in 52 packages [2021-05-05T08:46:11.294Z] Selecting previously unselected package python3-minimal. [2021-05-05T08:46:11.294Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-05T08:46:11.294Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-05T08:46:11.294Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-05T08:46:11.294Z] Selecting previously unselected package mime-support. [2021-05-05T08:46:11.294Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-05T08:46:11.294Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-05T08:46:11.389Z] OK: 218 MiB in 52 packages [2021-05-05T08:46:11.555Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-05T08:46:11.555Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-05T08:46:11.555Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-05T08:46:11.555Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-05T08:46:11.555Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-05T08:46:11.555Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T08:46:11.817Z] Selecting previously unselected package python3.6. [2021-05-05T08:46:11.817Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-05T08:46:11.817Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T08:46:12.078Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-05T08:46:12.078Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-05T08:46:12.078Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-05T08:46:12.078Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-05T08:46:12.339Z] Selecting previously unselected package python3. [2021-05-05T08:46:12.339Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-05T08:46:12.339Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-05T08:46:12.339Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-05T08:46:12.339Z] Selecting previously unselected package multiarch-support. [2021-05-05T08:46:12.339Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T08:46:12.339Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-05T08:46:12.388Z] ---> 7e5d51e09e89 [2021-05-05T08:46:12.388Z] Step 7/25 : RUN go mod download [2021-05-05T08:46:12.388Z] ---> Running in 37c6124b51e1 [2021-05-05T08:46:12.608Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-05T08:46:12.608Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-05T08:46:12.608Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-05T08:46:12.608Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-05T08:46:12.608Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-05T08:46:12.665Z] Removing intermediate container 93d4fb353f99 [2021-05-05T08:46:12.665Z] ---> 61a2ed5da132 [2021-05-05T08:46:12.665Z] Step 6/22 : COPY go.mod . [2021-05-05T08:46:12.869Z] Selecting previously unselected package libbsd0:amd64. [2021-05-05T08:46:12.869Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-05T08:46:12.869Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-05T08:46:12.869Z] Selecting previously unselected package sudo. [2021-05-05T08:46:12.869Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-05T08:46:12.869Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-05T08:46:13.131Z] Selecting previously unselected package apparmor. [2021-05-05T08:46:13.131Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-05T08:46:13.131Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-05T08:46:13.131Z] Selecting previously unselected package libedit2:amd64. [2021-05-05T08:46:13.131Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-05T08:46:13.131Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-05T08:46:13.392Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-05T08:46:13.392Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-05T08:46:13.392Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T08:46:13.393Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-05T08:46:13.393Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-05T08:46:13.393Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T08:46:13.393Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-05T08:46:13.393Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-05T08:46:13.393Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-05T08:46:13.644Z] Removing intermediate container 75dc83c00b9e [2021-05-05T08:46:13.644Z] ---> 0f7df3815f49 [2021-05-05T08:46:13.644Z] Step 6/23 : COPY go.mod . [2021-05-05T08:46:13.644Z] Removing intermediate container 10e98dfce73c [2021-05-05T08:46:13.644Z] ---> a83cbfb9aa92 [2021-05-05T08:46:13.644Z] Step 6/31 : COPY go.mod . [2021-05-05T08:46:13.644Z] Removing intermediate container 9e0521812aa0 [2021-05-05T08:46:13.644Z] ---> 2d1245b6291e [2021-05-05T08:46:13.644Z] Step 6/22 : COPY go.mod . [2021-05-05T08:46:13.654Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-05T08:46:13.654Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-05T08:46:13.654Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T08:46:14.254Z] ---> be9af2f6966e [2021-05-05T08:46:14.254Z] Step 7/22 : RUN go mod download [2021-05-05T08:46:14.534Z] ---> Running in b90958c90009 [2021-05-05T08:46:14.819Z] ---> 543f0b75c0ab [2021-05-05T08:46:14.819Z] Step 7/31 : RUN go mod download [2021-05-05T08:46:14.819Z] ---> ff7877fbd077 [2021-05-05T08:46:14.819Z] Step 7/23 : RUN go mod download [2021-05-05T08:46:15.046Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-05T08:46:15.046Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-05T08:46:15.046Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T08:46:15.046Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-05T08:46:15.046Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-05T08:46:15.046Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-05T08:46:15.046Z] Selecting previously unselected package openssh-client. [2021-05-05T08:46:15.046Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-05T08:46:15.046Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-05T08:46:15.099Z] ---> d66059fef36f [2021-05-05T08:46:15.099Z] Step 7/22 : RUN go mod download [2021-05-05T08:46:15.099Z] ---> Running in 4ed8b0c683d8 [2021-05-05T08:46:15.306Z] Selecting previously unselected package squashfs-tools. [2021-05-05T08:46:15.306Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-05T08:46:15.306Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-05T08:46:15.306Z] Selecting previously unselected package snapd. [2021-05-05T08:46:15.306Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-05T08:46:15.306Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-05T08:46:15.375Z] ---> Running in 871010c81e94 [2021-05-05T08:46:15.375Z] ---> Running in 9dd4724d430c [2021-05-05T08:46:16.365Z] Removing intermediate container 37c6124b51e1 [2021-05-05T08:46:16.365Z] ---> 66c711fafb8b [2021-05-05T08:46:16.365Z] Step 8/25 : COPY . . [2021-05-05T08:46:17.862Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-05T08:46:17.862Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-05T08:46:17.862Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-05T08:46:17.862Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-05T08:46:17.862Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-05T08:46:17.862Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T08:46:17.862Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-05T08:46:17.862Z] Setting up systemd (237-3ubuntu10.46) ... [2021-05-05T08:46:18.122Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-05T08:46:18.692Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-05T08:46:18.692Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-05T08:46:18.692Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-05T08:46:18.692Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T08:46:18.692Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T08:46:18.951Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T08:46:19.030Z] Removing intermediate container b90958c90009 [2021-05-05T08:46:19.030Z] ---> 5d5c949cb77a [2021-05-05T08:46:19.030Z] Step 8/22 : COPY . . [2021-05-05T08:46:19.525Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-05T08:46:19.525Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T08:46:19.525Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-05T08:46:19.785Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-05T08:46:19.785Z] running python rtupdate hooks for python3.6... [2021-05-05T08:46:19.785Z] running python post-rtupdate hooks for python3.6... [2021-05-05T08:46:19.785Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-05T08:46:20.463Z] Removing intermediate container 4ed8b0c683d8 [2021-05-05T08:46:20.463Z] ---> 8e286e959745 [2021-05-05T08:46:20.463Z] Step 8/31 : COPY . . [2021-05-05T08:46:20.739Z] Removing intermediate container 9dd4724d430c [2021-05-05T08:46:20.739Z] ---> 5faf687948a0 [2021-05-05T08:46:20.739Z] Step 8/22 : COPY . . [2021-05-05T08:46:20.739Z] Removing intermediate container 871010c81e94 [2021-05-05T08:46:20.739Z] ---> 240511f3d5d1 [2021-05-05T08:46:20.739Z] Step 8/23 : COPY . . [2021-05-05T08:46:21.169Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-05T08:46:21.430Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T08:46:21.430Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-05T08:46:21.430Z] Setting up snapd (2.48.3+18.04) ... [2021-05-05T08:46:22.008Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-05T08:46:22.269Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-05T08:46:22.269Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-05T08:46:22.530Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-05T08:46:22.792Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-05T08:46:22.792Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-05T08:46:23.053Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-05T08:46:23.314Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-05T08:46:23.314Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-05T08:46:23.576Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-05T08:46:23.838Z] /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-05T08:46:23.838Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-05T08:46:23.838Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-05T08:46:24.784Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-05T08:46:25.047Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-05T08:46:25.047Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-05T08:46:26.696Z] Reading package lists... [2021-05-05T08:46:26.696Z] Reading package lists... [2021-05-05T08:46:26.956Z] Building dependency tree... [2021-05-05T08:46:26.956Z] Reading state information... [2021-05-05T08:46:26.956Z] Calculating upgrade... [2021-05-05T08:46:27.216Z] The following packages will be upgraded: [2021-05-05T08:46:27.216Z] advancecomp base-files bash binutils binutils-common [2021-05-05T08:46:27.216Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-05T08:46:27.216Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-05T08:46:27.216Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-05T08:46:27.216Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-05T08:46:27.216Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-05T08:46:27.216Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-05T08:46:27.216Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-05T08:46:27.216Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-05T08:46:27.216Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-05T08:46:27.216Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-05T08:46:27.216Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-05T08:46:27.216Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-05T08:46:27.216Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-05T08:46:27.216Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-05T08:46:27.216Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-05T08:46:27.216Z] Need to get 64.0 MB of archives. [2021-05-05T08:46:27.216Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-05T08:46:27.216Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-05T08:46:27.488Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-05T08:46:27.488Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-05T08:46:27.488Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-05T08:46:27.488Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-05T08:46:27.488Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-05T08:46:27.488Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-05T08:46:27.488Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-05T08:46:27.488Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-05T08:46:27.488Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-05T08:46:27.488Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-05T08:46:27.488Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-05T08:46:27.488Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-05T08:46:27.488Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-05T08:46:27.488Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-05T08:46:27.488Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-05T08:46:27.488Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-05T08:46:27.488Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-05T08:46:27.488Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-05T08:46:27.488Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-05T08:46:27.488Z] 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-05T08:46:27.750Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-05T08:46:27.750Z] 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-05T08:46:27.750Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-05T08:46:27.750Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-05T08:46:27.750Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-05T08:46:27.750Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-05T08:46:27.750Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-05T08:46:27.750Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-05T08:46:27.750Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-05T08:46:27.750Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-05T08:46:27.750Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-05T08:46:27.750Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-05T08:46:27.750Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-05T08:46:27.751Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-05T08:46:27.751Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-05T08:46:27.751Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-05T08:46:27.751Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-05T08:46:27.751Z] 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-05T08:46:27.751Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-05T08:46:27.751Z] 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-05T08:46:27.751Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-05T08:46:27.751Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-05T08:46:27.751Z] 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-05T08:46:27.751Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-05T08:46:27.751Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-05T08:46:27.751Z] 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-05T08:46:27.751Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-05T08:46:27.751Z] 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-05T08:46:27.751Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-05T08:46:27.751Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-05T08:46:27.751Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-05T08:46:27.751Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-05T08:46:27.751Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-05T08:46:27.751Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-05T08:46:27.751Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-05T08:46:28.012Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-05T08:46:28.273Z] 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-05T08:46:28.273Z] 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-05T08:46:28.273Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-05T08:46:28.273Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-05T08:46:28.273Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-05T08:46:28.532Z] 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-05T08:46:28.532Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-05T08:46:28.532Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-05T08:46:28.532Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-05T08:46:28.532Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-05T08:46:28.532Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-05T08:46:28.532Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-05T08:46:28.532Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-05T08:46:28.532Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-05T08:46:28.532Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-05T08:46:28.792Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-05T08:46:28.792Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-05T08:46:28.792Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-05T08:46:28.792Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-05T08:46:28.792Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-05T08:46:28.792Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-05T08:46:28.792Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-05T08:46:28.792Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-05T08:46:28.792Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-05T08:46:28.792Z] 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-05T08:46:28.792Z] 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-05T08:46:28.792Z] 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-05T08:46:28.792Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-05-05T08:46:29.053Z] 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-05T08:46:29.053Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-05T08:46:29.053Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-05T08:46:29.053Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-05T08:46:29.053Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-05T08:46:29.053Z] 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-05T08:46:29.053Z] 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-05T08:46:29.053Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-05T08:46:29.053Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-05T08:46:29.053Z] 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-05T08:46:29.053Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-05T08:46:29.053Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-05T08:46:29.053Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-05T08:46:29.053Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-05T08:46:29.053Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-05T08:46:29.053Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-05T08:46:29.316Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T08:46:29.316Z] Fetched 64.0 MB in 2s (32.7 MB/s) [2021-05-05T08:46:29.316Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:29.316Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T08:46:29.316Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-05T08:46:30.261Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T08:46:30.261Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-05T08:46:30.261Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-05T08:46:30.261Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-05T08:46:31.203Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:31.203Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T08:46:31.203Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:31.203Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T08:46:31.464Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:31.464Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T08:46:31.464Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:31.464Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T08:46:31.725Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:31.725Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T08:46:31.725Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:31.725Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T08:46:31.725Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:31.725Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T08:46:31.985Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T08:46:31.985Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-05T08:46:31.985Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:31.985Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-05T08:46:31.985Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-05T08:46:32.245Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-05T08:46:32.245Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:32.245Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T08:46:32.245Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:32.245Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T08:46:32.507Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:32.507Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T08:46:32.507Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T08:46:32.768Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-05T08:46:32.768Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T08:46:32.768Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-05T08:46:33.337Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-05T08:46:33.337Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-05T08:46:33.337Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-05T08:46:33.598Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-05T08:46:33.598Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-05T08:46:33.598Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-05T08:46:33.598Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-05T08:46:33.858Z] Installing new version of config file /etc/issue ... [2021-05-05T08:46:33.858Z] Installing new version of config file /etc/issue.net ... [2021-05-05T08:46:33.858Z] Installing new version of config file /etc/lsb-release ... [2021-05-05T08:46:33.859Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-05T08:46:34.119Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-05T08:46:34.119Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-05T08:46:34.119Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-05T08:46:34.119Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:34.119Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-05T08:46:34.379Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-05T08:46:34.379Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-05T08:46:34.379Z] 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-05T08:46:34.640Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:34.640Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T08:46:34.640Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-05T08:46:34.640Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-05T08:46:34.640Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:34.640Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-05T08:46:34.902Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-05T08:46:34.902Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-05T08:46:35.162Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:35.162Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-05T08:46:35.162Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-05T08:46:35.423Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-05T08:46:35.423Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:35.423Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-05T08:46:35.423Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-05T08:46:35.685Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-05T08:46:35.685Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:35.685Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-05T08:46:35.685Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-05T08:46:35.946Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-05T08:46:35.946Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:35.946Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-05T08:46:35.946Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-05T08:46:35.946Z] Setting up grep (3.1-2build1) ... [2021-05-05T08:46:36.209Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:36.209Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-05T08:46:36.209Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-05T08:46:36.209Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-05T08:46:36.473Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:36.473Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-05T08:46:36.473Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T08:46:36.734Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-05T08:46:36.734Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:36.734Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-05T08:46:36.734Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-05T08:46:37.322Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-05T08:46:37.322Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-05T08:46:37.583Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-05T08:46:37.583Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-05T08:46:38.165Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-05T08:46:38.165Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:38.165Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-05T08:46:38.165Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-05T08:46:39.110Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-05T08:46:39.110Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-05T08:46:39.371Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-05T08:46:39.371Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-05T08:46:39.371Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-05T08:46:39.634Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:39.634Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-05T08:46:39.634Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-05T08:46:39.895Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-05T08:46:39.895Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:39.895Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T08:46:39.895Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T08:46:40.157Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T08:46:40.157Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:40.157Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T08:46:40.157Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T08:46:40.417Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T08:46:40.417Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:40.417Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T08:46:40.417Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T08:46:40.678Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T08:46:40.678Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:40.678Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T08:46:40.678Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T08:46:40.939Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T08:46:40.939Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:40.939Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-05T08:46:40.939Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T08:46:41.200Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-05T08:46:41.200Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T08:46:41.200Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-05T08:46:41.200Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:41.200Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-05T08:46:41.460Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T08:46:41.461Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-05T08:46:41.461Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:41.461Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T08:46:41.461Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T08:46:41.721Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T08:46:41.721Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:41.721Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T08:46:41.721Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T08:46:41.721Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-05T08:46:41.982Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:41.982Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T08:46:41.982Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T08:46:42.553Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-05T08:46:42.814Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-05T08:46:43.076Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-05T08:46:43.076Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:43.076Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T08:46:43.076Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-05T08:46:43.341Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-05T08:46:43.602Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T08:46:43.602Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-05T08:46:43.602Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T08:46:43.602Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-05T08:46:43.861Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:43.861Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-05T08:46:43.861Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-05T08:46:44.123Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-05T08:46:44.383Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:44.383Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-05T08:46:44.383Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-05T08:46:44.383Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-05T08:46:44.645Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:44.645Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-05T08:46:44.645Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-05T08:46:44.645Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-05T08:46:44.908Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:44.908Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-05T08:46:44.908Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-05T08:46:44.908Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-05T08:46:45.170Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:45.170Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-05T08:46:45.170Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-05T08:46:45.170Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-05T08:46:45.431Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:45.431Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-05T08:46:45.692Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-05T08:46:45.953Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-05T08:46:45.953Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:45.953Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T08:46:45.953Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T08:46:46.214Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-05-05T08:46:46.214Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-05T08:46:46.214Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-05T08:46:46.214Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-05T08:46:46.474Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-05T08:46:46.474Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:46.474Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-05T08:46:46.474Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-05T08:46:46.474Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-05T08:46:46.734Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:46.734Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-05T08:46:46.734Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-05T08:46:46.734Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-05T08:46:46.996Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:46.996Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-05T08:46:47.261Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-05T08:46:47.261Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-05T08:46:47.261Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:47.261Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-05T08:46:47.525Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-05T08:46:47.525Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-05T08:46:47.563Z] ---> ad568529bc52 [2021-05-05T08:46:47.563Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-05T08:46:47.563Z] ---> ccfc07484c3d [2021-05-05T08:46:47.563Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-05T08:46:47.563Z] ---> dc222798bd11 [2021-05-05T08:46:47.563Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-05T08:46:47.563Z] ---> Running in b24becd40565 [2021-05-05T08:46:47.563Z] ---> 64e4fcc48fc3 [2021-05-05T08:46:47.563Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-05T08:46:47.563Z] ---> 4ca22dc1efbd [2021-05-05T08:46:47.563Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-05T08:46:47.563Z] ---> Running in bc6d746765c7 [2021-05-05T08:46:47.563Z] ---> Running in 9d9aebc273a9 [2021-05-05T08:46:47.563Z] ---> Running in 7637d7c2b0ea [2021-05-05T08:46:47.563Z] ---> Running in fb82891977d9 [2021-05-05T08:46:47.791Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:47.791Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-05T08:46:48.090Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-05T08:46:48.353Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-05T08:46:48.617Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:48.617Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T08:46:48.617Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-05T08:46:48.617Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-05T08:46:48.879Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:48.879Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-05T08:46:48.879Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-05T08:46:48.879Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-05T08:46:49.006Z] 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-05T08:46:49.006Z] 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-05T08:46:49.143Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:49.143Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-05T08:46:49.143Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-05T08:46:49.143Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-05T08:46:49.283Z] 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-05T08:46:49.283Z] 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-05T08:46:49.283Z] 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-05T08:46:49.410Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:49.410Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-05T08:46:49.410Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-05T08:46:49.670Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-05T08:46:49.670Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:49.670Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-05T08:46:49.670Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-05T08:46:49.670Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-05T08:46:49.931Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:49.931Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-05T08:46:49.931Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-05T08:46:49.931Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-05T08:46:50.193Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:50.193Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-05T08:46:50.193Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-05T08:46:50.193Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-05T08:46:50.454Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:50.454Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-05T08:46:50.454Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-05T08:46:51.025Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-05T08:46:51.026Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T08:46:51.026Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-05T08:46:51.026Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-05T08:46:51.286Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-05T08:46:51.286Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-05T08:46:51.286Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-05T08:46:51.286Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-05T08:46:51.546Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-05T08:46:51.546Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-05T08:46:51.808Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-05T08:46:51.808Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-05T08:46:51.808Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-05T08:46:51.808Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-05T08:46:52.071Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-05T08:46:52.071Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-05T08:46:52.331Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-05T08:46:52.331Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-05T08:46:52.331Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-05T08:46:52.331Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-05T08:46:52.592Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-05T08:46:52.592Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-05T08:46:52.592Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-05T08:46:52.592Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-05T08:46:52.853Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-05T08:46:52.853Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-05T08:46:52.853Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-05T08:46:52.853Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-05T08:46:53.115Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-05T08:46:53.115Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-05T08:46:54.060Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-05T08:46:54.060Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-05T08:46:54.060Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-05T08:46:54.060Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-05T08:46:54.060Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-05T08:46:54.060Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-05T08:46:54.629Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-05T08:46:54.629Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-05T08:46:54.629Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-05T08:46:54.891Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-05T08:46:54.891Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-05T08:46:54.891Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-05T08:46:54.891Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:54.891Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T08:46:55.152Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:55.152Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T08:46:55.152Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:55.413Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T08:46:55.413Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:55.413Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T08:46:56.355Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:56.355Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T08:46:57.739Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:57.739Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T08:46:58.310Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:58.310Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T08:46:58.572Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:58.572Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T08:46:59.518Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T08:46:59.518Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T08:46:59.518Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-05T08:46:59.779Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-05T08:46:59.779Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-05T08:46:59.779Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-05T08:47:00.042Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-05T08:47:00.042Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-05T08:47:00.042Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-05T08:47:00.042Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-05T08:47:00.302Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-05T08:47:00.302Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-05T08:47:00.302Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-05T08:47:00.302Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-05T08:47:00.562Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-05T08:47:00.562Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-05T08:47:00.562Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T08:47:00.562Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-05T08:47:00.822Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T08:47:00.822Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T08:47:00.822Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T08:47:00.822Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-05T08:47:00.822Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-05T08:47:00.822Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-05T08:47:01.081Z] [2021-05-05T08:47:01.081Z] Current default time zone: 'Etc/UTC' [2021-05-05T08:47:01.081Z] Local time is now: Wed May 5 08:47:00 UTC 2021. [2021-05-05T08:47:01.081Z] Universal Time is now: Wed May 5 08:47:00 UTC 2021. [2021-05-05T08:47:01.081Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-05T08:47:01.081Z] [2021-05-05T08:47:01.081Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-05-05T08:47:01.081Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T08:47:01.081Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-05T08:47:01.081Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-05T08:47:01.081Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-05T08:47:01.081Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-05T08:47:01.343Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-05T08:47:01.343Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-05T08:47:01.603Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-05T08:47:01.603Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-05T08:47:01.603Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T08:47:01.603Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-05T08:47:01.863Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T08:47:01.863Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-05T08:47:01.863Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T08:47:01.863Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-05T08:47:01.863Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-05T08:47:01.863Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-05T08:47:01.863Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-05T08:47:01.863Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-05T08:47:01.863Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-05T08:47:01.863Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-05T08:47:01.863Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-05T08:47:03.246Z] Updating certificates in /etc/ssl/certs... [2021-05-05T08:47:04.186Z] 23 added, 27 removed; done. [2021-05-05T08:47:04.186Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-05T08:47:04.186Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T08:47:04.186Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-05T08:47:04.186Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-05T08:47:04.186Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-05T08:47:04.186Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T08:47:04.186Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-05T08:47:04.186Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T08:47:04.186Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T08:47:04.446Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T08:47:04.446Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T08:47:04.446Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T08:47:04.446Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-05T08:47:04.446Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-05T08:47:04.446Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-05T08:47:04.446Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-05T08:47:04.446Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-05T08:47:04.446Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T08:47:04.446Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T08:47:04.446Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-05T08:47:04.707Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-05T08:47:04.707Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-05T08:47:04.707Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-05T08:47:04.707Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-05T08:47:04.971Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-05T08:47:04.971Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-05T08:47:04.971Z] Updating certificates in /etc/ssl/certs... [2021-05-05T08:47:05.542Z] 0 added, 0 removed; done. [2021-05-05T08:47:05.542Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-05T08:47:05.542Z] done. [2021-05-05T08:47:05.802Z] Reading package lists... [2021-05-05T08:47:06.062Z] Building dependency tree... [2021-05-05T08:47:06.062Z] Reading state information... [2021-05-05T08:47:06.062Z] The following NEW packages will be installed: [2021-05-05T08:47:06.062Z] apt-transport-https [2021-05-05T08:47:06.322Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-05T08:47:06.322Z] Need to get 1692 B of archives. [2021-05-05T08:47:06.322Z] After this operation, 154 kB of additional disk space will be used. [2021-05-05T08:47:06.322Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-05T08:47:06.582Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T08:47:06.582Z] Fetched 1692 B in 0s (8640 B/s) [2021-05-05T08:47:06.582Z] Selecting previously unselected package apt-transport-https. [2021-05-05T08:47:06.582Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-05T08:47:06.582Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-05T08:47:06.582Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-05T08:47:06.582Z] Setting up apt-transport-https (1.6.13) ... [2021-05-05T08:47:06.843Z] Waiting for network to be ready... [2021-05-05T08:47:13.428Z] 2021-05-05T08:47:10Z INFO Waiting for automatic snapd restart... [2021-05-05T08:47:13.689Z] snapd 2.49.2 from Canonical* installed [2021-05-05T08:47:14.631Z] "snapd" switched to the "latest/stable" channel [2021-05-05T08:47:14.631Z] [2021-05-05T08:47:18.859Z] core18 20210309 from Canonical* installed [2021-05-05T08:47:18.859Z] "core18" switched to the "latest/stable" channel [2021-05-05T08:47:18.859Z] [2021-05-05T08:47:24.147Z] snapcraft 4.7.1 from Canonical* installed [2021-05-05T08:47:24.147Z] "snapcraft" switched to the "latest/stable" channel [2021-05-05T08:47:24.147Z] [2021-05-05T08:47:28.366Z] 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-05T08:47:28.366Z] - README.md [2021-05-05T08:47:28.366Z] [2021-05-05T08:47:28.366Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-05T08:47:34.959Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T08:47:34.959Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-05T08:47:34.959Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-05T08:47:34.959Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-05T08:47:35.901Z] Reading package lists... [2021-05-05T08:47:36.162Z] 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-05T08:47:42.751Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T08:47:42.751Z] Reading package lists... [2021-05-05T08:47:42.751Z] Building dependency tree... [2021-05-05T08:47:42.751Z] Reading state information... [2021-05-05T08:47:42.751Z] Suggested packages: [2021-05-05T08:47:42.751Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-05T08:47:42.751Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-05T08:47:42.751Z] Recommended packages: [2021-05-05T08:47:42.751Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-05T08:47:42.751Z] The following NEW packages will be installed: [2021-05-05T08:47:42.751Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-05T08:47:42.751Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-05T08:47:42.751Z] pkg-config zip [2021-05-05T08:47:43.012Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-05T08:47:43.012Z] Need to get 7663 kB of archives. [2021-05-05T08:47:43.012Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-05T08:47:43.012Z] 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-05T08:47:43.012Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-05T08:47:43.012Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-05T08:47:43.285Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-05T08:47:43.285Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-05T08:47:43.285Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-05T08:47:43.285Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-05T08:47:43.285Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-05T08:47:43.285Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-05T08:47:43.285Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-05T08:47:43.545Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-05T08:47:43.545Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-05T08:47:43.545Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-05T08:47:43.806Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-05T08:47:43.806Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-05T08:47:43.806Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T08:47:43.806Z] Fetched 7663 kB in 1s (7169 kB/s) [2021-05-05T08:47:44.068Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-05T08:47:44.068Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-05T08:47:44.068Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-05T08:47:44.068Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-05T08:47:44.328Z] Selecting previously unselected package libpsl5:amd64. [2021-05-05T08:47:44.328Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-05T08:47:44.328Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-05T08:47:44.328Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-05T08:47:44.328Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-05T08:47:44.328Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-05T08:47:44.589Z] Selecting previously unselected package librtmp1:amd64. [2021-05-05T08:47:44.589Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-05T08:47:44.589Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-05T08:47:44.589Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-05T08:47:44.589Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-05T08:47:44.589Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-05T08:47:44.849Z] Selecting previously unselected package liberror-perl. [2021-05-05T08:47:44.849Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-05T08:47:44.849Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-05T08:47:44.849Z] Selecting previously unselected package git-man. [2021-05-05T08:47:44.849Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-05T08:47:44.849Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-05T08:47:45.110Z] Selecting previously unselected package git. [2021-05-05T08:47:45.110Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-05T08:47:45.110Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-05T08:47:46.051Z] Selecting previously unselected package libnorm1:amd64. [2021-05-05T08:47:46.051Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-05T08:47:46.051Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-05T08:47:46.051Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-05T08:47:46.051Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-05T08:47:46.051Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-05T08:47:46.051Z] Selecting previously unselected package libsodium23:amd64. [2021-05-05T08:47:46.051Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-05T08:47:46.311Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-05T08:47:46.311Z] Selecting previously unselected package libzmq5:amd64. [2021-05-05T08:47:46.311Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-05T08:47:46.311Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-05T08:47:46.311Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-05T08:47:46.311Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-05T08:47:46.311Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-05T08:47:46.572Z] Selecting previously unselected package pkg-config. [2021-05-05T08:47:46.572Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-05T08:47:46.572Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-05T08:47:46.572Z] Selecting previously unselected package zip. [2021-05-05T08:47:46.572Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-05T08:47:46.572Z] Unpacking zip (3.0-11build1) ... [2021-05-05T08:47:46.572Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-05T08:47:46.832Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-05T08:47:46.832Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-05T08:47:46.832Z] Setting up liberror-perl (0.17025-1) ... [2021-05-05T08:47:46.832Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-05T08:47:46.832Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-05T08:47:46.832Z] No schema files found: doing nothing. [2021-05-05T08:47:46.832Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-05T08:47:46.832Z] Setting up zip (3.0-11build1) ... [2021-05-05T08:47:46.832Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-05T08:47:46.832Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-05T08:47:46.832Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-05T08:47:47.092Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-05T08:47:47.092Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-05T08:47:47.092Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-05T08:47:47.092Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-05T08:47:47.092Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-05T08:47:53.674Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T08:47:53.934Z] git set to automatically installed. [2021-05-05T08:47:53.934Z] git-man set to automatically installed. [2021-05-05T08:47:53.934Z] libcurl3-gnutls set to automatically installed. [2021-05-05T08:47:53.934Z] liberror-perl set to automatically installed. [2021-05-05T08:47:53.934Z] libglib2.0-0 set to automatically installed. [2021-05-05T08:47:53.934Z] libnghttp2-14 set to automatically installed. [2021-05-05T08:47:53.934Z] libnorm1 set to automatically installed. [2021-05-05T08:47:53.934Z] libpgm-5.2-0 set to automatically installed. [2021-05-05T08:47:53.934Z] libpsl5 set to automatically installed. [2021-05-05T08:47:53.934Z] librtmp1 set to automatically installed. [2021-05-05T08:47:53.934Z] libsodium23 set to automatically installed. [2021-05-05T08:47:53.934Z] libzmq3-dev set to automatically installed. [2021-05-05T08:47:53.934Z] libzmq5 set to automatically installed. [2021-05-05T08:47:53.934Z] pkg-config set to automatically installed. [2021-05-05T08:47:53.934Z] zip set to automatically installed. [2021-05-05T08:47:55.315Z] snapd is not logged in, snap install commands will use sudo [2021-05-05T08:48:01.896Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T08:48:20.027Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-05T08:48:20.289Z] snapd is not logged in, snap install commands will use sudo [2021-05-05T08:48:26.872Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T08:48:27.443Z] snap "core18" has no updates available [2021-05-05T08:48:28.013Z] Pulling go-build-helper [2021-05-05T08:48:28.013Z] + snapcraftctl pull [2021-05-05T08:48:29.399Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-05T08:48:29.399Z] Skipping pull go-build-helper (already ran) [2021-05-05T08:48:29.399Z] Building go-build-helper [2021-05-05T08:48:29.399Z] + snapcraftctl build [2021-05-05T08:48:31.944Z] Staging go-build-helper [2021-05-05T08:48:31.944Z] + snapcraftctl stage [2021-05-05T08:48:41.156Z] 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-05T08:48:46.859Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-05T08:48:46.859Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-05T08:48:46.859Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-05T08:48:46.859Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-05T08:48:46.859Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-05T08:48:46.859Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-05T08:48:46.859Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-05T08:48:46.860Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-05T08:48:46.860Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-05T08:48:46.860Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-05T08:48:46.860Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-05T08:48:46.860Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-05T08:48:46.860Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-05T08:48:46.860Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-05T08:48:46.860Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-05T08:48:46.860Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-05T08:48:46.860Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-05T08:48:46.860Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-05T08:48:46.860Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-05T08:48:46.860Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-05T08:48:46.860Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-05T08:48:46.860Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-05T08:48:46.860Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-05T08:48:46.860Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-05T08:48:46.860Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-05T08:48:46.860Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-05T08:48:46.860Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-05T08:48:46.860Z] Fetched 24.5 MB in 6s (4036 kB/s) [2021-05-05T08:48:46.860Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-05T08:48:46.860Z] Fetched 224 kB in 0s (0 B/s) [2021-05-05T08:48:46.860Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-05T08:48:46.860Z] Fetched 157 kB in 0s (0 B/s) [2021-05-05T08:48:46.860Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-05T08:48:46.860Z] Fetched 221 kB in 0s (0 B/s) [2021-05-05T08:48:46.860Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-05T08:48:46.860Z] Fetched 143 kB in 0s (0 B/s) [2021-05-05T08:48:46.860Z] Pulling app-service-config [2021-05-05T08:48:46.860Z] + snapcraftctl pull [2021-05-05T08:48:46.860Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-05T08:48:47.430Z] Pulling config-common [2021-05-05T08:48:47.430Z] + snapcraftctl pull [2021-05-05T08:48:52.719Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-05T08:48:52.719Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-05T08:48:52.719Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-05T08:48:52.719Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T08:48:52.719Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-05T08:48:52.719Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T08:48:52.719Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-05T08:48:52.719Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T08:48:52.719Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-05T08:48:52.719Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T08:48:52.719Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-05T08:48:52.719Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T08:48:52.719Z] Pulling edgex-go [2021-05-05T08:48:52.719Z] + snapcraftctl pull [2021-05-05T08:48:53.590Z] Removing intermediate container 9d9aebc273a9 [2021-05-05T08:48:53.590Z] ---> 1098a5686fc4 [2021-05-05T08:48:53.590Z] [2021-05-05T08:48:53.590Z] Step 10/31 : FROM alpine:3.12 [2021-05-05T08:48:53.590Z] 3.12: Pulling from library/alpine [2021-05-05T08:48:53.590Z] Removing intermediate container b24becd40565 [2021-05-05T08:48:53.590Z] ---> b635f871bf81 [2021-05-05T08:48:53.590Z] [2021-05-05T08:48:53.590Z] Step 10/25 : FROM alpine:3.12 [2021-05-05T08:48:53.590Z] 3.12: Pulling from library/alpine [2021-05-05T08:48:54.192Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-05T08:48:54.192Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-05T08:48:54.192Z] Status: Downloaded newer image for alpine:3.12 [2021-05-05T08:48:54.192Z] Status: Downloaded newer image for alpine:3.12 [2021-05-05T08:48:54.192Z] ---> 9852663dfa18 [2021-05-05T08:48:54.192Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-05T08:48:54.192Z] ---> 9852663dfa18 [2021-05-05T08:48:54.192Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-05T08:48:54.794Z] ---> Running in 35e5c785fed7 [2021-05-05T08:48:54.794Z] ---> Running in c28c5fb52b4e [2021-05-05T08:48:55.792Z] Removing intermediate container 35e5c785fed7 [2021-05-05T08:48:55.792Z] ---> 8f5e60db8042 [2021-05-05T08:48:55.792Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-05T08:48:55.792Z] ---> Running in e83d8dbc5794 [2021-05-05T08:48:56.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T08:48:57.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T08:48:58.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T08:48:58.068Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-05T08:48:58.068Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T08:48:58.068Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-05T08:48:58.068Z] (4/6) Installing curl (7.76.1-r0) [2021-05-05T08:48:58.068Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-05T08:48:58.068Z] (6/6) Installing su-exec (0.2-r1) [2021-05-05T08:48:58.068Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T08:48:58.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T08:48:58.068Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T08:48:58.678Z] OK: 7 MiB in 20 packages [2021-05-05T08:48:58.678Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-05T08:48:58.678Z] (2/2) Installing su-exec (0.2-r1) [2021-05-05T08:48:58.966Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T08:48:58.966Z] OK: 5 MiB in 16 packages [2021-05-05T08:49:02.371Z] Removing intermediate container e83d8dbc5794 [2021-05-05T08:49:02.371Z] ---> b494d9d30189 [2021-05-05T08:49:02.371Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-05T08:49:02.371Z] Removing intermediate container c28c5fb52b4e [2021-05-05T08:49:02.371Z] ---> 8e53affc6a81 [2021-05-05T08:49:02.371Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-05T08:49:02.644Z] ---> Running in 74cdfee4ce8a [2021-05-05T08:49:02.644Z] ---> Running in d354f9e54075 [2021-05-05T08:49:03.241Z] Removing intermediate container 7637d7c2b0ea [2021-05-05T08:49:03.241Z] ---> 0c22c0559923 [2021-05-05T08:49:03.241Z] [2021-05-05T08:49:03.241Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T08:49:03.241Z] ---> 9852663dfa18 [2021-05-05T08:49:03.241Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-05T08:49:04.226Z] ---> Running in 6d9fc3528124 [2021-05-05T08:49:04.839Z] Removing intermediate container d354f9e54075 [2021-05-05T08:49:04.839Z] ---> 807342723757 [2021-05-05T08:49:04.839Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-05T08:49:04.839Z] Removing intermediate container 74cdfee4ce8a [2021-05-05T08:49:04.839Z] ---> 68cd264eeb15 [2021-05-05T08:49:04.839Z] Step 13/25 : WORKDIR / [2021-05-05T08:49:05.119Z] ---> Running in 5fb89a150f5d [2021-05-05T08:49:05.119Z] ---> Running in 32b71bff8e04 [2021-05-05T08:49:05.718Z] Removing intermediate container fb82891977d9 [2021-05-05T08:49:05.718Z] ---> ad49c5e736c7 [2021-05-05T08:49:05.718Z] [2021-05-05T08:49:05.718Z] Step 10/22 : FROM alpine:3.12 [2021-05-05T08:49:05.718Z] ---> 9852663dfa18 [2021-05-05T08:49:05.718Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-05T08:49:05.718Z] Removing intermediate container bc6d746765c7 [2021-05-05T08:49:05.718Z] ---> 6c46de460a92 [2021-05-05T08:49:05.718Z] [2021-05-05T08:49:05.718Z] Step 10/22 : FROM alpine:3.12 [2021-05-05T08:49:05.718Z] ---> 9852663dfa18 [2021-05-05T08:49:05.718Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-05T08:49:05.989Z] ---> Running in 4b1667e35bfd [2021-05-05T08:49:05.989Z] ---> Running in 44e8be1d3f2b [2021-05-05T08:49:06.268Z] Removing intermediate container 5fb89a150f5d [2021-05-05T08:49:06.268Z] ---> b787efa3b23b [2021-05-05T08:49:06.268Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-05T08:49:06.268Z] Removing intermediate container 32b71bff8e04 [2021-05-05T08:49:06.268Z] ---> 537996930e5b [2021-05-05T08:49:06.268Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-05T08:49:06.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T08:49:06.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T08:49:06.540Z] ---> Running in d60e292b3164 [2021-05-05T08:49:07.138Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-05T08:49:07.138Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T08:49:07.138Z] OK: 5 MiB in 15 packages [2021-05-05T08:49:07.413Z] ---> 4a9427be0887 [2021-05-05T08:49:07.413Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-05T08:49:08.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T08:49:08.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T08:49:08.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T08:49:08.396Z] ---> aa473a5a228e [2021-05-05T08:49:08.396Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-05T08:49:08.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T08:49:08.946Z] Removing intermediate container 6d9fc3528124 [2021-05-05T08:49:08.946Z] ---> 95e32592ea5e [2021-05-05T08:49:08.946Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T08:49:09.222Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-05T08:49:09.496Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-05T08:49:09.496Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T08:49:09.496Z] ---> Running in 46d45fa606f8 [2021-05-05T08:49:09.496Z] OK: 5 MiB in 15 packages [2021-05-05T08:49:09.496Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-05T08:49:09.496Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T08:49:09.496Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T08:49:09.775Z] OK: 6 MiB in 16 packages [2021-05-05T08:49:09.775Z] ---> 58ecca92ad6d [2021-05-05T08:49:09.775Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-05T08:49:10.046Z] Removing intermediate container d60e292b3164 [2021-05-05T08:49:10.046Z] ---> 27f81921b400 [2021-05-05T08:49:10.046Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-05T08:49:10.322Z] Removing intermediate container 46d45fa606f8 [2021-05-05T08:49:10.322Z] ---> 29f1aaa2a51b [2021-05-05T08:49:10.323Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-05T08:49:10.603Z] ---> Running in b6fef20ff4dd [2021-05-05T08:49:10.603Z] ---> Running in 0eaff2b894e3 [2021-05-05T08:49:10.879Z] ---> 2ad67077b781 [2021-05-05T08:49:10.879Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-05T08:49:11.169Z] Removing intermediate container 44e8be1d3f2b [2021-05-05T08:49:11.169Z] ---> f964b4ae4215 [2021-05-05T08:49:11.169Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T08:49:11.455Z] ---> Running in fd4b0ada725e [2021-05-05T08:49:11.455Z] Removing intermediate container 0eaff2b894e3 [2021-05-05T08:49:11.455Z] ---> f770d1740fa3 [2021-05-05T08:49:11.455Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-05T08:49:11.455Z] Removing intermediate container b6fef20ff4dd [2021-05-05T08:49:11.455Z] ---> 4b4c36613f9f [2021-05-05T08:49:11.455Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-05T08:49:12.074Z] ---> Running in 3d561ada9644 [2021-05-05T08:49:12.354Z] Removing intermediate container fd4b0ada725e [2021-05-05T08:49:12.354Z] ---> a860cbe2d63f [2021-05-05T08:49:12.354Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-05T08:49:12.354Z] Removing intermediate container 4b1667e35bfd [2021-05-05T08:49:12.354Z] ---> e27efd09449e [2021-05-05T08:49:12.354Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T08:49:12.632Z] ---> Running in 7ca447175a62 [2021-05-05T08:49:12.632Z] ---> Running in 72bfc381db62 [2021-05-05T08:49:12.908Z] Removing intermediate container 3d561ada9644 [2021-05-05T08:49:12.908Z] ---> 7690e6eba286 [2021-05-05T08:49:12.908Z] Step 15/23 : WORKDIR / [2021-05-05T08:49:12.908Z] ---> 2f775c166dcc [2021-05-05T08:49:12.908Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-05T08:49:12.908Z] ---> 2fb0dcedc551 [2021-05-05T08:49:12.908Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-05T08:49:13.181Z] ---> Running in 5b29af60390e [2021-05-05T08:49:13.181Z] ---> Running in 719c1b7a1a7c [2021-05-05T08:49:13.457Z] Removing intermediate container 7ca447175a62 [2021-05-05T08:49:13.457Z] ---> 4890f587f1c1 [2021-05-05T08:49:13.457Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-05T08:49:13.457Z] Removing intermediate container 72bfc381db62 [2021-05-05T08:49:13.457Z] ---> f982c8bcdfa0 [2021-05-05T08:49:13.457Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-05T08:49:13.731Z] ---> Running in b46930ebe776 [2021-05-05T08:49:13.731Z] ---> Running in c9564448898c [2021-05-05T08:49:14.010Z] Removing intermediate container 5b29af60390e [2021-05-05T08:49:14.010Z] ---> 3d02bd1e156c [2021-05-05T08:49:14.010Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T08:49:14.618Z] Removing intermediate container b46930ebe776 [2021-05-05T08:49:14.618Z] ---> 892891360294 [2021-05-05T08:49:14.618Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T08:49:14.618Z] ---> bb8566caaedd [2021-05-05T08:49:14.618Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-05T08:49:14.618Z] Removing intermediate container c9564448898c [2021-05-05T08:49:14.618Z] ---> 60728db0eb64 [2021-05-05T08:49:14.618Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-05T08:49:14.684Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-05T08:49:14.684Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-05T08:49:14.684Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-05T08:49:14.684Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-05T08:49:14.684Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-05T08:49:14.684Z] Fetched 279 kB in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-05T08:49:14.684Z] Fetched 122 kB in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-05T08:49:14.684Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-05T08:49:14.684Z] Fetched 8848 B in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-05T08:49:14.684Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-05T08:49:14.684Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-05T08:49:14.684Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-05T08:49:14.684Z] Fetched 219 kB in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-05T08:49:14.684Z] Fetched 154 kB in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-05T08:49:14.684Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-05T08:49:14.684Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-05T08:49:14.684Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-05T08:49:14.684Z] Fetched 499 kB in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-05T08:49:14.684Z] Fetched 111 kB in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-05T08:49:14.684Z] Fetched 240 kB in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-05T08:49:14.684Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-05T08:49:14.684Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-05T08:49:14.684Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-05T08:49:14.684Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-05T08:49:14.685Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-05T08:49:14.685Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-05T08:49:14.685Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-05T08:49:14.685Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-05T08:49:14.685Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-05T08:49:14.685Z] Fetched 8720 B in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-05T08:49:14.685Z] Fetched 137 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-05T08:49:14.685Z] Fetched 119 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-05T08:49:14.685Z] Fetched 110 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-05T08:49:14.685Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-05T08:49:14.685Z] Fetched 645 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-05T08:49:14.685Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-05T08:49:14.685Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-05T08:49:14.685Z] Fetched 368 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-05T08:49:14.685Z] Fetched 187 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-05T08:49:14.685Z] Fetched 175 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-05T08:49:14.685Z] Fetched 206 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-05T08:49:14.685Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-05T08:49:14.685Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-05T08:49:14.685Z] Fetched 159 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-05T08:49:14.685Z] Fetched 107 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-05T08:49:14.685Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-05T08:49:14.685Z] Pulling static-packages [2021-05-05T08:49:14.685Z] + snapcraftctl pull [2021-05-05T08:49:14.895Z] ---> Running in 68e29130be5c [2021-05-05T08:49:14.945Z] Pulling version [2021-05-05T08:49:14.945Z] + cd /root/project [2021-05-05T08:49:14.945Z] + [ -f VERSION ] [2021-05-05T08:49:14.945Z] + PROJECT_VERSION=local-dev [2021-05-05T08:49:14.945Z] + git rev-parse --short HEAD [2021-05-05T08:49:14.945Z] + GIT_REVISION=1a91a65d [2021-05-05T08:49:14.945Z] + snapcraftctl set-version local-dev [2021-05-05T08:49:15.168Z] ---> d26acea51cdc [2021-05-05T08:49:15.168Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-05T08:49:15.774Z] ---> 5e91b259478c [2021-05-05T08:49:15.774Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-05T08:49:15.774Z] Removing intermediate container 68e29130be5c [2021-05-05T08:49:15.774Z] ---> 9e09c704c556 [2021-05-05T08:49:15.774Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T08:49:16.052Z] ---> f09af571c8e9 [2021-05-05T08:49:16.052Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-05T08:49:16.328Z] Skipping build go-build-helper (already ran) [2021-05-05T08:49:16.328Z] Building app-service-config [2021-05-05T08:49:16.328Z] + make build [2021-05-05T08:49:16.328Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-05T08:49:16.357Z] ---> Running in 4ef94a5601e9 [2021-05-05T08:49:16.727Z] ---> dd3bdf4704eb [2021-05-05T08:49:16.727Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-05T08:49:16.727Z] Removing intermediate container 719c1b7a1a7c [2021-05-05T08:49:16.727Z] ---> 6769f9cfb8fa [2021-05-05T08:49:16.727Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T08:49:17.369Z] ---> 081bfc2e5f89 [2021-05-05T08:49:17.369Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-05T08:49:18.045Z] ---> e8ecf2eaf719 [2021-05-05T08:49:18.045Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-05T08:49:18.352Z] ---> db9efb90fd34 [2021-05-05T08:49:18.352Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-05T08:49:18.883Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-05-05T08:49:18.883Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-05T08:49:18.883Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-05T08:49:18.883Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-05T08:49:18.883Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-05T08:49:18.883Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-05-05T08:49:18.883Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-05T08:49:18.883Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-05T08:49:18.883Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-05T08:49:18.883Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-05T08:49:18.883Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-05T08:49:18.883Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-05-05T08:49:18.883Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-05T08:49:18.883Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-05T08:49:18.995Z] ---> b2abab4efe85 [2021-05-05T08:49:18.995Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-05T08:49:18.995Z] ---> Running in 1b3bafcbee15 [2021-05-05T08:49:19.145Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-05T08:49:19.145Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-05T08:49:19.145Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-05T08:49:19.145Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-05T08:49:19.145Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-05T08:49:19.145Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-05T08:49:19.145Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-05T08:49:19.145Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-05T08:49:19.145Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-05T08:49:19.407Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-05T08:49:19.407Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-05T08:49:19.407Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-05T08:49:19.407Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-05T08:49:19.407Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-05T08:49:19.407Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-05T08:49:19.602Z] ---> 3b58b27733aa [2021-05-05T08:49:19.602Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-05T08:49:19.602Z] ---> c591d5e33456 [2021-05-05T08:49:19.602Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-05T08:49:19.679Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-05T08:49:19.679Z] go: downloading golang.org/x/text v0.3.2 [2021-05-05T08:49:19.679Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-05T08:49:19.881Z] ---> Running in c3d6fa76e5ce [2021-05-05T08:49:19.881Z] Removing intermediate container 1b3bafcbee15 [2021-05-05T08:49:19.881Z] ---> 85d876116e36 [2021-05-05T08:49:19.881Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T08:49:19.945Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-05T08:49:19.945Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-05T08:49:20.160Z] ---> Running in cddc3809befa [2021-05-05T08:49:20.207Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-05T08:49:20.207Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-05T08:49:20.207Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-05T08:49:20.207Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-05T08:49:20.207Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-05T08:49:20.207Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-05T08:49:20.207Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-05T08:49:20.207Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-05T08:49:20.443Z] Removing intermediate container 4ef94a5601e9 [2021-05-05T08:49:20.443Z] ---> 629acbb85224 [2021-05-05T08:49:20.443Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-05T08:49:20.443Z] ---> 20c478419356 [2021-05-05T08:49:20.443Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-05T08:49:20.468Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-05T08:49:20.468Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-05T08:49:20.468Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-05T08:49:20.721Z] Removing intermediate container c3d6fa76e5ce [2021-05-05T08:49:20.721Z] ---> 8ead9c8cafc5 [2021-05-05T08:49:20.721Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T08:49:20.721Z] ---> Running in 7e01b2c8edc2 [2021-05-05T08:49:21.002Z] ---> Running in 8e2ac8e14959 [2021-05-05T08:49:21.002Z] ---> da801a376d90 [2021-05-05T08:49:21.002Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-05T08:49:21.002Z] Removing intermediate container cddc3809befa [2021-05-05T08:49:21.002Z] ---> 04b5ef92af94 [2021-05-05T08:49:21.002Z] Step 21/23 : LABEL arch=arm64 [2021-05-05T08:49:21.277Z] ---> Running in 9dcc9139480b [2021-05-05T08:49:21.277Z] ---> Running in 662be9d32ccd [2021-05-05T08:49:21.568Z] Removing intermediate container 7e01b2c8edc2 [2021-05-05T08:49:21.568Z] ---> 5cfc5c0bde12 [2021-05-05T08:49:21.568Z] Step 23/25 : LABEL arch=arm64 [2021-05-05T08:49:21.568Z] ---> 5e8fddaf92c7 [2021-05-05T08:49:21.568Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-05T08:49:21.848Z] ---> Running in ae213b1e95d6 [2021-05-05T08:49:21.848Z] Removing intermediate container 8e2ac8e14959 [2021-05-05T08:49:21.848Z] ---> 1de899266b10 [2021-05-05T08:49:21.848Z] Step 20/22 : LABEL arch=arm64 [2021-05-05T08:49:22.124Z] Removing intermediate container 662be9d32ccd [2021-05-05T08:49:22.124Z] ---> 8f8dcef63af3 [2021-05-05T08:49:22.124Z] Step 22/23 : LABEL git_sha=5ca66f3e5f50b6b704d32fd95851e73d01959cda [2021-05-05T08:49:22.124Z] Removing intermediate container 9dcc9139480b [2021-05-05T08:49:22.124Z] ---> aba8082ddbdc [2021-05-05T08:49:22.124Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T08:49:22.427Z] ---> Running in ee3093523603 [2021-05-05T08:49:22.427Z] ---> Running in 0701d90b803d [2021-05-05T08:49:22.427Z] ---> Running in 4fcc3cff891b [2021-05-05T08:49:22.711Z] Removing intermediate container ae213b1e95d6 [2021-05-05T08:49:22.711Z] ---> c025e83ec508 [2021-05-05T08:49:22.711Z] Step 24/25 : LABEL git_sha=5ca66f3e5f50b6b704d32fd95851e73d01959cda [2021-05-05T08:49:22.711Z] ---> 9312ff544112 [2021-05-05T08:49:22.711Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-05T08:49:22.989Z] ---> Running in 4ca90eebea11 [2021-05-05T08:49:23.270Z] Removing intermediate container ee3093523603 [2021-05-05T08:49:23.270Z] ---> 8a05a13b34f5 [2021-05-05T08:49:23.270Z] Step 21/22 : LABEL git_sha=5ca66f3e5f50b6b704d32fd95851e73d01959cda [2021-05-05T08:49:23.270Z] Removing intermediate container 4fcc3cff891b [2021-05-05T08:49:23.270Z] ---> 65303f55add4 [2021-05-05T08:49:23.270Z] Step 20/22 : LABEL arch=arm64 [2021-05-05T08:49:23.270Z] Removing intermediate container 0701d90b803d [2021-05-05T08:49:23.270Z] ---> 71e22d045653 [2021-05-05T08:49:23.270Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T08:49:23.550Z] ---> Running in 1532609d63a1 [2021-05-05T08:49:23.836Z] ---> Running in 1c7ea82f555f [2021-05-05T08:49:23.836Z] ---> Running in 116caa2af715 [2021-05-05T08:49:23.836Z] Removing intermediate container 4ca90eebea11 [2021-05-05T08:49:23.836Z] ---> 2c6d7a12dd55 [2021-05-05T08:49:23.836Z] Step 25/25 : LABEL version=0.0.0 [2021-05-05T08:49:23.836Z] ---> 35ceb2374ff9 [2021-05-05T08:49:24.114Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-05T08:49:24.114Z] ---> Running in 76a0e273d1f5 [2021-05-05T08:49:24.392Z] Removing intermediate container 1532609d63a1 [2021-05-05T08:49:24.392Z] ---> c8d9e3f8f8b3 [2021-05-05T08:49:24.392Z] Step 22/22 : LABEL version=0.0.0 [2021-05-05T08:49:24.676Z] ---> Running in 0f08b40ec9b6 [2021-05-05T08:49:24.676Z] Removing intermediate container 116caa2af715 [2021-05-05T08:49:24.676Z] ---> 88a25a3a0dda [2021-05-05T08:49:24.676Z] [2021-05-05T08:49:24.676Z] Removing intermediate container 1c7ea82f555f [2021-05-05T08:49:24.676Z] ---> 560194a5815b [2021-05-05T08:49:24.676Z] Step 21/22 : LABEL git_sha=5ca66f3e5f50b6b704d32fd95851e73d01959cda [2021-05-05T08:49:24.676Z] ---> Running in 45c97f954bc7 [2021-05-05T08:49:24.958Z] ---> Running in b6a2fe9c7434 [2021-05-05T08:49:24.958Z] Removing intermediate container 76a0e273d1f5 [2021-05-05T08:49:24.958Z] ---> 8ac1eb1d59f4 [2021-05-05T08:49:24.958Z] [2021-05-05T08:49:25.249Z] Successfully built 88a25a3a0dda [2021-05-05T08:49:25.249Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-05T08:49:25.536Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-05-05T08:49:25.536Z] Removing intermediate container 0f08b40ec9b6 [2021-05-05T08:49:25.536Z] ---> 0e89bb01b2ca [2021-05-05T08:49:25.536Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-05T08:49:25.536Z] Removing intermediate container 45c97f954bc7 [2021-05-05T08:49:25.536Z] ---> c7180775153a [2021-05-05T08:49:25.536Z] [2021-05-05T08:49:25.812Z] Removing intermediate container b6a2fe9c7434 [2021-05-05T08:49:25.812Z] ---> e28b03aa6abd [2021-05-05T08:49:25.812Z] Step 22/22 : LABEL version=0.0.0 [2021-05-05T08:49:25.812Z] Successfully built 8ac1eb1d59f4 [2021-05-05T08:49:25.812Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-05T08:49:25.812Z] Building docker-security-proxy-setup-go [2021-05-05T08:49:26.089Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in c2b56122ca39 [2021-05-05T08:49:26.365Z] Successfully built c7180775153a [2021-05-05T08:49:26.365Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-05T08:49:26.365Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-05-05T08:49:26.641Z] ---> 5192bf59de76 [2021-05-05T08:49:26.641Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-05T08:49:26.926Z] Removing intermediate container c2b56122ca39 [2021-05-05T08:49:26.926Z] ---> 09c7327df9bb [2021-05-05T08:49:26.926Z] [2021-05-05T08:49:27.206Z] ---> Running in 02d4d2f3cd40 [2021-05-05T08:49:27.488Z] Successfully built 09c7327df9bb [2021-05-05T08:49:27.488Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-05T08:49:27.488Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-05-05T08:49:29.493Z] Removing intermediate container 02d4d2f3cd40 [2021-05-05T08:49:29.493Z] ---> a10b4c5adf9f [2021-05-05T08:49:29.493Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-05T08:49:29.767Z] ---> Running in 795556414db9 [2021-05-05T08:49:30.364Z] Removing intermediate container 795556414db9 [2021-05-05T08:49:30.364Z] ---> 75a5d2be3de6 [2021-05-05T08:49:30.365Z] Step 28/31 : CMD ["gate"] [2021-05-05T08:49:30.642Z] ---> Running in c4230a33d762 [2021-05-05T08:49:31.243Z] Removing intermediate container c4230a33d762 [2021-05-05T08:49:31.243Z] ---> e209c1d246ca [2021-05-05T08:49:31.243Z] Step 29/31 : LABEL arch=arm64 [2021-05-05T08:49:31.520Z] ---> Running in ce05a5008fc1 [2021-05-05T08:49:32.171Z] Removing intermediate container ce05a5008fc1 [2021-05-05T08:49:32.171Z] ---> 6b43c1c5955e [2021-05-05T08:49:32.171Z] Step 30/31 : LABEL git_sha=5ca66f3e5f50b6b704d32fd95851e73d01959cda [2021-05-05T08:49:32.703Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-05T08:49:32.703Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-05T08:49:32.703Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-05T08:49:32.703Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-05T08:49:32.781Z] ---> Running in 78a730a09a14 [2021-05-05T08:49:32.963Z] Building config-common [2021-05-05T08:49:32.963Z] + snapcraftctl build [2021-05-05T08:49:33.772Z] Removing intermediate container 78a730a09a14 [2021-05-05T08:49:33.772Z] ---> a1a386f32c30 [2021-05-05T08:49:33.772Z] Step 31/31 : LABEL version=0.0.0 [2021-05-05T08:49:34.752Z] ---> Running in 51adeb86ebff [2021-05-05T08:49:35.736Z] Removing intermediate container 51adeb86ebff [2021-05-05T08:49:35.736Z] ---> c70637f9afcb [2021-05-05T08:49:35.736Z] [2021-05-05T08:49:36.010Z] Successfully built c70637f9afcb [2021-05-05T08:49:36.010Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-05T08:49:36.267Z] Building edgex-go [2021-05-05T08:49:36.588Z] + cd /root/parts/edgex-go/src [2021-05-05T08:49:36.588Z] + make build [2021-05-05T08:49:36.588Z] 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-05T08:49:37.191Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 [2021-05-05T08:49:37.191Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-05-05T08:49:37.191Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-05T08:49:37.455Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-05T08:49:37.455Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-05T08:49:42.818Z] 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-05T08:49:42.818Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-05T08:49:48.197Z] 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-05T08:49:49.590Z] 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-05T08:49:51.509Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-05T08:49:51.771Z] 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-05T08:49:52.032Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-05T08:49:52.292Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-05T08:49:52.292Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-05T08:49:52.292Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-05T08:49:54.210Z] 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-05T08:49:54.210Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-05T08:49:54.210Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-05T08:49:56.126Z] 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-05T08:49:57.513Z] 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-05T08:49:57.513Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-05T08:49:59.430Z] 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-05T08:50:00.817Z] 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-05T08:50:02.206Z] 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-05T08:50:02.206Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-05T08:50:04.128Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-05T08:50:04.128Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-05T08:50:04.128Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-05T08:50:04.128Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-05T08:50:04.128Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-05T08:50:04.128Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-05T08:50:04.128Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-05T08:50:04.128Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-05T08:50:04.128Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-05T08:50:04.128Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-05T08:50:04.128Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-05T08:50:04.390Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-05T08:50:04.390Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-05T08:50:04.390Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-05T08:50:04.390Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-05T08:50:04.390Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-05T08:50:04.390Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-05T08:50:04.390Z] + 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-05T08:50:04.390Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-05T08:50:04.390Z] + 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-05T08:50:04.390Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-05T08:50:04.390Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-05T08:50:04.390Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-05T08:50:04.390Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-05T08:50:04.390Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-05T08:50:04.390Z] + 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-05T08:50:07.696Z] Building static-packages [2021-05-05T08:50:07.696Z] + snapcraftctl build [2021-05-05T08:50:10.248Z] Building version [2021-05-05T08:50:10.248Z] + snapcraftctl build [2021-05-05T08:50:12.793Z] Skipping stage go-build-helper (already ran) [2021-05-05T08:50:12.793Z] Staging app-service-config [2021-05-05T08:50:12.793Z] + snapcraftctl stage [2021-05-05T08:50:14.176Z] Staging config-common [2021-05-05T08:50:14.176Z] + snapcraftctl stage [2021-05-05T08:50:15.120Z] Staging edgex-go [2021-05-05T08:50:15.120Z] + snapcraftctl stage [2021-05-05T08:50:16.503Z] Staging static-packages [2021-05-05T08:50:16.503Z] + snapcraftctl stage [2021-05-05T08:50:17.888Z] Staging version [2021-05-05T08:50:17.888Z] + snapcraftctl stage [2021-05-05T08:50:18.828Z] Priming go-build-helper [2021-05-05T08:50:18.828Z] + snapcraftctl prime [2021-05-05T08:50:20.210Z] Priming app-service-config [2021-05-05T08:50:20.210Z] + snapcraftctl prime [2021-05-05T08:50:21.152Z] Priming config-common [2021-05-05T08:50:21.152Z] + snapcraftctl prime [2021-05-05T08:50:22.534Z] Priming edgex-go [2021-05-05T08:50:22.534Z] + snapcraftctl prime [2021-05-05T08:50:23.917Z] Priming static-packages [2021-05-05T08:50:23.917Z] + snapcraftctl prime [2021-05-05T08:50:26.459Z] Priming version [2021-05-05T08:50:26.459Z] + snapcraftctl prime [2021-05-05T08:50:27.842Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-05T08:50:32.596Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T08:50:32.596Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T08:50:32.596Z] ---> dce7bf87f3ff [2021-05-05T08:50:32.596Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T08:50:32.596Z] ---> Using cache [2021-05-05T08:50:32.596Z] ---> 75f3cc712a6a [2021-05-05T08:50:32.596Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:50:32.596Z] ---> Using cache [2021-05-05T08:50:32.596Z] ---> 013ab008e29d [2021-05-05T08:50:32.596Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-05T08:50:32.596Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T08:50:32.596Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T08:50:32.596Z] ---> dce7bf87f3ff [2021-05-05T08:50:32.596Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T08:50:32.596Z] ---> Using cache [2021-05-05T08:50:32.596Z] ---> 75f3cc712a6a [2021-05-05T08:50:32.596Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:50:32.596Z] ---> Using cache [2021-05-05T08:50:32.596Z] ---> 013ab008e29d [2021-05-05T08:50:32.596Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-05T08:50:32.596Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T08:50:32.596Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T08:50:32.596Z] ---> dce7bf87f3ff [2021-05-05T08:50:32.596Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T08:50:32.596Z] ---> Using cache [2021-05-05T08:50:32.596Z] ---> 75f3cc712a6a [2021-05-05T08:50:32.596Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:50:32.596Z] ---> Using cache [2021-05-05T08:50:32.596Z] ---> 013ab008e29d [2021-05-05T08:50:32.596Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-05T08:50:32.596Z] ---> Using cache [2021-05-05T08:50:32.596Z] ---> 2d1245b6291e [2021-05-05T08:50:32.596Z] Step 6/23 : COPY go.mod . [2021-05-05T08:50:32.596Z] ---> Using cache [2021-05-05T08:50:32.596Z] ---> d66059fef36f [2021-05-05T08:50:32.596Z] Step 7/23 : RUN go mod download [2021-05-05T08:50:32.596Z] ---> Using cache [2021-05-05T08:50:32.596Z] ---> 5faf687948a0 [2021-05-05T08:50:32.596Z] Step 8/23 : COPY . . [2021-05-05T08:50:32.596Z] ---> Using cache [2021-05-05T08:50:32.596Z] ---> 4ca22dc1efbd [2021-05-05T08:50:32.596Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-05T08:50:32.596Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T08:50:32.596Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-05T08:50:32.596Z] ---> dce7bf87f3ff [2021-05-05T08:50:32.596Z] Step 3/21 : WORKDIR /edgex-go [2021-05-05T08:50:32.596Z] ---> Using cache [2021-05-05T08:50:32.596Z] ---> 75f3cc712a6a [2021-05-05T08:50:32.596Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:50:32.596Z] ---> Using cache [2021-05-05T08:50:32.596Z] ---> 013ab008e29d [2021-05-05T08:50:32.596Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-05T08:50:32.596Z] ---> Using cache [2021-05-05T08:50:32.596Z] ---> 2d1245b6291e [2021-05-05T08:50:32.596Z] Step 6/21 : COPY go.mod . [2021-05-05T08:50:32.596Z] ---> Using cache [2021-05-05T08:50:32.596Z] ---> d66059fef36f [2021-05-05T08:50:32.596Z] Step 7/21 : RUN go mod download [2021-05-05T08:50:32.596Z] ---> Using cache [2021-05-05T08:50:32.596Z] ---> 5faf687948a0 [2021-05-05T08:50:32.596Z] Step 8/21 : COPY . . [2021-05-05T08:50:32.596Z] ---> Using cache [2021-05-05T08:50:32.596Z] ---> 4ca22dc1efbd [2021-05-05T08:50:32.596Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-05T08:50:32.596Z] ---> Running in da113148b0e7 [2021-05-05T08:50:32.596Z] ---> Running in 596267d4b9b6 [2021-05-05T08:50:32.596Z] ---> Running in e0764c7de714 [2021-05-05T08:50:32.596Z] ---> Running in 35f548fca643 [2021-05-05T08:50:32.596Z] 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-05T08:50:32.596Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T08:50:32.596Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T08:50:32.596Z] 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-05T08:50:33.200Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T08:50:33.200Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T08:50:34.689Z] OK: 218 MiB in 52 packages [2021-05-05T08:50:34.969Z] OK: 218 MiB in 52 packages [2021-05-05T08:50:36.990Z] Removing intermediate container e0764c7de714 [2021-05-05T08:50:36.990Z] ---> db71d944009a [2021-05-05T08:50:36.990Z] Step 6/23 : COPY go.mod . [2021-05-05T08:50:37.269Z] Removing intermediate container 35f548fca643 [2021-05-05T08:50:37.269Z] ---> acfe9cbbe0b5 [2021-05-05T08:50:37.269Z] Step 6/23 : COPY go.mod . [2021-05-05T08:50:38.743Z] ---> b7174da84e34 [2021-05-05T08:50:38.743Z] Step 7/23 : RUN go mod download [2021-05-05T08:50:38.743Z] ---> c4b1d5248e7e [2021-05-05T08:50:38.743Z] Step 7/23 : RUN go mod download [2021-05-05T08:50:38.743Z] ---> Running in 0237f5d568f7 [2021-05-05T08:50:38.743Z] ---> Running in 2f75e2558e48 [2021-05-05T08:50:44.218Z] Removing intermediate container 0237f5d568f7 [2021-05-05T08:50:44.218Z] ---> 055f69981f3b [2021-05-05T08:50:44.218Z] Step 8/23 : COPY . . [2021-05-05T08:50:44.218Z] Removing intermediate container 2f75e2558e48 [2021-05-05T08:50:44.218Z] ---> e4dcc222c996 [2021-05-05T08:50:44.218Z] Step 8/23 : COPY . . [2021-05-05T08:51:16.648Z] ---> 73184be242c9 [2021-05-05T08:51:16.648Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-05T08:51:16.648Z] ---> e531a2bc4f5b [2021-05-05T08:51:16.648Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-05T08:51:16.648Z] ---> Running in 0bbfe009df7f [2021-05-05T08:51:16.648Z] ---> Running in 804283c858b9 [2021-05-05T08:51:18.120Z] 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-05T08:51:18.120Z] 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-05T08:51:50.521Z] 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-05T08:52:05.649Z] Removing intermediate container 596267d4b9b6 [2021-05-05T08:52:05.649Z] ---> 7db16f95aa7c [2021-05-05T08:52:05.649Z] [2021-05-05T08:52:05.649Z] Step 10/21 : FROM alpine:3.12 [2021-05-05T08:52:05.649Z] ---> 9852663dfa18 [2021-05-05T08:52:05.649Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-05T08:52:05.649Z] ---> Running in 439ffb18c88e [2021-05-05T08:52:05.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T08:52:05.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T08:52:06.250Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-05T08:52:06.250Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T08:52:06.250Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-05T08:52:06.250Z] (4/4) Installing curl (7.76.1-r0) [2021-05-05T08:52:06.250Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T08:52:06.250Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T08:52:06.531Z] OK: 7 MiB in 18 packages [2021-05-05T08:52:09.216Z] Removing intermediate container 439ffb18c88e [2021-05-05T08:52:09.216Z] ---> 78894e6c7019 [2021-05-05T08:52:09.216Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-05T08:52:09.492Z] ---> Running in fb144756e2f8 [2021-05-05T08:52:10.494Z] Removing intermediate container fb144756e2f8 [2021-05-05T08:52:10.494Z] ---> f89483e78356 [2021-05-05T08:52:10.494Z] Step 13/21 : WORKDIR /edgex [2021-05-05T08:52:10.494Z] ---> Running in 63b8f952368c [2021-05-05T08:52:11.097Z] Removing intermediate container 63b8f952368c [2021-05-05T08:52:11.097Z] ---> 6d46af930841 [2021-05-05T08:52:11.097Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-05T08:52:12.672Z] ---> ab6f2c377000 [2021-05-05T08:52:12.672Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-05T08:52:14.180Z] ---> abbbae0470cb [2021-05-05T08:52:14.180Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-05T08:52:16.175Z] ---> eaddc8b2c349 [2021-05-05T08:52:16.175Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-05T08:52:16.175Z] ---> Running in eae452cc31e7 [2021-05-05T08:52:16.790Z] Removing intermediate container eae452cc31e7 [2021-05-05T08:52:16.790Z] ---> 4dc1d8ec9948 [2021-05-05T08:52:16.790Z] Step 18/21 : CMD ["--init=true"] [2021-05-05T08:52:17.082Z] ---> Running in 3ef1efa31e60 [2021-05-05T08:52:17.694Z] Removing intermediate container 3ef1efa31e60 [2021-05-05T08:52:17.694Z] ---> 70cbb19a4b0b [2021-05-05T08:52:17.694Z] Step 19/21 : LABEL arch=arm64 [2021-05-05T08:52:17.989Z] ---> Running in 40b203773a96 [2021-05-05T08:52:18.979Z] Removing intermediate container 40b203773a96 [2021-05-05T08:52:18.979Z] ---> 685f857125fb [2021-05-05T08:52:18.979Z] Step 20/21 : LABEL git_sha=5ca66f3e5f50b6b704d32fd95851e73d01959cda [2021-05-05T08:52:18.979Z] ---> Running in c1a4053e8bed [2021-05-05T08:52:19.978Z] Removing intermediate container c1a4053e8bed [2021-05-05T08:52:19.978Z] ---> 756f22ad1230 [2021-05-05T08:52:19.978Z] Step 21/21 : LABEL version=0.0.0 [2021-05-05T08:52:20.255Z] ---> Running in 24d48c6f65eb [2021-05-05T08:52:21.243Z] Removing intermediate container 24d48c6f65eb [2021-05-05T08:52:21.243Z] ---> e540fabd3f46 [2021-05-05T08:52:21.243Z] [2021-05-05T08:52:22.230Z] Successfully built e540fabd3f46 [2021-05-05T08:52:22.230Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-05T08:52:24.886Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container da113148b0e7 [2021-05-05T08:52:24.886Z] ---> 12b128cef6bf [2021-05-05T08:52:24.886Z] [2021-05-05T08:52:24.886Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T08:52:24.886Z] ---> 9852663dfa18 [2021-05-05T08:52:24.886Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-05T08:52:24.886Z] ---> Using cache [2021-05-05T08:52:24.886Z] ---> f964b4ae4215 [2021-05-05T08:52:24.886Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T08:52:24.886Z] ---> Using cache [2021-05-05T08:52:24.886Z] ---> a860cbe2d63f [2021-05-05T08:52:24.886Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-05T08:52:25.488Z] ---> Running in be4e4631a453 [2021-05-05T08:52:26.093Z] Removing intermediate container be4e4631a453 [2021-05-05T08:52:26.093Z] ---> 0153d69d35b2 [2021-05-05T08:52:26.093Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-05T08:52:26.093Z] ---> Running in 86e267ed65cf [2021-05-05T08:52:27.084Z] Removing intermediate container 86e267ed65cf [2021-05-05T08:52:27.084Z] ---> 303f8185ffb3 [2021-05-05T08:52:27.084Z] Step 15/23 : WORKDIR / [2021-05-05T08:52:27.084Z] ---> Running in 83eacae255a6 [2021-05-05T08:52:27.687Z] Removing intermediate container 83eacae255a6 [2021-05-05T08:52:27.687Z] ---> d96a992e78bf [2021-05-05T08:52:27.687Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T08:52:29.147Z] ---> 3f9c0f195a5f [2021-05-05T08:52:29.147Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-05T08:52:30.596Z] ---> 6a080490916a [2021-05-05T08:52:30.596Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-05T08:52:31.585Z] ---> 8d96e1ff078e [2021-05-05T08:52:31.585Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-05T08:52:31.866Z] ---> Running in 8c0f17c7c051 [2021-05-05T08:52:32.475Z] Removing intermediate container 8c0f17c7c051 [2021-05-05T08:52:32.475Z] ---> 965a63c50b87 [2021-05-05T08:52:32.475Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T08:52:32.752Z] ---> Running in b57145c4b9a0 [2021-05-05T08:52:33.369Z] Removing intermediate container b57145c4b9a0 [2021-05-05T08:52:33.369Z] ---> a22114e059e6 [2021-05-05T08:52:33.369Z] Step 21/23 : LABEL arch=arm64 [2021-05-05T08:52:33.647Z] ---> Running in 2ad3cfc7db82 [2021-05-05T08:52:34.255Z] Removing intermediate container 2ad3cfc7db82 [2021-05-05T08:52:34.255Z] ---> eefca175c186 [2021-05-05T08:52:34.255Z] Step 22/23 : LABEL git_sha=5ca66f3e5f50b6b704d32fd95851e73d01959cda [2021-05-05T08:52:34.551Z] ---> Running in 7b3f3dd2b98e [2021-05-05T08:52:35.159Z] Removing intermediate container 7b3f3dd2b98e [2021-05-05T08:52:35.159Z] ---> 2318adb8c1c6 [2021-05-05T08:52:35.159Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T08:52:35.443Z] ---> Running in 0fe0a2532137 [2021-05-05T08:52:36.053Z] Removing intermediate container 0fe0a2532137 [2021-05-05T08:52:36.054Z] ---> 48d2e8426ecb [2021-05-05T08:52:36.054Z] [2021-05-05T08:52:36.336Z] Successfully built 48d2e8426ecb [2021-05-05T08:52:36.612Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-05T08:52:49.050Z]  Building docker-core-metadata-go ... done Removing intermediate container 804283c858b9 [2021-05-05T08:52:49.050Z] ---> a94845584527 [2021-05-05T08:52:49.050Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-05T08:52:49.050Z] ---> Running in 79f4a94f40dc [2021-05-05T08:52:49.050Z] 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-05T08:52:51.669Z] Removing intermediate container 79f4a94f40dc [2021-05-05T08:52:51.669Z] ---> e0350d61f696 [2021-05-05T08:52:51.669Z] [2021-05-05T08:52:51.669Z] Step 11/23 : FROM docker:20.10.0 [2021-05-05T08:52:51.669Z] 20.10.0: Pulling from library/docker [2021-05-05T08:52:59.925Z] Removing intermediate container 0bbfe009df7f [2021-05-05T08:52:59.925Z] ---> e7fdb6cdbe0c [2021-05-05T08:52:59.925Z] [2021-05-05T08:52:59.925Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T08:52:59.925Z] ---> 9852663dfa18 [2021-05-05T08:52:59.925Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-05T08:52:59.925Z] ---> Running in b717e20b4b71 [2021-05-05T08:53:00.200Z] Removing intermediate container b717e20b4b71 [2021-05-05T08:53:00.200Z] ---> c7fe8d80503c [2021-05-05T08:53:00.200Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-05T08:53:00.200Z] ---> Running in 262a0c09f5f6 [2021-05-05T08:53:00.473Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-05T08:53:00.473Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-05T08:53:00.473Z] ---> eeaf43b92773 [2021-05-05T08:53:00.473Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-05T08:53:00.746Z] ---> Running in a79c20ce3ac4 [2021-05-05T08:53:00.746Z] Removing intermediate container 262a0c09f5f6 [2021-05-05T08:53:00.746Z] ---> f69dca1355d7 [2021-05-05T08:53:00.746Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-05T08:53:01.019Z] ---> Running in 2ddc1f4cd467 [2021-05-05T08:53:01.292Z] Removing intermediate container a79c20ce3ac4 [2021-05-05T08:53:01.293Z] ---> 73e3561d6cb2 [2021-05-05T08:53:01.293Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-05T08:53:01.293Z] ---> Running in 4ae09091fcc0 [2021-05-05T08:53:01.564Z] Removing intermediate container 2ddc1f4cd467 [2021-05-05T08:53:01.564Z] ---> 619f097eb853 [2021-05-05T08:53:01.564Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T08:53:01.836Z] ---> Running in 12030bc4e17f [2021-05-05T08:53:02.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T08:53:03.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T08:53:03.686Z] (1/39) Installing readline (8.0.4-r0) [2021-05-05T08:53:03.686Z] (2/39) Installing bash (5.0.17-r0) [2021-05-05T08:53:03.686Z] Executing bash-5.0.17-r0.post-install [2021-05-05T08:53:03.686Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T08:53:03.686Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-05T08:53:03.958Z] (5/39) Installing curl (7.76.1-r0) [2021-05-05T08:53:03.958Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-05T08:53:03.958Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-05T08:53:03.958Z] (8/39) Installing expat (2.2.9-r1) [2021-05-05T08:53:03.958Z] (9/39) Installing libffi (3.3-r2) [2021-05-05T08:53:03.958Z] (10/39) Installing gdbm (1.13-r1) [2021-05-05T08:53:03.958Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-05T08:53:03.958Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-05T08:53:03.958Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-05T08:53:04.552Z] Removing intermediate container 12030bc4e17f [2021-05-05T08:53:04.552Z] ---> c50845e2f4bf [2021-05-05T08:53:04.552Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-05T08:53:04.825Z] ---> Running in 8524c7a3f4f0 [2021-05-05T08:53:06.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T08:53:06.264Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-05T08:53:06.264Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-05T08:53:06.264Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-05T08:53:06.264Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-05T08:53:06.264Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-05T08:53:06.264Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-05T08:53:06.264Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-05T08:53:06.264Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-05T08:53:06.264Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-05T08:53:06.264Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-05T08:53:06.264Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-05T08:53:06.264Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-05T08:53:06.264Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-05T08:53:06.264Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-05T08:53:06.264Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-05T08:53:06.264Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-05T08:53:06.532Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-05T08:53:06.532Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-05T08:53:06.532Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-05T08:53:06.532Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-05T08:53:06.532Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-05T08:53:06.532Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-05T08:53:06.532Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-05T08:53:06.532Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-05T08:53:06.532Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-05T08:53:06.532Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-05T08:53:06.802Z] Executing busybox-1.31.1-r19.trigger [2021-05-05T08:53:06.802Z] OK: 72 MiB in 59 packages [2021-05-05T08:53:07.390Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T08:53:08.362Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-05T08:53:08.362Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-05T08:53:08.634Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-05T08:53:08.904Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-05T08:53:09.174Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-05T08:53:09.174Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-05T08:53:09.443Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T08:53:09.443Z] OK: 8 MiB in 20 packages [2021-05-05T08:53:11.407Z] Removing intermediate container 8524c7a3f4f0 [2021-05-05T08:53:11.407Z] ---> c57d4a5b01b0 [2021-05-05T08:53:11.407Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T08:53:11.678Z] Collecting docker-compose==1.23.2 [2021-05-05T08:53:11.678Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-05T08:53:11.949Z] ---> 1f27c35d6c7a [2021-05-05T08:53:11.949Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-05T08:53:12.921Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-05T08:53:12.921Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-05T08:53:12.921Z] 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-05T08:53:13.194Z] ---> 16a450eaad9d [2021-05-05T08:53:13.194Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-05T08:53:13.476Z] Collecting jsonschema<3,>=2.5.1 [2021-05-05T08:53:13.476Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-05T08:53:14.075Z] ---> 71dfe505bc87 [2021-05-05T08:53:14.075Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-05T08:53:14.075Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-05T08:53:14.075Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-05T08:53:14.075Z] ---> Running in bc12129c0efd [2021-05-05T08:53:14.690Z] Removing intermediate container bc12129c0efd [2021-05-05T08:53:14.690Z] ---> 86e140d80465 [2021-05-05T08:53:14.690Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T08:53:14.690Z] ---> Running in d69211c458f4 [2021-05-05T08:53:15.284Z] Removing intermediate container d69211c458f4 [2021-05-05T08:53:15.284Z] ---> b88ea061a7fc [2021-05-05T08:53:15.284Z] Step 21/23 : LABEL arch=arm64 [2021-05-05T08:53:15.284Z] ---> Running in b4850b40a4ff [2021-05-05T08:53:15.879Z] Removing intermediate container b4850b40a4ff [2021-05-05T08:53:15.879Z] ---> d6d0c12b665c [2021-05-05T08:53:15.879Z] Step 22/23 : LABEL git_sha=5ca66f3e5f50b6b704d32fd95851e73d01959cda [2021-05-05T08:53:15.879Z] ---> Running in 2b20541c979a [2021-05-05T08:53:16.153Z] Collecting docopt<0.7,>=0.6.1 [2021-05-05T08:53:16.153Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-05T08:53:16.426Z] Removing intermediate container 2b20541c979a [2021-05-05T08:53:16.426Z] ---> c2d43fe6aa2a [2021-05-05T08:53:16.426Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T08:53:16.426Z] ---> Running in 4e10da81a12c [2021-05-05T08:53:17.017Z] Removing intermediate container 4e10da81a12c [2021-05-05T08:53:17.017Z] ---> 15098a3ed7bb [2021-05-05T08:53:17.017Z] [2021-05-05T08:53:17.289Z] Successfully built 15098a3ed7bb [2021-05-05T08:53:17.559Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-05T08:53:19.517Z]  Building docker-core-data-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-05T08:53:19.517Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-05T08:53:19.517Z] Collecting texttable<0.10,>=0.9.0 [2021-05-05T08:53:19.517Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-05T08:53:22.125Z] Collecting PyYAML<4,>=3.10 [2021-05-05T08:53:22.125Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-05T08:53:25.532Z] Collecting cached-property<2,>=1.2.0 [2021-05-05T08:53:25.532Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-05T08:53:26.154Z] Collecting docker<4.0,>=3.6.0 [2021-05-05T08:53:26.154Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-05T08:53:26.752Z] Collecting idna<2.8,>=2.5 [2021-05-05T08:53:26.752Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-05T08:53:26.752Z] 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-05T08:53:27.348Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-05T08:53:27.348Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-05T08:53:27.623Z] 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-05T08:53:27.895Z] Collecting docker-pycreds>=0.4.0 [2021-05-05T08:53:27.895Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-05T08:53:27.895Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-05T08:53:27.895Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-05T08:53:27.895Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-05T08:53:27.895Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-05T08:53:28.878Z] Installing collected packages: websocket-client, jsonschema, dockerpty, docopt, idna, urllib3, requests, texttable, PyYAML, cached-property, docker-pycreds, docker, docker-compose [2021-05-05T08:53:29.476Z] Running setup.py install for dockerpty: started [2021-05-05T08:53:31.456Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-05T08:53:31.456Z] Running setup.py install for docopt: started [2021-05-05T08:53:33.439Z] Running setup.py install for docopt: finished with status 'done' [2021-05-05T08:53:33.439Z] Attempting uninstall: idna [2021-05-05T08:53:33.439Z] Found existing installation: idna 2.9 [2021-05-05T08:53:33.439Z] Uninstalling idna-2.9: [2021-05-05T08:53:33.439Z] Successfully uninstalled idna-2.9 [2021-05-05T08:53:34.035Z] Attempting uninstall: urllib3 [2021-05-05T08:53:34.035Z] Found existing installation: urllib3 1.25.9 [2021-05-05T08:53:34.035Z] Uninstalling urllib3-1.25.9: [2021-05-05T08:53:34.035Z] Successfully uninstalled urllib3-1.25.9 [2021-05-05T08:53:34.633Z] Attempting uninstall: requests [2021-05-05T08:53:34.633Z] Found existing installation: requests 2.23.0 [2021-05-05T08:53:34.633Z] Uninstalling requests-2.23.0: [2021-05-05T08:53:34.907Z] Successfully uninstalled requests-2.23.0 [2021-05-05T08:53:35.183Z] Running setup.py install for texttable: started [2021-05-05T08:53:37.162Z] Running setup.py install for texttable: finished with status 'done' [2021-05-05T08:53:37.441Z] Running setup.py install for PyYAML: started [2021-05-05T08:53:40.062Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-05T08:53:41.493Z] 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-05T08:53:49.782Z] Removing intermediate container 4ae09091fcc0 [2021-05-05T08:53:49.782Z] ---> c37f3f9b0517 [2021-05-05T08:53:49.782Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-05T08:53:49.782Z] ---> Running in 9bd894028b75 [2021-05-05T08:53:50.380Z] Removing intermediate container 9bd894028b75 [2021-05-05T08:53:50.380Z] ---> f3db42d18037 [2021-05-05T08:53:50.380Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-05T08:53:50.380Z] ---> Running in aebdb0535c95 [2021-05-05T08:53:50.976Z] Removing intermediate container aebdb0535c95 [2021-05-05T08:53:50.976Z] ---> 093f83f579e6 [2021-05-05T08:53:50.976Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-05T08:53:51.947Z] ---> a26a07db4583 [2021-05-05T08:53:51.947Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-05T08:53:52.920Z] ---> 21e742ef506a [2021-05-05T08:53:52.920Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-05T08:53:53.515Z] ---> 6bfe95d077c3 [2021-05-05T08:53:53.515Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-05T08:53:53.787Z] ---> Running in e7acec81ad04 [2021-05-05T08:53:54.381Z] Removing intermediate container e7acec81ad04 [2021-05-05T08:53:54.381Z] ---> b1ae124f2ab7 [2021-05-05T08:53:54.381Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T08:53:54.381Z] ---> Running in 4992b930cb37 [2021-05-05T08:53:54.975Z] Removing intermediate container 4992b930cb37 [2021-05-05T08:53:54.975Z] ---> b6a64700fdb2 [2021-05-05T08:53:54.975Z] Step 21/23 : LABEL arch=arm64 [2021-05-05T08:53:54.975Z] ---> Running in 4b0ba87582d3 [2021-05-05T08:53:55.566Z] Removing intermediate container 4b0ba87582d3 [2021-05-05T08:53:55.566Z] ---> b45062af7d0b [2021-05-05T08:53:55.566Z] Step 22/23 : LABEL git_sha=5ca66f3e5f50b6b704d32fd95851e73d01959cda [2021-05-05T08:53:55.566Z] ---> Running in 683059d65c45 [2021-05-05T08:53:56.161Z] Removing intermediate container 683059d65c45 [2021-05-05T08:53:56.161Z] ---> 7b7fa1a1cfb0 [2021-05-05T08:53:56.161Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T08:53:56.161Z] ---> Running in bfa9fcc07d93 [2021-05-05T08:53:56.431Z] Removing intermediate container bfa9fcc07d93 [2021-05-05T08:53:56.432Z] ---> db36324c3eb6 [2021-05-05T08:53:56.432Z] [2021-05-05T08:53:57.024Z] Successfully built db36324c3eb6 [2021-05-05T08:53:57.024Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-05T08:53:57.313Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-05T08:53:57.310Z] $ docker stop --time=1 7e6e2ff2b663300d909ff03c44a2bfa68218470425a30c230fe71e66a92024d7 [2021-05-05T08:53:59.249Z] $ docker rm -f 7e6e2ff2b663300d909ff03c44a2bfa68218470425a30c230fe71e66a92024d7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-05T08:53:59.832Z] + docker images [2021-05-05T08:53:59.832Z] + grep docker [2021-05-05T08:54:00.102Z] docker-sys-mgmt-agent-go-arm64 latest db36324c3eb6 3 seconds ago 299MB [2021-05-05T08:54:00.102Z] docker-core-data-go-arm64 latest 15098a3ed7bb 43 seconds ago 20.3MB [2021-05-05T08:54:00.102Z] docker-core-metadata-go-arm64 latest 48d2e8426ecb About a minute ago 17.4MB [2021-05-05T08:54:00.102Z] docker-security-proxy-setup-go-arm64 latest e540fabd3f46 About a minute ago 23.9MB [2021-05-05T08:54:00.102Z] docker-security-bootstrapper-go-arm64 latest c70637f9afcb 4 minutes ago 17.1MB [2021-05-05T08:54:00.102Z] docker-support-notifications-go-arm64 latest 09c7327df9bb 4 minutes ago 16.6MB [2021-05-05T08:54:00.102Z] docker-support-scheduler-go-arm64 latest c7180775153a 4 minutes ago 16.1MB [2021-05-05T08:54:00.102Z] docker-security-secretstore-setup-go-arm64 latest 8ac1eb1d59f4 4 minutes ago 24.3MB [2021-05-05T08:54:00.102Z] docker-core-command-go-arm64 latest 88a25a3a0dda 4 minutes ago 16.1MB [2021-05-05T08:54:00.102Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-05T08:54:00.675Z] ---> job-cost.sh [2021-05-05T08:54:00.676Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fi8D [2021-05-05T08:54:47.594Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-05T08:56:24.329Z] lf-activate-venv(): INFO: Adding /tmp/venv-fi8D/bin to PATH [2021-05-05T08:56:24.329Z] INFO: No Stack... [2021-05-05T08:56:24.329Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-05T08:56:24.329Z] INFO: Archiving Costs [Pipeline] sh [2021-05-05T08:56:24.669Z] + cat /w/workspace/edgex-go/113/archives/cost.csv [2021-05-05T08:56:24.669Z] + cut -d, -f6 [Pipeline] lock [2021-05-05T08:56:24.794Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-113-stack-cost] [2021-05-05T08:56:24.804Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-113-stack-cost] did not exist. Created. [2021-05-05T08:56:24.804Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-113-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-05T08:56:25.170Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-05T08:56:25.532Z] Stashed 1 file(s) [Pipeline] } [2021-05-05T08:56:25.556Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-113-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-05T08:56:26.176Z] provisioning config files... [2021-05-05T08:56:26.189Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/113@tmp/config7465585172982113641tmp [Pipeline] { [Pipeline] sh [2021-05-05T08:56:26.520Z] + set +x [2021-05-05T08:56:26.521Z] + curl -s https://codecov.io/bash [2021-05-05T08:56:26.521Z] + bash -s -- [2021-05-05T08:56:27.097Z] [2021-05-05T08:56:27.097Z] _____ _ [2021-05-05T08:56:27.097Z] / ____| | | [2021-05-05T08:56:27.097Z] | | ___ __| | ___ ___ _____ __ [2021-05-05T08:56:27.097Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-05T08:56:27.097Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-05T08:56:27.097Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-05T08:56:27.097Z] Bash-1.0.2 [2021-05-05T08:56:27.097Z] [2021-05-05T08:56:27.097Z] [2021-05-05T08:56:27.097Z] ==> git version 2.24.3 found [2021-05-05T08:56:27.097Z] ==> 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-05T08:56:27.097Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-05T08:56:27.097Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-05T08:56:27.097Z] ==> Jenkins CI detected. [2021-05-05T08:56:27.097Z] project root: . [2021-05-05T08:56:27.097Z] --> token set from env [2021-05-05T08:56:27.097Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-05T08:56:27.097Z] ==> Running gcov in . (disable via -X gcov) [2021-05-05T08:56:27.097Z] ==> Python coveragepy not found [2021-05-05T08:56:27.097Z] ==> Searching for coverage reports in: [2021-05-05T08:56:27.097Z] + . [2021-05-05T08:56:27.097Z] -> Found 1 reports [2021-05-05T08:56:27.097Z] ==> Detecting git/mercurial file structure [2021-05-05T08:56:27.097Z] ==> Reading reports [2021-05-05T08:56:27.097Z] + ./coverage.out bytes=699522 [2021-05-05T08:56:27.359Z] ==> Appending adjustments [2021-05-05T08:56:27.359Z] https://docs.codecov.io/docs/fixing-reports [2021-05-05T08:56:31.592Z] + Found adjustments [2021-05-05T08:56:31.592Z] ==> Gzipping contents [2021-05-05T08:56:31.592Z] 100K /tmp/codecov.VQ4vCt.gz [2021-05-05T08:56:31.592Z] ==> Uploading reports [2021-05-05T08:56:31.592Z] url: https://codecov.io [2021-05-05T08:56:31.592Z] query: branch=PR-2858&commit=5ca66f3e5f50b6b704d32fd95851e73d01959cda&build=113&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F113%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-05-05T08:56:31.592Z] -> Pinging Codecov [2021-05-05T08:56:31.592Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-2858&commit=5ca66f3e5f50b6b704d32fd95851e73d01959cda&build=113&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F113%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-05-05T08:56:31.592Z] -> Uploading to [2021-05-05T08:56:31.592Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-05/00271124DB129430A58F1EEE437C3FCB/5ca66f3e5f50b6b704d32fd95851e73d01959cda/e37363a4-2324-47f0-9dca-6b000cfd872d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210505%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210505T085631Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=415356fb7cbf5c4e79a2e85d3023e40d4a9acb055047c9bdcda97de61698866e [2021-05-05T08:56:31.592Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-05T08:56:31.592Z] Dload Upload Total Spent Left Speed [2021-05-05T08:56:31.878Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 0 0 100 97k 0 229k --:--:-- --:--:-- --:--:-- 229k [2021-05-05T08:56:31.878Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/5ca66f3e5f50b6b704d32fd95851e73d01959cda [Pipeline] } [2021-05-05T08:56:31.888Z] 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-05T08:56:32.885Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T08:56:33.784Z] ---> package-listing.sh [2021-05-05T08:56:33.784Z] ++ facter osfamily [2021-05-05T08:56:33.784Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-05T08:56:33.784Z] + OS_FAMILY=redhat [2021-05-05T08:56:33.784Z] + workspace=/w/workspace/edgex-go/113 [2021-05-05T08:56:33.784Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-05T08:56:33.784Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-05T08:56:33.784Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-05T08:56:33.784Z] + PACKAGES=/tmp/packages_start.txt [2021-05-05T08:56:33.784Z] + '[' /w/workspace/edgex-go/113 ']' [2021-05-05T08:56:33.784Z] + PACKAGES=/tmp/packages_end.txt [2021-05-05T08:56:33.784Z] + case "${OS_FAMILY}" in [2021-05-05T08:56:33.784Z] + rpm -qa [2021-05-05T08:56:33.784Z] + sort [2021-05-05T08:56:39.110Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-05T08:56:39.110Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-05T08:56:39.110Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-05T08:56:39.110Z] + '[' /w/workspace/edgex-go/113 ']' [2021-05-05T08:56:39.110Z] + mkdir -p /w/workspace/edgex-go/113/archives/ [2021-05-05T08:56:39.110Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/113/archives/ [Pipeline] echo [2021-05-05T08:56:39.141Z] 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/113/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-05T08:56:39.469Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-05T08:56:39.826Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-05T08:56:39.826Z] [2021-05-05T08:56:39.826Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-05T08:56:40.159Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-05T08:56:40.160Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-05T08:56:40.160Z] df20fa9351a1: Pulling fs layer [2021-05-05T08:56:40.160Z] 36b3adc4ff6f: Pulling fs layer [2021-05-05T08:56:40.160Z] 8ad3a11d3b57: Pulling fs layer [2021-05-05T08:56:40.160Z] 46f8f816bc3b: Pulling fs layer [2021-05-05T08:56:40.160Z] 93b61091891f: Pulling fs layer [2021-05-05T08:56:40.160Z] 93b9cdb0e59b: Pulling fs layer [2021-05-05T08:56:40.160Z] 5e14af77c1be: Pulling fs layer [2021-05-05T08:56:40.160Z] 01666e4c0597: Pulling fs layer [2021-05-05T08:56:40.160Z] aa168da1d23b: Pulling fs layer [2021-05-05T08:56:40.160Z] 93b9cdb0e59b: Waiting [2021-05-05T08:56:40.160Z] 46f8f816bc3b: Waiting [2021-05-05T08:56:40.160Z] 5e14af77c1be: Waiting [2021-05-05T08:56:40.160Z] 93b61091891f: Waiting [2021-05-05T08:56:40.160Z] 01666e4c0597: Waiting [2021-05-05T08:56:40.160Z] aa168da1d23b: Waiting [2021-05-05T08:56:40.160Z] 36b3adc4ff6f: Verifying Checksum [2021-05-05T08:56:40.160Z] 36b3adc4ff6f: Download complete [2021-05-05T08:56:40.160Z] 46f8f816bc3b: Download complete [2021-05-05T08:56:40.451Z] df20fa9351a1: Verifying Checksum [2021-05-05T08:56:40.451Z] df20fa9351a1: Download complete [2021-05-05T08:56:40.451Z] 93b9cdb0e59b: Verifying Checksum [2021-05-05T08:56:40.451Z] 93b9cdb0e59b: Download complete [2021-05-05T08:56:40.451Z] 5e14af77c1be: Verifying Checksum [2021-05-05T08:56:40.451Z] 5e14af77c1be: Download complete [2021-05-05T08:56:40.451Z] 93b61091891f: Download complete [2021-05-05T08:56:40.451Z] 01666e4c0597: Download complete [2021-05-05T08:56:40.724Z] df20fa9351a1: Pull complete [2021-05-05T08:56:40.987Z] 36b3adc4ff6f: Pull complete [2021-05-05T08:56:40.987Z] 8ad3a11d3b57: Verifying Checksum [2021-05-05T08:56:40.987Z] 8ad3a11d3b57: Download complete [2021-05-05T08:56:41.945Z] 8ad3a11d3b57: Pull complete [2021-05-05T08:56:41.945Z] 46f8f816bc3b: Pull complete [2021-05-05T08:56:43.346Z] 93b61091891f: Pull complete [2021-05-05T08:56:43.346Z] 93b9cdb0e59b: Pull complete [2021-05-05T08:56:43.346Z] 5e14af77c1be: Pull complete [2021-05-05T08:56:43.608Z] aa168da1d23b: Verifying Checksum [2021-05-05T08:56:43.608Z] aa168da1d23b: Download complete [2021-05-05T08:56:44.184Z] 01666e4c0597: Pull complete [2021-05-05T08:56:54.263Z] aa168da1d23b: Pull complete [2021-05-05T08:56:54.263Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-05T08:56:54.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-05T08:56:54.263Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-05T08:56:54.485Z] prd-centos7-docker-4c-2g-3017 does not seem to be running inside a container [2021-05-05T08:56:54.536Z] $ 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/113/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/113 -v /w/workspace/edgex-go/113:/w/workspace/edgex-go/113:rw,z -v /w/workspace/edgex-go/113@tmp:/w/workspace/edgex-go/113@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-lftools-log-publisher:alpine cat [2021-05-05T08:56:59.010Z] $ docker top 5cb9e19350865f9b1f9b658556246910650f078dd58ae9fcfa6407f692ee5320 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T08:56:59.493Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-05T08:56:59.795Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-05T08:57:00.094Z] + ls /var/log/sa-host [2021-05-05T08:57:00.094Z] + sadf -c /var/log/sa-host/sa05 [2021-05-05T08:57:00.094Z] file_magic: OK [2021-05-05T08:57:00.094Z] HZ: Using current value: 100 [2021-05-05T08:57:00.094Z] file_header: OK [2021-05-05T08:57:00.094Z] 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-05T08:57:00.094Z] Statistics: [2021-05-05T08:57:00.094Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-05T08:57:00.094Z] File successfully converted to sysstat format version 12.2.1 [2021-05-05T08:57:00.094Z] + sadf -c /var/log/sa-host/sa23 [2021-05-05T08:57:00.094Z] file_magic: OK [2021-05-05T08:57:00.094Z] HZ: Using current value: 100 [2021-05-05T08:57:00.094Z] file_header: OK [2021-05-05T08:57:00.094Z] 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-05T08:57:00.094Z] Statistics: [2021-05-05T08:57:00.094Z] Hnuu...uuuununununu... [2021-05-05T08:57:00.094Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-05T08:57:00.639Z] provisioning config files... [2021-05-05T08:57:00.659Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/113@tmp/config3207282818047173797tmp [Pipeline] { [Pipeline] echo [2021-05-05T08:57:00.686Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T08:57:00.987Z] ---> create-netrc.sh [Pipeline] } [2021-05-05T08:57:00.998Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-05T08:57:01.023Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T08:57:01.323Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-05T08:57:01.335Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T08:57:01.643Z] ---> sudo-logs.sh [2021-05-05T08:57:01.643Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-05T08:57:01.671Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T08:57:01.994Z] ---> job-cost.sh [2021-05-05T08:57:01.994Z] lf-activate-venv: SKIPPING [2021-05-05T08:57:01.994Z] DEBUG: total: 0.20999999344348907 [2021-05-05T08:57:01.994Z] INFO: Retrieving Stack Cost... [2021-05-05T08:57:02.941Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-05T08:57:03.515Z] INFO: Archiving Costs [Pipeline] echo [2021-05-05T08:57:03.530Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T08:57:03.843Z] ---> logs-deploy.sh [2021-05-05T08:57:03.843Z] lf-activate-venv: SKIPPING [2021-05-05T08:57:03.843Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/113 [2021-05-05T08:57:03.843Z] INFO: archiving workspace using pattern(s): [2021-05-05T08:57:05.242Z] Archives upload complete. [2021-05-05T08:57:05.504Z] INFO: archiving logs to Nexus