Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 28b547c0b4f3564d1d9ce77f2bb4079023185d89+fb188d25fcab3d585a11d4385d590a36e735c372 (dac1c53d8e644c658c759c180b36bfbac9194234) 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 ‘prd-centos7-docker-4c-2g-29331’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29342 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 fb188d25fcab3d585a11d4385d590a36e735c372 into PR head commit 28b547c0b4f3564d1d9ce77f2bb4079023185d89 Merge succeeded, producing 28b547c0b4f3564d1d9ce77f2bb4079023185d89 Checking out Revision 28b547c0b4f3564d1d9ce77f2bb4079023185d89 (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 28b547c0b4f3564d1d9ce77f2bb4079023185d89 # 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 fb188d25fcab3d585a11d4385d590a36e735c372 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 28b547c0b4f3564d1d9ce77f2bb4079023185d89 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-10T15:29:19.575Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-10T15:29:20.031Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-10T15:29:20.149Z] ========================================================= [2021-03-10T15:29:20.150Z] EdgeX Global Pipelines Version Info [2021-03-10T15:29:20.150Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 # timeout=10 [2021-03-10T15:29:21.682Z] ------------------- [2021-03-10T15:29:21.682Z] stable info: [2021-03-10T15:29:21.682Z] ------------------- [2021-03-10T15:29:21.682Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-10T15:29:21.682Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T15:29:21.682Z] Message: update stable to v1.0.184 [2021-03-10T15:29:22.627Z] ------------------- [2021-03-10T15:29:22.628Z] experimental info: [2021-03-10T15:29:22.628Z] ------------------- [2021-03-10T15:29:22.628Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-10T15:29:22.628Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T15:29:22.628Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-10T15:29:22.872Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-10T15:29:22.972Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-10T15:29:23.105Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-10T15:29:23.197Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-10T15:29:23.313Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-10T15:29:23.405Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-10T15:29:23.484Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-10T15:29:23.585Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-10T15:29:23.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-10T15:29:23.758Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-10T15:29:23.845Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-10T15:29:23.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-10T15:29:24.036Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-10T15:29:24.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-10T15:29:24.224Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T15:29:24.308Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T15:29:24.396Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-10T15:29:24.500Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-10T15:29:24.588Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-10T15:29:24.694Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-10T15:29:24.800Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-10T15:29:24.905Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-10T15:29:25.008Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-10T15:29:25.085Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-10T15:29:25.179Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-10T15:29:25.278Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 28b547c0b4f3564d1d9ce77f2bb4079023185d89 [Pipeline] echo [2021-03-10T15:29:25.356Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 28b547c [Pipeline] echo [2021-03-10T15:29:25.436Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T15:29:25.610Z] provisioning config files... [2021-03-10T15:29:25.649Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config264207228471353955tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:29:26.027Z] ---> docker-login.sh [2021-03-10T15:29:26.027Z] nexus3.edgexfoundry.org:10001 [2021-03-10T15:29:26.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:29:26.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:29:26.290Z] Configure a credential helper to remove this warning. See [2021-03-10T15:29:26.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:29:26.290Z] [2021-03-10T15:29:26.290Z] Login Succeeded [2021-03-10T15:29:26.290Z] nexus3.edgexfoundry.org:10002 [2021-03-10T15:29:26.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:29:26.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:29:26.553Z] Configure a credential helper to remove this warning. See [2021-03-10T15:29:26.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:29:26.553Z] [2021-03-10T15:29:26.553Z] Login Succeeded [2021-03-10T15:29:26.553Z] nexus3.edgexfoundry.org:10003 [2021-03-10T15:29:26.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:29:26.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:29:26.816Z] Configure a credential helper to remove this warning. See [2021-03-10T15:29:26.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:29:26.816Z] [2021-03-10T15:29:26.816Z] Login Succeeded [2021-03-10T15:29:26.816Z] nexus3.edgexfoundry.org:10004 [2021-03-10T15:29:26.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:29:27.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:29:27.077Z] Configure a credential helper to remove this warning. See [2021-03-10T15:29:27.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:29:27.077Z] [2021-03-10T15:29:27.077Z] Login Succeeded [2021-03-10T15:29:27.077Z] docker.io [2021-03-10T15:29:27.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:29:27.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:29:27.339Z] Configure a credential helper to remove this warning. See [2021-03-10T15:29:27.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:29:27.339Z] [2021-03-10T15:29:27.339Z] Login Succeeded [2021-03-10T15:29:27.339Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T15:29:27.348Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T15:29:27.869Z] ++ 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-10T15:29:27.869Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:29:27.869Z] ++ dirname cmd/core-command/Dockerfile [2021-03-10T15:29:27.869Z] ++ cut -d/ -f2 [2021-03-10T15:29:27.869Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-10T15:29:27.869Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:29:27.869Z] ++ dirname cmd/core-data/Dockerfile [2021-03-10T15:29:27.869Z] ++ cut -d/ -f2 [2021-03-10T15:29:27.869Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-10T15:29:27.869Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:29:27.869Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-10T15:29:27.869Z] ++ cut -d/ -f2 [2021-03-10T15:29:27.869Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-10T15:29:27.869Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:29:27.869Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-10T15:29:27.869Z] ++ cut -d/ -f2 [2021-03-10T15:29:27.869Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-10T15:29:27.869Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:29:27.869Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-10T15:29:27.869Z] ++ cut -d/ -f2 [2021-03-10T15:29:27.869Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-10T15:29:27.869Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:29:27.869Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-10T15:29:27.869Z] ++ cut -d/ -f2 [2021-03-10T15:29:27.869Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-10T15:29:27.869Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:29:27.869Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-10T15:29:27.869Z] ++ cut -d/ -f2 [2021-03-10T15:29:27.869Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-10T15:29:27.869Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:29:27.869Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-10T15:29:27.869Z] ++ cut -d/ -f2 [2021-03-10T15:29:27.869Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-10T15:29:27.869Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:29:27.869Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-10T15:29:27.869Z] ++ cut -d/ -f2 [2021-03-10T15:29:27.869Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-10T15:29:27.940Z] 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-10T15:29:28.829Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T15:29:28.829Z] [2021-03-10T15:29:28.829Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:29:29.179Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T15:29:29.180Z] latest: Pulling from edgex-devops/git-semver [2021-03-10T15:29:29.180Z] 31603596830f: Pulling fs layer [2021-03-10T15:29:29.180Z] 2a8b12db71e7: Pulling fs layer [2021-03-10T15:29:29.180Z] 6ca5941a6612: Pulling fs layer [2021-03-10T15:29:29.180Z] ecc8261a40a4: Pulling fs layer [2021-03-10T15:29:29.180Z] ecc8261a40a4: Waiting [2021-03-10T15:29:29.180Z] 2a8b12db71e7: Verifying Checksum [2021-03-10T15:29:29.180Z] 2a8b12db71e7: Download complete [2021-03-10T15:29:29.180Z] 31603596830f: Verifying Checksum [2021-03-10T15:29:29.180Z] 31603596830f: Download complete [2021-03-10T15:29:29.444Z] ecc8261a40a4: Verifying Checksum [2021-03-10T15:29:29.444Z] ecc8261a40a4: Download complete [2021-03-10T15:29:29.444Z] 6ca5941a6612: Verifying Checksum [2021-03-10T15:29:29.444Z] 6ca5941a6612: Download complete [2021-03-10T15:29:29.722Z] 31603596830f: Pull complete [2021-03-10T15:29:29.722Z] 2a8b12db71e7: Pull complete [2021-03-10T15:29:30.669Z] 6ca5941a6612: Pull complete [2021-03-10T15:29:30.930Z] ecc8261a40a4: Pull complete [2021-03-10T15:29:30.930Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-10T15:29:30.930Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T15:29:30.930Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-10T15:29:31.035Z] prd-centos7-docker-4c-2g-29342 does not seem to be running inside a container [2021-03-10T15:29:31.081Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-10T15:29:33.623Z] $ docker top 8e1a431345bb905c9826ba127882c4328fcfc9c4640550534dec4b45e4171eb3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T15:29:34.013Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T15:29:34.013Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T15:29:34.229Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T15:29:34.232Z] $ docker exec 8e1a431345bb905c9826ba127882c4328fcfc9c4640550534dec4b45e4171eb3 ssh-agent [2021-03-10T15:29:34.399Z] SSH_AUTH_SOCK=/tmp/ssh-0P5Nd5F6H9b7/agent.12 [2021-03-10T15:29:34.399Z] SSH_AGENT_PID=17 [2021-03-10T15:29:34.413Z] Running ssh-add (command line suppressed) [2021-03-10T15:29:34.533Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_8121807106101840103.key (/w/workspace/edgex-go/6@tmp/private_key_8121807106101840103.key) [2021-03-10T15:29:34.582Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T15:29:34.915Z] + git tag --points-at HEAD [Pipeline] } [2021-03-10T15:29:34.939Z] $ docker exec --env ******** --env ******** 8e1a431345bb905c9826ba127882c4328fcfc9c4640550534dec4b45e4171eb3 ssh-agent -k [2021-03-10T15:29:35.070Z] unset SSH_AUTH_SOCK; [2021-03-10T15:29:35.071Z] unset SSH_AGENT_PID; [2021-03-10T15:29:35.071Z] echo Agent pid 17 killed; [2021-03-10T15:29:35.137Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-10T15:29:35.270Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T15:29:35.270Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T15:29:35.435Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T15:29:35.439Z] $ docker exec 8e1a431345bb905c9826ba127882c4328fcfc9c4640550534dec4b45e4171eb3 ssh-agent [2021-03-10T15:29:35.616Z] SSH_AUTH_SOCK=/tmp/ssh-pyfm54GXTJvs/agent.47 [2021-03-10T15:29:35.616Z] SSH_AGENT_PID=52 [2021-03-10T15:29:35.623Z] Running ssh-add (command line suppressed) [2021-03-10T15:29:35.739Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_4963395448776453108.key (/w/workspace/edgex-go/6@tmp/private_key_4963395448776453108.key) [2021-03-10T15:29:35.800Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T15:29:36.178Z] + git semver init [2021-03-10T15:29:36.178Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T15:29:36.178Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-03-10T15:29:36.178Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-03-10T15:29:36.178Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T15:29:36.178Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T15:29:36.178Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T15:29:36.178Z] # $SEMVER_BRANCH = PR-3234 [2021-03-10T15:29:36.178Z] # $SEMVER_TEMP = /tmp/semver-786249874 [2021-03-10T15:29:36.178Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-10T15:30:08.349Z] # '/tmp/semver-786249874' -> '/w/workspace/edgex-go/6/.semver' [2021-03-10T15:30:08.349Z] # -> Force: false [2021-03-10T15:30:08.349Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-03-10T15:30:08.366Z] $ docker exec --env ******** --env ******** 8e1a431345bb905c9826ba127882c4328fcfc9c4640550534dec4b45e4171eb3 ssh-agent -k [2021-03-10T15:30:08.617Z] unset SSH_AUTH_SOCK; [2021-03-10T15:30:08.617Z] unset SSH_AGENT_PID; [2021-03-10T15:30:08.617Z] echo Agent pid 52 killed; [2021-03-10T15:30:08.700Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T15:30:09.245Z] + git semver [Pipeline] } [2021-03-10T15:30:09.262Z] $ docker stop --time=1 8e1a431345bb905c9826ba127882c4328fcfc9c4640550534dec4b45e4171eb3 [2021-03-10T15:30:10.867Z] $ docker rm -f 8e1a431345bb905c9826ba127882c4328fcfc9c4640550534dec4b45e4171eb3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T15:30:11.417Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-10T15:30:12.003Z] Stashed 1 file(s) [Pipeline] echo [2021-03-10T15:30:12.006Z] [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-10T15:30:12.862Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-10T15:30:13.165Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T15:30:13.468Z] + sudo service docker restart [2021-03-10T15:30:13.468Z] + true [2021-03-10T15:30:13.468Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-10T15:30:14.059Z] ========================================================= [2021-03-10T15:30:14.059Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-10T15:30:14.059Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:30:14.401Z] + 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-10T15:30:18.628Z] Sending build context to Docker daemon 328.4MB [2021-03-10T15:30:18.628Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T15:30:18.628Z] Step 2/6 : FROM ${BASE} [2021-03-10T15:30:18.628Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-10T15:30:18.628Z] 188c0c94c7c5: Pulling fs layer [2021-03-10T15:30:18.628Z] 0ef7d3d256c8: Pulling fs layer [2021-03-10T15:30:18.628Z] de9db76c5a1d: Pulling fs layer [2021-03-10T15:30:18.628Z] bca2f99d35d6: Pulling fs layer [2021-03-10T15:30:18.628Z] 93359f2a8cfa: Pulling fs layer [2021-03-10T15:30:18.628Z] 7c6f9722023f: Pulling fs layer [2021-03-10T15:30:18.628Z] a35cf1a2eb13: Pulling fs layer [2021-03-10T15:30:18.628Z] 93359f2a8cfa: Waiting [2021-03-10T15:30:18.628Z] 7c6f9722023f: Waiting [2021-03-10T15:30:18.628Z] a35cf1a2eb13: Waiting [2021-03-10T15:30:18.628Z] bca2f99d35d6: Waiting [2021-03-10T15:30:18.628Z] de9db76c5a1d: Download complete [2021-03-10T15:30:18.628Z] 0ef7d3d256c8: Download complete [2021-03-10T15:30:18.628Z] 93359f2a8cfa: Verifying Checksum [2021-03-10T15:30:18.628Z] 93359f2a8cfa: Download complete [2021-03-10T15:30:18.628Z] 7c6f9722023f: Verifying Checksum [2021-03-10T15:30:18.628Z] 7c6f9722023f: Download complete [2021-03-10T15:30:19.575Z] 188c0c94c7c5: Verifying Checksum [2021-03-10T15:30:19.575Z] 188c0c94c7c5: Download complete [2021-03-10T15:30:19.838Z] 188c0c94c7c5: Pull complete [2021-03-10T15:30:20.101Z] 0ef7d3d256c8: Pull complete [2021-03-10T15:30:20.101Z] de9db76c5a1d: Pull complete [2021-03-10T15:30:24.356Z] a35cf1a2eb13: Verifying Checksum [2021-03-10T15:30:24.356Z] a35cf1a2eb13: Download complete [2021-03-10T15:30:25.757Z] bca2f99d35d6: Verifying Checksum [2021-03-10T15:30:25.757Z] bca2f99d35d6: Download complete [2021-03-10T15:30:27.380Z] Still waiting to schedule task [2021-03-10T15:30:27.381Z] ‘prd-centos7-docker-4c-2g-29332’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-29333’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-29334’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-29335’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-29337’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29343’ is offline [2021-03-10T15:30:31.074Z] bca2f99d35d6: Pull complete [2021-03-10T15:30:31.075Z] 93359f2a8cfa: Pull complete [2021-03-10T15:30:31.075Z] 7c6f9722023f: Pull complete [2021-03-10T15:30:36.395Z] a35cf1a2eb13: Pull complete [2021-03-10T15:30:36.395Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-10T15:30:36.395Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-10T15:30:36.395Z] ---> a62c8e92a672 [2021-03-10T15:30:36.395Z] 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-10T15:30:36.661Z] ---> Running in fdb69a45b4eb [2021-03-10T15:30:37.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:30:38.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:30:38.489Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T15:30:38.751Z] (2/12) Installing file (5.38-r0) [2021-03-10T15:30:38.751Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T15:30:38.751Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T15:30:45.355Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T15:30:45.355Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T15:30:45.355Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T15:30:45.355Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T15:30:45.355Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T15:30:45.616Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T15:30:45.616Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T15:30:45.880Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T15:30:45.880Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:30:45.880Z] OK: 233 MiB in 51 packages [2021-03-10T15:30:49.194Z] Removing intermediate container fdb69a45b4eb [2021-03-10T15:30:49.194Z] ---> 0c59c68a68ac [2021-03-10T15:30:49.194Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T15:30:49.459Z] ---> Running in 09bf78967834 [2021-03-10T15:30:49.459Z] Removing intermediate container 09bf78967834 [2021-03-10T15:30:49.459Z] ---> 8ee4ede96b15 [2021-03-10T15:30:49.459Z] Step 5/6 : COPY go.mod . [2021-03-10T15:30:49.720Z] ---> 4d90060647b6 [2021-03-10T15:30:49.720Z] Step 6/6 : RUN go mod download [2021-03-10T15:30:49.720Z] ---> Running in 20117ba2aa90 [2021-03-10T15:31:16.351Z] Removing intermediate container 20117ba2aa90 [2021-03-10T15:31:16.351Z] ---> 83431c33781d [2021-03-10T15:31:16.351Z] Successfully built 83431c33781d [2021-03-10T15:31:16.351Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:31:16.664Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T15:31:16.664Z] . [Pipeline] withDockerContainer [2021-03-10T15:31:16.762Z] prd-centos7-docker-4c-2g-29342 does not seem to be running inside a container [2021-03-10T15:31:16.810Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-10T15:31:17.741Z] $ docker top a38f2a5b22413e2a1469b67548553d5a66dd5c3bf87e96720fdb09f3b9493e4e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T15:31:18.265Z] + go version [2021-03-10T15:31:18.265Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-10T15:31:18.279Z] $ docker stop --time=1 a38f2a5b22413e2a1469b67548553d5a66dd5c3bf87e96720fdb09f3b9493e4e [2021-03-10T15:31:19.626Z] $ docker rm -f a38f2a5b22413e2a1469b67548553d5a66dd5c3bf87e96720fdb09f3b9493e4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:31:20.430Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T15:31:20.431Z] . [Pipeline] withDockerContainer [2021-03-10T15:31:20.530Z] prd-centos7-docker-4c-2g-29342 does not seem to be running inside a container [2021-03-10T15:31:20.602Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-10T15:31:21.230Z] $ docker top 5e731872d90c039c4736d1f83b3f6a23c15fb2fb4befba048ee1d43e63e91345 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T15:31:21.452Z] ========================================================= [2021-03-10T15:31:21.453Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-10T15:31:21.453Z] ========================================================= [Pipeline] sh [2021-03-10T15:31:21.742Z] + make test [2021-03-10T15:31:21.742Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-10T15:31:29.974Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-10T15:31:48.340Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-10T15:31:51.230Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-10T15:31:52.664Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-10T15:31:52.664Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-10T15:31:53.632Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-10T15:31:53.632Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-10T15:31:53.632Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-10T15:31:53.900Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-10T15:31:54.867Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-10T15:31:55.134Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-10T15:31:57.076Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-10T15:31:57.076Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-10T15:31:57.076Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-10T15:31:59.673Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 45.9% of statements [2021-03-10T15:31:59.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-10T15:31:59.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-10T15:31:59.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-10T15:31:59.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-10T15:31:59.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-10T15:31:59.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-10T15:31:59.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-10T15:31:59.673Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements [2021-03-10T15:32:03.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.177s coverage: 27.1% of statements [2021-03-10T15:32:03.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-10T15:32:03.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-10T15:32:03.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-10T15:32:03.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-10T15:32:03.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-10T15:32:03.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-10T15:32:03.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements [2021-03-10T15:32:03.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-10T15:32:03.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.599s coverage: 100.0% of statements [2021-03-10T15:32:03.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-10T15:32:03.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-10T15:32:03.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 71.3% of statements [2021-03-10T15:32:03.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-10T15:32:03.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-10T15:32:03.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.174s coverage: 82.9% of statements [2021-03-10T15:32:03.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-10T15:32:03.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:32:03.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.067s coverage: 78.9% of statements [2021-03-10T15:32:03.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-10T15:32:06.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.371s coverage: 28.6% of statements [2021-03-10T15:32:06.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-10T15:32:06.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-10T15:32:06.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-10T15:32:06.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-10T15:32:06.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-10T15:32:06.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements [2021-03-10T15:32:06.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-10T15:32:06.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2021-03-10T15:32:06.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-10T15:32:06.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.127s coverage: 86.7% of statements [2021-03-10T15:32:06.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-10T15:32:06.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements [2021-03-10T15:32:06.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-10T15:32:06.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 78.3% of statements [2021-03-10T15:32:06.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-10T15:32:06.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-10T15:32:06.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-10T15:32:06.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-10T15:32:08.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.382s coverage: 92.8% of statements [2021-03-10T15:32:08.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-10T15:32:08.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:32:08.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-10T15:32:08.938Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-10T15:32:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-10T15:32:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-10T15:32:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-10T15:32:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-10T15:32:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-10T15:32:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-10T15:32:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-10T15:32:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-10T15:32:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-10T15:32:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-10T15:32:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-10T15:32:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-10T15:32:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-10T15:32:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-10T15:32:08.939Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-10T15:32:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-10T15:32:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-10T15:32:08.939Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.077s coverage: 0.1% of statements [2021-03-10T15:32:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-10T15:32:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-10T15:32:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-10T15:32:08.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 47.1% of statements [2021-03-10T15:32:08.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.092s coverage: 79.5% of statements [2021-03-10T15:32:08.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements [2021-03-10T15:32:08.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.042s coverage: 96.3% of statements [2021-03-10T15:32:09.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements [2021-03-10T15:32:21.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.034s coverage: 94.4% of statements [2021-03-10T15:32:21.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-03-10T15:32:21.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.049s coverage: 81.4% of statements [2021-03-10T15:32:34.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.066s coverage: 92.9% of statements [2021-03-10T15:32:34.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-10T15:32:34.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-10T15:32:34.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-10T15:32:34.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-10T15:32:34.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-10T15:32:34.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-10T15:32:34.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-10T15:32:34.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-10T15:32:34.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-10T15:32:34.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.037s coverage: 87.2% of statements [2021-03-10T15:32:34.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-10T15:32:34.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-10T15:32:34.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-10T15:32:34.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-10T15:32:34.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-10T15:32:34.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-10T15:32:34.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.162s coverage: 62.4% of statements [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 69.0% of statements [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 38.4% of statements [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.032s coverage: 84.8% of statements [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.0% of statements [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.144s coverage: 87.1% of statements [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.692s coverage: 29.1% of statements [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.085s coverage: 96.5% of statements [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-10T15:32:34.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-10T15:32:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-10T15:32:34.260Z] GO111MODULE=on go vet ./... [2021-03-10T15:33:01.009Z] gofmt -l . [2021-03-10T15:33:01.009Z] [ "`gofmt -l .`" = "" ] [2021-03-10T15:33:01.009Z] ./bin/test-go-mod-tidy.sh [2021-03-10T15:33:01.009Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-10T15:33:01.324Z] + ls -al . [2021-03-10T15:33:01.324Z] total 740 [2021-03-10T15:33:01.324Z] drwxrwxr-x 10 1001 1001 4096 Mar 10 15:33 . [2021-03-10T15:33:01.324Z] drwxr-xr-x 4 root root 28 Mar 10 15:31 .. [2021-03-10T15:33:01.324Z] -rw-rw-r-- 1 1001 1001 11 Mar 10 15:29 .dockerignore [2021-03-10T15:33:01.324Z] drwxrwxr-x 8 1001 1001 179 Mar 10 15:29 .git [2021-03-10T15:33:01.324Z] drwxrwxr-x 3 1001 1001 125 Mar 10 15:29 .github [2021-03-10T15:33:01.324Z] -rw-rw-r-- 1 1001 1001 818 Mar 10 15:29 .gitignore [2021-03-10T15:33:01.324Z] drwx------ 3 1001 1001 60 Mar 10 15:30 .semver [2021-03-10T15:33:01.324Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 15:29 .sonarcloud.properties [2021-03-10T15:33:01.324Z] -rw-rw-r-- 1 1001 1001 8607 Mar 10 15:29 Attribution.txt [2021-03-10T15:33:01.325Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 15:29 CONTRIBUTING.md [2021-03-10T15:33:01.325Z] -rw-rw-r-- 1 1001 1001 931 Mar 10 15:29 Dockerfile.build [2021-03-10T15:33:01.325Z] -rw-rw-r-- 1 1001 1001 863 Mar 10 15:29 Jenkinsfile [2021-03-10T15:33:01.325Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 15:29 LICENSE [2021-03-10T15:33:01.325Z] -rw-rw-r-- 1 1001 1001 5774 Mar 10 15:29 Makefile [2021-03-10T15:33:01.325Z] -rw-rw-r-- 1 1001 1001 6548 Mar 10 15:29 README.md [2021-03-10T15:33:01.325Z] -rw-rw-r-- 1 1001 1001 6755 Mar 10 15:29 SECURITY.md [2021-03-10T15:33:01.325Z] -rw-rw-r-- 1 1001 1001 5 Mar 10 15:30 VERSION [2021-03-10T15:33:01.325Z] -rw-rw-r-- 1 1001 1001 4131 Mar 10 15:29 ZMQWindows.md [2021-03-10T15:33:01.325Z] drwxrwxr-x 2 1001 1001 117 Mar 10 15:29 bin [2021-03-10T15:33:01.325Z] drwxrwxr-x 14 1001 1001 4096 Mar 10 15:29 cmd [2021-03-10T15:33:01.325Z] -rw-r--r-- 1 root root 628838 Mar 10 15:32 coverage.out [2021-03-10T15:33:01.325Z] -rw-r--r-- 1 root root 1056 Mar 10 15:32 go.mod [2021-03-10T15:33:01.325Z] -rw-r--r-- 1 root root 21983 Mar 10 15:32 go.sum [2021-03-10T15:33:01.325Z] drwxrwxr-x 8 1001 1001 127 Mar 10 15:29 internal [2021-03-10T15:33:01.325Z] drwxrwxr-x 4 1001 1001 26 Mar 10 15:29 openapi [2021-03-10T15:33:01.325Z] drwxrwxr-x 4 1001 1001 71 Mar 10 15:29 snap [2021-03-10T15:33:01.325Z] -rw-rw-r-- 1 1001 1001 168 Mar 10 15:29 version.go [Pipeline] sh [2021-03-10T15:33:01.630Z] + '[' -e coverage.out ] [2021-03-10T15:33:01.630Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-10T15:33:01.829Z] Stashed 1 file(s) [Pipeline] sh [2021-03-10T15:33:02.125Z] + make build [2021-03-10T15:33:02.125Z] 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-10T15:33:07.435Z] 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-10T15:33:15.675Z] 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-10T15:33:16.260Z] 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-10T15:33:17.662Z] 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-10T15:33:18.242Z] 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-10T15:33:19.671Z] 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-10T15:33:21.067Z] 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-10T15:33:22.017Z] 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-10T15:33:23.414Z] 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-10T15:33:24.368Z] 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-10T15:33:25.341Z] 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-10T15:33:27.303Z] $ docker stop --time=1 5e731872d90c039c4736d1f83b3f6a23c15fb2fb4befba048ee1d43e63e91345 [2021-03-10T15:33:28.939Z] $ docker rm -f 5e731872d90c039c4736d1f83b3f6a23c15fb2fb4befba048ee1d43e63e91345 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:33:30.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T15:33:30.821Z] [2021-03-10T15:33:30.821Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:33:31.173Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T15:33:31.173Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-10T15:33:31.173Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-10T15:33:31.173Z] ca9280d653b3: Pulling fs layer [2021-03-10T15:33:31.173Z] 7e9c9ca2126c: Pulling fs layer [2021-03-10T15:33:32.124Z] cbdbe7a5bc2a: Download complete [2021-03-10T15:33:32.426Z] cbdbe7a5bc2a: Pull complete [2021-03-10T15:33:32.426Z] ca9280d653b3: Verifying Checksum [2021-03-10T15:33:32.426Z] ca9280d653b3: Download complete [2021-03-10T15:33:33.380Z] ca9280d653b3: Pull complete [2021-03-10T15:33:33.647Z] 7e9c9ca2126c: Verifying Checksum [2021-03-10T15:33:33.647Z] 7e9c9ca2126c: Download complete [2021-03-10T15:33:41.838Z] 7e9c9ca2126c: Pull complete [2021-03-10T15:33:41.838Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-10T15:33:41.838Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T15:33:41.838Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-10T15:33:41.960Z] prd-centos7-docker-4c-2g-29342 does not seem to be running inside a container [2021-03-10T15:33:42.009Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-10T15:33:42.790Z] $ docker top 4123da3ee614c66c4ac83e73c9401d433786ce2178934586f531e0a55c5f2d3f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T15:33:43.284Z] + docker-compose build --help [2021-03-10T15:33:43.284Z] + grep parallel [2021-03-10T15:33:44.232Z] --parallel Build images in parallel. [Pipeline] } [2021-03-10T15:33:44.247Z] $ docker stop --time=1 4123da3ee614c66c4ac83e73c9401d433786ce2178934586f531e0a55c5f2d3f [2021-03-10T15:33:46.700Z] $ docker rm -f 4123da3ee614c66c4ac83e73c9401d433786ce2178934586f531e0a55c5f2d3f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:33:47.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T15:33:47.381Z] . [Pipeline] withDockerContainer [2021-03-10T15:33:47.478Z] prd-centos7-docker-4c-2g-29342 does not seem to be running inside a container [2021-03-10T15:33:47.527Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-10T15:33:48.371Z] $ docker top affd432c50446059dc4b09cc86b2b535e8b5d5dd006762a0e460b3ea9a4d704a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T15:33:48.843Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-10T15:33:49.787Z] Building docker-core-command-go ... [2021-03-10T15:33:49.787Z] Building docker-core-data-go ... [2021-03-10T15:33:49.787Z] Building docker-core-metadata-go ... [2021-03-10T15:33:49.787Z] Building docker-security-bootstrapper-go ... [2021-03-10T15:33:49.787Z] Building docker-security-proxy-setup-go ... [2021-03-10T15:33:49.787Z] Building docker-security-secretstore-setup-go ... [2021-03-10T15:33:49.787Z] Building docker-support-notifications-go ... [2021-03-10T15:33:49.787Z] Building docker-support-scheduler-go ... [2021-03-10T15:33:49.787Z] Building docker-sys-mgmt-agent-go ... [2021-03-10T15:33:49.787Z] Building docker-support-scheduler-go [2021-03-10T15:33:49.787Z] Building docker-security-bootstrapper-go [2021-03-10T15:33:49.787Z] Building docker-core-data-go [2021-03-10T15:33:49.787Z] Building docker-support-notifications-go [2021-03-10T15:33:49.787Z] Building docker-security-secretstore-setup-go [2021-03-10T15:33:53.531Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29347 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-10T15:33:53.584Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-03-10T15:33:58.712Z] using credential edgex-jenkins-ssh [2021-03-10T15:33:58.783Z] Cloning the remote Git repository [2021-03-10T15:33:58.853Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-10T15:33:58.972Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-03-10T15:33:59.056Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T15:33:59.057Z] > git --version # timeout=10 [2021-03-10T15:33:59.081Z] > git --version # 'git version 2.17.1' [2021-03-10T15:33:59.083Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T15:33:59.181Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T15:34:20.906Z] Merging remotes/origin/master commit fb188d25fcab3d585a11d4385d590a36e735c372 into PR head commit 28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:34:21.410Z] Merge succeeded, producing 28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:34:21.411Z] Checking out Revision 28b547c0b4f3564d1d9ce77f2bb4079023185d89 (PR-3234) [2021-03-10T15:34:22.360Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:34:22.361Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:34:22.361Z] ---> 83431c33781d [2021-03-10T15:34:22.361Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T15:34:22.361Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:34:22.361Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:34:22.361Z] ---> 83431c33781d [2021-03-10T15:34:22.361Z] Step 3/24 : WORKDIR /edgex-go [2021-03-10T15:34:22.361Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:34:22.361Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:34:22.361Z] ---> 83431c33781d [2021-03-10T15:34:22.361Z] Step 3/31 : WORKDIR /edgex-go [2021-03-10T15:34:22.361Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:34:22.361Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:34:22.361Z] ---> 83431c33781d [2021-03-10T15:34:22.361Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T15:34:22.361Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:34:22.361Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:34:22.361Z] ---> 83431c33781d [2021-03-10T15:34:22.361Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T15:34:22.361Z] ---> Running in 04c7f17d78a4 [2021-03-10T15:34:22.361Z] ---> Running in 0a4634aaca25 [2021-03-10T15:34:22.361Z] ---> Running in ab99a49947ac [2021-03-10T15:34:22.361Z] ---> Running in d3e16a4d0974 [2021-03-10T15:34:22.361Z] ---> Running in 9a7c7672cd8c [2021-03-10T15:34:20.103Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T15:34:20.124Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T15:34:20.152Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T15:34:20.202Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T15:34:20.204Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T15:34:20.221Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:34:20.926Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:34:20.954Z] > git checkout -f 28b547c0b4f3564d1d9ce77f2bb4079023185d89 # timeout=10 [2021-03-10T15:34:21.315Z] > git remote # timeout=10 [2021-03-10T15:34:21.335Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T15:34:21.357Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T15:34:21.368Z] > git merge fb188d25fcab3d585a11d4385d590a36e735c372 # timeout=10 [2021-03-10T15:34:21.393Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T15:34:21.417Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:34:21.464Z] > git checkout -f 28b547c0b4f3564d1d9ce77f2bb4079023185d89 # timeout=10 [2021-03-10T15:34:22.956Z] Removing intermediate container ab99a49947ac [2021-03-10T15:34:22.956Z] ---> 90127e0a6172 [2021-03-10T15:34:22.956Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:34:22.956Z] Removing intermediate container 9a7c7672cd8c [2021-03-10T15:34:22.956Z] ---> 96cba0eaea9d [2021-03-10T15:34:22.956Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:34:22.956Z] Removing intermediate container 0a4634aaca25 [2021-03-10T15:34:22.956Z] ---> efdce83735ec [2021-03-10T15:34:22.956Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:34:22.956Z] Removing intermediate container 04c7f17d78a4 [2021-03-10T15:34:22.956Z] ---> ad8306233afa [2021-03-10T15:34:22.956Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:34:22.956Z] Removing intermediate container d3e16a4d0974 [2021-03-10T15:34:22.956Z] ---> 8af813473055 [2021-03-10T15:34:22.956Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:34:23.223Z] ---> Running in 07324a42865a [2021-03-10T15:34:23.223Z] ---> Running in d22d954d11a3 [2021-03-10T15:34:23.223Z] ---> Running in eb85443398eb [2021-03-10T15:34:23.223Z] ---> Running in e1e2a0174043 [2021-03-10T15:34:23.223Z] ---> Running in ea17c86cb6f4 [2021-03-10T15:34:25.175Z] Removing intermediate container 07324a42865a [2021-03-10T15:34:25.175Z] ---> 693df7f03cf2 [2021-03-10T15:34:25.175Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-10T15:34:25.175Z] ---> Running in cb7a880adad2 [2021-03-10T15:34:25.175Z] Removing intermediate container d22d954d11a3 [2021-03-10T15:34:25.175Z] ---> b73120612d12 [2021-03-10T15:34:25.175Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-10T15:34:25.770Z] ---> Running in 59138171d080 [2021-03-10T15:34:25.770Z] Removing intermediate container e1e2a0174043 [2021-03-10T15:34:25.770Z] ---> 08fff1f381f5 [2021-03-10T15:34:25.770Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-10T15:34:25.770Z] Removing intermediate container eb85443398eb [2021-03-10T15:34:25.770Z] ---> e61b2783604c [2021-03-10T15:34:25.770Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-10T15:34:25.770Z] Removing intermediate container ea17c86cb6f4 [2021-03-10T15:34:25.770Z] ---> 4e41d05088b0 [2021-03-10T15:34:25.770Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-10T15:34:25.993Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [2021-03-10T15:34:26.036Z] ---> Running in 19b7836a8b75 [2021-03-10T15:34:26.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:34:26.036Z] ---> Running in c4d7faea0db5 [2021-03-10T15:34:26.036Z] ---> Running in beb699332a21 [2021-03-10T15:34:26.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-10T15:34:26.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:34:26.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:34:26.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:34:26.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:34:27.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:34:27.156Z] OK: 233 MiB in 51 packages [2021-03-10T15:34:27.503Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-10T15:34:27.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:34:27.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:34:27.740Z] Removing intermediate container cb7a880adad2 [2021-03-10T15:34:27.740Z] ---> 79b547e3e418 [2021-03-10T15:34:27.740Z] Step 6/24 : COPY go.mod . [2021-03-10T15:34:27.932Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T15:34:28.006Z] OK: 233 MiB in 51 packages [2021-03-10T15:34:28.006Z] ---> 0af7b4b7486f [2021-03-10T15:34:28.006Z] Step 7/24 : RUN go mod download [2021-03-10T15:34:28.006Z] ---> Running in 1390c0f10dff [2021-03-10T15:34:28.270Z] + true [2021-03-10T15:34:28.270Z] + sudo service docker restart [2021-03-10T15:34:28.270Z] OK: 233 MiB in 51 packages [2021-03-10T15:34:28.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:34:28.543Z] OK: 233 MiB in 51 packages [2021-03-10T15:34:28.543Z] Removing intermediate container 59138171d080 [2021-03-10T15:34:28.543Z] ---> da7561a2b4ba [2021-03-10T15:34:28.543Z] Step 6/22 : COPY go.mod . [2021-03-10T15:34:28.808Z] ---> 0e21f64abd62 [2021-03-10T15:34:28.808Z] Step 7/22 : RUN go mod download [2021-03-10T15:34:29.072Z] Removing intermediate container 19b7836a8b75 [2021-03-10T15:34:29.072Z] ---> bd7454fe505b [2021-03-10T15:34:29.072Z] Step 6/22 : COPY go.mod . [2021-03-10T15:34:29.072Z] ---> Running in b12804d5d99b [2021-03-10T15:34:29.072Z] Removing intermediate container beb699332a21 [2021-03-10T15:34:29.072Z] ---> 474f30fe3714 [2021-03-10T15:34:29.072Z] Step 6/31 : COPY go.mod . [2021-03-10T15:34:29.348Z] ---> ad15df0a8b08 [2021-03-10T15:34:29.348Z] Step 7/22 : RUN go mod download [2021-03-10T15:34:29.348Z] ---> 439184e31f51 [2021-03-10T15:34:29.348Z] Step 7/31 : RUN go mod download [2021-03-10T15:34:29.348Z] ---> Running in 925c22c5923f [2021-03-10T15:34:29.620Z] ---> Running in f6d53e0decae [2021-03-10T15:34:30.227Z] Removing intermediate container 1390c0f10dff [2021-03-10T15:34:30.227Z] ---> 21fccc18ca4d [2021-03-10T15:34:30.227Z] Step 8/24 : COPY . . [2021-03-10T15:34:30.227Z] Removing intermediate container b12804d5d99b [2021-03-10T15:34:30.227Z] ---> 2a82b5d82b57 [2021-03-10T15:34:30.227Z] Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T15:34:30.385Z] provisioning config files... [2021-03-10T15:34:30.466Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config531629787464995251tmp [Pipeline] { [2021-03-10T15:34:30.497Z] OK: 233 MiB in 51 packages [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:34:30.916Z] ---> docker-login.sh [2021-03-10T15:34:30.916Z] nexus3.edgexfoundry.org:10001 [2021-03-10T15:34:31.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:34:32.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:34:32.118Z] Configure a credential helper to remove this warning. See [2021-03-10T15:34:32.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:34:32.118Z] [2021-03-10T15:34:32.118Z] Login Succeeded [2021-03-10T15:34:32.118Z] nexus3.edgexfoundry.org:10002 [2021-03-10T15:34:32.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:34:32.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:34:32.667Z] Configure a credential helper to remove this warning. See [2021-03-10T15:34:32.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:34:32.667Z] [2021-03-10T15:34:32.667Z] Login Succeeded [2021-03-10T15:34:32.667Z] nexus3.edgexfoundry.org:10003 [2021-03-10T15:34:33.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:34:33.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:34:33.267Z] Configure a credential helper to remove this warning. See [2021-03-10T15:34:33.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:34:33.267Z] [2021-03-10T15:34:33.267Z] Login Succeeded [2021-03-10T15:34:33.267Z] nexus3.edgexfoundry.org:10004 [2021-03-10T15:34:33.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:34:33.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:34:33.816Z] Configure a credential helper to remove this warning. See [2021-03-10T15:34:33.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:34:33.816Z] [2021-03-10T15:34:33.816Z] Login Succeeded [2021-03-10T15:34:33.816Z] docker.io [2021-03-10T15:34:34.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:34:34.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:34:34.687Z] Configure a credential helper to remove this warning. See [2021-03-10T15:34:34.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:34:34.687Z] [2021-03-10T15:34:34.687Z] Login Succeeded [2021-03-10T15:34:34.687Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T15:34:34.705Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-10T15:34:35.156Z] ========================================================= [2021-03-10T15:34:35.156Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-10T15:34:35.156Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:34:35.554Z] + 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-10T15:34:37.152Z] Removing intermediate container c4d7faea0db5 [2021-03-10T15:34:37.152Z] ---> 650ca08fe7cf [2021-03-10T15:34:37.152Z] Step 6/23 : COPY go.mod . [2021-03-10T15:34:37.152Z] Removing intermediate container 925c22c5923f [2021-03-10T15:34:37.152Z] ---> d1a6512384c8 [2021-03-10T15:34:37.152Z] Step 8/22 : COPY . . [2021-03-10T15:34:38.206Z] Sending build context to Docker daemon 166.7MB [2021-03-10T15:34:38.206Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T15:34:38.206Z] Step 2/6 : FROM ${BASE} [2021-03-10T15:34:38.206Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-10T15:34:38.206Z] 5f621e34cdf4: Pulling fs layer [2021-03-10T15:34:38.206Z] a4357932f1b6: Pulling fs layer [2021-03-10T15:34:38.206Z] 18c013af1878: Pulling fs layer [2021-03-10T15:34:38.206Z] 00ac8860ef70: Pulling fs layer [2021-03-10T15:34:38.206Z] 00ac8860ef70: Waiting [2021-03-10T15:34:38.206Z] 63d7cb157983: Pulling fs layer [2021-03-10T15:34:38.206Z] b116817d02f9: Pulling fs layer [2021-03-10T15:34:38.206Z] 745a02a5169b: Pulling fs layer [2021-03-10T15:34:38.206Z] 63d7cb157983: Waiting [2021-03-10T15:34:38.206Z] b116817d02f9: Waiting [2021-03-10T15:34:38.206Z] 745a02a5169b: Waiting [2021-03-10T15:34:38.206Z] 18c013af1878: Verifying Checksum [2021-03-10T15:34:38.206Z] 18c013af1878: Download complete [2021-03-10T15:34:38.206Z] a4357932f1b6: Verifying Checksum [2021-03-10T15:34:38.206Z] a4357932f1b6: Download complete [2021-03-10T15:34:38.206Z] 63d7cb157983: Verifying Checksum [2021-03-10T15:34:38.206Z] 63d7cb157983: Download complete [2021-03-10T15:34:38.206Z] b116817d02f9: Verifying Checksum [2021-03-10T15:34:38.206Z] b116817d02f9: Download complete [2021-03-10T15:34:38.484Z] 5f621e34cdf4: Verifying Checksum [2021-03-10T15:34:38.484Z] 5f621e34cdf4: Download complete [2021-03-10T15:34:39.083Z] 5f621e34cdf4: Pull complete [2021-03-10T15:34:39.686Z] a4357932f1b6: Pull complete [2021-03-10T15:34:40.298Z] 18c013af1878: Pull complete [2021-03-10T15:34:40.578Z] 745a02a5169b: Verifying Checksum [2021-03-10T15:34:40.578Z] 745a02a5169b: Download complete [2021-03-10T15:34:43.200Z] 00ac8860ef70: Verifying Checksum [2021-03-10T15:34:43.200Z] 00ac8860ef70: Download complete [2021-03-10T15:34:43.837Z] Removing intermediate container f6d53e0decae [2021-03-10T15:34:43.837Z] ---> 897c2d3c96e0 [2021-03-10T15:34:43.837Z] Step 8/31 : COPY . . [2021-03-10T15:34:46.412Z] ---> 3944713b6647 [2021-03-10T15:34:46.412Z] Step 7/23 : RUN go mod download [2021-03-10T15:34:48.352Z] ---> Running in 3273cbdd8533 [2021-03-10T15:34:53.382Z] 00ac8860ef70: Pull complete [2021-03-10T15:34:53.382Z] 63d7cb157983: Pull complete [2021-03-10T15:34:53.382Z] b116817d02f9: Pull complete [2021-03-10T15:34:56.777Z] 745a02a5169b: Pull complete [2021-03-10T15:34:56.777Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-10T15:34:56.777Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-10T15:34:56.777Z] ---> b7e6874047d6 [2021-03-10T15:34:56.777Z] 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-10T15:35:01.099Z] ---> Running in 9c7f8d2a979b [2021-03-10T15:35:01.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:35:02.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:35:04.108Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T15:35:04.108Z] (2/12) Installing file (5.38-r0) [2021-03-10T15:35:04.379Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T15:35:04.379Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T15:35:06.561Z] Removing intermediate container 3273cbdd8533 [2021-03-10T15:35:06.561Z] ---> bfe4f7903fd8 [2021-03-10T15:35:06.561Z] Step 8/23 : COPY . . [2021-03-10T15:35:06.562Z] ---> 586877863c25 [2021-03-10T15:35:06.562Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-10T15:35:06.562Z] ---> 3d403e2f632f [2021-03-10T15:35:06.562Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-10T15:35:08.592Z] ---> Running in 4536a45108f1 [2021-03-10T15:35:08.592Z] ---> Running in 02f98c612e1f [2021-03-10T15:35:13.912Z] 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-10T15:35:13.912Z] 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-10T15:35:14.873Z] ---> 7e662838d294 [2021-03-10T15:35:14.873Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-10T15:35:15.477Z] ---> Running in 6774ac639ca4 [2021-03-10T15:35:15.757Z] ---> fa9c2974bbc9 [2021-03-10T15:35:15.757Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-10T15:35:16.744Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T15:35:16.744Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T15:35:16.744Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T15:35:16.744Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T15:35:16.744Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T15:35:16.744Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T15:35:16.744Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T15:35:17.017Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T15:35:17.017Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:35:17.017Z] OK: 217 MiB in 51 packages [2021-03-10T15:35:17.198Z] ---> Running in 519cb0515a4e [2021-03-10T15:35:17.799Z] 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-10T15:35:18.790Z] 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-10T15:35:21.326Z] Removing intermediate container 9c7f8d2a979b [2021-03-10T15:35:21.326Z] ---> f8bb52bcd261 [2021-03-10T15:35:21.326Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T15:35:21.326Z] ---> Running in 7fdc52f978b5 [2021-03-10T15:35:21.938Z] Removing intermediate container 7fdc52f978b5 [2021-03-10T15:35:21.938Z] ---> 8582d4561c28 [2021-03-10T15:35:21.938Z] Step 5/6 : COPY go.mod . [2021-03-10T15:35:22.537Z] ---> 7b334b83bba1 [2021-03-10T15:35:22.537Z] Step 6/6 : RUN go mod download [2021-03-10T15:35:22.537Z] ---> Running in 0574ee42f51c [2021-03-10T15:35:28.938Z] ---> 365fb8bc1b6d [2021-03-10T15:35:28.938Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-10T15:35:29.219Z] ---> Running in aad8b74fff8e [2021-03-10T15:35:30.199Z] 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-10T15:35:42.555Z] 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-10T15:35:49.387Z] Removing intermediate container 0574ee42f51c [2021-03-10T15:35:49.387Z] ---> 6581319b4f12 [2021-03-10T15:35:49.387Z] Successfully built 6581319b4f12 [2021-03-10T15:35:49.387Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:35:49.765Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T15:35:49.765Z] . [Pipeline] withDockerContainer [2021-03-10T15:35:50.053Z] prd-ubuntu18.04-docker-arm64-4c-16g-29347 does not seem to be running inside a container [2021-03-10T15:35:50.145Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-10T15:35:51.708Z] $ docker top c0ce6bced724b905390dfb65ea8e719db8f710cf6e24f45093581414c76ddabe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T15:35:52.765Z] + go version [2021-03-10T15:35:52.765Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-10T15:35:52.783Z] $ docker stop --time=1 c0ce6bced724b905390dfb65ea8e719db8f710cf6e24f45093581414c76ddabe [2021-03-10T15:35:54.783Z] $ docker rm -f c0ce6bced724b905390dfb65ea8e719db8f710cf6e24f45093581414c76ddabe [2021-03-10T15:35:54.966Z] Removing intermediate container 4536a45108f1 [2021-03-10T15:35:54.966Z] ---> 1e6088b72e82 [2021-03-10T15:35:54.966Z] [2021-03-10T15:35:54.966Z] Step 10/24 : FROM alpine:3.12 [2021-03-10T15:35:54.966Z] Removing intermediate container 02f98c612e1f [2021-03-10T15:35:54.966Z] ---> 26414c2ceb6d [2021-03-10T15:35:54.966Z] [2021-03-10T15:35:54.966Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T15:35:54.966Z] 3.12: Pulling from library/alpine [2021-03-10T15:35:54.966Z] 3.12: Pulling from library/alpine [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:35:55.811Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T15:35:55.811Z] . [Pipeline] withDockerContainer [2021-03-10T15:35:55.959Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T15:35:55.959Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T15:35:55.959Z] ---> 88dd2752d2ea [2021-03-10T15:35:55.959Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-10T15:35:55.959Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T15:35:55.959Z] Status: Image is up to date for alpine:3.12 [2021-03-10T15:35:55.959Z] ---> 88dd2752d2ea [2021-03-10T15:35:55.959Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-10T15:35:56.094Z] prd-ubuntu18.04-docker-arm64-4c-16g-29347 does not seem to be running inside a container [2021-03-10T15:35:56.176Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-10T15:35:57.696Z] $ docker top 89a18724ae3a227d5b6b5340de07dd3415f73f5e3292414addfad20b0c9aa28a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T15:35:58.112Z] ========================================================= [2021-03-10T15:35:58.113Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-10T15:35:58.113Z] ========================================================= [Pipeline] sh [2021-03-10T15:35:58.774Z] + make test [2021-03-10T15:35:58.774Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-10T15:35:59.317Z] ---> Running in 1de89d80e397 [2021-03-10T15:35:59.317Z] ---> Running in 12571af23888 [2021-03-10T15:35:59.581Z] Removing intermediate container 519cb0515a4e [2021-03-10T15:35:59.581Z] ---> 88c7454d4196 [2021-03-10T15:35:59.581Z] [2021-03-10T15:35:59.581Z] Step 10/31 : FROM alpine:3.12 [2021-03-10T15:35:59.581Z] ---> 88dd2752d2ea [2021-03-10T15:35:59.581Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-10T15:35:59.581Z] Removing intermediate container 6774ac639ca4 [2021-03-10T15:35:59.581Z] ---> 9136ffcae611 [2021-03-10T15:35:59.581Z] [2021-03-10T15:35:59.581Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T15:35:59.581Z] ---> 88dd2752d2ea [2021-03-10T15:35:59.581Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-10T15:36:00.533Z] ---> Running in b0ab1b3a721e [2021-03-10T15:36:00.533Z] ---> Running in b8af2c2dc43d [2021-03-10T15:36:00.804Z] Removing intermediate container b0ab1b3a721e [2021-03-10T15:36:00.804Z] ---> 42c5eb5f1054 [2021-03-10T15:36:00.804Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-10T15:36:01.078Z] ---> Running in 00db29446acd [2021-03-10T15:36:01.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:36:01.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:36:01.357Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:36:01.357Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:36:01.357Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:36:01.357Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:36:01.357Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-10T15:36:01.357Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T15:36:01.357Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:36:01.637Z] OK: 6 MiB in 15 packages [2021-03-10T15:36:01.637Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T15:36:01.637Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-10T15:36:01.637Z] (4/5) Installing curl (7.69.1-r3) [2021-03-10T15:36:01.637Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-10T15:36:01.637Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:36:01.637Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T15:36:01.637Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-10T15:36:01.637Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-10T15:36:01.637Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:36:01.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:36:01.637Z] OK: 7 MiB in 19 packages [2021-03-10T15:36:01.637Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T15:36:01.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:36:01.916Z] OK: 6 MiB in 16 packages [2021-03-10T15:36:01.916Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-10T15:36:01.916Z] (2/2) Installing su-exec (0.2-r1) [2021-03-10T15:36:01.916Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:36:01.916Z] OK: 6 MiB in 16 packages [2021-03-10T15:36:03.326Z] Removing intermediate container 12571af23888 [2021-03-10T15:36:03.326Z] ---> c78bcd3446b4 [2021-03-10T15:36:03.326Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:36:03.909Z] ---> Running in 31a8ab12351b [2021-03-10T15:36:04.487Z] Removing intermediate container 1de89d80e397 [2021-03-10T15:36:04.487Z] ---> f26922f5207b [2021-03-10T15:36:04.487Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T15:36:05.440Z] ---> Running in f12d2a3641ad [2021-03-10T15:36:05.440Z] Removing intermediate container 00db29446acd [2021-03-10T15:36:05.440Z] ---> 54ece2ac7087 [2021-03-10T15:36:05.440Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-10T15:36:05.440Z] Removing intermediate container 31a8ab12351b [2021-03-10T15:36:05.440Z] ---> 6d390122ce68 [2021-03-10T15:36:05.440Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-10T15:36:05.440Z] Removing intermediate container b8af2c2dc43d [2021-03-10T15:36:05.440Z] ---> ac47765e2fac [2021-03-10T15:36:05.440Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:36:05.440Z] ---> Running in 34e9231dd643 [2021-03-10T15:36:05.703Z] ---> Running in f200da172f67 [2021-03-10T15:36:05.704Z] ---> Running in 293d09d6bc99 [2021-03-10T15:36:05.704Z] Removing intermediate container f12d2a3641ad [2021-03-10T15:36:05.704Z] ---> 758671be3095 [2021-03-10T15:36:05.704Z] Step 13/24 : WORKDIR / [2021-03-10T15:36:06.280Z] ---> Running in 30d9cfd9927f [2021-03-10T15:36:08.201Z] Removing intermediate container f200da172f67 [2021-03-10T15:36:08.201Z] ---> 13a1e67a4a07 [2021-03-10T15:36:08.201Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-10T15:36:08.201Z] Removing intermediate container 293d09d6bc99 [2021-03-10T15:36:08.201Z] ---> b97b18c8bb64 [2021-03-10T15:36:08.201Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-10T15:36:08.201Z] Removing intermediate container 34e9231dd643 [2021-03-10T15:36:08.201Z] ---> 22fa96d80f4e [2021-03-10T15:36:08.201Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T15:36:08.201Z] ---> Running in b9a05a523639 [2021-03-10T15:36:08.201Z] ---> Running in 3c66844ab5e5 [2021-03-10T15:36:08.201Z] ---> Running in 66c5d01b326e [2021-03-10T15:36:08.201Z] Removing intermediate container 30d9cfd9927f [2021-03-10T15:36:08.201Z] ---> 4be84f5df695 [2021-03-10T15:36:08.201Z] 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-10T15:36:08.201Z] Removing intermediate container aad8b74fff8e [2021-03-10T15:36:08.201Z] ---> 354f7d6a1ec6 [2021-03-10T15:36:08.201Z] [2021-03-10T15:36:08.201Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T15:36:08.201Z] ---> 88dd2752d2ea [2021-03-10T15:36:08.201Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-10T15:36:08.467Z] ---> Running in 244531402da8 [2021-03-10T15:36:08.467Z] Removing intermediate container 3c66844ab5e5 [2021-03-10T15:36:08.467Z] ---> f4e06c55b515 [2021-03-10T15:36:08.467Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T15:36:08.467Z] Removing intermediate container b9a05a523639 [2021-03-10T15:36:08.467Z] ---> 693218b1cd1c [2021-03-10T15:36:08.467Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-10T15:36:08.730Z] Removing intermediate container 66c5d01b326e [2021-03-10T15:36:08.730Z] ---> 4b205300f4b0 [2021-03-10T15:36:08.730Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:36:08.730Z] ---> 4010dee0b270 [2021-03-10T15:36:08.730Z] 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-10T15:36:08.730Z] ---> Running in 6d67adcd4244 [2021-03-10T15:36:08.730Z] ---> Running in c3752c699775 [2021-03-10T15:36:08.992Z] Removing intermediate container 244531402da8 [2021-03-10T15:36:08.992Z] ---> 7ebc67376552 [2021-03-10T15:36:08.992Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-10T15:36:09.260Z] ---> Running in a633eadfb41d [2021-03-10T15:36:09.260Z] Removing intermediate container 6d67adcd4244 [2021-03-10T15:36:09.260Z] ---> f08765342a6a [2021-03-10T15:36:09.260Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:36:09.260Z] ---> 0724292c99ae [2021-03-10T15:36:09.260Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-10T15:36:09.260Z] ---> 2d4c19d21b1b [2021-03-10T15:36:09.260Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-10T15:36:10.216Z] ---> 4a7a58f1cfdc [2021-03-10T15:36:10.216Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-10T15:36:10.216Z] Removing intermediate container a633eadfb41d [2021-03-10T15:36:10.216Z] ---> bef466ac140d [2021-03-10T15:36:10.216Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-10T15:36:10.216Z] ---> e79be85ffc8d [2021-03-10T15:36:10.216Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-10T15:36:10.216Z] ---> 6e4b2ddd9300 [2021-03-10T15:36:10.216Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-10T15:36:10.484Z] ---> Running in 6b2f789f93d9 [2021-03-10T15:36:10.747Z] ---> 2689d3d8201a [2021-03-10T15:36:10.747Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-10T15:36:10.747Z] Removing intermediate container 6b2f789f93d9 [2021-03-10T15:36:10.747Z] ---> 5d6da45e87bd [2021-03-10T15:36:10.747Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:36:11.011Z] ---> Running in 642d6acfdea9 [2021-03-10T15:36:11.011Z] Removing intermediate container c3752c699775 [2021-03-10T15:36:11.011Z] ---> 2655b5828df4 [2021-03-10T15:36:11.011Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-10T15:36:11.011Z] ---> Running in ab75e0cfa09b [2021-03-10T15:36:11.011Z] ---> a5b36590b0ec [2021-03-10T15:36:11.011Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-10T15:36:11.011Z] ---> f7505fc5989a [2021-03-10T15:36:11.011Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-10T15:36:11.275Z] ---> Running in 171e040bc902 [2021-03-10T15:36:11.538Z] Removing intermediate container 642d6acfdea9 [2021-03-10T15:36:11.538Z] ---> ad52f5c4516f [2021-03-10T15:36:11.538Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:36:11.804Z] ---> Running in a56a9f9f19d2 [2021-03-10T15:36:11.804Z] ---> 2b14b3989439 [2021-03-10T15:36:11.804Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-10T15:36:11.804Z] ---> b77f146341a6 [2021-03-10T15:36:11.804Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-10T15:36:11.804Z] Removing intermediate container 171e040bc902 [2021-03-10T15:36:11.804Z] ---> 2af77added32 [2021-03-10T15:36:11.804Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-10T15:36:11.804Z] ---> Running in 0a9fcc0d9ad2 [2021-03-10T15:36:12.078Z] Removing intermediate container a56a9f9f19d2 [2021-03-10T15:36:12.078Z] ---> 43a103aef4ef [2021-03-10T15:36:12.078Z] Step 20/22 : LABEL arch=x86_64 [2021-03-10T15:36:12.078Z] ---> Running in fbc70348d393 [2021-03-10T15:36:12.342Z] Removing intermediate container 0a9fcc0d9ad2 [2021-03-10T15:36:12.342Z] ---> 0b90dc733772 [2021-03-10T15:36:12.342Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:36:12.917Z] ---> b7d89a62ca5a [2021-03-10T15:36:12.917Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-10T15:36:12.917Z] ---> 2361ea6ebde8 [2021-03-10T15:36:12.917Z] 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-10T15:36:13.182Z] ---> Running in 087221478c6b [2021-03-10T15:36:13.182Z] Removing intermediate container fbc70348d393 [2021-03-10T15:36:13.182Z] ---> 1c463ec52d39 [2021-03-10T15:36:13.182Z] Step 21/22 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:36:13.182Z] ---> Running in 5d92f3d36dde [2021-03-10T15:36:13.182Z] ---> Running in 710316fa816a [2021-03-10T15:36:13.444Z] ---> Running in 85da65cd9301 [2021-03-10T15:36:13.444Z] Removing intermediate container 087221478c6b [2021-03-10T15:36:13.444Z] ---> 3b8f22a72f12 [2021-03-10T15:36:13.444Z] Step 20/22 : LABEL arch=x86_64 [2021-03-10T15:36:13.444Z] Removing intermediate container ab75e0cfa09b [2021-03-10T15:36:13.444Z] ---> eb12990c63fb [2021-03-10T15:36:13.444Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-10T15:36:13.708Z] ---> Running in e4681ae8f6e0 [2021-03-10T15:36:13.708Z] ---> Running in a7bc2eeb645d [2021-03-10T15:36:13.973Z] Removing intermediate container 85da65cd9301 [2021-03-10T15:36:13.973Z] ---> e2d42d6e54ae [2021-03-10T15:36:13.973Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T15:36:14.241Z] ---> Running in fc3878e7f44f [2021-03-10T15:36:14.241Z] Removing intermediate container e4681ae8f6e0 [2021-03-10T15:36:14.241Z] ---> a3a41f5cb809 [2021-03-10T15:36:14.241Z] Step 21/22 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:36:14.502Z] ---> Running in 7b61bf896b29 [2021-03-10T15:36:14.502Z] Removing intermediate container fc3878e7f44f [2021-03-10T15:36:14.502Z] ---> 12b6a038031a [2021-03-10T15:36:14.502Z] [2021-03-10T15:36:14.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:36:14.764Z] Removing intermediate container 7b61bf896b29 [2021-03-10T15:36:14.764Z] ---> 789cb9480c94 [2021-03-10T15:36:14.764Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T15:36:14.764Z] Successfully built 12b6a038031a [2021-03-10T15:36:15.029Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-10T15:36:15.029Z] Building docker-sys-mgmt-agent-go [2021-03-10T15:36:15.029Z]  Building docker-support-scheduler-go ... done  ---> Running in d463b6e791e8 [2021-03-10T15:36:15.293Z] Removing intermediate container 710316fa816a [2021-03-10T15:36:15.293Z] ---> 3c13f61c1f58 [2021-03-10T15:36:15.293Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-10T15:36:15.293Z] Removing intermediate container 5d92f3d36dde [2021-03-10T15:36:15.293Z] ---> bfb17d0847c2 [2021-03-10T15:36:15.293Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:36:15.293Z] Removing intermediate container d463b6e791e8 [2021-03-10T15:36:15.293Z] ---> 59699e5e8c0e [2021-03-10T15:36:15.293Z] [2021-03-10T15:36:15.293Z] ---> Running in 47af733be9e9 [2021-03-10T15:36:15.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:36:15.562Z] Successfully built 59699e5e8c0e [2021-03-10T15:36:15.562Z] Removing intermediate container 47af733be9e9 [2021-03-10T15:36:15.563Z] ---> 3fbfa6e72cf6 [2021-03-10T15:36:15.563Z] Step 22/24 : LABEL arch=x86_64 [2021-03-10T15:36:15.563Z] Successfully tagged docker-support-notifications-go:latest [2021-03-10T15:36:15.563Z] Building docker-security-proxy-setup-go [2021-03-10T15:36:15.826Z]  Building docker-support-notifications-go ... done  ---> b80a0c0448ed [2021-03-10T15:36:15.826Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-10T15:36:15.826Z] ---> Running in 17d2f5be82c0 [2021-03-10T15:36:16.402Z] Removing intermediate container 17d2f5be82c0 [2021-03-10T15:36:16.403Z] ---> 87b2de9f6a06 [2021-03-10T15:36:16.403Z] Step 23/24 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:36:16.403Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-10T15:36:16.403Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-10T15:36:16.668Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-10T15:36:18.068Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-10T15:36:18.068Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-10T15:36:18.068Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-10T15:36:18.068Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:36:18.068Z] OK: 8 MiB in 20 packages [2021-03-10T15:36:19.014Z] ---> Running in c73355258930 [2021-03-10T15:36:22.339Z] ---> 50eead5c2c1f [2021-03-10T15:36:22.339Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-10T15:36:22.912Z] Removing intermediate container c73355258930 [2021-03-10T15:36:22.912Z] ---> af9da5a4b704 [2021-03-10T15:36:22.912Z] Step 24/24 : LABEL version=0.0.0 [2021-03-10T15:36:23.515Z] Removing intermediate container a7bc2eeb645d [2021-03-10T15:36:23.515Z] ---> 5e3ea549ccf6 [2021-03-10T15:36:23.515Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:36:23.515Z] ---> Running in 7b83905b28b2 [2021-03-10T15:36:23.515Z] ---> 3c336c0314d6 [2021-03-10T15:36:23.515Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-10T15:36:25.592Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-10T15:36:26.089Z] Removing intermediate container 7b83905b28b2 [2021-03-10T15:36:26.089Z] ---> 4aeffccdd369 [2021-03-10T15:36:26.089Z] [2021-03-10T15:36:26.089Z] Successfully built 4aeffccdd369 [2021-03-10T15:36:27.042Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-10T15:36:27.042Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-03-10T15:36:29.009Z] ---> 297f35bdf2f5 [2021-03-10T15:36:29.009Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-10T15:36:29.279Z] ---> 0d15bdba4553 [2021-03-10T15:36:29.280Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-10T15:36:31.851Z] ---> fe9aa8298bed [2021-03-10T15:36:31.851Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-10T15:36:34.140Z] ---> 96ba258b2379 [2021-03-10T15:36:34.141Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-10T15:36:34.846Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:36:34.846Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:36:34.846Z] ---> 83431c33781d [2021-03-10T15:36:34.846Z] Step 3/21 : WORKDIR /edgex-go [2021-03-10T15:36:34.846Z] ---> Using cache [2021-03-10T15:36:34.846Z] ---> 8af813473055 [2021-03-10T15:36:34.846Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:36:34.846Z] ---> Using cache [2021-03-10T15:36:34.846Z] ---> 4e41d05088b0 [2021-03-10T15:36:34.846Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-10T15:36:34.846Z] ---> Using cache [2021-03-10T15:36:34.846Z] ---> 474f30fe3714 [2021-03-10T15:36:34.846Z] Step 6/21 : COPY go.mod . [2021-03-10T15:36:34.846Z] ---> Using cache [2021-03-10T15:36:34.846Z] ---> 439184e31f51 [2021-03-10T15:36:34.846Z] Step 7/21 : RUN go mod download [2021-03-10T15:36:34.846Z] ---> Using cache [2021-03-10T15:36:34.846Z] ---> 897c2d3c96e0 [2021-03-10T15:36:34.846Z] Step 8/21 : COPY . . [2021-03-10T15:36:34.846Z] ---> Using cache [2021-03-10T15:36:34.846Z] ---> fa9c2974bbc9 [2021-03-10T15:36:34.846Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-10T15:36:36.380Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:36:36.380Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:36:36.380Z] ---> 83431c33781d [2021-03-10T15:36:36.380Z] Step 3/26 : WORKDIR /edgex-go [2021-03-10T15:36:36.380Z] ---> Using cache [2021-03-10T15:36:36.380Z] ---> 8af813473055 [2021-03-10T15:36:36.380Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:36:36.380Z] ---> Using cache [2021-03-10T15:36:36.380Z] ---> 4e41d05088b0 [2021-03-10T15:36:36.380Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-10T15:36:36.646Z] ---> Running in 5786aef49820 [2021-03-10T15:36:36.910Z] ---> Running in dd0bc9808c4a [2021-03-10T15:36:36.910Z] ---> Running in ce1586ba6f01 [2021-03-10T15:36:36.910Z] ---> ae507cd3195e [2021-03-10T15:36:36.910Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-10T15:36:37.177Z] Removing intermediate container 5786aef49820 [2021-03-10T15:36:37.177Z] ---> 170cd450d9c7 [2021-03-10T15:36:37.177Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-10T15:36:37.177Z] ---> Running in ff28c5a2abc2 [2021-03-10T15:36:38.167Z] Removing intermediate container ff28c5a2abc2 [2021-03-10T15:36:38.167Z] ---> eb7fe4f9771f [2021-03-10T15:36:38.167Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:36:38.167Z] ---> 350c09574eb8 [2021-03-10T15:36:38.167Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-10T15:36:38.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:36:38.707Z] 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-10T15:36:38.973Z] ---> Running in a0cc67d8afaf [2021-03-10T15:36:39.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:36:39.517Z] ---> Running in e502d5b259f7 [2021-03-10T15:36:39.781Z] Removing intermediate container a0cc67d8afaf [2021-03-10T15:36:39.781Z] ---> f749e29e3787 [2021-03-10T15:36:39.781Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T15:36:40.748Z] OK: 233 MiB in 51 packages [2021-03-10T15:36:41.021Z] ---> Running in 5e4ef889307a [2021-03-10T15:36:42.436Z] Removing intermediate container 5e4ef889307a [2021-03-10T15:36:42.436Z] ---> 05596f108632 [2021-03-10T15:36:42.436Z] Step 22/23 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:36:43.416Z] ---> Running in beccc4bc96a7 [2021-03-10T15:36:43.416Z] Removing intermediate container ce1586ba6f01 [2021-03-10T15:36:43.416Z] ---> 4461c5f87c58 [2021-03-10T15:36:43.416Z] Step 6/26 : COPY go.mod . [2021-03-10T15:36:44.391Z] Removing intermediate container beccc4bc96a7 [2021-03-10T15:36:44.391Z] ---> 49cb8333a33e [2021-03-10T15:36:44.391Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T15:36:44.391Z] Removing intermediate container e502d5b259f7 [2021-03-10T15:36:44.391Z] ---> 0670f5570f2b [2021-03-10T15:36:44.391Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-10T15:36:44.391Z] ---> e13d5f046537 [2021-03-10T15:36:44.391Z] Step 7/26 : RUN go mod download [2021-03-10T15:36:44.659Z] ---> Running in d01b2bdc834d [2021-03-10T15:36:44.932Z] ---> Running in e0c709fa206e [2021-03-10T15:36:44.932Z] ---> Running in b49c6fbeb90b [2021-03-10T15:36:45.898Z] Removing intermediate container d01b2bdc834d [2021-03-10T15:36:45.898Z] ---> f0c690fe7594 [2021-03-10T15:36:45.898Z] [2021-03-10T15:36:46.169Z] Removing intermediate container b49c6fbeb90b [2021-03-10T15:36:46.169Z] ---> 734facca61ae [2021-03-10T15:36:46.169Z] Step 28/31 : CMD ["gate"] [2021-03-10T15:36:46.753Z] Successfully built f0c690fe7594 [2021-03-10T15:36:46.753Z] Successfully tagged docker-core-data-go:latest [2021-03-10T15:36:46.753Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-03-10T15:36:47.377Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:36:47.377Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:36:47.377Z] ---> 83431c33781d [2021-03-10T15:36:47.377Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T15:36:47.377Z] ---> Using cache [2021-03-10T15:36:47.377Z] ---> 8af813473055 [2021-03-10T15:36:47.377Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:36:47.377Z] ---> Using cache [2021-03-10T15:36:47.377Z] ---> 4e41d05088b0 [2021-03-10T15:36:47.377Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T15:36:47.377Z] ---> Using cache [2021-03-10T15:36:47.377Z] ---> 474f30fe3714 [2021-03-10T15:36:47.377Z] Step 6/23 : COPY go.mod . [2021-03-10T15:36:47.377Z] ---> Using cache [2021-03-10T15:36:47.377Z] ---> 439184e31f51 [2021-03-10T15:36:47.377Z] Step 7/23 : RUN go mod download [2021-03-10T15:36:47.377Z] ---> Using cache [2021-03-10T15:36:47.377Z] ---> 897c2d3c96e0 [2021-03-10T15:36:47.377Z] Step 8/23 : COPY . . [2021-03-10T15:36:47.377Z] ---> Using cache [2021-03-10T15:36:47.377Z] ---> fa9c2974bbc9 [2021-03-10T15:36:47.377Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-10T15:36:47.667Z] ---> Running in d4159a49971a [2021-03-10T15:36:47.975Z] ---> Running in 0d3f2d5be596 [2021-03-10T15:36:48.256Z] Removing intermediate container d4159a49971a [2021-03-10T15:36:48.256Z] ---> fed997a4127f [2021-03-10T15:36:48.256Z] Step 29/31 : LABEL arch=x86_64 [2021-03-10T15:36:50.214Z] ---> Running in 6945672d4d0c [2021-03-10T15:36:50.490Z] 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-10T15:36:53.077Z] Removing intermediate container 6945672d4d0c [2021-03-10T15:36:53.077Z] ---> 2f5e3eb1d103 [2021-03-10T15:36:53.077Z] Step 30/31 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:36:53.077Z] Removing intermediate container e0c709fa206e [2021-03-10T15:36:53.077Z] ---> e909ddc61ef2 [2021-03-10T15:36:53.077Z] Step 8/26 : COPY . . [2021-03-10T15:36:56.448Z] ---> Running in bd99f5e0ad7d [2021-03-10T15:36:57.909Z] Removing intermediate container bd99f5e0ad7d [2021-03-10T15:36:57.909Z] ---> 163cd623c922 [2021-03-10T15:36:57.909Z] Step 31/31 : LABEL version=0.0.0 [2021-03-10T15:36:59.870Z] ---> Running in 60c97ec0be33 [2021-03-10T15:37:00.139Z] 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-10T15:37:00.406Z] Removing intermediate container 60c97ec0be33 [2021-03-10T15:37:00.406Z] ---> 2824444197b4 [2021-03-10T15:37:00.406Z] [2021-03-10T15:37:00.673Z] Successfully built 2824444197b4 [2021-03-10T15:37:00.949Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-10T15:37:09.466Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:37:09.466Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:37:09.466Z] ---> 83431c33781d [2021-03-10T15:37:09.466Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T15:37:09.466Z] ---> Using cache [2021-03-10T15:37:09.466Z] ---> 8af813473055 [2021-03-10T15:37:09.466Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:37:09.466Z] ---> Using cache [2021-03-10T15:37:09.466Z] ---> 4e41d05088b0 [2021-03-10T15:37:09.466Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T15:37:09.466Z] ---> Using cache [2021-03-10T15:37:09.466Z] ---> 474f30fe3714 [2021-03-10T15:37:09.466Z] Step 6/23 : COPY go.mod . [2021-03-10T15:37:09.735Z] ---> Using cache [2021-03-10T15:37:09.735Z] ---> 439184e31f51 [2021-03-10T15:37:09.735Z] Step 7/23 : RUN go mod download [2021-03-10T15:37:09.735Z] ---> Using cache [2021-03-10T15:37:09.735Z] ---> 897c2d3c96e0 [2021-03-10T15:37:09.735Z] Step 8/23 : COPY . . [2021-03-10T15:37:09.735Z] ---> Using cache [2021-03-10T15:37:09.735Z] ---> fa9c2974bbc9 [2021-03-10T15:37:09.735Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-10T15:37:11.144Z] ---> Running in d0e02a7e1962 [2021-03-10T15:37:12.635Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-10T15:37:13.775Z] 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-10T15:37:16.398Z] Removing intermediate container dd0bc9808c4a [2021-03-10T15:37:16.398Z] ---> 713cf4965896 [2021-03-10T15:37:16.398Z] [2021-03-10T15:37:16.398Z] Step 10/21 : FROM alpine:3.12 [2021-03-10T15:37:16.398Z] ---> 88dd2752d2ea [2021-03-10T15:37:16.398Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-10T15:37:17.399Z] ---> Running in 598520c7e254 [2021-03-10T15:37:18.391Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:18.391Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:18.661Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-10T15:37:18.662Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T15:37:18.662Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-10T15:37:18.662Z] (4/4) Installing curl (7.69.1-r3) [2021-03-10T15:37:18.662Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:37:18.662Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T15:37:18.937Z] OK: 7 MiB in 18 packages [2021-03-10T15:37:20.919Z] ---> 37c051209db4 [2021-03-10T15:37:20.919Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-10T15:37:20.919Z] ---> Running in 6315545a9de8 [2021-03-10T15:37:22.366Z] Removing intermediate container 598520c7e254 [2021-03-10T15:37:22.366Z] ---> 25ae3de140c2 [2021-03-10T15:37:22.367Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T15:37:22.367Z] 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-10T15:37:23.349Z] ---> Running in 75c1c29f0cce [2021-03-10T15:37:24.318Z] Removing intermediate container 75c1c29f0cce [2021-03-10T15:37:24.318Z] ---> d561f4dc37b8 [2021-03-10T15:37:24.318Z] Step 13/21 : WORKDIR /edgex [2021-03-10T15:37:24.591Z] ---> Running in 328e39f1c529 [2021-03-10T15:37:24.860Z] Removing intermediate container 0d3f2d5be596 [2021-03-10T15:37:24.860Z] ---> 60625f4ebcd3 [2021-03-10T15:37:24.860Z] [2021-03-10T15:37:24.860Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T15:37:24.860Z] ---> 88dd2752d2ea [2021-03-10T15:37:24.860Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T15:37:24.860Z] ---> Using cache [2021-03-10T15:37:24.860Z] ---> c78bcd3446b4 [2021-03-10T15:37:24.861Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:37:24.861Z] ---> Using cache [2021-03-10T15:37:24.861Z] ---> 6d390122ce68 [2021-03-10T15:37:24.861Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-10T15:37:24.861Z] ---> Running in 0eace4a729a6 [2021-03-10T15:37:25.133Z] Removing intermediate container 328e39f1c529 [2021-03-10T15:37:25.133Z] ---> dce8cc83097f [2021-03-10T15:37:25.133Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-10T15:37:25.409Z] Removing intermediate container 0eace4a729a6 [2021-03-10T15:37:25.409Z] ---> cbcf59045a02 [2021-03-10T15:37:25.409Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T15:37:25.692Z] ---> Running in 7a1dcd95b0ad [2021-03-10T15:37:25.692Z] ---> db018c36f67c [2021-03-10T15:37:25.692Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-10T15:37:25.971Z] Removing intermediate container 7a1dcd95b0ad [2021-03-10T15:37:25.971Z] ---> a1c44496e9cf [2021-03-10T15:37:25.971Z] Step 15/23 : WORKDIR / [2021-03-10T15:37:27.393Z] ---> Running in 30272bd75566 [2021-03-10T15:37:27.393Z] ---> cab4677acc9f [2021-03-10T15:37:27.393Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-10T15:37:27.662Z] Removing intermediate container 30272bd75566 [2021-03-10T15:37:27.662Z] ---> 11a5bd8fd33a [2021-03-10T15:37:27.662Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:37:28.259Z] ---> 6951400ca7d2 [2021-03-10T15:37:28.259Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-10T15:37:28.531Z] ---> 86335973697f [2021-03-10T15:37:28.531Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-10T15:37:28.531Z] ---> Running in 49e664ef2644 [2021-03-10T15:37:28.801Z] Removing intermediate container 49e664ef2644 [2021-03-10T15:37:28.801Z] ---> a843b665f7ad [2021-03-10T15:37:28.801Z] Step 18/21 : CMD ["--init=true"] [2021-03-10T15:37:29.072Z] ---> Running in 08c6bf0c0eca [2021-03-10T15:37:31.005Z] Removing intermediate container 08c6bf0c0eca [2021-03-10T15:37:31.005Z] ---> e6af6415f2d4 [2021-03-10T15:37:31.005Z] Step 19/21 : LABEL arch=x86_64 [2021-03-10T15:37:31.005Z] ---> 95f6e33d5078 [2021-03-10T15:37:31.005Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-10T15:37:31.005Z] ---> Running in eb8f943c7d8b [2021-03-10T15:37:31.271Z] ---> 495a41f09ed7 [2021-03-10T15:37:31.271Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-10T15:37:31.271Z] Removing intermediate container eb8f943c7d8b [2021-03-10T15:37:31.271Z] ---> a2c13493425a [2021-03-10T15:37:31.271Z] Step 20/21 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:37:31.271Z] ---> Running in fc2ffe3856b5 [2021-03-10T15:37:31.271Z] ---> Running in bebed8fddd78 [2021-03-10T15:37:31.543Z] Removing intermediate container fc2ffe3856b5 [2021-03-10T15:37:31.543Z] ---> de021299257d [2021-03-10T15:37:31.543Z] Step 21/21 : LABEL version=0.0.0 [2021-03-10T15:37:31.543Z] Removing intermediate container bebed8fddd78 [2021-03-10T15:37:31.543Z] ---> 851654b56e60 [2021-03-10T15:37:31.543Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:37:31.543Z] ---> Running in fd2cf9c24d5b [2021-03-10T15:37:31.543Z] ---> Running in 30f9ccfebf37 [2021-03-10T15:37:31.812Z] Removing intermediate container 30f9ccfebf37 [2021-03-10T15:37:31.812Z] ---> 31f1c4ac1861 [2021-03-10T15:37:31.812Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T15:37:32.091Z] ---> Running in da57f82693c7 [2021-03-10T15:37:32.091Z] Removing intermediate container fd2cf9c24d5b [2021-03-10T15:37:32.091Z] ---> a296648d940e [2021-03-10T15:37:32.091Z] [2021-03-10T15:37:32.091Z] Removing intermediate container da57f82693c7 [2021-03-10T15:37:32.091Z] ---> a0313d7076c7 [2021-03-10T15:37:32.091Z] Step 22/23 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:37:32.360Z] Successfully built a296648d940e [2021-03-10T15:37:32.360Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-10T15:37:32.360Z] ---> Running in afc8b92a419f [2021-03-10T15:37:32.630Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container afc8b92a419f [2021-03-10T15:37:32.630Z] ---> 806ea2a4f301 [2021-03-10T15:37:32.630Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T15:37:32.901Z] ---> Running in 804619cb94af [2021-03-10T15:37:33.174Z] Removing intermediate container 804619cb94af [2021-03-10T15:37:33.174Z] ---> e1518cb07c90 [2021-03-10T15:37:33.174Z] [2021-03-10T15:37:33.447Z] Successfully built e1518cb07c90 [2021-03-10T15:37:33.447Z] Successfully tagged docker-core-metadata-go:latest [2021-03-10T15:37:36.777Z]  Building docker-core-metadata-go ... done Removing intermediate container d0e02a7e1962 [2021-03-10T15:37:36.777Z] ---> f9ff83b492b0 [2021-03-10T15:37:36.777Z] [2021-03-10T15:37:36.777Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T15:37:36.777Z] ---> 88dd2752d2ea [2021-03-10T15:37:36.777Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T15:37:36.777Z] ---> Using cache [2021-03-10T15:37:36.777Z] ---> c78bcd3446b4 [2021-03-10T15:37:36.777Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:37:36.777Z] ---> Using cache [2021-03-10T15:37:36.777Z] ---> 6d390122ce68 [2021-03-10T15:37:36.777Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-10T15:37:36.777Z] ---> Running in 7228e1c72e05 [2021-03-10T15:37:36.777Z] Removing intermediate container 7228e1c72e05 [2021-03-10T15:37:36.777Z] ---> 1fd6210c67f8 [2021-03-10T15:37:36.777Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T15:37:36.777Z] ---> Running in ca86b25d7473 [2021-03-10T15:37:36.777Z] Removing intermediate container ca86b25d7473 [2021-03-10T15:37:36.777Z] ---> b32ab75306e2 [2021-03-10T15:37:36.777Z] Step 15/23 : WORKDIR / [2021-03-10T15:37:36.777Z] ---> Running in 95ffe543f639 [2021-03-10T15:37:37.048Z] Removing intermediate container 95ffe543f639 [2021-03-10T15:37:37.048Z] ---> bfccb835c529 [2021-03-10T15:37:37.048Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:37:37.627Z] ---> d4fb748fb26e [2021-03-10T15:37:37.627Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-10T15:37:39.552Z] ---> 5b0fae33661a [2021-03-10T15:37:39.552Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-10T15:37:39.552Z] Removing intermediate container 6315545a9de8 [2021-03-10T15:37:39.552Z] ---> c55f7face9b8 [2021-03-10T15:37:39.552Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-10T15:37:39.552Z] ---> Running in ad660d41634e [2021-03-10T15:37:39.815Z] ---> 3bf0de5bd557 [2021-03-10T15:37:39.815Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-10T15:37:39.815Z] ---> Running in deef3506032e [2021-03-10T15:37:39.821Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-10T15:37:39.821Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-10T15:37:39.821Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-10T15:37:39.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-10T15:37:39.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-10T15:37:39.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-10T15:37:39.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-10T15:37:39.821Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-10T15:37:39.821Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-10T15:37:40.078Z] Removing intermediate container deef3506032e [2021-03-10T15:37:40.078Z] ---> 0f7814728109 [2021-03-10T15:37:40.078Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:37:40.078Z] ---> Running in a0fafdd093ae [2021-03-10T15:37:40.078Z] 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-10T15:37:40.344Z] Removing intermediate container a0fafdd093ae [2021-03-10T15:37:40.344Z] ---> 09b7c3fd15b3 [2021-03-10T15:37:40.344Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T15:37:40.344Z] ---> Running in 8a6c60cfd9dc [2021-03-10T15:37:40.344Z] Removing intermediate container 8a6c60cfd9dc [2021-03-10T15:37:40.344Z] ---> 0c828f26dc8a [2021-03-10T15:37:40.344Z] Step 22/23 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:37:40.612Z] ---> Running in 98e5d4ec438d [2021-03-10T15:37:40.612Z] Removing intermediate container 98e5d4ec438d [2021-03-10T15:37:40.612Z] ---> f6d461be68f9 [2021-03-10T15:37:40.612Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T15:37:40.874Z] ---> Running in 749e94a4dec7 [2021-03-10T15:37:40.874Z] Removing intermediate container 749e94a4dec7 [2021-03-10T15:37:40.874Z] ---> cdaf803df2fa [2021-03-10T15:37:40.874Z] [2021-03-10T15:37:41.447Z] Successfully built cdaf803df2fa [2021-03-10T15:37:41.709Z] Successfully tagged docker-core-command-go:latest [2021-03-10T15:37:41.709Z]  Building docker-core-command-go ... done Removing intermediate container ad660d41634e [2021-03-10T15:37:41.709Z] ---> e0133010d577 [2021-03-10T15:37:41.709Z] [2021-03-10T15:37:41.709Z] Step 11/26 : FROM docker:20.10.0 [2021-03-10T15:37:41.709Z] 20.10.0: Pulling from library/docker [2021-03-10T15:37:46.545Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-10T15:37:46.545Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-10T15:37:46.545Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-10T15:37:47.042Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-10T15:37:47.042Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-10T15:37:47.042Z] ---> aefe523efa57 [2021-03-10T15:37:47.042Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-10T15:37:47.042Z] ---> Running in 3a406eb6c8f3 [2021-03-10T15:37:47.616Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:47.616Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:47.882Z] (1/2) Installing readline (8.0.4-r0) [2021-03-10T15:37:47.882Z] (2/2) Installing bash (5.0.17-r0) [2021-03-10T15:37:47.882Z] Executing bash-5.0.17-r0.post-install [2021-03-10T15:37:47.882Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:37:47.882Z] OK: 12 MiB in 22 packages [2021-03-10T15:37:48.458Z] Removing intermediate container 3a406eb6c8f3 [2021-03-10T15:37:48.458Z] ---> 25d30b2c42f8 [2021-03-10T15:37:48.458Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-10T15:37:48.458Z] ---> Running in 85a6cf67ace4 [2021-03-10T15:37:48.720Z] Removing intermediate container 85a6cf67ace4 [2021-03-10T15:37:48.720Z] ---> b23fcf07eca8 [2021-03-10T15:37:48.720Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-10T15:37:48.720Z] ---> Running in fd60e422a1a4 [2021-03-10T15:37:48.982Z] Removing intermediate container fd60e422a1a4 [2021-03-10T15:37:48.982Z] ---> 632680c37d38 [2021-03-10T15:37:48.982Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-10T15:37:48.982Z] ---> Running in ab1fe139c321 [2021-03-10T15:37:49.244Z] Removing intermediate container ab1fe139c321 [2021-03-10T15:37:49.244Z] ---> c7c512c77b74 [2021-03-10T15:37:49.244Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-10T15:37:49.817Z] ---> 7151394eb8c7 [2021-03-10T15:37:49.817Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-10T15:37:49.817Z] ---> 94463c12cad3 [2021-03-10T15:37:49.817Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-10T15:37:50.399Z] ---> 5ebfb1018b16 [2021-03-10T15:37:50.399Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-10T15:37:50.399Z] ---> Running in f9d862a0a0d3 [2021-03-10T15:37:50.983Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:50.983Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:51.266Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-10T15:37:51.266Z] (2/33) Installing expat (2.2.9-r1) [2021-03-10T15:37:51.266Z] (3/33) Installing libffi (3.3-r2) [2021-03-10T15:37:51.266Z] (4/33) Installing gdbm (1.13-r1) [2021-03-10T15:37:51.266Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-10T15:37:51.266Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-10T15:37:51.266Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-10T15:37:52.239Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-10T15:37:52.239Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-10T15:37:52.239Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-10T15:37:52.239Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-10T15:37:52.239Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-10T15:37:52.239Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-10T15:37:52.511Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-10T15:37:52.511Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-10T15:37:52.511Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-10T15:37:52.511Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-10T15:37:52.511Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-10T15:37:52.511Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-10T15:37:52.511Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-10T15:37:52.511Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-10T15:37:52.511Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-10T15:37:52.511Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-10T15:37:52.511Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-10T15:37:52.511Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-10T15:37:52.511Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-10T15:37:52.511Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-10T15:37:52.511Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-10T15:37:52.511Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-10T15:37:52.511Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-10T15:37:52.792Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-10T15:37:52.792Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-10T15:37:52.792Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-10T15:37:52.792Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:37:52.792Z] OK: 71 MiB in 55 packages [2021-03-10T15:37:53.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.412s coverage: 45.9% of statements [2021-03-10T15:37:53.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-10T15:37:53.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-10T15:37:53.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-10T15:37:53.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-10T15:37:53.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-10T15:37:53.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-10T15:37:53.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-10T15:37:53.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.213s coverage: 100.0% of statements [2021-03-10T15:37:59.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.619s coverage: 27.1% of statements [2021-03-10T15:37:59.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-10T15:37:59.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-10T15:37:59.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-10T15:37:59.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-10T15:37:59.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-10T15:37:59.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-10T15:37:59.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-03-10T15:37:59.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-10T15:37:59.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.097s coverage: 100.0% of statements [2021-03-10T15:37:59.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-10T15:37:59.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-10T15:38:01.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.292s coverage: 71.3% of statements [2021-03-10T15:38:01.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-10T15:38:01.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-10T15:38:01.758Z] Removing intermediate container f9d862a0a0d3 [2021-03-10T15:38:01.758Z] ---> 1ffcc1ae16ad [2021-03-10T15:38:01.758Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-10T15:38:01.758Z] ---> Running in 37920f4c096a [2021-03-10T15:38:02.513Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.571s coverage: 82.9% of statements [2021-03-10T15:38:02.513Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-10T15:38:02.513Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:38:02.513Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.183s coverage: 78.9% of statements [2021-03-10T15:38:02.513Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-10T15:38:03.146Z] Collecting docker-compose==1.23.2 [2021-03-10T15:38:03.146Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-10T15:38:03.146Z] Collecting PyYAML<4,>=3.10 [2021-03-10T15:38:03.146Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-10T15:38:04.091Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-10T15:38:04.091Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-10T15:38:04.353Z] 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-10T15:38:04.353Z] Collecting docopt<0.7,>=0.6.1 [2021-03-10T15:38:04.614Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-10T15:38:04.882Z] Collecting texttable<0.10,>=0.9.0 [2021-03-10T15:38:04.882Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-10T15:38:05.457Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-10T15:38:05.457Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-10T15:38:05.719Z] Collecting cached-property<2,>=1.2.0 [2021-03-10T15:38:05.719Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-10T15:38:05.982Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-10T15:38:05.982Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-10T15:38:05.982Z] Collecting jsonschema<3,>=2.5.1 [2021-03-10T15:38:05.982Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-10T15:38:06.253Z] Collecting docker<4.0,>=3.6.0 [2021-03-10T15:38:06.253Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-10T15:38:06.253Z] Collecting idna<2.8,>=2.5 [2021-03-10T15:38:06.253Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-10T15:38:06.253Z] 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-10T15:38:06.253Z] 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-10T15:38:06.521Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-10T15:38:06.521Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-10T15:38:06.521Z] Collecting docker-pycreds>=0.4.0 [2021-03-10T15:38:06.521Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-10T15:38:06.521Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-10T15:38:06.521Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-10T15:38:06.521Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-10T15:38:06.521Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-10T15:38:06.782Z] Installing collected packages: PyYAML, dockerpty, docopt, texttable, websocket-client, cached-property, idna, urllib3, requests, jsonschema, docker-pycreds, docker, docker-compose [2021-03-10T15:38:06.782Z] Running setup.py install for PyYAML: started [2021-03-10T15:38:07.371Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-10T15:38:07.371Z] Running setup.py install for dockerpty: started [2021-03-10T15:38:07.641Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-10T15:38:07.641Z] Running setup.py install for docopt: started [2021-03-10T15:38:08.232Z] Running setup.py install for docopt: finished with status 'done' [2021-03-10T15:38:08.232Z] Running setup.py install for texttable: started [2021-03-10T15:38:08.810Z] Running setup.py install for texttable: finished with status 'done' [2021-03-10T15:38:08.810Z] Attempting uninstall: idna [2021-03-10T15:38:08.810Z] Found existing installation: idna 2.9 [2021-03-10T15:38:08.810Z] Uninstalling idna-2.9: [2021-03-10T15:38:08.810Z] Successfully uninstalled idna-2.9 [2021-03-10T15:38:09.072Z] Attempting uninstall: urllib3 [2021-03-10T15:38:09.072Z] Found existing installation: urllib3 1.25.9 [2021-03-10T15:38:09.072Z] Uninstalling urllib3-1.25.9: [2021-03-10T15:38:09.072Z] Successfully uninstalled urllib3-1.25.9 [2021-03-10T15:38:09.334Z] Attempting uninstall: requests [2021-03-10T15:38:09.334Z] Found existing installation: requests 2.23.0 [2021-03-10T15:38:09.334Z] Uninstalling requests-2.23.0: [2021-03-10T15:38:09.334Z] Successfully uninstalled requests-2.23.0 [2021-03-10T15:38:09.907Z] 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-10T15:38:14.128Z] Removing intermediate container 37920f4c096a [2021-03-10T15:38:14.128Z] ---> c296e0f3d849 [2021-03-10T15:38:14.128Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-10T15:38:14.128Z] ---> Running in 0862f01f4500 [2021-03-10T15:38:14.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:38:14.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:38:14.128Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T15:38:14.128Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-10T15:38:14.128Z] (3/3) Installing curl (7.69.1-r3) [2021-03-10T15:38:14.128Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:38:14.128Z] OK: 72 MiB in 58 packages [2021-03-10T15:38:14.701Z] Removing intermediate container 0862f01f4500 [2021-03-10T15:38:14.701Z] ---> 1bab738add69 [2021-03-10T15:38:14.701Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-10T15:38:14.701Z] ---> Running in c973308d8eda [2021-03-10T15:38:14.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.317s coverage: 28.6% of statements [2021-03-10T15:38:14.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-10T15:38:14.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-10T15:38:14.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-10T15:38:14.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-10T15:38:14.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-10T15:38:14.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements [2021-03-10T15:38:14.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-10T15:38:14.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements [2021-03-10T15:38:14.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-10T15:38:14.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.348s coverage: 86.7% of statements [2021-03-10T15:38:14.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-10T15:38:14.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.353s coverage: 97.5% of statements [2021-03-10T15:38:14.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-10T15:38:14.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements [2021-03-10T15:38:14.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-10T15:38:14.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-10T15:38:14.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-10T15:38:14.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-10T15:38:14.964Z] Removing intermediate container c973308d8eda [2021-03-10T15:38:14.964Z] ---> 0c0ae2b457de [2021-03-10T15:38:14.964Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:38:14.964Z] ---> Running in 4c97076faa61 [2021-03-10T15:38:15.231Z] Removing intermediate container 4c97076faa61 [2021-03-10T15:38:15.231Z] ---> 3bf131672fb7 [2021-03-10T15:38:15.231Z] Step 24/26 : LABEL arch=x86_64 [2021-03-10T15:38:15.231Z] ---> Running in e77677350d83 [2021-03-10T15:38:15.496Z] Removing intermediate container e77677350d83 [2021-03-10T15:38:15.496Z] ---> f4ee6319133e [2021-03-10T15:38:15.496Z] Step 25/26 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:38:15.496Z] ---> Running in b19e6463ff46 [2021-03-10T15:38:15.761Z] Removing intermediate container b19e6463ff46 [2021-03-10T15:38:15.761Z] ---> 10d640df8fcf [2021-03-10T15:38:15.761Z] Step 26/26 : LABEL version=0.0.0 [2021-03-10T15:38:15.761Z] ---> Running in 1884e28c5162 [2021-03-10T15:38:16.023Z] Removing intermediate container 1884e28c5162 [2021-03-10T15:38:16.023Z] ---> 6d90d9bf0b97 [2021-03-10T15:38:16.023Z] [2021-03-10T15:38:16.023Z] Successfully built 6d90d9bf0b97 [2021-03-10T15:38:16.023Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-10T15:38:16.298Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-10T15:38:16.305Z] $ docker stop --time=1 affd432c50446059dc4b09cc86b2b535e8b5d5dd006762a0e460b3ea9a4d704a [2021-03-10T15:38:18.728Z] $ docker rm -f affd432c50446059dc4b09cc86b2b535e8b5d5dd006762a0e460b3ea9a4d704a [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T15:38:19.227Z] + docker images [2021-03-10T15:38:19.227Z] + grep docker [2021-03-10T15:38:19.489Z] docker-sys-mgmt-agent-go latest 6d90d9bf0b97 4 seconds ago 313MB [2021-03-10T15:38:19.489Z] docker-core-command-go latest cdaf803df2fa 39 seconds ago 17.2MB [2021-03-10T15:38:19.489Z] docker-core-metadata-go latest e1518cb07c90 47 seconds ago 19MB [2021-03-10T15:38:19.489Z] docker-security-proxy-setup-go latest a296648d940e 48 seconds ago 24.7MB [2021-03-10T15:38:19.489Z] docker-security-bootstrapper-go latest 2824444197b4 About a minute ago 18.7MB [2021-03-10T15:38:19.489Z] docker-core-data-go latest f0c690fe7594 About a minute ago 22.6MB [2021-03-10T15:38:19.489Z] docker-security-secretstore-setup-go latest 4aeffccdd369 About a minute ago 24.9MB [2021-03-10T15:38:19.489Z] docker-support-notifications-go latest 59699e5e8c0e 2 minutes ago 17.8MB [2021-03-10T15:38:19.489Z] docker-support-scheduler-go latest 12b6a038031a 2 minutes ago 17.3MB [2021-03-10T15:38:19.489Z] 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-10T15:38:23.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.482s coverage: 92.8% of statements [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-10T15:38:23.280Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-10T15:38:23.280Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.277s coverage: 0.1% of statements [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-10T15:38:23.280Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-10T15:38:23.280Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.133s coverage: 47.1% of statements [2021-03-10T15:38:23.280Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.069s coverage: 79.5% of statements [2021-03-10T15:38:23.280Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2021-03-10T15:38:23.280Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements [2021-03-10T15:38:23.280Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.083s coverage: 87.5% of statements [2021-03-10T15:38:33.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.081s coverage: 94.4% of statements [2021-03-10T15:38:33.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.072s coverage: 44.8% of statements [2021-03-10T15:38:33.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.105s coverage: 81.4% of statements [2021-03-10T15:38:35.166Z] Still waiting to schedule task [2021-03-10T15:38:35.166Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-10T15:38:51.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.113s coverage: 92.9% of statements [2021-03-10T15:38:51.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-10T15:38:51.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-10T15:38:51.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-10T15:38:51.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-03-10T15:38:51.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-10T15:38:51.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-10T15:38:51.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-10T15:38:51.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-10T15:38:51.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-10T15:38:51.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-03-10T15:38:51.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-10T15:38:51.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-10T15:38:51.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2021-03-10T15:38:51.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-10T15:38:51.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-03-10T15:38:51.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-10T15:38:51.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-03-10T15:38:51.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements [2021-03-10T15:38:51.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.6% of statements [2021-03-10T15:38:51.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.211s coverage: 91.6% of statements [2021-03-10T15:38:51.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-10T15:38:51.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.577s coverage: 62.4% of statements [2021-03-10T15:38:51.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-10T15:38:51.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-10T15:38:51.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-03-10T15:38:51.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-03-10T15:38:51.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements [2021-03-10T15:38:51.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2021-03-10T15:38:51.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-03-10T15:38:52.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.903s coverage: 69.0% of statements [2021-03-10T15:38:52.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-10T15:38:52.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-10T15:38:52.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-10T15:38:54.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.409s coverage: 38.4% of statements [2021-03-10T15:38:54.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-10T15:38:54.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-10T15:38:54.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.126s coverage: 89.5% of statements [2021-03-10T15:38:54.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-10T15:38:54.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.137s coverage: 84.8% of statements [2021-03-10T15:39:01.480Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.455s coverage: 47.0% of statements [2021-03-10T15:39:01.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-10T15:39:01.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-10T15:39:01.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-10T15:39:01.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-10T15:39:01.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-10T15:39:01.480Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.152s coverage: 100.0% of statements [2021-03-10T15:39:01.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-10T15:39:01.481Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.138s coverage: 100.0% of statements [2021-03-10T15:39:01.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-10T15:39:01.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-10T15:39:01.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-10T15:39:01.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-10T15:39:01.481Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.477s coverage: 87.1% of statements [2021-03-10T15:39:01.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-10T15:39:01.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:39:01.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-10T15:39:11.674Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.556s coverage: 29.1% of statements [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-10T15:39:11.675Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-10T15:39:11.675Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-10T15:39:11.675Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.239s coverage: 96.5% of statements [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-10T15:39:11.675Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.056s coverage: 0.0% of statements [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-10T15:39:11.675Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-10T15:39:11.675Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.109s coverage: 87.9% of statements [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-10T15:39:11.675Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-10T15:39:11.675Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-03-10T15:39:11.675Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-03-10T15:39:12.271Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-03-10T15:39:13.245Z] GO111MODULE=on go vet ./... [2021-03-10T15:39:38.564Z] Running on prd-ubuntu18.04-docker-8c-8g-29350 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-10T15:39:38.673Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-03-10T15:39:40.895Z] using credential edgex-jenkins-ssh [2021-03-10T15:39:40.950Z] Cloning the remote Git repository [2021-03-10T15:39:40.977Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-10T15:39:41.045Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-03-10T15:39:41.074Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T15:39:41.074Z] > git --version # timeout=10 [2021-03-10T15:39:41.082Z] > git --version # 'git version 2.17.1' [2021-03-10T15:39:41.082Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T15:39:41.138Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T15:40:01.832Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T15:40:01.838Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T15:40:01.854Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T15:40:01.868Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T15:40:01.868Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T15:40:01.872Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:40:04.343Z] Merging remotes/origin/master commit fb188d25fcab3d585a11d4385d590a36e735c372 into PR head commit 28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:40:04.466Z] Merge succeeded, producing 28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:40:04.467Z] Checking out Revision 28b547c0b4f3564d1d9ce77f2bb4079023185d89 (PR-3234) [2021-03-10T15:40:04.358Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:40:04.363Z] > git checkout -f 28b547c0b4f3564d1d9ce77f2bb4079023185d89 # timeout=10 [2021-03-10T15:40:04.439Z] > git remote # timeout=10 [2021-03-10T15:40:04.446Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T15:40:04.453Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T15:40:04.457Z] > git merge fb188d25fcab3d585a11d4385d590a36e735c372 # timeout=10 [2021-03-10T15:40:04.464Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T15:40:04.472Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:40:04.476Z] > git checkout -f 28b547c0b4f3564d1d9ce77f2bb4079023185d89 # timeout=10 [2021-03-10T15:40:08.120Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:40:09.389Z] + echo snap-build.sh [2021-03-10T15:40:09.389Z] snap-build.sh [2021-03-10T15:40:09.389Z] + SNAP_BASE_DIR=. [2021-03-10T15:40:09.389Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-03-10T15:40:09.389Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-03-10T15:40:09.389Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-03-10T15:40:09.389Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-03-10T15:40:09.389Z] + cd /w/workspace/edgex-go/6 [2021-03-10T15:40:09.390Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-10T15:40:09.390Z] Reading package lists... [2021-03-10T15:40:09.390Z] Building dependency tree... [2021-03-10T15:40:09.390Z] Reading state information... [2021-03-10T15:40:09.651Z] The following packages were automatically installed and are no longer required: [2021-03-10T15:40:09.651Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-10T15:40:09.651Z] uidmap xdelta3 [2021-03-10T15:40:09.651Z] Use 'sudo apt autoremove' to remove them. [2021-03-10T15:40:09.651Z] The following packages will be REMOVED: [2021-03-10T15:40:09.651Z] lxd* lxd-client* [2021-03-10T15:40:09.914Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-10T15:40:09.914Z] After this operation, 31.7 MB disk space will be freed. [2021-03-10T15:40:10.969Z] (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-10T15:40:10.969Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T15:40:11.911Z] Removing lxd dnsmasq configuration [2021-03-10T15:40:11.911Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T15:40:11.911Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-10T15:40:12.862Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-10T15:40:13.124Z] (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-10T15:40:13.124Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T15:40:14.069Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-10T15:40:14.334Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-10T15:40:15.273Z] + sudo snap remove --purge lxd [2021-03-10T15:40:15.534Z] snap "lxd" is not installed [2021-03-10T15:40:15.534Z] + sudo groupadd --force --system lxd [2021-03-10T15:40:15.534Z] ++ whoami [2021-03-10T15:40:15.534Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-10T15:40:15.534Z] + newgrp - lxd [2021-03-10T15:40:15.534Z] + sudo snap install lxd [2021-03-10T15:40:27.778Z] 2021-03-10T15:40:25Z INFO Waiting for automatic snapd restart... [2021-03-10T15:40:35.025Z] gofmt -l . [2021-03-10T15:40:35.025Z] [ "`gofmt -l .`" = "" ] [2021-03-10T15:40:38.403Z] ./bin/test-go-mod-tidy.sh [2021-03-10T15:40:38.678Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-10T15:40:41.310Z] + ls -al . [2021-03-10T15:40:41.310Z] total 768 [2021-03-10T15:40:41.310Z] drwxrwxr-x 9 1001 1001 4096 Mar 10 15:40 . [2021-03-10T15:40:41.310Z] drwxr-xr-x 4 root root 4096 Mar 10 15:35 .. [2021-03-10T15:40:41.310Z] -rw-rw-r-- 1 1001 1001 11 Mar 10 15:34 .dockerignore [2021-03-10T15:40:41.310Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 15:34 .git [2021-03-10T15:40:41.310Z] drwxrwxr-x 3 1001 1001 4096 Mar 10 15:34 .github [2021-03-10T15:40:41.310Z] -rw-rw-r-- 1 1001 1001 818 Mar 10 15:34 .gitignore [2021-03-10T15:40:41.310Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 15:34 .sonarcloud.properties [2021-03-10T15:40:41.310Z] -rw-rw-r-- 1 1001 1001 8607 Mar 10 15:34 Attribution.txt [2021-03-10T15:40:41.310Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 15:34 CONTRIBUTING.md [2021-03-10T15:40:41.310Z] -rw-rw-r-- 1 1001 1001 931 Mar 10 15:34 Dockerfile.build [2021-03-10T15:40:41.310Z] -rw-rw-r-- 1 1001 1001 863 Mar 10 15:34 Jenkinsfile [2021-03-10T15:40:41.310Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 15:34 LICENSE [2021-03-10T15:40:41.310Z] -rw-rw-r-- 1 1001 1001 5774 Mar 10 15:34 Makefile [2021-03-10T15:40:41.310Z] -rw-rw-r-- 1 1001 1001 6548 Mar 10 15:34 README.md [2021-03-10T15:40:41.310Z] -rw-rw-r-- 1 1001 1001 6755 Mar 10 15:34 SECURITY.md [2021-03-10T15:40:41.310Z] -rw-rw-r-- 1 1001 1001 5 Mar 10 15:30 VERSION [2021-03-10T15:40:41.310Z] -rw-rw-r-- 1 1001 1001 4131 Mar 10 15:34 ZMQWindows.md [2021-03-10T15:40:41.310Z] drwxrwxr-x 2 1001 1001 4096 Mar 10 15:34 bin [2021-03-10T15:40:41.310Z] drwxrwxr-x 14 1001 1001 4096 Mar 10 15:34 cmd [2021-03-10T15:40:41.310Z] -rw-r--r-- 1 root root 628838 Mar 10 15:39 coverage.out [2021-03-10T15:40:41.310Z] -rw-r--r-- 1 root root 1056 Mar 10 15:40 go.mod [2021-03-10T15:40:41.310Z] -rw-r--r-- 1 root root 21983 Mar 10 15:40 go.sum [2021-03-10T15:40:41.310Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 15:34 internal [2021-03-10T15:40:41.310Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 15:34 openapi [2021-03-10T15:40:41.311Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 15:34 snap [2021-03-10T15:40:41.311Z] -rw-rw-r-- 1 1001 1001 168 Mar 10 15:34 version.go [Pipeline] sh [2021-03-10T15:40:41.971Z] + '[' -e coverage.out ] [2021-03-10T15:40:41.971Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-10T15:40:42.077Z] Warning: overwriting stash ‘coverage-report’ [2021-03-10T15:40:43.358Z] Stashed 1 file(s) [Pipeline] sh [2021-03-10T15:40:44.037Z] + make build [2021-03-10T15:40:44.037Z] 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-10T15:40:56.469Z] 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-10T15:41:00.009Z] lxd 4.11 from Canonical* installed [2021-03-10T15:41:00.009Z] + sudo lxd init --auto [2021-03-10T15:41:09.102Z] + sudo snap install --classic snapcraft [2021-03-10T15:41:15.682Z] snapcraft 4.5.4 from Canonical* installed [2021-03-10T15:41:15.682Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-10T15:41:15.682Z] + patch --verbose -p1 [2021-03-10T15:41:15.682Z] Hmm... Looks like a unified diff to me... [2021-03-10T15:41:15.682Z] The text leading up to this was: [2021-03-10T15:41:15.682Z] -------------------------- [2021-03-10T15:41:15.682Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-10T15:41:15.682Z] |From: Tony Espy [2021-03-10T15:41:15.682Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-10T15:41:15.682Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-10T15:41:15.682Z] | [2021-03-10T15:41:15.682Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-10T15:41:15.682Z] |optimize the snap CI check run for pull requests. When [2021-03-10T15:41:15.682Z] |applied, it essentially strips out everything (apps and [2021-03-10T15:41:15.682Z] |parts) from the snapcraft.yaml file except those required [2021-03-10T15:41:15.682Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-10T15:41:15.682Z] |catch changes to edgex-go that break the snap build. [2021-03-10T15:41:15.682Z] | [2021-03-10T15:41:15.682Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-10T15:41:15.682Z] |to update this patch file, otherwise it may fail to apply, [2021-03-10T15:41:15.682Z] |resulting in a failed snap build CI check in the associated [2021-03-10T15:41:15.682Z] |pull request. [2021-03-10T15:41:15.682Z] | [2021-03-10T15:41:15.682Z] |Note - in addition to applying this patch, the pipeline also [2021-03-10T15:41:15.682Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-10T15:41:15.682Z] |need to build the finally binary .snap file (and it won't [2021-03-10T15:41:15.682Z] |work with the patch applied). This further reduces the build [2021-03-10T15:41:15.682Z] |time. [2021-03-10T15:41:15.682Z] |--- [2021-03-10T15:41:15.682Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-10T15:41:15.682Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-10T15:41:15.682Z] | [2021-03-10T15:41:15.682Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-10T15:41:15.682Z] |index 1e537489..faf42425 100644 [2021-03-10T15:41:15.682Z] |--- a/snap/snapcraft.yaml [2021-03-10T15:41:15.682Z] |+++ b/snap/snapcraft.yaml [2021-03-10T15:41:15.682Z] -------------------------- [2021-03-10T15:41:15.682Z] patching file snap/snapcraft.yaml [2021-03-10T15:41:15.682Z] Using Plan A... [2021-03-10T15:41:15.682Z] Hunk #1 succeeded at 73. [2021-03-10T15:41:15.682Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-10T15:41:15.682Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-10T15:41:15.682Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-10T15:41:15.682Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-10T15:41:15.682Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-10T15:41:15.682Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-10T15:41:15.682Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-10T15:41:15.682Z] Hmm... Ignoring the trailing garbage. [2021-03-10T15:41:15.682Z] done [2021-03-10T15:41:15.682Z] + sudo snapcraft prime --use-lxd [2021-03-10T15:41:16.252Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-10T15:41:16.252Z] 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-10T15:41:16.252Z] - README.md [2021-03-10T15:41:16.252Z] - snapcraft.yaml.orig [2021-03-10T15:41:16.252Z] [2021-03-10T15:41:16.252Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-10T15:41:17.194Z] Launching a container. [2021-03-10T15:41:24.235Z] 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-10T15:41:25.210Z] 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-10T15:41:35.307Z] Waiting for container to be ready [2021-03-10T15:41:35.307Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-10T15:41:35.307Z] [2021-03-10T15:41:35.361Z] 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-10T15:41:35.634Z] 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-10T15:41:36.252Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-10T15:41:36.821Z] Waiting for network to be ready... [2021-03-10T15:41:37.082Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-10T15:41:37.342Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-10T15:41:37.342Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-10T15:41:37.342Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-10T15:41:37.342Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-10T15:41:37.342Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-10T15:41:37.342Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-10T15:41:37.342Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-10T15:41:37.342Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-10T15:41:37.342Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-10T15:41:37.602Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-10T15:41:37.862Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-10T15:41:38.122Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-10T15:41:38.122Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-10T15:41:38.122Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-10T15:41:38.122Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-10T15:41:38.122Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-10T15:41:38.122Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-10T15:41:38.383Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-10T15:41:38.643Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-10T15:41:38.643Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-10T15:41:38.643Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-10T15:41:38.643Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-10T15:41:38.643Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-10T15:41:38.643Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-10T15:41:38.643Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-10T15:41:38.904Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-10T15:41:41.042Z] 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-10T15:41:41.459Z] Fetched 24.0 MB in 4s (6158 kB/s) [2021-03-10T15:41:41.720Z] Reading package lists... [2021-03-10T15:41:41.980Z] Reading package lists... [2021-03-10T15:41:42.241Z] Building dependency tree... [2021-03-10T15:41:42.241Z] Reading state information... [2021-03-10T15:41:42.241Z] The following additional packages will be installed: [2021-03-10T15:41:42.241Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-10T15:41:42.241Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-10T15:41:42.241Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-10T15:41:42.241Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-10T15:41:42.241Z] Suggested packages: [2021-03-10T15:41:42.241Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-10T15:41:42.241Z] Recommended packages: [2021-03-10T15:41:42.241Z] gnupg libsasl2-modules [2021-03-10T15:41:42.241Z] The following NEW packages will be installed: [2021-03-10T15:41:42.241Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-10T15:41:42.241Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-10T15:41:42.241Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-10T15:41:42.241Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-10T15:41:42.241Z] The following packages will be upgraded: [2021-03-10T15:41:42.241Z] gpg gpg-agent gpgconf libudev1 [2021-03-10T15:41:42.241Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-10T15:41:42.241Z] Need to get 3530 kB of archives. [2021-03-10T15:41:42.241Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-10T15:41:42.241Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-10T15:41:42.241Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-10T15:41:42.502Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-10T15:41:42.502Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-10T15:41:42.502Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-10T15:41:42.763Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-10T15:41:43.023Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-10T15:41:43.023Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-10T15:41:43.023Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-10T15:41:43.283Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-10T15:41:43.283Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-10T15:41:43.283Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-10T15:41:43.283Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-10T15:41:43.283Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-10T15:41:43.283Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-10T15:41:43.283Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-10T15:41:43.283Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-10T15:41:43.283Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-10T15:41:43.283Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-10T15:41:43.283Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-10T15:41:43.283Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-10T15:41:43.283Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-10T15:41:43.283Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:41:43.543Z] Fetched 3530 kB in 1s (3467 kB/s) [2021-03-10T15:41:43.544Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-10T15:41:43.544Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-10T15:41:43.544Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T15:41:43.544Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-10T15:41:43.806Z] Selecting previously unselected package udev. [2021-03-10T15:41:43.806Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-10T15:41:43.806Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-10T15:41:43.806Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-10T15:41:44.065Z] Selecting previously unselected package libfuse2:amd64. [2021-03-10T15:41:44.065Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-10T15:41:44.065Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-10T15:41:44.065Z] Selecting previously unselected package fuse. [2021-03-10T15:41:44.065Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-10T15:41:44.065Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-10T15:41:44.065Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T15:41:44.065Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T15:41:44.325Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T15:41:44.325Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T15:41:44.325Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T15:41:44.325Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T15:41:44.584Z] Selecting previously unselected package libksba8:amd64. [2021-03-10T15:41:44.584Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-10T15:41:44.584Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-10T15:41:44.584Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-10T15:41:44.584Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T15:41:44.584Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:41:44.584Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-10T15:41:44.584Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T15:41:44.584Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:41:44.843Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-10T15:41:44.843Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T15:41:44.843Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:41:44.843Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-10T15:41:44.843Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T15:41:44.843Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:41:44.843Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-10T15:41:44.843Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T15:41:44.843Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:41:45.104Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-10T15:41:45.104Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T15:41:45.104Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:41:45.104Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-10T15:41:45.104Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T15:41:45.104Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:41:45.364Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-10T15:41:45.364Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T15:41:45.364Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:41:45.364Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-10T15:41:45.364Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T15:41:45.364Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:41:45.364Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-10T15:41:45.364Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-10T15:41:45.364Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T15:41:45.625Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-10T15:41:45.625Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-10T15:41:45.625Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T15:41:45.625Z] Selecting previously unselected package libldap-common. [2021-03-10T15:41:45.625Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-10T15:41:45.625Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T15:41:45.625Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-10T15:41:45.625Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-10T15:41:45.625Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T15:41:45.885Z] Selecting previously unselected package dirmngr. [2021-03-10T15:41:45.885Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T15:41:45.885Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-10T15:41:45.885Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T15:41:45.885Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-10T15:41:46.146Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-10T15:41:46.146Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T15:41:46.146Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T15:41:46.146Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-10T15:41:46.146Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:41:46.146Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-10T15:41:46.146Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T15:41:46.146Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-10T15:41:46.406Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-10T15:41:46.450Z] 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-10T15:41:46.694Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:41:46.694Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-10T15:41:46.955Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-10T15:41:46.955Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-10T15:41:46.955Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:41:46.955Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:41:46.955Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:41:46.955Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:41:46.955Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:41:46.955Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:41:47.215Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T15:41:47.215Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T15:41:47.215Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-10T15:41:47.215Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T15:41:47.786Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-10T15:41:47.786Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-10T15:41:47.786Z] This means they are not meant to be enabled using systemctl. [2021-03-10T15:41:47.786Z] Possible reasons for having this kind of units are: [2021-03-10T15:41:47.786Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-10T15:41:47.786Z] .wants/ or .requires/ directory. [2021-03-10T15:41:47.786Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-10T15:41:47.786Z] a requirement dependency on it. [2021-03-10T15:41:47.786Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-10T15:41:47.786Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-10T15:41:47.786Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-10T15:41:47.786Z] instance name specified. [2021-03-10T15:41:47.786Z] Reading package lists... [2021-03-10T15:41:48.047Z] Building dependency tree... [2021-03-10T15:41:48.047Z] Reading state information... [2021-03-10T15:41:48.047Z] The following additional packages will be installed: [2021-03-10T15:41:48.047Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-10T15:41:48.047Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-10T15:41:48.047Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-10T15:41:48.047Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-10T15:41:48.047Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-10T15:41:48.047Z] Suggested packages: [2021-03-10T15:41:48.047Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-10T15:41:48.047Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-10T15:41:48.047Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-10T15:41:48.047Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-10T15:41:48.047Z] systemd-container policykit-1 [2021-03-10T15:41:48.047Z] Recommended packages: [2021-03-10T15:41:48.047Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-10T15:41:48.306Z] The following NEW packages will be installed: [2021-03-10T15:41:48.306Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-10T15:41:48.306Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-10T15:41:48.306Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-10T15:41:48.306Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-10T15:41:48.306Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-10T15:41:48.306Z] The following packages will be upgraded: [2021-03-10T15:41:48.306Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-10T15:41:48.306Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-10T15:41:48.306Z] Need to get 35.2 MB of archives. [2021-03-10T15:41:48.306Z] After this operation, 141 MB of additional disk space will be used. [2021-03-10T15:41:48.306Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-10T15:41:48.306Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-10T15:41:48.306Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-10T15:41:48.306Z] 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-10T15:41:48.568Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-10T15:41:48.568Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-10T15:41:48.568Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-10T15:41:48.568Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-10T15:41:48.568Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-10T15:41:48.568Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-10T15:41:48.568Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-10T15:41:48.568Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-10T15:41:48.568Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-10T15:41:48.568Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-10T15:41:48.568Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-10T15:41:48.568Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-10T15:41:48.568Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-10T15:41:48.568Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-10T15:41:48.568Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-10T15:41:49.510Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-10T15:41:49.510Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-10T15:41:49.510Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-10T15:41:49.510Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-10T15:41:49.510Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-10T15:41:49.510Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-10T15:41:49.510Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-10T15:41:49.510Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-10T15:41:49.510Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-10T15:41:49.510Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-10T15:41:49.510Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-10T15:41:49.510Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:41:49.510Z] Fetched 35.2 MB in 1s (27.8 MB/s) [2021-03-10T15:41:49.771Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-10T15:41:49.772Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-10T15:41:49.772Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T15:41:50.342Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-10T15:41:50.342Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T15:41:50.603Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-10T15:41:50.603Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-10T15:41:50.603Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-10T15:41:50.603Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-10T15:41:50.750Z] 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-10T15:41:50.863Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-10T15:41:50.864Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-10T15:41:50.864Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-10T15:41:51.125Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-10T15:41:51.125Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-10T15:41:51.125Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-10T15:41:51.695Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-10T15:41:51.695Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-10T15:41:51.695Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-10T15:41:51.695Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-10T15:41:52.265Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-10T15:41:52.265Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T15:41:52.265Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T15:41:52.265Z] Selecting previously unselected package libexpat1:amd64. [2021-03-10T15:41:52.265Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-10T15:41:52.265Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-10T15:41:52.525Z] Selecting previously unselected package python3.6-minimal. [2021-03-10T15:41:52.526Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T15:41:52.526Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T15:41:52.786Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-10T15:41:52.786Z] Checking for services that may need to be restarted...done. [2021-03-10T15:41:52.786Z] Checking for services that may need to be restarted...done. [2021-03-10T15:41:52.786Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T15:41:52.786Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-10T15:41:53.046Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T15:41:53.307Z] Selecting previously unselected package python3-minimal. [2021-03-10T15:41:53.307Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-10T15:41:53.307Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-10T15:41:53.307Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-10T15:41:53.570Z] Selecting previously unselected package mime-support. [2021-03-10T15:41:53.570Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-10T15:41:53.570Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-10T15:41:53.570Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-10T15:41:53.570Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-10T15:41:53.570Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-10T15:41:53.570Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-10T15:41:53.570Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T15:41:53.834Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T15:41:53.834Z] Selecting previously unselected package python3.6. [2021-03-10T15:41:53.834Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T15:41:54.103Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T15:41:54.103Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-10T15:41:54.103Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-10T15:41:54.103Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-10T15:41:54.103Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-10T15:41:54.368Z] Selecting previously unselected package python3. [2021-03-10T15:41:54.368Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-10T15:41:54.368Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-10T15:41:54.368Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-10T15:41:54.368Z] Selecting previously unselected package multiarch-support. [2021-03-10T15:41:54.368Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T15:41:54.630Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-10T15:41:54.630Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-10T15:41:54.630Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-10T15:41:54.630Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-10T15:41:54.630Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-10T15:41:54.630Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-10T15:41:54.630Z] Selecting previously unselected package libbsd0:amd64. [2021-03-10T15:41:54.630Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-10T15:41:54.630Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-10T15:41:54.893Z] Selecting previously unselected package sudo. [2021-03-10T15:41:54.893Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-10T15:41:54.893Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-10T15:41:54.893Z] Selecting previously unselected package apparmor. [2021-03-10T15:41:54.893Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-10T15:41:54.893Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-10T15:41:55.099Z] 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-10T15:41:55.157Z] Selecting previously unselected package libedit2:amd64. [2021-03-10T15:41:55.157Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-10T15:41:55.157Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-10T15:41:55.157Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-10T15:41:55.157Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T15:41:55.157Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T15:41:55.422Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-10T15:41:55.422Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T15:41:55.422Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T15:41:55.422Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-10T15:41:55.422Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-10T15:41:55.422Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-10T15:41:55.422Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-10T15:41:55.422Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T15:41:55.686Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T15:41:55.687Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-10T15:41:55.687Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T15:41:55.687Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T15:41:55.947Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-10T15:41:55.947Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-10T15:41:55.947Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-10T15:41:56.207Z] Selecting previously unselected package openssh-client. [2021-03-10T15:41:56.207Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-10T15:41:56.207Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-10T15:41:56.207Z] Selecting previously unselected package squashfs-tools. [2021-03-10T15:41:56.207Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-10T15:41:56.207Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-10T15:41:56.482Z] Selecting previously unselected package snapd. [2021-03-10T15:41:56.482Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-10T15:41:56.482Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-10T15:41:58.404Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-10T15:41:58.404Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-10T15:41:58.404Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-10T15:41:58.404Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-10T15:41:58.665Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-10T15:41:58.665Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T15:41:58.665Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T15:41:58.665Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-10T15:41:58.665Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-10T15:41:59.406Z] 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-10T15:41:59.604Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-10T15:41:59.604Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-10T15:41:59.604Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-10T15:41:59.604Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T15:41:59.604Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T15:41:59.604Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T15:42:00.175Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-10T15:42:00.175Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T15:42:00.175Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-10T15:42:00.435Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-10T15:42:00.435Z] running python rtupdate hooks for python3.6... [2021-03-10T15:42:00.435Z] running python post-rtupdate hooks for python3.6... [2021-03-10T15:42:00.435Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-10T15:42:01.820Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-10T15:42:01.820Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T15:42:01.820Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-10T15:42:02.080Z] Setting up snapd (2.48.3+18.04) ... [2021-03-10T15:42:02.655Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-10T15:42:02.655Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-10T15:42:02.917Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-10T15:42:02.917Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-10T15:42:03.177Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-10T15:42:03.177Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-10T15:42:03.438Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-10T15:42:03.438Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-10T15:42:03.698Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-10T15:42:03.698Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-10T15:42:03.717Z] 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-10T15:42:03.959Z] /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-10T15:42:03.959Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T15:42:03.959Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-10T15:42:04.903Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-10T15:42:04.903Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-10T15:42:04.903Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-10T15:42:06.044Z] Reading package lists... [2021-03-10T15:42:06.304Z] Reading package lists... [2021-03-10T15:42:06.564Z] Building dependency tree... [2021-03-10T15:42:06.564Z] Reading state information... [2021-03-10T15:42:06.564Z] Calculating upgrade... [2021-03-10T15:42:06.564Z] The following packages will be upgraded: [2021-03-10T15:42:06.564Z] advancecomp base-files bash binutils binutils-common [2021-03-10T15:42:06.564Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-10T15:42:06.564Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-10T15:42:06.564Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-10T15:42:06.564Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-10T15:42:06.564Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-10T15:42:06.564Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-10T15:42:06.564Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-10T15:42:06.564Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-10T15:42:06.564Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-10T15:42:06.564Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-10T15:42:06.564Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-10T15:42:06.564Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-10T15:42:06.564Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-10T15:42:06.564Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-10T15:42:06.825Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-10T15:42:06.825Z] Need to get 63.8 MB of archives. [2021-03-10T15:42:06.825Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-10T15:42:06.825Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-10T15:42:06.825Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-10T15:42:07.397Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-10T15:42:07.397Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-10T15:42:07.657Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-10T15:42:07.657Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-10T15:42:07.657Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-10T15:42:07.657Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-10T15:42:07.657Z] 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-10T15:42:07.657Z] 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-10T15:42:07.657Z] 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-10T15:42:07.657Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-10T15:42:07.657Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-10T15:42:07.657Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-10T15:42:07.657Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-10T15:42:07.657Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-10T15:42:07.657Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-10T15:42:07.657Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-10T15:42:07.657Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-10T15:42:07.657Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-10T15:42:07.917Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-10T15:42:07.917Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-10T15:42:07.917Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-10T15:42:07.917Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-10T15:42:07.917Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-10T15:42:07.917Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-10T15:42:07.917Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-10T15:42:07.917Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-10T15:42:07.917Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-10T15:42:07.917Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-10T15:42:07.917Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-10T15:42:07.917Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-10T15:42:07.917Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-10T15:42:07.917Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-10T15:42:07.917Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-10T15:42:07.917Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-10T15:42:07.917Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-10T15:42:07.917Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-10T15:42:07.917Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-10T15:42:07.917Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-10T15:42:07.917Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-10T15:42:07.917Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-10T15:42:07.917Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-10T15:42:07.918Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-10T15:42:07.918Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-10T15:42:07.918Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-10T15:42:07.918Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-10T15:42:07.918Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-10T15:42:08.178Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-10T15:42:08.178Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-10T15:42:08.178Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-10T15:42:08.178Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-10T15:42:08.178Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-10T15:42:08.178Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-10T15:42:08.178Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-10T15:42:08.178Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-10T15:42:08.178Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-10T15:42:08.178Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-10T15:42:08.178Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-10T15:42:08.178Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-10T15:42:08.178Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-10T15:42:08.178Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-10T15:42:08.178Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-10T15:42:08.178Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-10T15:42:08.178Z] Get:65 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-10T15:42:08.178Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-10T15:42:08.178Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-10T15:42:08.178Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-10T15:42:08.178Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-10T15:42:08.178Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-10T15:42:08.178Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-10T15:42:08.178Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-10T15:42:08.178Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-10T15:42:08.178Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-10T15:42:08.438Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-10T15:42:08.438Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-10T15:42:08.438Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-10T15:42:08.438Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-10T15:42:08.438Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-10T15:42:08.438Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-10T15:42:08.438Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-10T15:42:08.438Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-10T15:42:08.438Z] Get:83 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-10T15:42:08.698Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-10T15:42:08.698Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-10T15:42:08.698Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-10T15:42:08.698Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-10T15:42:08.698Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-10T15:42:08.698Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-10T15:42:08.698Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-10T15:42:09.274Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-10T15:42:09.534Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-10T15:42:09.795Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-10T15:42:09.795Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-10T15:42:10.056Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-10T15:42:10.056Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-10T15:42:10.056Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-10T15:42:10.056Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-10T15:42:10.056Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-10T15:42:10.056Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:42:10.056Z] Fetched 63.8 MB in 3s (19.1 MB/s) [2021-03-10T15:42:10.315Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:10.315Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T15:42:10.315Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] } [2021-03-10T15:42:10.426Z] $ docker stop --time=1 89a18724ae3a227d5b6b5340de07dd3415f73f5e3292414addfad20b0c9aa28a [2021-03-10T15:42:10.886Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T15:42:10.886Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-10T15:42:10.886Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-10T15:42:10.886Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-10T15:42:11.829Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:11.829Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:42:12.090Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:12.090Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:42:12.351Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:12.351Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:42:12.351Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:12.351Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:42:12.611Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:12.611Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:42:12.611Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:12.611Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:42:12.871Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:12.871Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:42:12.871Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:42:12.871Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T15:42:12.871Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:12.934Z] $ docker rm -f 89a18724ae3a227d5b6b5340de07dd3415f73f5e3292414addfad20b0c9aa28a [2021-03-10T15:42:13.131Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-10T15:42:13.131Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:42:13.131Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T15:42:13.131Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:13.131Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:42:13.391Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:13.653Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:42:13.653Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:13.653Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T15:42:13.913Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:42:13.913Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T15:42:13.913Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T15:42:14.173Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-10T15:42:14.434Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-10T15:42:14.711Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T15:42:14.712Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-10T15:42:14.712Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-10T15:42:14.712Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:14.972Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-10T15:42:15.062Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T15:42:15.062Z] [2021-03-10T15:42:15.062Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:15.234Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-10T15:42:15.234Z] Installing new version of config file /etc/issue ... [2021-03-10T15:42:15.234Z] Installing new version of config file /etc/issue.net ... [2021-03-10T15:42:15.234Z] Installing new version of config file /etc/lsb-release ... [2021-03-10T15:42:15.234Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-10T15:42:15.446Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T15:42:15.494Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-10T15:42:15.494Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-10T15:42:15.721Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-10T15:42:15.721Z] 29e5d40040c1: Pulling fs layer [2021-03-10T15:42:15.721Z] 1ce36da41761: Pulling fs layer [2021-03-10T15:42:15.721Z] 25b303627fd3: Pulling fs layer [2021-03-10T15:42:15.721Z] 29e5d40040c1: Verifying Checksum [2021-03-10T15:42:15.721Z] 29e5d40040c1: Download complete [2021-03-10T15:42:15.758Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-10T15:42:15.758Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:15.758Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-10T15:42:15.758Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-10T15:42:16.018Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-10T15:42:16.018Z] 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-10T15:42:16.018Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:16.018Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T15:42:16.018Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-10T15:42:16.279Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-10T15:42:16.279Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:16.279Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-10T15:42:16.279Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-10T15:42:16.320Z] 1ce36da41761: Verifying Checksum [2021-03-10T15:42:16.320Z] 1ce36da41761: Download complete [2021-03-10T15:42:16.320Z] 29e5d40040c1: Pull complete [2021-03-10T15:42:16.540Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-10T15:42:16.540Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:16.540Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-10T15:42:16.540Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-10T15:42:16.810Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-10T15:42:17.070Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:17.070Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T15:42:17.070Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T15:42:17.070Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-10T15:42:17.331Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:17.331Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T15:42:17.331Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T15:42:17.592Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-10T15:42:17.592Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:17.592Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-10T15:42:17.592Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-10T15:42:17.753Z] 1ce36da41761: Pull complete [2021-03-10T15:42:17.853Z] Setting up grep (3.1-2build1) ... [2021-03-10T15:42:17.853Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:17.853Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-10T15:42:17.853Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-10T15:42:18.026Z] 25b303627fd3: Verifying Checksum [2021-03-10T15:42:18.026Z] 25b303627fd3: Download complete [2021-03-10T15:42:18.115Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-10T15:42:18.115Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:18.115Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T15:42:18.115Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T15:42:18.376Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-10T15:42:18.376Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:18.376Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-10T15:42:18.376Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T15:42:18.948Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-10T15:42:18.948Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T15:42:18.948Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-10T15:42:19.210Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T15:42:19.781Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-10T15:42:19.781Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:19.781Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-10T15:42:19.781Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T15:42:20.726Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-10T15:42:20.726Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-10T15:42:20.992Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-10T15:42:20.992Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-10T15:42:20.992Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-10T15:42:21.253Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:21.253Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-10T15:42:21.253Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-10T15:42:21.253Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-10T15:42:21.513Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:21.513Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T15:42:21.513Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T15:42:21.774Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T15:42:21.774Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:21.774Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T15:42:21.774Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T15:42:21.774Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T15:42:22.033Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:22.033Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T15:42:22.033Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T15:42:22.033Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T15:42:22.295Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:22.295Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T15:42:22.295Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T15:42:22.295Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T15:42:22.561Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:22.561Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T15:42:22.561Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T15:42:22.561Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T15:42:22.825Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T15:42:22.825Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-10T15:42:22.825Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:22.825Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T15:42:22.825Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T15:42:23.086Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-10T15:42:23.086Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:23.086Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T15:42:23.086Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T15:42:23.347Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T15:42:23.347Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:23.347Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T15:42:23.347Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T15:42:23.608Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-10T15:42:23.608Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:23.608Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T15:42:23.608Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T15:42:24.553Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-10T15:42:24.814Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-10T15:42:25.075Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-10T15:42:25.075Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:25.075Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T15:42:25.075Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-10T15:42:25.336Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-10T15:42:25.336Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T15:42:25.336Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-10T15:42:25.601Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T15:42:25.601Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-10T15:42:25.601Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:42:25.601Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-10T15:42:25.872Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-10T15:42:25.872Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-10T15:42:26.139Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:42:26.139Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-10T15:42:26.139Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-10T15:42:26.139Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-10T15:42:26.139Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:42:26.139Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-10T15:42:26.399Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-10T15:42:26.399Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-10T15:42:26.399Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:42:26.399Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-10T15:42:26.399Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T15:42:26.660Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T15:42:26.660Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:42:26.660Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-10T15:42:26.922Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T15:42:26.922Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T15:42:26.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:42:26.922Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-10T15:42:27.183Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T15:42:27.183Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T15:42:27.443Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:42:27.443Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T15:42:27.443Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T15:42:27.443Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-10T15:42:27.443Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T15:42:27.704Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T15:42:27.704Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T15:42:27.704Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-10T15:42:27.704Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:42:27.704Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-10T15:42:27.964Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-10T15:42:27.964Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-10T15:42:27.964Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:42:27.964Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-10T15:42:28.177Z] 25b303627fd3: Pull complete [2021-03-10T15:42:28.177Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-10T15:42:28.177Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T15:42:28.177Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-10T15:42:28.224Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T15:42:28.224Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T15:42:28.430Z] prd-ubuntu18.04-docker-arm64-4c-16g-29347 does not seem to be running inside a container [2021-03-10T15:42:28.486Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:42:28.486Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T15:42:28.486Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T15:42:28.486Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-10T15:42:28.496Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-10T15:42:28.747Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:42:28.747Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-10T15:42:28.747Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-10T15:42:28.747Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-10T15:42:29.009Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:42:29.009Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-10T15:42:29.009Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-10T15:42:29.270Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-10T15:42:29.532Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:42:29.532Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T15:42:29.532Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T15:42:29.532Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-10T15:42:29.799Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:42:29.799Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-10T15:42:29.799Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-10T15:42:29.799Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-10T15:42:29.799Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:42:29.799Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-10T15:42:30.058Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-10T15:42:30.058Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-10T15:42:30.058Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:42:30.058Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-10T15:42:30.058Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-10T15:42:30.318Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-10T15:42:30.318Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:42:30.318Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-10T15:42:30.318Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-10T15:42:30.581Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-10T15:42:30.581Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:42:30.581Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-10T15:42:30.581Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-10T15:42:30.847Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-10T15:42:30.847Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T15:42:30.847Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-10T15:42:30.847Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-10T15:42:31.113Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-10T15:42:31.113Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-10T15:42:31.113Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-10T15:42:31.113Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-10T15:42:31.113Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-10T15:42:31.380Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-10T15:42:31.380Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-10T15:42:31.380Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-10T15:42:31.640Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-10T15:42:31.640Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-10T15:42:31.640Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-10T15:42:31.640Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-10T15:42:31.751Z] $ docker top 7f8ea54889ec71b8238f6657909f1e8b82968a52d13ab1de5115d08342a0e38b -eo pid,comm [2021-03-10T15:42:31.906Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-10T15:42:31.907Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-10T15:42:31.907Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-10T15:42:31.907Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [Pipeline] { [2021-03-10T15:42:32.177Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-10T15:42:32.177Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-10T15:42:32.177Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-10T15:42:32.177Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [Pipeline] sh [2021-03-10T15:42:32.437Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-10T15:42:32.437Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-10T15:42:32.437Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-10T15:42:32.437Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-10T15:42:32.697Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-10T15:42:32.697Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-10T15:42:32.873Z] + docker-compose build --help [2021-03-10T15:42:32.873Z] + grep parallel [2021-03-10T15:42:33.653Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-10T15:42:33.653Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-10T15:42:33.653Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-10T15:42:33.653Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-10T15:42:33.914Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T15:42:33.914Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T15:42:34.175Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T15:42:34.175Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T15:42:34.589Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T15:42:34.589Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T15:42:34.849Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T15:42:34.849Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T15:42:34.849Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:35.110Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T15:42:35.110Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:35.110Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T15:42:35.372Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:35.372Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T15:42:35.372Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:35.372Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T15:42:36.312Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:36.312Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T15:42:37.254Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:37.254Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T15:42:37.825Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:37.825Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T15:42:38.085Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:38.085Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T15:42:38.279Z] --parallel Build images in parallel. [Pipeline] } [2021-03-10T15:42:38.556Z] $ docker stop --time=1 7f8ea54889ec71b8238f6657909f1e8b82968a52d13ab1de5115d08342a0e38b [2021-03-10T15:42:39.024Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T15:42:39.024Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T15:42:39.024Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-10T15:42:39.024Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-10T15:42:39.284Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-10T15:42:39.284Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-10T15:42:39.284Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-10T15:42:39.545Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-10T15:42:39.545Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-10T15:42:39.545Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-10T15:42:39.806Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-10T15:42:39.806Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-10T15:42:40.067Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-10T15:42:40.067Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-10T15:42:40.067Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-10T15:42:40.067Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-10T15:42:40.329Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:42:40.329Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-10T15:42:40.329Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:42:40.329Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:42:40.329Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:42:40.329Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-10T15:42:40.329Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-10T15:42:40.329Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-10T15:42:40.545Z] $ docker rm -f 7f8ea54889ec71b8238f6657909f1e8b82968a52d13ab1de5115d08342a0e38b [2021-03-10T15:42:40.612Z] [2021-03-10T15:42:40.612Z] Current default time zone: 'Etc/UTC' [2021-03-10T15:42:40.612Z] Local time is now: Wed Mar 10 15:42:40 UTC 2021. [2021-03-10T15:42:40.612Z] Universal Time is now: Wed Mar 10 15:42:40 UTC 2021. [2021-03-10T15:42:40.612Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-10T15:42:40.612Z] [2021-03-10T15:42:40.612Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-10T15:42:40.612Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:42:40.612Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-10T15:42:40.612Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-10T15:42:40.612Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-10T15:42:40.612Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-10T15:42:40.612Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-10T15:42:40.612Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-10T15:42:40.872Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-10T15:42:40.872Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-10T15:42:40.872Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:42:40.872Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:41.132Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T15:42:41.133Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-10T15:42:41.133Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:42:41.133Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-10T15:42:41.133Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-10T15:42:41.133Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-10T15:42:41.133Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-10T15:42:41.133Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-10T15:42:41.133Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-10T15:42:41.133Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-10T15:42:41.393Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-10T15:42:41.401Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T15:42:41.401Z] . [Pipeline] withDockerContainer [2021-03-10T15:42:41.742Z] prd-ubuntu18.04-docker-arm64-4c-16g-29347 does not seem to be running inside a container [2021-03-10T15:42:41.856Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-10T15:42:42.786Z] Updating certificates in /etc/ssl/certs... [2021-03-10T15:42:43.397Z] $ docker top 9c40e4b77f2c0c9780ebaad7935cf5313697f94ead05b1d6c89d12ba8234d79f -eo pid,comm [2021-03-10T15:42:43.740Z] 23 added, 27 removed; done. [2021-03-10T15:42:43.740Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-10T15:42:43.740Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T15:42:43.740Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-10T15:42:43.740Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [Pipeline] { [Pipeline] sh [2021-03-10T15:42:44.000Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-10T15:42:44.000Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T15:42:44.000Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-10T15:42:44.000Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T15:42:44.000Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T15:42:44.000Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T15:42:44.000Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T15:42:44.000Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T15:42:44.260Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-10T15:42:44.260Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-10T15:42:44.260Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-10T15:42:44.260Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-10T15:42:44.260Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-10T15:42:44.260Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T15:42:44.260Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T15:42:44.260Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-10T15:42:44.520Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-10T15:42:44.520Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-10T15:42:44.520Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-10T15:42:44.520Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-10T15:42:44.560Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-10T15:42:44.779Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-10T15:42:44.779Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-10T15:42:44.779Z] Updating certificates in /etc/ssl/certs... [2021-03-10T15:42:45.349Z] 0 added, 0 removed; done. [2021-03-10T15:42:45.349Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-10T15:42:45.349Z] done. [2021-03-10T15:42:45.608Z] Reading package lists... [2021-03-10T15:42:45.868Z] Building dependency tree... [2021-03-10T15:42:45.868Z] Reading state information... [2021-03-10T15:42:45.868Z] The following NEW packages will be installed: [2021-03-10T15:42:45.868Z] apt-transport-https [2021-03-10T15:42:46.127Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-10T15:42:46.127Z] Need to get 1696 B of archives. [2021-03-10T15:42:46.127Z] After this operation, 153 kB of additional disk space will be used. [2021-03-10T15:42:46.127Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-10T15:42:46.127Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:42:46.390Z] Fetched 1696 B in 0s (9306 B/s) [2021-03-10T15:42:46.390Z] Selecting previously unselected package apt-transport-https. [2021-03-10T15:42:46.390Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-10T15:42:46.390Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-10T15:42:46.390Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-10T15:42:46.390Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-10T15:42:46.653Z] Waiting for network to be ready... [2021-03-10T15:42:49.952Z] Building docker-core-command-go ... [2021-03-10T15:42:49.952Z] Building docker-core-data-go ... [2021-03-10T15:42:49.952Z] Building docker-core-metadata-go ... [2021-03-10T15:42:49.952Z] Building docker-security-bootstrapper-go ... [2021-03-10T15:42:49.952Z] Building docker-security-proxy-setup-go ... [2021-03-10T15:42:49.952Z] Building docker-security-secretstore-setup-go ... [2021-03-10T15:42:49.952Z] Building docker-support-notifications-go ... [2021-03-10T15:42:49.952Z] Building docker-support-scheduler-go ... [2021-03-10T15:42:49.952Z] Building docker-sys-mgmt-agent-go ... [2021-03-10T15:42:49.952Z] Building docker-sys-mgmt-agent-go [2021-03-10T15:42:49.952Z] Building docker-core-command-go [2021-03-10T15:42:49.952Z] Building docker-core-data-go [2021-03-10T15:42:49.952Z] Building docker-security-secretstore-setup-go [2021-03-10T15:42:49.952Z] Building docker-security-proxy-setup-go [2021-03-10T15:42:53.280Z] 2021-03-10T15:42:50Z INFO Waiting for automatic snapd restart... [2021-03-10T15:42:53.851Z] snapd 2.49 from Canonical* installed [2021-03-10T15:42:54.794Z] "snapd" switched to the "latest/stable" channel [2021-03-10T15:42:54.794Z] [2021-03-10T15:42:57.343Z] core18 20210128 from Canonical* installed [2021-03-10T15:42:57.602Z] "core18" switched to the "latest/stable" channel [2021-03-10T15:42:57.602Z] [2021-03-10T15:43:00.933Z] snapcraft 4.5.4 from Canonical* installed [2021-03-10T15:43:00.933Z] "snapcraft" switched to the "latest/stable" channel [2021-03-10T15:43:00.933Z] [2021-03-10T15:43:04.251Z] 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-10T15:43:04.251Z] - README.md [2021-03-10T15:43:04.251Z] - snapcraft.yaml.orig [2021-03-10T15:43:04.251Z] [2021-03-10T15:43:04.251Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-10T15:43:10.863Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T15:43:10.863Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-10T15:43:10.863Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-10T15:43:10.863Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-10T15:43:11.802Z] Reading package lists... [2021-03-10T15:43:12.062Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 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-10T15:43:18.691Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T15:43:18.691Z] Reading package lists... [2021-03-10T15:43:18.691Z] Building dependency tree... [2021-03-10T15:43:18.691Z] Reading state information... [2021-03-10T15:43:18.691Z] Suggested packages: [2021-03-10T15:43:18.691Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-10T15:43:18.691Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-10T15:43:18.691Z] Recommended packages: [2021-03-10T15:43:18.691Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-10T15:43:18.691Z] The following NEW packages will be installed: [2021-03-10T15:43:18.691Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-10T15:43:18.691Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-10T15:43:18.691Z] pkg-config zip [2021-03-10T15:43:18.691Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-10T15:43:18.691Z] Need to get 7658 kB of archives. [2021-03-10T15:43:18.691Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-10T15:43:18.691Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-10T15:43:18.691Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-10T15:43:18.691Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-10T15:43:18.957Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-10T15:43:18.957Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-10T15:43:18.957Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-10T15:43:19.224Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-10T15:43:19.224Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-10T15:43:19.224Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-10T15:43:19.224Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-10T15:43:19.485Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-10T15:43:19.485Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-10T15:43:19.745Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-10T15:43:19.745Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-10T15:43:19.745Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-10T15:43:20.006Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:43:20.006Z] Fetched 7658 kB in 1s (5341 kB/s) [2021-03-10T15:43:20.006Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-10T15:43:20.006Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-10T15:43:20.006Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-10T15:43:20.006Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-10T15:43:20.267Z] Selecting previously unselected package libpsl5:amd64. [2021-03-10T15:43:20.267Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-10T15:43:20.267Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-10T15:43:20.267Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-10T15:43:20.267Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-10T15:43:20.267Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-10T15:43:20.528Z] Selecting previously unselected package librtmp1:amd64. [2021-03-10T15:43:20.528Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-10T15:43:20.528Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-10T15:43:20.528Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-10T15:43:20.528Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-10T15:43:20.528Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-10T15:43:20.528Z] Selecting previously unselected package liberror-perl. [2021-03-10T15:43:20.528Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-10T15:43:20.528Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-10T15:43:20.788Z] Selecting previously unselected package git-man. [2021-03-10T15:43:20.788Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-10T15:43:20.788Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-10T15:43:20.788Z] Selecting previously unselected package git. [2021-03-10T15:43:20.788Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-10T15:43:20.788Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-10T15:43:21.729Z] Selecting previously unselected package libnorm1:amd64. [2021-03-10T15:43:21.729Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-10T15:43:21.729Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-10T15:43:21.729Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-10T15:43:21.729Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-10T15:43:21.729Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-10T15:43:21.990Z] Selecting previously unselected package libsodium23:amd64. [2021-03-10T15:43:21.990Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-10T15:43:22.250Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-10T15:43:22.512Z] Selecting previously unselected package libzmq5:amd64. [2021-03-10T15:43:22.512Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-10T15:43:22.512Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T15:43:22.772Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-10T15:43:22.772Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-10T15:43:22.772Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T15:43:23.034Z] Selecting previously unselected package pkg-config. [2021-03-10T15:43:23.034Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-10T15:43:23.296Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-10T15:43:23.557Z] Selecting previously unselected package zip. [2021-03-10T15:43:23.557Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-10T15:43:23.817Z] Unpacking zip (3.0-11build1) ... [2021-03-10T15:43:24.077Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-10T15:43:24.077Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-10T15:43:24.337Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-10T15:43:24.337Z] Setting up liberror-perl (0.17025-1) ... [2021-03-10T15:43:24.337Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-10T15:43:24.598Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-10T15:43:24.598Z] No schema files found: doing nothing. [2021-03-10T15:43:24.598Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-10T15:43:24.598Z] Setting up zip (3.0-11build1) ... [2021-03-10T15:43:24.598Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-10T15:43:24.598Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-10T15:43:24.598Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-10T15:43:24.861Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T15:43:24.861Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-10T15:43:24.861Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T15:43:24.861Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-10T15:43:24.861Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-10T15:43:31.447Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T15:43:31.447Z] git set to automatically installed. [2021-03-10T15:43:31.447Z] git-man set to automatically installed. [2021-03-10T15:43:31.447Z] libcurl3-gnutls set to automatically installed. [2021-03-10T15:43:31.447Z] liberror-perl set to automatically installed. [2021-03-10T15:43:31.447Z] libglib2.0-0 set to automatically installed. [2021-03-10T15:43:31.447Z] libnghttp2-14 set to automatically installed. [2021-03-10T15:43:31.447Z] libnorm1 set to automatically installed. [2021-03-10T15:43:31.447Z] libpgm-5.2-0 set to automatically installed. [2021-03-10T15:43:31.447Z] libpsl5 set to automatically installed. [2021-03-10T15:43:31.447Z] librtmp1 set to automatically installed. [2021-03-10T15:43:31.447Z] libsodium23 set to automatically installed. [2021-03-10T15:43:31.447Z] libzmq3-dev set to automatically installed. [2021-03-10T15:43:31.447Z] libzmq5 set to automatically installed. [2021-03-10T15:43:31.447Z] pkg-config set to automatically installed. [2021-03-10T15:43:31.447Z] zip set to automatically installed. [2021-03-10T15:43:32.830Z] snapd is not logged in, snap install commands will use sudo [2021-03-10T15:43:39.412Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T15:43:39.673Z] snap "core18" has no updates available [2021-03-10T15:43:40.243Z] Pulling config-common [2021-03-10T15:43:40.243Z] + snapcraftctl pull [2021-03-10T15:43:41.179Z] Pulling go-build-helper [2021-03-10T15:43:41.179Z] + snapcraftctl pull [2021-03-10T15:44:03.159Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-10T15:44:03.159Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-10T15:44:03.159Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-10T15:44:03.159Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-10T15:44:03.159Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-10T15:44:03.159Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-10T15:44:03.159Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-10T15:44:03.159Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-10T15:44:03.159Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-10T15:44:03.159Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-10T15:44:03.159Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-10T15:44:03.159Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-10T15:44:03.159Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-10T15:44:03.159Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-10T15:44:03.159Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-10T15:44:03.159Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-10T15:44:03.159Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-10T15:44:03.159Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-10T15:44:03.159Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-10T15:44:03.159Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-10T15:44:03.159Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-10T15:44:03.159Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-10T15:44:03.159Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-10T15:44:03.159Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-10T15:44:03.159Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-10T15:44:03.159Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-10T15:44:03.159Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-10T15:44:03.159Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-10T15:44:03.159Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-10T15:44:03.159Z] Fetched 279 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-10T15:44:03.159Z] Fetched 122 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-10T15:44:03.159Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-10T15:44:03.159Z] Fetched 8848 B in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-10T15:44:03.159Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-10T15:44:03.159Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-10T15:44:03.159Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-10T15:44:03.159Z] Fetched 214 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-10T15:44:03.159Z] Fetched 154 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-10T15:44:03.159Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-10T15:44:03.159Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-10T15:44:03.159Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-10T15:44:03.159Z] Fetched 499 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-10T15:44:03.159Z] Fetched 111 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-10T15:44:03.159Z] Fetched 240 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-10T15:44:03.159Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-10T15:44:03.159Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-10T15:44:03.159Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-10T15:44:03.159Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-10T15:44:03.159Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-10T15:44:03.159Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-10T15:44:03.159Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-10T15:44:03.159Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-10T15:44:03.159Z] Fetched 8720 B in 0s (0 B/s) [2021-03-10T15:44:03.159Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-10T15:44:03.159Z] Fetched 137 kB in 0s (0 B/s) [2021-03-10T15:44:03.160Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-10T15:44:03.160Z] Fetched 119 kB in 0s (0 B/s) [2021-03-10T15:44:03.160Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-10T15:44:03.160Z] Fetched 109 kB in 0s (0 B/s) [2021-03-10T15:44:03.160Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-10T15:44:03.160Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-10T15:44:03.160Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-10T15:44:03.160Z] Fetched 645 kB in 0s (0 B/s) [2021-03-10T15:44:03.160Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-10T15:44:03.160Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-10T15:44:03.160Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-10T15:44:03.160Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-10T15:44:03.160Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-10T15:44:03.160Z] Fetched 368 kB in 0s (0 B/s) [2021-03-10T15:44:03.160Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-10T15:44:03.160Z] Fetched 187 kB in 0s (0 B/s) [2021-03-10T15:44:03.160Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-10T15:44:03.160Z] Fetched 175 kB in 0s (0 B/s) [2021-03-10T15:44:03.160Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-10T15:44:05.701Z] Fetched 206 kB in 0s (0 B/s) [2021-03-10T15:44:05.701Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-10T15:44:05.701Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-10T15:44:05.701Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-10T15:44:05.701Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-10T15:44:05.701Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-10T15:44:05.701Z] Fetched 159 kB in 0s (0 B/s) [2021-03-10T15:44:05.701Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-10T15:44:05.701Z] Fetched 107 kB in 0s (0 B/s) [2021-03-10T15:44:05.701Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-10T15:44:05.701Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-10T15:44:05.701Z] Pulling static-packages [2021-03-10T15:44:05.701Z] + snapcraftctl pull [2021-03-10T15:44:06.641Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-03-10T15:44:06.641Z] Skipping pull go-build-helper (already ran) [2021-03-10T15:44:06.641Z] Skipping pull static-packages (already ran) [2021-03-10T15:44:06.641Z] Building go-build-helper [2021-03-10T15:44:06.641Z] + snapcraftctl build [2021-03-10T15:44:09.952Z] Building static-packages [2021-03-10T15:44:09.952Z] + snapcraftctl build [2021-03-10T15:44:11.738Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:44:11.738Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:44:11.738Z] ---> 6581319b4f12 [2021-03-10T15:44:11.738Z] Step 3/21 : WORKDIR /edgex-go [2021-03-10T15:44:11.738Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:44:11.738Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:44:11.738Z] ---> 6581319b4f12 [2021-03-10T15:44:11.738Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T15:44:11.738Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:44:11.738Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:44:11.738Z] ---> 6581319b4f12 [2021-03-10T15:44:11.738Z] Step 3/26 : WORKDIR /edgex-go [2021-03-10T15:44:11.738Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:44:11.738Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:44:11.738Z] ---> 6581319b4f12 [2021-03-10T15:44:11.738Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T15:44:11.738Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:44:11.738Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:44:11.738Z] ---> 6581319b4f12 [2021-03-10T15:44:11.738Z] Step 3/24 : WORKDIR /edgex-go [2021-03-10T15:44:11.738Z] ---> Running in 700b878ee286 [2021-03-10T15:44:11.738Z] ---> Running in 6ffa0a2a16c2 [2021-03-10T15:44:11.738Z] ---> Running in 7c5974ec76da [2021-03-10T15:44:11.738Z] ---> Running in ca66f09a8fc0 [2021-03-10T15:44:11.738Z] ---> Running in e63324e79a23 [2021-03-10T15:44:11.738Z] Removing intermediate container 7c5974ec76da [2021-03-10T15:44:11.738Z] ---> 9d5baa004139 [2021-03-10T15:44:11.738Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:44:11.738Z] Removing intermediate container ca66f09a8fc0 [2021-03-10T15:44:11.738Z] ---> 10d9b4a5c92d [2021-03-10T15:44:11.738Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:44:11.738Z] Removing intermediate container 700b878ee286 [2021-03-10T15:44:11.738Z] ---> 210799189e68 [2021-03-10T15:44:11.738Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:44:11.738Z] Removing intermediate container 6ffa0a2a16c2 [2021-03-10T15:44:11.738Z] ---> 5536077efcfc [2021-03-10T15:44:11.738Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:44:11.738Z] Removing intermediate container e63324e79a23 [2021-03-10T15:44:11.738Z] ---> 8551a55eec17 [2021-03-10T15:44:11.738Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:44:11.738Z] ---> Running in 247bb19fa82e [2021-03-10T15:44:11.738Z] ---> Running in 41febe8d3fa2 [2021-03-10T15:44:11.738Z] ---> Running in 97a39f0d5c3f [2021-03-10T15:44:11.738Z] ---> Running in fe112925e6ae [2021-03-10T15:44:11.738Z] ---> Running in 32c54245ce68 [2021-03-10T15:44:11.864Z] Staging go-build-helper [2021-03-10T15:44:11.864Z] + snapcraftctl stage [2021-03-10T15:44:12.805Z] Staging static-packages [2021-03-10T15:44:12.805Z] + snapcraftctl stage [2021-03-10T15:44:13.747Z] Pulling go115 [2021-03-10T15:44:13.747Z] + snapcraftctl pull [2021-03-10T15:44:13.750Z] Removing intermediate container 247bb19fa82e [2021-03-10T15:44:13.750Z] ---> 5234002ac921 [2021-03-10T15:44:13.750Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-10T15:44:14.025Z] Removing intermediate container 97a39f0d5c3f [2021-03-10T15:44:14.025Z] ---> d12e061461f6 [2021-03-10T15:44:14.025Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-10T15:44:14.025Z] ---> Running in 28fc21c09e4a [2021-03-10T15:44:14.297Z] ---> Running in 29213855070a [2021-03-10T15:44:14.297Z] Removing intermediate container fe112925e6ae [2021-03-10T15:44:14.297Z] ---> 3ce4cbea4585 [2021-03-10T15:44:14.297Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-10T15:44:14.587Z] Removing intermediate container 41febe8d3fa2 [2021-03-10T15:44:14.587Z] ---> 9ac804e195a4 [2021-03-10T15:44:14.587Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T15:44:14.587Z] ---> Running in 6270c01a82fd [2021-03-10T15:44:14.715Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-10T15:44:14.715Z] Skipping pull go115 (already ran) [2021-03-10T15:44:14.715Z] Building go115 [2021-03-10T15:44:14.715Z] + dpkg --print-architecture [2021-03-10T15:44:14.715Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-10T15:44:14.715Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-10T15:44:14.715Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-10T15:44:14.715Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:44:14.715Z] Dload Upload Total Spent Left Speed [2021-03-10T15:44:14.868Z] Removing intermediate container 32c54245ce68 [2021-03-10T15:44:14.868Z] ---> b11e57b2c704 [2021-03-10T15:44:14.868Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-10T15:44:14.868Z] ---> Running in 3762f69e13e3 [2021-03-10T15:44:15.150Z] ---> Running in ddd70c7f2cff [2021-03-10T15:44:16.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:16.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:17.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:17.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:17.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:17.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:17.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:17.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:17.870Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 55804 0 0 370k 0 0:05:19 --:--:-- 0:05:19 368k 25 115M 25 29.0M 0 0 24.8M 0 0:00:04 0:00:01 0:00:03 24.8M 55 115M 55 64.3M 0 0 29.9M 0 0:00:03 0:00:02 0:00:01 29.9M 96 115M 96 111M 0 0 35.2M 0 0:00:03 0:00:03 --:--:-- 35.2M 100 115M 100 115M 0 0 35.8M 0 0:00:03 0:00:03 --:--:-- 35.8M [2021-03-10T15:44:17.871Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-10T15:44:17.871Z] + sha256sum -c sha256 [2021-03-10T15:44:17.871Z] + grep OK [2021-03-10T15:44:18.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:18.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:44:18.130Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-10T15:44:18.130Z] + mkdir -p /root/stage/go1.15 [2021-03-10T15:44:18.130Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-10T15:44:18.622Z] OK: 217 MiB in 51 packages [2021-03-10T15:44:18.914Z] OK: 217 MiB in 51 packages [2021-03-10T15:44:18.914Z] OK: 217 MiB in 51 packages [2021-03-10T15:44:19.194Z] OK: 217 MiB in 51 packages [2021-03-10T15:44:19.467Z] OK: 217 MiB in 51 packages [2021-03-10T15:44:20.455Z] Removing intermediate container 29213855070a [2021-03-10T15:44:20.455Z] ---> 2302cf4bd3f0 [2021-03-10T15:44:20.455Z] Step 6/21 : COPY go.mod . [2021-03-10T15:44:21.052Z] Removing intermediate container 3762f69e13e3 [2021-03-10T15:44:21.052Z] ---> fb2baac6b9d2 [2021-03-10T15:44:21.052Z] Step 6/23 : COPY go.mod . [2021-03-10T15:44:21.052Z] Removing intermediate container 6270c01a82fd [2021-03-10T15:44:21.052Z] ---> d521fffd82ee [2021-03-10T15:44:21.052Z] Step 6/26 : COPY go.mod . [2021-03-10T15:44:21.052Z] Removing intermediate container ddd70c7f2cff [2021-03-10T15:44:21.326Z] ---> bab32761c333 [2021-03-10T15:44:21.326Z] Step 6/23 : COPY go.mod . [2021-03-10T15:44:21.608Z] ---> aaeaec3373c3 [2021-03-10T15:44:21.608Z] Step 7/21 : RUN go mod download [2021-03-10T15:44:21.608Z] Removing intermediate container 28fc21c09e4a [2021-03-10T15:44:21.608Z] ---> b3217be9b1ef [2021-03-10T15:44:21.608Z] Step 6/24 : COPY go.mod . [2021-03-10T15:44:21.914Z] ---> Running in 8d0fe7aa6846 [2021-03-10T15:44:22.191Z] ---> 771f475f837c [2021-03-10T15:44:22.191Z] Step 7/23 : RUN go mod download [2021-03-10T15:44:22.339Z] Staging go115 [2021-03-10T15:44:22.339Z] + snapcraftctl stage [2021-03-10T15:44:22.465Z] ---> 2f20784720b2 [2021-03-10T15:44:22.465Z] Step 7/26 : RUN go mod download [2021-03-10T15:44:22.465Z] ---> Running in e0cd7ac6c6d6 [2021-03-10T15:44:22.465Z] ---> 0c66b8c12a47 [2021-03-10T15:44:22.465Z] Step 7/23 : RUN go mod download [2021-03-10T15:44:22.746Z] ---> Running in 17c2c9796732 [2021-03-10T15:44:22.746Z] ---> Running in 8df706fd8ac3 [2021-03-10T15:44:23.020Z] ---> 655bc9fe95c2 [2021-03-10T15:44:23.020Z] Step 7/24 : RUN go mod download [2021-03-10T15:44:23.293Z] ---> Running in 1690d864f973 [2021-03-10T15:44:26.721Z] Removing intermediate container 8d0fe7aa6846 [2021-03-10T15:44:26.721Z] ---> 1dd22c4ae48d [2021-03-10T15:44:26.721Z] Step 8/21 : COPY . . [2021-03-10T15:44:27.327Z] Removing intermediate container e0cd7ac6c6d6 [2021-03-10T15:44:27.327Z] ---> b1d67d4de047 [2021-03-10T15:44:27.327Z] Step 8/23 : COPY . . [2021-03-10T15:44:27.626Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-10T15:44:27.626Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-10T15:44:27.626Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-10T15:44:27.626Z] Fetched 0 B in 0s (0 B/s) [2021-03-10T15:44:27.626Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-10T15:44:27.626Z] Fetched 224 kB in 0s (0 B/s) [2021-03-10T15:44:27.626Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-10T15:44:27.626Z] Fetched 157 kB in 0s (0 B/s) [2021-03-10T15:44:27.626Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-10T15:44:27.626Z] Fetched 221 kB in 0s (0 B/s) [2021-03-10T15:44:27.626Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-10T15:44:27.626Z] Fetched 143 kB in 0s (0 B/s) [2021-03-10T15:44:27.626Z] Pulling edgex-go [2021-03-10T15:44:27.626Z] + snapcraftctl pull [2021-03-10T15:44:27.887Z] Pulling version [2021-03-10T15:44:27.887Z] + cd /root/project [2021-03-10T15:44:27.887Z] + [ -f VERSION ] [2021-03-10T15:44:27.887Z] + PROJECT_VERSION=local-dev [2021-03-10T15:44:27.887Z] + git rev-parse --short HEAD [2021-03-10T15:44:27.887Z] + GIT_REVISION=28b547c0 [2021-03-10T15:44:27.887Z] + snapcraftctl set-version local-dev [2021-03-10T15:44:27.961Z] Removing intermediate container 17c2c9796732 [2021-03-10T15:44:27.961Z] ---> 1d6935e1a3e8 [2021-03-10T15:44:27.961Z] Step 8/26 : COPY . . [2021-03-10T15:44:28.656Z] Removing intermediate container 8df706fd8ac3 [2021-03-10T15:44:28.656Z] ---> 42b44eedb004 [2021-03-10T15:44:28.656Z] Step 8/23 : COPY . . [2021-03-10T15:44:28.830Z] Building config-common [2021-03-10T15:44:28.831Z] + snapcraftctl build [2021-03-10T15:44:29.259Z] Removing intermediate container 1690d864f973 [2021-03-10T15:44:29.259Z] ---> 218406aef10a [2021-03-10T15:44:29.259Z] Step 8/24 : COPY . . [2021-03-10T15:44:31.377Z] Skipping build go-build-helper (already ran) [2021-03-10T15:44:31.377Z] Skipping build static-packages (already ran) [2021-03-10T15:44:31.377Z] Skipping build go115 (already ran) [2021-03-10T15:44:31.377Z] Building edgex-go [2021-03-10T15:44:31.641Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin [2021-03-10T15:44:31.641Z] + cd /root/parts/edgex-go/src [2021-03-10T15:44:31.641Z] + make build [2021-03-10T15:44:31.641Z] 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-10T15:44:33.568Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.46 [2021-03-10T15:44:33.568Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-10T15:44:33.568Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-10T15:44:33.568Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-10T15:44:33.568Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-10T15:44:33.568Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-10T15:44:33.568Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-10T15:44:33.568Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-10T15:44:33.568Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-10T15:44:33.568Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-10T15:44:33.568Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-10T15:44:33.568Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-10T15:44:33.568Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-10T15:44:33.568Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-10T15:44:33.568Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-10T15:44:33.568Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:44:33.568Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-10T15:44:33.568Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-10T15:44:33.568Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-10T15:44:33.568Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-10T15:44:33.568Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-10T15:44:33.568Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-10T15:44:33.568Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:44:33.568Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-10T15:44:33.568Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-10T15:44:33.568Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-10T15:44:33.568Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-10T15:44:33.568Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-10T15:44:33.568Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-10T15:44:33.568Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:44:33.568Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-10T15:44:33.568Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-10T15:44:33.568Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-10T15:44:33.568Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-10T15:44:33.568Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-10T15:44:33.568Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-10T15:44:33.568Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-10T15:44:33.568Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-10T15:44:33.568Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-10T15:44:33.568Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:44:33.832Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-10T15:44:33.832Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-10T15:44:33.832Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:44:33.832Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-10T15:44:33.832Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-10T15:44:40.414Z] 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-10T15:44:40.414Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-10T15:44:44.616Z] 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-10T15:44:45.557Z] 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-10T15:44:46.497Z] 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-10T15:44:47.067Z] 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-10T15:44:47.067Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-10T15:44:47.327Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:44:47.327Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:44:47.327Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-10T15:44:48.707Z] 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-10T15:44:48.707Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-10T15:44:48.707Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-10T15:44:50.100Z] 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-10T15:44:50.687Z] 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-10T15:44:50.687Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-10T15:44:52.071Z] 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-10T15:44:53.013Z] 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-10T15:44:53.013Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-10T15:44:53.965Z] 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-10T15:44:53.966Z] go: downloading github.com/lib/pq v1.10.0 [2021-03-10T15:44:55.880Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-10T15:44:55.880Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-10T15:44:55.880Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-10T15:44:55.880Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-10T15:44:55.880Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-10T15:44:55.880Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-10T15:44:55.880Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-10T15:44:55.880Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-10T15:44:55.880Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-10T15:44:55.880Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-10T15:44:55.880Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-10T15:44:55.880Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-10T15:44:55.880Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-10T15:44:55.880Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-10T15:44:55.880Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-10T15:44:55.880Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-10T15:44:55.880Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-10T15:44:55.881Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-10T15:44:55.881Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-10T15:44:55.881Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-10T15:44:55.881Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-10T15:44:55.881Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-10T15:44:55.881Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-10T15:44:55.881Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-10T15:44:55.881Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-10T15:44:56.101Z] ---> 9b4bf569a9e8 [2021-03-10T15:44:56.101Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-10T15:44:56.101Z] ---> f7d292a5448b [2021-03-10T15:44:56.101Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-10T15:44:56.101Z] ---> 0160f2edcc6c [2021-03-10T15:44:56.101Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-10T15:44:56.101Z] ---> f1877c5d5b4c [2021-03-10T15:44:56.101Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-10T15:44:56.101Z] ---> 46e0b3bc5b23 [2021-03-10T15:44:56.101Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-10T15:44:56.101Z] ---> Running in 257080c068d4 [2021-03-10T15:44:56.101Z] ---> Running in 2a3e8b99cca5 [2021-03-10T15:44:56.101Z] ---> Running in b4f9e70528fb [2021-03-10T15:44:56.101Z] ---> Running in 8141eef48510 [2021-03-10T15:44:56.101Z] ---> Running in 2b9da7cea701 [2021-03-10T15:44:56.101Z] 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-10T15:44:56.101Z] 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-10T15:44:56.101Z] 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-10T15:44:56.101Z] 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-10T15:44:56.101Z] 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-10T15:44:56.824Z] Building version [2021-03-10T15:44:56.824Z] + snapcraftctl build [2021-03-10T15:44:58.742Z] Staging config-common [2021-03-10T15:44:58.742Z] + snapcraftctl stage [2021-03-10T15:45:00.132Z] Skipping stage go-build-helper (already ran) [2021-03-10T15:45:00.132Z] Skipping stage static-packages (already ran) [2021-03-10T15:45:00.132Z] Skipping stage go115 (already ran) [2021-03-10T15:45:00.132Z] Staging edgex-go [2021-03-10T15:45:00.132Z] + snapcraftctl stage [2021-03-10T15:45:01.076Z] Staging version [2021-03-10T15:45:01.076Z] + snapcraftctl stage [2021-03-10T15:45:01.649Z] Priming config-common [2021-03-10T15:45:01.649Z] + snapcraftctl prime [2021-03-10T15:45:02.590Z] Priming go-build-helper [2021-03-10T15:45:02.590Z] + snapcraftctl prime [2021-03-10T15:45:03.547Z] Priming static-packages [2021-03-10T15:45:03.548Z] + snapcraftctl prime [2021-03-10T15:45:06.193Z] Priming go115 [2021-03-10T15:45:06.193Z] + snapcraftctl prime [2021-03-10T15:45:06.777Z] Priming edgex-go [2021-03-10T15:45:06.777Z] + snapcraftctl prime [2021-03-10T15:45:07.887Z] Priming version [2021-03-10T15:45:07.887Z] + snapcraftctl prime [2021-03-10T15:45:09.345Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T15:46:33.749Z] 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-10T15:46:33.749Z] 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-10T15:46:55.971Z] Removing intermediate container 257080c068d4 [2021-03-10T15:46:55.971Z] ---> 32aafe974c3a [2021-03-10T15:46:55.971Z] [2021-03-10T15:46:55.971Z] Step 10/21 : FROM alpine:3.12 [2021-03-10T15:46:55.971Z] 3.12: Pulling from library/alpine [2021-03-10T15:46:55.971Z] Removing intermediate container 2b9da7cea701 [2021-03-10T15:46:55.971Z] ---> 33e0b0460f68 [2021-03-10T15:46:55.971Z] [2021-03-10T15:46:55.971Z] Step 10/24 : FROM alpine:3.12 [2021-03-10T15:46:55.971Z] 3.12: Pulling from library/alpine [2021-03-10T15:46:55.971Z] Removing intermediate container 8141eef48510 [2021-03-10T15:46:55.971Z] ---> fdaa36f62b1b [2021-03-10T15:46:55.971Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-10T15:46:55.971Z] ---> Running in d88b5af9d7a3 [2021-03-10T15:46:56.261Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T15:46:56.261Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T15:46:56.261Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T15:46:56.261Z] ---> d10569e2745f [2021-03-10T15:46:56.261Z] Status: Image is up to date for alpine:3.12 [2021-03-10T15:46:56.261Z] ---> d10569e2745f [2021-03-10T15:46:56.261Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-10T15:46:56.261Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-10T15:46:56.867Z] ---> Running in 2ecf84428e63 [2021-03-10T15:46:56.867Z] ---> Running in ec801f3ccc01 [2021-03-10T15:46:59.529Z] 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-10T15:47:00.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:47:00.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:47:00.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:47:00.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:47:01.027Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-10T15:47:01.027Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T15:47:01.027Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-10T15:47:01.027Z] (4/4) Installing curl (7.69.1-r3) [2021-03-10T15:47:01.027Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:47:01.304Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T15:47:01.304Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-10T15:47:01.304Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T15:47:01.304Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-10T15:47:01.304Z] (4/5) Installing curl (7.69.1-r3) [2021-03-10T15:47:01.304Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-10T15:47:01.304Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:47:01.304Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T15:47:01.582Z] OK: 7 MiB in 18 packages [2021-03-10T15:47:01.859Z] OK: 7 MiB in 19 packages [2021-03-10T15:47:04.486Z] Removing intermediate container 2a3e8b99cca5 [2021-03-10T15:47:04.486Z] ---> 3243bc07ea42 [2021-03-10T15:47:04.486Z] [2021-03-10T15:47:04.486Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T15:47:04.486Z] ---> d10569e2745f [2021-03-10T15:47:04.486Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T15:47:05.094Z] ---> Running in d67b29b5a58b [2021-03-10T15:47:05.094Z] Removing intermediate container ec801f3ccc01 [2021-03-10T15:47:05.094Z] ---> 067a8225a724 [2021-03-10T15:47:05.094Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T15:47:05.378Z] Removing intermediate container 2ecf84428e63 [2021-03-10T15:47:05.378Z] ---> c4d3ab1d3d38 [2021-03-10T15:47:05.378Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T15:47:05.378Z] Removing intermediate container d88b5af9d7a3 [2021-03-10T15:47:05.378Z] ---> a3aa5f3de322 [2021-03-10T15:47:05.378Z] [2021-03-10T15:47:05.378Z] Step 11/26 : FROM docker:20.10.0 [2021-03-10T15:47:05.378Z] ---> Running in 183a2aec6bef [2021-03-10T15:47:05.662Z] 20.10.0: Pulling from library/docker [2021-03-10T15:47:05.662Z] ---> Running in 1fb2ce3da397 [2021-03-10T15:47:06.658Z] Removing intermediate container 1fb2ce3da397 [2021-03-10T15:47:06.658Z] ---> 9d28eff86459 [2021-03-10T15:47:06.658Z] Step 13/24 : WORKDIR / [2021-03-10T15:47:06.658Z] Removing intermediate container 183a2aec6bef [2021-03-10T15:47:06.658Z] ---> b6d5c83ca092 [2021-03-10T15:47:06.658Z] Step 13/21 : WORKDIR /edgex [2021-03-10T15:47:07.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:47:07.266Z] ---> Running in c1a2c6120034 [2021-03-10T15:47:07.266Z] ---> Running in 8f6b9f729451 [2021-03-10T15:47:07.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:47:07.870Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T15:47:07.870Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:47:07.870Z] OK: 5 MiB in 15 packages [2021-03-10T15:47:08.860Z] Removing intermediate container 8f6b9f729451 [2021-03-10T15:47:08.860Z] Removing intermediate container c1a2c6120034 [2021-03-10T15:47:08.860Z] ---> 7ba5ec761cd9 [2021-03-10T15:47:08.860Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-10T15:47:08.860Z] ---> 72028d4fa152 [2021-03-10T15:47:08.860Z] 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-10T15:47:10.308Z] Removing intermediate container d67b29b5a58b [2021-03-10T15:47:10.308Z] ---> 6bc5f4f1883e [2021-03-10T15:47:10.308Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:47:10.590Z] ---> dcdb6266f273 [2021-03-10T15:47:10.590Z] ---> 1a3d23d64a05 [2021-03-10T15:47:10.590Z] 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-10T15:47:10.590Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-10T15:47:10.864Z] ---> Running in d7015e8c70b6 [2021-03-10T15:47:11.875Z] Removing intermediate container d7015e8c70b6 [2021-03-10T15:47:11.875Z] ---> 89bea4a82b43 [2021-03-10T15:47:11.875Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-10T15:47:12.481Z] ---> Running in 29e594512869 [2021-03-10T15:47:13.083Z] ---> d0fdb28659f9 [2021-03-10T15:47:13.083Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-10T15:47:13.355Z] Removing intermediate container 29e594512869 [2021-03-10T15:47:13.355Z] ---> 77c443652783 [2021-03-10T15:47:13.355Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T15:47:13.629Z] ---> 423aba867ab5 [2021-03-10T15:47:13.629Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-10T15:47:13.904Z] ---> Running in 666e1c92bc0b [2021-03-10T15:47:14.498Z] ---> b59194f51df8 [2021-03-10T15:47:14.498Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-10T15:47:14.779Z] Removing intermediate container 666e1c92bc0b [2021-03-10T15:47:14.779Z] ---> be661ad85311 [2021-03-10T15:47:15.059Z] Step 15/23 : WORKDIR / [2021-03-10T15:47:15.341Z] ---> Running in 723367f531cb [2021-03-10T15:47:15.939Z] ---> a0137e657e00 [2021-03-10T15:47:15.939Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-10T15:47:16.540Z] ---> Running in dd759ecf2256 [2021-03-10T15:47:16.540Z] Removing intermediate container 723367f531cb [2021-03-10T15:47:16.540Z] ---> 9c01a59c2ddf [2021-03-10T15:47:16.540Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:47:17.142Z] ---> 9197e98dfae1 [2021-03-10T15:47:17.142Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-10T15:47:17.747Z] Removing intermediate container dd759ecf2256 [2021-03-10T15:47:17.747Z] ---> 08c539015adb [2021-03-10T15:47:17.747Z] Step 18/21 : CMD ["--init=true"] [2021-03-10T15:47:18.026Z] ---> c9b590d61d8b [2021-03-10T15:47:18.026Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-10T15:47:18.026Z] ---> Running in 67ae193f4dee [2021-03-10T15:47:19.465Z] Removing intermediate container 67ae193f4dee [2021-03-10T15:47:19.465Z] ---> 6085c74c8fda [2021-03-10T15:47:19.465Z] Step 19/21 : LABEL arch=arm64 [2021-03-10T15:47:20.446Z] ---> 7d7433917819 [2021-03-10T15:47:20.446Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-10T15:47:20.725Z] ---> Running in a7aed6a86262 [2021-03-10T15:47:21.000Z] ---> bd66949ebd31 [2021-03-10T15:47:21.000Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-10T15:47:21.278Z] ---> f34627715ef8 [2021-03-10T15:47:21.278Z] 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-10T15:47:21.561Z] ---> Running in 9874722f68f7 [2021-03-10T15:47:21.561Z] Removing intermediate container a7aed6a86262 [2021-03-10T15:47:21.561Z] ---> 0f750c355af8 [2021-03-10T15:47:21.561Z] Step 20/21 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:47:21.838Z] Removing intermediate container b4f9e70528fb [2021-03-10T15:47:21.838Z] ---> d6612477eb9a [2021-03-10T15:47:21.838Z] [2021-03-10T15:47:21.838Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T15:47:21.838Z] ---> d10569e2745f [2021-03-10T15:47:21.838Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-10T15:47:22.109Z] ---> Running in d81006a7e58a [2021-03-10T15:47:22.109Z] ---> Running in 34c2195d9b57 [2021-03-10T15:47:22.399Z] ---> 968bfe109292 [2021-03-10T15:47:22.399Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-10T15:47:22.399Z] ---> Running in cbea82138e0a [2021-03-10T15:47:22.673Z] Removing intermediate container d81006a7e58a [2021-03-10T15:47:22.673Z] ---> d5f20e41695f [2021-03-10T15:47:22.673Z] Step 21/21 : LABEL version=0.0.0 [2021-03-10T15:47:22.673Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-10T15:47:22.673Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-10T15:47:22.673Z] ---> eeaf43b92773 [2021-03-10T15:47:22.673Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-10T15:47:22.955Z] ---> Running in c7470e4a1ce5 [2021-03-10T15:47:22.955Z] Removing intermediate container 34c2195d9b57 [2021-03-10T15:47:22.955Z] ---> a490bb48dcb2 [2021-03-10T15:47:22.955Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-10T15:47:22.955Z] ---> Running in 13b04f603020 [2021-03-10T15:47:23.239Z] Removing intermediate container cbea82138e0a [2021-03-10T15:47:23.239Z] ---> d7e3eddc0f21 [2021-03-10T15:47:23.239Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:47:23.239Z] ---> Running in e95660dec03c [2021-03-10T15:47:23.515Z] ---> Running in 19376ec477ae [2021-03-10T15:47:23.794Z] Removing intermediate container c7470e4a1ce5 [2021-03-10T15:47:23.794Z] ---> 6402e64d9f76 [2021-03-10T15:47:23.794Z] [2021-03-10T15:47:24.071Z] Removing intermediate container 19376ec477ae [2021-03-10T15:47:24.071Z] ---> 1bbe4c6653ac [2021-03-10T15:47:24.071Z] Step 21/23 : LABEL arch=arm64Removing intermediate container e95660dec03c [2021-03-10T15:47:24.071Z] [2021-03-10T15:47:24.071Z] ---> 96e13ab4793a [2021-03-10T15:47:24.071Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-10T15:47:24.358Z] ---> Running in d10fd52dfb42 [2021-03-10T15:47:24.358Z] ---> Running in 8b0a554c6b8f [2021-03-10T15:47:24.358Z] Successfully built 6402e64d9f76 [2021-03-10T15:47:24.358Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-10T15:47:24.359Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-03-10T15:47:24.636Z] Removing intermediate container 9874722f68f7 [2021-03-10T15:47:24.636Z] ---> 697fd01532db [2021-03-10T15:47:24.636Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-10T15:47:24.636Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:47:24.636Z] ---> Running in 9f78c7322822 [2021-03-10T15:47:24.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:47:24.918Z] Removing intermediate container d10fd52dfb42 [2021-03-10T15:47:24.918Z] ---> 8414a50ba46e [2021-03-10T15:47:24.918Z] Step 22/23 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:47:25.198Z] Removing intermediate container 8b0a554c6b8f [2021-03-10T15:47:25.198Z] ---> 534671c0c4f2 [2021-03-10T15:47:25.198Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:47:25.198Z] ---> Running in 09f119557475 [2021-03-10T15:47:25.477Z] (1/2) Installing readline (8.0.4-r0) [2021-03-10T15:47:25.477Z] Removing intermediate container 9f78c7322822 [2021-03-10T15:47:25.478Z] ---> aa81102b5271 [2021-03-10T15:47:25.478Z] Step 22/24 : LABEL arch=arm64 [2021-03-10T15:47:25.478Z] ---> Running in 801f99b72d4f [2021-03-10T15:47:25.478Z] (2/2) Installing bash (5.0.17-r0) [2021-03-10T15:47:25.478Z] Executing bash-5.0.17-r0.post-install [2021-03-10T15:47:25.478Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:47:25.478Z] OK: 12 MiB in 22 packages [2021-03-10T15:47:25.761Z] ---> Running in c8702e16af9b [2021-03-10T15:47:26.039Z] Removing intermediate container 09f119557475 [2021-03-10T15:47:26.039Z] ---> e5fe7b4ae870 [2021-03-10T15:47:26.039Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T15:47:26.645Z] ---> Running in cace9d97b66a [2021-03-10T15:47:26.926Z] Removing intermediate container c8702e16af9b [2021-03-10T15:47:26.926Z] ---> 9b9e75607fc2 [2021-03-10T15:47:26.926Z] Step 23/24 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:47:27.537Z] Removing intermediate container cace9d97b66a [2021-03-10T15:47:27.538Z] ---> cbae0c620745 [2021-03-10T15:47:27.538Z] [2021-03-10T15:47:27.820Z] ---> Running in 6f24dedbdb55 [2021-03-10T15:47:28.428Z] Successfully built cbae0c620745 [2021-03-10T15:47:28.705Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-10T15:47:28.705Z] Building docker-security-bootstrapper-go [2021-03-10T15:47:28.979Z]  Building docker-core-command-go ... done Removing intermediate container 13b04f603020 [2021-03-10T15:47:28.979Z] ---> 04223d7fe5ae [2021-03-10T15:47:28.979Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-10T15:47:28.979Z] Removing intermediate container 6f24dedbdb55 [2021-03-10T15:47:28.979Z] ---> 3f006d547525 [2021-03-10T15:47:28.979Z] Step 24/24 : LABEL version=0.0.0 [2021-03-10T15:47:29.254Z] ---> Running in 4355b52662df [2021-03-10T15:47:29.254Z] ---> Running in a6e5351a1129 [2021-03-10T15:47:29.531Z] Removing intermediate container 801f99b72d4f [2021-03-10T15:47:29.531Z] ---> d23e9ae6873c [2021-03-10T15:47:29.531Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-10T15:47:29.806Z] ---> Running in 007594690b55 [2021-03-10T15:47:29.806Z] Removing intermediate container 4355b52662df [2021-03-10T15:47:30.086Z] ---> 67c9b26ff28e [2021-03-10T15:47:30.086Z] [2021-03-10T15:47:30.086Z] Removing intermediate container a6e5351a1129 [2021-03-10T15:47:30.086Z] ---> 83aec48441fb [2021-03-10T15:47:30.086Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-10T15:47:30.363Z] Successfully built 67c9b26ff28e [2021-03-10T15:47:30.641Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-10T15:47:30.641Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in f9f38201f43a [2021-03-10T15:47:30.641Z] Building docker-core-metadata-go [2021-03-10T15:47:31.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:47:31.625Z] Removing intermediate container f9f38201f43a [2021-03-10T15:47:31.625Z] ---> 61a3368fcf0b [2021-03-10T15:47:31.625Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-10T15:47:31.901Z] ---> Running in 5045e9b7e2ac [2021-03-10T15:47:32.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:47:32.774Z] Removing intermediate container 5045e9b7e2ac [2021-03-10T15:47:32.774Z] ---> 072c01299f35 [2021-03-10T15:47:32.774Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-10T15:47:36.187Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-10T15:47:36.187Z] ---> 7cc49c1bd650 [2021-03-10T15:47:36.187Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-10T15:47:36.187Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-10T15:47:36.187Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-10T15:47:36.788Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-10T15:47:37.391Z] ---> 3ad4e7129968 [2021-03-10T15:47:37.391Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-10T15:47:37.671Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-10T15:47:38.296Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-10T15:47:38.296Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:47:38.297Z] OK: 8 MiB in 20 packages [2021-03-10T15:47:39.288Z] ---> 71d48cc52ffd [2021-03-10T15:47:39.288Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-10T15:47:39.566Z] ---> Running in 73a80c632c75 [2021-03-10T15:47:41.015Z] Removing intermediate container 007594690b55 [2021-03-10T15:47:41.015Z] ---> 9084b6a50d79 [2021-03-10T15:47:41.015Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:47:41.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:47:41.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:47:41.911Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-10T15:47:41.911Z] (2/33) Installing expat (2.2.9-r1) [2021-03-10T15:47:41.911Z] (3/33) Installing libffi (3.3-r2) [2021-03-10T15:47:41.911Z] (4/33) Installing gdbm (1.13-r1) [2021-03-10T15:47:41.911Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-10T15:47:41.911Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-10T15:47:42.189Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-10T15:47:43.184Z] ---> 9dfb76cfccca [2021-03-10T15:47:43.184Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-10T15:47:44.175Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-10T15:47:44.175Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-10T15:47:44.175Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-10T15:47:44.175Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-10T15:47:44.175Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-10T15:47:44.175Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-10T15:47:44.175Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-10T15:47:44.453Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-10T15:47:44.453Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-10T15:47:44.453Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-10T15:47:44.453Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-10T15:47:44.453Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-10T15:47:44.453Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-10T15:47:44.453Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-10T15:47:44.453Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-10T15:47:44.453Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-10T15:47:44.453Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-10T15:47:44.453Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-10T15:47:44.740Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-10T15:47:44.740Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-10T15:47:44.740Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-10T15:47:44.740Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-10T15:47:44.740Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-10T15:47:44.740Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-10T15:47:44.740Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-10T15:47:44.740Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-10T15:47:45.015Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:47:45.015Z] OK: 71 MiB in 55 packages [2021-03-10T15:47:46.000Z] ---> 3c873c4a7eae [2021-03-10T15:47:46.000Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-10T15:47:46.988Z] ---> 81bf19762b04 [2021-03-10T15:47:46.988Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-10T15:47:47.264Z] ---> Running in 58535f5c2f8a [2021-03-10T15:47:47.868Z] Removing intermediate container 58535f5c2f8a [2021-03-10T15:47:47.868Z] ---> 12634884ddcd [2021-03-10T15:47:47.868Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:47:48.147Z] ---> Running in 82614b22dd55 [2021-03-10T15:47:49.140Z] Removing intermediate container 82614b22dd55 [2021-03-10T15:47:49.140Z] ---> c077ba37fa9d [2021-03-10T15:47:49.140Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T15:47:49.417Z] ---> Running in c1d96e0ff69d [2021-03-10T15:47:50.438Z] Removing intermediate container c1d96e0ff69d [2021-03-10T15:47:50.438Z] ---> e46b32958f62 [2021-03-10T15:47:50.438Z] Step 22/23 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:47:51.040Z] ---> Running in 7b7b27fe6008 [2021-03-10T15:47:52.486Z] Removing intermediate container 7b7b27fe6008 [2021-03-10T15:47:52.486Z] ---> 9c1ccfa4d23b [2021-03-10T15:47:52.486Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T15:47:52.773Z] ---> Running in 54d661d559ba [2021-03-10T15:47:54.216Z] Removing intermediate container 73a80c632c75 [2021-03-10T15:47:54.216Z] ---> 736687062b13 [2021-03-10T15:47:54.216Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-10T15:47:54.216Z] Removing intermediate container 54d661d559ba [2021-03-10T15:47:54.216Z] ---> e359f93dd4ce [2021-03-10T15:47:54.216Z] [2021-03-10T15:47:54.489Z] ---> Running in 4c3f4d2e5043 [2021-03-10T15:47:55.088Z] Successfully built e359f93dd4ce [2021-03-10T15:47:55.363Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-10T15:47:55.363Z] Building docker-support-scheduler-go [2021-03-10T15:48:00.927Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-03-10T15:48:00.927Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-10T15:48:01.950Z] Collecting texttable<0.10,>=0.9.0 [2021-03-10T15:48:01.950Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-10T15:48:03.488Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:48:03.488Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:48:03.488Z] ---> 6581319b4f12 [2021-03-10T15:48:03.488Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T15:48:03.488Z] ---> Using cache [2021-03-10T15:48:03.488Z] ---> 8551a55eec17 [2021-03-10T15:48:03.488Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:48:03.488Z] ---> Using cache [2021-03-10T15:48:03.488Z] ---> b11e57b2c704 [2021-03-10T15:48:03.488Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-10T15:48:06.146Z] Collecting PyYAML<4,>=3.10 [2021-03-10T15:48:06.146Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-10T15:48:06.146Z] ---> Running in b466050a8f5b [2021-03-10T15:48:07.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:48:09.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:48:10.473Z] OK: 217 MiB in 51 packages [2021-03-10T15:48:10.757Z] Collecting docker<4.0,>=3.6.0 [2021-03-10T15:48:10.757Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-10T15:48:12.200Z] Collecting jsonschema<3,>=2.5.1 [2021-03-10T15:48:12.200Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-10T15:48:12.481Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:48:12.481Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:48:12.481Z] ---> 6581319b4f12 [2021-03-10T15:48:12.481Z] Step 3/31 : WORKDIR /edgex-go [2021-03-10T15:48:12.481Z] ---> Using cache [2021-03-10T15:48:12.481Z] ---> 8551a55eec17 [2021-03-10T15:48:12.481Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:48:12.481Z] ---> Using cache [2021-03-10T15:48:12.481Z] ---> b11e57b2c704 [2021-03-10T15:48:12.481Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-10T15:48:13.103Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:48:13.103Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:48:13.103Z] ---> 6581319b4f12 [2021-03-10T15:48:13.103Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T15:48:13.103Z] ---> Using cache [2021-03-10T15:48:13.103Z] ---> 8551a55eec17 [2021-03-10T15:48:13.103Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:48:13.103Z] ---> Using cache [2021-03-10T15:48:13.103Z] ---> b11e57b2c704 [2021-03-10T15:48:13.103Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T15:48:13.382Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-10T15:48:13.382Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-10T15:48:13.382Z] ---> Running in 7958b7b7a188 [2021-03-10T15:48:13.382Z] ---> Running in 7309799ddb56 [2021-03-10T15:48:13.981Z] Removing intermediate container b466050a8f5b [2021-03-10T15:48:13.981Z] ---> 404ee3c66488 [2021-03-10T15:48:13.981Z] Step 6/22 : COPY go.mod . [2021-03-10T15:48:15.439Z] ---> 045343a9f394 [2021-03-10T15:48:15.439Z] Step 7/22 : RUN go mod download [2021-03-10T15:48:15.439Z] ---> Running in d9d45996f051 [2021-03-10T15:48:15.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:48:16.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:48:16.610Z] Collecting cached-property<2,>=1.2.0 [2021-03-10T15:48:16.610Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-10T15:48:17.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:48:17.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:48:19.104Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-10T15:48:19.104Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-10T15:48:19.104Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-10T15:48:19.104Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-10T15:48:19.393Z] OK: 217 MiB in 51 packages [2021-03-10T15:48:19.996Z] 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-10T15:48:20.282Z] Collecting docopt<0.7,>=0.6.1 [2021-03-10T15:48:20.282Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-10T15:48:20.282Z] OK: 217 MiB in 51 packages [2021-03-10T15:48:21.276Z] Removing intermediate container d9d45996f051 [2021-03-10T15:48:21.276Z] ---> 2392c5b517e4 [2021-03-10T15:48:21.276Z] Step 8/22 : COPY . . [2021-03-10T15:48:22.268Z] Removing intermediate container 7309799ddb56 [2021-03-10T15:48:22.268Z] ---> a9225bec42b9 [2021-03-10T15:48:22.268Z] Step 6/23 : COPY go.mod . [2021-03-10T15:48:22.869Z] Removing intermediate container 7958b7b7a188 [2021-03-10T15:48:22.869Z] ---> 4a973cefb534 [2021-03-10T15:48:22.869Z] Step 6/31 : COPY go.mod . [2021-03-10T15:48:23.883Z] ---> bc0f50236abc [2021-03-10T15:48:23.883Z] Step 7/23 : RUN go mod download [2021-03-10T15:48:24.158Z] Collecting docker-pycreds>=0.4.0 [2021-03-10T15:48:24.158Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-10T15:48:24.790Z] ---> Running in 7cf2b7d650fb [2021-03-10T15:48:24.790Z] ---> 25469e569f86 [2021-03-10T15:48:24.790Z] Step 7/31 : RUN go mod download [2021-03-10T15:48:25.072Z] Collecting idna<2.8,>=2.5 [2021-03-10T15:48:25.072Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-10T15:48:25.345Z] 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-10T15:48:25.345Z] 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-10T15:48:25.345Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:48:25.345Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:48:25.345Z] ---> 6581319b4f12 [2021-03-10T15:48:25.622Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T15:48:25.622Z] ---> Using cache [2021-03-10T15:48:25.622Z] ---> 8551a55eec17 [2021-03-10T15:48:25.622Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:48:25.622Z] ---> Using cache [2021-03-10T15:48:25.622Z] ---> b11e57b2c704 [2021-03-10T15:48:25.622Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-10T15:48:25.622Z] ---> Using cache [2021-03-10T15:48:25.622Z] ---> 4a973cefb534 [2021-03-10T15:48:25.622Z] Step 6/22 : COPY go.mod . [2021-03-10T15:48:25.622Z] ---> Using cache [2021-03-10T15:48:25.622Z] ---> 25469e569f86 [2021-03-10T15:48:25.622Z] Step 7/22 : RUN go mod download [2021-03-10T15:48:25.903Z] ---> Running in e0c9ca25f7dd [2021-03-10T15:48:26.179Z] ---> Running in d63a41150d84 [2021-03-10T15:48:26.473Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-10T15:48:26.473Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-10T15:48:27.080Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-10T15:48:27.080Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-10T15:48:27.080Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-10T15:48:27.080Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-10T15:48:28.523Z] Installing collected packages: texttable, PyYAML, idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, dockerpty, cached-property, docopt, docker-compose [2021-03-10T15:48:28.523Z] Running setup.py install for texttable: started [2021-03-10T15:48:31.955Z] Running setup.py install for texttable: finished with status 'done' [2021-03-10T15:48:31.955Z] Running setup.py install for PyYAML: started [2021-03-10T15:48:32.228Z] Removing intermediate container 7cf2b7d650fb [2021-03-10T15:48:32.228Z] ---> 830915228fc0 [2021-03-10T15:48:32.228Z] Step 8/23 : COPY . . [2021-03-10T15:48:32.830Z] Removing intermediate container d63a41150d84 [2021-03-10T15:48:32.830Z] ---> 678d652c2271 [2021-03-10T15:48:32.830Z] Step 8/22 : COPY . . [2021-03-10T15:48:32.830Z] Removing intermediate container e0c9ca25f7dd [2021-03-10T15:48:32.830Z] ---> 0686874e93c8 [2021-03-10T15:48:32.830Z] Step 8/31 : COPY . . [2021-03-10T15:48:34.825Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-10T15:48:34.825Z] Attempting uninstall: idna [2021-03-10T15:48:34.825Z] Found existing installation: idna 2.9 [2021-03-10T15:48:34.825Z] Uninstalling idna-2.9: [2021-03-10T15:48:34.825Z] Successfully uninstalled idna-2.9 [2021-03-10T15:48:35.811Z] Attempting uninstall: urllib3 [2021-03-10T15:48:35.811Z] Found existing installation: urllib3 1.25.9 [2021-03-10T15:48:35.811Z] Uninstalling urllib3-1.25.9: [2021-03-10T15:48:35.811Z] Successfully uninstalled urllib3-1.25.9 [2021-03-10T15:48:36.413Z] Attempting uninstall: requests [2021-03-10T15:48:36.413Z] Found existing installation: requests 2.23.0 [2021-03-10T15:48:36.687Z] Uninstalling requests-2.23.0: [2021-03-10T15:48:36.687Z] Successfully uninstalled requests-2.23.0 [2021-03-10T15:48:39.331Z] Running setup.py install for dockerpty: started [2021-03-10T15:48:42.004Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-10T15:48:43.000Z] Running setup.py install for docopt: started [2021-03-10T15:48:45.646Z] ---> d9d1dbb38b7f [2021-03-10T15:48:45.646Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-10T15:48:45.646Z] Running setup.py install for docopt: finished with status 'done' [2021-03-10T15:48:47.101Z] 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-10T15:48:47.101Z] ---> Running in 80edc487e8ef [2021-03-10T15:48:49.091Z] 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-10T15:48:59.328Z] Removing intermediate container 4c3f4d2e5043 [2021-03-10T15:48:59.328Z] ---> 249d33e8cc72 [2021-03-10T15:48:59.328Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-10T15:48:59.328Z] ---> Running in 4e97b04b56d0 [2021-03-10T15:49:01.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:49:01.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:49:01.992Z] ---> 62d8fef7d781 [2021-03-10T15:49:01.992Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-10T15:49:02.273Z] ---> 1fafc96ce640 [2021-03-10T15:49:02.273Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-10T15:49:02.547Z] ---> Running in 95755af6aaf7 [2021-03-10T15:49:02.547Z] ---> Running in 519a77d4a1e7 [2021-03-10T15:49:02.826Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T15:49:02.826Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-10T15:49:02.826Z] (3/3) Installing curl (7.69.1-r3) [2021-03-10T15:49:02.826Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:49:03.109Z] OK: 71 MiB in 58 packages [2021-03-10T15:49:04.101Z] ---> 9edd93810199 [2021-03-10T15:49:04.101Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-10T15:49:04.101Z] ---> Running in b66ac7f7707e [2021-03-10T15:49:05.575Z] 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-10T15:49:06.187Z] 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-10T15:49:06.187Z] Removing intermediate container 4e97b04b56d0 [2021-03-10T15:49:06.187Z] ---> 3d37dc4d0af8 [2021-03-10T15:49:06.187Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-10T15:49:06.463Z] ---> Running in ac1e43789c62 [2021-03-10T15:49:06.749Z] 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-10T15:49:07.356Z] Removing intermediate container ac1e43789c62 [2021-03-10T15:49:07.356Z] ---> 2746524e6489 [2021-03-10T15:49:07.356Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:49:07.356Z] ---> Running in 1cd50f998d7d [2021-03-10T15:49:07.986Z] Removing intermediate container 1cd50f998d7d [2021-03-10T15:49:07.986Z] ---> 67da5455e412 [2021-03-10T15:49:07.986Z] Step 24/26 : LABEL arch=arm64 [2021-03-10T15:49:08.261Z] ---> Running in 927514f8ccd6 [2021-03-10T15:49:09.249Z] Removing intermediate container 927514f8ccd6 [2021-03-10T15:49:09.249Z] ---> 97b6497e6c20 [2021-03-10T15:49:09.249Z] Step 25/26 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:49:09.249Z] ---> Running in c067b025ead5 [2021-03-10T15:49:09.848Z] Removing intermediate container c067b025ead5 [2021-03-10T15:49:09.848Z] ---> 01763d5bfe0e [2021-03-10T15:49:09.848Z] Step 26/26 : LABEL version=0.0.0 [2021-03-10T15:49:10.123Z] ---> Running in 2a13cce337f2 [2021-03-10T15:49:10.722Z] Removing intermediate container 2a13cce337f2 [2021-03-10T15:49:10.722Z] ---> a2cc60232cde [2021-03-10T15:49:10.722Z] [2021-03-10T15:49:11.324Z] Successfully built a2cc60232cde [2021-03-10T15:49:11.324Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-10T15:50:19.363Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 80edc487e8ef [2021-03-10T15:50:19.363Z] ---> a5a22fe1810a [2021-03-10T15:50:19.363Z] [2021-03-10T15:50:19.363Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T15:50:19.363Z] ---> d10569e2745f [2021-03-10T15:50:19.363Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-10T15:50:19.363Z] ---> Running in f7c079454fe2 [2021-03-10T15:50:19.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:50:19.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:50:20.241Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-10T15:50:20.241Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-10T15:50:20.241Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:50:20.241Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T15:50:20.519Z] OK: 6 MiB in 16 packages [2021-03-10T15:50:23.168Z] Removing intermediate container f7c079454fe2 [2021-03-10T15:50:23.168Z] ---> 3f6c5fea1376 [2021-03-10T15:50:23.168Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:50:23.445Z] ---> Running in b8327e7899b1 [2021-03-10T15:50:24.049Z] Removing intermediate container b8327e7899b1 [2021-03-10T15:50:24.049Z] ---> f56925a405b8 [2021-03-10T15:50:24.049Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-10T15:50:24.322Z] ---> Running in 486eb29e0ad6 [2021-03-10T15:50:24.918Z] Removing intermediate container 486eb29e0ad6 [2021-03-10T15:50:24.918Z] ---> 4c4bc1484d93 [2021-03-10T15:50:24.918Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T15:50:25.194Z] ---> Running in 186a7d4e3936 [2021-03-10T15:50:25.795Z] Removing intermediate container 186a7d4e3936 [2021-03-10T15:50:25.795Z] ---> e95051bf34fb [2021-03-10T15:50:25.795Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:50:27.239Z] ---> 0c6851284488 [2021-03-10T15:50:27.239Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-10T15:50:28.691Z] ---> 048a014283f2 [2021-03-10T15:50:28.691Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-10T15:50:30.138Z] ---> d821e1e374cf [2021-03-10T15:50:30.138Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-10T15:50:30.411Z] ---> Running in 635668595ed0 [2021-03-10T15:50:31.414Z] Removing intermediate container 635668595ed0 [2021-03-10T15:50:31.414Z] ---> 8e013ba5f69b [2021-03-10T15:50:31.414Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:50:31.690Z] ---> Running in f79a0cdfa130 [2021-03-10T15:50:32.679Z] Removing intermediate container f79a0cdfa130 [2021-03-10T15:50:32.679Z] ---> 91041b62d57f [2021-03-10T15:50:32.679Z] Step 20/22 : LABEL arch=arm64 [2021-03-10T15:50:33.276Z] ---> Running in eff1898bdd9d [2021-03-10T15:50:34.269Z] Removing intermediate container eff1898bdd9d [2021-03-10T15:50:34.269Z] ---> 558b7e5aa875 [2021-03-10T15:50:34.269Z] Step 21/22 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:50:34.874Z] ---> Running in b8bac33cfee9 [2021-03-10T15:50:35.153Z] Removing intermediate container 95755af6aaf7 [2021-03-10T15:50:35.153Z] ---> 21a71339676e [2021-03-10T15:50:35.153Z] [2021-03-10T15:50:35.153Z] Step 10/31 : FROM alpine:3.12 [2021-03-10T15:50:35.153Z] ---> d10569e2745f [2021-03-10T15:50:35.153Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-10T15:50:35.757Z] ---> Running in 5e1b3be41cc3 [2021-03-10T15:50:35.757Z] Removing intermediate container b8bac33cfee9 [2021-03-10T15:50:35.757Z] ---> f02515bdc507 [2021-03-10T15:50:35.757Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T15:50:35.757Z] ---> Running in 0bee533a7ec0 [2021-03-10T15:50:36.357Z] Removing intermediate container 5e1b3be41cc3 [2021-03-10T15:50:36.357Z] ---> f8de1ca765e0 [2021-03-10T15:50:36.357Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-10T15:50:36.632Z] ---> Running in de116b349683 [2021-03-10T15:50:36.632Z] Removing intermediate container 0bee533a7ec0 [2021-03-10T15:50:36.632Z] ---> ad3b318987c6 [2021-03-10T15:50:36.632Z] [2021-03-10T15:50:37.232Z] Successfully built ad3b318987c6 [2021-03-10T15:50:37.232Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-10T15:50:38.220Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:50:38.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:50:38.827Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-10T15:50:38.827Z] (2/2) Installing su-exec (0.2-r1) [2021-03-10T15:50:38.827Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:50:38.827Z] OK: 5 MiB in 16 packages [2021-03-10T15:50:40.805Z] Removing intermediate container de116b349683 [2021-03-10T15:50:40.805Z] ---> b0adf4645d1e [2021-03-10T15:50:40.805Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-10T15:50:40.805Z] ---> Running in 0850feb4e278 [2021-03-10T15:50:41.786Z] Removing intermediate container 0850feb4e278 [2021-03-10T15:50:41.786Z] ---> 356b8a4d6f3b [2021-03-10T15:50:41.786Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-10T15:50:41.786Z] ---> Running in 0ad1f2f52a1a [2021-03-10T15:50:42.133Z] Removing intermediate container b66ac7f7707e [2021-03-10T15:50:42.133Z] ---> f9d1fdb35399 [2021-03-10T15:50:42.133Z] [2021-03-10T15:50:42.133Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T15:50:42.133Z] ---> d10569e2745f [2021-03-10T15:50:42.133Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-10T15:50:42.133Z] ---> Using cache [2021-03-10T15:50:42.133Z] ---> 6bc5f4f1883e [2021-03-10T15:50:42.133Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:50:42.133Z] ---> Using cache [2021-03-10T15:50:42.133Z] ---> 89bea4a82b43 [2021-03-10T15:50:42.133Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-10T15:50:42.483Z] ---> Running in 3adf453b2b10 [2021-03-10T15:50:42.483Z] Removing intermediate container 0ad1f2f52a1a [2021-03-10T15:50:42.483Z] ---> 7ccc1eba1d75 [2021-03-10T15:50:42.483Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-10T15:50:42.772Z] ---> Running in bf9494b21bba [2021-03-10T15:50:43.431Z] Removing intermediate container 3adf453b2b10 [2021-03-10T15:50:43.431Z] ---> e2250dd00857 [2021-03-10T15:50:43.431Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T15:50:43.431Z] ---> Running in d781443f5fd6 [2021-03-10T15:50:44.157Z] Removing intermediate container d781443f5fd6 [2021-03-10T15:50:44.157Z] ---> 866a76d0b6cd [2021-03-10T15:50:44.157Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:50:45.657Z] ---> 2c1904cc4048 [2021-03-10T15:50:45.657Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-10T15:50:46.647Z] Removing intermediate container bf9494b21bba [2021-03-10T15:50:46.647Z] ---> 414e76a3e13c [2021-03-10T15:50:46.647Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-10T15:50:46.919Z] ---> 20f266f580c0 [2021-03-10T15:50:46.919Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-10T15:50:46.919Z] ---> Running in d866daaedcb3 [2021-03-10T15:50:47.518Z] Removing intermediate container 519a77d4a1e7 [2021-03-10T15:50:47.518Z] ---> 40d3176094b0 [2021-03-10T15:50:47.518Z] [2021-03-10T15:50:47.518Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T15:50:47.518Z] ---> d10569e2745f [2021-03-10T15:50:47.518Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T15:50:47.518Z] ---> Using cache [2021-03-10T15:50:47.518Z] ---> 6bc5f4f1883e [2021-03-10T15:50:47.518Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:50:47.518Z] ---> Using cache [2021-03-10T15:50:47.518Z] ---> 89bea4a82b43 [2021-03-10T15:50:47.518Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-10T15:50:47.518Z] ---> Running in 3bef45bc49f4 [2021-03-10T15:50:47.792Z] Removing intermediate container d866daaedcb3 [2021-03-10T15:50:47.792Z] ---> a0e35c1bf8ae [2021-03-10T15:50:47.792Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-10T15:50:47.792Z] ---> 60a69839677c [2021-03-10T15:50:47.792Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-10T15:50:48.066Z] ---> Running in c2ce1fbc5b67 [2021-03-10T15:50:48.066Z] Removing intermediate container 3bef45bc49f4 [2021-03-10T15:50:48.066Z] ---> 829c0a3e6f9d [2021-03-10T15:50:48.066Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T15:50:48.339Z] ---> Running in dafe0abc67e2 [2021-03-10T15:50:48.613Z] ---> 8eb4a25bdbd2 [2021-03-10T15:50:48.613Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-10T15:50:48.887Z] Removing intermediate container c2ce1fbc5b67 [2021-03-10T15:50:48.887Z] ---> 77f760c21e8d [2021-03-10T15:50:48.887Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:50:48.887Z] ---> Running in be777a1cfbe0 [2021-03-10T15:50:48.887Z] Removing intermediate container dafe0abc67e2 [2021-03-10T15:50:48.887Z] ---> 64c962e75d4a [2021-03-10T15:50:48.887Z] Step 15/23 : WORKDIR / [2021-03-10T15:50:49.167Z] ---> Running in b4b549eba2e5 [2021-03-10T15:50:49.167Z] ---> Running in c64c39a8ee7e [2021-03-10T15:50:49.764Z] Removing intermediate container b4b549eba2e5 [2021-03-10T15:50:49.764Z] ---> 06df5ecd74e1 [2021-03-10T15:50:49.764Z] Step 20/22 : LABEL arch=arm64 [2021-03-10T15:50:49.764Z] Removing intermediate container c64c39a8ee7e [2021-03-10T15:50:49.764Z] ---> d74e47b27657 [2021-03-10T15:50:49.764Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:50:50.038Z] ---> Running in 797808a8bda7 [2021-03-10T15:50:50.315Z] Removing intermediate container 797808a8bda7 [2021-03-10T15:50:50.315Z] ---> 2fc395759f3d [2021-03-10T15:50:50.315Z] Step 21/22 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:50:50.603Z] ---> Running in a01409f7b6be [2021-03-10T15:50:50.877Z] ---> f5b3c5604806 [2021-03-10T15:50:50.877Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-10T15:50:51.150Z] Removing intermediate container a01409f7b6be [2021-03-10T15:50:51.150Z] ---> 8a6ce1e9b0e0 [2021-03-10T15:50:51.150Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T15:50:51.743Z] ---> Running in cb3aaf64868b [2021-03-10T15:50:51.743Z] Removing intermediate container be777a1cfbe0 [2021-03-10T15:50:51.743Z] ---> afd6de5b91e4 [2021-03-10T15:50:51.743Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:50:52.340Z] Removing intermediate container cb3aaf64868b [2021-03-10T15:50:52.340Z] ---> 1610d30ac588 [2021-03-10T15:50:52.340Z] [2021-03-10T15:50:52.340Z] ---> 2954a1f3aa9c [2021-03-10T15:50:52.340Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-10T15:50:52.611Z] Successfully built 1610d30ac588 [2021-03-10T15:50:52.887Z] ---> efcd35d1922b [2021-03-10T15:50:52.887Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-10T15:50:52.887Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-10T15:50:53.486Z]  Building docker-support-scheduler-go ... done  ---> d0a66eba7a24 [2021-03-10T15:50:53.486Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-10T15:50:53.760Z] ---> Running in f6845791a8ea [2021-03-10T15:50:54.031Z] ---> b4955c1519a6 [2021-03-10T15:50:54.031Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-10T15:50:54.031Z] Removing intermediate container f6845791a8ea [2021-03-10T15:50:54.031Z] ---> d16af0823a7b [2021-03-10T15:50:54.031Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:50:54.306Z] ---> Running in bb431a34989f [2021-03-10T15:50:54.900Z] Removing intermediate container bb431a34989f [2021-03-10T15:50:54.900Z] ---> 986f2b9641cd [2021-03-10T15:50:54.900Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T15:50:54.900Z] ---> 11cd2fd2757f [2021-03-10T15:50:54.900Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-10T15:50:54.900Z] ---> Running in 122cf271df50 [2021-03-10T15:50:55.494Z] Removing intermediate container 122cf271df50 [2021-03-10T15:50:55.494Z] ---> 97d4e40634b2 [2021-03-10T15:50:55.494Z] Step 22/23 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:50:55.494Z] ---> e63bc7787b36 [2021-03-10T15:50:55.494Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-10T15:50:55.494Z] ---> Running in a9a7768ba283 [2021-03-10T15:50:56.084Z] Removing intermediate container a9a7768ba283 [2021-03-10T15:50:56.084Z] ---> 2906df44152f [2021-03-10T15:50:56.084Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T15:50:56.354Z] ---> Running in 081f573db359 [2021-03-10T15:50:56.354Z] ---> 9172635a335d [2021-03-10T15:50:56.354Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-10T15:50:56.946Z] ---> Running in fea7be27d973 [2021-03-10T15:50:56.946Z] Removing intermediate container 081f573db359 [2021-03-10T15:50:56.946Z] ---> b36d0f091171 [2021-03-10T15:50:56.946Z] [2021-03-10T15:50:57.218Z] Successfully built b36d0f091171 [2021-03-10T15:50:57.218Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-10T15:50:57.218Z]  Building docker-core-metadata-go ... done Removing intermediate container fea7be27d973 [2021-03-10T15:50:57.218Z] ---> 33a8695c8df6 [2021-03-10T15:50:57.218Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-10T15:50:58.192Z] ---> fe2d99b0d61e [2021-03-10T15:50:58.192Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-10T15:50:58.464Z] ---> Running in c5d54e7182d1 [2021-03-10T15:51:00.435Z] Removing intermediate container c5d54e7182d1 [2021-03-10T15:51:00.435Z] ---> b782b7126384 [2021-03-10T15:51:00.435Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-10T15:51:01.028Z] ---> Running in 2063f6d9a12d [2021-03-10T15:51:01.298Z] Removing intermediate container 2063f6d9a12d [2021-03-10T15:51:01.298Z] ---> 7d48ac25b3e9 [2021-03-10T15:51:01.298Z] Step 28/31 : CMD ["gate"] [2021-03-10T15:51:01.891Z] ---> Running in 5980e77744c4 [2021-03-10T15:51:02.160Z] Removing intermediate container 5980e77744c4 [2021-03-10T15:51:02.160Z] ---> 3ee9b4ca197c [2021-03-10T15:51:02.160Z] Step 29/31 : LABEL arch=arm64 [2021-03-10T15:51:02.751Z] ---> Running in 9e4970b6b726 [2021-03-10T15:51:03.022Z] Removing intermediate container 9e4970b6b726 [2021-03-10T15:51:03.022Z] ---> ee8ecee6f9bf [2021-03-10T15:51:03.022Z] Step 30/31 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 [2021-03-10T15:51:03.295Z] ---> Running in 06809e7739c4 [2021-03-10T15:51:03.887Z] Removing intermediate container 06809e7739c4 [2021-03-10T15:51:03.887Z] ---> ea9151757fa1 [2021-03-10T15:51:03.887Z] Step 31/31 : LABEL version=0.0.0 [2021-03-10T15:51:04.158Z] ---> Running in 48512485a1e0 [2021-03-10T15:51:04.747Z] Removing intermediate container 48512485a1e0 [2021-03-10T15:51:04.747Z] ---> b25aa81d01f6 [2021-03-10T15:51:04.747Z] [2021-03-10T15:51:05.018Z] Successfully built b25aa81d01f6 [2021-03-10T15:51:05.018Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-10T15:51:05.622Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-03-10T15:51:05.607Z] $ docker stop --time=1 9c40e4b77f2c0c9780ebaad7935cf5313697f94ead05b1d6c89d12ba8234d79f [2021-03-10T15:51:07.536Z] $ docker rm -f 9c40e4b77f2c0c9780ebaad7935cf5313697f94ead05b1d6c89d12ba8234d79f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T15:51:08.232Z] + docker+ images [2021-03-10T15:51:08.232Z] grep docker [2021-03-10T15:51:08.501Z] docker-security-bootstrapper-go-arm64 latest b25aa81d01f6 4 seconds ago 17.8MB [2021-03-10T15:51:08.501Z] docker-core-metadata-go-arm64 latest b36d0f091171 12 seconds ago 17.9MB [2021-03-10T15:51:08.501Z] docker-support-scheduler-go-arm64 latest 1610d30ac588 17 seconds ago 16.3MB [2021-03-10T15:51:08.501Z] docker-support-notifications-go-arm64 latest ad3b318987c6 32 seconds ago 16.9MB [2021-03-10T15:51:08.501Z] docker-sys-mgmt-agent-go-arm64 latest a2cc60232cde About a minute ago 300MB [2021-03-10T15:51:08.501Z] docker-core-data-go-arm64 latest e359f93dd4ce 3 minutes ago 21.3MB [2021-03-10T15:51:08.501Z] docker-security-secretstore-setup-go-arm64 latest 67c9b26ff28e 3 minutes ago 23.7MB [2021-03-10T15:51:08.501Z] docker-core-command-go-arm64 latest cbae0c620745 3 minutes ago 16.2MB [2021-03-10T15:51:08.501Z] docker-security-proxy-setup-go-arm64 latest 6402e64d9f76 3 minutes ago 23.4MB [2021-03-10T15:51:08.501Z] 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-10T15:51:09.391Z] ---> job-cost.sh [2021-03-10T15:51:09.391Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-v7ce [2021-03-10T15:51:48.342Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-10T15:53:40.116Z] lf-activate-venv(): INFO: Adding /tmp/venv-v7ce/bin to PATH [2021-03-10T15:53:40.116Z] INFO: No Stack... [2021-03-10T15:53:40.116Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-10T15:53:40.116Z] INFO: Archiving Costs [Pipeline] sh [2021-03-10T15:53:40.455Z] + cat /w/workspace/edgex-go/6/archives/cost.csv [2021-03-10T15:53:40.455Z] + cut -d, -f6 [Pipeline] lock [2021-03-10T15:53:40.570Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-6-stack-cost] [2021-03-10T15:53:40.583Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-6-stack-cost] did not exist. Created. [2021-03-10T15:53:40.583Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-10T15:53:41.088Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-10T15:53:41.400Z] Stashed 1 file(s) [Pipeline] } [2021-03-10T15:53:41.412Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-10T15:53:42.633Z] provisioning config files... [2021-03-10T15:53:42.643Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config8721251600069952308tmp [Pipeline] { [Pipeline] sh [2021-03-10T15:53:43.042Z] + set +x [2021-03-10T15:53:43.042Z] + curl -s https://codecov.io/bash [2021-03-10T15:53:43.042Z] + bash -s -- [2021-03-10T15:53:43.630Z] [2021-03-10T15:53:43.630Z] _____ _ [2021-03-10T15:53:43.630Z] / ____| | | [2021-03-10T15:53:43.630Z] | | ___ __| | ___ ___ _____ __ [2021-03-10T15:53:43.630Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-10T15:53:43.630Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-10T15:53:43.630Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-10T15:53:43.630Z] Bash-20210309-2b87ace [2021-03-10T15:53:43.630Z] [2021-03-10T15:53:43.630Z] [2021-03-10T15:53:43.630Z] ==> git version 2.24.3 found [2021-03-10T15:53:43.630Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-10T15:53:43.630Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-10T15:53:43.630Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-10T15:53:43.630Z] ==> Jenkins CI detected. [2021-03-10T15:53:43.630Z] project root: . [2021-03-10T15:53:43.630Z] --> token set from env [2021-03-10T15:53:43.630Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-10T15:53:43.630Z] ==> Running gcov in . (disable via -X gcov) [2021-03-10T15:53:43.630Z] ==> Python coveragepy not found [2021-03-10T15:53:43.630Z] ==> Searching for coverage reports in: [2021-03-10T15:53:43.630Z] + . [2021-03-10T15:53:43.630Z] -> Found 1 reports [2021-03-10T15:53:43.630Z] ==> Detecting git/mercurial file structure [2021-03-10T15:53:43.630Z] ==> Reading reports [2021-03-10T15:53:43.630Z] + ./coverage.out bytes=628838 [2021-03-10T15:53:43.630Z] ==> Appending adjustments [2021-03-10T15:53:43.630Z] https://docs.codecov.io/docs/fixing-reports [2021-03-10T15:53:47.866Z] + Found adjustments [2021-03-10T15:53:47.866Z] ==> Gzipping contents [2021-03-10T15:53:47.866Z] 92K /tmp/codecov.A5GmJD.gz [2021-03-10T15:53:47.866Z] ==> Uploading reports [2021-03-10T15:53:47.866Z] url: https://codecov.io [2021-03-10T15:53:47.866Z] query: branch=PR-3234&commit=28b547c0b4f3564d1d9ce77f2bb4079023185d89&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-10T15:53:47.866Z] -> Pinging Codecov [2021-03-10T15:53:47.866Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=28b547c0b4f3564d1d9ce77f2bb4079023185d89&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-10T15:53:47.866Z] -> Uploading to [2021-03-10T15:53:47.866Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-10/00271124DB129430A58F1EEE437C3FCB/28b547c0b4f3564d1d9ce77f2bb4079023185d89/1f47e657-8265-4401-886f-fde1101909c1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210310T155347Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b06308b49ea816acb08bc7a80db28613d7f90d5c27451b98e383619e050ceb75 [2021-03-10T15:53:47.866Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:53:47.866Z] Dload Upload Total Spent Left Speed [2021-03-10T15:53:48.443Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92731 0 0 100 92731 0 161k --:--:-- --:--:-- --:--:-- 161k [2021-03-10T15:53:48.444Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/28b547c0b4f3564d1d9ce77f2bb4079023185d89 [Pipeline] } [2021-03-10T15:53:48.456Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:53:50.325Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:53:51.209Z] ---> package-listing.sh [2021-03-10T15:53:51.209Z] ++ facter osfamily [2021-03-10T15:53:51.209Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-10T15:53:51.209Z] + OS_FAMILY=redhat [2021-03-10T15:53:51.209Z] + workspace=/w/workspace/edgex-go/6 [2021-03-10T15:53:51.209Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-10T15:53:51.209Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-10T15:53:51.209Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-10T15:53:51.209Z] + PACKAGES=/tmp/packages_start.txt [2021-03-10T15:53:51.209Z] + '[' /w/workspace/edgex-go/6 ']' [2021-03-10T15:53:51.209Z] + PACKAGES=/tmp/packages_end.txt [2021-03-10T15:53:51.209Z] + case "${OS_FAMILY}" in [2021-03-10T15:53:51.209Z] + rpm -qa [2021-03-10T15:53:51.209Z] + sort [2021-03-10T15:53:56.549Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-10T15:53:56.549Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-10T15:53:56.549Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-10T15:53:56.549Z] + '[' /w/workspace/edgex-go/6 ']' [2021-03-10T15:53:56.549Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-03-10T15:53:56.549Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-03-10T15:53:56.564Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-10T15:53:56.870Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:53:57.179Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T15:53:57.180Z] [2021-03-10T15:53:57.180Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:53:57.529Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T15:53:57.529Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-10T15:53:57.529Z] df20fa9351a1: Pulling fs layer [2021-03-10T15:53:57.529Z] 36b3adc4ff6f: Pulling fs layer [2021-03-10T15:53:57.529Z] 8ad3a11d3b57: Pulling fs layer [2021-03-10T15:53:57.529Z] 46f8f816bc3b: Pulling fs layer [2021-03-10T15:53:57.529Z] 93b61091891f: Pulling fs layer [2021-03-10T15:53:57.529Z] 93b9cdb0e59b: Pulling fs layer [2021-03-10T15:53:57.529Z] 5e14af77c1be: Pulling fs layer [2021-03-10T15:53:57.529Z] 01666e4c0597: Pulling fs layer [2021-03-10T15:53:57.529Z] aa168da1d23b: Pulling fs layer [2021-03-10T15:53:57.529Z] 46f8f816bc3b: Waiting [2021-03-10T15:53:57.529Z] 93b9cdb0e59b: Waiting [2021-03-10T15:53:57.529Z] 93b61091891f: Waiting [2021-03-10T15:53:57.529Z] 01666e4c0597: Waiting [2021-03-10T15:53:57.529Z] 5e14af77c1be: Waiting [2021-03-10T15:53:57.529Z] aa168da1d23b: Waiting [2021-03-10T15:53:57.529Z] 36b3adc4ff6f: Download complete [2021-03-10T15:53:57.529Z] 46f8f816bc3b: Verifying Checksum [2021-03-10T15:53:57.529Z] 46f8f816bc3b: Download complete [2021-03-10T15:53:57.792Z] df20fa9351a1: Verifying Checksum [2021-03-10T15:53:57.792Z] 93b9cdb0e59b: Verifying Checksum [2021-03-10T15:53:57.792Z] 93b9cdb0e59b: Download complete [2021-03-10T15:53:57.792Z] 5e14af77c1be: Verifying Checksum [2021-03-10T15:53:57.792Z] 5e14af77c1be: Download complete [2021-03-10T15:53:57.792Z] 01666e4c0597: Verifying Checksum [2021-03-10T15:53:57.792Z] 01666e4c0597: Download complete [2021-03-10T15:53:57.792Z] 8ad3a11d3b57: Verifying Checksum [2021-03-10T15:53:57.792Z] 8ad3a11d3b57: Download complete [2021-03-10T15:53:58.061Z] df20fa9351a1: Pull complete [2021-03-10T15:53:58.325Z] 36b3adc4ff6f: Pull complete [2021-03-10T15:53:58.905Z] 93b61091891f: Verifying Checksum [2021-03-10T15:53:58.905Z] 93b61091891f: Download complete [2021-03-10T15:53:59.480Z] 8ad3a11d3b57: Pull complete [2021-03-10T15:54:00.448Z] 46f8f816bc3b: Pull complete [2021-03-10T15:54:01.030Z] aa168da1d23b: Download complete [2021-03-10T15:54:01.294Z] 93b61091891f: Pull complete [2021-03-10T15:54:01.559Z] 93b9cdb0e59b: Pull complete [2021-03-10T15:54:01.828Z] 5e14af77c1be: Pull complete [2021-03-10T15:54:01.828Z] 01666e4c0597: Pull complete [2021-03-10T15:54:11.915Z] aa168da1d23b: Pull complete [2021-03-10T15:54:11.915Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-10T15:54:11.915Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T15:54:11.915Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-10T15:54:12.140Z] prd-centos7-docker-4c-2g-29342 does not seem to be running inside a container [2021-03-10T15:54:12.193Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-10T15:54:17.012Z] $ docker top 366b212d13fc2bd527ad638ad67582360bd4274ad6afe0f99567af0d231f47e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T15:54:17.602Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-10T15:54:17.904Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-10T15:54:18.244Z] + ls /var/log/sa-host [2021-03-10T15:54:18.244Z] + sadf -c /var/log/sa-host/sa10 [2021-03-10T15:54:18.244Z] file_magic: OK [2021-03-10T15:54:18.244Z] HZ: Using current value: 100 [2021-03-10T15:54:18.244Z] file_header: OK [2021-03-10T15:54:18.244Z] 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-10T15:54:18.244Z] Statistics: [2021-03-10T15:54:18.244Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-10T15:54:18.244Z] File successfully converted to sysstat format version 12.2.1 [2021-03-10T15:54:18.244Z] + sadf -c /var/log/sa-host/sa23 [2021-03-10T15:54:18.244Z] file_magic: OK [2021-03-10T15:54:18.244Z] HZ: Using current value: 100 [2021-03-10T15:54:18.244Z] file_header: OK [2021-03-10T15:54:18.244Z] 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-10T15:54:18.244Z] Statistics: [2021-03-10T15:54:18.244Z] Hnuu...uuuununununu... [2021-03-10T15:54:18.244Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-10T15:54:18.504Z] provisioning config files... [2021-03-10T15:54:18.564Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config4795326799088036702tmp [Pipeline] { [Pipeline] echo [2021-03-10T15:54:18.633Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:54:18.964Z] ---> create-netrc.sh [Pipeline] } [2021-03-10T15:54:18.973Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-10T15:54:19.061Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:54:19.790Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-10T15:54:19.802Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:54:20.102Z] ---> sudo-logs.sh [2021-03-10T15:54:20.102Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-10T15:54:20.166Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:54:20.463Z] ---> job-cost.sh [2021-03-10T15:54:20.463Z] lf-activate-venv: SKIPPING [2021-03-10T15:54:20.463Z] DEBUG: total: 0.20999999344348907 [2021-03-10T15:54:20.463Z] INFO: Retrieving Stack Cost... [2021-03-10T15:54:21.409Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-10T15:54:21.984Z] INFO: Archiving Costs [Pipeline] echo [2021-03-10T15:54:21.998Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:54:22.294Z] ---> logs-deploy.sh [2021-03-10T15:54:22.294Z] lf-activate-venv: SKIPPING [2021-03-10T15:54:22.294Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/6 [2021-03-10T15:54:22.294Z] INFO: archiving workspace using pattern(s): [2021-03-10T15:54:23.686Z] Archives upload complete. [2021-03-10T15:54:23.686Z] INFO: archiving logs to Nexus