Pull request #3241 updated 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 tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 29b7741412918b380152c0207621d70cd23b397e+dd3c5304426daa1a06e165d92e5378a7e6535b25 (8dc48f228992ebdf7598ecc008e7df38efc2ceff) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29194 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 29b7741412918b380152c0207621d70cd23b397e Merge succeeded, producing 29b7741412918b380152c0207621d70cd23b397e Checking out Revision 29b7741412918b380152c0207621d70cd23b397e (PR-3241) > 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/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 29b7741412918b380152c0207621d70cd23b397e # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 29b7741412918b380152c0207621d70cd23b397e # timeout=10 Commit message: "fix(snap): secure kong admin ports" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-09T18:32:18.823Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-09T18:32:19.103Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-09T18:32:19.221Z] ========================================================= [2021-03-09T18:32:19.221Z] EdgeX Global Pipelines Version Info [2021-03-09T18:32:19.221Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 5543a87abda8a32e6a3739b80bcaf02b7dc71047 # timeout=10 [2021-03-09T18:32:20.753Z] ------------------- [2021-03-09T18:32:20.753Z] stable info: [2021-03-09T18:32:20.753Z] ------------------- [2021-03-09T18:32:20.753Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-09T18:32:20.753Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T18:32:20.753Z] Message: update stable to v1.0.184 [2021-03-09T18:32:21.703Z] ------------------- [2021-03-09T18:32:21.703Z] experimental info: [2021-03-09T18:32:21.703Z] ------------------- [2021-03-09T18:32:21.703Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-09T18:32:21.703Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T18:32:21.703Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-09T18:32:21.973Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-09T18:32:22.063Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-09T18:32:22.155Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-09T18:32:22.263Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-09T18:32:22.354Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-09T18:32:22.444Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-09T18:32:22.557Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-09T18:32:22.647Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-09T18:32:22.774Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-09T18:32:22.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-09T18:32:22.959Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-09T18:32:23.050Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-09T18:32:23.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-09T18:32:23.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-09T18:32:23.387Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T18:32:23.470Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T18:32:23.566Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-09T18:32:23.653Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-09T18:32:23.744Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-09T18:32:23.834Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-09T18:32:23.937Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-09T18:32:24.042Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-09T18:32:24.129Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3241 [Pipeline] echo [2021-03-09T18:32:24.213Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3241 [Pipeline] echo [2021-03-09T18:32:24.305Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3241 [Pipeline] echo [2021-03-09T18:32:24.394Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 29b7741412918b380152c0207621d70cd23b397e [Pipeline] echo [2021-03-09T18:32:24.480Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 29b7741 [Pipeline] echo [2021-03-09T18:32:24.579Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T18:32:24.771Z] provisioning config files... [2021-03-09T18:32:24.808Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6530725833037250517tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:32:25.203Z] ---> docker-login.sh [2021-03-09T18:32:25.203Z] nexus3.edgexfoundry.org:10001 [2021-03-09T18:32:25.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T18:32:25.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T18:32:25.470Z] Configure a credential helper to remove this warning. See [2021-03-09T18:32:25.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T18:32:25.470Z] [2021-03-09T18:32:25.470Z] Login Succeeded [2021-03-09T18:32:25.470Z] nexus3.edgexfoundry.org:10002 [2021-03-09T18:32:25.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T18:32:25.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T18:32:25.733Z] Configure a credential helper to remove this warning. See [2021-03-09T18:32:25.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T18:32:25.733Z] [2021-03-09T18:32:25.733Z] Login Succeeded [2021-03-09T18:32:25.733Z] nexus3.edgexfoundry.org:10003 [2021-03-09T18:32:25.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T18:32:25.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T18:32:25.998Z] Configure a credential helper to remove this warning. See [2021-03-09T18:32:25.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T18:32:25.998Z] [2021-03-09T18:32:25.998Z] Login Succeeded [2021-03-09T18:32:25.998Z] nexus3.edgexfoundry.org:10004 [2021-03-09T18:32:25.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T18:32:26.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T18:32:26.260Z] Configure a credential helper to remove this warning. See [2021-03-09T18:32:26.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T18:32:26.260Z] [2021-03-09T18:32:26.260Z] Login Succeeded [2021-03-09T18:32:26.260Z] docker.io [2021-03-09T18:32:26.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T18:32:26.839Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T18:32:26.839Z] Configure a credential helper to remove this warning. See [2021-03-09T18:32:26.839Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T18:32:26.839Z] [2021-03-09T18:32:26.839Z] Login Succeeded [2021-03-09T18:32:26.839Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T18:32:26.850Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T18:32:27.337Z] ++ 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-03-09T18:32:27.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T18:32:27.337Z] ++ dirname cmd/core-command/Dockerfile [2021-03-09T18:32:27.337Z] ++ cut -d/ -f2 [2021-03-09T18:32:27.337Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-09T18:32:27.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T18:32:27.337Z] ++ cut -d/ -f2 [2021-03-09T18:32:27.337Z] ++ dirname cmd/core-data/Dockerfile [2021-03-09T18:32:27.337Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-09T18:32:27.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T18:32:27.337Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-09T18:32:27.337Z] ++ cut -d/ -f2 [2021-03-09T18:32:27.337Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-09T18:32:27.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T18:32:27.337Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-09T18:32:27.337Z] ++ cut -d/ -f2 [2021-03-09T18:32:27.337Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-09T18:32:27.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T18:32:27.337Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-09T18:32:27.337Z] ++ cut -d/ -f2 [2021-03-09T18:32:27.337Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-09T18:32:27.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T18:32:27.337Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-09T18:32:27.337Z] ++ cut -d/ -f2 [2021-03-09T18:32:27.337Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-09T18:32:27.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T18:32:27.337Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-09T18:32:27.337Z] ++ cut -d/ -f2 [2021-03-09T18:32:27.337Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-09T18:32:27.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T18:32:27.337Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-09T18:32:27.337Z] ++ cut -d/ -f2 [2021-03-09T18:32:27.337Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-09T18:32:27.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T18:32:27.337Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-09T18:32:27.337Z] ++ cut -d/ -f2 [2021-03-09T18:32:27.337Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-09T18:32:27.420Z] 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-03-09T18:32:28.966Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T18:32:28.966Z] [2021-03-09T18:32:28.966Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T18:32:29.317Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T18:32:29.317Z] latest: Pulling from edgex-devops/git-semver [2021-03-09T18:32:29.317Z] 31603596830f: Pulling fs layer [2021-03-09T18:32:29.317Z] 2a8b12db71e7: Pulling fs layer [2021-03-09T18:32:29.317Z] 6ca5941a6612: Pulling fs layer [2021-03-09T18:32:29.317Z] ecc8261a40a4: Pulling fs layer [2021-03-09T18:32:29.317Z] ecc8261a40a4: Waiting [2021-03-09T18:32:29.317Z] 2a8b12db71e7: Download complete [2021-03-09T18:32:29.583Z] 31603596830f: Verifying Checksum [2021-03-09T18:32:29.583Z] 31603596830f: Download complete [2021-03-09T18:32:29.583Z] ecc8261a40a4: Verifying Checksum [2021-03-09T18:32:29.583Z] ecc8261a40a4: Download complete [2021-03-09T18:32:29.583Z] 6ca5941a6612: Verifying Checksum [2021-03-09T18:32:29.583Z] 6ca5941a6612: Download complete [2021-03-09T18:32:29.848Z] 31603596830f: Pull complete [2021-03-09T18:32:30.118Z] 2a8b12db71e7: Pull complete [2021-03-09T18:32:31.070Z] 6ca5941a6612: Pull complete [2021-03-09T18:32:31.070Z] ecc8261a40a4: Pull complete [2021-03-09T18:32:31.070Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-09T18:32:31.070Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T18:32:31.070Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-09T18:32:31.189Z] prd-centos7-docker-4c-2g-29194 does not seem to be running inside a container [2021-03-09T18:32:31.246Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-03-09T18:32:33.827Z] $ docker top e8cd73048959e904bad9e5d566193b3b0ce94bc773654e76fdd9784b1879e6d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-09T18:32:34.128Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T18:32:34.128Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T18:32:34.347Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T18:32:34.352Z] $ docker exec e8cd73048959e904bad9e5d566193b3b0ce94bc773654e76fdd9784b1879e6d1 ssh-agent [2021-03-09T18:32:34.531Z] SSH_AUTH_SOCK=/tmp/ssh-XXqtXs8H7OU3/agent.12 [2021-03-09T18:32:34.531Z] SSH_AGENT_PID=17 [2021-03-09T18:32:34.541Z] Running ssh-add (command line suppressed) [2021-03-09T18:32:34.665Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_408927506321772509.key (/w/workspace/edgex-go/2@tmp/private_key_408927506321772509.key) [2021-03-09T18:32:34.718Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T18:32:35.057Z] + git tag --points-at HEAD [Pipeline] } [2021-03-09T18:32:35.083Z] $ docker exec --env ******** --env ******** e8cd73048959e904bad9e5d566193b3b0ce94bc773654e76fdd9784b1879e6d1 ssh-agent -k [2021-03-09T18:32:35.210Z] unset SSH_AUTH_SOCK; [2021-03-09T18:32:35.212Z] unset SSH_AGENT_PID; [2021-03-09T18:32:35.212Z] echo Agent pid 17 killed; [2021-03-09T18:32:35.264Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-09T18:32:35.409Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T18:32:35.409Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T18:32:35.598Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T18:32:35.602Z] $ docker exec e8cd73048959e904bad9e5d566193b3b0ce94bc773654e76fdd9784b1879e6d1 ssh-agent [2021-03-09T18:32:35.782Z] SSH_AUTH_SOCK=/tmp/ssh-dOCUuuXIqDpY/agent.45 [2021-03-09T18:32:35.782Z] SSH_AGENT_PID=51 [2021-03-09T18:32:35.797Z] Running ssh-add (command line suppressed) [2021-03-09T18:32:35.920Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7260347836763085294.key (/w/workspace/edgex-go/2@tmp/private_key_7260347836763085294.key) [2021-03-09T18:32:35.985Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T18:32:36.353Z] + git semver init [2021-03-09T18:32:36.353Z] # -> Open(): unable to determine branch for HEAD [2021-03-09T18:32:36.353Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-09T18:32:36.353Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-09T18:32:36.353Z] # $SEMVER_REMOTE_NAME = origin [2021-03-09T18:32:36.353Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-09T18:32:36.353Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-09T18:32:36.353Z] # $SEMVER_BRANCH = PR-3241 [2021-03-09T18:32:36.353Z] # $SEMVER_TEMP = /tmp/semver-994279057 [2021-03-09T18:32:36.353Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-09T18:32:58.463Z] # '/tmp/semver-994279057' -> '/w/workspace/edgex-go/2/.semver' [2021-03-09T18:32:58.463Z] # -> Force: false [2021-03-09T18:32:58.463Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-09T18:32:58.485Z] $ docker exec --env ******** --env ******** e8cd73048959e904bad9e5d566193b3b0ce94bc773654e76fdd9784b1879e6d1 ssh-agent -k [2021-03-09T18:32:58.809Z] unset SSH_AUTH_SOCK; [2021-03-09T18:32:58.809Z] unset SSH_AGENT_PID; [2021-03-09T18:32:58.809Z] echo Agent pid 51 killed; [2021-03-09T18:32:58.949Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T18:32:59.473Z] + git semver [Pipeline] } [2021-03-09T18:32:59.502Z] $ docker stop --time=1 e8cd73048959e904bad9e5d566193b3b0ce94bc773654e76fdd9784b1879e6d1 [2021-03-09T18:33:01.134Z] $ docker rm -f e8cd73048959e904bad9e5d566193b3b0ce94bc773654e76fdd9784b1879e6d1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T18:33:01.713Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-09T18:33:02.414Z] Stashed 1 file(s) [Pipeline] echo [2021-03-09T18:33:02.417Z] [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-03-09T18:33:03.307Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-09T18:33:03.636Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-09T18:33:03.939Z] + sudo service docker restart [2021-03-09T18:33:03.940Z] + true [2021-03-09T18:33:03.940Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-09T18:33:04.529Z] ========================================================= [2021-03-09T18:33:04.529Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-09T18:33:04.529Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-09T18:33:04.886Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-09T18:33:09.133Z] Sending build context to Docker daemon 328.4MB [2021-03-09T18:33:09.133Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T18:33:09.133Z] Step 2/6 : FROM ${BASE} [2021-03-09T18:33:09.133Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-09T18:33:09.133Z] 188c0c94c7c5: Pulling fs layer [2021-03-09T18:33:09.133Z] 0ef7d3d256c8: Pulling fs layer [2021-03-09T18:33:09.133Z] de9db76c5a1d: Pulling fs layer [2021-03-09T18:33:09.133Z] bca2f99d35d6: Pulling fs layer [2021-03-09T18:33:09.133Z] 93359f2a8cfa: Pulling fs layer [2021-03-09T18:33:09.133Z] 7c6f9722023f: Pulling fs layer [2021-03-09T18:33:09.133Z] a35cf1a2eb13: Pulling fs layer [2021-03-09T18:33:09.133Z] bca2f99d35d6: Waiting [2021-03-09T18:33:09.133Z] 93359f2a8cfa: Waiting [2021-03-09T18:33:09.133Z] a35cf1a2eb13: Waiting [2021-03-09T18:33:09.133Z] 7c6f9722023f: Waiting [2021-03-09T18:33:09.133Z] 0ef7d3d256c8: Verifying Checksum [2021-03-09T18:33:09.133Z] 0ef7d3d256c8: Download complete [2021-03-09T18:33:09.133Z] de9db76c5a1d: Verifying Checksum [2021-03-09T18:33:09.133Z] de9db76c5a1d: Download complete [2021-03-09T18:33:09.133Z] 93359f2a8cfa: Verifying Checksum [2021-03-09T18:33:09.133Z] 93359f2a8cfa: Download complete [2021-03-09T18:33:09.133Z] 7c6f9722023f: Verifying Checksum [2021-03-09T18:33:09.133Z] 7c6f9722023f: Download complete [2021-03-09T18:33:09.133Z] 188c0c94c7c5: Verifying Checksum [2021-03-09T18:33:09.133Z] 188c0c94c7c5: Download complete [2021-03-09T18:33:09.712Z] 188c0c94c7c5: Pull complete [2021-03-09T18:33:09.712Z] 0ef7d3d256c8: Pull complete [2021-03-09T18:33:09.976Z] de9db76c5a1d: Pull complete [2021-03-09T18:33:10.939Z] a35cf1a2eb13: Verifying Checksum [2021-03-09T18:33:10.939Z] a35cf1a2eb13: Download complete [2021-03-09T18:33:11.911Z] bca2f99d35d6: Verifying Checksum [2021-03-09T18:33:11.911Z] bca2f99d35d6: Download complete [2021-03-09T18:33:17.271Z] bca2f99d35d6: Pull complete [2021-03-09T18:33:17.271Z] 93359f2a8cfa: Pull complete [2021-03-09T18:33:17.271Z] 7c6f9722023f: Pull complete [2021-03-09T18:33:17.807Z] Still waiting to schedule task [2021-03-09T18:33:17.808Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-09T18:33:21.510Z] a35cf1a2eb13: Pull complete [2021-03-09T18:33:21.510Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-09T18:33:21.510Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-09T18:33:21.510Z] ---> a62c8e92a672 [2021-03-09T18:33:21.510Z] 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-03-09T18:33:21.781Z] ---> Running in 66780ce22be6 [2021-03-09T18:33:22.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T18:33:23.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T18:33:23.573Z] (1/12) Installing libmagic (5.38-r0) [2021-03-09T18:33:23.836Z] (2/12) Installing file (5.38-r0) [2021-03-09T18:33:23.836Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-09T18:33:24.100Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-09T18:33:29.418Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-09T18:33:29.418Z] (6/12) Installing patch (2.7.6-r6) [2021-03-09T18:33:29.418Z] (7/12) Installing build-base (0.5-r2) [2021-03-09T18:33:29.418Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-09T18:33:29.418Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-09T18:33:29.418Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-09T18:33:29.418Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-09T18:33:29.418Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-09T18:33:29.418Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:33:29.418Z] OK: 233 MiB in 51 packages [2021-03-09T18:33:33.650Z] Removing intermediate container 66780ce22be6 [2021-03-09T18:33:33.650Z] ---> 9f1d77c32da1 [2021-03-09T18:33:33.650Z] Step 4/6 : WORKDIR /edgex-go [2021-03-09T18:33:33.650Z] ---> Running in 1185e2eed425 [2021-03-09T18:33:33.650Z] Removing intermediate container 1185e2eed425 [2021-03-09T18:33:33.650Z] ---> 7c2f75b9c1b0 [2021-03-09T18:33:33.650Z] Step 5/6 : COPY go.mod . [2021-03-09T18:33:33.650Z] ---> 4bc1d810815d [2021-03-09T18:33:33.650Z] Step 6/6 : RUN go mod download [2021-03-09T18:33:33.913Z] ---> Running in cb7478bc9b90 [2021-03-09T18:33:55.949Z] Removing intermediate container cb7478bc9b90 [2021-03-09T18:33:55.949Z] ---> 04aeb39603d7 [2021-03-09T18:33:55.949Z] Successfully built 04aeb39603d7 [2021-03-09T18:33:55.949Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T18:33:56.273Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T18:33:56.273Z] . [Pipeline] withDockerContainer [2021-03-09T18:33:56.394Z] prd-centos7-docker-4c-2g-29194 does not seem to be running inside a container [2021-03-09T18:33:56.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-03-09T18:33:57.480Z] $ docker top 93c2b528da03cdaedf0269ad857dde35d688d4c91e4f8c4a4dc700e35310be48 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T18:33:57.985Z] + go version [2021-03-09T18:33:57.985Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-09T18:33:58.003Z] $ docker stop --time=1 93c2b528da03cdaedf0269ad857dde35d688d4c91e4f8c4a4dc700e35310be48 [2021-03-09T18:33:59.387Z] $ docker rm -f 93c2b528da03cdaedf0269ad857dde35d688d4c91e4f8c4a4dc700e35310be48 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T18:34:00.214Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T18:34:00.214Z] . [Pipeline] withDockerContainer [2021-03-09T18:34:00.316Z] prd-centos7-docker-4c-2g-29194 does not seem to be running inside a container [2021-03-09T18:34:00.368Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-03-09T18:34:01.082Z] $ docker top 0ff20ee2ddc104097dd15a8e317db60297dbd720eb55fdf5814430e216e24e3d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-09T18:34:01.341Z] ========================================================= [2021-03-09T18:34:01.341Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-09T18:34:01.341Z] ========================================================= [Pipeline] sh [2021-03-09T18:34:01.643Z] + make test [2021-03-09T18:34:01.643Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-09T18:34:11.736Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-09T18:34:30.046Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-09T18:34:32.658Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-09T18:34:35.272Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-09T18:34:35.272Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-09T18:34:35.878Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-09T18:34:35.878Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-09T18:34:35.878Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-09T18:34:36.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-09T18:34:37.132Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-09T18:34:37.409Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-09T18:34:40.796Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-09T18:34:40.796Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-09T18:34:40.796Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-09T18:34:42.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.124s coverage: 45.9% of statements [2021-03-09T18:34:42.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-09T18:34:42.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-09T18:34:42.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-09T18:34:42.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-09T18:34:42.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-09T18:34:42.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-09T18:34:42.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-09T18:34:42.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.105s coverage: 100.0% of statements [2021-03-09T18:34:45.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.203s coverage: 27.1% of statements [2021-03-09T18:34:45.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-09T18:34:45.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-09T18:34:45.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-09T18:34:45.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-09T18:34:45.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-09T18:34:45.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-09T18:34:45.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-03-09T18:34:45.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-09T18:34:45.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2021-03-09T18:34:45.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-09T18:34:45.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-09T18:34:45.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 71.3% of statements [2021-03-09T18:34:45.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-09T18:34:45.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-09T18:34:46.490Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.162s coverage: 82.9% of statements [2021-03-09T18:34:46.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-09T18:34:46.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T18:34:46.490Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.059s coverage: 78.9% of statements [2021-03-09T18:34:46.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-09T18:34:49.127Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.464s coverage: 28.6% of statements [2021-03-09T18:34:49.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-09T18:34:49.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-09T18:34:49.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-09T18:34:49.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-09T18:34:49.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-09T18:34:49.127Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements [2021-03-09T18:34:49.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-09T18:34:49.127Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements [2021-03-09T18:34:49.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-09T18:34:49.127Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.140s coverage: 86.7% of statements [2021-03-09T18:34:49.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-09T18:34:49.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements [2021-03-09T18:34:49.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-09T18:34:49.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements [2021-03-09T18:34:49.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-09T18:34:49.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-09T18:34:49.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-09T18:34:49.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-09T18:34:52.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.493s coverage: 92.8% of statements [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-09T18:34:52.760Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-09T18:34:52.760Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-09T18:34:52.760Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-09T18:34:52.760Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 47.1% of statements [2021-03-09T18:34:52.760Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.061s coverage: 79.5% of statements [2021-03-09T18:34:52.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements [2021-03-09T18:34:52.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.047s coverage: 96.3% of statements [2021-03-09T18:34:52.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements [2021-03-09T18:35:05.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements [2021-03-09T18:35:05.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-03-09T18:35:05.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.098s coverage: 81.4% of statements [2021-03-09T18:35:17.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements [2021-03-09T18:35:17.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-09T18:35:17.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-09T18:35:17.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-09T18:35:17.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-09T18:35:17.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-09T18:35:17.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-09T18:35:17.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-09T18:35:17.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-09T18:35:17.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-09T18:35:17.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements [2021-03-09T18:35:17.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-09T18:35:17.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-09T18:35:17.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-09T18:35:17.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-09T18:35:17.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-09T18:35:17.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-09T18:35:17.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-09T18:35:17.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-09T18:35:17.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.6% of statements [2021-03-09T18:35:17.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.091s coverage: 91.6% of statements [2021-03-09T18:35:17.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-09T18:35:17.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 62.4% of statements [2021-03-09T18:35:17.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-09T18:35:17.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.352s coverage: 69.0% of statements [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.113s coverage: 38.4% of statements [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.159s coverage: 47.0% of statements [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.149s coverage: 87.8% of statements [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.782s coverage: 29.1% of statements [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.115s coverage: 95.6% of statements [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-09T18:35:17.388Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-03-09T18:35:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-09T18:35:17.388Z] GO111MODULE=on go vet ./... [2021-03-09T18:35:44.840Z] gofmt -l . [2021-03-09T18:35:44.840Z] [ "`gofmt -l .`" = "" ] [2021-03-09T18:35:45.113Z] ./bin/test-go-mod-tidy.sh [2021-03-09T18:35:45.702Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-09T18:35:47.410Z] + ls -al . [2021-03-09T18:35:47.410Z] total 736 [2021-03-09T18:35:47.410Z] drwxrwxr-x 10 1001 1001 4096 Mar 9 18:35 . [2021-03-09T18:35:47.410Z] drwxr-xr-x 4 root root 28 Mar 9 18:34 .. [2021-03-09T18:35:47.410Z] -rw-rw-r-- 1 1001 1001 11 Mar 9 18:32 .dockerignore [2021-03-09T18:35:47.410Z] drwxrwxr-x 8 1001 1001 179 Mar 9 18:32 .git [2021-03-09T18:35:47.410Z] drwxrwxr-x 3 1001 1001 125 Mar 9 18:32 .github [2021-03-09T18:35:47.410Z] -rw-rw-r-- 1 1001 1001 818 Mar 9 18:32 .gitignore [2021-03-09T18:35:47.410Z] drwx------ 3 1001 1001 60 Mar 9 18:32 .semver [2021-03-09T18:35:47.410Z] -rw-rw-r-- 1 1001 1001 166 Mar 9 18:32 .sonarcloud.properties [2021-03-09T18:35:47.410Z] -rw-rw-r-- 1 1001 1001 8607 Mar 9 18:32 Attribution.txt [2021-03-09T18:35:47.410Z] -rw-rw-r-- 1 1001 1001 3804 Mar 9 18:32 CONTRIBUTING.md [2021-03-09T18:35:47.410Z] -rw-rw-r-- 1 1001 1001 931 Mar 9 18:32 Dockerfile.build [2021-03-09T18:35:47.410Z] -rw-rw-r-- 1 1001 1001 863 Mar 9 18:32 Jenkinsfile [2021-03-09T18:35:47.410Z] -rw-rw-r-- 1 1001 1001 10775 Mar 9 18:32 LICENSE [2021-03-09T18:35:47.410Z] -rw-rw-r-- 1 1001 1001 5774 Mar 9 18:32 Makefile [2021-03-09T18:35:47.410Z] -rw-rw-r-- 1 1001 1001 6548 Mar 9 18:32 README.md [2021-03-09T18:35:47.410Z] -rw-rw-r-- 1 1001 1001 6755 Mar 9 18:32 SECURITY.md [2021-03-09T18:35:47.410Z] -rw-rw-r-- 1 1001 1001 5 Mar 9 18:33 VERSION [2021-03-09T18:35:47.410Z] -rw-rw-r-- 1 1001 1001 4131 Mar 9 18:32 ZMQWindows.md [2021-03-09T18:35:47.410Z] drwxrwxr-x 2 1001 1001 117 Mar 9 18:32 bin [2021-03-09T18:35:47.410Z] drwxrwxr-x 14 1001 1001 4096 Mar 9 18:32 cmd [2021-03-09T18:35:47.410Z] -rw-r--r-- 1 root root 624012 Mar 9 18:35 coverage.out [2021-03-09T18:35:47.410Z] -rw-r--r-- 1 root root 1055 Mar 9 18:35 go.mod [2021-03-09T18:35:47.410Z] -rw-r--r-- 1 root root 21981 Mar 9 18:35 go.sum [2021-03-09T18:35:47.410Z] drwxrwxr-x 8 1001 1001 127 Mar 9 18:32 internal [2021-03-09T18:35:47.410Z] drwxrwxr-x 4 1001 1001 26 Mar 9 18:32 openapi [2021-03-09T18:35:47.410Z] drwxrwxr-x 4 1001 1001 71 Mar 9 18:32 snap [2021-03-09T18:35:47.410Z] -rw-rw-r-- 1 1001 1001 168 Mar 9 18:32 version.go [Pipeline] sh [2021-03-09T18:35:47.725Z] + '[' -e coverage.out ] [2021-03-09T18:35:47.725Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-09T18:35:48.004Z] Stashed 1 file(s) [Pipeline] sh [2021-03-09T18:35:48.306Z] + make build [2021-03-09T18:35:48.306Z] 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-03-09T18:35:51.636Z] 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-03-09T18:35:59.894Z] 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-03-09T18:36:01.305Z] 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-03-09T18:36:03.254Z] 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-03-09T18:36:03.520Z] 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-03-09T18:36:05.470Z] 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-03-09T18:36:06.873Z] 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-03-09T18:36:08.272Z] 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-03-09T18:36:09.225Z] 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-03-09T18:36:10.625Z] 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-03-09T18:36:11.583Z] 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-03-09T18:36:14.186Z] $ docker stop --time=1 0ff20ee2ddc104097dd15a8e317db60297dbd720eb55fdf5814430e216e24e3d [2021-03-09T18:36:15.955Z] $ docker rm -f 0ff20ee2ddc104097dd15a8e317db60297dbd720eb55fdf5814430e216e24e3d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T18:36:20.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T18:36:20.658Z] [2021-03-09T18:36:20.658Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T18:36:21.024Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T18:36:21.024Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-09T18:36:21.024Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-09T18:36:21.024Z] ca9280d653b3: Pulling fs layer [2021-03-09T18:36:21.024Z] 7e9c9ca2126c: Pulling fs layer [2021-03-09T18:36:21.611Z] cbdbe7a5bc2a: Download complete [2021-03-09T18:36:22.198Z] cbdbe7a5bc2a: Pull complete [2021-03-09T18:36:22.198Z] ca9280d653b3: Verifying Checksum [2021-03-09T18:36:22.198Z] ca9280d653b3: Download complete [2021-03-09T18:36:23.161Z] 7e9c9ca2126c: Download complete [2021-03-09T18:36:23.162Z] ca9280d653b3: Pull complete [2021-03-09T18:36:29.796Z] 7e9c9ca2126c: Pull complete [2021-03-09T18:36:29.796Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-09T18:36:29.796Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T18:36:29.796Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-09T18:36:29.926Z] prd-centos7-docker-4c-2g-29194 does not seem to be running inside a container [2021-03-09T18:36:29.979Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-03-09T18:36:32.870Z] $ docker top 03fc050cd2f6677a098d5b16b789e01b22be97d68fcd4a9060f35795ab860496 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T18:36:33.511Z] + docker-compose build --help [2021-03-09T18:36:33.511Z] + grep parallel [2021-03-09T18:36:34.467Z] --parallel Build images in parallel. [Pipeline] } [2021-03-09T18:36:34.745Z] $ docker stop --time=1 03fc050cd2f6677a098d5b16b789e01b22be97d68fcd4a9060f35795ab860496 [2021-03-09T18:36:36.134Z] $ docker rm -f 03fc050cd2f6677a098d5b16b789e01b22be97d68fcd4a9060f35795ab860496 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T18:36:36.784Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T18:36:36.784Z] . [Pipeline] withDockerContainer [2021-03-09T18:36:36.900Z] prd-centos7-docker-4c-2g-29194 does not seem to be running inside a container [2021-03-09T18:36:36.951Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-03-09T18:36:37.860Z] $ docker top 3ef39381430c84b6394f3c35debe50a26e824e8561e262e9769418096f3b561d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T18:36:38.367Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-09T18:36:39.456Z] Building docker-core-command-go ... [2021-03-09T18:36:39.456Z] Building docker-core-data-go ... [2021-03-09T18:36:39.456Z] Building docker-core-metadata-go ... [2021-03-09T18:36:39.456Z] Building docker-security-bootstrapper-go ... [2021-03-09T18:36:39.456Z] Building docker-security-proxy-setup-go ... [2021-03-09T18:36:39.456Z] Building docker-security-secretstore-setup-go ... [2021-03-09T18:36:39.456Z] Building docker-support-notifications-go ... [2021-03-09T18:36:39.456Z] Building docker-support-scheduler-go ... [2021-03-09T18:36:39.456Z] Building docker-sys-mgmt-agent-go ... [2021-03-09T18:36:39.456Z] Building docker-security-secretstore-setup-go [2021-03-09T18:36:39.456Z] Building docker-sys-mgmt-agent-go [2021-03-09T18:36:39.456Z] Building docker-core-metadata-go [2021-03-09T18:36:39.456Z] Building docker-support-notifications-go [2021-03-09T18:36:39.456Z] Building docker-security-bootstrapper-go [2021-03-09T18:36:41.693Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29195 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws [2021-03-09T18:36:41.754Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-09T18:36:46.783Z] using credential edgex-jenkins-ssh [2021-03-09T18:36:46.844Z] Cloning the remote Git repository [2021-03-09T18:36:46.902Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-09T18:36:47.006Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-09T18:36:47.087Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T18:36:47.088Z] > git --version # timeout=10 [2021-03-09T18:36:47.108Z] > git --version # 'git version 2.17.1' [2021-03-09T18:36:47.110Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T18:36:47.194Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T18:37:05.740Z] Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:37:06.174Z] Merge succeeded, producing 29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:37:06.176Z] Checking out Revision 29b7741412918b380152c0207621d70cd23b397e (PR-3241) [2021-03-09T18:37:04.762Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T18:37:04.786Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T18:37:04.812Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T18:37:04.854Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T18:37:04.855Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T18:37:04.867Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T18:37:05.763Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T18:37:05.782Z] > git checkout -f 29b7741412918b380152c0207621d70cd23b397e # timeout=10 [2021-03-09T18:37:06.091Z] > git remote # timeout=10 [2021-03-09T18:37:06.109Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T18:37:06.131Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T18:37:06.141Z] > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 [2021-03-09T18:37:06.163Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T18:37:06.186Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T18:37:06.197Z] > git checkout -f 29b7741412918b380152c0207621d70cd23b397e # timeout=10 [2021-03-09T18:37:10.488Z] Commit message: "fix(snap): secure kong admin ports" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-09T18:37:12.211Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-09T18:37:12.651Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-09T18:37:12.993Z] + sudo service docker+ restart [2021-03-09T18:37:12.993Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T18:37:15.053Z] provisioning config files... [2021-03-09T18:37:15.131Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3528465457878378281tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:37:15.571Z] ---> docker-login.sh [2021-03-09T18:37:15.571Z] nexus3.edgexfoundry.org:10001 [2021-03-09T18:37:16.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T18:37:16.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T18:37:16.828Z] Configure a credential helper to remove this warning. See [2021-03-09T18:37:16.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T18:37:16.828Z] [2021-03-09T18:37:16.828Z] Login Succeeded [2021-03-09T18:37:16.828Z] nexus3.edgexfoundry.org:10002 [2021-03-09T18:37:17.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T18:37:17.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T18:37:17.375Z] Configure a credential helper to remove this warning. See [2021-03-09T18:37:17.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T18:37:17.375Z] [2021-03-09T18:37:17.375Z] Login Succeeded [2021-03-09T18:37:17.375Z] nexus3.edgexfoundry.org:10003 [2021-03-09T18:37:17.649Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T18:37:17.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T18:37:17.922Z] Configure a credential helper to remove this warning. See [2021-03-09T18:37:17.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T18:37:17.922Z] [2021-03-09T18:37:17.922Z] Login Succeeded [2021-03-09T18:37:17.922Z] nexus3.edgexfoundry.org:10004 [2021-03-09T18:37:18.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T18:37:18.475Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T18:37:18.475Z] Configure a credential helper to remove this warning. See [2021-03-09T18:37:18.475Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T18:37:18.475Z] [2021-03-09T18:37:18.475Z] Login Succeeded [2021-03-09T18:37:18.475Z] docker.io [2021-03-09T18:37:18.481Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T18:37:18.481Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-09T18:37:18.481Z] ---> 04aeb39603d7 [2021-03-09T18:37:18.481Z] Step 3/26 : WORKDIR /edgex-go [2021-03-09T18:37:18.481Z] ---> Running in 74d2b721c098 [2021-03-09T18:37:18.481Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T18:37:18.481Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T18:37:18.481Z] ---> 04aeb39603d7 [2021-03-09T18:37:18.481Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T18:37:18.481Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T18:37:18.481Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-09T18:37:18.481Z] ---> 04aeb39603d7 [2021-03-09T18:37:18.481Z] Step 3/24 : WORKDIR /edgex-go [2021-03-09T18:37:18.481Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T18:37:18.481Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T18:37:18.481Z] ---> 04aeb39603d7 [2021-03-09T18:37:18.481Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T18:37:18.481Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T18:37:18.481Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-09T18:37:18.481Z] ---> 04aeb39603d7 [2021-03-09T18:37:18.481Z] Step 3/31 : WORKDIR /edgex-go [2021-03-09T18:37:18.481Z] ---> Running in d41fcb5ffb25 [2021-03-09T18:37:18.481Z] ---> Running in 7d9ed8f82fe4 [2021-03-09T18:37:18.481Z] ---> Running in 42f8065839d4 [2021-03-09T18:37:18.481Z] ---> Running in de77bea07e2a [2021-03-09T18:37:18.481Z] Removing intermediate container 74d2b721c098 [2021-03-09T18:37:18.481Z] ---> 8446702d2a12 [2021-03-09T18:37:18.481Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:37:18.481Z] ---> Running in dec840f9159b [2021-03-09T18:37:18.481Z] Removing intermediate container 7d9ed8f82fe4 [2021-03-09T18:37:18.481Z] ---> 21631fddce2f [2021-03-09T18:37:18.481Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:37:18.481Z] Removing intermediate container de77bea07e2a [2021-03-09T18:37:18.481Z] ---> 50ad3f999a11 [2021-03-09T18:37:18.481Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:37:18.481Z] Removing intermediate container d41fcb5ffb25 [2021-03-09T18:37:18.481Z] ---> c2a211cc6e02 [2021-03-09T18:37:18.481Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:37:18.481Z] Removing intermediate container 42f8065839d4 [2021-03-09T18:37:18.481Z] ---> f82ba6f50965 [2021-03-09T18:37:18.481Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:37:18.481Z] ---> Running in 40e4c80fb81a [2021-03-09T18:37:18.481Z] ---> Running in ae517e93d8e7 [2021-03-09T18:37:18.481Z] ---> Running in 7557caa73353 [2021-03-09T18:37:18.481Z] ---> Running in 99ae8b442a32 [2021-03-09T18:37:18.481Z] Removing intermediate container dec840f9159b [2021-03-09T18:37:18.481Z] ---> 7057bb68fec3 [2021-03-09T18:37:18.481Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-09T18:37:18.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T18:37:18.750Z] Removing intermediate container ae517e93d8e7 [2021-03-09T18:37:18.750Z] ---> 7344d5361da1 [2021-03-09T18:37:18.750Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-09T18:37:18.750Z] Removing intermediate container 40e4c80fb81a [2021-03-09T18:37:18.750Z] ---> e2f1ade4946e [2021-03-09T18:37:18.750Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-09T18:37:18.750Z] ---> Running in ee5722db7ff4 [2021-03-09T18:37:18.750Z] ---> Running in 837cd0bfa38a [2021-03-09T18:37:19.013Z] ---> Running in c9dfafb0f30f [2021-03-09T18:37:19.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T18:37:19.019Z] Configure a credential helper to remove this warning. See [2021-03-09T18:37:19.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T18:37:19.019Z] [2021-03-09T18:37:19.019Z] Login Succeeded [2021-03-09T18:37:19.019Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T18:37:19.036Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-09T18:37:19.499Z] ========================================================= [2021-03-09T18:37:19.499Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-09T18:37:19.499Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-09T18:37:19.593Z] Removing intermediate container 99ae8b442a32 [2021-03-09T18:37:19.593Z] ---> 14feb8de7b21 [2021-03-09T18:37:19.593Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T18:37:19.593Z] Removing intermediate container 7557caa73353 [2021-03-09T18:37:19.593Z] ---> 0a073f52c7b2 [2021-03-09T18:37:19.593Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-09T18:37:19.868Z] ---> Running in 2b2658c5a249 [2021-03-09T18:37:19.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T18:37:19.868Z] ---> Running in 62a1ca24abb4 [2021-03-09T18:37:19.883Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-09T18:37:20.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T18:37:20.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T18:37:20.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T18:37:20.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T18:37:20.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T18:37:21.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T18:37:21.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T18:37:21.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T18:37:21.272Z] OK: 233 MiB in 51 packages [2021-03-09T18:37:21.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T18:37:21.272Z] OK: 233 MiB in 51 packages [2021-03-09T18:37:21.536Z] OK: 233 MiB in 51 packages [2021-03-09T18:37:21.805Z] OK: 233 MiB in 51 packages [2021-03-09T18:37:21.805Z] OK: 233 MiB in 51 packages [2021-03-09T18:37:22.399Z] Removing intermediate container c9dfafb0f30f [2021-03-09T18:37:22.399Z] ---> b1c1a219afc5 [2021-03-09T18:37:22.399Z] Step 6/22 : COPY go.mod . [2021-03-09T18:37:22.399Z] Removing intermediate container 837cd0bfa38a [2021-03-09T18:37:22.399Z] ---> 0517f24df90c [2021-03-09T18:37:22.399Z] Step 6/24 : COPY go.mod . [2021-03-09T18:37:22.528Z] Sending build context to Docker daemon 166.6MB [2021-03-09T18:37:22.528Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T18:37:22.528Z] Step 2/6 : FROM ${BASE} [2021-03-09T18:37:22.528Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-09T18:37:22.528Z] 5f621e34cdf4: Pulling fs layer [2021-03-09T18:37:22.528Z] a4357932f1b6: Pulling fs layer [2021-03-09T18:37:22.528Z] 18c013af1878: Pulling fs layer [2021-03-09T18:37:22.528Z] 00ac8860ef70: Pulling fs layer [2021-03-09T18:37:22.528Z] 63d7cb157983: Pulling fs layer [2021-03-09T18:37:22.528Z] b116817d02f9: Pulling fs layer [2021-03-09T18:37:22.528Z] 745a02a5169b: Pulling fs layer [2021-03-09T18:37:22.528Z] 00ac8860ef70: Waiting [2021-03-09T18:37:22.528Z] 63d7cb157983: Waiting [2021-03-09T18:37:22.528Z] b116817d02f9: Waiting [2021-03-09T18:37:22.528Z] 745a02a5169b: Waiting [2021-03-09T18:37:22.528Z] 18c013af1878: Verifying Checksum [2021-03-09T18:37:22.528Z] 18c013af1878: Download complete [2021-03-09T18:37:22.528Z] a4357932f1b6: Verifying Checksum [2021-03-09T18:37:22.528Z] a4357932f1b6: Download complete [2021-03-09T18:37:22.528Z] 63d7cb157983: Verifying Checksum [2021-03-09T18:37:22.528Z] 63d7cb157983: Download complete [2021-03-09T18:37:22.528Z] b116817d02f9: Download complete [2021-03-09T18:37:22.528Z] 5f621e34cdf4: Verifying Checksum [2021-03-09T18:37:22.528Z] 5f621e34cdf4: Download complete [2021-03-09T18:37:22.670Z] Removing intermediate container ee5722db7ff4 [2021-03-09T18:37:22.670Z] ---> a3f2824c10ed [2021-03-09T18:37:22.670Z] Step 6/26 : COPY go.mod . [2021-03-09T18:37:22.670Z] ---> ccec2b745cf7 [2021-03-09T18:37:22.670Z] Step 7/22 : RUN go mod download [2021-03-09T18:37:22.670Z] ---> Running in 6db596f5e419 [2021-03-09T18:37:22.934Z] Removing intermediate container 2b2658c5a249 [2021-03-09T18:37:22.934Z] ---> 67a1eefafba4 [2021-03-09T18:37:22.934Z] Step 6/23 : COPY go.mod . [2021-03-09T18:37:22.934Z] Removing intermediate container 62a1ca24abb4 [2021-03-09T18:37:22.934Z] ---> 3b18ba1a8c09 [2021-03-09T18:37:22.934Z] Step 6/31 : COPY go.mod . [2021-03-09T18:37:23.136Z] 5f621e34cdf4: Pull complete [2021-03-09T18:37:23.202Z] ---> e1d630f6aacb [2021-03-09T18:37:23.202Z] Step 7/24 : RUN go mod download [2021-03-09T18:37:23.202Z] ---> 54f697b2dfb1 [2021-03-09T18:37:23.202Z] Step 7/26 : RUN go mod download [2021-03-09T18:37:23.202Z] ---> 136cc2395891 [2021-03-09T18:37:23.202Z] Step 7/23 : RUN go mod download [2021-03-09T18:37:23.202Z] ---> Running in e0c25b53a52a [2021-03-09T18:37:23.465Z] ---> Running in b640b9d93401 [2021-03-09T18:37:23.465Z] ---> a2198a407000 [2021-03-09T18:37:23.465Z] Step 7/31 : RUN go mod download [2021-03-09T18:37:23.465Z] ---> Running in ce2f00bd4dc3 [2021-03-09T18:37:23.736Z] ---> Running in 7b15db6fe13e [2021-03-09T18:37:23.736Z] a4357932f1b6: Pull complete [2021-03-09T18:37:24.338Z] 18c013af1878: Pull complete [2021-03-09T18:37:25.164Z] Removing intermediate container 6db596f5e419 [2021-03-09T18:37:25.164Z] ---> 4e8a62ab0075 [2021-03-09T18:37:25.164Z] Step 8/22 : COPY . . [2021-03-09T18:37:25.164Z] Removing intermediate container e0c25b53a52a [2021-03-09T18:37:25.164Z] ---> 4c3e7f59bd90 [2021-03-09T18:37:25.164Z] Step 8/24 : COPY . . [2021-03-09T18:37:25.332Z] 745a02a5169b: Verifying Checksum [2021-03-09T18:37:25.332Z] 745a02a5169b: Download complete [2021-03-09T18:37:25.930Z] 00ac8860ef70: Verifying Checksum [2021-03-09T18:37:25.930Z] 00ac8860ef70: Download complete [2021-03-09T18:37:27.129Z] Removing intermediate container b640b9d93401 [2021-03-09T18:37:27.129Z] ---> 7513db51782a [2021-03-09T18:37:27.129Z] Step 8/26 : COPY . . [2021-03-09T18:37:32.495Z] Removing intermediate container 7b15db6fe13e [2021-03-09T18:37:32.495Z] ---> d8487746d801 [2021-03-09T18:37:32.495Z] Step 8/31 : COPY . . [2021-03-09T18:37:34.889Z] Removing intermediate container ce2f00bd4dc3 [2021-03-09T18:37:34.889Z] ---> b187e0d18d30 [2021-03-09T18:37:34.889Z] Step 8/23 : COPY . . [2021-03-09T18:37:36.091Z] 00ac8860ef70: Pull complete [2021-03-09T18:37:36.091Z] 63d7cb157983: Pull complete [2021-03-09T18:37:36.091Z] b116817d02f9: Pull complete [2021-03-09T18:37:39.485Z] 745a02a5169b: Pull complete [2021-03-09T18:37:39.485Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-09T18:37:39.485Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-09T18:37:39.485Z] ---> b7e6874047d6 [2021-03-09T18:37:39.485Z] 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-03-09T18:37:42.870Z] ---> Running in d11e346b6c21 [2021-03-09T18:37:43.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T18:37:44.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T18:37:45.105Z] (1/12) Installing libmagic (5.38-r0) [2021-03-09T18:37:45.376Z] (2/12) Installing file (5.38-r0) [2021-03-09T18:37:45.376Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-09T18:37:45.651Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-09T18:37:52.334Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-09T18:37:52.605Z] (6/12) Installing patch (2.7.6-r6) [2021-03-09T18:37:52.605Z] (7/12) Installing build-base (0.5-r2) [2021-03-09T18:37:52.605Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-09T18:37:52.878Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-09T18:37:52.878Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-09T18:37:52.878Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-09T18:37:53.149Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-09T18:37:53.149Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:37:53.149Z] OK: 217 MiB in 51 packages [2021-03-09T18:37:57.454Z] Removing intermediate container d11e346b6c21 [2021-03-09T18:37:57.454Z] ---> 1af2b4688058 [2021-03-09T18:37:57.454Z] Step 4/6 : WORKDIR /edgex-go [2021-03-09T18:37:57.454Z] ---> Running in 0fb6ed24bfa0 [2021-03-09T18:37:57.726Z] Removing intermediate container 0fb6ed24bfa0 [2021-03-09T18:37:57.726Z] ---> 07d401e83d60 [2021-03-09T18:37:57.726Z] Step 5/6 : COPY go.mod . [2021-03-09T18:37:58.321Z] ---> 9e281a5ef7ef [2021-03-09T18:37:58.321Z] Step 6/6 : RUN go mod download [2021-03-09T18:37:58.592Z] ---> Running in d9e91070816b [2021-03-09T18:38:13.983Z] ---> 1e3a107239f6 [2021-03-09T18:38:13.983Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-09T18:38:13.983Z] ---> e8d47b804381 [2021-03-09T18:38:13.983Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-09T18:38:13.983Z] ---> Running in b1cd98172a83 [2021-03-09T18:38:13.983Z] ---> facc1eb223e2 [2021-03-09T18:38:13.983Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-09T18:38:13.983Z] ---> 00120cdb80ac [2021-03-09T18:38:13.983Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-09T18:38:13.983Z] ---> d3eb5758acf6 [2021-03-09T18:38:13.983Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-09T18:38:13.983Z] ---> Running in ad9e4c59b3c8 [2021-03-09T18:38:13.983Z] ---> Running in d77ec9225a13 [2021-03-09T18:38:13.983Z] ---> Running in a19462a03532 [2021-03-09T18:38:13.983Z] ---> Running in 88ff52da8fab [2021-03-09T18:38:13.983Z] 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-03-09T18:38:13.983Z] 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-03-09T18:38:13.983Z] 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-03-09T18:38:13.983Z] 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-03-09T18:38:13.983Z] 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-03-09T18:38:25.402Z] Removing intermediate container d9e91070816b [2021-03-09T18:38:25.402Z] ---> e25496045cee [2021-03-09T18:38:25.402Z] Successfully built e25496045cee [2021-03-09T18:38:25.402Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T18:38:25.748Z] + docker inspect -f . ci-base-image-arm64 [2021-03-09T18:38:25.748Z] . [Pipeline] withDockerContainer [2021-03-09T18:38:26.016Z] prd-ubuntu18.04-docker-arm64-4c-16g-29195 does not seem to be running inside a container [2021-03-09T18:38:26.103Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-09T18:38:27.548Z] $ docker top 87fb6140936366d798bb5c0558be8c5378dc89ac6bac66fa3c4265fa19e6aada -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T18:38:28.535Z] + go version [2021-03-09T18:38:28.535Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-09T18:38:28.566Z] $ docker stop --time=1 87fb6140936366d798bb5c0558be8c5378dc89ac6bac66fa3c4265fa19e6aada [2021-03-09T18:38:30.412Z] $ docker rm -f 87fb6140936366d798bb5c0558be8c5378dc89ac6bac66fa3c4265fa19e6aada [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T18:38:31.462Z] + docker inspect -f . ci-base-image-arm64 [2021-03-09T18:38:31.462Z] . [Pipeline] withDockerContainer [2021-03-09T18:38:31.737Z] prd-ubuntu18.04-docker-arm64-4c-16g-29195 does not seem to be running inside a container [2021-03-09T18:38:31.816Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-09T18:38:33.242Z] $ docker top 348278599d7630aa8dc24b90d3f0c3f88b2580062d370ed7c6eb619a0677f1c0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-09T18:38:33.620Z] ========================================================= [2021-03-09T18:38:33.620Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-09T18:38:33.620Z] ========================================================= [Pipeline] sh [2021-03-09T18:38:34.261Z] + make test [2021-03-09T18:38:34.261Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-09T18:38:46.292Z] 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-03-09T18:38:52.997Z] Removing intermediate container b1cd98172a83 [2021-03-09T18:38:52.997Z] ---> e9f64675222f [2021-03-09T18:38:52.997Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-09T18:38:52.997Z] Removing intermediate container a19462a03532 [2021-03-09T18:38:52.997Z] ---> 3b60aba51ea5 [2021-03-09T18:38:52.997Z] [2021-03-09T18:38:52.997Z] Step 10/24 : FROM alpine:3.12 [2021-03-09T18:38:53.264Z] Removing intermediate container ad9e4c59b3c8 [2021-03-09T18:38:53.264Z] ---> c801ebed0200 [2021-03-09T18:38:53.264Z] [2021-03-09T18:38:53.264Z] Step 10/31 : FROM alpine:3.12 [2021-03-09T18:38:53.264Z] 3.12: Pulling from library/alpine [2021-03-09T18:38:53.264Z] 3.12: Pulling from library/alpine [2021-03-09T18:38:53.264Z] ---> Running in 9f7f75e4ddce [2021-03-09T18:38:53.852Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T18:38:53.852Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T18:38:53.852Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T18:38:53.852Z] ---> 88dd2752d2ea [2021-03-09T18:38:53.852Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-09T18:38:53.852Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T18:38:53.852Z] ---> 88dd2752d2ea [2021-03-09T18:38:53.852Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-09T18:38:54.436Z] 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-03-09T18:38:56.501Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-09T18:38:57.037Z] ---> Running in 0d1f00238343 [2021-03-09T18:38:57.037Z] ---> Running in 39e4d642973d [2021-03-09T18:38:58.002Z] Removing intermediate container d77ec9225a13 [2021-03-09T18:38:58.002Z] ---> 98b20cf3e23f [2021-03-09T18:38:58.002Z] [2021-03-09T18:38:58.002Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T18:38:58.002Z] ---> 88dd2752d2ea [2021-03-09T18:38:58.002Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-09T18:38:58.270Z] Removing intermediate container 0d1f00238343 [2021-03-09T18:38:58.270Z] ---> 3962e1cb2656 [2021-03-09T18:38:58.270Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-09T18:38:58.270Z] Removing intermediate container 88ff52da8fab [2021-03-09T18:38:58.270Z] ---> 9e2213ba342c [2021-03-09T18:38:58.270Z] [2021-03-09T18:38:58.270Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T18:38:58.270Z] ---> 88dd2752d2ea [2021-03-09T18:38:58.270Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T18:38:58.541Z] ---> Running in 2e1f71b422f0 [2021-03-09T18:38:58.541Z] ---> Running in 17dee50e108c [2021-03-09T18:38:58.541Z] ---> Running in 3199363c1e36 [2021-03-09T18:38:58.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T18:38:58.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T18:38:58.806Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-09T18:38:58.806Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T18:38:58.806Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-09T18:38:58.806Z] (4/5) Installing curl (7.69.1-r3) [2021-03-09T18:38:58.806Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-09T18:38:58.806Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:38:58.806Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T18:38:58.806Z] Removing intermediate container 9f7f75e4ddce [2021-03-09T18:38:58.806Z] ---> 208393fdcb7b [2021-03-09T18:38:58.806Z] [2021-03-09T18:38:58.806Z] Step 11/26 : FROM docker:20.10.0 [2021-03-09T18:38:58.806Z] OK: 7 MiB in 19 packages [2021-03-09T18:38:58.806Z] 20.10.0: Pulling from library/docker [2021-03-09T18:39:00.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T18:39:00.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T18:39:00.759Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-09T18:39:00.759Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-09T18:39:00.759Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:39:00.759Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T18:39:00.759Z] OK: 6 MiB in 16 packages [2021-03-09T18:39:01.732Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T18:39:01.732Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T18:39:01.732Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T18:39:01.732Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T18:39:01.732Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T18:39:01.732Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:39:01.732Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-09T18:39:02.002Z] (2/2) Installing su-exec (0.2-r1) [2021-03-09T18:39:02.002Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:39:02.002Z] OK: 6 MiB in 15 packages [2021-03-09T18:39:02.002Z] OK: 6 MiB in 16 packages [2021-03-09T18:39:02.971Z] Removing intermediate container 39e4d642973d [2021-03-09T18:39:02.971Z] ---> 49d84df08477 [2021-03-09T18:39:02.971Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T18:39:03.928Z] ---> Running in be024067bb60 [2021-03-09T18:39:03.928Z] Removing intermediate container 2e1f71b422f0 [2021-03-09T18:39:03.928Z] ---> 74c08bd5ea8d [2021-03-09T18:39:03.928Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T18:39:03.928Z] ---> Running in 5f66a031191e [2021-03-09T18:39:04.196Z] Removing intermediate container 17dee50e108c [2021-03-09T18:39:04.196Z] ---> b9b140361fb7 [2021-03-09T18:39:04.196Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-09T18:39:04.196Z] Removing intermediate container be024067bb60 [2021-03-09T18:39:04.196Z] ---> a4e0c93a0c2f [2021-03-09T18:39:04.196Z] Step 13/24 : WORKDIR / [2021-03-09T18:39:04.196Z] Removing intermediate container 3199363c1e36 [2021-03-09T18:39:04.196Z] ---> 945ef50f7b20 [2021-03-09T18:39:04.196Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T18:39:04.196Z] ---> Running in 728db29c3efb [2021-03-09T18:39:04.196Z] Removing intermediate container 5f66a031191e [2021-03-09T18:39:04.196Z] ---> e0664bee07ba [2021-03-09T18:39:04.196Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-09T18:39:04.463Z] ---> Running in 4916ddb050b5 [2021-03-09T18:39:04.463Z] ---> Running in e8da945d8625 [2021-03-09T18:39:04.463Z] ---> Running in 564e90282c16 [2021-03-09T18:39:04.463Z] Removing intermediate container 728db29c3efb [2021-03-09T18:39:04.463Z] ---> 1a47406ccd43 [2021-03-09T18:39:04.463Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-09T18:39:04.729Z] ---> Running in 6d73b54c6d6e [2021-03-09T18:39:04.729Z] Removing intermediate container 4916ddb050b5 [2021-03-09T18:39:04.729Z] ---> 68c8ac3dbeda [2021-03-09T18:39:04.729Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-09T18:39:04.995Z] Removing intermediate container e8da945d8625 [2021-03-09T18:39:04.995Z] ---> 24eee1f48467 [2021-03-09T18:39:04.995Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-09T18:39:04.995Z] Removing intermediate container 564e90282c16 [2021-03-09T18:39:04.995Z] ---> d1eda569d713 [2021-03-09T18:39:04.995Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T18:39:05.261Z] ---> Running in e084d5b12d6e [2021-03-09T18:39:05.261Z] Removing intermediate container 6d73b54c6d6e [2021-03-09T18:39:05.261Z] ---> ab5fc32391b8 [2021-03-09T18:39:05.261Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-09T18:39:05.261Z] ---> Running in eec94bf1ec24 [2021-03-09T18:39:05.261Z] ---> Running in 8b2a8ecb5ff0 [2021-03-09T18:39:05.528Z] ---> b8e71cd36f4f [2021-03-09T18:39:05.528Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-09T18:39:05.528Z] Removing intermediate container e084d5b12d6e [2021-03-09T18:39:05.528Z] ---> 8b464be7ff05 [2021-03-09T18:39:05.528Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T18:39:05.802Z] Removing intermediate container eec94bf1ec24 [2021-03-09T18:39:05.802Z] ---> 7a9fd79b68da [2021-03-09T18:39:05.802Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T18:39:05.802Z] ---> Running in b5d398c6be95 [2021-03-09T18:39:05.802Z] ---> bd3c9f0247c0 [2021-03-09T18:39:05.802Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-09T18:39:06.390Z] Removing intermediate container b5d398c6be95 [2021-03-09T18:39:06.390Z] ---> 851f91a7ce90 [2021-03-09T18:39:06.390Z] Step 15/23 : WORKDIR / [2021-03-09T18:39:06.661Z] ---> ce855990e139 [2021-03-09T18:39:06.661Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-09T18:39:06.661Z] ---> 1f5a64d5a29f [2021-03-09T18:39:06.661Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-09T18:39:06.661Z] ---> Running in e1579fa1194b [2021-03-09T18:39:07.249Z] Removing intermediate container e1579fa1194b [2021-03-09T18:39:07.249Z] ---> fcb5c2139c11 [2021-03-09T18:39:07.249Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T18:39:07.249Z] Removing intermediate container 8b2a8ecb5ff0 [2021-03-09T18:39:07.249Z] ---> a5c048557767 [2021-03-09T18:39:07.249Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-09T18:39:07.518Z] ---> c23373ba67f1 [2021-03-09T18:39:07.518Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-09T18:39:07.518Z] ---> Running in bb258bff94f9 [2021-03-09T18:39:07.518Z] ---> 7bb8585cb4f9 [2021-03-09T18:39:07.518Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-09T18:39:07.784Z] ---> 7e782a4efb3c [2021-03-09T18:39:07.784Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-09T18:39:08.048Z] Removing intermediate container bb258bff94f9 [2021-03-09T18:39:08.048Z] ---> 65b1d609984f [2021-03-09T18:39:08.048Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-09T18:39:08.331Z] ---> 047752142766 [2021-03-09T18:39:08.331Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-09T18:39:08.598Z] ---> 347c164da348 [2021-03-09T18:39:08.598Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-09T18:39:08.598Z] ---> Running in c337895b2df7 [2021-03-09T18:39:08.598Z] ---> 885f76ff4a55 [2021-03-09T18:39:08.598Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-09T18:39:08.598Z] ---> 1778bde19c12 [2021-03-09T18:39:08.598Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-09T18:39:08.874Z] ---> Running in 9fc299d7dd25 [2021-03-09T18:39:09.145Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-09T18:39:09.407Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-09T18:39:09.407Z] ---> aefe523efa57 [2021-03-09T18:39:09.407Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-09T18:39:09.407Z] Removing intermediate container c337895b2df7 [2021-03-09T18:39:09.407Z] ---> 614c89afa44d [2021-03-09T18:39:09.407Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T18:39:09.673Z] ---> 4368ddca9f7b [2021-03-09T18:39:09.673Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-09T18:39:09.673Z] ---> 1f5bc3409b0c [2021-03-09T18:39:09.673Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-09T18:39:09.673Z] ---> Running in 0bb12fb423a1 [2021-03-09T18:39:09.673Z] ---> Running in 19e2afb970a9 [2021-03-09T18:39:09.673Z] ---> Running in 976e038add2f [2021-03-09T18:39:09.937Z] ---> Running in 10628ec28303 [2021-03-09T18:39:10.200Z] Removing intermediate container 0bb12fb423a1 [2021-03-09T18:39:10.200Z] ---> 3b3fef04e7be [2021-03-09T18:39:10.200Z] Step 20/22 : LABEL arch=x86_64 [2021-03-09T18:39:10.200Z] Removing intermediate container 10628ec28303 [2021-03-09T18:39:10.200Z] ---> 026b3c8632c8 [2021-03-09T18:39:10.200Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T18:39:10.471Z] ---> Running in 5e9205e9260e [2021-03-09T18:39:10.472Z] ---> Running in bbd5563af6aa [2021-03-09T18:39:10.747Z] Removing intermediate container 5e9205e9260e [2021-03-09T18:39:10.747Z] ---> e9070445abf8 [2021-03-09T18:39:10.747Z] Step 21/22 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:39:10.747Z] ---> Running in 0fb6f86d4b19 [2021-03-09T18:39:11.017Z] Removing intermediate container bbd5563af6aa [2021-03-09T18:39:11.017Z] ---> 30fe190b442a [2021-03-09T18:39:11.017Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T18:39:11.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T18:39:11.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T18:39:11.017Z] ---> Running in 7f7fdc7ceed7 [2021-03-09T18:39:11.017Z] Removing intermediate container 9fc299d7dd25 [2021-03-09T18:39:11.017Z] ---> 2b449691604f [2021-03-09T18:39:11.017Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T18:39:11.017Z] Removing intermediate container 0fb6f86d4b19 [2021-03-09T18:39:11.017Z] ---> a6cbe95e81b1 [2021-03-09T18:39:11.017Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T18:39:11.281Z] (1/2) Installing readline (8.0.4-r0) [2021-03-09T18:39:11.281Z] (2/2) Installing bash (5.0.17-r0) [2021-03-09T18:39:11.281Z] Executing bash-5.0.17-r0.post-install [2021-03-09T18:39:11.281Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:39:11.281Z] OK: 12 MiB in 22 packages [2021-03-09T18:39:11.543Z] ---> Running in a96dcf2a3678 [2021-03-09T18:39:11.543Z] Removing intermediate container 7f7fdc7ceed7 [2021-03-09T18:39:11.543Z] ---> 931c41e29f5e [2021-03-09T18:39:11.543Z] Step 22/23 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:39:11.807Z] ---> 06dc6b6e26d8 [2021-03-09T18:39:11.807Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-09T18:39:11.807Z] ---> Running in 579d507d39b4 [2021-03-09T18:39:11.807Z] Removing intermediate container a96dcf2a3678 [2021-03-09T18:39:11.807Z] ---> ce88d05986ed [2021-03-09T18:39:11.807Z] [2021-03-09T18:39:12.070Z] Removing intermediate container 976e038add2f [2021-03-09T18:39:12.070Z] ---> d340053198d4 [2021-03-09T18:39:12.070Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-09T18:39:12.332Z] Successfully built ce88d05986ed [2021-03-09T18:39:12.603Z] ---> Running in 0de76af60cdf [2021-03-09T18:39:12.603Z] Successfully tagged docker-support-notifications-go:latest [2021-03-09T18:39:12.603Z] Removing intermediate container 579d507d39b4 [2021-03-09T18:39:12.603Z] ---> ec4d0da83a20 [2021-03-09T18:39:12.603Z] Step 23/23 : LABEL version=0.0.0Building docker-core-command-go [2021-03-09T18:39:12.603Z]  Building docker-support-notifications-go ... done  [2021-03-09T18:39:12.603Z] Removing intermediate container 19e2afb970a9 [2021-03-09T18:39:12.603Z] ---> d1ee953e111b [2021-03-09T18:39:12.603Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-09T18:39:12.603Z] ---> 4f775f4c2458 [2021-03-09T18:39:12.603Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-09T18:39:12.603Z] ---> Running in 0b18c73b05fd [2021-03-09T18:39:12.603Z] ---> Running in 5fe5b6bbe7ae [2021-03-09T18:39:12.872Z] Removing intermediate container 0de76af60cdf [2021-03-09T18:39:12.872Z] ---> 440b6a016240 [2021-03-09T18:39:12.872Z] Step 22/24 : LABEL arch=x86_64 [2021-03-09T18:39:12.872Z] Removing intermediate container 0b18c73b05fd [2021-03-09T18:39:12.872Z] ---> 515b069a5241 [2021-03-09T18:39:12.872Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-09T18:39:12.872Z] Removing intermediate container 5fe5b6bbe7ae [2021-03-09T18:39:12.872Z] ---> 54c8fa78f982 [2021-03-09T18:39:12.872Z] [2021-03-09T18:39:13.141Z] ---> Running in 02adb4cfa37f [2021-03-09T18:39:13.141Z] ---> Running in bdc9909d69ab [2021-03-09T18:39:13.141Z] ---> 141c8deb6311 [2021-03-09T18:39:13.141Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-09T18:39:13.141Z] Successfully built 54c8fa78f982 [2021-03-09T18:39:14.538Z] Successfully tagged docker-core-metadata-go:latest [2021-03-09T18:39:14.538Z] Building docker-core-data-go [2021-03-09T18:39:17.106Z]  Building docker-core-metadata-go ... done Removing intermediate container 02adb4cfa37f [2021-03-09T18:39:17.106Z] ---> 6b3b073e691c [2021-03-09T18:39:17.106Z] Step 23/24 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:39:17.106Z] Removing intermediate container bdc9909d69ab [2021-03-09T18:39:17.106Z] ---> 999b18b3e9bd [2021-03-09T18:39:17.106Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-09T18:39:17.106Z] ---> 20601a764303 [2021-03-09T18:39:17.106Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-09T18:39:17.106Z] ---> Running in 6080b4774a90 [2021-03-09T18:39:17.689Z] ---> Running in 2e605742c89a [2021-03-09T18:39:20.264Z] Removing intermediate container 6080b4774a90 [2021-03-09T18:39:20.264Z] ---> 303023062dab [2021-03-09T18:39:20.264Z] Step 24/24 : LABEL version=0.0.0 ---> 2bf80041c34e [2021-03-09T18:39:20.264Z] [2021-03-09T18:39:20.264Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-09T18:39:20.264Z] Removing intermediate container 2e605742c89a [2021-03-09T18:39:20.264Z] ---> 360d58091b28 [2021-03-09T18:39:20.264Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-09T18:39:20.264Z] ---> Running in 2ff8fb4427fe [2021-03-09T18:39:20.851Z] ---> Running in f0f3c37d3ec3 [2021-03-09T18:39:21.125Z] Removing intermediate container 2ff8fb4427fe [2021-03-09T18:39:21.125Z] ---> 9f5e417ab47b [2021-03-09T18:39:21.125Z] [2021-03-09T18:39:21.125Z] ---> bfe00af08e50 [2021-03-09T18:39:21.125Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-09T18:39:21.394Z] Successfully built 9f5e417ab47b [2021-03-09T18:39:21.662Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-09T18:39:21.662Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-03-09T18:39:25.938Z] Removing intermediate container f0f3c37d3ec3 [2021-03-09T18:39:25.938Z] ---> bf7f994cfedd [2021-03-09T18:39:25.938Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-09T18:39:27.362Z] ---> 94fc91e6a6f9 [2021-03-09T18:39:27.362Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-09T18:39:32.792Z] ---> 459175758c4b [2021-03-09T18:39:32.792Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-09T18:39:32.792Z] ---> b5fbc1774d31 [2021-03-09T18:39:32.792Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-09T18:39:33.063Z] ---> Running in 3beffaef613b [2021-03-09T18:39:33.334Z] ---> Running in f0c1ccd19893 [2021-03-09T18:39:33.601Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T18:39:33.601Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T18:39:33.601Z] ---> 04aeb39603d7 [2021-03-09T18:39:33.601Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T18:39:33.601Z] ---> Using cache [2021-03-09T18:39:33.601Z] ---> f82ba6f50965 [2021-03-09T18:39:33.601Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:39:33.601Z] ---> Using cache [2021-03-09T18:39:33.601Z] ---> 14feb8de7b21 [2021-03-09T18:39:33.601Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T18:39:33.601Z] ---> Using cache [2021-03-09T18:39:33.601Z] ---> 67a1eefafba4 [2021-03-09T18:39:33.601Z] Step 6/23 : COPY go.mod . [2021-03-09T18:39:33.601Z] ---> Using cache [2021-03-09T18:39:33.601Z] ---> 136cc2395891 [2021-03-09T18:39:33.601Z] Step 7/23 : RUN go mod download [2021-03-09T18:39:33.873Z] ---> Using cache [2021-03-09T18:39:33.874Z] ---> b187e0d18d30 [2021-03-09T18:39:33.874Z] Step 8/23 : COPY . . [2021-03-09T18:39:33.874Z] ---> Using cache [2021-03-09T18:39:33.874Z] ---> d3eb5758acf6 [2021-03-09T18:39:33.874Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-09T18:39:34.137Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T18:39:34.137Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T18:39:34.137Z] ---> 04aeb39603d7 [2021-03-09T18:39:34.137Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T18:39:34.137Z] ---> Using cache [2021-03-09T18:39:34.137Z] ---> f82ba6f50965 [2021-03-09T18:39:34.137Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:39:34.137Z] ---> Using cache [2021-03-09T18:39:34.137Z] ---> 14feb8de7b21 [2021-03-09T18:39:34.137Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-09T18:39:35.109Z] ---> Running in 918a261611c7 [2021-03-09T18:39:35.109Z] ---> Running in 21586c3d9bd8 [2021-03-09T18:39:35.814Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T18:39:35.814Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T18:39:36.297Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-09T18:39:36.698Z] (2/33) Installing expat (2.2.9-r1) [2021-03-09T18:39:36.698Z] (3/33) Installing libffi (3.3-r2) [2021-03-09T18:39:36.698Z] (4/33) Installing gdbm (1.13-r1) [2021-03-09T18:39:36.698Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-09T18:39:36.698Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-09T18:39:36.698Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-09T18:39:37.377Z] 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-03-09T18:39:37.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T18:39:38.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T18:39:39.060Z] OK: 233 MiB in 51 packages [2021-03-09T18:39:42.428Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-09T18:39:42.428Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-09T18:39:42.428Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-09T18:39:42.428Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-09T18:39:42.428Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-09T18:39:42.428Z] Removing intermediate container f0c1ccd19893 [2021-03-09T18:39:42.428Z] ---> 8e0a114a856e [2021-03-09T18:39:42.428Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-09T18:39:42.428Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-09T18:39:42.428Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-09T18:39:42.706Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-09T18:39:42.706Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-09T18:39:42.706Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-09T18:39:42.706Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-09T18:39:42.979Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-09T18:39:42.979Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-09T18:39:42.979Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-09T18:39:42.979Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-09T18:39:42.979Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-09T18:39:43.522Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-09T18:39:43.572Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-09T18:39:43.839Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-09T18:39:43.839Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-09T18:39:43.839Z] ---> Running in 089012b13208 [2021-03-09T18:39:44.106Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-09T18:39:44.106Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-09T18:39:44.106Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-09T18:39:44.106Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-09T18:39:44.382Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-09T18:39:44.382Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-09T18:39:44.382Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-09T18:39:44.382Z] Removing intermediate container 21586c3d9bd8 [2021-03-09T18:39:44.382Z] ---> 6d400b24d9c2 [2021-03-09T18:39:44.382Z] Step 6/23 : COPY go.mod . [2021-03-09T18:39:45.355Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T18:39:45.355Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-09T18:39:45.355Z] ---> 04aeb39603d7 [2021-03-09T18:39:45.355Z] Step 3/21 : WORKDIR /edgex-go [2021-03-09T18:39:45.355Z] ---> Using cache [2021-03-09T18:39:45.355Z] ---> f82ba6f50965 [2021-03-09T18:39:45.355Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:39:45.355Z] ---> Using cache [2021-03-09T18:39:45.355Z] ---> 14feb8de7b21 [2021-03-09T18:39:45.355Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-09T18:39:45.355Z] ---> Using cache [2021-03-09T18:39:45.355Z] ---> 67a1eefafba4 [2021-03-09T18:39:45.355Z] Step 6/21 : COPY go.mod . [2021-03-09T18:39:45.355Z] ---> Using cache [2021-03-09T18:39:45.355Z] ---> 136cc2395891 [2021-03-09T18:39:45.355Z] Step 7/21 : RUN go mod download [2021-03-09T18:39:45.355Z] ---> Using cache [2021-03-09T18:39:45.355Z] ---> b187e0d18d30 [2021-03-09T18:39:45.355Z] Step 8/21 : COPY . . [2021-03-09T18:39:45.355Z] ---> Using cache [2021-03-09T18:39:45.355Z] ---> d3eb5758acf6 [2021-03-09T18:39:45.355Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-09T18:39:45.355Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:39:45.933Z] OK: 71 MiB in 55 packages [2021-03-09T18:39:46.209Z] Removing intermediate container 089012b13208 [2021-03-09T18:39:46.209Z] ---> 3e3a2d2e45e4 [2021-03-09T18:39:46.209Z] Step 28/31 : CMD ["gate"] [2021-03-09T18:39:46.488Z] ---> fe43a95d6785 [2021-03-09T18:39:46.488Z] Step 7/23 : RUN go mod download [2021-03-09T18:39:46.488Z] ---> Running in 4811863db1f2 [2021-03-09T18:39:46.776Z] ---> Running in 2f80d152029d [2021-03-09T18:39:46.776Z] ---> Running in 3ad787b8ba3b [2021-03-09T18:39:47.376Z] Removing intermediate container 2f80d152029d [2021-03-09T18:39:47.376Z] ---> 06cfbacaa370 [2021-03-09T18:39:47.376Z] Step 29/31 : LABEL arch=x86_64 [2021-03-09T18:39:47.376Z] ---> Running in 627423101a0b [2021-03-09T18:39:48.811Z] 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-03-09T18:39:49.084Z] Removing intermediate container 627423101a0b [2021-03-09T18:39:49.084Z] ---> 5eba4a9e2749 [2021-03-09T18:39:49.084Z] Step 30/31 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:39:49.667Z] ---> Running in 17da491b2691 [2021-03-09T18:39:50.283Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-09T18:39:50.642Z] Removing intermediate container 17da491b2691 [2021-03-09T18:39:50.642Z] ---> 1227442f153f [2021-03-09T18:39:50.642Z] Step 31/31 : LABEL version=0.0.0 [2021-03-09T18:39:50.906Z] Removing intermediate container 3ad787b8ba3b [2021-03-09T18:39:50.906Z] ---> 9b75753d2a5a [2021-03-09T18:39:50.906Z] Step 8/23 : COPY . . [2021-03-09T18:39:52.872Z] ---> Running in 6ebb7f0c52de [2021-03-09T18:39:54.348Z] Removing intermediate container 6ebb7f0c52de [2021-03-09T18:39:54.348Z] ---> 744a07383663 [2021-03-09T18:39:54.348Z] [2021-03-09T18:39:54.635Z] Successfully built 744a07383663 [2021-03-09T18:39:54.635Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-09T18:39:54.635Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-03-09T18:39:58.674Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-09T18:39:58.675Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-09T18:40:00.754Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-09T18:40:00.754Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-09T18:40:00.754Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-09T18:40:01.029Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-09T18:40:04.451Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-09T18:40:05.056Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-09T18:40:13.351Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-09T18:40:13.351Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-09T18:40:13.351Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-09T18:40:16.858Z] Removing intermediate container 3beffaef613b [2021-03-09T18:40:16.859Z] ---> f69f5e13d05a [2021-03-09T18:40:16.859Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-09T18:40:16.859Z] 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-03-09T18:40:16.859Z] ---> Running in f6d02837ce5d [2021-03-09T18:40:18.790Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.303s coverage: 45.9% of statements [2021-03-09T18:40:18.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-09T18:40:18.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-09T18:40:18.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-09T18:40:18.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-09T18:40:18.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-09T18:40:18.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-09T18:40:18.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-09T18:40:18.790Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.260s coverage: 100.0% of statements [2021-03-09T18:40:22.253Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T18:40:22.253Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T18:40:22.253Z] ---> 04aeb39603d7 [2021-03-09T18:40:22.253Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T18:40:22.253Z] ---> Using cache [2021-03-09T18:40:22.253Z] ---> f82ba6f50965 [2021-03-09T18:40:22.253Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:40:22.253Z] ---> Using cache [2021-03-09T18:40:22.253Z] ---> 14feb8de7b21 [2021-03-09T18:40:22.253Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-09T18:40:22.253Z] ---> Using cache [2021-03-09T18:40:22.253Z] ---> 67a1eefafba4 [2021-03-09T18:40:22.253Z] Step 6/22 : COPY go.mod . [2021-03-09T18:40:22.253Z] ---> Using cache [2021-03-09T18:40:22.253Z] ---> 136cc2395891 [2021-03-09T18:40:22.253Z] Step 7/22 : RUN go mod download [2021-03-09T18:40:22.253Z] ---> Using cache [2021-03-09T18:40:22.253Z] ---> b187e0d18d30 [2021-03-09T18:40:22.253Z] Step 8/22 : COPY . . [2021-03-09T18:40:22.253Z] ---> Using cache [2021-03-09T18:40:22.253Z] ---> d3eb5758acf6 [2021-03-09T18:40:22.253Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-09T18:40:24.189Z] ---> Running in 51cd00cfe602 [2021-03-09T18:40:25.160Z] Removing intermediate container 918a261611c7 [2021-03-09T18:40:25.160Z] ---> 6cdeb064065d [2021-03-09T18:40:25.160Z] [2021-03-09T18:40:25.160Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T18:40:25.160Z] ---> 88dd2752d2ea [2021-03-09T18:40:25.160Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T18:40:25.160Z] ---> Using cache [2021-03-09T18:40:25.160Z] ---> 945ef50f7b20 [2021-03-09T18:40:25.160Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T18:40:25.160Z] ---> Using cache [2021-03-09T18:40:25.160Z] ---> 68c8ac3dbeda [2021-03-09T18:40:25.160Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-09T18:40:25.160Z] Collecting docker-compose==1.23.2 [2021-03-09T18:40:25.160Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-09T18:40:25.160Z] ---> Running in 2d9f3037cb21 [2021-03-09T18:40:25.434Z] ---> 8788ed4235e0 [2021-03-09T18:40:25.434Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-09T18:40:25.434Z] Collecting cached-property<2,>=1.2.0 [2021-03-09T18:40:25.434Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-09T18:40:25.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.650s coverage: 27.1% of statements [2021-03-09T18:40:25.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-09T18:40:25.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-09T18:40:25.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-09T18:40:25.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-09T18:40:25.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-09T18:40:25.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-09T18:40:25.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2021-03-09T18:40:25.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-09T18:40:25.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2021-03-09T18:40:25.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-09T18:40:25.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-09T18:40:25.704Z] ---> Running in fc6fa1528b57 [2021-03-09T18:40:25.705Z] Removing intermediate container 2d9f3037cb21 [2021-03-09T18:40:25.705Z] ---> bb5aa9090b07 [2021-03-09T18:40:25.705Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T18:40:25.705Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-09T18:40:25.705Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-09T18:40:25.705Z] 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-03-09T18:40:25.985Z] ---> Running in 2a77bb27212b [2021-03-09T18:40:26.253Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-09T18:40:26.253Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-09T18:40:26.253Z] Removing intermediate container 2a77bb27212b [2021-03-09T18:40:26.253Z] ---> 17eacf465f6c [2021-03-09T18:40:26.253Z] Step 15/23 : WORKDIR / [2021-03-09T18:40:26.524Z] Collecting docker<4.0,>=3.6.0 [2021-03-09T18:40:26.524Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-09T18:40:26.524Z] ---> Running in 9f6605bcd7e5 [2021-03-09T18:40:26.546Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.304s coverage: 71.3% of statements [2021-03-09T18:40:26.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-09T18:40:26.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-09T18:40:26.796Z] Collecting PyYAML<4,>=3.10 [2021-03-09T18:40:26.797Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-09T18:40:26.797Z] 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-03-09T18:40:26.797Z] Removing intermediate container 9f6605bcd7e5 [2021-03-09T18:40:26.797Z] ---> 292c6eda8903 [2021-03-09T18:40:26.797Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T18:40:27.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.539s coverage: 82.9% of statements [2021-03-09T18:40:27.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-09T18:40:27.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T18:40:27.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.144s coverage: 78.9% of statements [2021-03-09T18:40:27.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-09T18:40:29.400Z] ---> 76636aa94a26 [2021-03-09T18:40:29.400Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-09T18:40:29.400Z] Collecting docopt<0.7,>=0.6.1 [2021-03-09T18:40:29.400Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-09T18:40:30.003Z] Removing intermediate container 4811863db1f2 [2021-03-09T18:40:30.003Z] ---> 4bde106d5f24 [2021-03-09T18:40:30.003Z] [2021-03-09T18:40:30.003Z] Step 10/21 : FROM alpine:3.12 [2021-03-09T18:40:30.003Z] ---> 88dd2752d2ea [2021-03-09T18:40:30.003Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-09T18:40:30.003Z] ---> Running in 25e4622c7fac [2021-03-09T18:40:30.274Z] 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-03-09T18:40:30.549Z] Collecting jsonschema<3,>=2.5.1 [2021-03-09T18:40:30.549Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-09T18:40:30.820Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-09T18:40:30.820Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-09T18:40:30.820Z] ---> dfa07f9d03e1 [2021-03-09T18:40:30.820Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-09T18:40:31.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T18:40:31.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T18:40:31.687Z] Collecting texttable<0.10,>=0.9.0 [2021-03-09T18:40:31.687Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-09T18:40:31.687Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-09T18:40:31.687Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T18:40:31.687Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-09T18:40:31.687Z] (4/4) Installing curl (7.69.1-r3) [2021-03-09T18:40:31.687Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:40:31.687Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T18:40:31.687Z] ---> 42dcb0338b26 [2021-03-09T18:40:31.687Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-09T18:40:32.286Z] OK: 7 MiB in 18 packages [2021-03-09T18:40:32.286Z] ---> Running in f23d244c8d31 [2021-03-09T18:40:32.881Z] 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-03-09T18:40:33.880Z] Collecting idna<2.8,>=2.5 [2021-03-09T18:40:33.880Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-09T18:40:33.880Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-09T18:40:33.880Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-09T18:40:34.466Z] 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-03-09T18:40:34.467Z] Removing intermediate container f23d244c8d31 [2021-03-09T18:40:34.467Z] ---> 69ee900c327c [2021-03-09T18:40:34.467Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T18:40:34.467Z] Collecting docker-pycreds>=0.4.0 [2021-03-09T18:40:34.467Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-09T18:40:34.735Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-09T18:40:34.735Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-09T18:40:34.735Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-09T18:40:34.735Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-09T18:40:34.735Z] ---> Running in 203f8901a91d [2021-03-09T18:40:35.006Z] Installing collected packages: cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, docopt, jsonschema, dockerpty, texttable, docker-compose [2021-03-09T18:40:35.006Z] Removing intermediate container 203f8901a91d [2021-03-09T18:40:35.006Z] ---> 920a2534c58b [2021-03-09T18:40:35.006Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T18:40:35.278Z] Attempting uninstall: idna [2021-03-09T18:40:35.278Z] Found existing installation: idna 2.9 [2021-03-09T18:40:35.278Z] Uninstalling idna-2.9: [2021-03-09T18:40:36.257Z] Successfully uninstalled idna-2.9 [2021-03-09T18:40:36.850Z] ---> Running in 31e797713f9d [2021-03-09T18:40:37.127Z] Attempting uninstall: urllib3 [2021-03-09T18:40:37.127Z] Found existing installation: urllib3 1.25.9 [2021-03-09T18:40:37.127Z] Uninstalling urllib3-1.25.9: [2021-03-09T18:40:37.729Z] Removing intermediate container 25e4622c7fac [2021-03-09T18:40:37.729Z] ---> 194e8bb7043f [2021-03-09T18:40:37.729Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T18:40:37.729Z] Successfully uninstalled urllib3-1.25.9 [2021-03-09T18:40:38.321Z] Removing intermediate container 31e797713f9d [2021-03-09T18:40:38.321Z] ---> 7f40424df8c5 [2021-03-09T18:40:38.321Z] Step 22/23 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:40:39.284Z] Attempting uninstall: requests [2021-03-09T18:40:39.284Z] Found existing installation: requests 2.23.0 [2021-03-09T18:40:39.284Z] ---> Running in 51acbf59f706 [2021-03-09T18:40:39.284Z] Uninstalling requests-2.23.0: [2021-03-09T18:40:39.284Z] Successfully uninstalled requests-2.23.0 [2021-03-09T18:40:39.284Z] ---> Running in 7b536e6ef26a [2021-03-09T18:40:39.558Z] Removing intermediate container 51acbf59f706 [2021-03-09T18:40:39.558Z] ---> 385c4362cbe0 [2021-03-09T18:40:39.558Z] Step 13/21 : WORKDIR /edgex [2021-03-09T18:40:39.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.095s coverage: 28.6% of statements [2021-03-09T18:40:39.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-09T18:40:39.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-09T18:40:39.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-09T18:40:39.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-09T18:40:39.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-09T18:40:39.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.152s coverage: 100.0% of statements [2021-03-09T18:40:39.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-09T18:40:39.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements [2021-03-09T18:40:39.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-09T18:40:39.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements [2021-03-09T18:40:39.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-09T18:40:39.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.366s coverage: 97.5% of statements [2021-03-09T18:40:39.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-09T18:40:39.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.121s coverage: 78.3% of statements [2021-03-09T18:40:39.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-09T18:40:39.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-09T18:40:39.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-09T18:40:39.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-09T18:40:40.146Z] Removing intermediate container 7b536e6ef26a [2021-03-09T18:40:40.146Z] ---> 85ab70240611 [2021-03-09T18:40:40.146Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T18:40:40.146Z] ---> Running in 5a5a74839bcf [2021-03-09T18:40:40.736Z] Running setup.py install for PyYAML: started [2021-03-09T18:40:40.736Z] ---> Running in 6f49639dbb48 [2021-03-09T18:40:41.342Z] Removing intermediate container 5a5a74839bcf [2021-03-09T18:40:41.342Z] ---> e9ad536f4b4b [2021-03-09T18:40:41.342Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-09T18:40:41.342Z] Removing intermediate container 6f49639dbb48 [2021-03-09T18:40:41.342Z] ---> ed4c8a558575 [2021-03-09T18:40:41.342Z] [2021-03-09T18:40:41.942Z] Successfully built ed4c8a558575 [2021-03-09T18:40:41.942Z] Successfully tagged docker-core-command-go:latest [2021-03-09T18:40:41.942Z]  Building docker-core-command-go ... done  ---> 7250451f6bc0 [2021-03-09T18:40:41.942Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-09T18:40:41.942Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-09T18:40:41.942Z] Running setup.py install for docopt: started [2021-03-09T18:40:42.558Z] Running setup.py install for docopt: finished with status 'done' [2021-03-09T18:40:42.836Z] ---> 15b05282d6e6 [2021-03-09T18:40:42.836Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-09T18:40:42.836Z] Running setup.py install for dockerpty: started [2021-03-09T18:40:43.815Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-09T18:40:43.815Z] Running setup.py install for texttable: started [2021-03-09T18:40:44.088Z] ---> 6dbb82d18bde [2021-03-09T18:40:44.088Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-09T18:40:44.088Z] ---> Running in 5200f6a9351f [2021-03-09T18:40:44.361Z] Running setup.py install for texttable: finished with status 'done' [2021-03-09T18:40:44.633Z] Removing intermediate container 5200f6a9351f [2021-03-09T18:40:44.633Z] ---> c806b75ec8a7 [2021-03-09T18:40:44.633Z] Step 18/21 : CMD ["--init=true"] [2021-03-09T18:40:44.903Z] ---> Running in a54201525af8 [2021-03-09T18:40:44.903Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-09T18:40:45.175Z] Removing intermediate container a54201525af8 [2021-03-09T18:40:45.175Z] ---> d381710914e9 [2021-03-09T18:40:45.175Z] Step 19/21 : LABEL arch=x86_64 [2021-03-09T18:40:45.421Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.250s coverage: 92.8% of statements [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-09T18:40:45.421Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-09T18:40:45.421Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.202s coverage: 0.1% of statements [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-09T18:40:45.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-09T18:40:45.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 47.1% of statements [2021-03-09T18:40:45.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.075s coverage: 79.5% of statements [2021-03-09T18:40:45.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements [2021-03-09T18:40:45.447Z] ---> Running in f5ea16e65d12 [2021-03-09T18:40:45.747Z] Removing intermediate container f5ea16e65d12 [2021-03-09T18:40:45.747Z] ---> 1aa9bb56613a [2021-03-09T18:40:45.747Z] Step 20/21 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:40:46.017Z] ---> Running in ae746e239f72 [2021-03-09T18:40:46.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.131s coverage: 96.3% of statements [2021-03-09T18:40:46.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-03-09T18:40:46.977Z] Removing intermediate container ae746e239f72 [2021-03-09T18:40:46.977Z] ---> c5cb5dc3e9cf [2021-03-09T18:40:46.977Z] Step 21/21 : LABEL version=0.0.0 [2021-03-09T18:40:50.319Z] ---> Running in cee6fd3cf4c7 [2021-03-09T18:40:50.591Z] Removing intermediate container f6d02837ce5d [2021-03-09T18:40:50.592Z] ---> d250c14068c3 [2021-03-09T18:40:50.592Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-09T18:40:50.592Z] Removing intermediate container cee6fd3cf4c7 [2021-03-09T18:40:50.592Z] ---> d26452114cd7 [2021-03-09T18:40:50.592Z] [2021-03-09T18:40:50.592Z] ---> Running in 15d0ec974699 [2021-03-09T18:40:50.858Z] Successfully built d26452114cd7 [2021-03-09T18:40:50.858Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-09T18:40:51.456Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T18:40:51.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T18:40:51.730Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T18:40:51.730Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-09T18:40:51.730Z] (3/3) Installing curl (7.69.1-r3) [2021-03-09T18:40:51.730Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:40:52.001Z] OK: 72 MiB in 58 packages [2021-03-09T18:40:53.947Z] Removing intermediate container 51cd00cfe602 [2021-03-09T18:40:53.947Z] ---> 6bf06f3c0517 [2021-03-09T18:40:53.947Z] [2021-03-09T18:40:53.947Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T18:40:53.947Z] ---> 88dd2752d2ea [2021-03-09T18:40:53.947Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-09T18:40:53.947Z] ---> Using cache [2021-03-09T18:40:53.947Z] ---> 945ef50f7b20 [2021-03-09T18:40:53.947Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T18:40:53.947Z] ---> Using cache [2021-03-09T18:40:53.947Z] ---> 68c8ac3dbeda [2021-03-09T18:40:53.947Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-09T18:40:53.947Z] Removing intermediate container 15d0ec974699 [2021-03-09T18:40:53.947Z] ---> 672d2f2ca370 [2021-03-09T18:40:53.947Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-09T18:40:53.947Z] ---> Running in a96e1b882f27 [2021-03-09T18:40:53.947Z] ---> Running in dc06636ddd2a [2021-03-09T18:40:55.872Z] Removing intermediate container dc06636ddd2a [2021-03-09T18:40:55.872Z] ---> 70fda0d75570 [2021-03-09T18:40:55.872Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T18:40:55.872Z] Removing intermediate container a96e1b882f27 [2021-03-09T18:40:55.872Z] ---> 5669a0e9503e [2021-03-09T18:40:55.872Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T18:40:55.872Z] ---> Running in 51f3e83102b7 [2021-03-09T18:40:55.872Z] ---> Running in 75cfde4399dc [2021-03-09T18:40:55.872Z] Removing intermediate container 75cfde4399dc [2021-03-09T18:40:55.872Z] ---> 29694b852743 [2021-03-09T18:40:55.872Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T18:40:56.195Z] Removing intermediate container 51f3e83102b7 [2021-03-09T18:40:56.195Z] ---> fc15b1b2ef61 [2021-03-09T18:40:56.195Z] Step 24/26 : LABEL arch=x86_64 [2021-03-09T18:40:56.195Z] ---> Running in b4f652b963f4 [2021-03-09T18:40:56.510Z] ---> 343b44bd3759 [2021-03-09T18:40:56.510Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-09T18:40:56.510Z] Removing intermediate container b4f652b963f4 [2021-03-09T18:40:56.510Z] ---> f675bf7f02ca [2021-03-09T18:40:56.510Z] Step 25/26 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:40:57.618Z] ---> Running in 3fe4ebe762a1 [2021-03-09T18:40:58.209Z] ---> 9088b1ba5929 [2021-03-09T18:40:58.209Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-09T18:40:58.478Z] Removing intermediate container 3fe4ebe762a1 [2021-03-09T18:40:58.478Z] ---> dedc6414f7f0 [2021-03-09T18:40:58.478Z] Step 26/26 : LABEL version=0.0.0 [2021-03-09T18:40:58.478Z] Removing intermediate container fc6fa1528b57 [2021-03-09T18:40:58.478Z] ---> 5c29d444e776 [2021-03-09T18:40:58.478Z] [2021-03-09T18:40:58.478Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T18:40:58.478Z] ---> 88dd2752d2ea [2021-03-09T18:40:58.478Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-09T18:40:58.478Z] ---> Running in 22c2a09b2566 [2021-03-09T18:40:58.478Z] ---> Running in d64e8949acdc [2021-03-09T18:40:58.743Z] ---> c5afb38896f4 [2021-03-09T18:40:58.743Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-09T18:40:58.743Z] ---> Running in bc23970f9193 [2021-03-09T18:40:58.743Z] Removing intermediate container 22c2a09b2566 [2021-03-09T18:40:58.743Z] ---> 38c032fb7baa [2021-03-09T18:40:58.743Z] [2021-03-09T18:40:59.005Z] Removing intermediate container d64e8949acdc [2021-03-09T18:40:59.005Z] ---> 74eed5a5a17f [2021-03-09T18:40:59.005Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-09T18:40:59.005Z] Successfully built 38c032fb7baa [2021-03-09T18:40:59.005Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-09T18:40:59.005Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in f7d567ecb545 [2021-03-09T18:40:59.005Z] Removing intermediate container bc23970f9193 [2021-03-09T18:40:59.005Z] ---> 55836bc44e6e [2021-03-09T18:40:59.005Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T18:40:59.272Z] ---> Running in 1684110ae20c [2021-03-09T18:40:59.272Z] Removing intermediate container f7d567ecb545 [2021-03-09T18:40:59.272Z] ---> 9d14935a92e4 [2021-03-09T18:40:59.272Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-09T18:40:59.272Z] ---> Running in 4324089a5e4b [2021-03-09T18:40:59.535Z] Removing intermediate container 1684110ae20c [2021-03-09T18:40:59.535Z] ---> 7f6b347eb820 [2021-03-09T18:40:59.535Z] Step 20/22 : LABEL arch=x86_64 [2021-03-09T18:40:59.535Z] ---> Running in 2855dca9a576 [2021-03-09T18:40:59.535Z] Removing intermediate container 4324089a5e4b [2021-03-09T18:40:59.535Z] ---> 17242ad5adaa [2021-03-09T18:40:59.535Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:40:59.816Z] Removing intermediate container 2855dca9a576 [2021-03-09T18:40:59.816Z] ---> 0270d7aaca92 [2021-03-09T18:40:59.816Z] Step 21/22 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:40:59.816Z] ---> Running in 9cbc0eaffc3d [2021-03-09T18:40:59.816Z] ---> Running in a3e9ed333e48 [2021-03-09T18:41:00.085Z] Removing intermediate container a3e9ed333e48 [2021-03-09T18:41:00.085Z] ---> 6668ab296adf [2021-03-09T18:41:00.085Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T18:41:00.085Z] ---> Running in 2b148e7fbb18 [2021-03-09T18:41:00.358Z] Removing intermediate container 2b148e7fbb18 [2021-03-09T18:41:00.358Z] ---> 995ebc854a63 [2021-03-09T18:41:00.358Z] [2021-03-09T18:41:00.625Z] Successfully built 995ebc854a63 [2021-03-09T18:41:00.625Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-09T18:41:01.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements [2021-03-09T18:41:01.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-03-09T18:41:01.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.123s coverage: 81.4% of statements [2021-03-09T18:41:01.204Z]  Building docker-support-scheduler-go ... done Removing intermediate container 9cbc0eaffc3d [2021-03-09T18:41:01.204Z] ---> a17df7d6f6af [2021-03-09T18:41:01.204Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-09T18:41:01.204Z] ---> Running in bdd17a53cafa [2021-03-09T18:41:02.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T18:41:03.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T18:41:03.748Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-09T18:41:03.749Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-09T18:41:03.749Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-09T18:41:04.010Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-09T18:41:04.010Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-09T18:41:04.274Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-09T18:41:04.274Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:41:04.274Z] OK: 8 MiB in 20 packages [2021-03-09T18:41:04.850Z] Removing intermediate container bdd17a53cafa [2021-03-09T18:41:04.850Z] ---> 2c823eb4343f [2021-03-09T18:41:04.850Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T18:41:05.112Z] ---> b651c8f822c3 [2021-03-09T18:41:05.112Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-09T18:41:05.686Z] ---> b626a16e162e [2021-03-09T18:41:05.686Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-09T18:41:05.950Z] ---> 86ef497b6ce4 [2021-03-09T18:41:05.950Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-09T18:41:06.212Z] ---> Running in 8460f48812b9 [2021-03-09T18:41:06.212Z] Removing intermediate container 8460f48812b9 [2021-03-09T18:41:06.212Z] ---> 9d0f3dacfced [2021-03-09T18:41:06.212Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T18:41:06.477Z] ---> Running in f51f9678a68b [2021-03-09T18:41:06.477Z] Removing intermediate container f51f9678a68b [2021-03-09T18:41:06.477Z] ---> 8ecd9055369c [2021-03-09T18:41:06.477Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T18:41:06.477Z] ---> Running in f56cac2ed10e [2021-03-09T18:41:06.747Z] Removing intermediate container f56cac2ed10e [2021-03-09T18:41:06.747Z] ---> 9ecf1a42a21b [2021-03-09T18:41:06.747Z] Step 22/23 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:41:06.747Z] ---> Running in bb37264ee689 [2021-03-09T18:41:07.009Z] Removing intermediate container bb37264ee689 [2021-03-09T18:41:07.009Z] ---> 74b15e78540b [2021-03-09T18:41:07.009Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T18:41:07.009Z] ---> Running in 7fbc61a1db75 [2021-03-09T18:41:07.273Z] Removing intermediate container 7fbc61a1db75 [2021-03-09T18:41:07.273Z] ---> a45b75bde8d4 [2021-03-09T18:41:07.273Z] [2021-03-09T18:41:07.537Z] Successfully built a45b75bde8d4 [2021-03-09T18:41:07.537Z] Successfully tagged docker-core-data-go:latest [2021-03-09T18:41:07.811Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-09T18:41:07.824Z] $ docker stop --time=1 3ef39381430c84b6394f3c35debe50a26e824e8561e262e9769418096f3b561d [2021-03-09T18:41:09.504Z] $ docker rm -f 3ef39381430c84b6394f3c35debe50a26e824e8561e262e9769418096f3b561d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T18:41:10.088Z] + docker images [2021-03-09T18:41:10.088Z] + grep docker [2021-03-09T18:41:10.350Z] docker-core-data-go latest a45b75bde8d4 3 seconds ago 22.6MB [2021-03-09T18:41:10.350Z] docker-support-scheduler-go latest 995ebc854a63 10 seconds ago 17.2MB [2021-03-09T18:41:10.350Z] docker-sys-mgmt-agent-go latest 38c032fb7baa 12 seconds ago 313MB [2021-03-09T18:41:10.350Z] docker-security-proxy-setup-go latest d26452114cd7 20 seconds ago 24.7MB [2021-03-09T18:41:10.350Z] docker-core-command-go latest ed4c8a558575 29 seconds ago 17.2MB [2021-03-09T18:41:10.350Z] docker-security-bootstrapper-go latest 744a07383663 About a minute ago 18.7MB [2021-03-09T18:41:10.350Z] docker-security-secretstore-setup-go latest 9f5e417ab47b About a minute ago 24.9MB [2021-03-09T18:41:10.350Z] docker-core-metadata-go latest 54c8fa78f982 About a minute ago 19MB [2021-03-09T18:41:10.350Z] docker-support-notifications-go latest ce88d05986ed About a minute ago 17.8MB [2021-03-09T18:41:10.350Z] docker 20.10.0 aefe523efa57 2 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-03-09T18:41:13.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.134s coverage: 92.9% of statements [2021-03-09T18:41:13.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-09T18:41:13.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-09T18:41:13.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-09T18:41:13.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-09T18:41:13.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-09T18:41:13.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-09T18:41:13.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-09T18:41:13.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-09T18:41:13.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-09T18:41:13.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-03-09T18:41:13.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-09T18:41:13.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-09T18:41:13.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-03-09T18:41:13.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-09T18:41:13.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-03-09T18:41:13.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-09T18:41:13.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-03-09T18:41:13.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.135s coverage: 87.2% of statements [2021-03-09T18:41:13.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.119s coverage: 84.6% of statements [2021-03-09T18:41:13.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.186s coverage: 91.6% of statements [2021-03-09T18:41:13.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-09T18:41:13.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.552s coverage: 62.4% of statements [2021-03-09T18:41:13.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-09T18:41:13.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-09T18:41:13.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2021-03-09T18:41:13.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements [2021-03-09T18:41:13.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-03-09T18:41:13.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-03-09T18:41:13.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-03-09T18:41:16.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.813s coverage: 69.0% of statements [2021-03-09T18:41:16.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-09T18:41:16.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-09T18:41:16.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-09T18:41:17.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.393s coverage: 38.4% of statements [2021-03-09T18:41:17.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-09T18:41:17.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-09T18:41:17.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.096s coverage: 89.5% of statements [2021-03-09T18:41:17.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-09T18:41:17.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.090s coverage: 84.8% of statements [2021-03-09T18:41:24.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.467s coverage: 47.0% of statements [2021-03-09T18:41:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-09T18:41:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-09T18:41:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-09T18:41:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-09T18:41:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-09T18:41:24.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements [2021-03-09T18:41:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-09T18:41:24.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.112s coverage: 100.0% of statements [2021-03-09T18:41:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-09T18:41:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-09T18:41:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-09T18:41:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-09T18:41:24.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.387s coverage: 87.8% of statements [2021-03-09T18:41:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-09T18:41:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T18:41:24.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-09T18:41:26.194Z] Still waiting to schedule task [2021-03-09T18:41:26.194Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-09T18:41:33.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.092s coverage: 29.1% of statements [2021-03-09T18:41:33.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-09T18:41:33.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-09T18:41:33.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-09T18:41:33.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-09T18:41:33.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-09T18:41:33.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.238s coverage: 99.0% of statements [2021-03-09T18:41:33.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-09T18:41:33.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements [2021-03-09T18:41:33.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-09T18:41:33.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-09T18:41:33.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-09T18:41:33.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-09T18:41:33.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.206s coverage: 95.6% of statements [2021-03-09T18:41:33.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-09T18:41:33.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T18:41:33.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-09T18:41:33.017Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-03-09T18:41:33.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-09T18:41:33.017Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-03-09T18:41:33.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-09T18:41:33.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-09T18:41:33.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-09T18:41:33.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-09T18:41:33.017Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2021-03-09T18:41:33.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-09T18:41:33.018Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-09T18:41:33.018Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-03-09T18:41:33.018Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-09T18:41:33.992Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-03-09T18:41:34.585Z] GO111MODULE=on go vet ./... [2021-03-09T18:42:30.576Z] Running on prd-ubuntu18.04-docker-8c-8g-29198 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws [2021-03-09T18:42:30.657Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-09T18:42:32.955Z] using credential edgex-jenkins-ssh [2021-03-09T18:42:33.014Z] Cloning the remote Git repository [2021-03-09T18:42:33.025Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-09T18:42:33.106Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-09T18:42:33.141Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T18:42:33.141Z] > git --version # timeout=10 [2021-03-09T18:42:33.150Z] > git --version # 'git version 2.17.1' [2021-03-09T18:42:33.151Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T18:42:33.179Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T18:42:56.397Z] gofmt -l . [2021-03-09T18:42:56.398Z] [ "`gofmt -l .`" = "" ] [2021-03-09T18:42:56.398Z] ./bin/test-go-mod-tidy.sh [2021-03-09T18:42:56.398Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-09T18:42:56.655Z] Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:42:56.875Z] Merge succeeded, producing 29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:42:56.875Z] Checking out Revision 29b7741412918b380152c0207621d70cd23b397e (PR-3241) [2021-03-09T18:42:55.949Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T18:42:55.962Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T18:42:55.983Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T18:42:56.002Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T18:42:56.003Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T18:42:56.010Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T18:42:56.651Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T18:42:56.659Z] > git checkout -f 29b7741412918b380152c0207621d70cd23b397e # timeout=10 [2021-03-09T18:42:56.824Z] > git remote # timeout=10 [2021-03-09T18:42:56.832Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T18:42:56.838Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T18:42:56.842Z] > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 [2021-03-09T18:42:56.852Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T18:42:56.863Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T18:42:56.868Z] > git checkout -f 29b7741412918b380152c0207621d70cd23b397e # timeout=10 [2021-03-09T18:42:57.066Z] + ls -al . [2021-03-09T18:42:57.066Z] total 764 [2021-03-09T18:42:57.066Z] drwxrwxr-x 9 1001 1001 4096 Mar 9 18:42 . [2021-03-09T18:42:57.066Z] drwxr-xr-x 4 root root 4096 Mar 9 18:38 .. [2021-03-09T18:42:57.066Z] -rw-rw-r-- 1 1001 1001 11 Mar 9 18:37 .dockerignore [2021-03-09T18:42:57.066Z] drwxrwxr-x 8 1001 1001 4096 Mar 9 18:37 .git [2021-03-09T18:42:57.066Z] drwxrwxr-x 3 1001 1001 4096 Mar 9 18:37 .github [2021-03-09T18:42:57.066Z] -rw-rw-r-- 1 1001 1001 818 Mar 9 18:37 .gitignore [2021-03-09T18:42:57.066Z] -rw-rw-r-- 1 1001 1001 166 Mar 9 18:37 .sonarcloud.properties [2021-03-09T18:42:57.066Z] -rw-rw-r-- 1 1001 1001 8607 Mar 9 18:37 Attribution.txt [2021-03-09T18:42:57.066Z] -rw-rw-r-- 1 1001 1001 3804 Mar 9 18:37 CONTRIBUTING.md [2021-03-09T18:42:57.066Z] -rw-rw-r-- 1 1001 1001 931 Mar 9 18:37 Dockerfile.build [2021-03-09T18:42:57.066Z] -rw-rw-r-- 1 1001 1001 863 Mar 9 18:37 Jenkinsfile [2021-03-09T18:42:57.066Z] -rw-rw-r-- 1 1001 1001 10775 Mar 9 18:37 LICENSE [2021-03-09T18:42:57.066Z] -rw-rw-r-- 1 1001 1001 5774 Mar 9 18:37 Makefile [2021-03-09T18:42:57.066Z] -rw-rw-r-- 1 1001 1001 6548 Mar 9 18:37 README.md [2021-03-09T18:42:57.067Z] -rw-rw-r-- 1 1001 1001 6755 Mar 9 18:37 SECURITY.md [2021-03-09T18:42:57.067Z] -rw-rw-r-- 1 1001 1001 5 Mar 9 18:33 VERSION [2021-03-09T18:42:57.067Z] -rw-rw-r-- 1 1001 1001 4131 Mar 9 18:37 ZMQWindows.md [2021-03-09T18:42:57.067Z] drwxrwxr-x 2 1001 1001 4096 Mar 9 18:37 bin [2021-03-09T18:42:57.067Z] drwxrwxr-x 14 1001 1001 4096 Mar 9 18:37 cmd [2021-03-09T18:42:57.067Z] -rw-r--r-- 1 root root 624012 Mar 9 18:41 coverage.out [2021-03-09T18:42:57.067Z] -rw-r--r-- 1 root root 1055 Mar 9 18:42 go.mod [2021-03-09T18:42:57.067Z] -rw-r--r-- 1 root root 21981 Mar 9 18:42 go.sum [2021-03-09T18:42:57.067Z] drwxrwxr-x 8 1001 1001 4096 Mar 9 18:37 internal [2021-03-09T18:42:57.067Z] drwxrwxr-x 4 1001 1001 4096 Mar 9 18:37 openapi [2021-03-09T18:42:57.067Z] drwxrwxr-x 4 1001 1001 4096 Mar 9 18:37 snap [2021-03-09T18:42:57.067Z] -rw-rw-r-- 1 1001 1001 168 Mar 9 18:37 version.go [Pipeline] sh [2021-03-09T18:42:57.720Z] + '[' -e coverage.out ] [2021-03-09T18:42:57.720Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-09T18:42:57.792Z] Warning: overwriting stash ‘coverage-report’ [2021-03-09T18:42:59.085Z] Stashed 1 file(s) [Pipeline] sh [2021-03-09T18:42:59.840Z] + make build [2021-03-09T18:42:59.840Z] 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-03-09T18:43:00.748Z] Commit message: "fix(snap): secure kong admin ports" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:43:02.021Z] + echo snap-build.sh [2021-03-09T18:43:02.021Z] snap-build.sh [2021-03-09T18:43:02.021Z] + SNAP_BASE_DIR=. [2021-03-09T18:43:02.021Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-03-09T18:43:02.021Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-03-09T18:43:02.021Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-03-09T18:43:02.021Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-03-09T18:43:02.021Z] + cd /w/workspace/edgex-go/2 [2021-03-09T18:43:02.021Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-09T18:43:02.021Z] Reading package lists... [2021-03-09T18:43:02.285Z] Building dependency tree... [2021-03-09T18:43:02.285Z] Reading state information... [2021-03-09T18:43:02.547Z] The following packages were automatically installed and are no longer required: [2021-03-09T18:43:02.547Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-09T18:43:02.547Z] uidmap xdelta3 [2021-03-09T18:43:02.547Z] Use 'sudo apt autoremove' to remove them. [2021-03-09T18:43:02.547Z] The following packages will be REMOVED: [2021-03-09T18:43:02.547Z] lxd* lxd-client* [2021-03-09T18:43:03.122Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-09T18:43:03.122Z] After this operation, 31.7 MB disk space will be freed. [2021-03-09T18:43:04.443Z] (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-03-09T18:43:04.707Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T18:43:05.661Z] Removing lxd dnsmasq configuration [2021-03-09T18:43:05.661Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T18:43:05.925Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-09T18:43:06.872Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-09T18:43:07.135Z] (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-03-09T18:43:07.135Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T18:43:08.527Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-09T18:43:08.795Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-09T18:43:10.727Z] + sudo snap remove --purge lxd [2021-03-09T18:43:10.991Z] snap "lxd" is not installed [2021-03-09T18:43:10.991Z] + sudo groupadd --force --system lxd [2021-03-09T18:43:10.991Z] ++ whoami [2021-03-09T18:43:10.991Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-09T18:43:11.255Z] + newgrp - lxd [2021-03-09T18:43:11.255Z] + sudo snap install lxd [2021-03-09T18:43:12.277Z] 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-03-09T18:43:23.563Z] 2021-03-09T18:43:20Z INFO Waiting for automatic snapd restart... [2021-03-09T18:43:34.474Z] 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-03-09T18:43:39.906Z] 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-03-09T18:43:41.739Z] lxd 4.11 from Canonical* installed [2021-03-09T18:43:41.739Z] + sudo lxd init --auto [2021-03-09T18:43:45.308Z] 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-03-09T18:43:46.288Z] 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-03-09T18:43:51.693Z] 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-03-09T18:43:51.789Z] + sudo snap install --classic snapcraft [2021-03-09T18:43:57.091Z] 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-03-09T18:44:01.395Z] 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-03-09T18:44:04.795Z] 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-03-09T18:44:09.106Z] 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-03-09T18:44:09.956Z] snapcraft 4.5.4 from Canonical* installed [2021-03-09T18:44:09.957Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-09T18:44:09.957Z] + patch --verbose -p1 [2021-03-09T18:44:09.957Z] Hmm... Looks like a unified diff to me... [2021-03-09T18:44:09.957Z] The text leading up to this was: [2021-03-09T18:44:09.957Z] -------------------------- [2021-03-09T18:44:09.957Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-09T18:44:09.957Z] |From: Tony Espy [2021-03-09T18:44:09.957Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-09T18:44:09.957Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-09T18:44:09.957Z] | [2021-03-09T18:44:09.957Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-09T18:44:09.957Z] |optimize the snap CI check run for pull requests. When [2021-03-09T18:44:09.957Z] |applied, it essentially strips out everything (apps and [2021-03-09T18:44:09.957Z] |parts) from the snapcraft.yaml file except those required [2021-03-09T18:44:09.957Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-09T18:44:09.957Z] |catch changes to edgex-go that break the snap build. [2021-03-09T18:44:09.957Z] | [2021-03-09T18:44:09.957Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-09T18:44:09.957Z] |to update this patch file, otherwise it may fail to apply, [2021-03-09T18:44:09.957Z] |resulting in a failed snap build CI check in the associated [2021-03-09T18:44:09.957Z] |pull request. [2021-03-09T18:44:09.957Z] | [2021-03-09T18:44:09.957Z] |Note - in addition to applying this patch, the pipeline also [2021-03-09T18:44:09.957Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-09T18:44:09.957Z] |need to build the finally binary .snap file (and it won't [2021-03-09T18:44:09.957Z] |work with the patch applied). This further reduces the build [2021-03-09T18:44:09.957Z] |time. [2021-03-09T18:44:09.957Z] |--- [2021-03-09T18:44:09.957Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-09T18:44:09.957Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-09T18:44:09.957Z] | [2021-03-09T18:44:09.957Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-09T18:44:09.957Z] |index 1e537489..faf42425 100644 [2021-03-09T18:44:09.957Z] |--- a/snap/snapcraft.yaml [2021-03-09T18:44:09.957Z] |+++ b/snap/snapcraft.yaml [2021-03-09T18:44:09.957Z] -------------------------- [2021-03-09T18:44:09.957Z] patching file snap/snapcraft.yaml [2021-03-09T18:44:09.957Z] Using Plan A... [2021-03-09T18:44:09.957Z] Hunk #1 succeeded at 73. [2021-03-09T18:44:09.957Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-09T18:44:09.957Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-09T18:44:09.957Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-09T18:44:09.957Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-09T18:44:09.957Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-09T18:44:09.957Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-09T18:44:09.957Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-09T18:44:09.957Z] Hmm... Ignoring the trailing garbage. [2021-03-09T18:44:09.957Z] done [2021-03-09T18:44:09.957Z] + sudo snapcraft prime --use-lxd [2021-03-09T18:44:10.906Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-09T18:44:10.906Z] 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-03-09T18:44:10.906Z] - README.md [2021-03-09T18:44:10.906Z] - snapcraft.yaml.orig [2021-03-09T18:44:10.906Z] [2021-03-09T18:44:10.906Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-09T18:44:12.301Z] Launching a container. [2021-03-09T18:44:12.503Z] 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-03-09T18:44:19.234Z] $ docker stop --time=1 348278599d7630aa8dc24b90d3f0c3f88b2580062d370ed7c6eb619a0677f1c0 [2021-03-09T18:44:21.810Z] $ docker rm -f 348278599d7630aa8dc24b90d3f0c3f88b2580062d370ed7c6eb619a0677f1c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T18:44:23.912Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T18:44:23.912Z] [2021-03-09T18:44:23.912Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T18:44:24.298Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T18:44:24.298Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-09T18:44:24.298Z] 29e5d40040c1: Pulling fs layer [2021-03-09T18:44:24.298Z] 1ce36da41761: Pulling fs layer [2021-03-09T18:44:24.298Z] 25b303627fd3: Pulling fs layer [2021-03-09T18:44:24.573Z] 29e5d40040c1: Verifying Checksum [2021-03-09T18:44:24.573Z] 29e5d40040c1: Download complete [2021-03-09T18:44:25.170Z] 1ce36da41761: Verifying Checksum [2021-03-09T18:44:25.170Z] 1ce36da41761: Download complete [2021-03-09T18:44:25.443Z] 29e5d40040c1: Pull complete [2021-03-09T18:44:26.875Z] 1ce36da41761: Pull complete [2021-03-09T18:44:27.147Z] 25b303627fd3: Verifying Checksum [2021-03-09T18:44:27.147Z] 25b303627fd3: Download complete [2021-03-09T18:44:27.265Z] Waiting for container to be ready [2021-03-09T18:44:27.265Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-09T18:44:27.265Z] [2021-03-09T18:44:31.497Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-09T18:44:31.497Z] Waiting for network to be ready... [2021-03-09T18:44:32.074Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-09T18:44:32.074Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-09T18:44:32.657Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-09T18:44:32.658Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-09T18:44:32.658Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-09T18:44:33.235Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-09T18:44:33.235Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-09T18:44:33.235Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-09T18:44:33.235Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-09T18:44:33.235Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-09T18:44:33.235Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-09T18:44:33.235Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-09T18:44:33.235Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-09T18:44:33.235Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-09T18:44:33.235Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-09T18:44:33.235Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-09T18:44:33.235Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-09T18:44:33.235Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-09T18:44:33.517Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-09T18:44:33.517Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-09T18:44:33.517Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-09T18:44:33.517Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-09T18:44:33.517Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-09T18:44:33.517Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-09T18:44:33.782Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-09T18:44:33.782Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-09T18:44:33.782Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-09T18:44:37.291Z] 25b303627fd3: Pull complete [2021-03-09T18:44:37.291Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-09T18:44:37.291Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T18:44:37.291Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-09T18:44:37.550Z] prd-ubuntu18.04-docker-arm64-4c-16g-29195 does not seem to be running inside a container [2021-03-09T18:44:37.626Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-09T18:44:39.112Z] Fetched 24.0 MB in 6s (3756 kB/s) [2021-03-09T18:44:40.063Z] Reading package lists... [2021-03-09T18:44:40.648Z] Reading package lists... [2021-03-09T18:44:40.726Z] $ docker top 24da8b89f10a79d2c9a1e94b917416dc1626949dcb5ab35720a842a554fbfb34 -eo pid,comm [2021-03-09T18:44:40.913Z] Building dependency tree... [2021-03-09T18:44:40.913Z] Reading state information... [Pipeline] { [2021-03-09T18:44:41.178Z] The following additional packages will be installed: [2021-03-09T18:44:41.178Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-09T18:44:41.178Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-09T18:44:41.178Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-09T18:44:41.178Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-09T18:44:41.178Z] Suggested packages: [2021-03-09T18:44:41.178Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-09T18:44:41.178Z] Recommended packages: [2021-03-09T18:44:41.178Z] gnupg libsasl2-modules [2021-03-09T18:44:41.178Z] The following NEW packages will be installed: [2021-03-09T18:44:41.178Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-09T18:44:41.178Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-09T18:44:41.178Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-09T18:44:41.178Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-09T18:44:41.178Z] The following packages will be upgraded: [2021-03-09T18:44:41.178Z] gpg gpg-agent gpgconf libudev1 [2021-03-09T18:44:41.178Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-09T18:44:41.178Z] Need to get 3530 kB of archives. [2021-03-09T18:44:41.178Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-09T18:44:41.178Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-09T18:44:41.178Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [Pipeline] sh [2021-03-09T18:44:41.441Z] 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-03-09T18:44:41.441Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-09T18:44:41.705Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-09T18:44:41.705Z] 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-03-09T18:44:41.945Z] + docker-compose build --help [2021-03-09T18:44:41.945Z] + grep parallel [2021-03-09T18:44:41.973Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-09T18:44:41.973Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-09T18:44:41.973Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-09T18:44:41.973Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-09T18:44:41.973Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-09T18:44:41.973Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-09T18:44:41.973Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-09T18:44:41.973Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-09T18:44:41.973Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-09T18:44:41.973Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-09T18:44:42.243Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-09T18:44:42.243Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-09T18:44:42.243Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-09T18:44:42.243Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-09T18:44:42.243Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-09T18:44:42.243Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-09T18:44:42.243Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T18:44:42.243Z] Fetched 3530 kB in 1s (3473 kB/s) [2021-03-09T18:44:42.506Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-09T18:44:42.506Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-09T18:44:42.506Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T18:44:42.506Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-09T18:44:42.768Z] Selecting previously unselected package udev. [2021-03-09T18:44:42.768Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-09T18:44:42.768Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-09T18:44:42.768Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-09T18:44:43.349Z] Selecting previously unselected package libfuse2:amd64. [2021-03-09T18:44:43.349Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-09T18:44:43.349Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-09T18:44:43.349Z] Selecting previously unselected package fuse. [2021-03-09T18:44:43.349Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-09T18:44:43.349Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-09T18:44:43.349Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T18:44:43.349Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T18:44:43.613Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T18:44:43.613Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T18:44:43.613Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T18:44:43.613Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T18:44:43.877Z] Selecting previously unselected package libksba8:amd64. [2021-03-09T18:44:43.877Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-09T18:44:43.877Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-09T18:44:43.877Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-09T18:44:43.877Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T18:44:43.877Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T18:44:44.141Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-09T18:44:44.141Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T18:44:44.141Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T18:44:44.404Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-09T18:44:44.404Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T18:44:44.404Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T18:44:44.668Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-09T18:44:44.668Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T18:44:44.668Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T18:44:44.668Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-09T18:44:44.668Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T18:44:44.668Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T18:44:44.931Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-09T18:44:44.931Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T18:44:44.931Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T18:44:44.931Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-09T18:44:44.931Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T18:44:44.931Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T18:44:45.194Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-09T18:44:45.194Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T18:44:45.194Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T18:44:45.194Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-09T18:44:45.194Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T18:44:45.194Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T18:44:45.194Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-09T18:44:45.194Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-09T18:44:45.194Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T18:44:45.315Z] --parallel Build images in parallel. [2021-03-09T18:44:45.456Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-09T18:44:45.456Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-09T18:44:45.456Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T18:44:45.456Z] Selecting previously unselected package libldap-common. [2021-03-09T18:44:45.456Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-09T18:44:45.456Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T18:44:45.456Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-09T18:44:45.456Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-09T18:44:45.456Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [Pipeline] } [2021-03-09T18:44:45.605Z] $ docker stop --time=1 24da8b89f10a79d2c9a1e94b917416dc1626949dcb5ab35720a842a554fbfb34 [2021-03-09T18:44:45.720Z] Selecting previously unselected package dirmngr. [2021-03-09T18:44:45.720Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T18:44:45.720Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-09T18:44:45.720Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T18:44:45.720Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-09T18:44:45.984Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-09T18:44:45.984Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T18:44:45.984Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T18:44:45.984Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-09T18:44:45.984Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T18:44:45.984Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-09T18:44:46.247Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T18:44:46.247Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-09T18:44:46.823Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-09T18:44:46.823Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T18:44:46.823Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-09T18:44:46.823Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-09T18:44:47.087Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-09T18:44:47.087Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T18:44:47.087Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T18:44:47.087Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T18:44:47.087Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T18:44:47.087Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T18:44:47.087Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T18:44:47.087Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T18:44:47.351Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T18:44:47.351Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-09T18:44:47.351Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T18:44:47.533Z] $ docker rm -f 24da8b89f10a79d2c9a1e94b917416dc1626949dcb5ab35720a842a554fbfb34 [Pipeline] // withDockerContainer [2021-03-09T18:44:47.930Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-09T18:44:47.930Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-09T18:44:47.930Z] This means they are not meant to be enabled using systemctl. [2021-03-09T18:44:47.930Z] Possible reasons for having this kind of units are: [2021-03-09T18:44:47.930Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-09T18:44:47.930Z] .wants/ or .requires/ directory. [2021-03-09T18:44:47.930Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-09T18:44:47.930Z] a requirement dependency on it. [2021-03-09T18:44:47.930Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-09T18:44:47.930Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-09T18:44:47.930Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-09T18:44:47.930Z] instance name specified. [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T18:44:48.383Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T18:44:48.383Z] . [Pipeline] withDockerContainer [2021-03-09T18:44:48.505Z] Reading package lists... [2021-03-09T18:44:48.643Z] prd-ubuntu18.04-docker-arm64-4c-16g-29195 does not seem to be running inside a container [2021-03-09T18:44:48.718Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-09T18:44:48.768Z] Building dependency tree... [2021-03-09T18:44:48.768Z] Reading state information... [2021-03-09T18:44:48.768Z] The following additional packages will be installed: [2021-03-09T18:44:48.768Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-09T18:44:48.768Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-09T18:44:48.768Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-09T18:44:48.768Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-09T18:44:48.768Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-09T18:44:48.768Z] Suggested packages: [2021-03-09T18:44:48.768Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-09T18:44:48.768Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-09T18:44:48.768Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-09T18:44:48.768Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-09T18:44:48.768Z] systemd-container policykit-1 [2021-03-09T18:44:48.768Z] Recommended packages: [2021-03-09T18:44:48.768Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-09T18:44:48.768Z] The following NEW packages will be installed: [2021-03-09T18:44:48.768Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-09T18:44:48.768Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-09T18:44:48.768Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-09T18:44:48.768Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-09T18:44:48.768Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-09T18:44:48.768Z] The following packages will be upgraded: [2021-03-09T18:44:48.768Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-09T18:44:49.031Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-09T18:44:49.031Z] Need to get 35.2 MB of archives. [2021-03-09T18:44:49.031Z] After this operation, 141 MB of additional disk space will be used. [2021-03-09T18:44:49.031Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-09T18:44:49.031Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-09T18:44:49.609Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-09T18:44:49.874Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-09T18:44:49.874Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-09T18:44:49.874Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-09T18:44:49.874Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-09T18:44:49.874Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-09T18:44:49.874Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-09T18:44:49.874Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-09T18:44:49.874Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-09T18:44:49.874Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-09T18:44:49.874Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-09T18:44:49.874Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-09T18:44:49.874Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-09T18:44:49.874Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-09T18:44:49.874Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-09T18:44:49.874Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-09T18:44:49.874Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-09T18:44:49.874Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-09T18:44:49.874Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-09T18:44:50.131Z] $ docker top c4e6c169921786639c841b94321bc375be57af5627fc426f02e9260b46f9aa87 -eo pid,comm [2021-03-09T18:44:50.138Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-09T18:44:50.138Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-09T18:44:50.138Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-09T18:44:50.138Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-09T18:44:50.138Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-09T18:44:50.138Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-09T18:44:50.138Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-09T18:44:50.138Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-09T18:44:50.138Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [Pipeline] { [Pipeline] sh [2021-03-09T18:44:51.196Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-09T18:44:51.537Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T18:44:51.537Z] Fetched 35.2 MB in 2s (15.4 MB/s) [2021-03-09T18:44:51.537Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T18:44:51.537Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-09T18:44:51.537Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T18:44:52.487Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-09T18:44:52.487Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T18:44:52.487Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-09T18:44:52.750Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T18:44:52.750Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-09T18:44:52.750Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-09T18:44:53.012Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-09T18:44:53.012Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T18:44:53.012Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-09T18:44:53.012Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-09T18:44:53.588Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-09T18:44:53.588Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-09T18:44:54.166Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-09T18:44:54.166Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-09T18:44:54.166Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-09T18:44:54.166Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-09T18:44:54.430Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-09T18:44:54.430Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T18:44:54.430Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T18:44:55.381Z] Selecting previously unselected package libexpat1:amd64. [2021-03-09T18:44:55.381Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-09T18:44:55.476Z] Building docker-core-command-go ... [2021-03-09T18:44:55.476Z] Building docker-core-data-go ... [2021-03-09T18:44:55.476Z] Building docker-core-metadata-go ... [2021-03-09T18:44:55.476Z] Building docker-security-bootstrapper-go ... [2021-03-09T18:44:55.476Z] Building docker-security-proxy-setup-go ... [2021-03-09T18:44:55.476Z] Building docker-security-secretstore-setup-go ... [2021-03-09T18:44:55.476Z] Building docker-support-notifications-go ... [2021-03-09T18:44:55.476Z] Building docker-support-scheduler-go ... [2021-03-09T18:44:55.476Z] Building docker-sys-mgmt-agent-go ... [2021-03-09T18:44:55.476Z] Building docker-support-scheduler-go [2021-03-09T18:44:55.476Z] Building docker-security-bootstrapper-go [2021-03-09T18:44:55.476Z] Building docker-core-command-go [2021-03-09T18:44:55.476Z] Building docker-support-notifications-go [2021-03-09T18:44:55.476Z] Building docker-core-metadata-go [2021-03-09T18:44:55.645Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-09T18:44:55.645Z] Selecting previously unselected package python3.6-minimal. [2021-03-09T18:44:55.645Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T18:44:55.645Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T18:44:55.909Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-09T18:44:56.172Z] Checking for services that may need to be restarted...done. [2021-03-09T18:44:56.172Z] Checking for services that may need to be restarted...done. [2021-03-09T18:44:56.172Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T18:44:56.172Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-09T18:44:56.172Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T18:44:57.138Z] Selecting previously unselected package python3-minimal. [2021-03-09T18:44:57.138Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-09T18:44:57.138Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-09T18:44:57.138Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-09T18:44:57.138Z] Selecting previously unselected package mime-support. [2021-03-09T18:44:57.138Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-09T18:44:57.138Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-09T18:44:57.138Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-09T18:44:57.138Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-09T18:44:57.138Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-09T18:44:57.401Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-09T18:44:57.401Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T18:44:57.401Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T18:44:57.663Z] Selecting previously unselected package python3.6. [2021-03-09T18:44:57.663Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T18:44:57.664Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T18:44:57.664Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-09T18:44:57.664Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-09T18:44:57.664Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-09T18:44:57.927Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-09T18:44:58.189Z] Selecting previously unselected package python3. [2021-03-09T18:44:58.189Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-09T18:44:58.189Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-09T18:44:58.189Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-09T18:44:58.189Z] Selecting previously unselected package multiarch-support. [2021-03-09T18:44:58.189Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T18:44:58.189Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-09T18:44:58.453Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-09T18:44:58.453Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-09T18:44:58.453Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-09T18:44:58.453Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-09T18:44:58.453Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-09T18:44:58.453Z] Selecting previously unselected package libbsd0:amd64. [2021-03-09T18:44:58.453Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-09T18:44:58.717Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-09T18:44:58.717Z] Selecting previously unselected package sudo. [2021-03-09T18:44:58.717Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-09T18:44:58.717Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-09T18:44:58.979Z] Selecting previously unselected package apparmor. [2021-03-09T18:44:58.979Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-09T18:44:58.980Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-09T18:44:59.243Z] Selecting previously unselected package libedit2:amd64. [2021-03-09T18:44:59.243Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-09T18:44:59.243Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-09T18:44:59.243Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-09T18:44:59.243Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T18:44:59.243Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T18:44:59.243Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-09T18:44:59.243Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T18:44:59.243Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T18:44:59.508Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-09T18:44:59.508Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-09T18:44:59.508Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-09T18:44:59.508Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-09T18:44:59.508Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T18:44:59.508Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T18:44:59.771Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-09T18:44:59.771Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T18:44:59.771Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T18:44:59.771Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-09T18:44:59.771Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-09T18:45:00.036Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-09T18:45:00.036Z] Selecting previously unselected package openssh-client. [2021-03-09T18:45:00.036Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-09T18:45:00.036Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-09T18:45:00.299Z] Selecting previously unselected package squashfs-tools. [2021-03-09T18:45:00.299Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-09T18:45:00.299Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-09T18:45:00.569Z] Selecting previously unselected package snapd. [2021-03-09T18:45:00.569Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-09T18:45:00.569Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-09T18:45:03.132Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-09T18:45:03.132Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-09T18:45:03.396Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-09T18:45:03.396Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-09T18:45:03.396Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-09T18:45:03.396Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T18:45:03.659Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T18:45:03.659Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-09T18:45:03.659Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-09T18:45:04.611Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-09T18:45:04.611Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-09T18:45:04.611Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-09T18:45:04.611Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T18:45:04.611Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T18:45:04.611Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T18:45:05.562Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-09T18:45:05.562Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T18:45:05.827Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-09T18:45:05.827Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-09T18:45:06.090Z] running python rtupdate hooks for python3.6... [2021-03-09T18:45:06.090Z] running python post-rtupdate hooks for python3.6... [2021-03-09T18:45:06.090Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-09T18:45:08.020Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-09T18:45:08.020Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T18:45:08.284Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-09T18:45:08.284Z] Setting up snapd (2.48.3+18.04) ... [2021-03-09T18:45:08.861Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-09T18:45:09.128Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-09T18:45:09.396Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-09T18:45:09.661Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-09T18:45:09.925Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-09T18:45:09.925Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-09T18:45:10.189Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-09T18:45:10.453Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-09T18:45:10.716Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-09T18:45:10.983Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-09T18:45:11.248Z] /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-03-09T18:45:11.515Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T18:45:11.515Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-09T18:45:12.911Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-09T18:45:12.911Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T18:45:13.181Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T18:45:15.111Z] Reading package lists... [2021-03-09T18:45:15.378Z] Reading package lists... [2021-03-09T18:45:15.669Z] Building dependency tree... [2021-03-09T18:45:15.669Z] Reading state information... [2021-03-09T18:45:15.669Z] Calculating upgrade... [2021-03-09T18:45:15.933Z] The following packages will be upgraded: [2021-03-09T18:45:15.933Z] advancecomp base-files bash binutils binutils-common [2021-03-09T18:45:15.933Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-09T18:45:15.933Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-09T18:45:15.933Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-09T18:45:15.933Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-09T18:45:15.933Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-09T18:45:15.933Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-09T18:45:15.933Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-09T18:45:15.933Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-09T18:45:15.933Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-09T18:45:15.933Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-09T18:45:15.933Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-09T18:45:15.933Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-09T18:45:15.933Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-09T18:45:15.933Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-09T18:45:16.203Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T18:45:16.203Z] Need to get 63.8 MB of archives. [2021-03-09T18:45:16.203Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-09T18:45:16.203Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-09T18:45:16.204Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-09T18:45:16.204Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-09T18:45:16.204Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-09T18:45:16.204Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-09T18:45:16.204Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-09T18:45:16.204Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-09T18:45:16.204Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-09T18:45:16.204Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-09T18:45:16.204Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-09T18:45:16.204Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-09T18:45:16.204Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-09T18:45:16.204Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-09T18:45:16.204Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-09T18:45:16.204Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-09T18:45:16.204Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-09T18:45:16.204Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-09T18:45:16.204Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-09T18:45:16.469Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-09T18:45:16.469Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-09T18:45:16.469Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-09T18:45:16.469Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-09T18:45:16.469Z] 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-03-09T18:45:16.469Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-09T18:45:16.469Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-09T18:45:16.469Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-09T18:45:16.469Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-09T18:45:16.469Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-09T18:45:16.469Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-09T18:45:16.469Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-09T18:45:16.469Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-09T18:45:16.469Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-09T18:45:16.469Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-09T18:45:16.469Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-09T18:45:16.469Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-09T18:45:16.469Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-09T18:45:16.469Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-09T18:45:16.469Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-09T18:45:16.469Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-09T18:45:16.469Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-09T18:45:16.469Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-09T18:45:16.469Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-09T18:45:16.469Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-09T18:45:16.469Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-09T18:45:16.469Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-09T18:45:16.469Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-09T18:45:16.469Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-09T18:45:16.469Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-09T18:45:16.734Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-09T18:45:16.734Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-09T18:45:16.734Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-09T18:45:16.734Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-09T18:45:16.734Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-09T18:45:16.734Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-09T18:45:16.734Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-09T18:45:16.734Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-09T18:45:16.998Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-09T18:45:16.998Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-09T18:45:16.998Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-09T18:45:17.262Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-09T18:45:17.262Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-09T18:45:17.262Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-09T18:45:17.262Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-09T18:45:17.262Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-09T18:45:17.262Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-09T18:45:17.262Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-09T18:45:17.262Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-09T18:45:17.262Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-09T18:45:17.262Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-09T18:45:17.262Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-09T18:45:17.262Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-09T18:45:17.262Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-09T18:45:17.262Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-09T18:45:17.262Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-09T18:45:17.262Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-09T18:45:17.525Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-09T18:45:17.525Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-09T18:45:17.525Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-09T18:45:17.525Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-09T18:45:17.525Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-09T18:45:17.525Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-09T18:45:17.525Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-09T18:45:17.525Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-09T18:45:17.525Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-09T18:45:17.525Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-09T18:45:17.525Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-09T18:45:17.525Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-09T18:45:17.525Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-09T18:45:17.525Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-09T18:45:17.788Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-09T18:45:17.788Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-09T18:45:17.788Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-09T18:45:17.788Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-09T18:45:17.788Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-09T18:45:17.788Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-09T18:45:17.788Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-09T18:45:17.788Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-09T18:45:17.788Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-09T18:45:17.788Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-09T18:45:18.053Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T18:45:18.053Z] Fetched 63.8 MB in 2s (36.1 MB/s) [2021-03-09T18:45:18.053Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:18.053Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T18:45:18.053Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T18:45:19.007Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T18:45:19.007Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T18:45:19.007Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-09T18:45:19.007Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-09T18:45:19.956Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:19.956Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T18:45:20.220Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:20.220Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T18:45:20.220Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:20.220Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T18:45:20.483Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:20.483Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T18:45:20.483Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:20.483Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T18:45:20.746Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:20.746Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T18:45:20.746Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:21.009Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T18:45:21.009Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T18:45:21.009Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T18:45:21.009Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:21.009Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-09T18:45:21.272Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-09T18:45:21.272Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T18:45:21.272Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:21.272Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T18:45:21.536Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:21.536Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T18:45:21.536Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:21.799Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T18:45:21.799Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T18:45:22.062Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T18:45:22.062Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T18:45:22.324Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T18:45:22.900Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-09T18:45:23.162Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T18:45:23.162Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-09T18:45:23.162Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-09T18:45:23.162Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-09T18:45:23.162Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-09T18:45:23.425Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-09T18:45:23.425Z] Installing new version of config file /etc/issue ... [2021-03-09T18:45:23.425Z] Installing new version of config file /etc/issue.net ... [2021-03-09T18:45:23.425Z] Installing new version of config file /etc/lsb-release ... [2021-03-09T18:45:23.425Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-09T18:45:24.003Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-09T18:45:24.003Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-09T18:45:24.003Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-09T18:45:24.003Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:24.003Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-09T18:45:24.003Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-09T18:45:24.270Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-09T18:45:24.270Z] 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-03-09T18:45:24.534Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:24.534Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T18:45:24.534Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-09T18:45:24.534Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-09T18:45:24.534Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:24.534Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-09T18:45:24.798Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-09T18:45:24.798Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-09T18:45:25.062Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:25.063Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-09T18:45:25.063Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T18:45:25.327Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-09T18:45:25.327Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:25.327Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T18:45:25.590Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T18:45:25.590Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T18:45:25.590Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:25.590Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T18:45:25.590Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T18:45:25.854Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-09T18:45:25.854Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:25.854Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-09T18:45:25.854Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-09T18:45:26.117Z] Setting up grep (3.1-2build1) ... [2021-03-09T18:45:26.117Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:26.117Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-09T18:45:26.380Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-09T18:45:26.380Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-09T18:45:26.644Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:26.644Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T18:45:26.644Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T18:45:26.909Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-09T18:45:26.909Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:26.909Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T18:45:26.909Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T18:45:27.857Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T18:45:27.857Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T18:45:27.857Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T18:45:27.858Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T18:45:28.432Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-09T18:45:28.694Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:28.694Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-09T18:45:28.694Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T18:45:29.644Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-09T18:45:29.644Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-09T18:45:29.907Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-09T18:45:29.907Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-09T18:45:29.907Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-09T18:45:30.175Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:30.175Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-09T18:45:30.176Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-09T18:45:30.439Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-09T18:45:30.439Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:30.439Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T18:45:30.439Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T18:45:30.702Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T18:45:30.702Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:30.702Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T18:45:30.702Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T18:45:30.964Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T18:45:30.964Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:30.964Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T18:45:30.964Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T18:45:31.227Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T18:45:31.227Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:31.227Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T18:45:31.490Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T18:45:31.490Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T18:45:31.754Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:31.754Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T18:45:31.754Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T18:45:31.754Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T18:45:31.754Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T18:45:32.017Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T18:45:32.017Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:32.017Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T18:45:32.280Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T18:45:32.280Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T18:45:32.544Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:32.544Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T18:45:32.544Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T18:45:32.544Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T18:45:32.807Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:32.807Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T18:45:32.807Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T18:45:32.807Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-09T18:45:32.807Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:32.807Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T18:45:33.071Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T18:45:33.648Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-09T18:45:33.912Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-09T18:45:34.495Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-09T18:45:34.495Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:34.495Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T18:45:34.495Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T18:45:34.758Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T18:45:35.021Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T18:45:35.021Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-09T18:45:35.021Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T18:45:35.021Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-09T18:45:35.285Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T18:45:35.285Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-09T18:45:35.285Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-09T18:45:35.547Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-09T18:45:35.810Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T18:45:35.810Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-09T18:45:35.810Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-09T18:45:36.074Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-09T18:45:36.074Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T18:45:36.074Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-09T18:45:36.074Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-09T18:45:36.336Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-09T18:45:36.603Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T18:45:36.603Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T18:45:36.603Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T18:45:36.603Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T18:45:36.865Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T18:45:36.865Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T18:45:36.865Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T18:45:37.442Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T18:45:37.442Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T18:45:37.442Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T18:45:37.705Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T18:45:37.969Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T18:45:38.254Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T18:45:38.254Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T18:45:38.254Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T18:45:38.254Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-09T18:45:38.254Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T18:45:38.519Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T18:45:38.519Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T18:45:38.519Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T18:45:38.782Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T18:45:38.782Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-09T18:45:38.782Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-09T18:45:38.782Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-09T18:45:39.046Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T18:45:39.046Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-09T18:45:39.046Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T18:45:39.046Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T18:45:39.625Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T18:45:39.625Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T18:45:39.625Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T18:45:39.625Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T18:45:39.625Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T18:45:39.625Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-09T18:45:39.625Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-09T18:45:39.889Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-09T18:45:39.889Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T18:45:39.889Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-09T18:45:40.153Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-09T18:45:40.414Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-09T18:45:40.677Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T18:45:40.677Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T18:45:40.677Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T18:45:40.677Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-09T18:45:40.942Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T18:45:40.942Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-09T18:45:40.942Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-09T18:45:40.942Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-09T18:45:41.205Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T18:45:41.205Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-09T18:45:41.205Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-09T18:45:41.205Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-09T18:45:41.470Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T18:45:41.470Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-09T18:45:41.470Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-09T18:45:41.470Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-09T18:45:41.734Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T18:45:41.734Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-09T18:45:41.734Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-09T18:45:41.999Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-09T18:45:41.999Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T18:45:41.999Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-09T18:45:42.263Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-09T18:45:42.264Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-09T18:45:42.525Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T18:45:42.525Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-09T18:45:42.525Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-09T18:45:42.525Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-09T18:45:42.789Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-09T18:45:42.789Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-09T18:45:42.789Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-09T18:45:43.051Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-09T18:45:43.051Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-09T18:45:43.313Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-09T18:45:43.313Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-09T18:45:43.576Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-09T18:45:43.576Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-09T18:45:43.576Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-09T18:45:43.576Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-09T18:45:43.839Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-09T18:45:43.839Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-09T18:45:43.839Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-09T18:45:44.102Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-09T18:45:44.102Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-09T18:45:44.102Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-09T18:45:44.365Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-09T18:45:44.365Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-09T18:45:44.365Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-09T18:45:44.365Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-09T18:45:44.628Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-09T18:45:44.628Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-09T18:45:44.628Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-09T18:45:44.892Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-09T18:45:45.843Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-09T18:45:45.843Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-09T18:45:45.843Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-09T18:45:45.843Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-09T18:45:46.107Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T18:45:46.107Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T18:45:46.683Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T18:45:46.683Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T18:45:46.683Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T18:45:46.946Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T18:45:46.946Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T18:45:46.946Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T18:45:47.209Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:47.209Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T18:45:47.209Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:47.209Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T18:45:47.785Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:47.785Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T18:45:47.785Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:47.785Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T18:45:49.179Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:49.179Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T18:45:50.130Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:50.393Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T18:45:50.973Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:50.973Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T18:45:51.548Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:51.548Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T18:45:52.942Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T18:45:52.942Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T18:45:52.942Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T18:45:52.942Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T18:45:52.942Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-09T18:45:52.942Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T18:45:53.205Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-09T18:45:53.471Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T18:45:53.471Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-09T18:45:53.471Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-09T18:45:53.734Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T18:45:53.734Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T18:45:53.734Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T18:45:53.734Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T18:45:53.997Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-09T18:45:53.997Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-09T18:45:53.997Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T18:45:54.260Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T18:45:54.260Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T18:45:54.260Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T18:45:54.260Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T18:45:54.260Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-09T18:45:54.260Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-09T18:45:54.260Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-09T18:45:54.524Z] [2021-03-09T18:45:54.524Z] Current default time zone: 'Etc/UTC' [2021-03-09T18:45:54.524Z] Local time is now: Tue Mar 9 18:45:54 UTC 2021. [2021-03-09T18:45:54.524Z] Universal Time is now: Tue Mar 9 18:45:54 UTC 2021. [2021-03-09T18:45:54.524Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-09T18:45:54.524Z] [2021-03-09T18:45:54.524Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-09T18:45:54.524Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T18:45:54.787Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-09T18:45:54.787Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-09T18:45:54.787Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-09T18:45:54.787Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-09T18:45:54.787Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-09T18:45:54.787Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-09T18:45:54.787Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-09T18:45:54.787Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-09T18:45:55.051Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T18:45:55.051Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-09T18:45:55.316Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T18:45:55.316Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-09T18:45:55.316Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T18:45:55.316Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-09T18:45:55.316Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-09T18:45:55.316Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-09T18:45:55.578Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-09T18:45:55.578Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-09T18:45:55.578Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-09T18:45:55.578Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-09T18:45:55.578Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-09T18:45:58.140Z] Updating certificates in /etc/ssl/certs... [2021-03-09T18:45:59.085Z] 23 added, 27 removed; done. [2021-03-09T18:45:59.085Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-09T18:45:59.085Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T18:45:59.085Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-09T18:45:59.085Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-09T18:45:59.085Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-09T18:45:59.085Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T18:45:59.085Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-09T18:45:59.347Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T18:45:59.347Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T18:45:59.347Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T18:45:59.347Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T18:45:59.347Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T18:45:59.347Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-09T18:45:59.609Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-09T18:45:59.610Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-09T18:45:59.610Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-09T18:45:59.610Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-09T18:45:59.610Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T18:45:59.610Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T18:45:59.610Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-09T18:45:59.877Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-09T18:45:59.877Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-09T18:45:59.877Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T18:45:59.877Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-09T18:46:00.141Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-09T18:46:00.141Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-09T18:46:00.141Z] Updating certificates in /etc/ssl/certs... [2021-03-09T18:46:01.089Z] 0 added, 0 removed; done. [2021-03-09T18:46:01.089Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-09T18:46:01.089Z] done. [2021-03-09T18:46:02.038Z] Reading package lists... [2021-03-09T18:46:02.038Z] Building dependency tree... [2021-03-09T18:46:02.038Z] Reading state information... [2021-03-09T18:46:02.301Z] The following NEW packages will be installed: [2021-03-09T18:46:02.302Z] apt-transport-https [2021-03-09T18:46:02.565Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T18:46:02.565Z] Need to get 1696 B of archives. [2021-03-09T18:46:02.565Z] After this operation, 153 kB of additional disk space will be used. [2021-03-09T18:46:02.565Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-09T18:46:02.829Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T18:46:02.829Z] Fetched 1696 B in 0s (6208 B/s) [2021-03-09T18:46:02.829Z] Selecting previously unselected package apt-transport-https. [2021-03-09T18:46:02.829Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-09T18:46:02.829Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-09T18:46:02.829Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-09T18:46:03.091Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-09T18:46:03.355Z] Waiting for network to be ready... [2021-03-09T18:46:13.385Z] 2021-03-09T18:46:09Z INFO Waiting for automatic snapd restart... [2021-03-09T18:46:13.960Z] snapd 2.49 from Canonical* installed [2021-03-09T18:46:15.382Z] "snapd" switched to the "latest/stable" channel [2021-03-09T18:46:15.382Z] [2021-03-09T18:46:17.319Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T18:46:17.319Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T18:46:17.319Z] ---> e25496045cee [2021-03-09T18:46:17.319Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T18:46:17.319Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T18:46:17.319Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T18:46:17.319Z] ---> e25496045cee [2021-03-09T18:46:17.319Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T18:46:17.319Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T18:46:17.319Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T18:46:17.319Z] ---> e25496045cee [2021-03-09T18:46:17.319Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T18:46:17.319Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T18:46:17.319Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-09T18:46:17.319Z] ---> e25496045cee [2021-03-09T18:46:17.319Z] Step 3/31 : WORKDIR /edgex-go [2021-03-09T18:46:17.319Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T18:46:17.319Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T18:46:17.319Z] ---> e25496045cee [2021-03-09T18:46:17.319Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T18:46:17.319Z] ---> Running in 0d192fa7fcab [2021-03-09T18:46:17.319Z] ---> Running in 6e1c9d3c08f6 [2021-03-09T18:46:17.319Z] ---> Running in adcaafbed4b7 [2021-03-09T18:46:17.319Z] ---> Running in b98c83c56877 [2021-03-09T18:46:17.319Z] ---> Running in e25292695efd [2021-03-09T18:46:17.319Z] Removing intermediate container b98c83c56877 [2021-03-09T18:46:17.319Z] ---> e21fac33f2b1 [2021-03-09T18:46:17.319Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:46:17.319Z] Removing intermediate container 6e1c9d3c08f6 [2021-03-09T18:46:17.319Z] ---> 3dad10678cf0 [2021-03-09T18:46:17.319Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:46:17.319Z] Removing intermediate container e25292695efd [2021-03-09T18:46:17.319Z] ---> 5c395e33f8d1 [2021-03-09T18:46:17.319Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:46:17.319Z] ---> Running in 7077cb63dc70 [2021-03-09T18:46:17.319Z] Removing intermediate container adcaafbed4b7 [2021-03-09T18:46:17.319Z] ---> b629a50766ec [2021-03-09T18:46:17.319Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:46:17.319Z] Removing intermediate container 0d192fa7fcab [2021-03-09T18:46:17.319Z] ---> 436dd857cf47 [2021-03-09T18:46:17.319Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:46:17.319Z] ---> Running in 3dc8ae9e7405 [2021-03-09T18:46:17.319Z] ---> Running in b993deab5d0e [2021-03-09T18:46:17.319Z] ---> Running in 3f806bab5ba4 [2021-03-09T18:46:17.319Z] ---> Running in d5c7133c47d4 [2021-03-09T18:46:17.319Z] Removing intermediate container 7077cb63dc70 [2021-03-09T18:46:17.319Z] ---> f2dae27ff93f [2021-03-09T18:46:17.319Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T18:46:17.319Z] ---> Running in a156effde859 [2021-03-09T18:46:17.319Z] Removing intermediate container 3dc8ae9e7405 [2021-03-09T18:46:17.319Z] ---> 1d9a316fb6e2 [2021-03-09T18:46:17.319Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T18:46:17.319Z] ---> Running in 9d9eb15bf5d2 [2021-03-09T18:46:17.319Z] Removing intermediate container b993deab5d0e [2021-03-09T18:46:17.319Z] ---> a0e7c529fe50 [2021-03-09T18:46:17.319Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-09T18:46:17.319Z] Removing intermediate container d5c7133c47d4 [2021-03-09T18:46:17.319Z] ---> 882c1790a684 [2021-03-09T18:46:17.319Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-09T18:46:17.319Z] ---> Running in 87ca90a971ab [2021-03-09T18:46:17.319Z] Removing intermediate container 3f806bab5ba4 [2021-03-09T18:46:17.319Z] ---> 33804af7d8c0 [2021-03-09T18:46:17.319Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-09T18:46:17.319Z] ---> Running in 0db91a8b018f [2021-03-09T18:46:17.319Z] ---> Running in d9c82c187b69 [2021-03-09T18:46:17.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T18:46:17.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T18:46:17.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T18:46:17.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T18:46:17.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T18:46:17.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T18:46:17.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T18:46:17.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T18:46:17.594Z] OK: 217 MiB in 51 packages [2021-03-09T18:46:17.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T18:46:17.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T18:46:17.876Z] OK: 217 MiB in 51 packages [2021-03-09T18:46:18.481Z] OK: 217 MiB in 51 packages [2021-03-09T18:46:18.481Z] OK: 217 MiB in 51 packages [2021-03-09T18:46:18.481Z] OK: 217 MiB in 51 packages [2021-03-09T18:46:19.469Z] Removing intermediate container a156effde859 [2021-03-09T18:46:19.469Z] ---> 267ee66cd4d0 [2021-03-09T18:46:19.469Z] Step 6/23 : COPY go.mod . [2021-03-09T18:46:19.744Z] Removing intermediate container 9d9eb15bf5d2 [2021-03-09T18:46:19.744Z] ---> 9f0d61f793dd [2021-03-09T18:46:19.744Z] Step 6/23 : COPY go.mod . [2021-03-09T18:46:20.347Z] ---> a349e6edf00d [2021-03-09T18:46:20.347Z] Step 7/23 : RUN go mod download [2021-03-09T18:46:20.347Z] Removing intermediate container d9c82c187b69 [2021-03-09T18:46:20.347Z] ---> 9572c5bc098b [2021-03-09T18:46:20.347Z] Step 6/31 : COPY go.mod . [2021-03-09T18:46:20.623Z] ---> Running in 01e80c6ffccb [2021-03-09T18:46:20.623Z] Removing intermediate container 0db91a8b018f [2021-03-09T18:46:20.623Z] ---> 7f025bf46ad5 [2021-03-09T18:46:20.623Z] Step 6/22 : COPY go.mod . [2021-03-09T18:46:20.623Z] Removing intermediate container 87ca90a971ab [2021-03-09T18:46:20.623Z] ---> f3c8f6dd36c0 [2021-03-09T18:46:20.623Z] Step 6/22 : COPY go.mod . [2021-03-09T18:46:20.906Z] ---> 310fe3c45a15 [2021-03-09T18:46:20.906Z] Step 7/23 : RUN go mod download [2021-03-09T18:46:20.906Z] ---> Running in bb8c6a83ebd3 [2021-03-09T18:46:21.504Z] ---> 6ecc24ac651e [2021-03-09T18:46:21.504Z] Step 7/31 : RUN go mod download [2021-03-09T18:46:21.779Z] ---> Running in 8027c2873a51 [2021-03-09T18:46:21.779Z] ---> 457227cf9472 [2021-03-09T18:46:21.779Z] Step 7/22 : RUN go mod download [2021-03-09T18:46:22.010Z] core18 20210128 from Canonical* installed [2021-03-09T18:46:22.010Z] "core18" switched to the "latest/stable" channel [2021-03-09T18:46:22.010Z] [2021-03-09T18:46:22.054Z] ---> 4c0967d3be46 [2021-03-09T18:46:22.054Z] Step 7/22 : RUN go mod download [2021-03-09T18:46:22.054Z] ---> Running in c634e32a3469 [2021-03-09T18:46:22.333Z] ---> Running in 2abf9b0dce4e [2021-03-09T18:46:24.335Z] Removing intermediate container 01e80c6ffccb [2021-03-09T18:46:24.335Z] ---> 722af516ff27 [2021-03-09T18:46:24.335Z] Step 8/23 : COPY . . [2021-03-09T18:46:24.942Z] Removing intermediate container bb8c6a83ebd3 [2021-03-09T18:46:24.942Z] ---> 1a2ecbb5a055 [2021-03-09T18:46:24.942Z] Step 8/23 : COPY . . [2021-03-09T18:46:26.394Z] Removing intermediate container 8027c2873a51 [2021-03-09T18:46:26.394Z] ---> e2a803cf0429 [2021-03-09T18:46:26.394Z] Step 8/31 : COPY . . [2021-03-09T18:46:28.395Z] Removing intermediate container c634e32a3469 [2021-03-09T18:46:28.395Z] ---> 2697672feebb [2021-03-09T18:46:28.395Z] Step 8/22 : COPY . . [2021-03-09T18:46:28.630Z] snapcraft 4.5.4 from Canonical* installed [2021-03-09T18:46:28.672Z] Removing intermediate container 2abf9b0dce4e [2021-03-09T18:46:28.672Z] ---> c9cf82dece79 [2021-03-09T18:46:28.672Z] Step 8/22 : COPY . . [2021-03-09T18:46:28.893Z] "snapcraft" switched to the "latest/stable" channel [2021-03-09T18:46:28.893Z] [2021-03-09T18:46:33.110Z] 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-03-09T18:46:33.111Z] - README.md [2021-03-09T18:46:33.111Z] - snapcraft.yaml.orig [2021-03-09T18:46:33.111Z] [2021-03-09T18:46:33.111Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-09T18:46:39.723Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T18:46:39.986Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-09T18:46:40.249Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T18:46:40.249Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T18:46:42.440Z] Reading package lists... [2021-03-09T18:46:43.013Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 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-03-09T18:46:49.616Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T18:46:49.616Z] Reading package lists... [2021-03-09T18:46:49.616Z] Building dependency tree... [2021-03-09T18:46:49.616Z] Reading state information... [2021-03-09T18:46:49.616Z] Suggested packages: [2021-03-09T18:46:49.616Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-09T18:46:49.616Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-09T18:46:49.616Z] Recommended packages: [2021-03-09T18:46:49.616Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-09T18:46:49.616Z] The following NEW packages will be installed: [2021-03-09T18:46:49.616Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-09T18:46:49.616Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-09T18:46:49.616Z] pkg-config zip [2021-03-09T18:46:49.879Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T18:46:49.879Z] Need to get 7656 kB of archives. [2021-03-09T18:46:49.879Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-09T18:46:49.879Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-09T18:46:49.879Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-09T18:46:49.879Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-09T18:46:50.141Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-09T18:46:50.141Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-09T18:46:50.141Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-09T18:46:50.141Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-09T18:46:50.141Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-09T18:46:50.404Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-09T18:46:50.404Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-09T18:46:50.404Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-09T18:46:50.404Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-09T18:46:50.404Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-09T18:46:50.667Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-09T18:46:50.667Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-09T18:46:50.929Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T18:46:50.929Z] Fetched 7656 kB in 1s (6854 kB/s) [2021-03-09T18:46:51.190Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-09T18:46:51.191Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-09T18:46:51.191Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-09T18:46:51.191Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-09T18:46:51.453Z] Selecting previously unselected package libpsl5:amd64. [2021-03-09T18:46:51.453Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-09T18:46:51.453Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-09T18:46:51.454Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-09T18:46:51.454Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-09T18:46:51.454Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-09T18:46:51.454Z] Selecting previously unselected package librtmp1:amd64. [2021-03-09T18:46:51.454Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-09T18:46:51.454Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-09T18:46:51.716Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-09T18:46:51.716Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-09T18:46:51.716Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-09T18:46:51.716Z] Selecting previously unselected package liberror-perl. [2021-03-09T18:46:51.716Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-09T18:46:51.716Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-09T18:46:51.978Z] Selecting previously unselected package git-man. [2021-03-09T18:46:51.978Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-09T18:46:51.978Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-09T18:46:51.978Z] Selecting previously unselected package git. [2021-03-09T18:46:51.978Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-09T18:46:52.241Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-09T18:46:53.193Z] Selecting previously unselected package libnorm1:amd64. [2021-03-09T18:46:53.193Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-09T18:46:53.193Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-09T18:46:53.193Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-09T18:46:53.193Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-09T18:46:53.193Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-09T18:46:53.193Z] Selecting previously unselected package libsodium23:amd64. [2021-03-09T18:46:53.193Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-09T18:46:53.456Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-09T18:46:53.456Z] Selecting previously unselected package libzmq5:amd64. [2021-03-09T18:46:53.456Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-09T18:46:53.456Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T18:46:53.456Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-09T18:46:53.456Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-09T18:46:53.456Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T18:46:53.719Z] Selecting previously unselected package pkg-config. [2021-03-09T18:46:53.719Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-09T18:46:53.719Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-09T18:46:53.719Z] Selecting previously unselected package zip. [2021-03-09T18:46:53.719Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-09T18:46:53.719Z] Unpacking zip (3.0-11build1) ... [2021-03-09T18:46:53.982Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-09T18:46:53.982Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-09T18:46:53.982Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-09T18:46:53.982Z] Setting up liberror-perl (0.17025-1) ... [2021-03-09T18:46:53.982Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-09T18:46:53.982Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-09T18:46:53.982Z] No schema files found: doing nothing. [2021-03-09T18:46:54.245Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-09T18:46:54.245Z] Setting up zip (3.0-11build1) ... [2021-03-09T18:46:54.245Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-09T18:46:54.245Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-09T18:46:54.245Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-09T18:46:54.245Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T18:46:54.245Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-09T18:46:54.509Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T18:46:54.509Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-09T18:46:54.509Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T18:46:55.495Z] ---> ec329a7a973f [2021-03-09T18:46:55.495Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-09T18:46:55.495Z] ---> 3ac4d862735f [2021-03-09T18:46:55.495Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-09T18:46:55.495Z] ---> f365b35fedbd [2021-03-09T18:46:55.495Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-09T18:46:55.495Z] ---> 9bdb17a8444b [2021-03-09T18:46:55.495Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-09T18:46:55.495Z] ---> 6d992f3149f9 [2021-03-09T18:46:55.495Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-09T18:46:55.495Z] ---> Running in 89f0e6bc00e3 [2021-03-09T18:46:55.495Z] ---> Running in 2b63f064588d [2021-03-09T18:46:55.495Z] ---> Running in 08608674ea8d [2021-03-09T18:46:55.495Z] ---> Running in 36fb3fb16dbe [2021-03-09T18:46:55.495Z] ---> Running in 0ca8a2eb7ab7 [2021-03-09T18:46:55.495Z] 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-03-09T18:46:55.495Z] 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-03-09T18:46:55.495Z] 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-03-09T18:46:55.495Z] 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-03-09T18:46:55.495Z] 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-03-09T18:47:01.116Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T18:47:01.698Z] git set to automatically installed. [2021-03-09T18:47:01.698Z] git-man set to automatically installed. [2021-03-09T18:47:01.698Z] libcurl3-gnutls set to automatically installed. [2021-03-09T18:47:01.698Z] liberror-perl set to automatically installed. [2021-03-09T18:47:01.698Z] libglib2.0-0 set to automatically installed. [2021-03-09T18:47:01.698Z] libnghttp2-14 set to automatically installed. [2021-03-09T18:47:01.698Z] libnorm1 set to automatically installed. [2021-03-09T18:47:01.698Z] libpgm-5.2-0 set to automatically installed. [2021-03-09T18:47:01.698Z] libpsl5 set to automatically installed. [2021-03-09T18:47:01.698Z] librtmp1 set to automatically installed. [2021-03-09T18:47:01.698Z] libsodium23 set to automatically installed. [2021-03-09T18:47:01.698Z] libzmq3-dev set to automatically installed. [2021-03-09T18:47:01.698Z] libzmq5 set to automatically installed. [2021-03-09T18:47:01.698Z] pkg-config set to automatically installed. [2021-03-09T18:47:01.698Z] zip set to automatically installed. [2021-03-09T18:47:03.622Z] snapd is not logged in, snap install commands will use sudo [2021-03-09T18:47:10.268Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T18:47:10.531Z] snap "core18" has no updates available [2021-03-09T18:47:11.104Z] Pulling config-common [2021-03-09T18:47:11.104Z] + snapcraftctl pull [2021-03-09T18:47:12.494Z] Pulling go-build-helper [2021-03-09T18:47:12.494Z] + snapcraftctl pull [2021-03-09T18:47:39.115Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-09T18:47:39.115Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-09T18:47:39.115Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-09T18:47:39.115Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-09T18:47:39.115Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-09T18:47:39.115Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-09T18:47:39.115Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-09T18:47:39.115Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-09T18:47:39.116Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-09T18:47:39.116Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-09T18:47:39.116Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-09T18:47:39.116Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-09T18:47:39.116Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-09T18:47:39.116Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-09T18:47:39.116Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-09T18:47:39.116Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-09T18:47:39.116Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-09T18:47:39.116Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-09T18:47:39.116Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-09T18:47:39.116Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-09T18:47:39.116Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-09T18:47:39.116Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-09T18:47:39.116Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-09T18:47:39.116Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-09T18:47:39.116Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-09T18:47:39.116Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-09T18:47:39.116Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-09T18:47:39.116Z] Fetched 24.0 MB in 6s (3986 kB/s) [2021-03-09T18:47:39.116Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-09T18:47:39.116Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-09T18:47:39.116Z] Fetched 279 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-09T18:47:39.116Z] Fetched 122 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-09T18:47:39.116Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-09T18:47:39.116Z] Fetched 8848 B in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-09T18:47:39.116Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-09T18:47:39.116Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-09T18:47:39.116Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-09T18:47:39.116Z] Fetched 214 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-09T18:47:39.116Z] Fetched 154 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-09T18:47:39.116Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-09T18:47:39.116Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-09T18:47:39.116Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-09T18:47:39.116Z] Fetched 499 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-09T18:47:39.116Z] Fetched 111 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-09T18:47:39.116Z] Fetched 240 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-09T18:47:39.116Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-09T18:47:39.116Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-09T18:47:39.116Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-09T18:47:39.116Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-09T18:47:39.116Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-09T18:47:39.116Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-09T18:47:39.116Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-09T18:47:39.116Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-09T18:47:39.116Z] Fetched 8720 B in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-09T18:47:39.116Z] Fetched 137 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-09T18:47:39.116Z] Fetched 119 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-09T18:47:39.116Z] Fetched 109 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-09T18:47:39.116Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-09T18:47:39.116Z] Fetched 645 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-09T18:47:39.116Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-09T18:47:39.116Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-09T18:47:39.116Z] Fetched 368 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-09T18:47:39.116Z] Fetched 187 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-09T18:47:39.116Z] Fetched 175 kB in 0s (0 B/s) [2021-03-09T18:47:39.116Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-09T18:47:41.668Z] Fetched 206 kB in 0s (0 B/s) [2021-03-09T18:47:41.668Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-09T18:47:41.668Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-09T18:47:41.668Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-09T18:47:41.668Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-09T18:47:41.668Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-09T18:47:41.668Z] Fetched 159 kB in 0s (0 B/s) [2021-03-09T18:47:41.668Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-09T18:47:41.668Z] Fetched 107 kB in 0s (0 B/s) [2021-03-09T18:47:41.668Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-09T18:47:41.668Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-09T18:47:41.668Z] Pulling static-packages [2021-03-09T18:47:41.668Z] + snapcraftctl pull [2021-03-09T18:47:43.060Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-03-09T18:47:43.060Z] Skipping pull go-build-helper (already ran) [2021-03-09T18:47:43.060Z] Skipping pull static-packages (already ran) [2021-03-09T18:47:43.060Z] Building go-build-helper [2021-03-09T18:47:43.060Z] + snapcraftctl build [2021-03-09T18:47:48.377Z] Building static-packages [2021-03-09T18:47:48.377Z] + snapcraftctl build [2021-03-09T18:47:51.697Z] Staging go-build-helper [2021-03-09T18:47:51.697Z] + snapcraftctl stage [2021-03-09T18:47:52.645Z] Staging static-packages [2021-03-09T18:47:52.645Z] + snapcraftctl stage [2021-03-09T18:47:54.036Z] Pulling go115 [2021-03-09T18:47:54.036Z] + snapcraftctl pull [2021-03-09T18:47:55.427Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-09T18:47:55.427Z] Skipping pull go115 (already ran) [2021-03-09T18:47:55.427Z] Building go115 [2021-03-09T18:47:55.427Z] + dpkg --print-architecture [2021-03-09T18:47:55.427Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-09T18:47:55.427Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-09T18:47:55.427Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-09T18:47:55.427Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-09T18:47:55.427Z] Dload Upload Total Spent Left Speed [2021-03-09T18:47:58.721Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 115M 10 12.2M 0 0 20.6M 0 0:00:05 --:--:-- 0:00:05 20.6M 48 115M 48 56.0M 0 0 35.1M 0 0:00:03 0:00:01 0:00:02 35.1M 82 115M 82 95.1M 0 0 36.6M 0 0:00:03 0:00:02 0:00:01 36.6M 100 115M 100 115M 0 0 37.7M 0 0:00:03 0:00:03 --:--:-- 37.7M [2021-03-09T18:47:58.721Z] curl: (16) Error in the HTTP2 framing layer [2021-03-09T18:47:58.721Z] Failed to run 'override-build': Exit code was 16. [2021-03-09T18:47:58.983Z] Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-09T18:48:01.953Z] Failed in branch amd64 [2021-03-09T18:48:47.399Z] Removing intermediate container 0ca8a2eb7ab7 [2021-03-09T18:48:47.399Z] ---> 818da45498e2 [2021-03-09T18:48:47.399Z] [2021-03-09T18:48:47.399Z] Step 10/31 : FROM alpine:3.12 [2021-03-09T18:48:47.399Z] 3.12: Pulling from library/alpine [2021-03-09T18:48:47.399Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T18:48:47.399Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T18:48:47.399Z] ---> d10569e2745f [2021-03-09T18:48:47.399Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-09T18:48:47.399Z] ---> Running in 34f85cd91bd4 [2021-03-09T18:48:47.399Z] Removing intermediate container 34f85cd91bd4 [2021-03-09T18:48:47.399Z] ---> 9ede677dcc06 [2021-03-09T18:48:47.399Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-09T18:48:47.399Z] ---> Running in e02930e1598f [2021-03-09T18:48:47.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T18:48:47.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T18:48:47.399Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-09T18:48:47.399Z] (2/2) Installing su-exec (0.2-r1) [2021-03-09T18:48:47.399Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:48:47.399Z] OK: 5 MiB in 16 packages [2021-03-09T18:48:48.016Z] Removing intermediate container e02930e1598f [2021-03-09T18:48:48.016Z] ---> be10a910dad1 [2021-03-09T18:48:48.016Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-09T18:48:48.294Z] ---> Running in ce8cc9531bc0 [2021-03-09T18:48:49.763Z] Removing intermediate container ce8cc9531bc0 [2021-03-09T18:48:49.763Z] ---> 153514f68819 [2021-03-09T18:48:49.763Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-09T18:48:50.379Z] ---> Running in a4c22f731794 [2021-03-09T18:48:51.367Z] Removing intermediate container a4c22f731794 [2021-03-09T18:48:51.367Z] ---> f7b930e67e86 [2021-03-09T18:48:51.367Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-09T18:48:51.972Z] ---> Running in df0b9c43b107 [2021-03-09T18:48:52.577Z] Removing intermediate container 2b63f064588d [2021-03-09T18:48:52.577Z] ---> bbfb52e8ecad [2021-03-09T18:48:52.577Z] [2021-03-09T18:48:52.577Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T18:48:52.577Z] ---> d10569e2745f [2021-03-09T18:48:52.577Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T18:48:53.567Z] ---> Running in 76801a80d59d [2021-03-09T18:48:56.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T18:48:56.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T18:48:56.695Z] Removing intermediate container df0b9c43b107 [2021-03-09T18:48:56.695Z] ---> dacbba778eb1 [2021-03-09T18:48:56.695Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-09T18:48:58.719Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T18:48:58.719Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:48:58.719Z] OK: 5 MiB in 15 packages [2021-03-09T18:48:58.719Z] ---> Running in 71c7377e91d3 [2021-03-09T18:48:58.719Z] Removing intermediate container 36fb3fb16dbe [2021-03-09T18:48:58.719Z] ---> 93c3a86199a5 [2021-03-09T18:48:58.719Z] [2021-03-09T18:48:58.719Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T18:48:58.719Z] ---> d10569e2745f [2021-03-09T18:48:58.719Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-09T18:48:58.719Z] Removing intermediate container 89f0e6bc00e3 [2021-03-09T18:48:58.719Z] ---> d68112d372ad [2021-03-09T18:48:58.719Z] [2021-03-09T18:48:58.719Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T18:48:58.719Z] ---> d10569e2745f [2021-03-09T18:48:58.719Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-09T18:48:58.719Z] ---> Running in 2d38f8c414e5 [2021-03-09T18:48:58.719Z] ---> Running in 343a7f6164b6 [2021-03-09T18:48:58.719Z] Removing intermediate container 71c7377e91d3 [2021-03-09T18:48:58.719Z] ---> 0cf9c89bd35b [2021-03-09T18:48:58.719Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-09T18:48:59.322Z] Removing intermediate container 76801a80d59d [2021-03-09T18:48:59.322Z] ---> 71a38143971d [2021-03-09T18:48:59.322Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T18:48:59.596Z] ---> Running in a2a451e64117 [2021-03-09T18:48:59.868Z] ---> 87b29fe6a767 [2021-03-09T18:48:59.868Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-09T18:49:00.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T18:49:00.140Z] ---> Running in a91698005ec9 [2021-03-09T18:49:00.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T18:49:00.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T18:49:00.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T18:49:00.688Z] Removing intermediate container a2a451e64117 [2021-03-09T18:49:00.688Z] ---> 2b346d65932e [2021-03-09T18:49:00.688Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-09T18:49:00.963Z] ---> Running in 940854c631bf [2021-03-09T18:49:01.240Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T18:49:01.240Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:49:01.240Z] OK: 5 MiB in 15 packages [2021-03-09T18:49:01.240Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-09T18:49:01.240Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-09T18:49:01.240Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:49:01.240Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T18:49:01.517Z] OK: 6 MiB in 16 packages [2021-03-09T18:49:02.125Z] Removing intermediate container 940854c631bf [2021-03-09T18:49:02.125Z] ---> 2a289c3159de [2021-03-09T18:49:02.125Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T18:49:02.736Z] ---> Running in 15d8decc5343 [2021-03-09T18:49:03.725Z] Removing intermediate container 08608674ea8d [2021-03-09T18:49:03.725Z] ---> bba679cf8fba [2021-03-09T18:49:03.725Z] [2021-03-09T18:49:03.725Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T18:49:03.725Z] ---> d10569e2745f [2021-03-09T18:49:03.725Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T18:49:03.726Z] ---> Using cache [2021-03-09T18:49:03.726Z] ---> 71a38143971d [2021-03-09T18:49:03.726Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T18:49:03.726Z] ---> Using cache [2021-03-09T18:49:03.726Z] ---> 2b346d65932e [2021-03-09T18:49:03.726Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-09T18:49:03.726Z] Removing intermediate container 15d8decc5343 [2021-03-09T18:49:03.726Z] ---> 5abbd9bc5f6f [2021-03-09T18:49:03.726Z] Step 15/23 : WORKDIR / [2021-03-09T18:49:03.726Z] Removing intermediate container 343a7f6164b6 [2021-03-09T18:49:03.726Z] ---> dad20c0bde61 [2021-03-09T18:49:03.726Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T18:49:03.999Z] ---> Running in 7ffcec4d9cbd [2021-03-09T18:49:03.999Z] ---> Running in bb640c51b748 [2021-03-09T18:49:03.999Z] Removing intermediate container a91698005ec9 [2021-03-09T18:49:03.999Z] ---> ba02a3ff2078 [2021-03-09T18:49:03.999Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T18:49:03.999Z] ---> Running in 0c1caa8c45ca [2021-03-09T18:49:04.273Z] Removing intermediate container 2d38f8c414e5 [2021-03-09T18:49:04.273Z] ---> 70b405d5f347 [2021-03-09T18:49:04.273Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T18:49:04.550Z] ---> Running in 5c090d6e5f88 [2021-03-09T18:49:04.835Z] Removing intermediate container 7ffcec4d9cbd [2021-03-09T18:49:04.835Z] ---> 4bb6f88eb81f [2021-03-09T18:49:04.835Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T18:49:04.835Z] Removing intermediate container bb640c51b748 [2021-03-09T18:49:04.835Z] ---> 01e46fd75ce6 [2021-03-09T18:49:04.835Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T18:49:04.835Z] Removing intermediate container 0c1caa8c45ca [2021-03-09T18:49:04.835Z] ---> 39e2133fb69f [2021-03-09T18:49:04.835Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-09T18:49:04.835Z] ---> Running in b08a7b7c7dd1 [2021-03-09T18:49:05.116Z] ---> Running in 7713f8b35ef0 [2021-03-09T18:49:05.116Z] ---> 26b8b768e339 [2021-03-09T18:49:05.116Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-09T18:49:05.393Z] Removing intermediate container 5c090d6e5f88 [2021-03-09T18:49:05.393Z] ---> a84fb707213a [2021-03-09T18:49:05.393Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-09T18:49:05.667Z] Removing intermediate container b08a7b7c7dd1 [2021-03-09T18:49:05.667Z] ---> ee8279481aab [2021-03-09T18:49:05.667Z] Step 15/23 : WORKDIR / [2021-03-09T18:49:05.667Z] ---> Running in 7ef953072b3f [2021-03-09T18:49:05.943Z] ---> Running in ccc911cccc2b [2021-03-09T18:49:05.943Z] Removing intermediate container 7713f8b35ef0 [2021-03-09T18:49:05.943Z] ---> c8f06e21e39a [2021-03-09T18:49:05.943Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T18:49:05.943Z] ---> 56265535177c [2021-03-09T18:49:05.943Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-09T18:49:06.218Z] ---> Running in d5e23c8cbee0 [2021-03-09T18:49:06.218Z] Removing intermediate container 7ef953072b3f [2021-03-09T18:49:06.218Z] ---> bf9f855806b7 [2021-03-09T18:49:06.218Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T18:49:06.502Z] ---> Running in 2b49b79eb65c [2021-03-09T18:49:07.105Z] Removing intermediate container ccc911cccc2b [2021-03-09T18:49:07.105Z] ---> 4fdc5503cbc7 [2021-03-09T18:49:07.105Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T18:49:07.105Z] Removing intermediate container d5e23c8cbee0 [2021-03-09T18:49:07.105Z] ---> 10938edc696d [2021-03-09T18:49:07.105Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T18:49:07.377Z] ---> 3844566324fb [2021-03-09T18:49:07.377Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-09T18:49:07.377Z] Removing intermediate container 2b49b79eb65c [2021-03-09T18:49:07.377Z] ---> 523b70f6653c [2021-03-09T18:49:07.377Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T18:49:07.650Z] ---> babcb43b3b41 [2021-03-09T18:49:07.650Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-09T18:49:08.246Z] ---> ab5d822048a8 [2021-03-09T18:49:08.246Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-09T18:49:08.519Z] ---> a9b67354459b [2021-03-09T18:49:08.519Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-09T18:49:08.519Z] ---> bca8427d4e3e [2021-03-09T18:49:08.519Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-09T18:49:08.519Z] ---> 1edfd63b30b1 [2021-03-09T18:49:08.519Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-09T18:49:08.792Z] ---> 7e027eb4806f [2021-03-09T18:49:08.792Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-09T18:49:09.388Z] ---> Running in 2da04b30daaf [2021-03-09T18:49:10.370Z] ---> d1296c339717 [2021-03-09T18:49:10.370Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-09T18:49:10.370Z] Removing intermediate container 2da04b30daaf [2021-03-09T18:49:10.370Z] ---> db19608cb46c [2021-03-09T18:49:10.370Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T18:49:10.370Z] ---> 88be72fb3d0a [2021-03-09T18:49:10.370Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-09T18:49:10.370Z] ---> 2e147ac45eab [2021-03-09T18:49:10.370Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-09T18:49:10.370Z] ---> b6a51888a66e [2021-03-09T18:49:10.370Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-09T18:49:10.645Z] ---> Running in 2c0eb3fa7acc [2021-03-09T18:49:11.250Z] ---> cbbba1408365 [2021-03-09T18:49:11.250Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-09T18:49:11.250Z] Removing intermediate container 2c0eb3fa7acc [2021-03-09T18:49:11.250Z] ---> bde0a3dc6d0e [2021-03-09T18:49:11.250Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T18:49:11.522Z] ---> Running in 26a014f5e949 [2021-03-09T18:49:11.522Z] ---> f9b3a3ae4e70 [2021-03-09T18:49:11.522Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-09T18:49:11.522Z] ---> daceb2aaf4c0 [2021-03-09T18:49:11.522Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-09T18:49:11.794Z] ---> Running in 7200300b0405 [2021-03-09T18:49:11.794Z] ---> 340a062c8b6b [2021-03-09T18:49:11.794Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-09T18:49:12.071Z] ---> Running in c74dce3eb226 [2021-03-09T18:49:12.071Z] ---> Running in dc5894c1fa9f [2021-03-09T18:49:12.071Z] ---> Running in 9e46a5cd1b66 [2021-03-09T18:49:12.347Z] Removing intermediate container 26a014f5e949 [2021-03-09T18:49:12.347Z] ---> bebb2c0841e2 [2021-03-09T18:49:12.347Z] Step 22/23 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:49:12.347Z] Removing intermediate container 7200300b0405 [2021-03-09T18:49:12.347Z] ---> 08bdca0b0648 [2021-03-09T18:49:12.347Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-09T18:49:12.347Z] ---> Running in bc9a0ec57291 [2021-03-09T18:49:12.624Z] Removing intermediate container c74dce3eb226 [2021-03-09T18:49:12.624Z] ---> 0844c4c45229 [2021-03-09T18:49:12.624Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T18:49:12.624Z] Removing intermediate container dc5894c1fa9f [2021-03-09T18:49:12.624Z] ---> ad9cfea25b57 [2021-03-09T18:49:12.624Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T18:49:12.896Z] Removing intermediate container 9e46a5cd1b66 [2021-03-09T18:49:12.896Z] ---> 9b1468963a15 [2021-03-09T18:49:12.896Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T18:49:13.170Z] ---> Running in 740c3264988e [2021-03-09T18:49:13.170Z] ---> Running in b9592291eb7b [2021-03-09T18:49:13.170Z] ---> Running in e0b445ee4383 [2021-03-09T18:49:13.446Z] Removing intermediate container bc9a0ec57291 [2021-03-09T18:49:13.446Z] ---> 6ef423e8fe75 [2021-03-09T18:49:13.446Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T18:49:13.446Z] ---> 529fe97edd4c [2021-03-09T18:49:13.446Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-09T18:49:13.446Z] ---> Running in 4765f0c96d7f [2021-03-09T18:49:14.041Z] ---> Running in c47d43949b9d [2021-03-09T18:49:14.041Z] Removing intermediate container b9592291eb7b [2021-03-09T18:49:14.041Z] ---> 8ff1577579d2 [2021-03-09T18:49:14.041Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T18:49:14.041Z] Removing intermediate container e0b445ee4383 [2021-03-09T18:49:14.041Z] ---> 7b4663e2bc4e [2021-03-09T18:49:14.041Z] Step 20/22 : LABEL arch=arm64 [2021-03-09T18:49:14.316Z] Removing intermediate container 740c3264988e [2021-03-09T18:49:14.316Z] ---> f3abaefd0a57 [2021-03-09T18:49:14.316Z] Step 20/22 : LABEL arch=arm64 [2021-03-09T18:49:14.316Z] Removing intermediate container 4765f0c96d7f [2021-03-09T18:49:14.316Z] ---> d068d7d71670 [2021-03-09T18:49:14.317Z] [2021-03-09T18:49:14.317Z] ---> Running in 274eef5fbd68 [2021-03-09T18:49:14.317Z] ---> Running in d2fa4acd558e [2021-03-09T18:49:14.317Z] ---> Running in 3d57964f5e39 [2021-03-09T18:49:14.935Z] Successfully built d068d7d71670 [2021-03-09T18:49:15.211Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-09T18:49:15.211Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-03-09T18:49:15.211Z] Removing intermediate container d2fa4acd558e [2021-03-09T18:49:15.211Z] ---> 78d344915258 [2021-03-09T18:49:15.211Z] Step 22/23 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:49:15.211Z] Removing intermediate container 3d57964f5e39 [2021-03-09T18:49:15.211Z] ---> b1822a31ad88 [2021-03-09T18:49:15.211Z] Step 21/22 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:49:15.211Z] Removing intermediate container 274eef5fbd68 [2021-03-09T18:49:15.211Z] ---> 4475f0b9fd11 [2021-03-09T18:49:15.211Z] Step 21/22 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:49:15.484Z] ---> Running in 5367a3d12edc [2021-03-09T18:49:15.484Z] ---> Running in 5cc943adc324 [2021-03-09T18:49:15.484Z] ---> Running in d8ed3b8aa57b [2021-03-09T18:49:16.482Z] Removing intermediate container 5367a3d12edc [2021-03-09T18:49:16.482Z] ---> 465d524e2415 [2021-03-09T18:49:16.482Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T18:49:16.482Z] Removing intermediate container d8ed3b8aa57b [2021-03-09T18:49:16.482Z] ---> 6db48eda54b9 [2021-03-09T18:49:16.482Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T18:49:16.482Z] Removing intermediate container 5cc943adc324 [2021-03-09T18:49:16.482Z] ---> 6d4c3eb31159 [2021-03-09T18:49:16.482Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T18:49:16.752Z] ---> Running in 8f0c4d8ae479 [2021-03-09T18:49:17.025Z] ---> Running in 7bd19193a7ff [2021-03-09T18:49:17.025Z] ---> Running in 07d3602abb82 [2021-03-09T18:49:17.635Z] Removing intermediate container c47d43949b9d [2021-03-09T18:49:17.635Z] ---> f45ff72e07e9 [2021-03-09T18:49:17.635Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-09T18:49:17.908Z] Removing intermediate container 8f0c4d8ae479 [2021-03-09T18:49:17.908Z] ---> ced7bb236874 [2021-03-09T18:49:17.908Z] [2021-03-09T18:49:17.908Z] Removing intermediate container 07d3602abb82 [2021-03-09T18:49:17.908Z] ---> d944c4f15fb8 [2021-03-09T18:49:17.908Z] [2021-03-09T18:49:18.505Z] Successfully built ced7bb236874 [2021-03-09T18:49:18.505Z] Successfully built d944c4f15fb8 [2021-03-09T18:49:18.778Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-09T18:49:18.778Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-09T18:49:18.778Z]  Building docker-support-notifications-go ... done  ---> Running in 91e6f2412d6c [2021-03-09T18:49:18.778Z] Building docker-security-secretstore-setup-go [2021-03-09T18:49:18.778Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-09T18:49:18.778Z] Removing intermediate container 7bd19193a7ff [2021-03-09T18:49:18.778Z] ---> ca7dbc63b8f2 [2021-03-09T18:49:18.778Z] [2021-03-09T18:49:19.374Z] Successfully built ca7dbc63b8f2 [2021-03-09T18:49:19.374Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-09T18:49:19.374Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-03-09T18:49:19.374Z] Removing intermediate container 91e6f2412d6c [2021-03-09T18:49:19.374Z] ---> 450b53793a2b [2021-03-09T18:49:19.374Z] Step 28/31 : CMD ["gate"] [2021-03-09T18:49:19.644Z] ---> Running in 5a5031b265ed [2021-03-09T18:49:20.235Z] Removing intermediate container 5a5031b265ed [2021-03-09T18:49:20.235Z] ---> 6cd3980c2d89 [2021-03-09T18:49:20.235Z] Step 29/31 : LABEL arch=arm64 [2021-03-09T18:49:20.508Z] ---> Running in ff01e88754fc [2021-03-09T18:49:21.102Z] Removing intermediate container ff01e88754fc [2021-03-09T18:49:21.102Z] ---> c7c84df2df77 [2021-03-09T18:49:21.102Z] Step 30/31 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:49:21.375Z] ---> Running in 580a1e5b8d00 [2021-03-09T18:49:21.649Z] Removing intermediate container 580a1e5b8d00 [2021-03-09T18:49:21.649Z] ---> a8726dfeab2f [2021-03-09T18:49:21.649Z] Step 31/31 : LABEL version=0.0.0 [2021-03-09T18:49:22.253Z] ---> Running in 1ac610acb356 [2021-03-09T18:49:22.851Z] Removing intermediate container 1ac610acb356 [2021-03-09T18:49:22.852Z] ---> 821ea63296de [2021-03-09T18:49:22.852Z] [2021-03-09T18:49:23.126Z] Successfully built 821ea63296de [2021-03-09T18:49:23.399Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-09T18:50:10.386Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T18:50:10.386Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-09T18:50:10.386Z] ---> e25496045cee [2021-03-09T18:50:10.386Z] Step 3/21 : WORKDIR /edgex-go [2021-03-09T18:50:10.386Z] ---> Using cache [2021-03-09T18:50:10.386Z] ---> 436dd857cf47 [2021-03-09T18:50:10.386Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:50:10.386Z] ---> Using cache [2021-03-09T18:50:10.386Z] ---> 33804af7d8c0 [2021-03-09T18:50:10.386Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-09T18:50:10.386Z] ---> Using cache [2021-03-09T18:50:10.386Z] ---> 9572c5bc098b [2021-03-09T18:50:10.386Z] Step 6/21 : COPY go.mod . [2021-03-09T18:50:10.386Z] ---> Using cache [2021-03-09T18:50:10.386Z] ---> 6ecc24ac651e [2021-03-09T18:50:10.386Z] Step 7/21 : RUN go mod download [2021-03-09T18:50:10.386Z] ---> Using cache [2021-03-09T18:50:10.386Z] ---> e2a803cf0429 [2021-03-09T18:50:10.386Z] Step 8/21 : COPY . . [2021-03-09T18:50:10.386Z] ---> Using cache [2021-03-09T18:50:10.386Z] ---> 6d992f3149f9 [2021-03-09T18:50:10.386Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-09T18:50:10.998Z] ---> Running in ebc1f209bdbb [2021-03-09T18:50:12.440Z] 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-03-09T18:50:14.426Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T18:50:14.426Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-09T18:50:14.426Z] ---> e25496045cee [2021-03-09T18:50:14.426Z] Step 3/26 : WORKDIR /edgex-go [2021-03-09T18:50:14.426Z] ---> Using cache [2021-03-09T18:50:14.426Z] ---> 436dd857cf47 [2021-03-09T18:50:14.426Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:50:14.426Z] ---> Using cache [2021-03-09T18:50:14.426Z] ---> 33804af7d8c0 [2021-03-09T18:50:14.426Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-09T18:50:14.426Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T18:50:14.426Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T18:50:14.426Z] ---> e25496045cee [2021-03-09T18:50:14.426Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T18:50:14.426Z] ---> Using cache [2021-03-09T18:50:14.426Z] ---> 436dd857cf47 [2021-03-09T18:50:14.426Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:50:14.426Z] ---> Using cache [2021-03-09T18:50:14.426Z] ---> 33804af7d8c0 [2021-03-09T18:50:14.426Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-09T18:50:14.426Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T18:50:14.426Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-09T18:50:14.426Z] ---> e25496045cee [2021-03-09T18:50:14.426Z] Step 3/24 : WORKDIR /edgex-go [2021-03-09T18:50:14.426Z] ---> Using cache [2021-03-09T18:50:14.426Z] ---> 436dd857cf47 [2021-03-09T18:50:14.426Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:50:14.426Z] ---> Using cache [2021-03-09T18:50:14.426Z] ---> 33804af7d8c0 [2021-03-09T18:50:14.426Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-09T18:50:14.426Z] ---> Using cache [2021-03-09T18:50:14.426Z] ---> 9572c5bc098b [2021-03-09T18:50:14.426Z] Step 6/24 : COPY go.mod . [2021-03-09T18:50:14.426Z] ---> Using cache [2021-03-09T18:50:14.426Z] ---> 6ecc24ac651e [2021-03-09T18:50:14.426Z] Step 7/24 : RUN go mod download [2021-03-09T18:50:14.426Z] ---> Using cache [2021-03-09T18:50:14.426Z] ---> e2a803cf0429 [2021-03-09T18:50:14.426Z] Step 8/24 : COPY . . [2021-03-09T18:50:14.426Z] ---> Using cache [2021-03-09T18:50:14.426Z] ---> 6d992f3149f9 [2021-03-09T18:50:14.426Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-09T18:50:14.700Z] ---> Running in 0435327302c6 [2021-03-09T18:50:14.700Z] ---> Running in a14dbf297633 [2021-03-09T18:50:14.700Z] ---> Running in 23a9138de2d7 [2021-03-09T18:50:17.353Z] 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-03-09T18:50:17.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T18:50:17.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T18:50:17.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T18:50:18.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T18:50:18.798Z] OK: 217 MiB in 51 packages [2021-03-09T18:50:19.076Z] OK: 217 MiB in 51 packages [2021-03-09T18:50:20.552Z] Removing intermediate container a14dbf297633 [2021-03-09T18:50:20.552Z] ---> 42e14a20ac99 [2021-03-09T18:50:20.552Z] Step 6/26 : COPY go.mod . [2021-03-09T18:50:21.161Z] Removing intermediate container 0435327302c6 [2021-03-09T18:50:21.161Z] ---> be97b57a683f [2021-03-09T18:50:21.161Z] Step 6/23 : COPY go.mod . [2021-03-09T18:50:21.766Z] ---> 66ae232df834 [2021-03-09T18:50:21.766Z] Step 7/26 : RUN go mod download [2021-03-09T18:50:22.044Z] ---> Running in 70e80474aace [2021-03-09T18:50:22.322Z] ---> f4e8e48363ad [2021-03-09T18:50:22.322Z] Step 7/23 : RUN go mod download [2021-03-09T18:50:22.603Z] ---> Running in 3859d751e5d5 [2021-03-09T18:50:26.936Z] Removing intermediate container 70e80474aace [2021-03-09T18:50:26.936Z] ---> 73d48eb9eab4 [2021-03-09T18:50:26.936Z] Step 8/26 : COPY . . [2021-03-09T18:50:27.214Z] Removing intermediate container 3859d751e5d5 [2021-03-09T18:50:27.214Z] ---> 864b99e462d1 [2021-03-09T18:50:27.214Z] Step 8/23 : COPY . . [2021-03-09T18:50:59.620Z] ---> 041a184bbd7d [2021-03-09T18:50:59.620Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-09T18:50:59.620Z] ---> 84f3f3ddceb3 [2021-03-09T18:50:59.620Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-09T18:50:59.620Z] ---> Running in 1f061a9a215f [2021-03-09T18:50:59.620Z] ---> Running in 902c5945713a [2021-03-09T18:51:00.609Z] 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-03-09T18:51:00.887Z] 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-03-09T18:51:01.164Z] 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-03-09T18:51:06.585Z] 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-03-09T18:51:16.769Z] Removing intermediate container ebc1f209bdbb [2021-03-09T18:51:16.769Z] ---> 489c62cf7035 [2021-03-09T18:51:16.769Z] [2021-03-09T18:51:16.769Z] Step 10/21 : FROM alpine:3.12 [2021-03-09T18:51:16.769Z] ---> d10569e2745f [2021-03-09T18:51:16.769Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-09T18:51:16.769Z] ---> Running in ca2dac031ba3 [2021-03-09T18:51:18.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T18:51:18.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T18:51:19.752Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-09T18:51:19.752Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T18:51:19.752Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-09T18:51:19.752Z] (4/4) Installing curl (7.69.1-r3) [2021-03-09T18:51:19.752Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:51:19.752Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T18:51:20.028Z] OK: 7 MiB in 18 packages [2021-03-09T18:51:21.021Z] Removing intermediate container 23a9138de2d7 [2021-03-09T18:51:21.021Z] ---> ece88559126f [2021-03-09T18:51:21.021Z] [2021-03-09T18:51:21.021Z] Step 10/24 : FROM alpine:3.12 [2021-03-09T18:51:21.021Z] ---> d10569e2745f [2021-03-09T18:51:21.021Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-09T18:51:21.304Z] ---> Running in 76dfec1fcb23 [2021-03-09T18:51:23.298Z] Removing intermediate container ca2dac031ba3 [2021-03-09T18:51:23.298Z] ---> 2221e70a2dac [2021-03-09T18:51:23.298Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T18:51:23.573Z] ---> Running in 5004131c3812 [2021-03-09T18:51:23.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T18:51:23.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T18:51:24.137Z] Removing intermediate container 5004131c3812 [2021-03-09T18:51:24.137Z] ---> 1742a0fd59d7 [2021-03-09T18:51:24.137Z] Step 13/21 : WORKDIR /edgex [2021-03-09T18:51:24.137Z] ---> Running in b77fa5d33f24 [2021-03-09T18:51:24.417Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-09T18:51:24.417Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T18:51:24.417Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-09T18:51:24.417Z] (4/5) Installing curl (7.69.1-r3) [2021-03-09T18:51:24.417Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-09T18:51:24.417Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:51:24.417Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T18:51:24.695Z] OK: 7 MiB in 19 packages [2021-03-09T18:51:24.970Z] Removing intermediate container b77fa5d33f24 [2021-03-09T18:51:24.970Z] ---> a47d0c24f9dd [2021-03-09T18:51:24.970Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-09T18:51:26.411Z] ---> 458fde9aa1b7 [2021-03-09T18:51:26.411Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-09T18:51:27.393Z] Removing intermediate container 76dfec1fcb23 [2021-03-09T18:51:27.393Z] ---> a28d7cf06ced [2021-03-09T18:51:27.393Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T18:51:27.667Z] ---> Running in 32eb4be65871 [2021-03-09T18:51:28.265Z] ---> c5554d2ef8c8 [2021-03-09T18:51:28.265Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-09T18:51:28.540Z] Removing intermediate container 32eb4be65871 [2021-03-09T18:51:28.540Z] ---> 514dfce50064 [2021-03-09T18:51:28.540Z] Step 13/24 : WORKDIR / [2021-03-09T18:51:28.814Z] ---> Running in 580a3734224b [2021-03-09T18:51:29.795Z] Removing intermediate container 580a3734224b [2021-03-09T18:51:29.795Z] ---> cb89d6c860cc [2021-03-09T18:51:29.795Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-09T18:51:30.393Z] ---> e685b1d47e02 [2021-03-09T18:51:30.394Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-09T18:51:30.667Z] ---> Running in f2c49a919bb5 [2021-03-09T18:51:31.272Z] ---> 6f38488800f0 [2021-03-09T18:51:31.272Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-09T18:51:31.272Z] Removing intermediate container f2c49a919bb5 [2021-03-09T18:51:31.547Z] ---> 8b2f49ed269d [2021-03-09T18:51:31.547Z] Step 18/21 : CMD ["--init=true"] [2021-03-09T18:51:31.547Z] ---> Running in 6f4c4b2d8e8e [2021-03-09T18:51:32.527Z] Removing intermediate container 6f4c4b2d8e8e [2021-03-09T18:51:32.527Z] ---> 192d6e8f96c7 [2021-03-09T18:51:32.527Z] Step 19/21 : LABEL arch=arm64 [2021-03-09T18:51:32.527Z] ---> da27d689c77c [2021-03-09T18:51:32.527Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-09T18:51:32.527Z] ---> Running in fa9eb232e2ce [2021-03-09T18:51:33.502Z] Removing intermediate container fa9eb232e2ce [2021-03-09T18:51:33.502Z] ---> e6bf48c8366b [2021-03-09T18:51:33.502Z] Step 20/21 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:51:33.778Z] ---> Running in 5350a9abdb3b [2021-03-09T18:51:33.778Z] ---> eb86f156249c [2021-03-09T18:51:33.778Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-09T18:51:34.380Z] Removing intermediate container 5350a9abdb3b [2021-03-09T18:51:34.380Z] ---> ffcccc5f60c4 [2021-03-09T18:51:34.380Z] Step 21/21 : LABEL version=0.0.0 [2021-03-09T18:51:34.662Z] ---> Running in 0f5f26304fb6 [2021-03-09T18:51:35.650Z] Removing intermediate container 0f5f26304fb6 [2021-03-09T18:51:35.650Z] ---> e921d292dc06 [2021-03-09T18:51:35.650Z] [2021-03-09T18:51:35.650Z] ---> 1657d13c80e6 [2021-03-09T18:51:35.650Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-09T18:51:36.261Z] Successfully built e921d292dc06 [2021-03-09T18:51:36.538Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-09T18:51:37.535Z]  Building docker-security-proxy-setup-go ... done  ---> 5f3adc4a4b98 [2021-03-09T18:51:37.535Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-09T18:51:38.535Z] ---> 20f3c8e181f5 [2021-03-09T18:51:38.535Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-09T18:51:38.806Z] ---> Running in b8815151d3ab [2021-03-09T18:51:42.227Z] Removing intermediate container b8815151d3ab [2021-03-09T18:51:42.227Z] ---> fb03de8242cf [2021-03-09T18:51:42.227Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-09T18:51:42.227Z] ---> Running in f85f40d36f52 [2021-03-09T18:51:42.827Z] Removing intermediate container f85f40d36f52 [2021-03-09T18:51:42.827Z] ---> dde8e6c6d594 [2021-03-09T18:51:42.827Z] Step 22/24 : LABEL arch=arm64 [2021-03-09T18:51:42.827Z] ---> Running in 18646e44a7c1 [2021-03-09T18:51:43.439Z] Removing intermediate container 18646e44a7c1 [2021-03-09T18:51:43.439Z] ---> 08937755aebd [2021-03-09T18:51:43.439Z] Step 23/24 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:51:43.718Z] ---> Running in e10a2cc4aab6 [2021-03-09T18:51:44.319Z] Removing intermediate container e10a2cc4aab6 [2021-03-09T18:51:44.319Z] ---> 1538b1a97eb8 [2021-03-09T18:51:44.319Z] Step 24/24 : LABEL version=0.0.0 [2021-03-09T18:51:44.596Z] ---> Running in 9eb866e2ec6b [2021-03-09T18:51:45.199Z] Removing intermediate container 9eb866e2ec6b [2021-03-09T18:51:45.199Z] ---> cd7697363780 [2021-03-09T18:51:45.199Z] [2021-03-09T18:51:45.481Z] Successfully built cd7697363780 [2021-03-09T18:51:45.759Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-09T18:52:04.106Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1f061a9a215f [2021-03-09T18:52:04.106Z] ---> 8ffbe4663c21 [2021-03-09T18:52:04.106Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-09T18:52:04.106Z] ---> Running in f32c7ba25ec1 [2021-03-09T18:52:04.707Z] 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-03-09T18:52:08.100Z] Removing intermediate container f32c7ba25ec1 [2021-03-09T18:52:08.100Z] ---> bff416a81d40 [2021-03-09T18:52:08.100Z] [2021-03-09T18:52:08.100Z] Step 11/26 : FROM docker:20.10.0 [2021-03-09T18:52:08.100Z] 20.10.0: Pulling from library/docker [2021-03-09T18:52:18.278Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-09T18:52:18.278Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-09T18:52:18.278Z] ---> eeaf43b92773 [2021-03-09T18:52:18.278Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-09T18:52:18.278Z] Removing intermediate container 902c5945713a [2021-03-09T18:52:18.278Z] ---> 0867dd0613f3 [2021-03-09T18:52:18.278Z] [2021-03-09T18:52:18.278Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T18:52:18.278Z] ---> d10569e2745f [2021-03-09T18:52:18.278Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-09T18:52:18.278Z] ---> Running in bee03b68f40c [2021-03-09T18:52:18.278Z] ---> Running in 0d0c815310a9 [2021-03-09T18:52:18.278Z] Removing intermediate container 0d0c815310a9 [2021-03-09T18:52:18.278Z] ---> d74082accc1c [2021-03-09T18:52:18.278Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-09T18:52:18.278Z] ---> Running in a7009592b6fb [2021-03-09T18:52:18.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T18:52:18.278Z] Removing intermediate container a7009592b6fb [2021-03-09T18:52:18.278Z] ---> 219dc15a0966 [2021-03-09T18:52:18.278Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-09T18:52:18.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T18:52:18.549Z] ---> Running in d98a837770ff [2021-03-09T18:52:18.826Z] Removing intermediate container d98a837770ff [2021-03-09T18:52:18.826Z] ---> c66055c8dafe [2021-03-09T18:52:18.826Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T18:52:18.826Z] (1/2) Installing readline (8.0.4-r0) [2021-03-09T18:52:18.826Z] (2/2) Installing bash (5.0.17-r0) [2021-03-09T18:52:18.826Z] Executing bash-5.0.17-r0.post-install [2021-03-09T18:52:18.826Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:52:18.826Z] OK: 12 MiB in 22 packages [2021-03-09T18:52:19.102Z] ---> Running in 08108eb824a2 [2021-03-09T18:52:20.079Z] Removing intermediate container bee03b68f40c [2021-03-09T18:52:20.079Z] ---> 119a51845d29 [2021-03-09T18:52:20.079Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-09T18:52:20.351Z] ---> Running in 019a482b5177 [2021-03-09T18:52:20.948Z] Removing intermediate container 019a482b5177 [2021-03-09T18:52:20.948Z] ---> 014f32aa5a92 [2021-03-09T18:52:20.948Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-09T18:52:20.948Z] ---> Running in 6af364b9bf5d [2021-03-09T18:52:21.220Z] Removing intermediate container 08108eb824a2 [2021-03-09T18:52:21.220Z] ---> d2d1770219e1 [2021-03-09T18:52:21.220Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-09T18:52:21.220Z] ---> Running in 3a5c4912d395 [2021-03-09T18:52:21.510Z] Removing intermediate container 6af364b9bf5d [2021-03-09T18:52:21.510Z] ---> bd78320c5b74 [2021-03-09T18:52:21.510Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-09T18:52:21.781Z] ---> Running in 96ae4e20d4a3 [2021-03-09T18:52:22.055Z] Removing intermediate container 96ae4e20d4a3 [2021-03-09T18:52:22.055Z] ---> 7a8eea64c526 [2021-03-09T18:52:22.055Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-09T18:52:22.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T18:52:23.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T18:52:23.248Z] ---> 0df3c49eaa3b [2021-03-09T18:52:23.248Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-09T18:52:23.852Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-09T18:52:24.124Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-09T18:52:24.124Z] ---> b81cb509cea0 [2021-03-09T18:52:24.124Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-09T18:52:24.124Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-09T18:52:24.124Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-09T18:52:24.396Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-09T18:52:24.673Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-09T18:52:24.673Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:52:24.673Z] OK: 8 MiB in 20 packages [2021-03-09T18:52:24.954Z] ---> 002836d5ca0f [2021-03-09T18:52:24.954Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-09T18:52:25.235Z] ---> Running in 941414f23ed6 [2021-03-09T18:52:25.838Z] Removing intermediate container 3a5c4912d395 [2021-03-09T18:52:25.838Z] ---> ad13ae22b05f [2021-03-09T18:52:25.838Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T18:52:26.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T18:52:26.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T18:52:26.715Z] ---> e557ae9fc640 [2021-03-09T18:52:26.715Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-09T18:52:27.307Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-09T18:52:27.307Z] (2/33) Installing expat (2.2.9-r1) [2021-03-09T18:52:27.307Z] (3/33) Installing libffi (3.3-r2) [2021-03-09T18:52:27.307Z] (4/33) Installing gdbm (1.13-r1) [2021-03-09T18:52:27.307Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-09T18:52:27.307Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-09T18:52:27.307Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-09T18:52:28.749Z] ---> b73dd5bf9e29 [2021-03-09T18:52:28.749Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-09T18:52:29.020Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-09T18:52:29.020Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-09T18:52:29.020Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-09T18:52:29.020Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-09T18:52:29.020Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-09T18:52:29.020Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-09T18:52:29.292Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-09T18:52:29.292Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-09T18:52:29.292Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-09T18:52:29.292Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-09T18:52:29.292Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-09T18:52:29.292Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-09T18:52:29.292Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-09T18:52:29.292Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-09T18:52:29.292Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-09T18:52:29.566Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-09T18:52:29.567Z] ---> ba79728debc0 [2021-03-09T18:52:29.567Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-09T18:52:29.567Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-09T18:52:29.567Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-09T18:52:29.567Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-09T18:52:29.567Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-09T18:52:29.567Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-09T18:52:29.567Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-09T18:52:29.567Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-09T18:52:29.567Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-09T18:52:29.567Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-09T18:52:29.567Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-09T18:52:29.567Z] ---> Running in 7c0ddb6c6678 [2021-03-09T18:52:29.841Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:52:29.841Z] OK: 71 MiB in 55 packages [2021-03-09T18:52:30.118Z] Removing intermediate container 7c0ddb6c6678 [2021-03-09T18:52:30.118Z] ---> c2aa54bdacd9 [2021-03-09T18:52:30.118Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T18:52:30.409Z] ---> Running in cac763f2f388 [2021-03-09T18:52:30.684Z] Removing intermediate container cac763f2f388 [2021-03-09T18:52:30.684Z] ---> 37accf675d37 [2021-03-09T18:52:30.684Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T18:52:30.960Z] ---> Running in 743d259280f2 [2021-03-09T18:52:31.562Z] Removing intermediate container 743d259280f2 [2021-03-09T18:52:31.562Z] ---> d9bad97659f3 [2021-03-09T18:52:31.562Z] Step 22/23 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:52:31.839Z] ---> Running in a80e93a3432f [2021-03-09T18:52:32.436Z] Removing intermediate container a80e93a3432f [2021-03-09T18:52:32.436Z] ---> 944df1ca5182 [2021-03-09T18:52:32.436Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T18:52:32.436Z] ---> Running in 18aa0903666a [2021-03-09T18:52:33.034Z] Removing intermediate container 18aa0903666a [2021-03-09T18:52:33.034Z] ---> e764e44c2d76 [2021-03-09T18:52:33.034Z] [2021-03-09T18:52:33.627Z] Successfully built e764e44c2d76 [2021-03-09T18:52:33.627Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-09T18:52:35.607Z]  Building docker-core-data-go ... done Removing intermediate container 941414f23ed6 [2021-03-09T18:52:35.607Z] ---> b20f73b6de12 [2021-03-09T18:52:35.607Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-09T18:52:35.889Z] ---> Running in 0f52d3d267e3 [2021-03-09T18:52:40.188Z] Collecting docker-compose==1.23.2 [2021-03-09T18:52:40.459Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-09T18:52:41.048Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-09T18:52:41.048Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-09T18:52:42.026Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-09T18:52:42.026Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-09T18:52:42.620Z] Collecting jsonschema<3,>=2.5.1 [2021-03-09T18:52:42.620Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-09T18:52:42.893Z] 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-03-09T18:52:43.165Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-09T18:52:43.165Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-09T18:52:45.132Z] Collecting docopt<0.7,>=0.6.1 [2021-03-09T18:52:45.132Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-09T18:52:47.092Z] Collecting docker<4.0,>=3.6.0 [2021-03-09T18:52:47.092Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-09T18:52:48.067Z] Collecting PyYAML<4,>=3.10 [2021-03-09T18:52:48.067Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-09T18:52:51.443Z] Collecting cached-property<2,>=1.2.0 [2021-03-09T18:52:51.443Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-09T18:52:51.443Z] Collecting texttable<0.10,>=0.9.0 [2021-03-09T18:52:51.443Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-09T18:52:53.407Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-09T18:52:53.407Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-09T18:52:53.677Z] 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-03-09T18:52:53.677Z] 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-03-09T18:52:53.948Z] Collecting idna<2.8,>=2.5 [2021-03-09T18:52:53.948Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-09T18:52:54.219Z] Collecting docker-pycreds>=0.4.0 [2021-03-09T18:52:54.219Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-09T18:52:54.219Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-09T18:52:54.219Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-09T18:52:54.219Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-09T18:52:54.219Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-09T18:52:55.190Z] Installing collected packages: websocket-client, urllib3, idna, requests, jsonschema, dockerpty, docopt, docker-pycreds, docker, PyYAML, cached-property, texttable, docker-compose [2021-03-09T18:52:55.190Z] Attempting uninstall: urllib3 [2021-03-09T18:52:55.190Z] Found existing installation: urllib3 1.25.9 [2021-03-09T18:52:55.190Z] Uninstalling urllib3-1.25.9: [2021-03-09T18:52:55.460Z] Successfully uninstalled urllib3-1.25.9 [2021-03-09T18:52:56.052Z] Attempting uninstall: idna [2021-03-09T18:52:56.052Z] Found existing installation: idna 2.9 [2021-03-09T18:52:56.052Z] Uninstalling idna-2.9: [2021-03-09T18:52:56.052Z] Successfully uninstalled idna-2.9 [2021-03-09T18:52:56.697Z] Attempting uninstall: requests [2021-03-09T18:52:56.697Z] Found existing installation: requests 2.23.0 [2021-03-09T18:52:56.697Z] Uninstalling requests-2.23.0: [2021-03-09T18:52:56.969Z] Successfully uninstalled requests-2.23.0 [2021-03-09T18:52:57.569Z] Running setup.py install for dockerpty: started [2021-03-09T18:52:59.579Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-09T18:52:59.579Z] Running setup.py install for docopt: started [2021-03-09T18:53:01.650Z] Running setup.py install for docopt: finished with status 'done' [2021-03-09T18:53:02.627Z] Running setup.py install for PyYAML: started [2021-03-09T18:53:04.604Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-09T18:53:04.604Z] Running setup.py install for texttable: started [2021-03-09T18:53:06.037Z] Running setup.py install for texttable: finished with status 'done' [2021-03-09T18:53:07.021Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-09T18:53:11.356Z] Removing intermediate container 0f52d3d267e3 [2021-03-09T18:53:11.356Z] ---> a12e3af767e8 [2021-03-09T18:53:11.356Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-09T18:53:11.356Z] ---> Running in 94e5ebf6a143 [2021-03-09T18:53:11.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T18:53:12.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T18:53:12.834Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T18:53:12.834Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-09T18:53:12.834Z] (3/3) Installing curl (7.69.1-r3) [2021-03-09T18:53:12.834Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T18:53:12.834Z] OK: 71 MiB in 58 packages [2021-03-09T18:53:13.820Z] Removing intermediate container 94e5ebf6a143 [2021-03-09T18:53:13.821Z] ---> 888c449afd19 [2021-03-09T18:53:13.821Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-09T18:53:14.095Z] ---> Running in ae31c4e2d663 [2021-03-09T18:53:14.697Z] Removing intermediate container ae31c4e2d663 [2021-03-09T18:53:14.697Z] ---> e366d6f865bd [2021-03-09T18:53:14.697Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T18:53:14.697Z] ---> Running in 62c12892be67 [2021-03-09T18:53:14.972Z] Removing intermediate container 62c12892be67 [2021-03-09T18:53:14.972Z] ---> 21db04efeedf [2021-03-09T18:53:14.972Z] Step 24/26 : LABEL arch=arm64 [2021-03-09T18:53:15.247Z] ---> Running in da56be17cfe4 [2021-03-09T18:53:15.846Z] Removing intermediate container da56be17cfe4 [2021-03-09T18:53:15.846Z] ---> a6dedb258c09 [2021-03-09T18:53:15.846Z] Step 25/26 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e [2021-03-09T18:53:15.846Z] ---> Running in 263615555a6f [2021-03-09T18:53:16.446Z] Removing intermediate container 263615555a6f [2021-03-09T18:53:16.446Z] ---> 82d3ee2ca886 [2021-03-09T18:53:16.446Z] Step 26/26 : LABEL version=0.0.0 [2021-03-09T18:53:16.446Z] ---> Running in 0038675e45e0 [2021-03-09T18:53:17.049Z] Removing intermediate container 0038675e45e0 [2021-03-09T18:53:17.050Z] ---> 527a2c35c878 [2021-03-09T18:53:17.050Z] [2021-03-09T18:53:17.325Z] Successfully built 527a2c35c878 [2021-03-09T18:53:17.325Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-09T18:53:17.615Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-09T18:53:17.614Z] $ docker stop --time=1 c4e6c169921786639c841b94321bc375be57af5627fc426f02e9260b46f9aa87 [2021-03-09T18:53:19.484Z] $ docker rm -f c4e6c169921786639c841b94321bc375be57af5627fc426f02e9260b46f9aa87 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T18:53:20.099Z] + + grep dockerdocker [2021-03-09T18:53:20.099Z] images [2021-03-09T18:53:20.370Z] docker-sys-mgmt-agent-go-arm64 latest 527a2c35c878 4 seconds ago 300MB [2021-03-09T18:53:20.370Z] docker-core-data-go-arm64 latest e764e44c2d76 48 seconds ago 21.3MB [2021-03-09T18:53:20.370Z] docker-security-secretstore-setup-go-arm64 latest cd7697363780 About a minute ago 23.7MB [2021-03-09T18:53:20.370Z] docker-security-proxy-setup-go-arm64 latest e921d292dc06 About a minute ago 23.4MB [2021-03-09T18:53:20.370Z] docker-security-bootstrapper-go-arm64 latest 821ea63296de 3 minutes ago 17.8MB [2021-03-09T18:53:20.370Z] docker-support-notifications-go-arm64 latest d944c4f15fb8 4 minutes ago 16.9MB [2021-03-09T18:53:20.370Z] docker-support-scheduler-go-arm64 latest ced7bb236874 4 minutes ago 16.3MB [2021-03-09T18:53:20.370Z] docker-core-metadata-go-arm64 latest ca7dbc63b8f2 4 minutes ago 17.9MB [2021-03-09T18:53:20.370Z] docker-core-command-go-arm64 latest d068d7d71670 4 minutes ago 16.2MB [2021-03-09T18:53:20.370Z] docker 20.10.0 eeaf43b92773 2 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-03-09T18:53:21.534Z] ---> job-cost.sh [2021-03-09T18:53:21.534Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rj1V [2021-03-09T18:54:00.471Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-09T18:55:37.196Z] lf-activate-venv(): INFO: Adding /tmp/venv-rj1V/bin to PATH [2021-03-09T18:55:37.196Z] INFO: No Stack... [2021-03-09T18:55:37.196Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-09T18:55:37.196Z] INFO: Archiving Costs [Pipeline] sh [2021-03-09T18:55:37.535Z] + cut -d, -f6 [2021-03-09T18:55:37.535Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [Pipeline] lock [2021-03-09T18:55:37.650Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3241-2-stack-cost] [2021-03-09T18:55:37.667Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3241-2-stack-cost] did not exist. Created. [2021-03-09T18:55:37.667Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3241-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-09T18:55:38.107Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-09T18:55:38.426Z] Stashed 1 file(s) [Pipeline] } [2021-03-09T18:55:38.435Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3241-2-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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:55:41.370Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:55:42.268Z] ---> package-listing.sh [2021-03-09T18:55:42.268Z] ++ facter osfamily [2021-03-09T18:55:42.268Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-09T18:55:42.268Z] + OS_FAMILY=redhat [2021-03-09T18:55:42.268Z] + workspace=/w/workspace/edgex-go/2 [2021-03-09T18:55:42.268Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-09T18:55:42.268Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-09T18:55:42.268Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-09T18:55:42.268Z] + PACKAGES=/tmp/packages_start.txt [2021-03-09T18:55:42.268Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-09T18:55:42.268Z] + PACKAGES=/tmp/packages_end.txt [2021-03-09T18:55:42.268Z] + case "${OS_FAMILY}" in [2021-03-09T18:55:42.268Z] + rpm -qa [2021-03-09T18:55:42.268Z] + sort [2021-03-09T18:55:47.588Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-09T18:55:47.588Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-09T18:55:47.588Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-09T18:55:47.588Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-09T18:55:47.588Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-09T18:55:47.588Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-09T18:55:47.604Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-09T18:55:47.903Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-09T18:55:48.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T18:55:48.252Z] [2021-03-09T18:55:48.252Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-09T18:55:48.615Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T18:55:48.615Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-09T18:55:48.615Z] df20fa9351a1: Pulling fs layer [2021-03-09T18:55:48.615Z] 36b3adc4ff6f: Pulling fs layer [2021-03-09T18:55:48.615Z] 8ad3a11d3b57: Pulling fs layer [2021-03-09T18:55:48.615Z] 46f8f816bc3b: Pulling fs layer [2021-03-09T18:55:48.615Z] 93b61091891f: Pulling fs layer [2021-03-09T18:55:48.615Z] 93b9cdb0e59b: Pulling fs layer [2021-03-09T18:55:48.615Z] 5e14af77c1be: Pulling fs layer [2021-03-09T18:55:48.615Z] 01666e4c0597: Pulling fs layer [2021-03-09T18:55:48.615Z] aa168da1d23b: Pulling fs layer [2021-03-09T18:55:48.615Z] 93b9cdb0e59b: Waiting [2021-03-09T18:55:48.615Z] 5e14af77c1be: Waiting [2021-03-09T18:55:48.615Z] 01666e4c0597: Waiting [2021-03-09T18:55:48.615Z] aa168da1d23b: Waiting [2021-03-09T18:55:48.615Z] 46f8f816bc3b: Waiting [2021-03-09T18:55:48.615Z] 93b61091891f: Waiting [2021-03-09T18:55:48.615Z] 36b3adc4ff6f: Verifying Checksum [2021-03-09T18:55:48.615Z] 36b3adc4ff6f: Download complete [2021-03-09T18:55:48.879Z] 46f8f816bc3b: Verifying Checksum [2021-03-09T18:55:48.879Z] 46f8f816bc3b: Download complete [2021-03-09T18:55:48.879Z] df20fa9351a1: Verifying Checksum [2021-03-09T18:55:48.879Z] df20fa9351a1: Download complete [2021-03-09T18:55:48.879Z] 93b9cdb0e59b: Verifying Checksum [2021-03-09T18:55:48.879Z] 93b9cdb0e59b: Download complete [2021-03-09T18:55:48.879Z] 5e14af77c1be: Download complete [2021-03-09T18:55:48.879Z] 93b61091891f: Download complete [2021-03-09T18:55:48.879Z] 01666e4c0597: Verifying Checksum [2021-03-09T18:55:48.879Z] 01666e4c0597: Download complete [2021-03-09T18:55:48.879Z] 8ad3a11d3b57: Verifying Checksum [2021-03-09T18:55:48.879Z] 8ad3a11d3b57: Download complete [2021-03-09T18:55:49.141Z] df20fa9351a1: Pull complete [2021-03-09T18:55:49.403Z] 36b3adc4ff6f: Pull complete [2021-03-09T18:55:50.375Z] 8ad3a11d3b57: Pull complete [2021-03-09T18:55:50.375Z] 46f8f816bc3b: Pull complete [2021-03-09T18:55:51.325Z] aa168da1d23b: Verifying Checksum [2021-03-09T18:55:51.325Z] aa168da1d23b: Download complete [2021-03-09T18:55:52.717Z] 93b61091891f: Pull complete [2021-03-09T18:55:52.717Z] 93b9cdb0e59b: Pull complete [2021-03-09T18:55:52.981Z] 5e14af77c1be: Pull complete [2021-03-09T18:55:52.981Z] 01666e4c0597: Pull complete [2021-03-09T18:56:07.962Z] aa168da1d23b: Pull complete [2021-03-09T18:56:07.962Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-09T18:56:07.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T18:56:07.962Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-09T18:56:08.284Z] prd-centos7-docker-4c-2g-29194 does not seem to be running inside a container [2021-03-09T18:56:08.336Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-03-09T18:56:12.086Z] $ docker top f7a01c766fe116adb0ceae6cd96f5fbc138215322b670f42359f7028e3f92ebb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T18:56:12.617Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-09T18:56:12.922Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-09T18:56:13.225Z] + ls /var/log/sa-host [2021-03-09T18:56:13.225Z] + sadf -c /var/log/sa-host/sa09 [2021-03-09T18:56:13.225Z] file_magic: OK [2021-03-09T18:56:13.225Z] HZ: Using current value: 100 [2021-03-09T18:56:13.225Z] file_header: OK [2021-03-09T18:56:13.225Z] 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-03-09T18:56:13.225Z] Statistics: [2021-03-09T18:56:13.225Z] 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... [2021-03-09T18:56:13.225Z] File successfully converted to sysstat format version 12.2.1 [2021-03-09T18:56:13.225Z] + sadf -c /var/log/sa-host/sa23 [2021-03-09T18:56:13.225Z] file_magic: OK [2021-03-09T18:56:13.225Z] HZ: Using current value: 100 [2021-03-09T18:56:13.225Z] file_header: OK [2021-03-09T18:56:13.225Z] 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-03-09T18:56:13.225Z] Statistics: [2021-03-09T18:56:13.225Z] Hnuu...uuuununununu... [2021-03-09T18:56:13.225Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-09T18:56:13.493Z] provisioning config files... [2021-03-09T18:56:13.509Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8718357138528184619tmp [Pipeline] { [Pipeline] echo [2021-03-09T18:56:13.588Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:56:13.891Z] ---> create-netrc.sh [Pipeline] } [2021-03-09T18:56:13.902Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-09T18:56:14.000Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:56:14.309Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-09T18:56:14.321Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:56:14.624Z] ---> sudo-logs.sh [2021-03-09T18:56:14.624Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-09T18:56:14.847Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:56:15.211Z] ---> job-cost.sh [2021-03-09T18:56:15.211Z] lf-activate-venv: SKIPPING [2021-03-09T18:56:15.211Z] DEBUG: total: 0.20999999344348907 [2021-03-09T18:56:15.211Z] INFO: Retrieving Stack Cost... [2021-03-09T18:56:16.166Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-09T18:56:16.429Z] INFO: Archiving Costs [Pipeline] echo [2021-03-09T18:56:16.444Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T18:56:16.747Z] ---> logs-deploy.sh [2021-03-09T18:56:16.747Z] lf-activate-venv: SKIPPING [2021-03-09T18:56:16.747Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3241/2 [2021-03-09T18:56:16.747Z] INFO: archiving workspace using pattern(s): [2021-03-09T18:56:18.673Z] Archives upload complete. [2021-03-09T18:56:18.673Z] INFO: archiving logs to Nexus [2021-03-09T18:56:19.621Z] ---> uname -a: [2021-03-09T18:56:19.621Z] Linux prd-centos7-docker-4c-2g-29194.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-09T18:56:19.621Z] [2021-03-09T18:56:19.621Z] [2021-03-09T18:56:19.621Z] ---> lscpu: [2021-03-09T18:56:19.621Z] Architecture: x86_64 [2021-03-09T18:56:19.621Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-09T18:56:19.621Z] Byte Order: Little Endian [2021-03-09T18:56:19.621Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-09T18:56:19.621Z] CPU(s): 4 [2021-03-09T18:56:19.621Z] On-line CPU(s) list: 0-3 [2021-03-09T18:56:19.621Z] Thread(s) per core: 1 [2021-03-09T18:56:19.621Z] Core(s) per socket: 1 [2021-03-09T18:56:19.621Z] Socket(s): 4 [2021-03-09T18:56:19.621Z] NUMA node(s): 1 [2021-03-09T18:56:19.621Z] Vendor ID: GenuineIntel [2021-03-09T18:56:19.621Z] CPU family: 6 [2021-03-09T18:56:19.621Z] Model: 44 [2021-03-09T18:56:19.621Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-09T18:56:19.621Z] Stepping: 1 [2021-03-09T18:56:19.621Z] CPU MHz: 2933.436 [2021-03-09T18:56:19.621Z] BogoMIPS: 5866.87 [2021-03-09T18:56:19.621Z] Virtualization: VT-x [2021-03-09T18:56:19.621Z] Hypervisor vendor: KVM [2021-03-09T18:56:19.621Z] Virtualization type: full [2021-03-09T18:56:19.621Z] L1d cache: 128 KiB [2021-03-09T18:56:19.621Z] L1i cache: 128 KiB [2021-03-09T18:56:19.621Z] L2 cache: 16 MiB [2021-03-09T18:56:19.621Z] L3 cache: 64 MiB [2021-03-09T18:56:19.621Z] NUMA node0 CPU(s): 0-3 [2021-03-09T18:56:19.621Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-09T18:56:19.621Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-09T18:56:19.621Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-09T18:56:19.621Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-09T18:56:19.621Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-09T18:56:19.621Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-09T18:56:19.621Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-09T18:56:19.621Z] Vulnerability Srbds: Not affected [2021-03-09T18:56:19.621Z] Vulnerability Tsx async abort: Not affected [2021-03-09T18:56:19.621Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-09T18:56:19.621Z] [2021-03-09T18:56:19.621Z] [2021-03-09T18:56:19.621Z] ---> nproc: [2021-03-09T18:56:19.621Z] 4 [2021-03-09T18:56:19.621Z] [2021-03-09T18:56:19.621Z] [2021-03-09T18:56:19.621Z] ---> df -h: [2021-03-09T18:56:19.621Z] Filesystem Size Used Available Use% Mounted on [2021-03-09T18:56:19.621Z] overlay 50.0G 11.7G 38.2G 23% / [2021-03-09T18:56:19.621Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-09T18:56:19.621Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-09T18:56:19.621Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-09T18:56:19.621Z] /dev/vda1 50.0G 11.7G 38.2G 23% /facter-os [2021-03-09T18:56:19.621Z] /dev/vda1 50.0G 11.7G 38.2G 23% /etc/resolv.conf [2021-03-09T18:56:19.621Z] /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hostname [2021-03-09T18:56:19.621Z] /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hosts [2021-03-09T18:56:19.621Z] /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/sa-host [2021-03-09T18:56:19.621Z] /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/secure [2021-03-09T18:56:19.621Z] /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/auth.log [2021-03-09T18:56:19.621Z] /dev/vda1 50.0G 11.7G 38.2G 23% /run/cloud-init/result.json [2021-03-09T18:56:19.621Z] /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/2 [2021-03-09T18:56:19.621Z] /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/2@tmp [2021-03-09T18:56:19.621Z] [2021-03-09T18:56:19.621Z] [2021-03-09T18:56:19.621Z] ---> free -m: [2021-03-09T18:56:19.621Z] total used free shared buff/cache available [2021-03-09T18:56:19.621Z] Mem: 1837 707 149 0 980 1044 [2021-03-09T18:56:19.621Z] Swap: 1023 65 958 [2021-03-09T18:56:19.621Z] [2021-03-09T18:56:19.621Z]