Pull request #3127 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 19df28f5af12e46ec2f5afcb223d0e84b7d150ff+87b1ca7249f6ff93374f71253a3531d5ae5e3ebd (ec1c82c4b6b96733580f49796104bc0b1481830d) Running in Durability level: MAX_SURVIVABILITY 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3127/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3127/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24847’ is offline; ‘prd-centos7-docker-4c-2g-24849’ is offline; ‘prd-centos7-docker-4c-2g-24857’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24848’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24852’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24865 in /w/workspace/edgexfoundry_edgex-go_PR-3127 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit 19df28f5af12e46ec2f5afcb223d0e84b7d150ff Merge succeeded, producing 19df28f5af12e46ec2f5afcb223d0e84b7d150ff Checking out Revision 19df28f5af12e46ec2f5afcb223d0e84b7d150ff (PR-3127) > 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/3127/head:refs/remotes/origin/PR-3127 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 19df28f5af12e46ec2f5afcb223d0e84b7d150ff # 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 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 19df28f5af12e46ec2f5afcb223d0e84b7d150ff # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T04:31:30.735Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T04:31:31.057Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T04:31:31.312Z] ========================================================= [2021-02-04T04:31:31.312Z] EdgeX Global Pipelines Version Info [2021-02-04T04:31:31.312Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:31:32.889Z] ------------------- [2021-02-04T04:31:32.889Z] stable info: [2021-02-04T04:31:32.889Z] ------------------- [2021-02-04T04:31:32.889Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T04:31:32.889Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T04:31:32.889Z] Message: update stable to v1.0.179 [2021-02-04T04:31:33.855Z] ------------------- [2021-02-04T04:31:33.855Z] experimental info: [2021-02-04T04:31:33.855Z] ------------------- [2021-02-04T04:31:33.855Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T04:31:33.855Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T04:31:33.855Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T04:31:34.277Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T04:31:34.402Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T04:31:34.519Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T04:31:34.648Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T04:31:34.773Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T04:31:34.897Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T04:31:35.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T04:31:35.164Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T04:31:35.371Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T04:31:35.491Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T04:31:35.611Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T04:31:35.731Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T04:31:35.851Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T04:31:35.984Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T04:31:36.109Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T04:31:36.247Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T04:31:36.393Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T04:31:36.510Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T04:31:36.658Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T04:31:36.784Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T04:31:36.899Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T04:31:37.018Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T04:31:37.142Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T04:31:37.257Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3127 [Pipeline] echo [2021-02-04T04:31:37.394Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3127 [Pipeline] echo [2021-02-04T04:31:37.522Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3127 [Pipeline] echo [2021-02-04T04:31:37.648Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 19df28f5af12e46ec2f5afcb223d0e84b7d150ff [Pipeline] echo [2021-02-04T04:31:37.781Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 19df28f [Pipeline] echo [2021-02-04T04:31:37.897Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T04:31:38.171Z] provisioning config files... [2021-02-04T04:31:38.205Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3519416668051682441tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:31:38.633Z] ---> docker-login.sh [2021-02-04T04:31:38.633Z] nexus3.edgexfoundry.org:10001 [2021-02-04T04:31:38.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:31:38.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:31:38.903Z] Configure a credential helper to remove this warning. See [2021-02-04T04:31:38.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:31:38.903Z] [2021-02-04T04:31:38.903Z] Login Succeeded [2021-02-04T04:31:38.903Z] nexus3.edgexfoundry.org:10002 [2021-02-04T04:31:39.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:31:39.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:31:39.166Z] Configure a credential helper to remove this warning. See [2021-02-04T04:31:39.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:31:39.166Z] [2021-02-04T04:31:39.166Z] Login Succeeded [2021-02-04T04:31:39.166Z] nexus3.edgexfoundry.org:10003 [2021-02-04T04:31:39.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:31:39.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:31:39.432Z] Configure a credential helper to remove this warning. See [2021-02-04T04:31:39.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:31:39.432Z] [2021-02-04T04:31:39.432Z] Login Succeeded [2021-02-04T04:31:39.432Z] nexus3.edgexfoundry.org:10004 [2021-02-04T04:31:39.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:31:39.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:31:39.696Z] Configure a credential helper to remove this warning. See [2021-02-04T04:31:39.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:31:39.696Z] [2021-02-04T04:31:39.696Z] Login Succeeded [2021-02-04T04:31:39.696Z] docker.io [2021-02-04T04:31:39.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:31:39.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:31:39.960Z] Configure a credential helper to remove this warning. See [2021-02-04T04:31:39.960Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:31:39.960Z] [2021-02-04T04:31:39.960Z] Login Succeeded [2021-02-04T04:31:39.960Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T04:31:40.000Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T04:31:40.594Z] ++ 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-02-04T04:31:40.594Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:31:40.594Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T04:31:40.594Z] ++ cut -d/ -f2 [2021-02-04T04:31:40.594Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T04:31:40.594Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:31:40.594Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T04:31:40.594Z] ++ cut -d/ -f2 [2021-02-04T04:31:40.594Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T04:31:40.594Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:31:40.594Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T04:31:40.594Z] ++ cut -d/ -f2 [2021-02-04T04:31:40.594Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T04:31:40.594Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:31:40.594Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T04:31:40.594Z] ++ cut -d/ -f2 [2021-02-04T04:31:40.594Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T04:31:40.594Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:31:40.594Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T04:31:40.595Z] ++ cut -d/ -f2 [2021-02-04T04:31:40.595Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T04:31:40.595Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:31:40.595Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T04:31:40.595Z] ++ cut -d/ -f2 [2021-02-04T04:31:40.595Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T04:31:40.595Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:31:40.595Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T04:31:40.595Z] ++ cut -d/ -f2 [2021-02-04T04:31:40.595Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T04:31:40.595Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:31:40.595Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T04:31:40.595Z] ++ cut -d/ -f2 [2021-02-04T04:31:40.595Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T04:31:40.595Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:31:40.595Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T04:31:40.595Z] ++ cut -d/ -f2 [2021-02-04T04:31:40.595Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T04:31:40.693Z] 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-02-04T04:31:42.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:31:42.076Z] [2021-02-04T04:31:42.076Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:31:42.482Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:31:42.483Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T04:31:42.483Z] 31603596830f: Pulling fs layer [2021-02-04T04:31:42.483Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T04:31:42.483Z] 6ca5941a6612: Pulling fs layer [2021-02-04T04:31:42.483Z] ecc8261a40a4: Pulling fs layer [2021-02-04T04:31:42.483Z] ecc8261a40a4: Waiting [2021-02-04T04:31:42.483Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T04:31:42.483Z] 2a8b12db71e7: Download complete [2021-02-04T04:31:42.483Z] 31603596830f: Verifying Checksum [2021-02-04T04:31:42.483Z] 31603596830f: Download complete [2021-02-04T04:31:42.749Z] ecc8261a40a4: Verifying Checksum [2021-02-04T04:31:42.749Z] ecc8261a40a4: Download complete [2021-02-04T04:31:42.749Z] 6ca5941a6612: Verifying Checksum [2021-02-04T04:31:42.749Z] 6ca5941a6612: Download complete [2021-02-04T04:31:43.014Z] 31603596830f: Pull complete [2021-02-04T04:31:43.286Z] 2a8b12db71e7: Pull complete [2021-02-04T04:31:44.233Z] 6ca5941a6612: Pull complete [2021-02-04T04:31:44.233Z] ecc8261a40a4: Pull complete [2021-02-04T04:31:44.233Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T04:31:44.233Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:31:44.233Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T04:31:44.368Z] prd-centos7-docker-4c-2g-24865 does not seem to be running inside a container [2021-02-04T04:31:44.494Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T04:31:47.006Z] $ docker top e4599065bfc20a6eaf92fc09f1bba945d9f4a7f066df01125d1c5fd86923a679 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T04:31:47.462Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T04:31:47.462Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T04:31:47.717Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T04:31:47.722Z] $ docker exec e4599065bfc20a6eaf92fc09f1bba945d9f4a7f066df01125d1c5fd86923a679 ssh-agent [2021-02-04T04:31:47.931Z] SSH_AUTH_SOCK=/tmp/ssh-Hcvt6LelMOsI/agent.12 [2021-02-04T04:31:47.931Z] SSH_AGENT_PID=18 [2021-02-04T04:31:47.943Z] Running ssh-add (command line suppressed) [2021-02-04T04:31:48.093Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_1757659031062391904.key (/w/workspace/edgex-go/1@tmp/private_key_1757659031062391904.key) [2021-02-04T04:31:48.156Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T04:31:48.548Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T04:31:48.584Z] $ docker exec --env ******** --env ******** e4599065bfc20a6eaf92fc09f1bba945d9f4a7f066df01125d1c5fd86923a679 ssh-agent -k [2021-02-04T04:31:48.720Z] unset SSH_AUTH_SOCK; [2021-02-04T04:31:48.720Z] unset SSH_AGENT_PID; [2021-02-04T04:31:48.720Z] echo Agent pid 18 killed; [2021-02-04T04:31:48.778Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T04:31:48.963Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T04:31:48.963Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T04:31:49.160Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T04:31:49.165Z] $ docker exec e4599065bfc20a6eaf92fc09f1bba945d9f4a7f066df01125d1c5fd86923a679 ssh-agent [2021-02-04T04:31:49.346Z] SSH_AUTH_SOCK=/tmp/ssh-qsHgY2oCeQ1d/agent.49 [2021-02-04T04:31:49.346Z] SSH_AGENT_PID=54 [2021-02-04T04:31:49.354Z] Running ssh-add (command line suppressed) [2021-02-04T04:31:49.475Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8996354525501499969.key (/w/workspace/edgex-go/1@tmp/private_key_8996354525501499969.key) [2021-02-04T04:31:49.527Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T04:31:49.908Z] + git semver init [2021-02-04T04:31:49.908Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T04:31:49.908Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-02-04T04:31:49.908Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-02-04T04:31:49.908Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T04:31:49.909Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T04:31:49.909Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T04:31:49.909Z] # $SEMVER_BRANCH = PR-3127 [2021-02-04T04:31:49.909Z] # $SEMVER_TEMP = /tmp/semver-000569942 [2021-02-04T04:31:49.909Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T04:32:36.721Z] # '/tmp/semver-000569942' -> '/w/workspace/edgex-go/1/.semver' [2021-02-04T04:32:36.721Z] # -> Force: false [2021-02-04T04:32:36.721Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-02-04T04:32:36.757Z] $ docker exec --env ******** --env ******** e4599065bfc20a6eaf92fc09f1bba945d9f4a7f066df01125d1c5fd86923a679 ssh-agent -k [2021-02-04T04:32:37.052Z] unset SSH_AUTH_SOCK; [2021-02-04T04:32:37.052Z] unset SSH_AGENT_PID; [2021-02-04T04:32:37.052Z] echo Agent pid 54 killed; [2021-02-04T04:32:37.155Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T04:32:37.745Z] + git semver [Pipeline] } [2021-02-04T04:32:37.782Z] $ docker stop --time=1 e4599065bfc20a6eaf92fc09f1bba945d9f4a7f066df01125d1c5fd86923a679 [2021-02-04T04:32:39.422Z] $ docker rm -f e4599065bfc20a6eaf92fc09f1bba945d9f4a7f066df01125d1c5fd86923a679 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T04:32:40.155Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T04:32:40.909Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T04:32:40.933Z] [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-02-04T04:32:42.313Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T04:32:42.668Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T04:32:42.999Z] + sudo service docker restart [2021-02-04T04:32:42.999Z] + true [2021-02-04T04:32:42.999Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T04:32:43.619Z] ========================================================= [2021-02-04T04:32:43.619Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T04:32:43.619Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:32:44.015Z] + 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-02-04T04:32:48.259Z] Sending build context to Docker daemon 327.5MB [2021-02-04T04:32:48.259Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T04:32:48.259Z] Step 2/6 : FROM ${BASE} [2021-02-04T04:32:48.259Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T04:32:48.259Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T04:32:48.259Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T04:32:48.259Z] de9db76c5a1d: Pulling fs layer [2021-02-04T04:32:48.259Z] bca2f99d35d6: Pulling fs layer [2021-02-04T04:32:48.259Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T04:32:48.259Z] 7c6f9722023f: Pulling fs layer [2021-02-04T04:32:48.259Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T04:32:48.259Z] bca2f99d35d6: Waiting [2021-02-04T04:32:48.259Z] 93359f2a8cfa: Waiting [2021-02-04T04:32:48.259Z] 7c6f9722023f: Waiting [2021-02-04T04:32:48.259Z] a35cf1a2eb13: Waiting [2021-02-04T04:32:48.259Z] de9db76c5a1d: Verifying Checksum [2021-02-04T04:32:48.259Z] de9db76c5a1d: Download complete [2021-02-04T04:32:48.259Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T04:32:48.259Z] 0ef7d3d256c8: Download complete [2021-02-04T04:32:48.259Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T04:32:48.259Z] 93359f2a8cfa: Download complete [2021-02-04T04:32:48.259Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T04:32:48.259Z] 188c0c94c7c5: Download complete [2021-02-04T04:32:48.259Z] 7c6f9722023f: Verifying Checksum [2021-02-04T04:32:48.259Z] 7c6f9722023f: Download complete [2021-02-04T04:32:48.525Z] 188c0c94c7c5: Pull complete [2021-02-04T04:32:48.790Z] 0ef7d3d256c8: Pull complete [2021-02-04T04:32:48.790Z] de9db76c5a1d: Pull complete [2021-02-04T04:32:50.195Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T04:32:50.195Z] a35cf1a2eb13: Download complete [2021-02-04T04:32:50.797Z] bca2f99d35d6: Verifying Checksum [2021-02-04T04:32:50.797Z] bca2f99d35d6: Download complete [2021-02-04T04:32:56.137Z] bca2f99d35d6: Pull complete [2021-02-04T04:32:56.401Z] 93359f2a8cfa: Pull complete [2021-02-04T04:32:56.401Z] 7c6f9722023f: Pull complete [2021-02-04T04:32:56.626Z] Still waiting to schedule task [2021-02-04T04:32:56.626Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-04T04:33:01.740Z] a35cf1a2eb13: Pull complete [2021-02-04T04:33:01.740Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T04:33:01.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T04:33:01.740Z] ---> a62c8e92a672 [2021-02-04T04:33:01.740Z] 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-02-04T04:33:01.740Z] ---> Running in 227fd80c0db2 [2021-02-04T04:33:02.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:33:02.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:33:03.910Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T04:33:04.174Z] (2/12) Installing file (5.38-r0) [2021-02-04T04:33:04.439Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T04:33:04.439Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T04:33:08.673Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T04:33:08.937Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T04:33:08.937Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T04:33:08.937Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T04:33:09.209Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T04:33:09.209Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T04:33:09.209Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T04:33:09.482Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T04:33:09.482Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:33:09.482Z] OK: 233 MiB in 51 packages [2021-02-04T04:33:14.451Z] Removing intermediate container 227fd80c0db2 [2021-02-04T04:33:14.451Z] ---> 33bf7ba2bbac [2021-02-04T04:33:14.451Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T04:33:14.451Z] ---> Running in 1e281e4411aa [2021-02-04T04:33:14.451Z] Removing intermediate container 1e281e4411aa [2021-02-04T04:33:14.451Z] ---> fe0e76d6fd11 [2021-02-04T04:33:14.451Z] Step 5/6 : COPY go.mod . [2021-02-04T04:33:14.451Z] ---> a7947924c859 [2021-02-04T04:33:14.451Z] Step 6/6 : RUN go mod download [2021-02-04T04:33:14.451Z] ---> Running in ef38bec10365 [2021-02-04T04:33:36.505Z] Removing intermediate container ef38bec10365 [2021-02-04T04:33:36.505Z] ---> 73c9f7005395 [2021-02-04T04:33:36.505Z] Successfully built 73c9f7005395 [2021-02-04T04:33:36.505Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:33:36.950Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T04:33:36.950Z] . [Pipeline] withDockerContainer [2021-02-04T04:33:37.111Z] prd-centos7-docker-4c-2g-24865 does not seem to be running inside a container [2021-02-04T04:33:37.169Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-02-04T04:33:38.067Z] $ docker top bcd2ccab54e3086edd83cdf9084210140f50cce26c960786f2eb0625033cf7f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:33:38.696Z] + go version [2021-02-04T04:33:38.696Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T04:33:38.726Z] $ docker stop --time=1 bcd2ccab54e3086edd83cdf9084210140f50cce26c960786f2eb0625033cf7f0 [2021-02-04T04:33:40.110Z] $ docker rm -f bcd2ccab54e3086edd83cdf9084210140f50cce26c960786f2eb0625033cf7f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:33:41.296Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T04:33:41.297Z] . [Pipeline] withDockerContainer [2021-02-04T04:33:41.426Z] prd-centos7-docker-4c-2g-24865 does not seem to be running inside a container [2021-02-04T04:33:41.476Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-02-04T04:33:42.302Z] $ docker top e733e3442a0340b53a17193564334bcdb2c54ad0fdec51cfdf12637f870f5887 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T04:33:42.546Z] ========================================================= [2021-02-04T04:33:42.546Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T04:33:42.546Z] ========================================================= [Pipeline] sh [2021-02-04T04:33:42.867Z] + make test [2021-02-04T04:33:42.867Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T04:33:52.947Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T04:34:08.440Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T04:34:15.125Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T04:34:15.125Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T04:34:15.125Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T04:34:15.125Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T04:34:18.475Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T04:34:18.475Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T04:34:18.475Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T04:34:18.475Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T04:34:18.475Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T04:34:18.747Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T04:34:21.332Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T04:34:21.332Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T04:34:21.332Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T04:34:23.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.103s coverage: 46.0% of statements [2021-02-04T04:34:23.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T04:34:23.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T04:34:23.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T04:34:23.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T04:34:23.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T04:34:23.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T04:34:23.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T04:34:23.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.061s coverage: 100.0% of statements [2021-02-04T04:34:27.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.239s coverage: 27.1% of statements [2021-02-04T04:34:27.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T04:34:27.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T04:34:27.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T04:34:27.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T04:34:27.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T04:34:27.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T04:34:27.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements [2021-02-04T04:34:27.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T04:34:27.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements [2021-02-04T04:34:27.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T04:34:27.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T04:34:27.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.078s coverage: 65.8% of statements [2021-02-04T04:34:27.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T04:34:27.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T04:34:27.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.442s coverage: 82.3% of statements [2021-02-04T04:34:27.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T04:34:27.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:34:27.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T04:34:27.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T04:34:29.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.368s coverage: 28.6% of statements [2021-02-04T04:34:29.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T04:34:29.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T04:34:29.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T04:34:29.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T04:34:29.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T04:34:29.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements [2021-02-04T04:34:29.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T04:34:29.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements [2021-02-04T04:34:29.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T04:34:29.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements [2021-02-04T04:34:29.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T04:34:29.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.099s coverage: 97.5% of statements [2021-02-04T04:34:29.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T04:34:30.121Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.117s coverage: 78.3% of statements [2021-02-04T04:34:30.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T04:34:30.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T04:34:30.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T04:34:30.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T04:34:32.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.442s coverage: 92.8% of statements [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T04:34:32.749Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T04:34:32.749Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T04:34:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T04:34:32.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 45.5% of statements [2021-02-04T04:34:32.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.054s coverage: 79.5% of statements [2021-02-04T04:34:32.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements [2021-02-04T04:34:32.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements [2021-02-04T04:34:32.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements [2021-02-04T04:34:45.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.085s coverage: 94.4% of statements [2021-02-04T04:34:45.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.080s coverage: 92.9% of statements [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.085s coverage: 91.4% of statements [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.212s coverage: 63.5% of statements [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.336s coverage: 68.9% of statements [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 37.0% of statements [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.325s coverage: 84.0% of statements [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.145s coverage: 47.0% of statements [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.096s coverage: 90.4% of statements [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.707s coverage: 29.1% of statements [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.071s coverage: 100.0% of statements [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.056s coverage: 100.0% of statements [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T04:34:57.356Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-02-04T04:34:57.356Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-02-04T04:34:57.356Z] GO111MODULE=on go vet ./... [2021-02-04T04:35:24.119Z] gofmt -l . [2021-02-04T04:35:24.119Z] [ "`gofmt -l .`" = "" ] [2021-02-04T04:35:24.119Z] ./bin/test-go-mod-tidy.sh [2021-02-04T04:35:24.119Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T04:35:24.726Z] + ls -al . [2021-02-04T04:35:24.726Z] total 684 [2021-02-04T04:35:24.726Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 04:35 . [2021-02-04T04:35:24.726Z] drwxr-xr-x 4 root root 28 Feb 4 04:33 .. [2021-02-04T04:35:24.726Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 04:31 .dockerignore [2021-02-04T04:35:24.726Z] drwxrwxr-x 8 1001 1001 179 Feb 4 04:31 .git [2021-02-04T04:35:24.726Z] drwxrwxr-x 3 1001 1001 125 Feb 4 04:31 .github [2021-02-04T04:35:24.726Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 04:31 .gitignore [2021-02-04T04:35:24.726Z] drwx------ 3 1001 1001 60 Feb 4 04:32 .semver [2021-02-04T04:35:24.726Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 04:31 .sonarcloud.properties [2021-02-04T04:35:24.726Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 04:31 Attribution.txt [2021-02-04T04:35:24.726Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 04:31 CONTRIBUTING.md [2021-02-04T04:35:24.726Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 04:31 Dockerfile.build [2021-02-04T04:35:24.726Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 04:31 Jenkinsfile [2021-02-04T04:35:24.726Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 04:31 LICENSE [2021-02-04T04:35:24.726Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 04:31 Makefile [2021-02-04T04:35:24.726Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 04:31 README.md [2021-02-04T04:35:24.726Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 04:31 SECURITY.md [2021-02-04T04:35:24.726Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 04:32 VERSION [2021-02-04T04:35:24.726Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 04:31 ZMQWindows.md [2021-02-04T04:35:24.726Z] drwxrwxr-x 2 1001 1001 117 Feb 4 04:31 bin [2021-02-04T04:35:24.726Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 04:31 cmd [2021-02-04T04:35:24.726Z] -rw-r--r-- 1 root root 580808 Feb 4 04:34 coverage.out [2021-02-04T04:35:24.726Z] -rw-r--r-- 1 root root 1054 Feb 4 04:35 go.mod [2021-02-04T04:35:24.726Z] -rw-r--r-- 1 root root 19290 Feb 4 04:35 go.sum [2021-02-04T04:35:24.726Z] drwxrwxr-x 8 1001 1001 127 Feb 4 04:31 internal [2021-02-04T04:35:24.726Z] drwxrwxr-x 4 1001 1001 26 Feb 4 04:31 openapi [2021-02-04T04:35:24.726Z] drwxrwxr-x 4 1001 1001 71 Feb 4 04:31 snap [2021-02-04T04:35:24.726Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 04:31 version.go [Pipeline] sh [2021-02-04T04:35:25.066Z] + '[' -e coverage.out ] [2021-02-04T04:35:25.066Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T04:35:25.295Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T04:35:25.615Z] + make build [2021-02-04T04:35:25.615Z] 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-02-04T04:35:29.856Z] 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-02-04T04:35:38.151Z] 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-02-04T04:35:39.103Z] 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-02-04T04:35:41.049Z] 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-02-04T04:35:41.315Z] 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-02-04T04:35:43.255Z] 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-02-04T04:35:44.664Z] 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-02-04T04:35:45.632Z] 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-02-04T04:35:47.030Z] 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-02-04T04:35:47.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T04:35:48.956Z] 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-02-04T04:35:50.397Z] 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-02-04T04:35:52.431Z] $ docker stop --time=1 e733e3442a0340b53a17193564334bcdb2c54ad0fdec51cfdf12637f870f5887 [2021-02-04T04:35:54.153Z] $ docker rm -f e733e3442a0340b53a17193564334bcdb2c54ad0fdec51cfdf12637f870f5887 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:35:56.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:35:56.189Z] [2021-02-04T04:35:56.190Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:35:56.586Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:35:56.587Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T04:35:56.587Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T04:35:56.587Z] ca9280d653b3: Pulling fs layer [2021-02-04T04:35:56.587Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T04:35:56.854Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-04T04:35:56.854Z] cbdbe7a5bc2a: Download complete [2021-02-04T04:35:57.437Z] cbdbe7a5bc2a: Pull complete [2021-02-04T04:35:57.437Z] ca9280d653b3: Verifying Checksum [2021-02-04T04:35:57.437Z] ca9280d653b3: Download complete [2021-02-04T04:35:58.867Z] 7e9c9ca2126c: Verifying Checksum [2021-02-04T04:35:58.867Z] 7e9c9ca2126c: Download complete [2021-02-04T04:35:58.867Z] ca9280d653b3: Pull complete [2021-02-04T04:36:05.571Z] 7e9c9ca2126c: Pull complete [2021-02-04T04:36:05.571Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T04:36:05.571Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:36:05.571Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T04:36:05.880Z] prd-centos7-docker-4c-2g-24865 does not seem to be running inside a container [2021-02-04T04:36:05.940Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-devops/edgex-compose:latest cat [2021-02-04T04:36:08.680Z] $ docker top f12b1c3fe4fc66e58c740104cc27b96a006d706083f32369db5648185dfe288e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:36:09.442Z] + docker-compose build --help [2021-02-04T04:36:09.442Z] + grep parallel [2021-02-04T04:36:10.388Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T04:36:10.415Z] $ docker stop --time=1 f12b1c3fe4fc66e58c740104cc27b96a006d706083f32369db5648185dfe288e [2021-02-04T04:36:11.780Z] $ docker rm -f f12b1c3fe4fc66e58c740104cc27b96a006d706083f32369db5648185dfe288e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:36:12.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:36:12.598Z] . [Pipeline] withDockerContainer [2021-02-04T04:36:12.729Z] prd-centos7-docker-4c-2g-24865 does not seem to be running inside a container [2021-02-04T04:36:12.793Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-02-04T04:36:13.487Z] $ docker top 477ac2a5d33e5b8598ef828339c1b6ae717de56df1c2e778d694cfe58cb35352 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:36:14.062Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T04:36:15.026Z] Building docker-core-command-go ... [2021-02-04T04:36:15.026Z] Building docker-core-data-go ... [2021-02-04T04:36:15.026Z] Building docker-core-metadata-go ... [2021-02-04T04:36:15.026Z] Building docker-security-bootstrapper-go ... [2021-02-04T04:36:15.026Z] Building docker-security-proxy-setup-go ... [2021-02-04T04:36:15.026Z] Building docker-security-secretstore-setup-go ... [2021-02-04T04:36:15.026Z] Building docker-support-notifications-go ... [2021-02-04T04:36:15.026Z] Building docker-support-scheduler-go ... [2021-02-04T04:36:15.026Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T04:36:15.026Z] Building docker-support-notifications-go [2021-02-04T04:36:15.026Z] Building docker-sys-mgmt-agent-go [2021-02-04T04:36:15.026Z] Building docker-core-metadata-go [2021-02-04T04:36:15.026Z] Building docker-security-proxy-setup-go [2021-02-04T04:36:15.026Z] Building docker-support-scheduler-go [2021-02-04T04:36:19.087Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24875 in /w/workspace/edgexfoundry_edgex-go_PR-3127 [Pipeline] { [Pipeline] ws [2021-02-04T04:36:19.184Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-02-04T04:36:25.092Z] using credential edgex-jenkins-ssh [2021-02-04T04:36:25.152Z] Cloning the remote Git repository [2021-02-04T04:36:25.227Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:36:25.352Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-02-04T04:36:25.464Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:36:25.465Z] > git --version # timeout=10 [2021-02-04T04:36:25.492Z] > git --version # 'git version 2.17.1' [2021-02-04T04:36:25.494Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:36:25.553Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:36:49.519Z] Merging remotes/origin/master commit 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit 19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:36:50.067Z] Merge succeeded, producing 19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:36:50.068Z] Checking out Revision 19df28f5af12e46ec2f5afcb223d0e84b7d150ff (PR-3127) [2021-02-04T04:36:48.829Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:36:48.847Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:36:48.876Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:36:48.909Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:36:48.910Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:36:48.921Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3127/head:refs/remotes/origin/PR-3127 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T04:36:49.573Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T04:36:49.591Z] > git checkout -f 19df28f5af12e46ec2f5afcb223d0e84b7d150ff # timeout=10 [2021-02-04T04:36:49.926Z] > git remote # timeout=10 [2021-02-04T04:36:49.947Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T04:36:49.966Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:36:49.977Z] > git merge 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 [2021-02-04T04:36:50.048Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T04:36:50.084Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T04:36:50.107Z] > git checkout -f 19df28f5af12e46ec2f5afcb223d0e84b7d150ff # timeout=10 [2021-02-04T04:36:54.089Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:54.089Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:54.089Z] ---> 73c9f7005395 [2021-02-04T04:36:54.089Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:36:54.089Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:54.089Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:54.089Z] ---> 73c9f7005395 [2021-02-04T04:36:54.089Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T04:36:54.089Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:54.089Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:54.089Z] ---> 73c9f7005395 [2021-02-04T04:36:54.089Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T04:36:54.089Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:54.089Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:54.089Z] ---> 73c9f7005395 [2021-02-04T04:36:54.089Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:36:54.089Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:54.089Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:54.089Z] ---> 73c9f7005395 [2021-02-04T04:36:54.089Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:36:54.089Z] ---> Running in 579a456bf6e2 [2021-02-04T04:36:54.089Z] ---> Running in e9b4fcb63c9c [2021-02-04T04:36:54.089Z] ---> Running in 48c9d7afc262 [2021-02-04T04:36:54.089Z] ---> Running in 06584223b9b6 [2021-02-04T04:36:54.089Z] ---> Running in 10fb9050d150 [2021-02-04T04:36:54.089Z] Removing intermediate container 579a456bf6e2 [2021-02-04T04:36:54.089Z] ---> 44091b323993 [2021-02-04T04:36:54.089Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:54.089Z] Removing intermediate container e9b4fcb63c9c [2021-02-04T04:36:54.089Z] ---> 152a16d8990a [2021-02-04T04:36:54.089Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:54.089Z] Removing intermediate container 10fb9050d150 [2021-02-04T04:36:54.089Z] ---> 7136d8c8889f [2021-02-04T04:36:54.089Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:54.089Z] Removing intermediate container 06584223b9b6 [2021-02-04T04:36:54.089Z] ---> 5b2ac001e1af [2021-02-04T04:36:54.089Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:54.089Z] ---> Running in fee4e5aab233 [2021-02-04T04:36:54.089Z] ---> Running in c79fadeed4a5 [2021-02-04T04:36:54.089Z] ---> Running in 89705020497d [2021-02-04T04:36:54.089Z] ---> Running in 848dda989c58 [2021-02-04T04:36:54.089Z] Removing intermediate container 48c9d7afc262 [2021-02-04T04:36:54.089Z] ---> 3cb10dc099f0 [2021-02-04T04:36:54.089Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:54.089Z] ---> Running in af9ff33c7d40 [2021-02-04T04:36:54.671Z] Removing intermediate container c79fadeed4a5 [2021-02-04T04:36:54.671Z] ---> d284b4bbb18f [2021-02-04T04:36:54.671Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T04:36:54.671Z] Removing intermediate container fee4e5aab233 [2021-02-04T04:36:54.671Z] ---> 054cfe39ef7b [2021-02-04T04:36:54.671Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T04:36:54.721Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-02-04T04:36:54.805Z] > git --version # timeout=10 [2021-02-04T04:36:54.822Z] > git --version # 'git version 2.17.1' [2021-02-04T04:36:54.836Z] fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T04:36:54.943Z] ---> Running in f6389129791e [2021-02-04T04:36:54.943Z] ---> Running in a54008f35431 [2021-02-04T04:36:54.943Z] Removing intermediate container 89705020497d [2021-02-04T04:36:54.943Z] ---> 7da54e03d7e0 [2021-02-04T04:36:54.943Z] Step 5/21 : RUN apk add --update --no-cache make git [Pipeline] withEnv [Pipeline] { [2021-02-04T04:36:55.213Z] Removing intermediate container af9ff33c7d40 [2021-02-04T04:36:55.213Z] ---> a98febdd55ed [2021-02-04T04:36:55.213Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:36:55.213Z] ---> Running in 5a849c0076c3 [2021-02-04T04:36:55.213Z] Removing intermediate container 848dda989c58 [2021-02-04T04:36:55.213Z] ---> bd41f49d6490 [2021-02-04T04:36:55.213Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [2021-02-04T04:36:55.477Z] ---> Running in 73d0fab49002 [2021-02-04T04:36:55.478Z] ---> Running in fd1a0318bd9f [Pipeline] { [Pipeline] sh [2021-02-04T04:36:56.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:56.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:56.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:56.579Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T04:36:56.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:56.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:57.000Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [2021-02-04T04:36:57.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:57.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:57.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] sh [2021-02-04T04:36:57.379Z] + + sudo service docker restart [2021-02-04T04:36:57.379Z] true [2021-02-04T04:36:57.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:57.605Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:57.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:57.605Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:57.884Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:57.884Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:58.150Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:58.424Z] Removing intermediate container 5a849c0076c3 [2021-02-04T04:36:58.424Z] ---> 6eb5efbaea76 [2021-02-04T04:36:58.424Z] Step 6/21 : COPY go.mod . [2021-02-04T04:36:58.687Z] Removing intermediate container f6389129791e [2021-02-04T04:36:58.687Z] ---> c2d8e2389116 [2021-02-04T04:36:58.687Z] Step 6/22 : COPY go.mod . [2021-02-04T04:36:58.687Z] Removing intermediate container a54008f35431 [2021-02-04T04:36:58.687Z] ---> 1c35911ee68f [2021-02-04T04:36:58.687Z] Step 6/26 : COPY go.mod . [2021-02-04T04:36:58.966Z] ---> c66767839f9e [2021-02-04T04:36:58.966Z] Step 7/21 : RUN go mod download [2021-02-04T04:36:58.966Z] Removing intermediate container fd1a0318bd9f [2021-02-04T04:36:58.966Z] ---> e2d12b12e148 [2021-02-04T04:36:58.966Z] Step 6/22 : COPY go.mod . [2021-02-04T04:36:58.966Z] ---> Running in 0d893349e493 [2021-02-04T04:36:59.230Z] ---> 73bf445c67cb [2021-02-04T04:36:59.230Z] Step 7/22 : RUN go mod download [2021-02-04T04:36:59.230Z] Removing intermediate container 73d0fab49002 [2021-02-04T04:36:59.230Z] ---> 430402594a61 [2021-02-04T04:36:59.230Z] Step 6/23 : COPY go.mod . [2021-02-04T04:36:59.230Z] ---> 52655d13e6f1 [2021-02-04T04:36:59.230Z] Step 7/26 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T04:36:59.491Z] provisioning config files... [2021-02-04T04:36:59.497Z] ---> Running in b35402c6d9e9 [2021-02-04T04:36:59.497Z] ---> Running in fdb4535e5c27 [2021-02-04T04:36:59.497Z] ---> aa5e8b6e8ab3 [2021-02-04T04:36:59.497Z] Step 7/22 : RUN go mod download [2021-02-04T04:36:59.559Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8598904280124133091tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:36:59.762Z] ---> 973960be7ee9 [2021-02-04T04:36:59.762Z] Step 7/23 : RUN go mod download [2021-02-04T04:36:59.762Z] ---> Running in 7aa86342734c [2021-02-04T04:37:00.027Z] ---> docker-login.sh [2021-02-04T04:37:00.027Z] nexus3.edgexfoundry.org:10001 [2021-02-04T04:37:00.041Z] ---> Running in 2419ceeb7d4c [2021-02-04T04:37:00.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:37:01.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:37:01.225Z] Configure a credential helper to remove this warning. See [2021-02-04T04:37:01.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:37:01.225Z] [2021-02-04T04:37:01.225Z] Login Succeeded [2021-02-04T04:37:01.225Z] nexus3.edgexfoundry.org:10002 [2021-02-04T04:37:01.453Z] Removing intermediate container 0d893349e493 [2021-02-04T04:37:01.453Z] ---> 44a55a0e5d97 [2021-02-04T04:37:01.453Z] Step 8/21 : COPY . . [2021-02-04T04:37:01.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:37:01.731Z] Removing intermediate container b35402c6d9e9 [2021-02-04T04:37:01.731Z] ---> 2926e9553ef7 [2021-02-04T04:37:01.731Z] Step 8/22 : COPY . . [2021-02-04T04:37:01.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:37:01.771Z] Configure a credential helper to remove this warning. See [2021-02-04T04:37:01.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:37:01.771Z] [2021-02-04T04:37:01.771Z] Login Succeeded [2021-02-04T04:37:01.771Z] nexus3.edgexfoundry.org:10003 [2021-02-04T04:37:02.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:37:02.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:37:02.043Z] Configure a credential helper to remove this warning. See [2021-02-04T04:37:02.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:37:02.043Z] [2021-02-04T04:37:02.043Z] Login Succeeded [2021-02-04T04:37:02.043Z] nexus3.edgexfoundry.org:10004 [2021-02-04T04:37:02.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:37:02.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:37:02.640Z] Configure a credential helper to remove this warning. See [2021-02-04T04:37:02.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:37:02.640Z] [2021-02-04T04:37:02.640Z] Login Succeeded [2021-02-04T04:37:02.640Z] docker.io [2021-02-04T04:37:02.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:37:03.148Z] Removing intermediate container fdb4535e5c27 [2021-02-04T04:37:03.148Z] ---> ca12a1165aff [2021-02-04T04:37:03.148Z] Step 8/26 : COPY . . [2021-02-04T04:37:03.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:37:03.185Z] Configure a credential helper to remove this warning. See [2021-02-04T04:37:03.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:37:03.185Z] [2021-02-04T04:37:03.185Z] Login Succeeded [2021-02-04T04:37:03.185Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T04:37:03.218Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T04:37:03.775Z] ========================================================= [2021-02-04T04:37:03.775Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T04:37:03.775Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:37:04.197Z] + 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-02-04T04:37:04.594Z] Removing intermediate container 2419ceeb7d4c [2021-02-04T04:37:04.594Z] ---> c9be8e2c640a [2021-02-04T04:37:04.594Z] Step 8/23 : COPY . . [2021-02-04T04:37:04.863Z] Removing intermediate container 7aa86342734c [2021-02-04T04:37:04.863Z] ---> bb76ecabdc95 [2021-02-04T04:37:04.863Z] Step 8/22 : COPY . . [2021-02-04T04:37:06.823Z] Sending build context to Docker daemon 166.1MB [2021-02-04T04:37:06.823Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T04:37:06.823Z] Step 2/6 : FROM ${BASE} [2021-02-04T04:37:06.823Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T04:37:06.823Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T04:37:06.823Z] a4357932f1b6: Pulling fs layer [2021-02-04T04:37:06.823Z] 18c013af1878: Pulling fs layer [2021-02-04T04:37:06.823Z] 00ac8860ef70: Pulling fs layer [2021-02-04T04:37:06.823Z] 63d7cb157983: Pulling fs layer [2021-02-04T04:37:06.823Z] b116817d02f9: Pulling fs layer [2021-02-04T04:37:06.823Z] 745a02a5169b: Pulling fs layer [2021-02-04T04:37:06.823Z] 00ac8860ef70: Waiting [2021-02-04T04:37:06.823Z] 63d7cb157983: Waiting [2021-02-04T04:37:06.823Z] b116817d02f9: Waiting [2021-02-04T04:37:06.823Z] 745a02a5169b: Waiting [2021-02-04T04:37:06.823Z] 18c013af1878: Download complete [2021-02-04T04:37:06.823Z] a4357932f1b6: Verifying Checksum [2021-02-04T04:37:06.823Z] a4357932f1b6: Download complete [2021-02-04T04:37:06.823Z] 63d7cb157983: Download complete [2021-02-04T04:37:07.093Z] b116817d02f9: Verifying Checksum [2021-02-04T04:37:07.093Z] b116817d02f9: Download complete [2021-02-04T04:37:07.093Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T04:37:07.094Z] 5f621e34cdf4: Download complete [2021-02-04T04:37:07.698Z] 5f621e34cdf4: Pull complete [2021-02-04T04:37:08.306Z] a4357932f1b6: Pull complete [2021-02-04T04:37:08.915Z] 18c013af1878: Pull complete [2021-02-04T04:37:11.555Z] 745a02a5169b: Verifying Checksum [2021-02-04T04:37:11.555Z] 745a02a5169b: Download complete [2021-02-04T04:37:11.555Z] 00ac8860ef70: Verifying Checksum [2021-02-04T04:37:11.555Z] 00ac8860ef70: Download complete [2021-02-04T04:37:21.705Z] 00ac8860ef70: Pull complete [2021-02-04T04:37:21.705Z] 63d7cb157983: Pull complete [2021-02-04T04:37:21.705Z] b116817d02f9: Pull complete [2021-02-04T04:37:26.049Z] 745a02a5169b: Pull complete [2021-02-04T04:37:26.049Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T04:37:26.049Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T04:37:26.049Z] ---> b7e6874047d6 [2021-02-04T04:37:26.049Z] 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-02-04T04:37:29.448Z] ---> Running in 6773e6f7ad55 [2021-02-04T04:37:30.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:37:31.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:37:32.472Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T04:37:32.746Z] (2/12) Installing file (5.38-r0) [2021-02-04T04:37:32.746Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T04:37:32.746Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T04:37:41.017Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T04:37:41.018Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T04:37:41.018Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T04:37:41.018Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T04:37:41.018Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T04:37:41.018Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T04:37:41.018Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T04:37:41.018Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T04:37:41.018Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:37:41.018Z] OK: 217 MiB in 51 packages [2021-02-04T04:37:44.777Z] ---> 11f367e2f664 [2021-02-04T04:37:44.777Z] ---> 74928150cfb2 [2021-02-04T04:37:44.777Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agentStep 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T04:37:44.777Z] [2021-02-04T04:37:44.777Z] ---> d9ecc3c688dd [2021-02-04T04:37:44.777Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T04:37:44.777Z] ---> 570485e5e5a2 [2021-02-04T04:37:44.777Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T04:37:44.777Z] ---> 104a4515496b [2021-02-04T04:37:44.777Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T04:37:44.777Z] ---> Running in 8f0d6389d875 [2021-02-04T04:37:44.777Z] ---> Running in cc890a3aea93 [2021-02-04T04:37:44.777Z] ---> Running in 68b07904acdf [2021-02-04T04:37:44.777Z] ---> Running in 39731e3af487 [2021-02-04T04:37:44.777Z] ---> Running in 7e7d130d38ab [2021-02-04T04:37:44.777Z] 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-02-04T04:37:44.777Z] 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-02-04T04:37:44.777Z] 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-02-04T04:37:44.777Z] 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-02-04T04:37:44.777Z] 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-02-04T04:37:45.355Z] Removing intermediate container 6773e6f7ad55 [2021-02-04T04:37:45.355Z] ---> b99182a9bcce [2021-02-04T04:37:45.355Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T04:37:45.355Z] ---> Running in 70a28fb9b8fc [2021-02-04T04:37:45.638Z] Removing intermediate container 70a28fb9b8fc [2021-02-04T04:37:45.638Z] ---> 2b76094b8bf4 [2021-02-04T04:37:45.638Z] Step 5/6 : COPY go.mod . [2021-02-04T04:37:46.263Z] ---> e548b97b2760 [2021-02-04T04:37:46.263Z] Step 6/6 : RUN go mod download [2021-02-04T04:37:46.543Z] ---> Running in e5caa4565ca4 [2021-02-04T04:38:13.426Z] Removing intermediate container e5caa4565ca4 [2021-02-04T04:38:13.426Z] ---> cf5dc125edf8 [2021-02-04T04:38:13.426Z] Successfully built cf5dc125edf8 [2021-02-04T04:38:13.426Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:38:13.802Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T04:38:13.802Z] . [Pipeline] withDockerContainer [2021-02-04T04:38:14.065Z] prd-ubuntu18.04-docker-arm64-4c-16g-24875 does not seem to be running inside a container [2021-02-04T04:38:14.168Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-02-04T04:38:15.637Z] $ docker top 14dee3d1abd68579f02cd30f044be5c6c318937b47ad1f6287c927eab62e44b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:38:16.724Z] + go version [2021-02-04T04:38:16.724Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T04:38:16.785Z] $ docker stop --time=1 14dee3d1abd68579f02cd30f044be5c6c318937b47ad1f6287c927eab62e44b1 [2021-02-04T04:38:17.184Z] 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-02-04T04:38:18.696Z] $ docker rm -f 14dee3d1abd68579f02cd30f044be5c6c318937b47ad1f6287c927eab62e44b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:38:19.889Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T04:38:19.890Z] . [Pipeline] withDockerContainer [2021-02-04T04:38:20.203Z] prd-ubuntu18.04-docker-arm64-4c-16g-24875 does not seem to be running inside a container [2021-02-04T04:38:20.309Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-02-04T04:38:21.472Z] Removing intermediate container 68b07904acdf [2021-02-04T04:38:21.472Z] ---> 2f97703a6835 [2021-02-04T04:38:21.472Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T04:38:21.472Z] ---> Running in b5c889c66860 [2021-02-04T04:38:21.805Z] $ docker top d1e3d2ecc0d26476f43b3d3e375dc05dfe9409129b76cf772d701f3656342ac1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T04:38:22.317Z] ========================================================= [2021-02-04T04:38:22.317Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T04:38:22.317Z] ========================================================= [Pipeline] sh [2021-02-04T04:38:22.525Z] 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-02-04T04:38:22.995Z] + make test [2021-02-04T04:38:22.995Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T04:38:25.098Z] Removing intermediate container cc890a3aea93 [2021-02-04T04:38:25.098Z] ---> 951d3cbeef5f [2021-02-04T04:38:25.098Z] [2021-02-04T04:38:25.098Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T04:38:25.098Z] 3.12: Pulling from library/alpine [2021-02-04T04:38:26.087Z] Removing intermediate container 7e7d130d38ab [2021-02-04T04:38:26.087Z] ---> 0ec47f063b9f [2021-02-04T04:38:26.087Z] [2021-02-04T04:38:26.087Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:38:26.087Z] 3.12: Pulling from library/alpine [2021-02-04T04:38:27.037Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T04:38:27.306Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T04:38:27.306Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T04:38:27.306Z] ---> 389fef711851 [2021-02-04T04:38:27.306Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T04:38:27.306Z] Status: Image is up to date for alpine:3.12 [2021-02-04T04:38:27.306Z] ---> 389fef711851 [2021-02-04T04:38:27.306Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T04:38:28.270Z] Removing intermediate container 8f0d6389d875 [2021-02-04T04:38:28.270Z] ---> c47e8b89d0ba [2021-02-04T04:38:28.270Z] [2021-02-04T04:38:28.270Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:38:28.270Z] ---> 389fef711851 [2021-02-04T04:38:28.270Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:38:28.270Z] ---> Running in 571d45c8c9ba [2021-02-04T04:38:28.864Z] ---> Running in 9c22343b43de [2021-02-04T04:38:28.864Z] ---> Running in 350a0bc62989 [2021-02-04T04:38:29.819Z] Removing intermediate container b5c889c66860 [2021-02-04T04:38:29.819Z] ---> 1e411f0aaf7a [2021-02-04T04:38:29.819Z] [2021-02-04T04:38:29.819Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T04:38:29.819Z] 20.10.0: Pulling from library/docker [2021-02-04T04:38:29.819Z] Removing intermediate container 39731e3af487 [2021-02-04T04:38:29.819Z] ---> 9a596cb99e29 [2021-02-04T04:38:29.819Z] [2021-02-04T04:38:29.819Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:38:29.819Z] ---> 389fef711851 [2021-02-04T04:38:29.819Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:38:30.816Z] ---> Running in 10d2594e7730 [2021-02-04T04:38:30.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:30.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:30.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:30.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:31.095Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T04:38:31.095Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:38:31.095Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T04:38:31.377Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T04:38:31.377Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T04:38:31.377Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:38:31.377Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:38:31.377Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:38:31.377Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:38:31.377Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:38:31.377Z] OK: 7 MiB in 18 packages [2021-02-04T04:38:31.377Z] OK: 6 MiB in 16 packages [2021-02-04T04:38:31.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:31.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:31.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:31.660Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:38:31.660Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:38:31.660Z] OK: 6 MiB in 15 packages [2021-02-04T04:38:31.923Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:31.923Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:38:31.923Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:38:31.923Z] OK: 6 MiB in 15 packages [2021-02-04T04:38:33.328Z] Removing intermediate container 571d45c8c9ba [2021-02-04T04:38:33.328Z] ---> 5ad9b570edd4 [2021-02-04T04:38:33.328Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:38:34.738Z] ---> Running in 5abd62598a72 [2021-02-04T04:38:34.738Z] Removing intermediate container 10d2594e7730 [2021-02-04T04:38:34.738Z] ---> 28e1a5b1e96e [2021-02-04T04:38:34.739Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:38:34.739Z] Removing intermediate container 9c22343b43de [2021-02-04T04:38:34.739Z] ---> f09ef5940de4 [2021-02-04T04:38:34.739Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:38:34.739Z] Removing intermediate container 350a0bc62989 [2021-02-04T04:38:34.739Z] ---> 6bea4ef07400 [2021-02-04T04:38:34.739Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:38:34.739Z] ---> Running in 36a898246f68 [2021-02-04T04:38:34.739Z] ---> Running in e37fdd5eaaa9 [2021-02-04T04:38:34.739Z] ---> Running in 07d129ee0bbf [2021-02-04T04:38:35.698Z] Removing intermediate container 5abd62598a72 [2021-02-04T04:38:35.698Z] ---> 9ad2fa6165d7 [2021-02-04T04:38:35.698Z] Step 13/21 : WORKDIR /edgex [2021-02-04T04:38:35.964Z] ---> Running in 6850bb45fe9a [2021-02-04T04:38:36.226Z] Removing intermediate container e37fdd5eaaa9 [2021-02-04T04:38:36.226Z] ---> 5f8941924c79 [2021-02-04T04:38:36.226Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T04:38:36.227Z] Removing intermediate container 07d129ee0bbf [2021-02-04T04:38:36.227Z] ---> 61add9e5991b [2021-02-04T04:38:36.227Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T04:38:36.227Z] Removing intermediate container 36a898246f68 [2021-02-04T04:38:36.227Z] ---> 35ceaa1fade8 [2021-02-04T04:38:36.227Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T04:38:36.493Z] ---> Running in e2e69cbbb62a [2021-02-04T04:38:36.493Z] ---> Running in 12a58b91e9cc [2021-02-04T04:38:36.493Z] ---> Running in 31f8fd93f342 [2021-02-04T04:38:36.493Z] Removing intermediate container 6850bb45fe9a [2021-02-04T04:38:36.493Z] ---> f002b972cabb [2021-02-04T04:38:36.493Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T04:38:36.757Z] Removing intermediate container e2e69cbbb62a [2021-02-04T04:38:36.757Z] ---> 1d02a37e03f8 [2021-02-04T04:38:36.757Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:38:36.757Z] Removing intermediate container 12a58b91e9cc [2021-02-04T04:38:36.757Z] ---> f5264b40ac5c [2021-02-04T04:38:36.757Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:38:36.757Z] Removing intermediate container 31f8fd93f342 [2021-02-04T04:38:36.757Z] ---> 21c948243e6b [2021-02-04T04:38:36.757Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:38:37.024Z] ---> Running in e663517ba6fb [2021-02-04T04:38:37.024Z] ---> Running in 02548a89f653 [2021-02-04T04:38:37.024Z] ---> Running in 8bd8fbf5839a [2021-02-04T04:38:37.024Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T04:38:37.024Z] ---> 8d604901e3c9 [2021-02-04T04:38:37.024Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T04:38:37.024Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T04:38:37.024Z] ---> aefe523efa57 [2021-02-04T04:38:37.024Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T04:38:37.290Z] ---> Running in 661260d7cff0 [2021-02-04T04:38:37.290Z] Removing intermediate container e663517ba6fb [2021-02-04T04:38:37.290Z] ---> 64935d891697 [2021-02-04T04:38:37.290Z] Step 15/23 : WORKDIR / [2021-02-04T04:38:37.290Z] Removing intermediate container 02548a89f653 [2021-02-04T04:38:37.290Z] ---> 0f8078175cdc [2021-02-04T04:38:37.290Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:38:37.553Z] Removing intermediate container 8bd8fbf5839a [2021-02-04T04:38:37.553Z] ---> c413fd1c243e [2021-02-04T04:38:37.553Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:38:37.817Z] ---> Running in 198f4e3e77aa [2021-02-04T04:38:37.817Z] ---> c266ac55f305 [2021-02-04T04:38:37.817Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T04:38:37.817Z] ---> 78ee20cf31f7 [2021-02-04T04:38:37.817Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T04:38:38.088Z] ---> f0c25d773e6e [2021-02-04T04:38:38.088Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T04:38:38.088Z] Removing intermediate container 198f4e3e77aa [2021-02-04T04:38:38.088Z] ---> 557414537a1b [2021-02-04T04:38:38.088Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:38:38.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:38.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:38.635Z] ---> b33fbd2777ab [2021-02-04T04:38:38.635Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T04:38:38.635Z] ---> 37bd267ad6ef [2021-02-04T04:38:38.635Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T04:38:38.635Z] ---> e1d82925c6bd [2021-02-04T04:38:38.635Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T04:38:38.635Z] ---> Running in 0f7f6936352e [2021-02-04T04:38:38.635Z] ---> aad435e90457 [2021-02-04T04:38:38.635Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T04:38:38.899Z] Removing intermediate container 0f7f6936352e [2021-02-04T04:38:38.899Z] ---> bb6afe8deb9b [2021-02-04T04:38:38.899Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T04:38:38.899Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T04:38:39.162Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T04:38:39.163Z] ---> 22bd15cccf57 [2021-02-04T04:38:39.163Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T04:38:39.163Z] ---> Running in 6fed140f2381 [2021-02-04T04:38:39.163Z] ---> 6ec078e75ab0 [2021-02-04T04:38:39.163Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T04:38:39.425Z] ---> Running in 842ce05350bd [2021-02-04T04:38:39.425Z] ---> Running in 18730f9a50a3 [2021-02-04T04:38:39.425Z] ---> 328cc69951a0 [2021-02-04T04:38:39.425Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T04:38:39.425Z] Removing intermediate container 6fed140f2381 [2021-02-04T04:38:39.425Z] ---> f1c80ee293fd [2021-02-04T04:38:39.425Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T04:38:39.688Z] Executing bash-5.0.17-r0.post-install [2021-02-04T04:38:39.688Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:38:39.688Z] OK: 12 MiB in 22 packages [2021-02-04T04:38:39.688Z] Removing intermediate container 842ce05350bd [2021-02-04T04:38:39.688Z] ---> afc24a7494f5 [2021-02-04T04:38:39.688Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:38:39.688Z] ---> Running in df86d64a8c78 [2021-02-04T04:38:39.688Z] Removing intermediate container 18730f9a50a3 [2021-02-04T04:38:39.688Z] ---> 7a5926ccfc82 [2021-02-04T04:38:39.688Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:38:39.953Z] ---> Running in b5e8c5888664 [2021-02-04T04:38:39.953Z] ---> Running in b4bea0c5c3d0 [2021-02-04T04:38:39.953Z] ---> 24fd8b478c92 [2021-02-04T04:38:39.953Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T04:38:40.217Z] ---> Running in 0c45e6c7cc1c [2021-02-04T04:38:40.218Z] Removing intermediate container df86d64a8c78 [2021-02-04T04:38:40.218Z] ---> 2b3bfeb4687a [2021-02-04T04:38:40.218Z] Step 20/21 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:38:40.218Z] Removing intermediate container b5e8c5888664 [2021-02-04T04:38:40.218Z] ---> c69c0d6baebb [2021-02-04T04:38:40.218Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T04:38:40.218Z] ---> Running in 773c07cbb31b [2021-02-04T04:38:40.484Z] Removing intermediate container b4bea0c5c3d0 [2021-02-04T04:38:40.484Z] ---> a7e6d7bb3fb1 [2021-02-04T04:38:40.484Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T04:38:40.484Z] ---> Running in b3f73075b2c8 [2021-02-04T04:38:40.484Z] ---> Running in ddb855bc28dd [2021-02-04T04:38:40.753Z] Removing intermediate container 0c45e6c7cc1c [2021-02-04T04:38:40.753Z] ---> 9fef914e6d30 [2021-02-04T04:38:40.753Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:38:40.753Z] Removing intermediate container 661260d7cff0 [2021-02-04T04:38:40.753Z] ---> 0ba89e218588 [2021-02-04T04:38:40.753Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T04:38:40.753Z] Removing intermediate container 773c07cbb31b [2021-02-04T04:38:40.753Z] ---> 25262be574cb [2021-02-04T04:38:40.753Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T04:38:41.017Z] Removing intermediate container b3f73075b2c8 [2021-02-04T04:38:41.017Z] ---> 496508f5c9b1 [2021-02-04T04:38:41.017Z] Step 21/22 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:38:41.017Z] ---> Running in c17ac9e3a6e7 [2021-02-04T04:38:41.017Z] ---> Running in 7f3e8f5b15a0 [2021-02-04T04:38:41.017Z] ---> Running in a741b6a0b0b7 [2021-02-04T04:38:41.017Z] Removing intermediate container ddb855bc28dd [2021-02-04T04:38:41.017Z] ---> 1b4d0a0de46c [2021-02-04T04:38:41.017Z] Step 21/22 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:38:41.017Z] ---> Running in 435f1b4a602a [2021-02-04T04:38:41.281Z] ---> Running in e690caee4686 [2021-02-04T04:38:41.281Z] Removing intermediate container c17ac9e3a6e7 [2021-02-04T04:38:41.281Z] ---> af23eeb3224c [2021-02-04T04:38:41.281Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T04:38:41.281Z] Removing intermediate container a741b6a0b0b7 [2021-02-04T04:38:41.281Z] ---> 41c95a3bf301 [2021-02-04T04:38:41.281Z] [2021-02-04T04:38:41.547Z] Removing intermediate container 7f3e8f5b15a0 [2021-02-04T04:38:41.547Z] ---> 391ffd24f4ce [2021-02-04T04:38:41.547Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T04:38:41.547Z] Removing intermediate container 435f1b4a602a [2021-02-04T04:38:41.547Z] ---> 9463362440d9 [2021-02-04T04:38:41.547Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:38:41.812Z] Successfully built 41c95a3bf301 [2021-02-04T04:38:41.812Z] ---> Running in e57bb553614b [2021-02-04T04:38:41.812Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T04:38:41.812Z] Building docker-core-command-go [2021-02-04T04:38:41.812Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 86e34c6ffd8e [2021-02-04T04:38:42.074Z] ---> Running in 7c2b7fecd3ee [2021-02-04T04:38:42.074Z] Removing intermediate container e690caee4686 [2021-02-04T04:38:42.074Z] ---> 335d88b8d15c [2021-02-04T04:38:42.074Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:38:42.074Z] Removing intermediate container e57bb553614b [2021-02-04T04:38:42.074Z] ---> c2b352751a24 [2021-02-04T04:38:42.074Z] Step 22/23 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:38:42.074Z] ---> Running in f8aa571b2ace [2021-02-04T04:38:42.657Z] ---> Running in 7165065ad8be [2021-02-04T04:38:42.657Z] Removing intermediate container 86e34c6ffd8e [2021-02-04T04:38:42.657Z] ---> 4534a8ce4601 [2021-02-04T04:38:42.657Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T04:38:42.657Z] Removing intermediate container 7c2b7fecd3ee [2021-02-04T04:38:42.657Z] ---> e8ea0ca6bd01 [2021-02-04T04:38:42.657Z] [2021-02-04T04:38:42.657Z] ---> Running in 802fc9d1dc80 [2021-02-04T04:38:42.657Z] Removing intermediate container f8aa571b2ace [2021-02-04T04:38:42.657Z] ---> 9a5872cb58e7 [2021-02-04T04:38:42.657Z] [2021-02-04T04:38:43.074Z] Removing intermediate container 7165065ad8be [2021-02-04T04:38:43.074Z] ---> 61ee5b3bf7d1 [2021-02-04T04:38:43.074Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:38:43.074Z] Successfully built 9a5872cb58e7 [2021-02-04T04:38:43.074Z] Successfully built e8ea0ca6bd01 [2021-02-04T04:38:43.074Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T04:38:43.074Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-02-04T04:38:43.074Z] Successfully tagged docker-support-notifications-go:latest [2021-02-04T04:38:43.074Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-02-04T04:38:43.074Z] ---> Running in 2ccdb94e6930 [2021-02-04T04:38:43.695Z] Removing intermediate container 802fc9d1dc80 [2021-02-04T04:38:43.695Z] ---> c15582dc5a33 [2021-02-04T04:38:43.695Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T04:38:47.099Z] Removing intermediate container 2ccdb94e6930 [2021-02-04T04:38:47.099Z] ---> 94ad64f308eb [2021-02-04T04:38:47.099Z] [2021-02-04T04:38:47.099Z] ---> 360202a6d8b0 [2021-02-04T04:38:47.099Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T04:38:48.524Z] Successfully built 94ad64f308eb [2021-02-04T04:38:48.524Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T04:38:48.524Z] Building docker-security-bootstrapper-go [2021-02-04T04:38:49.485Z]  Building docker-core-metadata-go ... done  ---> 085125bf1af9 [2021-02-04T04:38:49.485Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T04:38:49.816Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T04:38:53.758Z] ---> 894707083010 [2021-02-04T04:38:53.758Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T04:38:53.758Z] ---> Running in dc2739442820 [2021-02-04T04:38:54.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:54.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:54.919Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T04:38:54.919Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T04:38:54.919Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T04:38:54.919Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T04:38:54.919Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T04:38:54.919Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T04:38:54.919Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T04:38:59.184Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T04:38:59.184Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T04:38:59.184Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T04:38:59.184Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T04:38:59.184Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T04:38:59.794Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T04:38:59.794Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T04:39:00.066Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T04:39:00.066Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T04:39:00.066Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T04:39:00.342Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T04:39:00.342Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T04:39:00.342Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T04:39:00.938Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T04:39:00.938Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T04:39:02.384Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T04:39:03.843Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T04:39:04.118Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T04:39:04.723Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T04:39:06.283Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T04:39:06.654Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T04:39:06.654Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T04:39:06.654Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T04:39:07.614Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T04:39:07.882Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T04:39:07.882Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T04:39:10.469Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:39:10.469Z] OK: 71 MiB in 55 packages [2021-02-04T04:39:10.749Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:39:10.749Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:39:10.749Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:39:10.749Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:39:10.749Z] ---> 73c9f7005395 [2021-02-04T04:39:10.749Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T04:39:10.749Z] ---> 73c9f7005395 [2021-02-04T04:39:10.749Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:39:10.749Z] ---> Using cache [2021-02-04T04:39:10.749Z] ---> 3cb10dc099f0 [2021-02-04T04:39:10.749Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:39:10.749Z] ---> Using cache [2021-02-04T04:39:10.749Z] ---> 3cb10dc099f0 [2021-02-04T04:39:10.749Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:39:10.749Z] ---> Using cache [2021-02-04T04:39:10.749Z] ---> a98febdd55ed [2021-02-04T04:39:10.749Z] Step 5/23 : RUN apk add --update --no-cache make git ---> Using cache [2021-02-04T04:39:10.749Z] [2021-02-04T04:39:10.749Z] ---> a98febdd55ed [2021-02-04T04:39:10.749Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T04:39:10.749Z] ---> Using cache [2021-02-04T04:39:10.749Z] ---> 430402594a61 [2021-02-04T04:39:10.749Z] Step 6/23 : COPY go.mod . [2021-02-04T04:39:10.749Z] ---> Using cache [2021-02-04T04:39:10.749Z] ---> 430402594a61 [2021-02-04T04:39:10.749Z] Step 6/24 : COPY go.mod . [2021-02-04T04:39:10.749Z] ---> Using cache [2021-02-04T04:39:10.749Z] ---> 973960be7ee9 [2021-02-04T04:39:10.749Z] Step 7/23 : RUN go mod download [2021-02-04T04:39:10.749Z] ---> Using cache [2021-02-04T04:39:10.749Z] ---> 973960be7ee9 [2021-02-04T04:39:10.749Z] Step 7/24 : RUN go mod download [2021-02-04T04:39:10.749Z] ---> Using cache [2021-02-04T04:39:10.749Z] ---> c9be8e2c640a [2021-02-04T04:39:10.749Z] Step 8/23 : COPY . . [2021-02-04T04:39:10.749Z] ---> Using cache [2021-02-04T04:39:10.749Z] ---> c9be8e2c640a [2021-02-04T04:39:10.749Z] Step 8/24 : COPY . . [2021-02-04T04:39:11.028Z] ---> Using cache [2021-02-04T04:39:11.028Z] ---> d9ecc3c688dd [2021-02-04T04:39:11.028Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T04:39:11.028Z] ---> Using cache [2021-02-04T04:39:11.028Z] ---> d9ecc3c688dd [2021-02-04T04:39:11.028Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T04:39:12.424Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:39:12.424Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:39:12.424Z] ---> 73c9f7005395 [2021-02-04T04:39:12.424Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:39:12.424Z] ---> Using cache [2021-02-04T04:39:12.424Z] ---> 3cb10dc099f0 [2021-02-04T04:39:12.424Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:39:12.424Z] ---> Using cache [2021-02-04T04:39:12.424Z] ---> a98febdd55ed [2021-02-04T04:39:12.424Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T04:39:13.386Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:39:13.386Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:39:13.386Z] ---> 73c9f7005395 [2021-02-04T04:39:13.386Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T04:39:13.386Z] ---> Using cache [2021-02-04T04:39:13.386Z] ---> 3cb10dc099f0 [2021-02-04T04:39:13.386Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:39:13.386Z] ---> Using cache [2021-02-04T04:39:13.386Z] ---> a98febdd55ed [2021-02-04T04:39:13.386Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T04:39:13.386Z] ---> Using cache [2021-02-04T04:39:13.386Z] ---> 430402594a61 [2021-02-04T04:39:13.386Z] Step 6/31 : COPY go.mod . [2021-02-04T04:39:13.386Z] ---> Using cache [2021-02-04T04:39:13.386Z] ---> 973960be7ee9 [2021-02-04T04:39:13.386Z] Step 7/31 : RUN go mod download [2021-02-04T04:39:13.386Z] ---> Using cache [2021-02-04T04:39:13.386Z] ---> c9be8e2c640a [2021-02-04T04:39:13.386Z] Step 8/31 : COPY . . [2021-02-04T04:39:13.386Z] ---> Using cache [2021-02-04T04:39:13.386Z] ---> d9ecc3c688dd [2021-02-04T04:39:13.386Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T04:39:13.965Z] ---> Running in 0cbcbbe0023e [2021-02-04T04:39:13.965Z] ---> Running in 6bd106b9a407 [2021-02-04T04:39:13.965Z] ---> Running in f18f648d8d19 [2021-02-04T04:39:14.231Z] ---> Running in 71a745a701ac [2021-02-04T04:39:15.209Z] 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-02-04T04:39:15.209Z] 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-02-04T04:39:15.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:39:15.481Z] 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-02-04T04:39:16.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:39:17.886Z] OK: 233 MiB in 51 packages [2021-02-04T04:39:22.179Z] Removing intermediate container f18f648d8d19 [2021-02-04T04:39:22.179Z] ---> e50253d5e530 [2021-02-04T04:39:22.179Z] Step 6/23 : COPY go.mod . [2021-02-04T04:39:23.146Z] ---> 89b65bafd7d4 [2021-02-04T04:39:23.146Z] Step 7/23 : RUN go mod download [2021-02-04T04:39:24.130Z] ---> Running in 5a1cb24fceac [2021-02-04T04:39:28.443Z] Removing intermediate container dc2739442820 [2021-02-04T04:39:28.443Z] ---> 6de0c9ff73fd [2021-02-04T04:39:28.443Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T04:39:28.443Z] ---> Running in c7174ad6b200 [2021-02-04T04:39:28.443Z] Removing intermediate container 5a1cb24fceac [2021-02-04T04:39:28.443Z] ---> 5d7261230acd [2021-02-04T04:39:28.443Z] Step 8/23 : COPY . . [2021-02-04T04:39:32.761Z] Collecting docker-compose==1.23.2 [2021-02-04T04:39:32.761Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T04:39:34.714Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T04:39:34.714Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T04:39:36.434Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T04:39:36.434Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T04:39:37.024Z] Collecting PyYAML<4,>=3.10 [2021-02-04T04:39:37.024Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T04:39:39.652Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T04:39:39.652Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T04:39:39.652Z] 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-02-04T04:39:43.003Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T04:39:43.003Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T04:39:43.003Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T04:39:43.003Z] 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-02-04T04:39:43.598Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T04:39:43.598Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T04:39:44.589Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T04:39:44.589Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T04:39:45.566Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T04:39:45.566Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T04:39:46.498Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T04:39:47.005Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T04:39:47.005Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T04:39:47.272Z] 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-02-04T04:39:47.272Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-04T04:39:47.549Z] Collecting idna<2.8,>=2.5 [2021-02-04T04:39:47.549Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T04:39:48.566Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T04:39:48.566Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T04:39:49.144Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T04:39:49.144Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T04:39:50.106Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T04:39:50.106Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T04:39:50.106Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T04:39:50.106Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T04:39:50.106Z] Installing collected packages: jsonschema, websocket-client, PyYAML, docopt, texttable, idna, urllib3, requests, cached-property, dockerpty, docker-pycreds, docker, docker-compose [2021-02-04T04:39:53.660Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T04:39:54.328Z] Running setup.py install for PyYAML: started [2021-02-04T04:39:54.328Z] Removing intermediate container 6bd106b9a407 [2021-02-04T04:39:54.328Z] ---> d8017ff81b4e [2021-02-04T04:39:54.328Z] [2021-02-04T04:39:54.328Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T04:39:54.328Z] ---> 389fef711851 [2021-02-04T04:39:54.328Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T04:39:54.328Z] Removing intermediate container 0cbcbbe0023e [2021-02-04T04:39:54.328Z] ---> 93184224c899 [2021-02-04T04:39:54.328Z] [2021-02-04T04:39:54.328Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:39:54.328Z] ---> 389fef711851 [2021-02-04T04:39:54.328Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:39:54.328Z] ---> Using cache [2021-02-04T04:39:54.328Z] ---> 6bea4ef07400 [2021-02-04T04:39:54.328Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:39:54.328Z] ---> Using cache [2021-02-04T04:39:54.328Z] ---> 5f8941924c79 [2021-02-04T04:39:54.328Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T04:39:54.328Z] ---> c4a0a934726d [2021-02-04T04:39:54.328Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T04:39:54.919Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T04:39:54.919Z] Running setup.py install for docopt: started [2021-02-04T04:39:55.187Z] ---> Running in 620e73addfa9 [2021-02-04T04:39:55.187Z] ---> Running in 9c27753b6e30 [2021-02-04T04:39:55.187Z] ---> Running in 1789c660f937 [2021-02-04T04:39:55.451Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T04:39:55.451Z] Running setup.py install for texttable: started [2021-02-04T04:39:56.024Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T04:39:56.024Z] Attempting uninstall: idna [2021-02-04T04:39:56.024Z] Found existing installation: idna 2.9 [2021-02-04T04:39:56.024Z] Uninstalling idna-2.9: [2021-02-04T04:39:56.024Z] Successfully uninstalled idna-2.9 [2021-02-04T04:39:56.286Z] Attempting uninstall: urllib3 [2021-02-04T04:39:56.286Z] Removing intermediate container 9c27753b6e30 [2021-02-04T04:39:56.286Z] ---> 9d0cd57dcef5 [2021-02-04T04:39:56.286Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:39:56.286Z] Found existing installation: urllib3 1.25.9 [2021-02-04T04:39:56.286Z] Uninstalling urllib3-1.25.9: [2021-02-04T04:39:56.554Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T04:39:57.145Z] ---> Running in 3fcdb7d33e76 [2021-02-04T04:39:57.145Z] Attempting uninstall: requests [2021-02-04T04:39:57.145Z] Found existing installation: requests 2.23.0 [2021-02-04T04:39:57.145Z] Uninstalling requests-2.23.0: [2021-02-04T04:39:57.145Z] Removing intermediate container 71a745a701ac [2021-02-04T04:39:57.145Z] ---> 8dbaebb63a7c [2021-02-04T04:39:57.145Z] [2021-02-04T04:39:57.145Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T04:39:57.145Z] ---> 389fef711851 [2021-02-04T04:39:57.145Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T04:39:57.145Z] 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-02-04T04:39:57.145Z] Successfully uninstalled requests-2.23.0 [2021-02-04T04:39:57.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:39:57.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:39:57.416Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T04:39:57.416Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:39:57.416Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T04:39:57.416Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T04:39:57.416Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T04:39:57.416Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:39:58.012Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:39:58.274Z] OK: 7 MiB in 19 packages [2021-02-04T04:39:58.538Z] ---> Running in c214e43d6f02 [2021-02-04T04:39:59.124Z] Running setup.py install for dockerpty: started [2021-02-04T04:39:59.124Z] Removing intermediate container 3fcdb7d33e76 [2021-02-04T04:39:59.124Z] ---> 1bc72f042344 [2021-02-04T04:39:59.124Z] Step 15/23 : WORKDIR / [2021-02-04T04:39:59.145Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T04:39:59.145Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T04:39:59.145Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T04:39:59.404Z] ---> Running in c1337a8e0090 [2021-02-04T04:39:59.404Z] Removing intermediate container c214e43d6f02 [2021-02-04T04:39:59.404Z] ---> cd537997221b [2021-02-04T04:39:59.404Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T04:39:59.677Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T04:39:59.677Z] ---> Running in 47dd8f892a14 [2021-02-04T04:40:01.072Z] Removing intermediate container 620e73addfa9 [2021-02-04T04:40:01.072Z] ---> 70c510aeda5c [2021-02-04T04:40:01.072Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:40:01.649Z] Removing intermediate container c1337a8e0090 [2021-02-04T04:40:01.649Z] ---> dc4e5d02c91e [2021-02-04T04:40:01.649Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:40:01.933Z] ---> Running in 4bfd6d0961f2 [2021-02-04T04:40:02.539Z] ---> 506fc381459c [2021-02-04T04:40:02.539Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T04:40:02.539Z] 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.57.0 [2021-02-04T04:40:02.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:02.539Z] Removing intermediate container 4bfd6d0961f2 [2021-02-04T04:40:02.539Z] ---> 990de43bfb45 [2021-02-04T04:40:02.539Z] Step 13/24 : WORKDIR / [2021-02-04T04:40:02.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:02.827Z] ---> Running in d820e04dafa4 [2021-02-04T04:40:02.828Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:40:02.828Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T04:40:02.828Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:40:02.828Z] OK: 6 MiB in 16 packages [2021-02-04T04:40:03.100Z] Removing intermediate container d820e04dafa4 [2021-02-04T04:40:03.100Z] ---> fa7ddde7524d [2021-02-04T04:40:03.100Z] 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-02-04T04:40:03.375Z] ---> b8aee2243c14 [2021-02-04T04:40:03.375Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T04:40:03.972Z] ---> d0a88bca5208 [2021-02-04T04:40:03.972Z] 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-02-04T04:40:04.582Z] Removing intermediate container 47dd8f892a14 [2021-02-04T04:40:04.582Z] ---> 167592e4ebde [2021-02-04T04:40:04.582Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T04:40:06.030Z] ---> e3ad85c20c63 [2021-02-04T04:40:06.030Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T04:40:06.804Z] ---> 24df235119ae [2021-02-04T04:40:06.804Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T04:40:06.804Z] ---> Running in b2de11a8d380 [2021-02-04T04:40:06.804Z] ---> Running in 42b1dd6613f7 [2021-02-04T04:40:06.804Z] Removing intermediate container c7174ad6b200 [2021-02-04T04:40:06.804Z] ---> f26e2165379d [2021-02-04T04:40:06.804Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T04:40:07.143Z] Removing intermediate container b2de11a8d380 [2021-02-04T04:40:07.143Z] ---> 5ae6f74b5e08 [2021-02-04T04:40:07.143Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T04:40:07.143Z] ---> Running in fb7e45c37aac [2021-02-04T04:40:07.143Z] Removing intermediate container 42b1dd6613f7 [2021-02-04T04:40:07.143Z] ---> bb663b275e96 [2021-02-04T04:40:07.143Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:40:07.444Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T04:40:07.444Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T04:40:07.444Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T04:40:07.444Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T04:40:07.444Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T04:40:07.444Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T04:40:07.568Z] ---> 2501992f1549 [2021-02-04T04:40:07.568Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T04:40:07.568Z] ---> Running in bdb4708466a6 [2021-02-04T04:40:07.568Z] ---> Running in 0e23c04e1c10 [2021-02-04T04:40:07.873Z] Removing intermediate container bdb4708466a6 [2021-02-04T04:40:07.873Z] ---> f604e72e5ef4 [2021-02-04T04:40:07.873Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T04:40:07.873Z] Removing intermediate container 0e23c04e1c10 [2021-02-04T04:40:07.873Z] ---> 084cac679a46 [2021-02-04T04:40:07.873Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T04:40:08.154Z] ---> Running in a7891a5b5d06 [2021-02-04T04:40:08.154Z] ---> Running in 34b1195230e5 [2021-02-04T04:40:08.770Z] ---> dd22ca86b8cf [2021-02-04T04:40:08.770Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T04:40:08.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:08.770Z] Removing intermediate container 34b1195230e5 [2021-02-04T04:40:08.770Z] ---> 3f0803cad696 [2021-02-04T04:40:08.770Z] Step 22/23 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:40:08.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:09.048Z] ---> Running in f958d8444bbd [2021-02-04T04:40:09.048Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:40:09.048Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T04:40:09.048Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T04:40:09.048Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:40:09.324Z] OK: 72 MiB in 58 packages [2021-02-04T04:40:09.596Z] Removing intermediate container f958d8444bbd [2021-02-04T04:40:09.596Z] ---> 3ae7721f7f19 [2021-02-04T04:40:09.596Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:40:09.882Z] ---> 322d33c02720 [2021-02-04T04:40:09.882Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T04:40:09.882Z] ---> Running in 67baf4ad3f40 [2021-02-04T04:40:10.477Z] Removing intermediate container 67baf4ad3f40 [2021-02-04T04:40:10.477Z] ---> 68f7b0b125b3 [2021-02-04T04:40:10.477Z] [2021-02-04T04:40:10.477Z] ---> c721d8b87376 [2021-02-04T04:40:10.477Z] 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-02-04T04:40:11.054Z] Successfully built 68f7b0b125b3 [2021-02-04T04:40:11.324Z] Removing intermediate container a7891a5b5d06 [2021-02-04T04:40:11.324Z] ---> 51a3976be442 [2021-02-04T04:40:11.324Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T04:40:11.597Z] Successfully tagged docker-core-command-go:latest [2021-02-04T04:40:11.597Z]  Building docker-core-command-go ... done  ---> Running in 8f02fe5d8ef3 [2021-02-04T04:40:11.597Z] Removing intermediate container fb7e45c37aac [2021-02-04T04:40:11.597Z] ---> 9c5f1a227b8c [2021-02-04T04:40:11.597Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T04:40:11.597Z] ---> Running in a9f68ecf0304 [2021-02-04T04:40:11.863Z] ---> Running in 938366f239ef [2021-02-04T04:40:12.142Z] Removing intermediate container 938366f239ef [2021-02-04T04:40:12.142Z] ---> 52cdd0e2341d [2021-02-04T04:40:12.142Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:40:12.142Z] Removing intermediate container a9f68ecf0304 [2021-02-04T04:40:12.142Z] ---> c1986dfb061c [2021-02-04T04:40:12.142Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T04:40:12.142Z] ---> Running in de5c93827556 [2021-02-04T04:40:12.411Z] Removing intermediate container de5c93827556 [2021-02-04T04:40:12.411Z] ---> ec1715fb88e0 [2021-02-04T04:40:12.411Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T04:40:12.682Z] ---> Running in b128fcbb21e2 [2021-02-04T04:40:12.682Z] ---> 57ec846e8017 [2021-02-04T04:40:12.682Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T04:40:12.682Z] ---> Running in ea80c921e82d [2021-02-04T04:40:12.957Z] Removing intermediate container 8f02fe5d8ef3 [2021-02-04T04:40:12.957Z] ---> 3378d15d7a33 [2021-02-04T04:40:12.957Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T04:40:13.232Z] Removing intermediate container b128fcbb21e2 [2021-02-04T04:40:13.232Z] ---> e7deee9dbdd7 [2021-02-04T04:40:13.232Z] Step 25/26 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:40:13.232Z] ---> Running in 8abd877967a1 [2021-02-04T04:40:13.232Z] ---> Running in 0d96105a62d6 [2021-02-04T04:40:13.498Z] Removing intermediate container 8abd877967a1 [2021-02-04T04:40:13.498Z] ---> 7ffbdf3a29f8 [2021-02-04T04:40:13.498Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T04:40:14.075Z] ---> Running in 9adcb6c7df40 [2021-02-04T04:40:14.075Z] Removing intermediate container 0d96105a62d6 [2021-02-04T04:40:14.075Z] ---> dd96aeb4cf2d [2021-02-04T04:40:14.075Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T04:40:15.473Z] ---> Running in 79dcc2cb25e8 [2021-02-04T04:40:15.741Z] Removing intermediate container 9adcb6c7df40 [2021-02-04T04:40:15.741Z] ---> b99d54d6f368 [2021-02-04T04:40:15.741Z] Step 23/24 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:40:15.741Z] ---> Running in 458f219ff0fd [2021-02-04T04:40:15.743Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T04:40:15.743Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T04:40:15.743Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T04:40:16.009Z] Removing intermediate container ea80c921e82d [2021-02-04T04:40:16.009Z] ---> 680e50a0fda3 [2021-02-04T04:40:16.009Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:40:16.009Z] Removing intermediate container 79dcc2cb25e8 [2021-02-04T04:40:16.009Z] ---> 017fc187140f [2021-02-04T04:40:16.009Z] [2021-02-04T04:40:16.274Z] Successfully built 017fc187140f [2021-02-04T04:40:16.275Z] Removing intermediate container 458f219ff0fd [2021-02-04T04:40:16.275Z] ---> 5db4db8daa8e [2021-02-04T04:40:16.275Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T04:40:16.275Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T04:40:16.275Z]  Building docker-sys-mgmt-agent-go ... done  ---> b9be29fb6417 [2021-02-04T04:40:16.275Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T04:40:16.275Z] ---> Running in fa59bc474173 [2021-02-04T04:40:16.540Z] Removing intermediate container fa59bc474173 [2021-02-04T04:40:16.540Z] ---> 59a10a273f80 [2021-02-04T04:40:16.540Z] [2021-02-04T04:40:16.805Z] Successfully built 59a10a273f80 [2021-02-04T04:40:17.383Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T04:40:18.333Z]  Building docker-security-secretstore-setup-go ... done  ---> a4b13e146ccb [2021-02-04T04:40:18.333Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T04:40:18.333Z] Removing intermediate container 1789c660f937 [2021-02-04T04:40:18.333Z] ---> 639929c35654 [2021-02-04T04:40:18.333Z] [2021-02-04T04:40:18.333Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:40:18.333Z] ---> 389fef711851 [2021-02-04T04:40:18.333Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T04:40:18.607Z] ---> Running in e7648abc5816 [2021-02-04T04:40:18.607Z] ---> 629404b254c5 [2021-02-04T04:40:18.607Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T04:40:18.607Z] Removing intermediate container e7648abc5816 [2021-02-04T04:40:18.607Z] ---> 1ae397dcf93d [2021-02-04T04:40:18.607Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T04:40:18.869Z] ---> Running in 6b1dbe80eb42 [2021-02-04T04:40:20.265Z] ---> a337beb4560d [2021-02-04T04:40:20.265Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T04:40:20.529Z] Removing intermediate container 6b1dbe80eb42 [2021-02-04T04:40:20.529Z] ---> a6d6d6826c9f [2021-02-04T04:40:20.529Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T04:40:20.529Z] ---> Running in 08000a7246d9 [2021-02-04T04:40:20.792Z] Removing intermediate container 08000a7246d9 [2021-02-04T04:40:20.792Z] ---> 99e561e14246 [2021-02-04T04:40:20.792Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:40:20.792Z] ---> e421609e1c0e [2021-02-04T04:40:20.792Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T04:40:20.792Z] ---> Running in 6bb2cedf0e57 [2021-02-04T04:40:21.058Z] ---> Running in c40add713420 [2021-02-04T04:40:21.642Z] Removing intermediate container c40add713420 [2021-02-04T04:40:21.642Z] ---> 22a5592d7f60 [2021-02-04T04:40:21.642Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T04:40:21.909Z] ---> 9532bc5acf09 [2021-02-04T04:40:21.909Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T04:40:22.171Z] ---> Running in d3b80f4f29f1 [2021-02-04T04:40:22.171Z] Removing intermediate container 6bb2cedf0e57 [2021-02-04T04:40:22.171Z] ---> 40fe94bee458 [2021-02-04T04:40:22.171Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T04:40:22.171Z] ---> Running in 337ea0911e4e [2021-02-04T04:40:22.489Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.366s coverage: 46.0% of statements [2021-02-04T04:40:22.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T04:40:22.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T04:40:22.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T04:40:22.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T04:40:22.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T04:40:22.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T04:40:22.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T04:40:22.489Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.147s coverage: 100.0% of statements [2021-02-04T04:40:22.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:23.329Z] Removing intermediate container d3b80f4f29f1 [2021-02-04T04:40:23.329Z] ---> 1e83c2b16c17 [2021-02-04T04:40:23.329Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T04:40:23.329Z] ---> Running in 01d6972fea91 [2021-02-04T04:40:23.600Z] Removing intermediate container 01d6972fea91 [2021-02-04T04:40:23.600Z] ---> 4793882db4fa [2021-02-04T04:40:23.600Z] Step 28/31 : CMD ["gate"] [2021-02-04T04:40:23.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:23.600Z] ---> Running in 67cd771db135 [2021-02-04T04:40:23.865Z] Removing intermediate container 67cd771db135 [2021-02-04T04:40:23.865Z] ---> c6a7f49e1f44 [2021-02-04T04:40:23.865Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T04:40:24.127Z] ---> Running in b11d9fe1b3d2 [2021-02-04T04:40:24.127Z] Removing intermediate container b11d9fe1b3d2 [2021-02-04T04:40:24.127Z] ---> bcbe5efbb29e [2021-02-04T04:40:24.127Z] Step 30/31 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:40:24.396Z] ---> Running in f221ff9d95fd [2021-02-04T04:40:24.659Z] Removing intermediate container f221ff9d95fd [2021-02-04T04:40:24.659Z] ---> e032f8820238 [2021-02-04T04:40:24.659Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T04:40:24.659Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T04:40:24.659Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T04:40:24.925Z] ---> Running in cf9a6412f733 [2021-02-04T04:40:24.925Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T04:40:24.925Z] Removing intermediate container cf9a6412f733 [2021-02-04T04:40:24.925Z] ---> 7c8186673410 [2021-02-04T04:40:24.925Z] [2021-02-04T04:40:24.925Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T04:40:25.190Z] Successfully built 7c8186673410 [2021-02-04T04:40:25.190Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T04:40:25.453Z]  Building docker-security-bootstrapper-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T04:40:25.716Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T04:40:25.716Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:40:25.716Z] OK: 8 MiB in 20 packages [2021-02-04T04:40:26.296Z] Removing intermediate container 337ea0911e4e [2021-02-04T04:40:26.296Z] ---> ea1fdb20a4b7 [2021-02-04T04:40:26.296Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:40:26.558Z] ---> 672759bf2960 [2021-02-04T04:40:26.558Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T04:40:27.133Z] ---> 7eb918e643b0 [2021-02-04T04:40:27.133Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T04:40:27.394Z] ---> f489c5f1cc03 [2021-02-04T04:40:27.394Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T04:40:27.657Z] ---> Running in be48dda1286f [2021-02-04T04:40:27.657Z] Removing intermediate container be48dda1286f [2021-02-04T04:40:27.657Z] ---> 81defb3b4db5 [2021-02-04T04:40:27.657Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:40:27.919Z] ---> Running in 81a6c9eef612 [2021-02-04T04:40:27.919Z] Removing intermediate container 81a6c9eef612 [2021-02-04T04:40:27.919Z] ---> 381c7dc056f8 [2021-02-04T04:40:27.919Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T04:40:27.919Z] ---> Running in b56d0043b847 [2021-02-04T04:40:28.183Z] Removing intermediate container b56d0043b847 [2021-02-04T04:40:28.183Z] ---> d59fdbb826f5 [2021-02-04T04:40:28.183Z] Step 22/23 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:40:28.445Z] ---> Running in b00eb5cc97f8 [2021-02-04T04:40:28.709Z] Removing intermediate container b00eb5cc97f8 [2021-02-04T04:40:28.709Z] ---> 909bca1791e4 [2021-02-04T04:40:28.709Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:40:28.709Z] ---> Running in 084c7cbd1c94 [2021-02-04T04:40:28.971Z] Removing intermediate container 084c7cbd1c94 [2021-02-04T04:40:28.971Z] ---> 25ad4577d503 [2021-02-04T04:40:28.971Z] [2021-02-04T04:40:28.971Z] Successfully built 25ad4577d503 [2021-02-04T04:40:28.971Z] Successfully tagged docker-core-data-go:latest [2021-02-04T04:40:29.560Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-04T04:40:29.585Z] $ docker stop --time=1 477ac2a5d33e5b8598ef828339c1b6ae717de56df1c2e778d694cfe58cb35352 [2021-02-04T04:40:30.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.692s coverage: 27.1% of statements [2021-02-04T04:40:30.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T04:40:30.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T04:40:30.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T04:40:30.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T04:40:30.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T04:40:30.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T04:40:30.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements [2021-02-04T04:40:30.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T04:40:30.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.132s coverage: 100.0% of statements [2021-02-04T04:40:30.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T04:40:30.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T04:40:30.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.290s coverage: 65.8% of statements [2021-02-04T04:40:30.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T04:40:30.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T04:40:31.224Z] $ docker rm -f 477ac2a5d33e5b8598ef828339c1b6ae717de56df1c2e778d694cfe58cb35352 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T04:40:31.794Z] + docker images [2021-02-04T04:40:31.794Z] + grep docker [2021-02-04T04:40:32.056Z] docker-core-data-go latest 25ad4577d503 3 seconds ago 22.3MB [2021-02-04T04:40:32.056Z] docker-security-bootstrapper-go latest 7c8186673410 7 seconds ago 23.8MB [2021-02-04T04:40:32.056Z] docker-security-secretstore-setup-go latest 59a10a273f80 15 seconds ago 24.6MB [2021-02-04T04:40:32.056Z] docker-sys-mgmt-agent-go latest 017fc187140f 16 seconds ago 313MB [2021-02-04T04:40:32.056Z] docker-core-command-go latest 68f7b0b125b3 21 seconds ago 16.9MB [2021-02-04T04:40:32.056Z] docker-core-metadata-go latest 94ad64f308eb About a minute ago 18.8MB [2021-02-04T04:40:32.056Z] docker-support-notifications-go latest e8ea0ca6bd01 About a minute ago 17.5MB [2021-02-04T04:40:32.056Z] docker-support-scheduler-go latest 9a5872cb58e7 About a minute ago 17MB [2021-02-04T04:40:32.056Z] docker-security-proxy-setup-go latest 41c95a3bf301 About a minute ago 24.4MB [2021-02-04T04:40:32.056Z] docker 20.10.0 aefe523efa57 7 weeks 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] } [2021-02-04T04:40:32.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.708s coverage: 82.3% of statements [2021-02-04T04:40:32.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T04:40:32.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:40:32.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T04:40:32.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-04T04:40:39.590Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.374s coverage: 28.6% of statements [2021-02-04T04:40:39.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T04:40:39.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T04:40:39.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T04:40:39.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T04:40:39.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T04:40:39.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.207s coverage: 100.0% of statements [2021-02-04T04:40:39.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T04:40:39.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements [2021-02-04T04:40:39.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T04:40:39.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.367s coverage: 86.7% of statements [2021-02-04T04:40:39.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T04:40:40.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.361s coverage: 97.5% of statements [2021-02-04T04:40:40.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T04:40:42.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.166s coverage: 78.3% of statements [2021-02-04T04:40:42.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T04:40:42.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T04:40:42.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T04:40:42.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T04:40:48.109Z] Still waiting to schedule task [2021-02-04T04:40:48.109Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-02-04T04:40:52.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.397s coverage: 92.8% of statements [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T04:40:52.237Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T04:40:52.237Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.193s coverage: 0.1% of statements [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T04:40:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T04:40:52.237Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 45.5% of statements [2021-02-04T04:40:52.237Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.121s coverage: 79.5% of statements [2021-02-04T04:40:52.237Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2021-02-04T04:40:52.237Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.122s coverage: 96.3% of statements [2021-02-04T04:40:52.237Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2021-02-04T04:41:02.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.080s coverage: 94.4% of statements [2021-02-04T04:41:02.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2021-02-04T04:41:20.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.114s coverage: 92.9% of statements [2021-02-04T04:41:20.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T04:41:20.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T04:41:20.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T04:41:20.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T04:41:20.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements [2021-02-04T04:41:20.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T04:41:20.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T04:41:20.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-02-04T04:41:20.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T04:41:20.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-02-04T04:41:20.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T04:41:20.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-02-04T04:41:20.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements [2021-02-04T04:41:20.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.2% of statements [2021-02-04T04:41:20.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.177s coverage: 91.4% of statements [2021-02-04T04:41:20.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T04:41:20.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.568s coverage: 63.5% of statements [2021-02-04T04:41:20.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T04:41:20.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T04:41:20.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-02-04T04:41:20.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements [2021-02-04T04:41:20.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-02-04T04:41:20.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-02-04T04:41:20.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements [2021-02-04T04:41:20.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.790s coverage: 68.9% of statements [2021-02-04T04:41:20.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T04:41:20.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T04:41:20.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T04:41:20.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T04:41:20.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T04:41:20.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.411s coverage: 37.0% of statements [2021-02-04T04:41:20.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T04:41:20.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T04:41:20.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.818s coverage: 84.0% of statements [2021-02-04T04:41:20.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.085s coverage: 100.0% of statements [2021-02-04T04:41:27.730Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.463s coverage: 47.0% of statements [2021-02-04T04:41:27.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T04:41:27.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T04:41:27.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T04:41:27.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T04:41:27.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T04:41:27.730Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements [2021-02-04T04:41:27.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T04:41:27.730Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements [2021-02-04T04:41:27.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T04:41:27.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T04:41:27.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T04:41:27.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T04:41:27.730Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.201s coverage: 90.4% of statements [2021-02-04T04:41:27.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T04:41:27.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:41:27.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T04:41:37.904Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.288s coverage: 29.1% of statements [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T04:41:37.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.203s coverage: 99.0% of statements [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T04:41:37.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T04:41:37.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.223s coverage: 100.0% of statements [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T04:41:37.905Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T04:41:37.905Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T04:41:37.905Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T04:41:37.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T04:41:37.905Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-02-04T04:41:37.905Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements [2021-02-04T04:41:37.905Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-04T04:41:37.905Z] GO111MODULE=on go vet ./... [2021-02-04T04:42:18.064Z] Running on prd-ubuntu18.04-docker-8c-8g-24879 in /w/workspace/edgexfoundry_edgex-go_PR-3127 [Pipeline] { [Pipeline] ws [2021-02-04T04:42:18.155Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-02-04T04:42:20.259Z] using credential edgex-jenkins-ssh [2021-02-04T04:42:20.330Z] Cloning the remote Git repository [2021-02-04T04:42:20.355Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:42:20.426Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-02-04T04:42:20.458Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:42:20.458Z] > git --version # timeout=10 [2021-02-04T04:42:20.464Z] > git --version # 'git version 2.17.1' [2021-02-04T04:42:20.464Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:42:20.488Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:42:40.018Z] Merging remotes/origin/master commit 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit 19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:42:39.538Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:42:39.545Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:42:39.556Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:42:39.567Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:42:39.568Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:42:39.572Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3127/head:refs/remotes/origin/PR-3127 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T04:42:40.055Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T04:42:40.061Z] > git checkout -f 19df28f5af12e46ec2f5afcb223d0e84b7d150ff # timeout=10 [2021-02-04T04:42:40.150Z] Merge succeeded, producing 19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:42:40.151Z] Checking out Revision 19df28f5af12e46ec2f5afcb223d0e84b7d150ff (PR-3127) [2021-02-04T04:42:40.144Z] > git remote # timeout=10 [2021-02-04T04:42:40.151Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T04:42:40.158Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:42:40.162Z] > git merge 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 [2021-02-04T04:42:40.171Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T04:42:40.180Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T04:42:40.184Z] > git checkout -f 19df28f5af12e46ec2f5afcb223d0e84b7d150ff # timeout=10 [2021-02-04T04:42:43.936Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-02-04T04:42:44.005Z] > git --version # timeout=10 [2021-02-04T04:42:44.009Z] > git --version # 'git version 2.17.1' [2021-02-04T04:42:44.013Z] fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:42:45.265Z] + echo snap-build.sh [2021-02-04T04:42:45.265Z] snap-build.sh [2021-02-04T04:42:45.265Z] + SNAP_BASE_DIR=. [2021-02-04T04:42:45.265Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-02-04T04:42:45.265Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-02-04T04:42:45.265Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-02-04T04:42:45.265Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-02-04T04:42:45.265Z] + cd /w/workspace/edgex-go/1 [2021-02-04T04:42:45.265Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-04T04:42:45.265Z] Reading package lists... [2021-02-04T04:42:45.265Z] Building dependency tree... [2021-02-04T04:42:45.265Z] Reading state information... [2021-02-04T04:42:45.531Z] The following packages were automatically installed and are no longer required: [2021-02-04T04:42:45.531Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-04T04:42:45.531Z] uidmap xdelta3 [2021-02-04T04:42:45.531Z] Use 'sudo apt autoremove' to remove them. [2021-02-04T04:42:45.531Z] The following packages will be REMOVED: [2021-02-04T04:42:45.532Z] lxd* lxd-client* [2021-02-04T04:42:45.797Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-04T04:42:45.797Z] After this operation, 31.7 MB disk space will be freed. [2021-02-04T04:42:46.856Z] (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-02-04T04:42:46.856Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T04:42:47.832Z] Removing lxd dnsmasq configuration [2021-02-04T04:42:47.832Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T04:42:47.832Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-04T04:42:48.801Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-04T04:42:49.091Z] (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-02-04T04:42:49.091Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T04:42:50.492Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-04T04:42:50.492Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-04T04:42:51.899Z] + sudo snap remove --purge lxd [2021-02-04T04:42:51.899Z] snap "lxd" is not installed [2021-02-04T04:42:51.899Z] + sudo groupadd --force --system lxd [2021-02-04T04:42:51.899Z] ++ whoami [2021-02-04T04:42:51.899Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-04T04:42:52.162Z] + newgrp - lxd [2021-02-04T04:42:52.162Z] + sudo snap install lxd [2021-02-04T04:42:59.823Z] gofmt -l . [2021-02-04T04:42:59.823Z] [ "`gofmt -l .`" = "" ] [2021-02-04T04:43:00.331Z] 2021-02-04T04:42:57Z INFO Waiting for automatic snapd restart... [2021-02-04T04:43:03.210Z] ./bin/test-go-mod-tidy.sh [2021-02-04T04:43:04.198Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T04:43:06.325Z] + ls -al . [2021-02-04T04:43:06.325Z] total 712 [2021-02-04T04:43:06.325Z] drwxrwxr-x 9 1001 1001 4096 Feb 4 04:43 . [2021-02-04T04:43:06.325Z] drwxr-xr-x 4 root root 4096 Feb 4 04:38 .. [2021-02-04T04:43:06.325Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 04:36 .dockerignore [2021-02-04T04:43:06.325Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 04:36 .git [2021-02-04T04:43:06.325Z] drwxrwxr-x 3 1001 1001 4096 Feb 4 04:36 .github [2021-02-04T04:43:06.325Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 04:36 .gitignore [2021-02-04T04:43:06.325Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 04:36 .sonarcloud.properties [2021-02-04T04:43:06.325Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 04:36 Attribution.txt [2021-02-04T04:43:06.325Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 04:36 CONTRIBUTING.md [2021-02-04T04:43:06.325Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 04:36 Dockerfile.build [2021-02-04T04:43:06.325Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 04:36 Jenkinsfile [2021-02-04T04:43:06.325Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 04:36 LICENSE [2021-02-04T04:43:06.325Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 04:36 Makefile [2021-02-04T04:43:06.325Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 04:36 README.md [2021-02-04T04:43:06.325Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 04:36 SECURITY.md [2021-02-04T04:43:06.325Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 04:32 VERSION [2021-02-04T04:43:06.325Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 04:36 ZMQWindows.md [2021-02-04T04:43:06.325Z] drwxrwxr-x 2 1001 1001 4096 Feb 4 04:36 bin [2021-02-04T04:43:06.325Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 04:36 cmd [2021-02-04T04:43:06.325Z] -rw-r--r-- 1 root root 580808 Feb 4 04:41 coverage.out [2021-02-04T04:43:06.325Z] -rw-r--r-- 1 root root 1054 Feb 4 04:43 go.mod [2021-02-04T04:43:06.325Z] -rw-r--r-- 1 root root 19290 Feb 4 04:43 go.sum [2021-02-04T04:43:06.325Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 04:36 internal [2021-02-04T04:43:06.325Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 04:36 openapi [2021-02-04T04:43:06.325Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 04:36 snap [2021-02-04T04:43:06.325Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 04:36 version.go [Pipeline] sh [2021-02-04T04:43:07.090Z] + '[' -e coverage.out ] [2021-02-04T04:43:07.090Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T04:43:07.135Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T04:43:08.548Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T04:43:09.256Z] + make build [2021-02-04T04:43:09.257Z] 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-02-04T04:43:15.328Z] lxd 4.10 from Canonical* installed [2021-02-04T04:43:15.328Z] + sudo lxd init --auto [2021-02-04T04:43:21.708Z] 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-02-04T04:43:21.951Z] + sudo snap install --classic snapcraft [2021-02-04T04:43:27.257Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T04:43:27.257Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-04T04:43:27.257Z] + patch --verbose -p1 [2021-02-04T04:43:27.257Z] Hmm... Looks like a unified diff to me... [2021-02-04T04:43:27.257Z] The text leading up to this was: [2021-02-04T04:43:27.257Z] -------------------------- [2021-02-04T04:43:27.257Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-04T04:43:27.257Z] |From: Tony Espy [2021-02-04T04:43:27.257Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-04T04:43:27.257Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-04T04:43:27.257Z] | [2021-02-04T04:43:27.257Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-04T04:43:27.257Z] |optimize the snap CI check run for pull requests. When [2021-02-04T04:43:27.257Z] |applied, it essentially strips out everything (apps and [2021-02-04T04:43:27.257Z] |parts) from the snapcraft.yaml file except those required [2021-02-04T04:43:27.257Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-04T04:43:27.257Z] |catch changes to edgex-go that break the snap build. [2021-02-04T04:43:27.257Z] | [2021-02-04T04:43:27.257Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-04T04:43:27.257Z] |to update this patch file, otherwise it may fail to apply, [2021-02-04T04:43:27.257Z] |resulting in a failed snap build CI check in the associated [2021-02-04T04:43:27.257Z] |pull request. [2021-02-04T04:43:27.257Z] | [2021-02-04T04:43:27.257Z] |Note - in addition to applying this patch, the pipeline also [2021-02-04T04:43:27.257Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-04T04:43:27.257Z] |need to build the finally binary .snap file (and it won't [2021-02-04T04:43:27.257Z] |work with the patch applied). This further reduces the build [2021-02-04T04:43:27.257Z] |time. [2021-02-04T04:43:27.257Z] |--- [2021-02-04T04:43:27.257Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-04T04:43:27.257Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-04T04:43:27.257Z] | [2021-02-04T04:43:27.257Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-04T04:43:27.257Z] |index 1e537489..faf42425 100644 [2021-02-04T04:43:27.258Z] |--- a/snap/snapcraft.yaml [2021-02-04T04:43:27.258Z] |+++ b/snap/snapcraft.yaml [2021-02-04T04:43:27.258Z] -------------------------- [2021-02-04T04:43:27.258Z] patching file snap/snapcraft.yaml [2021-02-04T04:43:27.258Z] Using Plan A... [2021-02-04T04:43:27.258Z] Hunk #1 succeeded at 73. [2021-02-04T04:43:27.258Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-04T04:43:27.258Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-04T04:43:27.258Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-04T04:43:27.258Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-04T04:43:27.258Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-04T04:43:27.258Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-04T04:43:27.258Z] Hunk #8 succeeded at 342. [2021-02-04T04:43:27.258Z] Hmm... Ignoring the trailing garbage. [2021-02-04T04:43:27.258Z] done [2021-02-04T04:43:27.258Z] + sudo snapcraft prime --use-lxd [2021-02-04T04:43:27.838Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-04T04:43:28.109Z] 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-02-04T04:43:28.109Z] - README.md [2021-02-04T04:43:28.109Z] - snapcraft.yaml.orig [2021-02-04T04:43:28.109Z] [2021-02-04T04:43:28.109Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T04:43:29.063Z] Launching a container. [2021-02-04T04:43:40.127Z] Waiting for container to be ready [2021-02-04T04:43:40.127Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-04T04:43:40.127Z] [2021-02-04T04:43:44.345Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-04T04:43:44.345Z] Waiting for network to be ready... [2021-02-04T04:43:44.345Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T04:43:44.607Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T04:43:44.607Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T04:43:44.607Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T04:43:44.872Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T04:43:44.873Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T04:43:44.873Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T04:43:44.873Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T04:43:44.873Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T04:43:44.873Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T04:43:45.134Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T04:43:45.134Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T04:43:45.395Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T04:43:45.395Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T04:43:45.666Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T04:43:45.666Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T04:43:45.666Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T04:43:45.666Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T04:43:46.237Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T04:43:46.237Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T04:43:46.498Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T04:43:46.498Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T04:43:46.498Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T04:43:46.498Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T04:43:46.498Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T04:43:46.498Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T04:43:46.498Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T04:43:49.043Z] Fetched 23.9 MB in 4s (5766 kB/s) [2021-02-04T04:43:49.304Z] Reading package lists... [2021-02-04T04:43:49.566Z] Reading package lists... [2021-02-04T04:43:49.826Z] Building dependency tree... [2021-02-04T04:43:49.826Z] Reading state information... [2021-02-04T04:43:50.089Z] The following additional packages will be installed: [2021-02-04T04:43:50.089Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T04:43:50.089Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T04:43:50.089Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T04:43:50.089Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-04T04:43:50.089Z] Suggested packages: [2021-02-04T04:43:50.089Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-04T04:43:50.089Z] Recommended packages: [2021-02-04T04:43:50.089Z] gnupg libsasl2-modules [2021-02-04T04:43:50.089Z] The following NEW packages will be installed: [2021-02-04T04:43:50.089Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T04:43:50.089Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T04:43:50.089Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T04:43:50.089Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-04T04:43:50.089Z] The following packages will be upgraded: [2021-02-04T04:43:50.089Z] gpg gpg-agent gpgconf libudev1 [2021-02-04T04:43:50.089Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-04T04:43:50.089Z] Need to get 3533 kB of archives. [2021-02-04T04:43:50.089Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-04T04:43:50.089Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-04T04:43:50.089Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-04T04:43:50.353Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-04T04:43:50.353Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-04T04:43:50.353Z] Get:5 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-02-04T04:43:50.353Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-04T04:43:50.353Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-04T04:43:50.353Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-04T04:43:50.353Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-04T04:43:50.621Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-04T04:43:51.203Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-04T04:43:51.203Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-04T04:43:51.203Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-04T04:43:51.203Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-04T04:43:51.203Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-04T04:43:51.203Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-04T04:43:51.203Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-04T04:43:51.203Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-04T04:43:51.471Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-04T04:43:51.471Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-04T04:43:51.471Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-04T04:43:51.471Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-04T04:43:51.471Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:43:51.471Z] Fetched 3533 kB in 1s (2509 kB/s) [2021-02-04T04:43:51.742Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T04:43:51.742Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:43:51.742Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:43:51.742Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-04T04:43:51.742Z] Selecting previously unselected package udev. [2021-02-04T04:43:51.742Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T04:43:51.742Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:43:52.002Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-04T04:43:52.264Z] Selecting previously unselected package libfuse2:amd64. [2021-02-04T04:43:52.264Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T04:43:52.264Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T04:43:52.264Z] Selecting previously unselected package fuse. [2021-02-04T04:43:52.264Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T04:43:52.264Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-04T04:43:52.264Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:43:52.526Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:43:52.526Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:43:52.526Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:43:52.791Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:43:52.791Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:43:52.791Z] Selecting previously unselected package libksba8:amd64. [2021-02-04T04:43:52.791Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-04T04:43:52.791Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-04T04:43:53.052Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-04T04:43:53.052Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:43:53.052Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:53.052Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-04T04:43:53.052Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:43:53.052Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:53.312Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-04T04:43:53.312Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:43:53.312Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:53.312Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-04T04:43:53.312Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:43:53.312Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:53.312Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-04T04:43:53.312Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:43:53.312Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:53.574Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-04T04:43:53.574Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:43:53.574Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:53.574Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-04T04:43:53.574Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:43:53.574Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:53.835Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-04T04:43:53.835Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:43:53.835Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:53.835Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-04T04:43:53.835Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:43:53.835Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:54.095Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-04T04:43:54.095Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T04:43:54.095Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:43:54.095Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-04T04:43:54.095Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T04:43:54.095Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:43:54.095Z] Selecting previously unselected package libldap-common. [2021-02-04T04:43:54.095Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-04T04:43:54.095Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:43:54.162Z] 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-02-04T04:43:54.356Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-04T04:43:54.356Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-04T04:43:54.356Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:43:54.356Z] Selecting previously unselected package dirmngr. [2021-02-04T04:43:54.356Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:43:54.356Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T04:43:54.618Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:43:54.618Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-04T04:43:54.618Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T04:43:54.618Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:43:54.618Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:43:54.618Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-04T04:43:54.618Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:54.618Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-04T04:43:54.880Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:43:54.880Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-04T04:43:55.141Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-04T04:43:55.141Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:55.402Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-04T04:43:55.402Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-04T04:43:55.402Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-04T04:43:55.402Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:55.402Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:55.402Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:55.666Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:55.666Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:55.666Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:55.666Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:55.666Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:43:55.666Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T04:43:55.666Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:43:56.239Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-04T04:43:56.239Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-04T04:43:56.239Z] This means they are not meant to be enabled using systemctl. [2021-02-04T04:43:56.239Z] Possible reasons for having this kind of units are: [2021-02-04T04:43:56.239Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-04T04:43:56.239Z] .wants/ or .requires/ directory. [2021-02-04T04:43:56.239Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-04T04:43:56.239Z] a requirement dependency on it. [2021-02-04T04:43:56.239Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-04T04:43:56.239Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-04T04:43:56.240Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-04T04:43:56.240Z] instance name specified. [2021-02-04T04:43:56.503Z] Reading package lists... [2021-02-04T04:43:56.764Z] Building dependency tree... [2021-02-04T04:43:56.764Z] Reading state information... [2021-02-04T04:43:56.764Z] The following additional packages will be installed: [2021-02-04T04:43:56.764Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-04T04:43:56.764Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-04T04:43:56.764Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-04T04:43:56.764Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-04T04:43:56.764Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-04T04:43:56.764Z] Suggested packages: [2021-02-04T04:43:56.764Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-04T04:43:56.764Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-04T04:43:56.764Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-04T04:43:56.764Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-04T04:43:56.764Z] systemd-container policykit-1 [2021-02-04T04:43:56.764Z] Recommended packages: [2021-02-04T04:43:56.764Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-04T04:43:56.764Z] The following NEW packages will be installed: [2021-02-04T04:43:56.764Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-04T04:43:56.764Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-04T04:43:56.764Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-04T04:43:56.764Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-04T04:43:56.764Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-04T04:43:56.764Z] The following packages will be upgraded: [2021-02-04T04:43:56.764Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-04T04:43:57.025Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-04T04:43:57.025Z] Need to get 35.2 MB of archives. [2021-02-04T04:43:57.025Z] After this operation, 141 MB of additional disk space will be used. [2021-02-04T04:43:57.025Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-04T04:43:57.025Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-04T04:43:57.025Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-04T04:43:57.025Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-04T04:43:57.288Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-04T04:43:57.288Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-04T04:43:57.288Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-04T04:43:57.288Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-04T04:43:57.288Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-04T04:43:57.288Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-04T04:43:57.288Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-04T04:43:57.288Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-04T04:43:57.288Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-04T04:43:57.288Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-04T04:43:57.288Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-04T04:43:57.288Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-04T04:43:57.288Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-04T04:43:57.288Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-04T04:43:57.554Z] 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-02-04T04:43:57.858Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-04T04:43:57.858Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-04T04:43:57.858Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-04T04:43:57.858Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-04T04:43:57.858Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-04T04:43:57.858Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-04T04:43:57.858Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-04T04:43:57.858Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-04T04:43:57.858Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-04T04:43:58.117Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-04T04:43:58.117Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-04T04:43:58.117Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-04T04:43:59.060Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:43:59.060Z] Fetched 35.2 MB in 2s (16.2 MB/s) [2021-02-04T04:43:59.320Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T04:43:59.320Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:43:59.320Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:43:59.892Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:43:59.892Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:44:00.152Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-04T04:44:00.152Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T04:44:00.152Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T04:44:00.152Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T04:44:00.415Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-04T04:44:00.415Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T04:44:00.415Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T04:44:00.415Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T04:44:00.678Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-04T04:44:00.941Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-04T04:44:01.206Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-04T04:44:01.469Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-04T04:44:01.469Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T04:44:01.469Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T04:44:01.469Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-04T04:44:01.469Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:44:01.732Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:01.732Z] Selecting previously unselected package libexpat1:amd64. [2021-02-04T04:44:01.732Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-04T04:44:01.732Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T04:44:01.993Z] Selecting previously unselected package python3.6-minimal. [2021-02-04T04:44:01.993Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:44:01.993Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:02.268Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T04:44:02.268Z] Checking for services that may need to be restarted...done. [2021-02-04T04:44:02.268Z] Checking for services that may need to be restarted...done. [2021-02-04T04:44:02.268Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:02.530Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T04:44:02.530Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:03.109Z] Selecting previously unselected package python3-minimal. [2021-02-04T04:44:03.109Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-04T04:44:03.109Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-04T04:44:03.109Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-04T04:44:03.109Z] Selecting previously unselected package mime-support. [2021-02-04T04:44:03.109Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-04T04:44:03.109Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-04T04:44:03.109Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-04T04:44:03.109Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-04T04:44:03.109Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T04:44:03.370Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-04T04:44:03.370Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:44:03.370Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:03.633Z] Selecting previously unselected package python3.6. [2021-02-04T04:44:03.633Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:44:03.633Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:03.633Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-04T04:44:03.633Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-04T04:44:03.633Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T04:44:03.895Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-04T04:44:04.164Z] Selecting previously unselected package python3. [2021-02-04T04:44:04.164Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-04T04:44:04.164Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-04T04:44:04.164Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-04T04:44:04.425Z] Selecting previously unselected package multiarch-support. [2021-02-04T04:44:04.425Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:44:04.425Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T04:44:04.425Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T04:44:04.425Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-04T04:44:04.425Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-04T04:44:04.425Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-04T04:44:04.425Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T04:44:04.686Z] Selecting previously unselected package libbsd0:amd64. [2021-02-04T04:44:04.686Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-04T04:44:04.686Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T04:44:04.686Z] Selecting previously unselected package sudo. [2021-02-04T04:44:04.686Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-04T04:44:04.686Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T04:44:04.955Z] Selecting previously unselected package apparmor. [2021-02-04T04:44:04.955Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T04:44:04.955Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-04T04:44:05.216Z] Selecting previously unselected package libedit2:amd64. [2021-02-04T04:44:05.216Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-04T04:44:05.216Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T04:44:05.216Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-04T04:44:05.216Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:44:05.216Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:05.216Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-04T04:44:05.216Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:44:05.216Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:05.477Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-04T04:44:05.477Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-04T04:44:05.477Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T04:44:05.477Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-04T04:44:05.477Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:44:05.477Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:05.739Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-04T04:44:05.739Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:44:05.739Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:05.739Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-04T04:44:05.739Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-04T04:44:05.739Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T04:44:05.866Z] 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-02-04T04:44:06.005Z] Selecting previously unselected package openssh-client. [2021-02-04T04:44:06.005Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-04T04:44:06.005Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T04:44:06.005Z] Selecting previously unselected package squashfs-tools. [2021-02-04T04:44:06.270Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-04T04:44:06.270Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T04:44:06.270Z] Selecting previously unselected package snapd. [2021-02-04T04:44:06.270Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-04T04:44:06.270Z] Unpacking snapd (2.48+18.04) ... [2021-02-04T04:44:06.465Z] 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-02-04T04:44:08.201Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T04:44:08.201Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T04:44:08.462Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-04T04:44:08.462Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T04:44:08.462Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T04:44:08.462Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:08.462Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:44:08.462Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-04T04:44:08.723Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-04T04:44:10.112Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T04:44:10.112Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T04:44:10.112Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T04:44:10.112Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:10.112Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:10.112Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:44:10.685Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T04:44:10.685Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:10.946Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T04:44:10.946Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-04T04:44:10.946Z] running python rtupdate hooks for python3.6... [2021-02-04T04:44:10.946Z] running python post-rtupdate hooks for python3.6... [2021-02-04T04:44:10.946Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-04T04:44:11.862Z] 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-02-04T04:44:12.333Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-04T04:44:12.594Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:44:12.594Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T04:44:12.855Z] Setting up snapd (2.48+18.04) ... [2021-02-04T04:44:13.430Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-04T04:44:13.430Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-04T04:44:13.693Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-04T04:44:13.693Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-04T04:44:13.957Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T04:44:13.957Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T04:44:14.217Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-04T04:44:14.479Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-04T04:44:14.479Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-04T04:44:14.745Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-04T04:44:15.007Z] /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-02-04T04:44:15.007Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:44:15.007Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T04:44:15.961Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T04:44:15.961Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T04:44:15.961Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T04:44:17.189Z] Reading package lists... [2021-02-04T04:44:17.459Z] Reading package lists... [2021-02-04T04:44:17.722Z] Building dependency tree... [2021-02-04T04:44:17.722Z] Reading state information... [2021-02-04T04:44:17.722Z] Calculating upgrade... [2021-02-04T04:44:17.986Z] The following packages will be upgraded: [2021-02-04T04:44:17.986Z] advancecomp base-files bash binutils binutils-common [2021-02-04T04:44:17.986Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-04T04:44:17.986Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-04T04:44:17.986Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-04T04:44:17.986Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-04T04:44:17.986Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-04T04:44:17.986Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-04T04:44:17.986Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-04T04:44:17.986Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-04T04:44:17.986Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-04T04:44:17.986Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-04T04:44:17.986Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-04T04:44:17.986Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-04T04:44:17.986Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-04T04:44:17.986Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-04T04:44:17.986Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T04:44:17.986Z] Need to get 63.8 MB of archives. [2021-02-04T04:44:17.986Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-04T04:44:17.986Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-04T04:44:17.986Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-04T04:44:18.577Z] 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-02-04T04:44:18.927Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-04T04:44:18.927Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-04T04:44:18.927Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-04T04:44:18.927Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-04T04:44:18.927Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-04T04:44:18.927Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-04T04:44:18.927Z] 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-02-04T04:44:18.927Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-04T04:44:18.927Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-04T04:44:18.927Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-04T04:44:18.927Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-04T04:44:18.927Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-04T04:44:18.927Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-04T04:44:18.927Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-04T04:44:18.927Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-04T04:44:18.927Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-04T04:44:19.187Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-04T04:44:19.187Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-04T04:44:19.187Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-04T04:44:19.187Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-04T04:44:19.187Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-04T04:44:19.448Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-04T04:44:19.448Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-04T04:44:19.448Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-04T04:44:19.448Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-04T04:44:19.448Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-04T04:44:19.448Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-04T04:44:19.448Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-04T04:44:19.448Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-04T04:44:19.448Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-04T04:44:19.448Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-04T04:44:19.448Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-04T04:44:19.448Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-04T04:44:19.448Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-04T04:44:19.448Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-04T04:44:19.448Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-04T04:44:19.448Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-04T04:44:19.448Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-04T04:44:19.710Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-04T04:44:19.710Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-04T04:44:19.710Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-04T04:44:19.710Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-04T04:44:19.710Z] Get:45 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-02-04T04:44:19.710Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-04T04:44:19.710Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-04T04:44:19.710Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-04T04:44:19.710Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-04T04:44:19.710Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-04T04:44:19.710Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-04T04:44:19.710Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-04T04:44:19.710Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-04T04:44:19.710Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-04T04:44:19.710Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-04T04:44:19.710Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-04T04:44:19.710Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-04T04:44:19.710Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-04T04:44:19.710Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-04T04:44:19.710Z] Get:60 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-02-04T04:44:19.711Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-04T04:44:19.711Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-04T04:44:19.711Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-04T04:44:19.711Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-04T04:44:19.711Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-04T04:44:19.711Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-04T04:44:19.711Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-04T04:44:19.711Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-04T04:44:19.974Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-04T04:44:19.974Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-04T04:44:19.974Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-04T04:44:19.974Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-04T04:44:19.974Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-04T04:44:19.974Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-04T04:44:19.974Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-04T04:44:19.974Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-04T04:44:19.974Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-04T04:44:19.974Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-04T04:44:19.974Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-04T04:44:19.974Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-04T04:44:19.974Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-04T04:44:19.974Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-04T04:44:20.235Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-04T04:44:20.235Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-04T04:44:20.235Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-04T04:44:20.235Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-04T04:44:20.235Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-04T04:44:20.235Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-04T04:44:20.497Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-04T04:44:20.497Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-04T04:44:20.761Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-04T04:44:21.332Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-04T04:44:21.332Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-04T04:44:21.332Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-04T04:44:21.905Z] 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-02-04T04:44:21.905Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-04T04:44:21.905Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-04T04:44:21.905Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-04T04:44:21.905Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-04T04:44:21.905Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:44:21.905Z] Fetched 63.8 MB in 4s (16.7 MB/s) [2021-02-04T04:44:21.905Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:21.905Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:44:21.905Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:44:21.961Z] 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-02-04T04:44:22.849Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:44:22.849Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:44:22.849Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-04T04:44:22.849Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-04T04:44:23.830Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:23.830Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:44:23.830Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:23.830Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:44:24.096Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:24.096Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:44:24.096Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:24.096Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:44:24.358Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:24.358Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:44:24.358Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:24.358Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:44:24.358Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:24.358Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:44:24.619Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:44:24.619Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:44:24.619Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:24.619Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-04T04:44:24.880Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:44:24.880Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:44:24.880Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:24.880Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:44:25.143Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:25.143Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:44:25.143Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:25.404Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:44:25.404Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:44:25.665Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:44:25.665Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:44:25.665Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:44:26.237Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T04:44:26.498Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:44:26.498Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-04T04:44:26.498Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-04T04:44:26.499Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-04T04:44:26.499Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-04T04:44:26.760Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-04T04:44:26.760Z] Installing new version of config file /etc/issue ... [2021-02-04T04:44:26.760Z] Installing new version of config file /etc/issue.net ... [2021-02-04T04:44:26.760Z] Installing new version of config file /etc/lsb-release ... [2021-02-04T04:44:26.760Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-04T04:44:27.022Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-04T04:44:27.022Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-04T04:44:27.022Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-04T04:44:27.283Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:27.283Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-04T04:44:27.283Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-04T04:44:27.367Z] 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-02-04T04:44:27.550Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-04T04:44:27.550Z] 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-02-04T04:44:27.550Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:27.550Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:44:27.550Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-04T04:44:27.812Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:44:27.812Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:27.812Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-04T04:44:27.812Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-04T04:44:28.077Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-04T04:44:28.077Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:28.077Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-04T04:44:28.077Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T04:44:28.339Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-04T04:44:28.603Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:28.603Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:44:28.603Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:44:28.863Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T04:44:28.863Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:28.863Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:44:29.123Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:44:29.123Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-04T04:44:29.385Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:29.385Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-04T04:44:29.385Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-04T04:44:29.385Z] Setting up grep (3.1-2build1) ... [2021-02-04T04:44:29.647Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:29.647Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T04:44:29.647Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T04:44:29.647Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-04T04:44:29.911Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:29.911Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:44:29.911Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:44:29.911Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-04T04:44:30.173Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:30.173Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T04:44:30.173Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:44:30.742Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T04:44:30.742Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:44:30.742Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T04:44:30.742Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:44:31.314Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-04T04:44:31.314Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:31.314Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-04T04:44:31.314Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:44:31.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T04:44:32.701Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T04:44:32.701Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T04:44:32.701Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T04:44:32.701Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T04:44:32.701Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T04:44:32.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:32.701Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-04T04:44:32.970Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-04T04:44:32.970Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-04T04:44:33.230Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:33.230Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:44:33.230Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:44:33.230Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:44:33.491Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:33.491Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:44:33.491Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:44:33.491Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:44:33.752Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:33.752Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:44:33.752Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:44:33.752Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:44:34.014Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:34.014Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:44:34.014Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:44:34.274Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:44:34.274Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:34.274Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:44:34.274Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:44:34.537Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:44:34.537Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:44:34.537Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T04:44:34.799Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:34.799Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:44:34.799Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:44:34.799Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T04:44:34.799Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:34.799Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:44:34.799Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:44:35.058Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:44:35.058Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:35.058Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:44:35.058Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:44:35.320Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:44:35.320Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:35.320Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:44:35.580Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:44:35.842Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:44:36.023Z] 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-02-04T04:44:36.413Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-04T04:44:36.678Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-04T04:44:36.678Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:36.678Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:44:36.678Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:44:36.945Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:44:36.945Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:44:36.945Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-04T04:44:37.206Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:44:37.206Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-04T04:44:37.467Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:37.467Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-04T04:44:37.467Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-04T04:44:37.467Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-04T04:44:37.732Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:37.732Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-04T04:44:37.992Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T04:44:37.992Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-04T04:44:37.992Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:37.992Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-04T04:44:38.255Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T04:44:38.255Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-04T04:44:38.516Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:38.516Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T04:44:38.516Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:44:38.516Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:44:38.778Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:38.778Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T04:44:38.778Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:44:38.778Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:44:39.044Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:39.044Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T04:44:39.044Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:44:39.309Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:44:39.309Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:39.309Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:44:39.309Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:44:39.570Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:44:39.570Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:44:39.570Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:44:39.570Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:44:39.831Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T04:44:39.831Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:39.831Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-04T04:44:39.831Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-04T04:44:40.094Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-04T04:44:40.094Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:40.094Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-04T04:44:40.094Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:44:40.323Z] 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-02-04T04:44:40.357Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:44:40.619Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:40.619Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:44:40.619Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:44:40.619Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T04:44:40.879Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:40.879Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-04T04:44:40.879Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-04T04:44:40.879Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-04T04:44:40.879Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:40.879Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T04:44:41.496Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T04:44:41.759Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-04T04:44:42.020Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:42.020Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:44:42.020Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:44:42.020Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-04T04:44:42.281Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:42.281Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-04T04:44:42.281Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-04T04:44:42.281Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-04T04:44:42.551Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:42.551Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-04T04:44:42.551Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-04T04:44:42.551Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-04T04:44:42.818Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:42.818Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-04T04:44:42.818Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-04T04:44:42.818Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-04T04:44:43.079Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:43.079Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-04T04:44:43.079Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-04T04:44:43.345Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-04T04:44:43.346Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:43.346Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T04:44:43.346Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-04T04:44:43.610Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-04T04:44:43.610Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:43.610Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-04T04:44:43.610Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-04T04:44:43.872Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-04T04:44:43.872Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-04T04:44:43.872Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T04:44:43.872Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T04:44:44.133Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T04:44:44.133Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T04:44:44.133Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T04:44:44.402Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T04:44:44.402Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-04T04:44:44.402Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-04T04:44:44.664Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T04:44:44.664Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-04T04:44:44.664Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T04:44:44.941Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-04T04:44:44.941Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-04T04:44:44.941Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-04T04:44:44.941Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-04T04:44:45.220Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-04T04:44:45.220Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-04T04:44:45.220Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-04T04:44:45.220Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-04T04:44:45.536Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-04T04:44:45.536Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-04T04:44:45.536Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-04T04:44:45.876Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-04T04:44:45.876Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-04T04:44:46.543Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-04T04:44:46.543Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-04T04:44:46.543Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-04T04:44:46.543Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-04T04:44:46.817Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:44:46.817Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T04:44:47.079Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:44:47.079Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [Pipeline] } [2021-02-04T04:44:47.125Z] $ docker stop --time=1 d1e3d2ecc0d26476f43b3d3e375dc05dfe9409129b76cf772d701f3656342ac1 [2021-02-04T04:44:47.340Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:44:47.340Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T04:44:47.600Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:44:47.600Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T04:44:47.600Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:47.600Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:44:47.860Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:47.860Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:44:48.121Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:48.121Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:44:48.121Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:48.121Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:44:49.063Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:49.063Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:44:49.635Z] $ docker rm -f d1e3d2ecc0d26476f43b3d3e375dc05dfe9409129b76cf772d701f3656342ac1 [2021-02-04T04:44:50.006Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:50.006Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:44:50.962Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:50.962Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] // withDockerContainer [Pipeline] } [2021-02-04T04:44:51.222Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:51.222Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:52.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:44:52.176Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:52.176Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:44:52.176Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T04:44:52.176Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T04:44:52.176Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T04:44:52.176Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T04:44:52.282Z] [2021-02-04T04:44:52.282Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:52.441Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T04:44:52.441Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T04:44:52.701Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-04T04:44:52.701Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-04T04:44:52.701Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T04:44:52.701Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T04:44:52.701Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T04:44:52.709Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:44:52.962Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T04:44:52.962Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-04T04:44:52.962Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-04T04:44:52.984Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T04:44:52.984Z] 29e5d40040c1: Pulling fs layer [2021-02-04T04:44:52.984Z] 1ce36da41761: Pulling fs layer [2021-02-04T04:44:52.984Z] 25b303627fd3: Pulling fs layer [2021-02-04T04:44:53.222Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:44:53.223Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T04:44:53.223Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:44:53.223Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:44:53.223Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:44:53.223Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-04T04:44:53.258Z] 29e5d40040c1: Verifying Checksum [2021-02-04T04:44:53.258Z] 29e5d40040c1: Download complete [2021-02-04T04:44:53.483Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-04T04:44:53.483Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-04T04:44:53.483Z] [2021-02-04T04:44:53.483Z] Current default time zone: 'Etc/UTC' [2021-02-04T04:44:53.483Z] Local time is now: Thu Feb 4 04:44:53 UTC 2021. [2021-02-04T04:44:53.483Z] Universal Time is now: Thu Feb 4 04:44:53 UTC 2021. [2021-02-04T04:44:53.483Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-04T04:44:53.483Z] [2021-02-04T04:44:53.483Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-04T04:44:53.483Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:44:53.748Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-04T04:44:53.748Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:44:53.748Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-04T04:44:53.748Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-04T04:44:53.748Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-04T04:44:53.748Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-04T04:44:53.748Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-04T04:44:53.748Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T04:44:53.862Z] 1ce36da41761: Verifying Checksum [2021-02-04T04:44:53.862Z] 1ce36da41761: Download complete [2021-02-04T04:44:54.008Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:44:54.008Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-04T04:44:54.137Z] 29e5d40040c1: Pull complete [2021-02-04T04:44:54.270Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:44:54.270Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:44:54.270Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:44:54.270Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-04T04:44:54.270Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-04T04:44:54.270Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-04T04:44:54.270Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T04:44:54.270Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-04T04:44:54.270Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-04T04:44:54.531Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:44:54.531Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-04T04:44:55.575Z] 1ce36da41761: Pull complete [2021-02-04T04:44:55.575Z] 25b303627fd3: Download complete [2021-02-04T04:44:56.447Z] Updating certificates in /etc/ssl/certs... [2021-02-04T04:44:57.391Z] 23 added, 27 removed; done. [2021-02-04T04:44:57.391Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T04:44:57.391Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:44:57.391Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-04T04:44:57.391Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-04T04:44:57.391Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-04T04:44:57.391Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:44:57.391Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:44:57.391Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:44:57.655Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:44:57.655Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:44:57.655Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:44:57.655Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:44:57.655Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-04T04:44:57.655Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:44:57.655Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-04T04:44:57.655Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-04T04:44:57.917Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:44:57.917Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:44:57.917Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:44:57.917Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-04T04:44:57.917Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-04T04:44:57.917Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-04T04:44:58.179Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:44:58.179Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T04:44:58.179Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-04T04:44:58.179Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-04T04:44:58.179Z] Updating certificates in /etc/ssl/certs... [2021-02-04T04:44:59.127Z] 0 added, 0 removed; done. [2021-02-04T04:44:59.127Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-04T04:44:59.127Z] done. [2021-02-04T04:44:59.391Z] Reading package lists... [2021-02-04T04:44:59.651Z] Building dependency tree... [2021-02-04T04:44:59.651Z] Reading state information... [2021-02-04T04:44:59.651Z] The following NEW packages will be installed: [2021-02-04T04:44:59.651Z] apt-transport-https [2021-02-04T04:44:59.912Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T04:44:59.912Z] Need to get 1696 B of archives. [2021-02-04T04:44:59.912Z] After this operation, 153 kB of additional disk space will be used. [2021-02-04T04:44:59.912Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-04T04:44:59.912Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:44:59.912Z] Fetched 1696 B in 0s (39.6 kB/s) [2021-02-04T04:44:59.912Z] Selecting previously unselected package apt-transport-https. [2021-02-04T04:44:59.912Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-04T04:44:59.912Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-04T04:44:59.912Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T04:44:59.912Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T04:45:00.484Z] Waiting for network to be ready... [2021-02-04T04:45:05.737Z] 25b303627fd3: Pull complete [2021-02-04T04:45:05.737Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T04:45:05.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:45:05.737Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:45:05.782Z] 2021-02-04T04:45:03Z INFO Waiting for automatic snapd restart... [2021-02-04T04:45:05.782Z] snapd 2.48.2 from Canonical* installed [Pipeline] withDockerContainer [2021-02-04T04:45:06.008Z] prd-ubuntu18.04-docker-arm64-4c-16g-24875 does not seem to be running inside a container [2021-02-04T04:45:06.127Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-devops/edgex-compose-arm64:latest cat [2021-02-04T04:45:06.743Z] "snapd" switched to the "latest/stable" channel [2021-02-04T04:45:06.743Z] [2021-02-04T04:45:09.498Z] $ docker top 06902355702b5707e85b0d8d8459d444cbd237a6375a9dd2d8db6662df5ce599 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:45:10.050Z] core18 20201210 from Canonical* installed [2021-02-04T04:45:10.050Z] "core18" switched to the "latest/stable" channel [2021-02-04T04:45:10.050Z] [2021-02-04T04:45:10.583Z] + docker-compose build --help [2021-02-04T04:45:10.583Z] + grep parallel [2021-02-04T04:45:13.370Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T04:45:13.370Z] "snapcraft" switched to the "latest/stable" channel [2021-02-04T04:45:13.370Z] [2021-02-04T04:45:15.990Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T04:45:16.061Z] $ docker stop --time=1 06902355702b5707e85b0d8d8459d444cbd237a6375a9dd2d8db6662df5ce599 [2021-02-04T04:45:17.578Z] 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-02-04T04:45:17.578Z] - README.md [2021-02-04T04:45:17.578Z] - snapcraft.yaml.orig [2021-02-04T04:45:17.578Z] [2021-02-04T04:45:17.578Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T04:45:18.083Z] $ docker rm -f 06902355702b5707e85b0d8d8459d444cbd237a6375a9dd2d8db6662df5ce599 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:45:19.026Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:45:19.026Z] . [Pipeline] withDockerContainer [2021-02-04T04:45:19.329Z] prd-ubuntu18.04-docker-arm64-4c-16g-24875 does not seem to be running inside a container [2021-02-04T04:45:19.456Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-02-04T04:45:21.016Z] $ docker top abbe58426fab8a279c0d9f989220e0944e811cb8d313d98b137475f1fb8f56b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:45:22.113Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T04:45:24.163Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:45:24.163Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T04:45:24.163Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T04:45:24.163Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T04:45:24.733Z] Reading package lists... [2021-02-04T04:45:25.306Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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-02-04T04:45:28.862Z] Building docker-core-command-go ... [2021-02-04T04:45:28.862Z] Building docker-core-data-go ... [2021-02-04T04:45:28.862Z] Building docker-core-metadata-go ... [2021-02-04T04:45:28.862Z] Building docker-security-bootstrapper-go ... [2021-02-04T04:45:28.862Z] Building docker-security-proxy-setup-go ... [2021-02-04T04:45:28.862Z] Building docker-security-secretstore-setup-go ... [2021-02-04T04:45:28.862Z] Building docker-support-notifications-go ... [2021-02-04T04:45:28.862Z] Building docker-support-scheduler-go ... [2021-02-04T04:45:28.862Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T04:45:28.862Z] Building docker-support-notifications-go [2021-02-04T04:45:28.862Z] Building docker-core-command-go [2021-02-04T04:45:28.862Z] Building docker-security-secretstore-setup-go [2021-02-04T04:45:28.862Z] Building docker-security-bootstrapper-go [2021-02-04T04:45:28.862Z] Building docker-sys-mgmt-agent-go [2021-02-04T04:45:31.902Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:45:31.902Z] Reading package lists... [2021-02-04T04:45:31.902Z] Building dependency tree... [2021-02-04T04:45:31.902Z] Reading state information... [2021-02-04T04:45:31.902Z] Suggested packages: [2021-02-04T04:45:31.902Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-04T04:45:31.902Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-04T04:45:31.902Z] Recommended packages: [2021-02-04T04:45:31.902Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-04T04:45:31.902Z] The following NEW packages will be installed: [2021-02-04T04:45:31.902Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-04T04:45:31.902Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-04T04:45:31.902Z] pkg-config zip [2021-02-04T04:45:31.902Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T04:45:31.902Z] Need to get 7655 kB of archives. [2021-02-04T04:45:31.902Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-04T04:45:31.902Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-04T04:45:31.902Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-04T04:45:31.902Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-04T04:45:31.902Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-04T04:45:31.902Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-04T04:45:31.902Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-04T04:45:31.902Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-04T04:45:31.902Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-04T04:45:32.166Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-04T04:45:32.166Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-04T04:45:32.166Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-04T04:45:32.166Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-04T04:45:32.427Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-04T04:45:32.427Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-04T04:45:32.427Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-04T04:45:32.427Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:45:32.427Z] Fetched 7655 kB in 1s (9036 kB/s) [2021-02-04T04:45:32.687Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-04T04:45:32.687Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-04T04:45:32.687Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-04T04:45:32.687Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T04:45:32.955Z] Selecting previously unselected package libpsl5:amd64. [2021-02-04T04:45:32.955Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-04T04:45:32.955Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T04:45:32.955Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-04T04:45:32.955Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-04T04:45:32.955Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T04:45:32.955Z] Selecting previously unselected package librtmp1:amd64. [2021-02-04T04:45:33.215Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-04T04:45:33.215Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T04:45:33.215Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-04T04:45:33.215Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-04T04:45:33.215Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T04:45:33.215Z] Selecting previously unselected package liberror-perl. [2021-02-04T04:45:33.215Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-04T04:45:33.215Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-04T04:45:33.475Z] Selecting previously unselected package git-man. [2021-02-04T04:45:33.475Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-04T04:45:33.475Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T04:45:33.475Z] Selecting previously unselected package git. [2021-02-04T04:45:33.475Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-04T04:45:33.736Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T04:45:34.311Z] Selecting previously unselected package libnorm1:amd64. [2021-02-04T04:45:34.311Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-04T04:45:34.311Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T04:45:34.578Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-04T04:45:34.578Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-04T04:45:34.578Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T04:45:34.578Z] Selecting previously unselected package libsodium23:amd64. [2021-02-04T04:45:34.578Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-04T04:45:34.578Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-04T04:45:34.855Z] Selecting previously unselected package libzmq5:amd64. [2021-02-04T04:45:34.855Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T04:45:34.855Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:45:34.855Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-04T04:45:34.855Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T04:45:34.855Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:45:35.117Z] Selecting previously unselected package pkg-config. [2021-02-04T04:45:35.117Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-04T04:45:35.117Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T04:45:35.117Z] Selecting previously unselected package zip. [2021-02-04T04:45:35.117Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-04T04:45:35.117Z] Unpacking zip (3.0-11build1) ... [2021-02-04T04:45:35.117Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T04:45:35.117Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T04:45:35.117Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T04:45:35.390Z] Setting up liberror-perl (0.17025-1) ... [2021-02-04T04:45:35.390Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T04:45:35.390Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T04:45:35.390Z] No schema files found: doing nothing. [2021-02-04T04:45:35.390Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T04:45:35.390Z] Setting up zip (3.0-11build1) ... [2021-02-04T04:45:35.390Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T04:45:35.390Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-04T04:45:35.390Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T04:45:35.669Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:45:35.669Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T04:45:35.669Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:45:35.669Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T04:45:35.669Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:45:42.267Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:45:42.267Z] git set to automatically installed. [2021-02-04T04:45:42.267Z] git-man set to automatically installed. [2021-02-04T04:45:42.267Z] libcurl3-gnutls set to automatically installed. [2021-02-04T04:45:42.267Z] liberror-perl set to automatically installed. [2021-02-04T04:45:42.267Z] libglib2.0-0 set to automatically installed. [2021-02-04T04:45:42.267Z] libnghttp2-14 set to automatically installed. [2021-02-04T04:45:42.267Z] libnorm1 set to automatically installed. [2021-02-04T04:45:42.267Z] libpgm-5.2-0 set to automatically installed. [2021-02-04T04:45:42.267Z] libpsl5 set to automatically installed. [2021-02-04T04:45:42.267Z] librtmp1 set to automatically installed. [2021-02-04T04:45:42.267Z] libsodium23 set to automatically installed. [2021-02-04T04:45:42.267Z] libzmq3-dev set to automatically installed. [2021-02-04T04:45:42.267Z] libzmq5 set to automatically installed. [2021-02-04T04:45:42.267Z] pkg-config set to automatically installed. [2021-02-04T04:45:42.267Z] zip set to automatically installed. [2021-02-04T04:45:44.182Z] snapd is not logged in, snap install commands will use sudo [2021-02-04T04:45:50.779Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:45:50.779Z] snap "core18" has no updates available [2021-02-04T04:45:51.349Z] Pulling config-common [2021-02-04T04:45:52.290Z] Pulling go-build-helper [2021-02-04T04:46:14.314Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T04:46:14.314Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T04:46:14.314Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T04:46:14.314Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T04:46:14.314Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T04:46:14.314Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T04:46:14.314Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T04:46:14.314Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T04:46:14.314Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T04:46:14.314Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T04:46:14.314Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T04:46:14.314Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T04:46:14.314Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T04:46:14.314Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T04:46:14.314Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T04:46:14.314Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T04:46:14.314Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T04:46:14.314Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T04:46:14.314Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T04:46:14.314Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T04:46:14.314Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T04:46:14.314Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T04:46:14.314Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T04:46:14.314Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T04:46:14.314Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T04:46:14.314Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T04:46:14.314Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T04:46:14.314Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-04T04:46:14.314Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-04T04:46:14.314Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-04T04:46:14.314Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-04T04:46:14.314Z] Fetched 279 kB in 0s (0 B/s) [2021-02-04T04:46:14.314Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-04T04:46:14.314Z] Fetched 122 kB in 0s (0 B/s) [2021-02-04T04:46:14.314Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-04T04:46:14.314Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-04T04:46:14.314Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-04T04:46:14.315Z] Fetched 8848 B in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-04T04:46:14.315Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-04T04:46:14.315Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-04T04:46:14.315Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-04T04:46:14.315Z] Fetched 214 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-04T04:46:14.315Z] Fetched 155 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-04T04:46:14.315Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-04T04:46:14.315Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-04T04:46:14.315Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-04T04:46:14.315Z] Fetched 499 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-04T04:46:14.315Z] Fetched 111 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-04T04:46:14.315Z] Fetched 240 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-04T04:46:14.315Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-04T04:46:14.315Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-04T04:46:14.315Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-04T04:46:14.315Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-04T04:46:14.315Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-04T04:46:14.315Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-04T04:46:14.315Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-04T04:46:14.315Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-04T04:46:14.315Z] Fetched 8720 B in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-04T04:46:14.315Z] Fetched 137 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-04T04:46:14.315Z] Fetched 119 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-04T04:46:14.315Z] Fetched 109 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-04T04:46:14.315Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-04T04:46:14.315Z] Fetched 645 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-04T04:46:14.315Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-04T04:46:14.315Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-04T04:46:14.315Z] Fetched 368 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-04T04:46:14.315Z] Fetched 187 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-04T04:46:14.315Z] Fetched 175 kB in 0s (0 B/s) [2021-02-04T04:46:14.315Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-04T04:46:17.770Z] Fetched 206 kB in 0s (0 B/s) [2021-02-04T04:46:17.770Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-04T04:46:17.770Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-04T04:46:17.770Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-04T04:46:17.770Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-04T04:46:17.770Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-04T04:46:17.770Z] Fetched 159 kB in 0s (0 B/s) [2021-02-04T04:46:17.770Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-04T04:46:17.770Z] Fetched 107 kB in 0s (0 B/s) [2021-02-04T04:46:17.770Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-04T04:46:17.770Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-04T04:46:17.770Z] Pulling static-packages [2021-02-04T04:46:18.714Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-04T04:46:18.714Z] Skipping pull go-build-helper (already ran) [2021-02-04T04:46:18.714Z] Skipping pull static-packages (already ran) [2021-02-04T04:46:18.714Z] Building go-build-helper [2021-02-04T04:46:22.919Z] Building static-packages [2021-02-04T04:46:24.304Z] Staging go-build-helper [2021-02-04T04:46:24.875Z] Staging static-packages [2021-02-04T04:46:25.818Z] Pulling go115 [2021-02-04T04:46:26.761Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-04T04:46:26.761Z] Skipping pull go115 (already ran) [2021-02-04T04:46:26.761Z] Building go115 [2021-02-04T04:46:26.761Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:46:26.761Z] Dload Upload Total Spent Left Speed [2021-02-04T04:46:30.151Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 26 115M 26 31.1M 0 0 30.8M 0 0:00:03 0:00:01 0:00:02 30.8M 56 115M 56 65.0M 0 0 32.3M 0 0:00:03 0:00:02 0:00:01 32.3M 88 115M 88 102M 0 0 34.0M 0 0:00:03 0:00:03 --:--:-- 34.0M 100 115M 100 115M 0 0 33.9M 0 0:00:03 0:00:03 --:--:-- 33.9M [2021-02-04T04:46:30.721Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-04T04:46:34.939Z] Staging go115 [2021-02-04T04:46:40.223Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T04:46:40.223Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T04:46:40.223Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T04:46:40.223Z] Fetched 0 B in 0s (0 B/s) [2021-02-04T04:46:40.223Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-04T04:46:40.223Z] Fetched 224 kB in 0s (0 B/s) [2021-02-04T04:46:40.223Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-04T04:46:40.223Z] Fetched 157 kB in 0s (0 B/s) [2021-02-04T04:46:40.223Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-04T04:46:40.223Z] Fetched 221 kB in 0s (0 B/s) [2021-02-04T04:46:40.223Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-04T04:46:40.223Z] Fetched 143 kB in 0s (0 B/s) [2021-02-04T04:46:40.223Z] Pulling edgex-go [2021-02-04T04:46:40.794Z] Pulling version [2021-02-04T04:46:42.186Z] Building config-common [2021-02-04T04:46:44.152Z] Skipping build go-build-helper (already ran) [2021-02-04T04:46:44.152Z] Skipping build static-packages (already ran) [2021-02-04T04:46:44.152Z] Skipping build go115 (already ran) [2021-02-04T04:46:44.152Z] Building edgex-go [2021-02-04T04:46:44.152Z] 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-02-04T04:46:45.630Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-04T04:46:45.630Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.19 [2021-02-04T04:46:45.630Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-04T04:46:45.630Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-04T04:46:45.630Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-04T04:46:45.630Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-04T04:46:45.630Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-04T04:46:45.630Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-04T04:46:45.630Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-04T04:46:45.630Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-04T04:46:45.630Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-04T04:46:45.630Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-04T04:46:45.630Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-04T04:46:45.630Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-04T04:46:45.630Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-04T04:46:45.630Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-04T04:46:45.630Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-04T04:46:45.630Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-04T04:46:45.630Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-04T04:46:45.630Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-04T04:46:45.630Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-04T04:46:45.630Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-04T04:46:45.630Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-04T04:46:45.630Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-04T04:46:45.630Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-04T04:46:45.630Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-04T04:46:45.630Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-04T04:46:45.630Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-04T04:46:45.630Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-04T04:46:45.630Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-04T04:46:45.630Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-04T04:46:45.630Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-04T04:46:45.894Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-04T04:46:45.894Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-04T04:46:45.894Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-04T04:46:45.894Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-04T04:46:45.894Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-04T04:46:45.894Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-04T04:46:46.154Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-04T04:46:46.154Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-04T04:46:50.625Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:46:50.625Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:46:50.625Z] ---> cf5dc125edf8 [2021-02-04T04:46:50.625Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T04:46:50.625Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:46:50.625Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:46:50.625Z] ---> cf5dc125edf8 [2021-02-04T04:46:50.625Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T04:46:50.625Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:46:50.625Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:46:50.625Z] ---> cf5dc125edf8 [2021-02-04T04:46:50.625Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T04:46:50.625Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:46:50.625Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:46:50.625Z] ---> cf5dc125edf8 [2021-02-04T04:46:50.625Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:46:50.625Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:46:50.625Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:46:50.625Z] ---> cf5dc125edf8 [2021-02-04T04:46:50.625Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:46:50.625Z] ---> Running in e626d00f29c4 [2021-02-04T04:46:50.625Z] ---> Running in ab122d12e8a0 [2021-02-04T04:46:50.625Z] ---> Running in 58ce7fa3f1ee [2021-02-04T04:46:50.625Z] ---> Running in 627ec89209b2 [2021-02-04T04:46:50.625Z] ---> Running in 29b1d28b5905 [2021-02-04T04:46:50.625Z] Removing intermediate container 627ec89209b2 [2021-02-04T04:46:50.625Z] ---> 5af63043c1f6 [2021-02-04T04:46:50.625Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:46:50.625Z] Removing intermediate container ab122d12e8a0 [2021-02-04T04:46:50.625Z] ---> 3a30289b1ed9 [2021-02-04T04:46:50.625Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:46:50.625Z] Removing intermediate container 29b1d28b5905 [2021-02-04T04:46:50.625Z] ---> 052c0f245f46 [2021-02-04T04:46:50.625Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:46:50.625Z] Removing intermediate container e626d00f29c4 [2021-02-04T04:46:50.625Z] ---> 699febf740d9 [2021-02-04T04:46:50.625Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:46:50.625Z] Removing intermediate container 58ce7fa3f1ee [2021-02-04T04:46:50.625Z] ---> 80629ca0e319 [2021-02-04T04:46:50.625Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:46:50.625Z] ---> Running in 6ea946031268 [2021-02-04T04:46:50.625Z] ---> Running in 36dbcc597bd3 [2021-02-04T04:46:50.625Z] ---> Running in 7f6eb77aedb5 [2021-02-04T04:46:50.625Z] ---> Running in 15d8af4b4501 [2021-02-04T04:46:50.625Z] ---> Running in 0aac4408bd4e [2021-02-04T04:46:53.286Z] Removing intermediate container 6ea946031268 [2021-02-04T04:46:53.286Z] ---> e0c425d040a5 [2021-02-04T04:46:53.286Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T04:46:53.286Z] ---> Running in d423d3ccdfad [2021-02-04T04:46:53.562Z] Removing intermediate container 36dbcc597bd3 [2021-02-04T04:46:53.562Z] ---> 8461d60fee4f [2021-02-04T04:46:53.562Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:46:53.562Z] Removing intermediate container 15d8af4b4501 [2021-02-04T04:46:53.562Z] ---> 1672fac7d4b6 [2021-02-04T04:46:53.562Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T04:46:53.833Z] ---> Running in 1a73dcbcf365 [2021-02-04T04:46:53.833Z] ---> Running in 827207f1a118 [2021-02-04T04:46:53.833Z] Removing intermediate container 7f6eb77aedb5 [2021-02-04T04:46:53.833Z] ---> fc218084e513 [2021-02-04T04:46:53.833Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T04:46:53.833Z] Removing intermediate container 0aac4408bd4e [2021-02-04T04:46:53.833Z] ---> d2efb43b519a [2021-02-04T04:46:53.833Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T04:46:54.109Z] ---> Running in 7f52a68f8492 [2021-02-04T04:46:54.109Z] ---> Running in 333e9e87a238 [2021-02-04T04:46:54.320Z] 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-02-04T04:46:54.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:55.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:56.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:56.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:56.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:56.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:56.278Z] OK: 217 MiB in 51 packages [2021-02-04T04:46:56.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:56.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:56.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:56.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:57.490Z] Removing intermediate container d423d3ccdfad [2021-02-04T04:46:57.490Z] ---> b709406c7f8f [2021-02-04T04:46:57.490Z] Step 6/22 : COPY go.mod . [2021-02-04T04:46:57.768Z] OK: 217 MiB in 51 packages [2021-02-04T04:46:57.768Z] OK: 217 MiB in 51 packages [2021-02-04T04:46:58.044Z] OK: 217 MiB in 51 packages [2021-02-04T04:46:58.321Z] ---> 6b7c4ad393be [2021-02-04T04:46:58.321Z] Step 7/22 : RUN go mod download [2021-02-04T04:46:58.321Z] OK: 217 MiB in 51 packages [2021-02-04T04:46:58.541Z] 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-02-04T04:46:58.606Z] ---> Running in bdd8e1987884 [2021-02-04T04:46:59.597Z] Removing intermediate container 1a73dcbcf365 [2021-02-04T04:46:59.597Z] ---> c8a19276b7eb [2021-02-04T04:46:59.597Z] Step 6/23 : COPY go.mod . [2021-02-04T04:46:59.597Z] Removing intermediate container 7f52a68f8492 [2021-02-04T04:46:59.597Z] ---> 9aff657edf63 [2021-02-04T04:46:59.597Z] Step 6/26 : COPY go.mod . [2021-02-04T04:46:59.926Z] 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-02-04T04:47:00.202Z] Removing intermediate container 333e9e87a238 [2021-02-04T04:47:00.202Z] ---> 4320637450f7 [2021-02-04T04:47:00.202Z] Step 6/24 : COPY go.mod . [2021-02-04T04:47:00.202Z] Removing intermediate container 827207f1a118 [2021-02-04T04:47:00.202Z] ---> d7d25691eee1 [2021-02-04T04:47:00.202Z] Step 6/31 : COPY go.mod . [2021-02-04T04:47:00.484Z] ---> b720ac733849 [2021-02-04T04:47:00.484Z] Step 7/23 : RUN go mod download [2021-02-04T04:47:00.774Z] ---> Running in 54bd58621ab2 [2021-02-04T04:47:01.055Z] ---> f34fabedd135 [2021-02-04T04:47:01.055Z] Step 7/26 : RUN go mod download [2021-02-04T04:47:01.055Z] ---> Running in 059db0e9a2c6 [2021-02-04T04:47:01.316Z] 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-02-04T04:47:01.350Z] ---> 09d666e8a3f6 [2021-02-04T04:47:01.350Z] Step 7/24 : RUN go mod download [2021-02-04T04:47:01.578Z] 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-02-04T04:47:01.578Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-04T04:47:01.630Z] ---> Running in b75cc60e6333 [2021-02-04T04:47:01.838Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-04T04:47:01.838Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-04T04:47:01.838Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-04T04:47:01.906Z] ---> c3f1d1a1ae8d [2021-02-04T04:47:01.906Z] Step 7/31 : RUN go mod download [2021-02-04T04:47:02.183Z] ---> Running in b76cb39e0491 [2021-02-04T04:47:03.178Z] Removing intermediate container bdd8e1987884 [2021-02-04T04:47:03.178Z] ---> 9d161a37367a [2021-02-04T04:47:03.178Z] Step 8/22 : COPY . . [2021-02-04T04:47:03.220Z] 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-02-04T04:47:04.605Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-04T04:47:04.605Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-04T04:47:04.866Z] 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-02-04T04:47:05.820Z] 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-02-04T04:47:05.820Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-04T04:47:06.117Z] Removing intermediate container 54bd58621ab2 [2021-02-04T04:47:06.117Z] ---> 013a11f449d3 [2021-02-04T04:47:06.117Z] Step 8/23 : COPY . . [2021-02-04T04:47:06.734Z] Removing intermediate container 059db0e9a2c6 [2021-02-04T04:47:06.734Z] ---> 4245753e7e6a [2021-02-04T04:47:06.734Z] Step 8/26 : COPY . . [2021-02-04T04:47:07.025Z] Removing intermediate container b75cc60e6333 [2021-02-04T04:47:07.025Z] ---> 0d7bf26cbc06 [2021-02-04T04:47:07.025Z] Step 8/24 : COPY . . [2021-02-04T04:47:07.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T04:47:07.635Z] Removing intermediate container b76cb39e0491 [2021-02-04T04:47:07.635Z] ---> e14d52085c08 [2021-02-04T04:47:07.635Z] Step 8/31 : COPY . . [2021-02-04T04:47:08.181Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T04:47:09.144Z] 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-02-04T04:47:09.144Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-04T04:47:11.774Z] 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-02-04T04:47:11.774Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-04T04:47:14.334Z] Building version [2021-02-04T04:47:16.878Z] Staging config-common [2021-02-04T04:47:17.823Z] Skipping stage go-build-helper (already ran) [2021-02-04T04:47:17.823Z] Skipping stage static-packages (already ran) [2021-02-04T04:47:17.823Z] Skipping stage go115 (already ran) [2021-02-04T04:47:17.823Z] Staging edgex-go [2021-02-04T04:47:18.764Z] Staging version [2021-02-04T04:47:19.706Z] Priming config-common [2021-02-04T04:47:20.651Z] Priming go-build-helper [2021-02-04T04:47:21.595Z] Priming static-packages [2021-02-04T04:47:24.151Z] Priming go115 [2021-02-04T04:47:25.095Z] Priming edgex-go [2021-02-04T04:47:26.042Z] Priming version [2021-02-04T04:47:26.990Z] 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-02-04T04:47:34.531Z] ---> 4e895de0968b [2021-02-04T04:47:34.531Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T04:47:34.531Z] ---> 59f56b0a6d5f [2021-02-04T04:47:34.531Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T04:47:34.531Z] ---> bd881c45bd7c [2021-02-04T04:47:34.531Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T04:47:34.531Z] ---> 10f3f4b92491 [2021-02-04T04:47:34.531Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T04:47:34.531Z] ---> 2a435cf82b41 [2021-02-04T04:47:34.531Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T04:47:34.531Z] ---> Running in d57e3b255a10 [2021-02-04T04:47:34.531Z] ---> Running in 7c91bc9c165e [2021-02-04T04:47:34.531Z] ---> Running in 06b544df20f1 [2021-02-04T04:47:34.531Z] ---> Running in 39c7091b1eb2 [2021-02-04T04:47:34.531Z] ---> Running in 7850937eaa60 [2021-02-04T04:47:34.531Z] 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-02-04T04:47:34.531Z] 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-02-04T04:47:34.531Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T04:47:34.531Z] 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-02-04T04:47:34.531Z] 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-02-04T04:48:56.361Z] 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-02-04T04:48:56.361Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T04:49:06.541Z] Removing intermediate container 06b544df20f1 [2021-02-04T04:49:06.541Z] ---> a4bfa894318d [2021-02-04T04:49:06.541Z] [2021-02-04T04:49:06.541Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T04:49:06.541Z] 3.12: Pulling from library/alpine [2021-02-04T04:49:08.530Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T04:49:08.530Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T04:49:08.530Z] ---> afeebe901d6b [2021-02-04T04:49:08.530Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T04:49:09.132Z] ---> Running in 50effeb1399f [2021-02-04T04:49:09.413Z] Removing intermediate container 39c7091b1eb2 [2021-02-04T04:49:09.413Z] ---> 7c24fb4c9d63 [2021-02-04T04:49:09.413Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T04:49:10.016Z] ---> Running in fff052f5d916 [2021-02-04T04:49:11.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:11.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:12.084Z] 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-02-04T04:49:12.084Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T04:49:12.362Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:49:12.362Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T04:49:12.362Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T04:49:12.362Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T04:49:12.362Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:49:12.362Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:49:12.639Z] OK: 7 MiB in 19 packages [2021-02-04T04:49:15.404Z] Removing intermediate container 50effeb1399f [2021-02-04T04:49:15.404Z] ---> c4c04d35368f [2021-02-04T04:49:15.404Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:49:15.733Z] ---> Running in 33627edc88c2 [2021-02-04T04:49:16.365Z] Removing intermediate container 33627edc88c2 [2021-02-04T04:49:16.365Z] ---> ff0774aae11f [2021-02-04T04:49:16.365Z] Step 13/24 : WORKDIR / [2021-02-04T04:49:16.365Z] ---> Running in cd1d3f41201f [2021-02-04T04:49:17.422Z] Removing intermediate container cd1d3f41201f [2021-02-04T04:49:17.422Z] ---> ccc72deaf278 [2021-02-04T04:49:17.422Z] 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-02-04T04:49:18.436Z] Removing intermediate container fff052f5d916 [2021-02-04T04:49:18.436Z] ---> d74cf57bfffa [2021-02-04T04:49:18.436Z] [2021-02-04T04:49:18.436Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T04:49:18.716Z] 20.10.0: Pulling from library/docker [2021-02-04T04:49:18.716Z] ---> 984ecc195b95 [2021-02-04T04:49:18.716Z] 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-02-04T04:49:20.705Z] ---> fa16be93e15c [2021-02-04T04:49:20.705Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T04:49:24.112Z] ---> 11d1063b62ad [2021-02-04T04:49:24.112Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T04:49:24.112Z] Removing intermediate container d57e3b255a10 [2021-02-04T04:49:24.112Z] ---> 4937ee58a620 [2021-02-04T04:49:24.112Z] [2021-02-04T04:49:24.112Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T04:49:24.112Z] ---> afeebe901d6b [2021-02-04T04:49:24.112Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T04:49:24.387Z] ---> Running in e6db9980c658 [2021-02-04T04:49:25.820Z] ---> 7cde88d7987d [2021-02-04T04:49:25.820Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T04:49:26.090Z] Removing intermediate container e6db9980c658 [2021-02-04T04:49:26.090Z] ---> c40e331cda94 [2021-02-04T04:49:26.090Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T04:49:27.061Z] ---> Running in 8f2497cfd494 [2021-02-04T04:49:28.487Z] Removing intermediate container 7c91bc9c165e [2021-02-04T04:49:28.487Z] ---> b3b22ed4b4c5 [2021-02-04T04:49:28.487Z] [2021-02-04T04:49:28.487Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:49:28.487Z] ---> afeebe901d6b [2021-02-04T04:49:28.487Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T04:49:28.487Z] ---> 0cf903d6f9c9 [2021-02-04T04:49:28.487Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T04:49:28.761Z] Removing intermediate container 7850937eaa60 [2021-02-04T04:49:28.761Z] ---> ae538bd186d0 [2021-02-04T04:49:28.761Z] [2021-02-04T04:49:28.761Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:49:28.761Z] ---> afeebe901d6b [2021-02-04T04:49:28.761Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:49:29.040Z] ---> Running in 8c9f879c66bf [2021-02-04T04:49:29.356Z] ---> Running in 0c2a07c62936 [2021-02-04T04:49:29.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:30.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:30.247Z] ---> a4a1ecd7db04 [2021-02-04T04:49:30.247Z] 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-02-04T04:49:30.530Z] ---> Running in c0f52ca77f8d [2021-02-04T04:49:30.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:31.084Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:31.084Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:31.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:31.363Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:49:31.363Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T04:49:31.363Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:49:31.363Z] OK: 5 MiB in 16 packages [2021-02-04T04:49:31.985Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:49:31.985Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:49:31.985Z] OK: 5 MiB in 15 packages [2021-02-04T04:49:31.985Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T04:49:32.268Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:49:32.268Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:49:32.560Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:49:32.560Z] OK: 6 MiB in 16 packages [2021-02-04T04:49:34.021Z] Removing intermediate container 8f2497cfd494 [2021-02-04T04:49:34.021Z] ---> 932fffb6b91b [2021-02-04T04:49:34.021Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T04:49:34.310Z] ---> Running in 331e21b74169 [2021-02-04T04:49:34.310Z] Removing intermediate container 0c2a07c62936 [2021-02-04T04:49:34.310Z] ---> b17c1d7efb31 [2021-02-04T04:49:34.310Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:49:34.906Z] ---> Running in ca593eced65c [2021-02-04T04:49:34.906Z] Removing intermediate container c0f52ca77f8d [2021-02-04T04:49:34.906Z] ---> ed89c0f768af [2021-02-04T04:49:34.906Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T04:49:34.906Z] Removing intermediate container 331e21b74169 [2021-02-04T04:49:34.906Z] ---> 4043300ad983 [2021-02-04T04:49:34.906Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T04:49:35.177Z] Removing intermediate container 8c9f879c66bf [2021-02-04T04:49:35.177Z] ---> b565b94798c9 [2021-02-04T04:49:35.177Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:49:35.177Z] ---> Running in 3d511d8ec42b [2021-02-04T04:49:35.451Z] ---> Running in c8df46143c87 [2021-02-04T04:49:35.451Z] ---> Running in 1dd7ca9784bb [2021-02-04T04:49:35.451Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T04:49:35.451Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T04:49:35.451Z] ---> eeaf43b92773 [2021-02-04T04:49:35.451Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T04:49:35.451Z] Removing intermediate container ca593eced65c [2021-02-04T04:49:35.451Z] ---> adc5a7f63738 [2021-02-04T04:49:35.451Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T04:49:35.724Z] ---> Running in b4baf5e1ff6f [2021-02-04T04:49:35.724Z] ---> Running in 8f65dacb39d4 [2021-02-04T04:49:36.006Z] Removing intermediate container 3d511d8ec42b [2021-02-04T04:49:36.006Z] ---> 93442f7d8d6a [2021-02-04T04:49:36.006Z] Step 22/24 : LABEL arch=arm64 [2021-02-04T04:49:36.285Z] Removing intermediate container c8df46143c87 [2021-02-04T04:49:36.285Z] ---> 81ae242af990 [2021-02-04T04:49:36.285Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T04:49:36.285Z] ---> Running in 81551d37cc8a [2021-02-04T04:49:36.564Z] Removing intermediate container 1dd7ca9784bb [2021-02-04T04:49:36.564Z] ---> ec82e88b95ad [2021-02-04T04:49:36.564Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T04:49:36.564Z] ---> Running in 9127810fb1ef [2021-02-04T04:49:36.564Z] Removing intermediate container 8f65dacb39d4 [2021-02-04T04:49:36.564Z] ---> df6d16b16dfa [2021-02-04T04:49:36.564Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:49:36.863Z] ---> Running in e50913570b67 [2021-02-04T04:49:37.149Z] ---> Running in 3a53067a9ada [2021-02-04T04:49:37.149Z] Removing intermediate container 81551d37cc8a [2021-02-04T04:49:37.149Z] ---> 813b7eb5d5d1 [2021-02-04T04:49:37.149Z] Step 23/24 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:49:37.435Z] ---> Running in 5dce7e58dd69 [2021-02-04T04:49:37.723Z] Removing intermediate container e50913570b67 [2021-02-04T04:49:37.723Z] ---> dbce3a3f0bf1 [2021-02-04T04:49:37.723Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:49:37.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:38.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:38.008Z] ---> Running in d7789229f7c4 [2021-02-04T04:49:38.008Z] Removing intermediate container 3a53067a9ada [2021-02-04T04:49:38.008Z] ---> c21f324ef57e [2021-02-04T04:49:38.008Z] Step 15/23 : WORKDIR / [2021-02-04T04:49:38.284Z] ---> Running in fe45da1e7da5 [2021-02-04T04:49:38.284Z] Removing intermediate container 5dce7e58dd69 [2021-02-04T04:49:38.284Z] ---> 812bf12fd4ca [2021-02-04T04:49:38.284Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T04:49:38.567Z] Removing intermediate container d7789229f7c4 [2021-02-04T04:49:38.567Z] ---> e2a04e3d7081 [2021-02-04T04:49:38.567Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:49:38.567Z] ---> Running in 6a231eea88c6 [2021-02-04T04:49:38.845Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T04:49:38.845Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T04:49:39.130Z] Executing bash-5.0.17-r0.post-install [2021-02-04T04:49:39.130Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:49:39.130Z] OK: 12 MiB in 22 packages [2021-02-04T04:49:39.130Z] Removing intermediate container fe45da1e7da5 [2021-02-04T04:49:39.130Z] ---> ca883552122c [2021-02-04T04:49:39.130Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:49:39.736Z] Removing intermediate container 6a231eea88c6 [2021-02-04T04:49:39.736Z] ---> 1115a118f5b1 [2021-02-04T04:49:39.736Z] [2021-02-04T04:49:39.736Z] ---> 6952fd4f6c6b [2021-02-04T04:49:39.736Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T04:49:40.385Z] Removing intermediate container 9127810fb1ef [2021-02-04T04:49:40.385Z] ---> 6aca5e97269a [2021-02-04T04:49:40.385Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T04:49:40.385Z] Successfully built 1115a118f5b1 [2021-02-04T04:49:40.385Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T04:49:40.385Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-02-04T04:49:40.665Z] ---> Running in c399467c1ec9 [2021-02-04T04:49:40.665Z] ---> 1a7ddf7c6634 [2021-02-04T04:49:40.939Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T04:49:41.546Z] Removing intermediate container b4baf5e1ff6f [2021-02-04T04:49:41.546Z] ---> 2014781a4c42 [2021-02-04T04:49:41.546Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T04:49:42.144Z] ---> Running in 861aaef6abde [2021-02-04T04:49:42.741Z] Removing intermediate container c399467c1ec9 [2021-02-04T04:49:42.741Z] ---> ee2ad41ce322 [2021-02-04T04:49:42.741Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T04:49:43.014Z] ---> 1fd6bd4033e7 [2021-02-04T04:49:43.014Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T04:49:44.020Z] ---> 987d864f5530 [2021-02-04T04:49:44.020Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T04:49:44.020Z] Removing intermediate container 861aaef6abde [2021-02-04T04:49:44.020Z] ---> 615f9747ae86 [2021-02-04T04:49:44.020Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T04:49:44.293Z] ---> 70a30d685805 [2021-02-04T04:49:44.293Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T04:49:44.293Z] ---> 1ea4a3dc2d80 [2021-02-04T04:49:44.293Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T04:49:44.564Z] ---> Running in 72dd1f76bd7e [2021-02-04T04:49:44.564Z] ---> Running in 4d43969b8c17 [2021-02-04T04:49:44.844Z] ---> Running in 45cf85d89c52 [2021-02-04T04:49:45.837Z] ---> 38077111a3c8 [2021-02-04T04:49:45.837Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T04:49:45.837Z] Removing intermediate container 72dd1f76bd7e [2021-02-04T04:49:45.837Z] ---> 57ecf93e8b74 [2021-02-04T04:49:45.837Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T04:49:46.128Z] ---> Running in 6f5063ece848 [2021-02-04T04:49:46.128Z] ---> Running in f05d1b72ed9c [2021-02-04T04:49:46.128Z] Removing intermediate container 45cf85d89c52 [2021-02-04T04:49:46.128Z] ---> 9cf72bc727f5 [2021-02-04T04:49:46.128Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:49:47.110Z] ---> Running in a42115319bae [2021-02-04T04:49:47.110Z] Removing intermediate container f05d1b72ed9c [2021-02-04T04:49:47.110Z] Removing intermediate container 6f5063ece848 [2021-02-04T04:49:47.110Z] ---> 58f2ad5eb122 [2021-02-04T04:49:47.110Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:49:47.110Z] ---> 64cfb3666de4 [2021-02-04T04:49:47.110Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T04:49:47.387Z] ---> Running in f7b43a94d072 [2021-02-04T04:49:47.675Z] Removing intermediate container a42115319bae [2021-02-04T04:49:47.675Z] ---> 59c845d1ef10 [2021-02-04T04:49:47.675Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T04:49:48.278Z] ---> Running in cf911699976f [2021-02-04T04:49:48.278Z] Removing intermediate container f7b43a94d072 [2021-02-04T04:49:48.278Z] ---> 56eb41045def [2021-02-04T04:49:48.278Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T04:49:48.554Z] ---> Running in 5b004952bb11 [2021-02-04T04:49:48.830Z] Removing intermediate container 4d43969b8c17 [2021-02-04T04:49:48.830Z] ---> 890cf3dbba7c [2021-02-04T04:49:48.830Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:49:48.830Z] ---> 49111277a0e9 [2021-02-04T04:49:48.830Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T04:49:48.830Z] Removing intermediate container cf911699976f [2021-02-04T04:49:48.830Z] ---> c6efd7fb2c99 [2021-02-04T04:49:48.830Z] Step 21/22 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:49:49.109Z] ---> Running in 5b2d0e67a09a [2021-02-04T04:49:49.397Z] Removing intermediate container 5b004952bb11 [2021-02-04T04:49:49.397Z] ---> a3921ded1625 [2021-02-04T04:49:49.397Z] Step 22/23 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:49:50.389Z] ---> Running in 83a1fc2ab5d9 [2021-02-04T04:49:50.389Z] Removing intermediate container 5b2d0e67a09a [2021-02-04T04:49:50.389Z] ---> 86d58c4b2190 [2021-02-04T04:49:50.389Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:49:51.009Z] ---> d72ff17d6dc0 [2021-02-04T04:49:51.009Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T04:49:51.009Z] ---> 00a3cdbc8dcf [2021-02-04T04:49:51.009Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T04:49:51.009Z] ---> Running in ffc583587da2 [2021-02-04T04:49:51.671Z] Removing intermediate container 83a1fc2ab5d9 [2021-02-04T04:49:51.671Z] ---> 7cfcd34304ff [2021-02-04T04:49:51.671Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:49:51.946Z] Removing intermediate container ffc583587da2 [2021-02-04T04:49:51.946Z] ---> b1e635973a8d [2021-02-04T04:49:51.946Z] [2021-02-04T04:49:52.222Z] ---> Running in 4d2c36cdc77b [2021-02-04T04:49:52.519Z] Successfully built b1e635973a8d [2021-02-04T04:49:52.803Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T04:49:52.803Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-02-04T04:49:52.803Z] ---> 07d024a771a1 [2021-02-04T04:49:52.803Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T04:49:53.098Z] ---> Running in 9bd082958f5d [2021-02-04T04:49:53.384Z] ---> 4d1304699e36 [2021-02-04T04:49:53.384Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T04:49:53.384Z] Removing intermediate container 4d2c36cdc77b [2021-02-04T04:49:53.384Z] ---> 2ca3e6fb9eb2 [2021-02-04T04:49:53.384Z] [2021-02-04T04:49:53.989Z] Successfully built 2ca3e6fb9eb2 [2021-02-04T04:49:53.989Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T04:49:53.989Z] Building docker-support-scheduler-go [2021-02-04T04:49:54.591Z]  Building docker-core-command-go ... done  ---> 8dea906902a9 [2021-02-04T04:49:54.591Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T04:49:54.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:55.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:56.136Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T04:49:56.136Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T04:49:56.136Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T04:49:56.136Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T04:49:56.136Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T04:49:56.136Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T04:49:56.136Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T04:49:56.136Z] ---> 7b39395082b8 [2021-02-04T04:49:56.136Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T04:49:58.115Z] ---> b26a88471f62 [2021-02-04T04:49:58.115Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T04:49:59.095Z] ---> Running in 106ea89943c2 [2021-02-04T04:50:00.534Z] Removing intermediate container 106ea89943c2 [2021-02-04T04:50:00.534Z] ---> 4cda15dc5b2a [2021-02-04T04:50:00.534Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T04:50:01.988Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T04:50:01.988Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T04:50:01.988Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T04:50:01.988Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T04:50:01.988Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T04:50:01.988Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T04:50:01.988Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T04:50:01.988Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T04:50:02.267Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T04:50:02.267Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T04:50:02.267Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T04:50:02.267Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T04:50:02.267Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T04:50:02.267Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T04:50:02.267Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T04:50:02.267Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T04:50:02.560Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T04:50:02.560Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T04:50:02.560Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T04:50:02.560Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T04:50:02.560Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T04:50:02.560Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T04:50:02.560Z] ---> 9ced032e2ee3 [2021-02-04T04:50:02.560Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T04:50:02.560Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T04:50:02.836Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T04:50:02.836Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T04:50:02.836Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T04:50:02.836Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:50:03.159Z] OK: 71 MiB in 55 packages [2021-02-04T04:50:03.446Z] ---> Running in 7307c36fbada [2021-02-04T04:50:06.100Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:50:06.100Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:50:06.100Z] ---> cf5dc125edf8 [2021-02-04T04:50:06.100Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:50:06.100Z] ---> Using cache [2021-02-04T04:50:06.100Z] ---> 80629ca0e319 [2021-02-04T04:50:06.100Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:50:06.100Z] ---> Using cache [2021-02-04T04:50:06.100Z] ---> d2efb43b519a [2021-02-04T04:50:06.100Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T04:50:08.752Z] ---> Running in fd9a124caeb4 [2021-02-04T04:50:09.353Z] Removing intermediate container 7307c36fbada [2021-02-04T04:50:09.353Z] ---> 201f9a7fca92 [2021-02-04T04:50:09.353Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T04:50:09.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:50:10.571Z] ---> Running in ad1aafb0a9ed [2021-02-04T04:50:11.177Z] Removing intermediate container ad1aafb0a9ed [2021-02-04T04:50:11.177Z] ---> c2320f7e1f6d [2021-02-04T04:50:11.177Z] Step 28/31 : CMD ["gate"] [2021-02-04T04:50:11.789Z] Removing intermediate container 9bd082958f5d [2021-02-04T04:50:11.789Z] ---> c03dd5e010e0 [2021-02-04T04:50:11.789Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T04:50:11.789Z] ---> Running in cc4454c289ac [2021-02-04T04:50:12.071Z] ---> Running in a54ed3b4eefc [2021-02-04T04:50:12.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:50:13.065Z] Removing intermediate container cc4454c289ac [2021-02-04T04:50:13.065Z] ---> e342b4006ad9 [2021-02-04T04:50:13.065Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T04:50:14.056Z] OK: 217 MiB in 51 packages [2021-02-04T04:50:14.056Z] ---> Running in 4d410ed432c2 [2021-02-04T04:50:15.759Z] Removing intermediate container 4d410ed432c2 [2021-02-04T04:50:15.759Z] ---> d28cee4e8d24 [2021-02-04T04:50:15.759Z] Step 30/31 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:50:16.423Z] Removing intermediate container fd9a124caeb4 [2021-02-04T04:50:16.423Z] ---> e81a1da1f5c2 [2021-02-04T04:50:16.423Z] Step 6/23 : COPY go.mod . [2021-02-04T04:50:17.459Z] ---> Running in 66b008f5da7a [2021-02-04T04:50:18.067Z] ---> c2146332e806 [2021-02-04T04:50:18.067Z] Step 7/23 : RUN go mod download [2021-02-04T04:50:18.343Z] Removing intermediate container 66b008f5da7a [2021-02-04T04:50:18.343Z] ---> Running in b47b000c477a [2021-02-04T04:50:18.626Z] ---> 28b7f1522b43 [2021-02-04T04:50:18.626Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T04:50:19.619Z] ---> Running in e291dd93d3aa [2021-02-04T04:50:19.895Z] Collecting docker-compose==1.23.2 [2021-02-04T04:50:19.895Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T04:50:20.508Z] 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-02-04T04:50:21.110Z] Removing intermediate container e291dd93d3aa [2021-02-04T04:50:21.110Z] ---> 59a77a81fd36 [2021-02-04T04:50:21.110Z] [2021-02-04T04:50:21.110Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T04:50:21.110Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T04:50:21.721Z] Successfully built 59a77a81fd36 [2021-02-04T04:50:21.721Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T04:50:21.721Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T04:50:21.721Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-02-04T04:50:21.721Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T04:50:23.719Z] Removing intermediate container b47b000c477a [2021-02-04T04:50:23.719Z] ---> ed18290ac518 [2021-02-04T04:50:23.719Z] Step 8/23 : COPY . . [2021-02-04T04:50:25.712Z] Collecting PyYAML<4,>=3.10 [2021-02-04T04:50:25.712Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T04:50:31.188Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T04:50:31.188Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T04:50:31.188Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:50:31.188Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:50:31.188Z] ---> cf5dc125edf8 [2021-02-04T04:50:31.188Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:50:31.188Z] ---> Using cache [2021-02-04T04:50:31.188Z] ---> 80629ca0e319 [2021-02-04T04:50:31.188Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:50:31.188Z] ---> Using cache [2021-02-04T04:50:31.188Z] ---> d2efb43b519a [2021-02-04T04:50:31.188Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:50:31.188Z] ---> Using cache [2021-02-04T04:50:31.188Z] ---> 4320637450f7 [2021-02-04T04:50:31.188Z] Step 6/23 : COPY go.mod . [2021-02-04T04:50:31.188Z] ---> Using cache [2021-02-04T04:50:31.188Z] ---> 09d666e8a3f6 [2021-02-04T04:50:31.188Z] Step 7/23 : RUN go mod download [2021-02-04T04:50:31.188Z] ---> Using cache [2021-02-04T04:50:31.188Z] ---> 0d7bf26cbc06 [2021-02-04T04:50:31.188Z] Step 8/23 : COPY . . [2021-02-04T04:50:31.188Z] ---> Using cache [2021-02-04T04:50:31.188Z] ---> bd881c45bd7c [2021-02-04T04:50:31.188Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T04:50:31.849Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:50:31.849Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:50:31.849Z] ---> cf5dc125edf8 [2021-02-04T04:50:31.849Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:50:31.849Z] ---> Using cache [2021-02-04T04:50:31.849Z] ---> 80629ca0e319 [2021-02-04T04:50:31.849Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:50:31.849Z] ---> Using cache [2021-02-04T04:50:31.849Z] ---> d2efb43b519a [2021-02-04T04:50:31.849Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T04:50:31.849Z] ---> Using cache [2021-02-04T04:50:31.849Z] ---> 4320637450f7 [2021-02-04T04:50:31.849Z] Step 6/22 : COPY go.mod . [2021-02-04T04:50:31.849Z] ---> Using cache [2021-02-04T04:50:31.849Z] ---> 09d666e8a3f6 [2021-02-04T04:50:31.849Z] Step 7/22 : RUN go mod download [2021-02-04T04:50:31.849Z] ---> Using cache [2021-02-04T04:50:31.849Z] ---> 0d7bf26cbc06 [2021-02-04T04:50:31.849Z] Step 8/22 : COPY . . [2021-02-04T04:50:31.849Z] ---> Using cache [2021-02-04T04:50:31.849Z] ---> bd881c45bd7c [2021-02-04T04:50:31.849Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T04:50:33.873Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T04:50:33.873Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T04:50:35.882Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T04:50:35.882Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T04:50:36.485Z] ---> Running in 337eeaef47b8 [2021-02-04T04:50:36.485Z] ---> Running in 4e537e5d1548 [2021-02-04T04:50:36.767Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T04:50:36.767Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T04:50:37.380Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T04:50:37.380Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T04:50:38.387Z] 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-02-04T04:50:38.665Z] 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-02-04T04:50:40.672Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T04:50:40.672Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T04:50:45.067Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T04:50:45.067Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T04:50:45.067Z] ---> aad4f20edde1 [2021-02-04T04:50:45.067Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T04:50:45.343Z] ---> Running in d25a25a8901f [2021-02-04T04:50:45.620Z] Collecting idna<2.8,>=2.5 [2021-02-04T04:50:45.620Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T04:50:45.899Z] 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-02-04T04:50:46.896Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T04:50:46.896Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T04:50:47.502Z] 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-02-04T04:50:47.502Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T04:50:47.502Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T04:50:47.502Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T04:50:47.502Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T04:50:47.502Z] 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-02-04T04:50:48.953Z] Installing collected packages: cached-property, texttable, PyYAML, idna, urllib3, requests, docker-pycreds, websocket-client, docker, jsonschema, docopt, dockerpty, docker-compose [2021-02-04T04:50:48.953Z] Running setup.py install for texttable: started [2021-02-04T04:50:49.561Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:50:49.561Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:50:49.561Z] ---> cf5dc125edf8 [2021-02-04T04:50:49.561Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T04:50:49.561Z] ---> Using cache [2021-02-04T04:50:49.561Z] ---> 80629ca0e319 [2021-02-04T04:50:49.561Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:50:49.561Z] ---> Using cache [2021-02-04T04:50:49.561Z] ---> d2efb43b519a [2021-02-04T04:50:49.561Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T04:50:49.561Z] ---> Using cache [2021-02-04T04:50:49.561Z] ---> 4320637450f7 [2021-02-04T04:50:49.561Z] Step 6/21 : COPY go.mod . [2021-02-04T04:50:49.561Z] ---> Using cache [2021-02-04T04:50:49.561Z] ---> 09d666e8a3f6 [2021-02-04T04:50:49.561Z] Step 7/21 : RUN go mod download [2021-02-04T04:50:49.561Z] ---> Using cache [2021-02-04T04:50:49.561Z] ---> 0d7bf26cbc06 [2021-02-04T04:50:49.561Z] Step 8/21 : COPY . . [2021-02-04T04:50:49.561Z] ---> Using cache [2021-02-04T04:50:49.561Z] ---> bd881c45bd7c [2021-02-04T04:50:49.561Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T04:50:49.843Z] ---> Running in 976f6531ead4 [2021-02-04T04:50:51.826Z] 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-02-04T04:50:52.809Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T04:50:52.809Z] Running setup.py install for PyYAML: started [2021-02-04T04:50:57.138Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T04:50:57.138Z] Attempting uninstall: idna [2021-02-04T04:50:57.138Z] Found existing installation: idna 2.9 [2021-02-04T04:50:57.138Z] Uninstalling idna-2.9: [2021-02-04T04:50:57.138Z] Successfully uninstalled idna-2.9 [2021-02-04T04:50:57.742Z] Attempting uninstall: urllib3 [2021-02-04T04:50:57.742Z] Found existing installation: urllib3 1.25.9 [2021-02-04T04:50:57.742Z] Uninstalling urllib3-1.25.9: [2021-02-04T04:50:58.014Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T04:50:58.996Z] Attempting uninstall: requests [2021-02-04T04:50:58.996Z] Found existing installation: requests 2.23.0 [2021-02-04T04:50:58.996Z] Uninstalling requests-2.23.0: [2021-02-04T04:50:58.996Z] Successfully uninstalled requests-2.23.0 [2021-02-04T04:51:02.407Z] Running setup.py install for docopt: started [2021-02-04T04:51:05.052Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T04:51:05.053Z] Running setup.py install for dockerpty: started [2021-02-04T04:51:08.516Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T04:51:09.970Z] 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.57.0 [2021-02-04T04:51:16.732Z] Removing intermediate container a54ed3b4eefc [2021-02-04T04:51:16.732Z] ---> fbdceb4c4b09 [2021-02-04T04:51:16.732Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T04:51:16.732Z] ---> Running in 1910620c6dfd [2021-02-04T04:51:18.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:51:18.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:51:19.446Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:51:19.446Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T04:51:19.446Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T04:51:19.446Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:51:19.741Z] OK: 71 MiB in 58 packages [2021-02-04T04:51:21.752Z] Removing intermediate container 1910620c6dfd [2021-02-04T04:51:21.752Z] ---> 38860bdeb1d0 [2021-02-04T04:51:21.752Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T04:51:22.035Z] ---> Running in 1f1da4299b6c [2021-02-04T04:51:23.030Z] Removing intermediate container 1f1da4299b6c [2021-02-04T04:51:23.030Z] ---> 5b00a9028af7 [2021-02-04T04:51:23.030Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:51:23.030Z] ---> Running in e0e5002b727a [2021-02-04T04:51:23.935Z] Removing intermediate container e0e5002b727a [2021-02-04T04:51:23.935Z] ---> 34636b5e12b9 [2021-02-04T04:51:23.935Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T04:51:23.935Z] ---> Running in 8b00ddcf4302 [2021-02-04T04:51:24.584Z] Removing intermediate container 8b00ddcf4302 [2021-02-04T04:51:24.584Z] ---> 1dbf1321cd31 [2021-02-04T04:51:24.584Z] Step 25/26 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:51:24.892Z] ---> Running in 3bbb2546e4d8 [2021-02-04T04:51:26.746Z] Removing intermediate container 3bbb2546e4d8 [2021-02-04T04:51:26.746Z] ---> 6aed2ed7d0ac [2021-02-04T04:51:26.746Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T04:51:26.746Z] ---> Running in ba1933f6bffb [2021-02-04T04:51:26.746Z] Removing intermediate container ba1933f6bffb [2021-02-04T04:51:26.746Z] ---> 9ac58c4ceca2 [2021-02-04T04:51:26.746Z] [2021-02-04T04:51:27.024Z] Successfully built 9ac58c4ceca2 [2021-02-04T04:51:27.024Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T04:52:14.022Z]  Building docker-sys-mgmt-agent-go ... done 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-02-04T04:52:32.388Z] Removing intermediate container 976f6531ead4 [2021-02-04T04:52:32.389Z] ---> 35f29e2ba2b8 [2021-02-04T04:52:32.389Z] [2021-02-04T04:52:32.389Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T04:52:32.389Z] ---> afeebe901d6b [2021-02-04T04:52:32.389Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T04:52:32.389Z] ---> Running in d744c6caf6b9 [2021-02-04T04:52:32.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:52:32.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:52:32.389Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T04:52:32.389Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:52:32.389Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T04:52:32.389Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T04:52:32.389Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:52:32.389Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:52:32.665Z] OK: 7 MiB in 18 packages [2021-02-04T04:52:36.071Z] Removing intermediate container d744c6caf6b9 [2021-02-04T04:52:36.071Z] ---> f208238a43e4 [2021-02-04T04:52:36.071Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:52:36.071Z] ---> Running in ec304c1d6987 [2021-02-04T04:52:36.689Z] Removing intermediate container 4e537e5d1548 [2021-02-04T04:52:36.689Z] ---> a1359fbf9475 [2021-02-04T04:52:36.689Z] [2021-02-04T04:52:36.689Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:52:36.689Z] ---> afeebe901d6b [2021-02-04T04:52:36.689Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:52:36.689Z] ---> Using cache [2021-02-04T04:52:36.689Z] ---> b17c1d7efb31 [2021-02-04T04:52:36.689Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:52:36.689Z] ---> Using cache [2021-02-04T04:52:36.689Z] ---> adc5a7f63738 [2021-02-04T04:52:36.689Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T04:52:36.689Z] Removing intermediate container ec304c1d6987 [2021-02-04T04:52:36.689Z] ---> 4ecc9b24d856 [2021-02-04T04:52:36.689Z] Step 13/21 : WORKDIR /edgex [2021-02-04T04:52:36.960Z] ---> Running in 96010012cbd0 [2021-02-04T04:52:36.960Z] ---> Running in 2b9f965ddfdb [2021-02-04T04:52:37.573Z] Removing intermediate container 96010012cbd0 [2021-02-04T04:52:37.573Z] ---> de1cd5e0090e [2021-02-04T04:52:37.573Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:52:37.573Z] Removing intermediate container 2b9f965ddfdb [2021-02-04T04:52:37.573Z] ---> 8d4650b401fa [2021-02-04T04:52:37.573Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T04:52:37.573Z] ---> Running in 48dd2b9a1060 [2021-02-04T04:52:38.571Z] Removing intermediate container 48dd2b9a1060 [2021-02-04T04:52:38.571Z] ---> 4a0793699398 [2021-02-04T04:52:38.571Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:52:39.169Z] ---> cde14a59d62c [2021-02-04T04:52:39.169Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T04:52:39.774Z] ---> 2901f78299fc [2021-02-04T04:52:39.774Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T04:52:40.790Z] ---> 3636edff017e [2021-02-04T04:52:40.790Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T04:52:41.777Z] ---> 9421fb7a1b8a [2021-02-04T04:52:41.777Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T04:52:42.399Z] ---> 6b2c3dcd4fff [2021-02-04T04:52:42.399Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T04:52:42.692Z] ---> Running in 5c15646ba7f7 [2021-02-04T04:52:42.977Z] ---> 6976913a8963 [2021-02-04T04:52:42.977Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T04:52:43.262Z] ---> Running in 9b6ddd4845af [2021-02-04T04:52:43.535Z] Removing intermediate container 337eeaef47b8 [2021-02-04T04:52:43.535Z] ---> 32fcbda0576b [2021-02-04T04:52:43.535Z] [2021-02-04T04:52:43.535Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:52:43.535Z] ---> afeebe901d6b [2021-02-04T04:52:43.535Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:52:43.535Z] ---> Using cache [2021-02-04T04:52:43.535Z] ---> b17c1d7efb31 [2021-02-04T04:52:43.535Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:52:43.535Z] ---> Using cache [2021-02-04T04:52:43.535Z] ---> adc5a7f63738 [2021-02-04T04:52:43.535Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T04:52:43.535Z] Removing intermediate container 5c15646ba7f7 [2021-02-04T04:52:43.535Z] ---> 7b01bbd8310b [2021-02-04T04:52:43.535Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T04:52:43.825Z] ---> Running in 936cb6249bd5 [2021-02-04T04:52:43.825Z] ---> Running in 122ad794b8bc [2021-02-04T04:52:43.825Z] Removing intermediate container 9b6ddd4845af [2021-02-04T04:52:43.825Z] ---> 76a6dbba212c [2021-02-04T04:52:43.825Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:52:44.107Z] ---> Running in acec0e7499fc [2021-02-04T04:52:44.389Z] Removing intermediate container 936cb6249bd5 [2021-02-04T04:52:44.390Z] ---> e13032582d72 [2021-02-04T04:52:44.390Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:52:44.663Z] Removing intermediate container 122ad794b8bc [2021-02-04T04:52:44.663Z] ---> 8d2fd57fc1a5 [2021-02-04T04:52:44.663Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T04:52:44.663Z] ---> Running in fe83e20e2c7a [2021-02-04T04:52:44.943Z] ---> Running in 7b41078000c7 [2021-02-04T04:52:44.943Z] Removing intermediate container acec0e7499fc [2021-02-04T04:52:44.943Z] ---> 4fc08eb26af6 [2021-02-04T04:52:44.943Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T04:52:45.218Z] ---> Running in 73bba98f8322 [2021-02-04T04:52:45.502Z] Removing intermediate container 7b41078000c7 [2021-02-04T04:52:45.502Z] Removing intermediate container fe83e20e2c7a [2021-02-04T04:52:45.502Z] ---> 0fb7c183c63c [2021-02-04T04:52:45.502Z] ---> af5049119ceb [2021-02-04T04:52:45.502Z] Step 20/21 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ffStep 15/23 : WORKDIR / [2021-02-04T04:52:45.502Z] [2021-02-04T04:52:45.502Z] ---> Running in 6d3ae8637ea3 [2021-02-04T04:52:45.502Z] ---> Running in 615c7a0dd582 [2021-02-04T04:52:45.795Z] Removing intermediate container 73bba98f8322 [2021-02-04T04:52:45.795Z] ---> 254dff36f928 [2021-02-04T04:52:45.795Z] Step 21/22 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:52:46.074Z] ---> Running in ad5aa57ad9c8 [2021-02-04T04:52:46.348Z] Removing intermediate container 6d3ae8637ea3 [2021-02-04T04:52:46.348Z] ---> e83c32fa9b93 [2021-02-04T04:52:46.348Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T04:52:46.348Z] Removing intermediate container 615c7a0dd582 [2021-02-04T04:52:46.348Z] ---> bc90fc3cfd97 [2021-02-04T04:52:46.349Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:52:46.624Z] ---> Running in 80ea27721c5c [2021-02-04T04:52:46.898Z] Removing intermediate container ad5aa57ad9c8 [2021-02-04T04:52:46.898Z] ---> 222124c6b807 [2021-02-04T04:52:46.898Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:52:46.898Z] ---> Running in 3e0a7209ae66 [2021-02-04T04:52:47.174Z] Removing intermediate container 80ea27721c5c [2021-02-04T04:52:47.174Z] ---> deb6d1a79dfc [2021-02-04T04:52:47.174Z] [2021-02-04T04:52:47.174Z] ---> a4ca1716a11a [2021-02-04T04:52:47.174Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T04:52:47.772Z] Removing intermediate container 3e0a7209ae66 [2021-02-04T04:52:47.772Z] ---> fe61f65143b0 [2021-02-04T04:52:47.772Z] [2021-02-04T04:52:47.772Z] Successfully built deb6d1a79dfc [2021-02-04T04:52:47.772Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T04:52:48.369Z]  Building docker-security-proxy-setup-go ... done Successfully built fe61f65143b0 [2021-02-04T04:52:48.369Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T04:52:48.973Z]  Building docker-support-scheduler-go ... done  ---> 2656e851621d [2021-02-04T04:52:48.973Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T04:52:49.572Z] ---> 07bbfe0f9b33 [2021-02-04T04:52:49.572Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T04:52:49.846Z] ---> Running in 3b2460368609 [2021-02-04T04:52:50.450Z] Removing intermediate container 3b2460368609 [2021-02-04T04:52:50.450Z] ---> b22691479fff [2021-02-04T04:52:50.450Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:52:51.046Z] ---> Running in 0d4572f87528 [2021-02-04T04:52:51.647Z] Removing intermediate container 0d4572f87528 [2021-02-04T04:52:51.647Z] ---> 65826a52f52c [2021-02-04T04:52:51.647Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T04:52:51.922Z] ---> Running in 7997a77c9bb7 [2021-02-04T04:52:52.203Z] Removing intermediate container d25a25a8901f [2021-02-04T04:52:52.203Z] ---> b0c2aea676c2 [2021-02-04T04:52:52.203Z] [2021-02-04T04:52:52.203Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:52:52.203Z] ---> afeebe901d6b [2021-02-04T04:52:52.203Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T04:52:52.482Z] ---> Running in 84d699bff0aa [2021-02-04T04:52:52.482Z] Removing intermediate container 7997a77c9bb7 [2021-02-04T04:52:52.482Z] ---> f089699e6c18 [2021-02-04T04:52:52.482Z] Step 22/23 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:52:52.752Z] ---> Running in 270ce7e8b233 [2021-02-04T04:52:52.752Z] Removing intermediate container 84d699bff0aa [2021-02-04T04:52:52.752Z] ---> 4f5f6e1adb36 [2021-02-04T04:52:52.752Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T04:52:53.024Z] ---> Running in 1158413f2c77 [2021-02-04T04:52:53.024Z] Removing intermediate container 270ce7e8b233 [2021-02-04T04:52:53.024Z] ---> 2962d0502cb1 [2021-02-04T04:52:53.024Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:52:53.294Z] ---> Running in 24c16548ad79 [2021-02-04T04:52:53.563Z] Removing intermediate container 1158413f2c77 [2021-02-04T04:52:53.563Z] ---> 429b9858d8f4 [2021-02-04T04:52:53.563Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T04:52:53.563Z] ---> Running in 5a3aa8c35d9f [2021-02-04T04:52:53.835Z] Removing intermediate container 24c16548ad79 [2021-02-04T04:52:53.835Z] ---> c2bf4b02803e [2021-02-04T04:52:53.835Z] [2021-02-04T04:52:54.106Z] Successfully built c2bf4b02803e [2021-02-04T04:52:54.106Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T04:52:54.106Z]  Building docker-core-metadata-go ... done Removing intermediate container 5a3aa8c35d9f [2021-02-04T04:52:54.106Z] ---> d449fc2d27cd [2021-02-04T04:52:54.106Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:52:54.378Z] ---> Running in 28514fb317af [2021-02-04T04:52:56.354Z] Removing intermediate container 28514fb317af [2021-02-04T04:52:56.354Z] ---> 2d6242eea157 [2021-02-04T04:52:56.354Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T04:52:56.354Z] ---> Running in 42f20558defc [2021-02-04T04:52:57.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:52:58.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:52:58.957Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T04:52:59.231Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T04:52:59.231Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T04:52:59.503Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T04:53:00.475Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T04:53:00.746Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T04:53:00.746Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:53:01.019Z] OK: 8 MiB in 20 packages [2021-02-04T04:53:02.464Z] Removing intermediate container 42f20558defc [2021-02-04T04:53:02.464Z] ---> df8873a0ffcd [2021-02-04T04:53:02.464Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:53:02.736Z] ---> 6e54dad890fd [2021-02-04T04:53:02.736Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T04:53:04.169Z] ---> 779fa232cd42 [2021-02-04T04:53:04.169Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T04:53:04.774Z] ---> fd4d0031b0c9 [2021-02-04T04:53:04.774Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T04:53:05.049Z] ---> Running in acafb9a3d59e [2021-02-04T04:53:05.643Z] Removing intermediate container acafb9a3d59e [2021-02-04T04:53:05.643Z] ---> 62117f224dc5 [2021-02-04T04:53:05.643Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:53:05.643Z] ---> Running in 92201011edfe [2021-02-04T04:53:06.237Z] Removing intermediate container 92201011edfe [2021-02-04T04:53:06.237Z] ---> ec601de408a9 [2021-02-04T04:53:06.237Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T04:53:06.237Z] ---> Running in 09360a9d2bd8 [2021-02-04T04:53:06.830Z] Removing intermediate container 09360a9d2bd8 [2021-02-04T04:53:06.830Z] ---> 6e12446a5c89 [2021-02-04T04:53:06.830Z] Step 22/23 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff [2021-02-04T04:53:07.102Z] ---> Running in d37af63619a7 [2021-02-04T04:53:07.376Z] Removing intermediate container d37af63619a7 [2021-02-04T04:53:07.376Z] ---> 0130a1088d3b [2021-02-04T04:53:07.376Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:53:07.649Z] ---> Running in 0a19629a858e [2021-02-04T04:53:08.243Z] Removing intermediate container 0a19629a858e [2021-02-04T04:53:08.243Z] ---> 0369646a1404 [2021-02-04T04:53:08.243Z] [2021-02-04T04:53:08.515Z] Successfully built 0369646a1404 [2021-02-04T04:53:08.515Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T04:53:09.123Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-04T04:53:09.190Z] $ docker stop --time=1 abbe58426fab8a279c0d9f989220e0944e811cb8d313d98b137475f1fb8f56b3 [2021-02-04T04:53:11.242Z] $ docker rm -f abbe58426fab8a279c0d9f989220e0944e811cb8d313d98b137475f1fb8f56b3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T04:53:12.055Z] + docker images [2021-02-04T04:53:12.055Z] + grep docker [2021-02-04T04:53:12.333Z] docker-core-data-go-arm64 latest 0369646a1404 5 seconds ago 21MB [2021-02-04T04:53:12.333Z] docker-core-metadata-go-arm64 latest c2bf4b02803e 19 seconds ago 17.7MB [2021-02-04T04:53:12.333Z] docker-support-scheduler-go-arm64 latest fe61f65143b0 25 seconds ago 16.1MB [2021-02-04T04:53:12.333Z] docker-security-proxy-setup-go-arm64 latest deb6d1a79dfc 26 seconds ago 23.2MB [2021-02-04T04:53:12.333Z] docker-sys-mgmt-agent-go-arm64 latest 9ac58c4ceca2 About a minute ago 300MB [2021-02-04T04:53:12.333Z] docker-security-bootstrapper-go-arm64 latest 59a77a81fd36 2 minutes ago 22.6MB [2021-02-04T04:53:12.333Z] docker-core-command-go-arm64 latest 2ca3e6fb9eb2 3 minutes ago 16MB [2021-02-04T04:53:12.333Z] docker-support-notifications-go-arm64 latest b1e635973a8d 3 minutes ago 16.7MB [2021-02-04T04:53:12.334Z] docker-security-secretstore-setup-go-arm64 latest 1115a118f5b1 3 minutes ago 23.4MB [2021-02-04T04:53:12.334Z] docker 20.10.0 eeaf43b92773 7 weeks 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 [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-02-04T04:53:14.889Z] provisioning config files... [2021-02-04T04:53:14.905Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2739645819571859068tmp [Pipeline] { [Pipeline] sh [2021-02-04T04:53:15.359Z] + set +x [2021-02-04T04:53:15.359Z] + curl -s https://codecov.io/bash [2021-02-04T04:53:15.359Z] + bash -s -- [2021-02-04T04:53:15.942Z] [2021-02-04T04:53:15.942Z] _____ _ [2021-02-04T04:53:15.942Z] / ____| | | [2021-02-04T04:53:15.942Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T04:53:15.942Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T04:53:15.942Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T04:53:15.942Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T04:53:15.942Z] Bash-20210129-7c25fce [2021-02-04T04:53:15.942Z] [2021-02-04T04:53:15.942Z] [2021-02-04T04:53:15.942Z] ==> git version 2.24.3 found [2021-02-04T04:53:15.942Z] ==> 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-02-04T04:53:15.942Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T04:53:15.942Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T04:53:15.942Z] ==> Jenkins CI detected. [2021-02-04T04:53:15.942Z] project root: . [2021-02-04T04:53:15.942Z] --> token set from env [2021-02-04T04:53:15.942Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T04:53:15.942Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T04:53:15.942Z] ==> Python coveragepy not found [2021-02-04T04:53:15.942Z] ==> Searching for coverage reports in: [2021-02-04T04:53:15.942Z] + . [2021-02-04T04:53:15.942Z] -> Found 1 reports [2021-02-04T04:53:15.942Z] ==> Detecting git/mercurial file structure [2021-02-04T04:53:15.942Z] ==> Reading reports [2021-02-04T04:53:15.942Z] + ./coverage.out bytes=580808 [2021-02-04T04:53:16.208Z] ==> Appending adjustments [2021-02-04T04:53:16.208Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T04:53:19.573Z] + Found adjustments [2021-02-04T04:53:19.573Z] ==> Gzipping contents [2021-02-04T04:53:19.573Z] 88K /tmp/codecov.UI8kAc.gz [2021-02-04T04:53:19.573Z] ==> Uploading reports [2021-02-04T04:53:19.573Z] url: https://codecov.io [2021-02-04T04:53:19.573Z] query: branch=PR-3127&commit=19df28f5af12e46ec2f5afcb223d0e84b7d150ff&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3127%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3127&job=&cmd_args= [2021-02-04T04:53:19.573Z] -> Pinging Codecov [2021-02-04T04:53:19.573Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3127&commit=19df28f5af12e46ec2f5afcb223d0e84b7d150ff&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3127%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3127&job=&cmd_args= [2021-02-04T04:53:20.152Z] -> Uploading to [2021-02-04T04:53:20.152Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/19df28f5af12e46ec2f5afcb223d0e84b7d150ff/37b33085-147a-4283-9214-f1e3cc2ac610.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T045320Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=39b15480c02e345e0df60739b3455ce970f4630b1a4492b68561774975dcebfd [2021-02-04T04:53:20.152Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:53:20.152Z] Dload Upload Total Spent Left Speed [2021-02-04T04:53:20.999Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87549 0 0 100 87549 0 141k --:--:-- --:--:-- --:--:-- 141k [2021-02-04T04:53:20.999Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/19df28f5af12e46ec2f5afcb223d0e84b7d150ff [Pipeline] } [2021-02-04T04:53:21.039Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-02-04T04:53:23.567Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:53:24.491Z] ---> package-listing.sh [2021-02-04T04:53:24.491Z] ++ facter osfamily [2021-02-04T04:53:24.491Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T04:53:24.491Z] + OS_FAMILY=redhat [2021-02-04T04:53:24.491Z] + workspace=/w/workspace/edgex-go/1 [2021-02-04T04:53:24.491Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T04:53:24.491Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T04:53:24.491Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T04:53:24.491Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T04:53:24.491Z] + '[' /w/workspace/edgex-go/1 ']' [2021-02-04T04:53:24.491Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T04:53:24.491Z] + case "${OS_FAMILY}" in [2021-02-04T04:53:24.491Z] + rpm -qa [2021-02-04T04:53:24.491Z] + sort [2021-02-04T04:53:29.812Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T04:53:29.812Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T04:53:29.812Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T04:53:29.812Z] + '[' /w/workspace/edgex-go/1 ']' [2021-02-04T04:53:29.812Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-02-04T04:53:29.812Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-02-04T04:53:29.843Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T04:53:30.160Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:53:30.503Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:53:30.503Z] [2021-02-04T04:53:30.503Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:53:30.908Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:53:31.860Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T04:53:31.860Z] df20fa9351a1: Pulling fs layer [2021-02-04T04:53:31.860Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T04:53:31.860Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T04:53:31.860Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T04:53:31.860Z] 93b61091891f: Pulling fs layer [2021-02-04T04:53:31.860Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T04:53:31.860Z] 5e14af77c1be: Pulling fs layer [2021-02-04T04:53:31.860Z] 01666e4c0597: Pulling fs layer [2021-02-04T04:53:31.860Z] aa168da1d23b: Pulling fs layer [2021-02-04T04:53:31.860Z] 46f8f816bc3b: Waiting [2021-02-04T04:53:31.860Z] 93b61091891f: Waiting [2021-02-04T04:53:31.860Z] 93b9cdb0e59b: Waiting [2021-02-04T04:53:31.860Z] 5e14af77c1be: Waiting [2021-02-04T04:53:31.860Z] 01666e4c0597: Waiting [2021-02-04T04:53:31.860Z] aa168da1d23b: Waiting [2021-02-04T04:53:31.860Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T04:53:31.860Z] 36b3adc4ff6f: Download complete [2021-02-04T04:53:32.131Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T04:53:32.131Z] 46f8f816bc3b: Download complete [2021-02-04T04:53:32.131Z] df20fa9351a1: Verifying Checksum [2021-02-04T04:53:32.131Z] df20fa9351a1: Download complete [2021-02-04T04:53:32.131Z] 93b9cdb0e59b: Download complete [2021-02-04T04:53:32.131Z] 5e14af77c1be: Verifying Checksum [2021-02-04T04:53:32.131Z] 5e14af77c1be: Download complete [2021-02-04T04:53:32.131Z] 01666e4c0597: Verifying Checksum [2021-02-04T04:53:32.131Z] 01666e4c0597: Download complete [2021-02-04T04:53:32.131Z] 93b61091891f: Verifying Checksum [2021-02-04T04:53:32.131Z] 93b61091891f: Download complete [2021-02-04T04:53:32.395Z] df20fa9351a1: Pull complete [2021-02-04T04:53:32.658Z] 36b3adc4ff6f: Pull complete [2021-02-04T04:53:33.477Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T04:53:33.477Z] 8ad3a11d3b57: Download complete [2021-02-04T04:53:34.128Z] 8ad3a11d3b57: Pull complete [2021-02-04T04:53:34.128Z] 46f8f816bc3b: Pull complete [2021-02-04T04:53:35.530Z] aa168da1d23b: Verifying Checksum [2021-02-04T04:53:35.530Z] aa168da1d23b: Download complete [2021-02-04T04:53:36.104Z] 93b61091891f: Pull complete [2021-02-04T04:53:36.366Z] 93b9cdb0e59b: Pull complete [2021-02-04T04:53:36.366Z] 5e14af77c1be: Pull complete [2021-02-04T04:53:36.631Z] 01666e4c0597: Pull complete [2021-02-04T04:53:44.889Z] aa168da1d23b: Pull complete [2021-02-04T04:53:44.889Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T04:53:44.889Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:53:44.889Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T04:53:45.117Z] prd-centos7-docker-4c-2g-24865 does not seem to be running inside a container [2021-02-04T04:53:45.173Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-04T04:53:50.204Z] $ docker top 794000d2ca0628acf9476b87d53fe31522333484a69991438aaad2e414312d3c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:53:50.872Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T04:53:51.218Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T04:53:51.722Z] + ls /var/log/sa-host [2021-02-04T04:53:51.722Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T04:53:51.722Z] file_magic: OK [2021-02-04T04:53:51.722Z] HZ: Using current value: 100 [2021-02-04T04:53:51.722Z] file_header: OK [2021-02-04T04:53:51.722Z] 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-02-04T04:53:51.722Z] Statistics: [2021-02-04T04:53:51.723Z] 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... [2021-02-04T04:53:51.723Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T04:53:51.723Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T04:53:51.723Z] file_magic: OK [2021-02-04T04:53:51.723Z] HZ: Using current value: 100 [2021-02-04T04:53:51.723Z] file_header: OK [2021-02-04T04:53:51.723Z] 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-02-04T04:53:51.723Z] Statistics: [2021-02-04T04:53:51.723Z] Hnuu...uuuununununu... [2021-02-04T04:53:51.723Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T04:53:52.036Z] provisioning config files... [2021-02-04T04:53:52.052Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8162757778017209024tmp [Pipeline] { [Pipeline] echo [2021-02-04T04:53:52.175Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:53:52.527Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T04:53:52.558Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T04:53:52.716Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:53:53.061Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T04:53:53.093Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:53:53.441Z] ---> sudo-logs.sh [2021-02-04T04:53:53.441Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T04:53:53.477Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:53:53.815Z] ---> job-cost.sh [2021-02-04T04:53:53.815Z] lf-activate-venv: SKIPPING [2021-02-04T04:53:53.815Z] INFO: No Stack... [2021-02-04T04:53:55.207Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T04:53:55.469Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T04:53:55.508Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:53:55.850Z] ---> logs-deploy.sh [2021-02-04T04:53:55.850Z] lf-activate-venv: SKIPPING [2021-02-04T04:53:55.850Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3127/1 [2021-02-04T04:53:55.850Z] INFO: archiving workspace using pattern(s): [2021-02-04T04:53:57.242Z] Archives upload complete. [2021-02-04T04:53:57.507Z] INFO: archiving logs to Nexus