Pull request #3059 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 48f292ecce04635bad45b2dac08c505f02e60d07 rather than a8f770479522fe3c7b88a2b5d2d54eca0cad3755 Obtained Jenkinsfile from 48f292ecce04635bad45b2dac08c505f02e60d07 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 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 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21872 in /w/workspace/edgexfoundry_edgex-go_PR-3059 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 48f292ecce04635bad45b2dac08c505f02e60d07 into PR head commit a8f770479522fe3c7b88a2b5d2d54eca0cad3755 > 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/3059/head:refs/remotes/origin/PR-3059 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8f770479522fe3c7b88a2b5d2d54eca0cad3755 # timeout=10 Merge succeeded, producing a8f770479522fe3c7b88a2b5d2d54eca0cad3755 Checking out Revision a8f770479522fe3c7b88a2b5d2d54eca0cad3755 (PR-3059) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 48f292ecce04635bad45b2dac08c505f02e60d07 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8f770479522fe3c7b88a2b5d2d54eca0cad3755 # timeout=10 Commit message: "refactor(meta): Refactor device update operation to DBClient" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-21T06:55:59.533Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-21T06:55:59.747Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-21T06:55:59.834Z] ========================================================= [2021-01-21T06:55:59.834Z] EdgeX Global Pipelines Version Info [2021-01-21T06:55:59.834Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8a259dd548b03e09cafe90067237f9b6a87df5f1 # timeout=10 [2021-01-21T06:56:01.289Z] ------------------- [2021-01-21T06:56:01.289Z] stable info: [2021-01-21T06:56:01.289Z] ------------------- [2021-01-21T06:56:01.289Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T06:56:01.289Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T06:56:01.289Z] Message: update stable to v1.0.179 [2021-01-21T06:56:02.718Z] ------------------- [2021-01-21T06:56:02.719Z] experimental info: [2021-01-21T06:56:02.719Z] ------------------- [2021-01-21T06:56:02.719Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T06:56:02.719Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T06:56:02.719Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-21T06:56:02.951Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-21T06:56:03.034Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-21T06:56:03.162Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-21T06:56:03.247Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-21T06:56:03.396Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-21T06:56:03.487Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-21T06:56:03.568Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-21T06:56:03.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-21T06:56:03.728Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-21T06:56:03.809Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-21T06:56:03.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-21T06:56:03.990Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-21T06:56:04.084Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-21T06:56:04.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-21T06:56:04.249Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T06:56:04.329Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T06:56:04.411Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-21T06:56:04.491Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-21T06:56:04.634Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-21T06:56:04.748Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-21T06:56:04.858Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-21T06:56:04.945Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-21T06:56:05.042Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-21T06:56:05.128Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3059 [Pipeline] echo [2021-01-21T06:56:05.242Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3059 [Pipeline] echo [2021-01-21T06:56:05.337Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3059 [Pipeline] echo [2021-01-21T06:56:05.421Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [Pipeline] echo [2021-01-21T06:56:05.505Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a8f7704 [Pipeline] echo [2021-01-21T06:56:05.610Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T06:56:05.776Z] provisioning config files... [2021-01-21T06:56:05.804Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config930658291360886020tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T06:56:06.170Z] ---> docker-login.sh [2021-01-21T06:56:06.170Z] nexus3.edgexfoundry.org:10001 [2021-01-21T06:56:06.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T06:56:06.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T06:56:06.433Z] Configure a credential helper to remove this warning. See [2021-01-21T06:56:06.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T06:56:06.433Z] [2021-01-21T06:56:06.433Z] Login Succeeded [2021-01-21T06:56:06.433Z] nexus3.edgexfoundry.org:10002 [2021-01-21T06:56:06.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T06:56:06.697Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T06:56:06.697Z] Configure a credential helper to remove this warning. See [2021-01-21T06:56:06.697Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T06:56:06.697Z] [2021-01-21T06:56:06.697Z] Login Succeeded [2021-01-21T06:56:06.697Z] nexus3.edgexfoundry.org:10003 [2021-01-21T06:56:06.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T06:56:06.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T06:56:06.960Z] Configure a credential helper to remove this warning. See [2021-01-21T06:56:06.960Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T06:56:06.960Z] [2021-01-21T06:56:06.960Z] Login Succeeded [2021-01-21T06:56:06.960Z] nexus3.edgexfoundry.org:10004 [2021-01-21T06:56:06.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T06:56:06.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T06:56:06.960Z] Configure a credential helper to remove this warning. See [2021-01-21T06:56:06.960Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T06:56:06.960Z] [2021-01-21T06:56:06.960Z] Login Succeeded [2021-01-21T06:56:06.960Z] docker.io [2021-01-21T06:56:07.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T06:56:07.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T06:56:07.484Z] Configure a credential helper to remove this warning. See [2021-01-21T06:56:07.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T06:56:07.484Z] [2021-01-21T06:56:07.484Z] Login Succeeded [2021-01-21T06:56:07.484Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T06:56:07.495Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T06:56:07.953Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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-01-21T06:56:07.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T06:56:07.954Z] ++ dirname cmd/core-command/Dockerfile [2021-01-21T06:56:07.954Z] ++ cut -d/ -f2 [2021-01-21T06:56:07.954Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-21T06:56:07.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T06:56:07.954Z] ++ dirname cmd/core-data/Dockerfile [2021-01-21T06:56:07.954Z] ++ cut -d/ -f2 [2021-01-21T06:56:07.954Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-21T06:56:07.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T06:56:07.954Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-21T06:56:07.954Z] ++ cut -d/ -f2 [2021-01-21T06:56:07.954Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-21T06:56:07.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T06:56:07.954Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-21T06:56:07.954Z] ++ cut -d/ -f2 [2021-01-21T06:56:07.954Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-21T06:56:07.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T06:56:07.954Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-21T06:56:07.954Z] ++ cut -d/ -f2 [2021-01-21T06:56:07.954Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-21T06:56:07.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T06:56:07.954Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-21T06:56:07.954Z] ++ cut -d/ -f2 [2021-01-21T06:56:07.954Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-21T06:56:07.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T06:56:07.954Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-21T06:56:07.954Z] ++ cut -d/ -f2 [2021-01-21T06:56:07.954Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-21T06:56:07.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T06:56:07.954Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-21T06:56:07.954Z] ++ cut -d/ -f2 [2021-01-21T06:56:07.954Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-21T06:56:07.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T06:56:07.954Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-21T06:56:07.954Z] ++ cut -d/ -f2 [2021-01-21T06:56:07.954Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-21T06:56:08.018Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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-01-21T06:56:08.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T06:56:08.788Z] [2021-01-21T06:56:08.788Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T06:56:09.128Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T06:56:09.128Z] latest: Pulling from edgex-devops/git-semver [2021-01-21T06:56:09.128Z] 31603596830f: Pulling fs layer [2021-01-21T06:56:09.128Z] 2a8b12db71e7: Pulling fs layer [2021-01-21T06:56:09.128Z] 6ca5941a6612: Pulling fs layer [2021-01-21T06:56:09.128Z] ecc8261a40a4: Pulling fs layer [2021-01-21T06:56:09.128Z] ecc8261a40a4: Waiting [2021-01-21T06:56:09.128Z] 2a8b12db71e7: Verifying Checksum [2021-01-21T06:56:09.128Z] 2a8b12db71e7: Download complete [2021-01-21T06:56:09.394Z] 31603596830f: Verifying Checksum [2021-01-21T06:56:09.394Z] 31603596830f: Download complete [2021-01-21T06:56:09.394Z] ecc8261a40a4: Verifying Checksum [2021-01-21T06:56:09.394Z] ecc8261a40a4: Download complete [2021-01-21T06:56:09.394Z] 6ca5941a6612: Verifying Checksum [2021-01-21T06:56:09.394Z] 6ca5941a6612: Download complete [2021-01-21T06:56:09.657Z] 31603596830f: Pull complete [2021-01-21T06:56:09.657Z] 2a8b12db71e7: Pull complete [2021-01-21T06:56:10.611Z] 6ca5941a6612: Pull complete [2021-01-21T06:56:10.611Z] ecc8261a40a4: Pull complete [2021-01-21T06:56:10.873Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-21T06:56:10.873Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T06:56:10.873Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-21T06:56:10.969Z] prd-centos7-docker-4c-2g-21872 does not seem to be running inside a container [2021-01-21T06:56:11.017Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T06:56:13.395Z] $ docker top c4e0c076e62e0da410d64fd2ee3e0870e8b5bd6c35935748a20d64ef26b056bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T06:56:13.683Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T06:56:13.684Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T06:56:13.901Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T06:56:13.905Z] $ docker exec c4e0c076e62e0da410d64fd2ee3e0870e8b5bd6c35935748a20d64ef26b056bf ssh-agent [2021-01-21T06:56:14.084Z] SSH_AUTH_SOCK=/tmp/ssh-MLM5C5isjakh/agent.11 [2021-01-21T06:56:14.084Z] SSH_AGENT_PID=16 [2021-01-21T06:56:14.096Z] Running ssh-add (command line suppressed) [2021-01-21T06:56:14.220Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2327863751330270247.key (/w/workspace/edgex-go/2@tmp/private_key_2327863751330270247.key) [2021-01-21T06:56:14.273Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T06:56:14.612Z] + git tag --points-at HEAD [Pipeline] } [2021-01-21T06:56:14.635Z] $ docker exec --env ******** --env ******** c4e0c076e62e0da410d64fd2ee3e0870e8b5bd6c35935748a20d64ef26b056bf ssh-agent -k [2021-01-21T06:56:14.749Z] unset SSH_AUTH_SOCK; [2021-01-21T06:56:14.749Z] unset SSH_AGENT_PID; [2021-01-21T06:56:14.749Z] echo Agent pid 16 killed; [2021-01-21T06:56:14.794Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-21T06:56:14.926Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T06:56:14.926Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T06:56:15.092Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T06:56:15.096Z] $ docker exec c4e0c076e62e0da410d64fd2ee3e0870e8b5bd6c35935748a20d64ef26b056bf ssh-agent [2021-01-21T06:56:15.256Z] SSH_AUTH_SOCK=/tmp/ssh-ZzpZPsmYa4yl/agent.45 [2021-01-21T06:56:15.257Z] SSH_AGENT_PID=50 [2021-01-21T06:56:15.266Z] Running ssh-add (command line suppressed) [2021-01-21T06:56:15.382Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2118234010279508696.key (/w/workspace/edgex-go/2@tmp/private_key_2118234010279508696.key) [2021-01-21T06:56:15.449Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T06:56:15.824Z] + git semver init [2021-01-21T06:56:15.825Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T06:56:15.825Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-21T06:56:15.825Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-21T06:56:15.825Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T06:56:15.825Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T06:56:15.825Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T06:56:15.825Z] # $SEMVER_BRANCH = PR-3059 [2021-01-21T06:56:15.825Z] # $SEMVER_TEMP = /tmp/semver-143271426 [2021-01-21T06:56:15.825Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-21T06:56:47.995Z] # '/tmp/semver-143271426' -> '/w/workspace/edgex-go/2/.semver' [2021-01-21T06:56:47.995Z] # -> Force: false [2021-01-21T06:56:47.995Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-21T06:56:48.011Z] $ docker exec --env ******** --env ******** c4e0c076e62e0da410d64fd2ee3e0870e8b5bd6c35935748a20d64ef26b056bf ssh-agent -k [2021-01-21T06:56:48.210Z] unset SSH_AUTH_SOCK; [2021-01-21T06:56:48.211Z] unset SSH_AGENT_PID; [2021-01-21T06:56:48.211Z] echo Agent pid 50 killed; [2021-01-21T06:56:48.260Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T06:56:48.780Z] + git semver [Pipeline] } [2021-01-21T06:56:48.797Z] $ docker stop --time=1 c4e0c076e62e0da410d64fd2ee3e0870e8b5bd6c35935748a20d64ef26b056bf [2021-01-21T06:56:50.718Z] $ docker rm -f c4e0c076e62e0da410d64fd2ee3e0870e8b5bd6c35935748a20d64ef26b056bf [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T06:56:51.231Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-21T06:56:51.723Z] Stashed 1 file(s) [Pipeline] echo [2021-01-21T06:56:51.726Z] [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-01-21T06:56:52.591Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T06:56:52.886Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T06:56:53.180Z] + sudo service docker restart [2021-01-21T06:56:53.180Z] + true [2021-01-21T06:56:53.180Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-21T06:56:53.766Z] ========================================================= [2021-01-21T06:56:53.766Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T06:56:53.766Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T06:56:54.107Z] + 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-01-21T06:56:57.418Z] Sending build context to Docker daemon 327.6MB [2021-01-21T06:56:57.418Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T06:56:57.418Z] Step 2/6 : FROM ${BASE} [2021-01-21T06:56:57.418Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T06:56:57.418Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T06:56:57.418Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T06:56:57.418Z] de9db76c5a1d: Pulling fs layer [2021-01-21T06:56:57.418Z] bca2f99d35d6: Pulling fs layer [2021-01-21T06:56:57.418Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T06:56:57.418Z] 7c6f9722023f: Pulling fs layer [2021-01-21T06:56:57.418Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T06:56:57.418Z] 93359f2a8cfa: Waiting [2021-01-21T06:56:57.418Z] 7c6f9722023f: Waiting [2021-01-21T06:56:57.418Z] a35cf1a2eb13: Waiting [2021-01-21T06:56:57.418Z] bca2f99d35d6: Waiting [2021-01-21T06:56:57.418Z] de9db76c5a1d: Verifying Checksum [2021-01-21T06:56:57.418Z] de9db76c5a1d: Download complete [2021-01-21T06:56:57.418Z] 0ef7d3d256c8: Verifying Checksum [2021-01-21T06:56:57.418Z] 0ef7d3d256c8: Download complete [2021-01-21T06:56:57.418Z] 93359f2a8cfa: Verifying Checksum [2021-01-21T06:56:57.418Z] 93359f2a8cfa: Download complete [2021-01-21T06:56:57.418Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T06:56:57.418Z] 188c0c94c7c5: Download complete [2021-01-21T06:56:57.418Z] 7c6f9722023f: Verifying Checksum [2021-01-21T06:56:57.418Z] 7c6f9722023f: Download complete [2021-01-21T06:56:58.001Z] 188c0c94c7c5: Pull complete [2021-01-21T06:56:58.950Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T06:56:58.951Z] a35cf1a2eb13: Download complete [2021-01-21T06:56:59.526Z] bca2f99d35d6: Verifying Checksum [2021-01-21T06:56:59.526Z] bca2f99d35d6: Download complete [2021-01-21T06:56:59.526Z] 0ef7d3d256c8: Pull complete [2021-01-21T06:56:59.787Z] de9db76c5a1d: Pull complete [2021-01-21T06:57:05.116Z] bca2f99d35d6: Pull complete [2021-01-21T06:57:05.116Z] 93359f2a8cfa: Pull complete [2021-01-21T06:57:05.116Z] 7c6f9722023f: Pull complete [2021-01-21T06:57:07.099Z] Still waiting to schedule task [2021-01-21T06:57:07.100Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-21T06:57:10.407Z] a35cf1a2eb13: Pull complete [2021-01-21T06:57:10.407Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T06:57:10.407Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T06:57:10.407Z] ---> a62c8e92a672 [2021-01-21T06:57:10.407Z] 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-01-21T06:57:10.407Z] ---> Running in 1e343c09d1f7 [2021-01-21T06:57:10.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T06:57:11.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T06:57:12.203Z] (1/12) Installing libmagic (5.38-r0) [2021-01-21T06:57:12.464Z] (2/12) Installing file (5.38-r0) [2021-01-21T06:57:12.464Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-21T06:57:12.725Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-21T06:57:27.640Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-21T06:57:27.640Z] (6/12) Installing patch (2.7.6-r6) [2021-01-21T06:57:27.640Z] (7/12) Installing build-base (0.5-r2) [2021-01-21T06:57:27.640Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-21T06:57:27.640Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-21T06:57:27.640Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-21T06:57:27.640Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-21T06:57:27.640Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-21T06:57:27.640Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T06:57:27.640Z] OK: 233 MiB in 51 packages [2021-01-21T06:57:30.193Z] Removing intermediate container 1e343c09d1f7 [2021-01-21T06:57:30.194Z] ---> 679daa7bf270 [2021-01-21T06:57:30.194Z] Step 4/6 : WORKDIR /edgex-go [2021-01-21T06:57:30.194Z] ---> Running in db66509a2fae [2021-01-21T06:57:30.194Z] Removing intermediate container db66509a2fae [2021-01-21T06:57:30.194Z] ---> e1014b315dfd [2021-01-21T06:57:30.194Z] Step 5/6 : COPY go.mod . [2021-01-21T06:57:30.194Z] ---> 73c8ac11e515 [2021-01-21T06:57:30.194Z] Step 6/6 : RUN go mod download [2021-01-21T06:57:30.194Z] ---> Running in 59b05d96bc87 [2021-01-21T06:57:52.204Z] Removing intermediate container 59b05d96bc87 [2021-01-21T06:57:52.204Z] ---> 97c5952a24a3 [2021-01-21T06:57:52.204Z] Successfully built 97c5952a24a3 [2021-01-21T06:57:52.204Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T06:57:52.519Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T06:57:52.519Z] . [Pipeline] withDockerContainer [2021-01-21T06:57:52.632Z] prd-centos7-docker-4c-2g-21872 does not seem to be running inside a container [2021-01-21T06:57:52.676Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T06:57:53.411Z] $ docker top e0dd26d876715270140219d7a0be19224954837b3f5ad27c4943cc0022cb05a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T06:57:53.953Z] + go version [2021-01-21T06:57:53.954Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T06:57:53.972Z] $ docker stop --time=1 e0dd26d876715270140219d7a0be19224954837b3f5ad27c4943cc0022cb05a0 [2021-01-21T06:57:55.329Z] $ docker rm -f e0dd26d876715270140219d7a0be19224954837b3f5ad27c4943cc0022cb05a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T06:57:56.201Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T06:57:56.201Z] . [Pipeline] withDockerContainer [2021-01-21T06:57:56.295Z] prd-centos7-docker-4c-2g-21872 does not seem to be running inside a container [2021-01-21T06:57:56.337Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T06:57:56.922Z] $ docker top 2bd668ac6b7bbc218de6f73879a2686565f6d0158660155aa68d7b5ffd712e2a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T06:57:57.129Z] ========================================================= [2021-01-21T06:57:57.129Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-21T06:57:57.129Z] ========================================================= [Pipeline] sh [2021-01-21T06:57:57.418Z] + make test [2021-01-21T06:57:57.418Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-21T06:58:05.596Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-21T06:58:20.615Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-21T06:58:24.893Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-21T06:58:25.864Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-21T06:58:25.864Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-21T06:58:25.864Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-21T06:58:25.864Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-21T06:58:25.864Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-21T06:58:25.864Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-21T06:58:26.448Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-21T06:58:27.035Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-21T06:58:28.989Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-21T06:58:28.989Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-21T06:58:28.989Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-21T06:58:30.428Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements [2021-01-21T06:58:30.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-21T06:58:30.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-21T06:58:30.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-21T06:58:30.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-21T06:58:30.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-21T06:58:35.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.0% of statements [2021-01-21T06:58:35.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-21T06:58:35.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-21T06:58:35.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-21T06:58:35.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-21T06:58:35.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-21T06:58:35.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-21T06:58:35.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.029s coverage: 100.0% of statements [2021-01-21T06:58:35.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-21T06:58:35.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.027s coverage: 100.0% of statements [2021-01-21T06:58:35.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-21T06:58:35.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-21T06:58:35.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 66.7% of statements [2021-01-21T06:58:35.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-21T06:58:35.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-21T06:58:35.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.143s coverage: 82.3% of statements [2021-01-21T06:58:35.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-21T06:58:35.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T06:58:35.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-21T06:58:35.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-21T06:58:36.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.327s coverage: 28.6% of statements [2021-01-21T06:58:36.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-21T06:58:36.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-21T06:58:36.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-21T06:58:36.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-21T06:58:36.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-21T06:58:36.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.098s coverage: 100.0% of statements [2021-01-21T06:58:36.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-21T06:58:36.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2021-01-21T06:58:36.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-21T06:58:36.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements [2021-01-21T06:58:36.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-21T06:58:36.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.106s coverage: 97.5% of statements [2021-01-21T06:58:36.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-21T06:58:37.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements [2021-01-21T06:58:37.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-21T06:58:37.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-21T06:58:37.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-21T06:58:37.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-21T06:58:39.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.405s coverage: 92.8% of statements [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-21T06:58:39.986Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-21T06:58:39.986Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 0.1% of statements [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-21T06:58:39.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.026s coverage: 100.0% of statements [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-21T06:58:39.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.047s coverage: 75.5% of statements [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-21T06:58:39.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements [2021-01-21T06:58:39.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.080s coverage: 87.2% of statements [2021-01-21T06:58:39.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-01-21T06:58:39.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.4% of statements [2021-01-21T06:58:39.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-21T06:58:40.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.196s coverage: 63.5% of statements [2021-01-21T06:58:40.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-21T06:58:40.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-21T06:58:40.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.030s coverage: 100.0% of statements [2021-01-21T06:58:40.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements [2021-01-21T06:58:40.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-21T06:58:41.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-01-21T06:58:41.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements [2021-01-21T06:58:42.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.308s coverage: 68.9% of statements [2021-01-21T06:58:42.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-21T06:58:42.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-21T06:58:42.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-21T06:58:42.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-21T06:58:42.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-21T06:58:42.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 37.0% of statements [2021-01-21T06:58:42.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-21T06:58:42.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-21T06:58:42.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.293s coverage: 84.0% of statements [2021-01-21T06:58:42.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2021-01-21T06:58:44.806Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.117s coverage: 47.1% of statements [2021-01-21T06:58:44.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-21T06:58:44.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-21T06:58:44.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-21T06:58:44.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-21T06:58:44.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-21T06:58:44.806Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements [2021-01-21T06:58:44.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-21T06:58:44.806Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements [2021-01-21T06:58:44.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-21T06:58:46.216Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.693s coverage: 29.1% of statements [2021-01-21T06:58:46.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-21T06:58:46.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-21T06:58:46.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-21T06:58:46.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-21T06:58:46.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-21T06:58:46.216Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements [2021-01-21T06:58:46.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-21T06:58:46.216Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements [2021-01-21T06:58:46.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-21T06:58:46.216Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-01-21T06:58:46.216Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-21T06:58:46.216Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2021-01-21T06:58:46.216Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-21T06:58:46.216Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-21T06:58:46.216Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-21T06:58:46.216Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-21T06:58:46.216Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements [2021-01-21T06:58:46.216Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-21T06:58:46.216Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-21T06:58:46.216Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.025s coverage: 100.0% of statements [2021-01-21T06:58:46.216Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.024s coverage: 32.1% of statements [2021-01-21T06:58:46.790Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 100.0% of statements [2021-01-21T06:58:46.790Z] GO111MODULE=on go vet ./... [2021-01-21T06:59:08.904Z] gofmt -l . [2021-01-21T06:59:08.904Z] [ "`gofmt -l .`" = "" ] [2021-01-21T06:59:08.904Z] ./bin/test-go-mod-tidy.sh [2021-01-21T06:59:08.904Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-21T06:59:09.210Z] + ls -al . [2021-01-21T06:59:09.210Z] total 656 [2021-01-21T06:59:09.210Z] drwxrwxr-x 10 1001 1001 4096 Jan 21 06:59 . [2021-01-21T06:59:09.210Z] drwxr-xr-x 4 root root 28 Jan 21 06:57 .. [2021-01-21T06:59:09.210Z] -rw-rw-r-- 1 1001 1001 11 Jan 21 06:55 .dockerignore [2021-01-21T06:59:09.210Z] drwxrwxr-x 8 1001 1001 179 Jan 21 06:55 .git [2021-01-21T06:59:09.210Z] drwxrwxr-x 3 1001 1001 125 Jan 21 06:55 .github [2021-01-21T06:59:09.210Z] -rw-rw-r-- 1 1001 1001 824 Jan 21 06:55 .gitignore [2021-01-21T06:59:09.210Z] drwx------ 3 1001 1001 47 Jan 21 06:56 .semver [2021-01-21T06:59:09.210Z] -rw-rw-r-- 1 1001 1001 166 Jan 21 06:55 .sonarcloud.properties [2021-01-21T06:59:09.210Z] -rw-rw-r-- 1 1001 1001 7759 Jan 21 06:55 Attribution.txt [2021-01-21T06:59:09.210Z] -rw-rw-r-- 1 1001 1001 3804 Jan 21 06:55 CONTRIBUTING.md [2021-01-21T06:59:09.210Z] -rw-rw-r-- 1 1001 1001 931 Jan 21 06:55 Dockerfile.build [2021-01-21T06:59:09.210Z] -rw-rw-r-- 1 1001 1001 863 Jan 21 06:55 Jenkinsfile [2021-01-21T06:59:09.210Z] -rw-rw-r-- 1 1001 1001 10775 Jan 21 06:55 LICENSE [2021-01-21T06:59:09.210Z] -rw-rw-r-- 1 1001 1001 5750 Jan 21 06:55 Makefile [2021-01-21T06:59:09.210Z] -rw-rw-r-- 1 1001 1001 6524 Jan 21 06:55 README.md [2021-01-21T06:59:09.210Z] -rw-rw-r-- 1 1001 1001 6744 Jan 21 06:55 SECURITY.md [2021-01-21T06:59:09.210Z] -rw-rw-r-- 1 1001 1001 5 Jan 21 06:56 VERSION [2021-01-21T06:59:09.210Z] -rw-rw-r-- 1 1001 1001 4131 Jan 21 06:55 ZMQWindows.md [2021-01-21T06:59:09.210Z] drwxrwxr-x 2 1001 1001 117 Jan 21 06:55 bin [2021-01-21T06:59:09.210Z] drwxrwxr-x 14 1001 1001 4096 Jan 21 06:55 cmd [2021-01-21T06:59:09.210Z] -rw-r--r-- 1 root root 551534 Jan 21 06:58 coverage.out [2021-01-21T06:59:09.210Z] -rw-r--r-- 1 root root 1027 Jan 21 06:59 go.mod [2021-01-21T06:59:09.210Z] -rw-r--r-- 1 root root 18725 Jan 21 06:59 go.sum [2021-01-21T06:59:09.210Z] drwxrwxr-x 8 1001 1001 127 Jan 21 06:55 internal [2021-01-21T06:59:09.210Z] drwxrwxr-x 4 1001 1001 26 Jan 21 06:55 openapi [2021-01-21T06:59:09.210Z] drwxrwxr-x 4 1001 1001 71 Jan 21 06:55 snap [2021-01-21T06:59:09.210Z] -rw-rw-r-- 1 1001 1001 168 Jan 21 06:55 version.go [Pipeline] sh [2021-01-21T06:59:09.778Z] + '[' -e coverage.out ] [2021-01-21T06:59:09.778Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-21T06:59:10.531Z] Stashed 1 file(s) [Pipeline] sh [2021-01-21T06:59:11.034Z] + make build [2021-01-21T06:59:11.034Z] 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-01-21T06:59:13.654Z] 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-01-21T06:59:20.375Z] 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-01-21T06:59:21.372Z] 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-01-21T06:59:22.769Z] 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-01-21T06:59:23.053Z] 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-01-21T06:59:24.499Z] 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-01-21T06:59:25.452Z] 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-01-21T06:59:26.854Z] 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-01-21T06:59:27.801Z] 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-01-21T06:59:28.747Z] 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-01-21T06:59:29.706Z] 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 [Pipeline] } [2021-01-21T06:59:30.673Z] $ docker stop --time=1 2bd668ac6b7bbc218de6f73879a2686565f6d0158660155aa68d7b5ffd712e2a [2021-01-21T06:59:32.305Z] $ docker rm -f 2bd668ac6b7bbc218de6f73879a2686565f6d0158660155aa68d7b5ffd712e2a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T06:59:33.974Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T06:59:33.974Z] [2021-01-21T06:59:33.974Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T06:59:34.361Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T06:59:34.361Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-21T06:59:34.361Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-21T06:59:34.361Z] ca9280d653b3: Pulling fs layer [2021-01-21T06:59:34.361Z] 7e9c9ca2126c: Pulling fs layer [2021-01-21T06:59:34.361Z] cbdbe7a5bc2a: Download complete [2021-01-21T06:59:34.941Z] cbdbe7a5bc2a: Pull complete [2021-01-21T06:59:34.941Z] ca9280d653b3: Verifying Checksum [2021-01-21T06:59:34.941Z] ca9280d653b3: Download complete [2021-01-21T06:59:35.885Z] 7e9c9ca2126c: Download complete [2021-01-21T06:59:35.885Z] ca9280d653b3: Pull complete [2021-01-21T06:59:44.068Z] 7e9c9ca2126c: Pull complete [2021-01-21T06:59:44.068Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-21T06:59:44.068Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T06:59:44.069Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-21T06:59:44.216Z] prd-centos7-docker-4c-2g-21872 does not seem to be running inside a container [2021-01-21T06:59:44.262Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-21T06:59:45.129Z] $ docker top e6924452f50e35c1ded0543c0260af673402242c3506452dec2b8a137d503617 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T06:59:45.603Z] + docker-compose build --help [2021-01-21T06:59:45.604Z] + grep parallel [2021-01-21T06:59:46.547Z] --parallel Build images in parallel. [Pipeline] } [2021-01-21T06:59:46.570Z] $ docker stop --time=1 e6924452f50e35c1ded0543c0260af673402242c3506452dec2b8a137d503617 [2021-01-21T06:59:47.944Z] $ docker rm -f e6924452f50e35c1ded0543c0260af673402242c3506452dec2b8a137d503617 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T06:59:48.586Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T06:59:48.586Z] . [Pipeline] withDockerContainer [2021-01-21T06:59:48.680Z] prd-centos7-docker-4c-2g-21872 does not seem to be running inside a container [2021-01-21T06:59:48.725Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-21T06:59:49.337Z] $ docker top 2204fdd5e24edc1f9e1e06fee75bf1d28555b7db08ccf1d56021668484aded5a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T06:59:49.798Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-21T06:59:50.745Z] Building docker-core-command-go ... [2021-01-21T06:59:50.745Z] Building docker-core-data-go ... [2021-01-21T06:59:50.745Z] Building docker-core-metadata-go ... [2021-01-21T06:59:50.745Z] Building docker-security-bootstrap-redis-go ... [2021-01-21T06:59:50.745Z] Building docker-security-proxy-setup-go ... [2021-01-21T06:59:50.745Z] Building docker-security-secretstore-setup-go ... [2021-01-21T06:59:50.745Z] Building docker-support-notifications-go ... [2021-01-21T06:59:50.745Z] Building docker-support-scheduler-go ... [2021-01-21T06:59:50.745Z] Building docker-sys-mgmt-agent-go ... [2021-01-21T06:59:50.745Z] Building docker-core-metadata-go [2021-01-21T06:59:50.745Z] Building docker-security-secretstore-setup-go [2021-01-21T06:59:50.745Z] Building docker-security-proxy-setup-go [2021-01-21T06:59:50.745Z] Building docker-security-bootstrap-redis-go [2021-01-21T06:59:50.745Z] Building docker-support-notifications-go [2021-01-21T07:00:17.392Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T07:00:17.392Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T07:00:17.671Z] ---> 97c5952a24a3 [2021-01-21T07:00:17.671Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T07:00:19.074Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T07:00:19.074Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T07:00:19.074Z] ---> 97c5952a24a3 [2021-01-21T07:00:19.074Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T07:00:19.074Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T07:00:19.074Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T07:00:19.074Z] ---> 97c5952a24a3 [2021-01-21T07:00:19.074Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T07:00:19.074Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T07:00:19.074Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T07:00:19.074Z] ---> 97c5952a24a3 [2021-01-21T07:00:19.074Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T07:00:19.074Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T07:00:19.074Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T07:00:19.074Z] ---> 97c5952a24a3 [2021-01-21T07:00:19.074Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T07:00:20.462Z] ---> Running in 9ec8b7606356 [2021-01-21T07:00:20.462Z] ---> Running in 11b839909cdf [2021-01-21T07:00:20.462Z] ---> Running in baf07bd9ba24 [2021-01-21T07:00:20.462Z] ---> Running in cfda24b2fa67 [2021-01-21T07:00:20.462Z] ---> Running in 67bb765178ee [2021-01-21T07:00:20.724Z] Removing intermediate container 11b839909cdf [2021-01-21T07:00:20.724Z] ---> 57fe508cbc8d [2021-01-21T07:00:20.724Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:00:20.724Z] Removing intermediate container baf07bd9ba24 [2021-01-21T07:00:20.724Z] ---> 7da637d7658e [2021-01-21T07:00:20.724Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:00:20.724Z] Removing intermediate container cfda24b2fa67 [2021-01-21T07:00:20.724Z] ---> bddf93b6cc32 [2021-01-21T07:00:20.724Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:00:20.724Z] Removing intermediate container 9ec8b7606356 [2021-01-21T07:00:20.724Z] ---> 890dfc413f56 [2021-01-21T07:00:20.724Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:00:20.724Z] Removing intermediate container 67bb765178ee [2021-01-21T07:00:20.724Z] ---> f4f66d0f177a [2021-01-21T07:00:20.724Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:00:20.724Z] ---> Running in f15d1bf3641b [2021-01-21T07:00:20.724Z] ---> Running in ae90262bee48 [2021-01-21T07:00:20.724Z] ---> Running in 21c39531b7da [2021-01-21T07:00:20.724Z] ---> Running in 225aa67ca862 [2021-01-21T07:00:20.724Z] ---> Running in fa64aeedbb7c [2021-01-21T07:00:22.660Z] Removing intermediate container ae90262bee48 [2021-01-21T07:00:22.660Z] ---> ed3610652160 [2021-01-21T07:00:22.660Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-21T07:00:22.923Z] ---> Running in f27c07e0af37 [2021-01-21T07:00:23.186Z] Removing intermediate container 21c39531b7da [2021-01-21T07:00:23.186Z] ---> 2d18c79738e4 [2021-01-21T07:00:23.186Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T07:00:23.186Z] Removing intermediate container f15d1bf3641b [2021-01-21T07:00:23.186Z] ---> 5a020491b2cc [2021-01-21T07:00:23.186Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T07:00:23.186Z] Removing intermediate container fa64aeedbb7c [2021-01-21T07:00:23.186Z] ---> d9bd2bd573a6 [2021-01-21T07:00:23.186Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-21T07:00:23.471Z] ---> Running in 9fbbef3f2e8f [2021-01-21T07:00:23.471Z] ---> Running in 0997f107f79f [2021-01-21T07:00:23.471Z] Removing intermediate container 225aa67ca862 [2021-01-21T07:00:23.471Z] ---> d47f5c9d6696 [2021-01-21T07:00:23.471Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T07:00:23.471Z] ---> Running in 39885431775e [2021-01-21T07:00:23.471Z] ---> Running in a2fa9c9a6dec [2021-01-21T07:00:23.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T07:00:24.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T07:00:24.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T07:00:24.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T07:00:24.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T07:00:24.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T07:00:24.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T07:00:25.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T07:00:25.113Z] OK: 233 MiB in 51 packages [2021-01-21T07:00:25.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T07:00:25.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T07:00:25.698Z] OK: 233 MiB in 51 packages [2021-01-21T07:00:25.698Z] Removing intermediate container f27c07e0af37 [2021-01-21T07:00:25.698Z] ---> 2c1e090fb6bc [2021-01-21T07:00:25.698Z] Step 6/24 : COPY go.mod . [2021-01-21T07:00:25.698Z] OK: 233 MiB in 51 packages [2021-01-21T07:00:25.960Z] OK: 233 MiB in 51 packages [2021-01-21T07:00:26.223Z] OK: 233 MiB in 51 packages [2021-01-21T07:00:26.223Z] ---> 22785b062a40 [2021-01-21T07:00:26.223Z] Step 7/24 : RUN go mod download [2021-01-21T07:00:26.223Z] Removing intermediate container 9fbbef3f2e8f [2021-01-21T07:00:26.223Z] ---> 3819d68f9dc3 [2021-01-21T07:00:26.223Z] Step 6/21 : COPY go.mod . [2021-01-21T07:00:26.223Z] ---> Running in b659d8641ae6 [2021-01-21T07:00:26.510Z] ---> 1680943279bf [2021-01-21T07:00:26.510Z] Step 7/21 : RUN go mod download [2021-01-21T07:00:26.510Z] Removing intermediate container 0997f107f79f [2021-01-21T07:00:26.510Z] ---> ce655aac3b67 [2021-01-21T07:00:26.510Z] Step 6/22 : COPY go.mod . [2021-01-21T07:00:26.830Z] Removing intermediate container a2fa9c9a6dec [2021-01-21T07:00:26.830Z] ---> 47dc3416ff4b [2021-01-21T07:00:26.830Z] Step 6/22 : COPY go.mod . [2021-01-21T07:00:26.830Z] ---> Running in 3cf155e46c25 [2021-01-21T07:00:27.135Z] ---> eaec9a45fe7b [2021-01-21T07:00:27.135Z] Step 7/22 : RUN go mod download [2021-01-21T07:00:27.480Z] ---> Running in f00a021b9f2f [2021-01-21T07:00:27.480Z] ---> 28245d391f73 [2021-01-21T07:00:27.480Z] Step 7/22 : RUN go mod download [2021-01-21T07:00:27.480Z] Removing intermediate container 39885431775e [2021-01-21T07:00:27.480Z] ---> a49c95531236 [2021-01-21T07:00:27.480Z] Step 6/24 : COPY go.mod . [2021-01-21T07:00:27.480Z] ---> Running in 011e9769ba45 [2021-01-21T07:00:27.761Z] ---> ceb81405ac9f [2021-01-21T07:00:27.761Z] Step 7/24 : RUN go mod download [2021-01-21T07:00:28.036Z] ---> Running in 1eae8eca4c1c [2021-01-21T07:00:28.998Z] Removing intermediate container 3cf155e46c25 [2021-01-21T07:00:28.998Z] ---> 78a5bedbea14 [2021-01-21T07:00:28.998Z] Step 8/21 : COPY . . [2021-01-21T07:00:28.998Z] Removing intermediate container b659d8641ae6 [2021-01-21T07:00:28.998Z] ---> 5a5085bc09b1 [2021-01-21T07:00:28.998Z] Step 8/24 : COPY . . [2021-01-21T07:00:31.505Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21875 in /w/workspace/edgexfoundry_edgex-go_PR-3059 [Pipeline] { [2021-01-21T07:00:31.555Z] Removing intermediate container f00a021b9f2f [2021-01-21T07:00:31.555Z] ---> 078e84dd4b70 [2021-01-21T07:00:31.555Z] Step 8/22 : COPY . . [Pipeline] ws [2021-01-21T07:00:31.567Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-21T07:00:36.903Z] Removing intermediate container 1eae8eca4c1c [2021-01-21T07:00:36.903Z] ---> f16df7e29e3b [2021-01-21T07:00:36.904Z] Step 8/24 : COPY . . [2021-01-21T07:00:36.904Z] Removing intermediate container 011e9769ba45 [2021-01-21T07:00:36.904Z] ---> 65e868ef765c [2021-01-21T07:00:36.904Z] Step 8/22 : COPY . . [2021-01-21T07:00:37.316Z] using credential edgex-jenkins-ssh [2021-01-21T07:00:37.392Z] Cloning the remote Git repository [2021-01-21T07:00:37.454Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-21T07:00:37.579Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-21T07:00:37.673Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T07:00:37.674Z] > git --version # timeout=10 [2021-01-21T07:00:37.700Z] > git --version # 'git version 2.17.1' [2021-01-21T07:00:37.702Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T07:00:37.772Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T07:00:55.627Z] Merging remotes/origin/master commit 48f292ecce04635bad45b2dac08c505f02e60d07 into PR head commit a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:00:54.627Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T07:00:54.649Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T07:00:54.680Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T07:00:54.765Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T07:00:54.766Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T07:00:54.781Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3059/head:refs/remotes/origin/PR-3059 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T07:00:55.651Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T07:00:55.683Z] > git checkout -f a8f770479522fe3c7b88a2b5d2d54eca0cad3755 # timeout=10 [2021-01-21T07:00:55.929Z] > git remote # timeout=10 [2021-01-21T07:00:55.944Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T07:00:55.963Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T07:00:55.973Z] > git merge 48f292ecce04635bad45b2dac08c505f02e60d07 # timeout=10 [2021-01-21T07:00:56.006Z] Merge succeeded, producing a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:00:56.006Z] Checking out Revision a8f770479522fe3c7b88a2b5d2d54eca0cad3755 (PR-3059) [2021-01-21T07:00:55.995Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T07:00:56.015Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T07:00:56.025Z] > git checkout -f a8f770479522fe3c7b88a2b5d2d54eca0cad3755 # timeout=10 [2021-01-21T07:01:00.532Z] Commit message: "refactor(meta): Refactor device update operation to DBClient" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T07:01:02.429Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-21T07:01:02.853Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T07:01:03.213Z] + sudo service docker restart [2021-01-21T07:01:03.213Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T07:01:05.291Z] provisioning config files... [2021-01-21T07:01:05.337Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4915604671207865957tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T07:01:05.753Z] ---> docker-login.sh [2021-01-21T07:01:05.753Z] nexus3.edgexfoundry.org:10001 [2021-01-21T07:01:06.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T07:01:07.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T07:01:07.011Z] Configure a credential helper to remove this warning. See [2021-01-21T07:01:07.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T07:01:07.011Z] [2021-01-21T07:01:07.011Z] Login Succeeded [2021-01-21T07:01:07.011Z] nexus3.edgexfoundry.org:10002 [2021-01-21T07:01:07.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T07:01:07.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T07:01:07.558Z] Configure a credential helper to remove this warning. See [2021-01-21T07:01:07.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T07:01:07.558Z] [2021-01-21T07:01:07.558Z] Login Succeeded [2021-01-21T07:01:07.558Z] nexus3.edgexfoundry.org:10003 [2021-01-21T07:01:07.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T07:01:08.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T07:01:08.108Z] Configure a credential helper to remove this warning. See [2021-01-21T07:01:08.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T07:01:08.108Z] [2021-01-21T07:01:08.108Z] Login Succeeded [2021-01-21T07:01:08.108Z] nexus3.edgexfoundry.org:10004 [2021-01-21T07:01:08.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T07:01:08.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T07:01:08.656Z] Configure a credential helper to remove this warning. See [2021-01-21T07:01:08.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T07:01:08.656Z] [2021-01-21T07:01:08.656Z] Login Succeeded [2021-01-21T07:01:08.656Z] docker.io [2021-01-21T07:01:08.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T07:01:09.259Z] ---> 245151b2f902 [2021-01-21T07:01:09.259Z] ---> 6c512299a075 [2021-01-21T07:01:09.259Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications ---> 4205ef9b5ba8 [2021-01-21T07:01:09.259Z] [2021-01-21T07:01:09.259Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-21T07:01:09.259Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-21T07:01:09.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T07:01:09.538Z] Configure a credential helper to remove this warning. See [2021-01-21T07:01:09.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T07:01:09.538Z] [2021-01-21T07:01:09.538Z] Login Succeeded [2021-01-21T07:01:09.538Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T07:01:09.556Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-21T07:01:09.845Z] ---> Running in 0bb44d987776 [2021-01-21T07:01:09.845Z] ---> Running in 2627d4ca8cd1 [2021-01-21T07:01:09.845Z] ---> Running in 398a1cb54703 [2021-01-21T07:01:09.845Z] ---> a756e6318fab [2021-01-21T07:01:09.845Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-21T07:01:09.845Z] ---> 38bed6c93040 [2021-01-21T07:01:09.845Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [Pipeline] echo [2021-01-21T07:01:09.990Z] ========================================================= [2021-01-21T07:01:09.990Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T07:01:09.990Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T07:01:10.136Z] ---> Running in bc5ee6fc952f [2021-01-21T07:01:10.136Z] ---> Running in 6a60864485e5 [2021-01-21T07:01:10.388Z] + 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-01-21T07:01:11.124Z] 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-01-21T07:01:11.124Z] 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-01-21T07:01:11.124Z] 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-01-21T07:01:11.124Z] 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-01-21T07:01:11.124Z] 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-01-21T07:01:13.025Z] Sending build context to Docker daemon 166.1MB [2021-01-21T07:01:13.025Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T07:01:13.025Z] Step 2/6 : FROM ${BASE} [2021-01-21T07:01:13.025Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T07:01:13.025Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T07:01:13.025Z] a4357932f1b6: Pulling fs layer [2021-01-21T07:01:13.025Z] 18c013af1878: Pulling fs layer [2021-01-21T07:01:13.025Z] 00ac8860ef70: Pulling fs layer [2021-01-21T07:01:13.025Z] 63d7cb157983: Pulling fs layer [2021-01-21T07:01:13.025Z] b116817d02f9: Pulling fs layer [2021-01-21T07:01:13.025Z] 745a02a5169b: Pulling fs layer [2021-01-21T07:01:13.025Z] 00ac8860ef70: Waiting [2021-01-21T07:01:13.025Z] 63d7cb157983: Waiting [2021-01-21T07:01:13.025Z] b116817d02f9: Waiting [2021-01-21T07:01:13.025Z] 745a02a5169b: Waiting [2021-01-21T07:01:13.025Z] 18c013af1878: Verifying Checksum [2021-01-21T07:01:13.025Z] 18c013af1878: Download complete [2021-01-21T07:01:13.025Z] a4357932f1b6: Verifying Checksum [2021-01-21T07:01:13.025Z] a4357932f1b6: Download complete [2021-01-21T07:01:13.025Z] 63d7cb157983: Verifying Checksum [2021-01-21T07:01:13.025Z] 63d7cb157983: Download complete [2021-01-21T07:01:13.025Z] b116817d02f9: Verifying Checksum [2021-01-21T07:01:13.025Z] b116817d02f9: Download complete [2021-01-21T07:01:13.304Z] 5f621e34cdf4: Verifying Checksum [2021-01-21T07:01:13.304Z] 5f621e34cdf4: Download complete [2021-01-21T07:01:13.915Z] 5f621e34cdf4: Pull complete [2021-01-21T07:01:14.564Z] a4357932f1b6: Pull complete [2021-01-21T07:01:14.845Z] 18c013af1878: Pull complete [2021-01-21T07:01:15.851Z] 745a02a5169b: Verifying Checksum [2021-01-21T07:01:15.851Z] 745a02a5169b: Download complete [2021-01-21T07:01:17.299Z] 00ac8860ef70: Verifying Checksum [2021-01-21T07:01:17.299Z] 00ac8860ef70: Download complete [2021-01-21T07:01:27.466Z] 00ac8860ef70: Pull complete [2021-01-21T07:01:27.467Z] 63d7cb157983: Pull complete [2021-01-21T07:01:27.467Z] b116817d02f9: Pull complete [2021-01-21T07:01:31.781Z] 745a02a5169b: Pull complete [2021-01-21T07:01:31.781Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T07:01:31.781Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T07:01:31.781Z] ---> b7e6874047d6 [2021-01-21T07:01:31.781Z] 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-01-21T07:01:35.163Z] ---> Running in 508d4b85ad2b [2021-01-21T07:01:35.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T07:01:36.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T07:01:37.328Z] (1/12) Installing libmagic (5.38-r0) [2021-01-21T07:01:37.599Z] (2/12) Installing file (5.38-r0) [2021-01-21T07:01:37.848Z] 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-01-21T07:01:37.848Z] 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-01-21T07:01:37.868Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-21T07:01:37.868Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-21T07:01:38.424Z] Removing intermediate container bc5ee6fc952f [2021-01-21T07:01:38.424Z] ---> dd31a5ed85a5 [2021-01-21T07:01:38.424Z] [2021-01-21T07:01:38.424Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T07:01:38.424Z] 3.12: Pulling from library/alpine [2021-01-21T07:01:39.026Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T07:01:39.026Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T07:01:39.026Z] ---> 389fef711851 [2021-01-21T07:01:39.026Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T07:01:40.966Z] ---> Running in e17c3c98cab4 [2021-01-21T07:01:40.966Z] Removing intermediate container 398a1cb54703 [2021-01-21T07:01:40.966Z] ---> ee49f23d9307 [2021-01-21T07:01:40.966Z] [2021-01-21T07:01:40.966Z] Step 10/24 : FROM scratch [2021-01-21T07:01:40.966Z] ---> [2021-01-21T07:01:40.966Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-21T07:01:41.241Z] ---> Running in cbbf6bb86511 [2021-01-21T07:01:41.265Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-21T07:01:41.265Z] (6/12) Installing patch (2.7.6-r6) [2021-01-21T07:01:41.265Z] (7/12) Installing build-base (0.5-r2) [2021-01-21T07:01:41.265Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-21T07:01:41.503Z] Removing intermediate container cbbf6bb86511 [2021-01-21T07:01:41.503Z] ---> fa07c56e53aa [2021-01-21T07:01:41.503Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-21T07:01:41.536Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-21T07:01:41.536Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-21T07:01:41.536Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-21T07:01:41.809Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-21T07:01:41.809Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T07:01:41.809Z] OK: 217 MiB in 51 packages [2021-01-21T07:01:42.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T07:01:42.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T07:01:42.460Z] ---> Running in 39314e002c99 [2021-01-21T07:01:42.460Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T07:01:42.460Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T07:01:42.460Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T07:01:42.460Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T07:01:42.460Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T07:01:42.722Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T07:01:42.722Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T07:01:42.722Z] OK: 7 MiB in 19 packages [2021-01-21T07:01:46.027Z] Removing intermediate container 39314e002c99 [2021-01-21T07:01:46.027Z] ---> 410c857e072e [2021-01-21T07:01:46.027Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-21T07:01:46.027Z] ---> Running in 854bfea05682 [2021-01-21T07:01:46.027Z] Removing intermediate container 6a60864485e5 [2021-01-21T07:01:46.028Z] ---> 8394bac43ff7 [2021-01-21T07:01:46.028Z] [2021-01-21T07:01:46.028Z] Step 10/24 : FROM alpine:3.12 [2021-01-21T07:01:46.028Z] ---> 389fef711851 [2021-01-21T07:01:46.028Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T07:01:46.028Z] Removing intermediate container 2627d4ca8cd1 [2021-01-21T07:01:46.028Z] ---> 04202c88ad9c [2021-01-21T07:01:46.028Z] [2021-01-21T07:01:46.028Z] Step 10/21 : FROM alpine:3.12 [2021-01-21T07:01:46.028Z] ---> 389fef711851 [2021-01-21T07:01:46.028Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-21T07:01:46.028Z] ---> Running in 2c98a609fa4b [2021-01-21T07:01:46.028Z] ---> Running in 8fed949c1451 [2021-01-21T07:01:46.028Z] Removing intermediate container 854bfea05682 [2021-01-21T07:01:46.028Z] ---> 5202c1f10b12 [2021-01-21T07:01:46.028Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-21T07:01:46.127Z] Removing intermediate container 508d4b85ad2b [2021-01-21T07:01:46.127Z] ---> b9bc2f6a918d [2021-01-21T07:01:46.127Z] Step 4/6 : WORKDIR /edgex-go [2021-01-21T07:01:46.127Z] ---> Running in c573559e4ed6 [2021-01-21T07:01:46.722Z] Removing intermediate container c573559e4ed6 [2021-01-21T07:01:46.722Z] ---> 1a9f19748fc0 [2021-01-21T07:01:46.722Z] Step 5/6 : COPY go.mod . [2021-01-21T07:01:46.979Z] Removing intermediate container e17c3c98cab4 [2021-01-21T07:01:46.979Z] ---> 2c5780c0b325 [2021-01-21T07:01:46.979Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-21T07:01:47.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T07:01:47.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T07:01:47.319Z] ---> 810c56d9b31b [2021-01-21T07:01:47.319Z] Step 6/6 : RUN go mod download [2021-01-21T07:01:47.509Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-21T07:01:47.509Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T07:01:47.509Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-21T07:01:47.509Z] (4/4) Installing curl (7.69.1-r3) [2021-01-21T07:01:47.509Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T07:01:47.509Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T07:01:47.509Z] OK: 7 MiB in 18 packages [2021-01-21T07:01:47.591Z] ---> Running in 419c7f7fea7e [2021-01-21T07:01:48.086Z] ---> 51c701fca619 [2021-01-21T07:01:48.087Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-21T07:01:48.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T07:01:48.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T07:01:48.347Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T07:01:48.347Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T07:01:48.347Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T07:01:48.347Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T07:01:48.347Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T07:01:48.347Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T07:01:48.347Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T07:01:48.347Z] OK: 7 MiB in 19 packages [2021-01-21T07:01:48.609Z] Removing intermediate container 0bb44d987776 [2021-01-21T07:01:48.609Z] ---> bddc19bb980c [2021-01-21T07:01:48.609Z] [2021-01-21T07:01:48.609Z] Step 10/22 : FROM scratch [2021-01-21T07:01:48.609Z] ---> [2021-01-21T07:01:48.609Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T07:01:49.180Z] ---> Running in 65f574ee1ced [2021-01-21T07:01:49.180Z] ---> Running in ba936f1d655e [2021-01-21T07:01:49.180Z] ---> ee9291555d3e [2021-01-21T07:01:49.180Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-21T07:01:49.756Z] Removing intermediate container 65f574ee1ced [2021-01-21T07:01:49.756Z] ---> 382e6036f260 [2021-01-21T07:01:49.756Z] Step 13/22 : WORKDIR / [2021-01-21T07:01:49.756Z] Removing intermediate container ba936f1d655e [2021-01-21T07:01:49.756Z] ---> a6862a131ca2 [2021-01-21T07:01:49.757Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-21T07:01:51.146Z] ---> Running in ebb5ae8a2121 [2021-01-21T07:01:51.146Z] ---> Running in 35d795c6f1bc [2021-01-21T07:01:51.146Z] ---> 1770cfd21a4f [2021-01-21T07:01:51.146Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T07:01:51.147Z] Removing intermediate container 8fed949c1451 [2021-01-21T07:01:51.147Z] ---> aebf478c08e2 [2021-01-21T07:01:51.147Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T07:01:51.147Z] Removing intermediate container 2c98a609fa4b [2021-01-21T07:01:51.147Z] ---> a2e4c26c7683 [2021-01-21T07:01:51.147Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T07:01:51.413Z] ---> Running in 96d38e82c0b0 [2021-01-21T07:01:51.413Z] Removing intermediate container ebb5ae8a2121 [2021-01-21T07:01:51.413Z] ---> e9c9c5a8dd0a [2021-01-21T07:01:51.413Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T07:01:51.413Z] ---> Running in d1ac7b19edf1 [2021-01-21T07:01:51.413Z] Removing intermediate container 35d795c6f1bc [2021-01-21T07:01:51.413Z] ---> d3f826567778 [2021-01-21T07:01:51.413Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T07:01:51.413Z] ---> 7b5184340f58 [2021-01-21T07:01:51.413Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-21T07:01:51.676Z] ---> Running in 0f104878ba6e [2021-01-21T07:01:51.676Z] Removing intermediate container d1ac7b19edf1 [2021-01-21T07:01:51.676Z] ---> 25b20256279f [2021-01-21T07:01:51.676Z] Step 13/21 : WORKDIR /edgex [2021-01-21T07:01:51.676Z] Removing intermediate container 96d38e82c0b0 [2021-01-21T07:01:51.676Z] ---> a889e3c722de [2021-01-21T07:01:51.676Z] Step 13/24 : WORKDIR / [2021-01-21T07:01:51.945Z] ---> Running in 5eca46f3eaf7 [2021-01-21T07:01:51.945Z] Removing intermediate container 0f104878ba6e [2021-01-21T07:01:51.945Z] ---> 1178e15a3287 [2021-01-21T07:01:51.945Z] Step 14/22 : WORKDIR / [2021-01-21T07:01:51.945Z] ---> Running in ac517db207b8 [2021-01-21T07:01:51.945Z] ---> fcade94322d3 [2021-01-21T07:01:51.945Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-21T07:01:52.211Z] ---> c96abac30719 [2021-01-21T07:01:52.211Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-21T07:01:52.211Z] ---> Running in 42f83e65d1dd [2021-01-21T07:01:52.480Z] Removing intermediate container 5eca46f3eaf7 [2021-01-21T07:01:52.480Z] ---> e66dda98f41d [2021-01-21T07:01:52.480Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-21T07:01:52.480Z] Removing intermediate container ac517db207b8 [2021-01-21T07:01:52.480Z] ---> aba2e0084d62 [2021-01-21T07:01:52.480Z] 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-01-21T07:01:52.480Z] Removing intermediate container 42f83e65d1dd [2021-01-21T07:01:52.480Z] ---> bee1ded9594d [2021-01-21T07:01:52.480Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T07:01:52.480Z] ---> 93b5d205778a [2021-01-21T07:01:52.480Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-21T07:01:52.742Z] ---> e015b010f533 [2021-01-21T07:01:52.742Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-21T07:01:52.742Z] ---> Running in e126581afc18 [2021-01-21T07:01:52.742Z] ---> cadc6d6921f9 [2021-01-21T07:01:52.742Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-21T07:01:53.003Z] ---> 7e4cb6312082 [2021-01-21T07:01:53.003Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-21T07:01:53.267Z] ---> 4277c06813a5 [2021-01-21T07:01:53.267Z] 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-01-21T07:01:53.267Z] Removing intermediate container e126581afc18 [2021-01-21T07:01:53.267Z] ---> d3baf26fe011 [2021-01-21T07:01:53.267Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T07:01:53.267Z] ---> e3471e9d683d [2021-01-21T07:01:53.267Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-21T07:01:53.529Z] ---> baad56d8a0e5 [2021-01-21T07:01:53.529Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-21T07:01:53.529Z] ---> Running in 23015fd49e46 [2021-01-21T07:01:53.529Z] ---> fa613a0a51fb [2021-01-21T07:01:53.529Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-21T07:01:53.792Z] ---> 6f939668fe22 [2021-01-21T07:01:53.792Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-21T07:01:53.792Z] ---> f293d4b134d6 [2021-01-21T07:01:53.792Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-21T07:01:53.793Z] Removing intermediate container 23015fd49e46 [2021-01-21T07:01:53.793Z] ---> 1d21dc5448d3 [2021-01-21T07:01:53.793Z] Step 22/24 : LABEL arch=x86_64 [2021-01-21T07:01:54.058Z] ---> Running in 7af35b00213c [2021-01-21T07:01:54.058Z] ---> Running in dbb5d687b379 [2021-01-21T07:01:54.058Z] ---> 7be611043294 [2021-01-21T07:01:54.058Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-21T07:01:54.058Z] ---> 59898a509431 [2021-01-21T07:01:54.058Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-21T07:01:54.323Z] ---> 7e8b8989542c [2021-01-21T07:01:54.323Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-21T07:01:54.323Z] ---> Running in bf950abbec03 [2021-01-21T07:01:54.585Z] Removing intermediate container dbb5d687b379 [2021-01-21T07:01:54.585Z] ---> 3f8bf446c804 [2021-01-21T07:01:54.585Z] Step 23/24 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:01:54.585Z] ---> Running in d6b861169f69 [2021-01-21T07:01:54.585Z] ---> Running in aecc1ee0b7b5 [2021-01-21T07:01:54.851Z] ---> 4c2b61106999 [2021-01-21T07:01:54.851Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-21T07:01:54.851Z] Removing intermediate container bf950abbec03 [2021-01-21T07:01:54.851Z] ---> 8581398fb6ae [2021-01-21T07:01:54.851Z] Step 18/21 : CMD ["--init=true"] [2021-01-21T07:01:55.112Z] ---> Running in 79548314b137 [2021-01-21T07:01:55.373Z] Removing intermediate container d6b861169f69 [2021-01-21T07:01:55.373Z] ---> 7b5bce145079 [2021-01-21T07:01:55.373Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T07:01:55.373Z] Removing intermediate container aecc1ee0b7b5 [2021-01-21T07:01:55.373Z] ---> d6683d9c65e6 [2021-01-21T07:01:55.373Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T07:01:55.635Z] ---> 63e7af6b6155 [2021-01-21T07:01:55.635Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-21T07:01:55.635Z] ---> Running in 153f847b2ad5 [2021-01-21T07:01:55.635Z] ---> Running in 4b758f858c82 [2021-01-21T07:01:55.635Z] Removing intermediate container 79548314b137 [2021-01-21T07:01:55.635Z] ---> 0ed0203caa0e [2021-01-21T07:01:55.635Z] Step 19/21 : LABEL arch=x86_64 [2021-01-21T07:01:55.897Z] ---> Running in a647043999cc [2021-01-21T07:01:55.897Z] ---> e40f49a83802 [2021-01-21T07:01:55.897Z] 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-01-21T07:01:55.897Z] Removing intermediate container 153f847b2ad5 [2021-01-21T07:01:55.897Z] ---> 9c730474be3c [2021-01-21T07:01:55.897Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T07:01:56.162Z] Removing intermediate container 4b758f858c82 [2021-01-21T07:01:56.162Z] ---> 15a52c1d6dd6 [2021-01-21T07:01:56.162Z] [2021-01-21T07:01:56.162Z] Removing intermediate container 7af35b00213c [2021-01-21T07:01:56.162Z] ---> 4e2c5d32bcae [2021-01-21T07:01:56.162Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-21T07:01:56.162Z] ---> Running in 14e1c5472300 [2021-01-21T07:01:56.162Z] ---> Running in c0ce43d0064d [2021-01-21T07:01:56.423Z] Successfully built 15a52c1d6dd6 [2021-01-21T07:01:56.423Z] ---> Running in 495c611b7efa [2021-01-21T07:01:56.423Z] Successfully tagged docker-support-notifications-go:latest [2021-01-21T07:01:56.423Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-01-21T07:01:56.423Z] Removing intermediate container a647043999cc [2021-01-21T07:01:56.423Z] ---> ee64d899f06a [2021-01-21T07:01:56.423Z] Step 20/21 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:01:56.688Z] ---> Running in a4e44cf5f937 [2021-01-21T07:01:56.688Z] Removing intermediate container c0ce43d0064d [2021-01-21T07:01:56.688Z] ---> dc867f0a8d74 [2021-01-21T07:01:56.688Z] Step 21/22 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:01:56.688Z] Removing intermediate container 495c611b7efa [2021-01-21T07:01:56.688Z] ---> e39ff53e0adb [2021-01-21T07:01:56.688Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T07:01:56.950Z] ---> Running in 659099c4dc61 [2021-01-21T07:01:56.950Z] ---> Running in 3766bcec90f0 [2021-01-21T07:01:57.211Z] Removing intermediate container a4e44cf5f937 [2021-01-21T07:01:57.211Z] ---> d1623bee7f61 [2021-01-21T07:01:57.211Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T07:01:57.473Z] ---> Running in df2a887c703a [2021-01-21T07:01:58.418Z] Removing intermediate container 659099c4dc61 [2021-01-21T07:01:58.418Z] ---> f65e08411239 [2021-01-21T07:01:58.418Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T07:01:58.418Z] Removing intermediate container 3766bcec90f0 [2021-01-21T07:01:58.418Z] ---> e07faba6eec0 [2021-01-21T07:01:58.418Z] Step 21/22 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:02:00.976Z] ---> Running in b1b07353f9fe [2021-01-21T07:02:00.976Z] ---> Running in c2a42b907720 [2021-01-21T07:02:00.976Z] Removing intermediate container df2a887c703a [2021-01-21T07:02:00.976Z] ---> 66436a7fb6a6 [2021-01-21T07:02:00.976Z] [2021-01-21T07:02:00.976Z] Successfully built 66436a7fb6a6 [2021-01-21T07:02:00.976Z] Removing intermediate container 14e1c5472300 [2021-01-21T07:02:00.976Z] ---> cd423b448763 [2021-01-21T07:02:00.976Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-21T07:02:01.237Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-21T07:02:01.237Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-01-21T07:02:02.632Z] Removing intermediate container b1b07353f9fe [2021-01-21T07:02:02.632Z] ---> 6f78b69cd2d8 [2021-01-21T07:02:02.632Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T07:02:02.632Z] Removing intermediate container c2a42b907720 [2021-01-21T07:02:02.632Z] ---> 63d546c71534 [2021-01-21T07:02:02.632Z] [2021-01-21T07:02:02.632Z] ---> Running in 1c1d8464c896 [2021-01-21T07:02:02.893Z] Successfully built 63d546c71534 [2021-01-21T07:02:02.893Z] Successfully tagged docker-core-metadata-go:latest [2021-01-21T07:02:02.893Z] Building docker-core-data-go [2021-01-21T07:02:02.893Z]  Building docker-core-metadata-go ... done  ---> Running in 9fc988538bb9 [2021-01-21T07:02:07.123Z] Removing intermediate container 1c1d8464c896 [2021-01-21T07:02:07.123Z] ---> 90cec15e8221 [2021-01-21T07:02:07.123Z] Step 22/24 : LABEL arch=x86_64 [2021-01-21T07:02:09.064Z] Removing intermediate container 9fc988538bb9 [2021-01-21T07:02:09.064Z] ---> ec483855c4a0 [2021-01-21T07:02:09.064Z] [2021-01-21T07:02:09.064Z] ---> Running in 40f55cc9c1e0 [2021-01-21T07:02:09.327Z] Successfully built ec483855c4a0 [2021-01-21T07:02:09.327Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-21T07:02:09.327Z]  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go [2021-01-21T07:02:09.591Z] Removing intermediate container 40f55cc9c1e0 [2021-01-21T07:02:09.591Z] ---> 22f740916fc2 [2021-01-21T07:02:09.591Z] Step 23/24 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:02:09.855Z] ---> Running in 03a68ddddfbf [2021-01-21T07:02:14.391Z] Removing intermediate container 419c7f7fea7e [2021-01-21T07:02:14.391Z] ---> e9a2fdddb5a5 [2021-01-21T07:02:14.391Z] Successfully built e9a2fdddb5a5 [2021-01-21T07:02:14.391Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T07:02:14.730Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T07:02:14.731Z] . [Pipeline] withDockerContainer [2021-01-21T07:02:14.969Z] prd-ubuntu18.04-docker-arm64-4c-16g-21875 does not seem to be running inside a container [2021-01-21T07:02:15.064Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T07:02:16.463Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T07:02:16.463Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T07:02:16.463Z] ---> 97c5952a24a3 [2021-01-21T07:02:16.463Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T07:02:16.463Z] ---> Using cache [2021-01-21T07:02:16.463Z] ---> f4f66d0f177a [2021-01-21T07:02:16.463Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:02:16.463Z] ---> Using cache [2021-01-21T07:02:16.463Z] ---> d9bd2bd573a6 [2021-01-21T07:02:16.463Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T07:02:16.463Z] ---> Using cache [2021-01-21T07:02:16.463Z] ---> a49c95531236 [2021-01-21T07:02:16.463Z] Step 6/21 : COPY go.mod . [2021-01-21T07:02:16.463Z] ---> Using cache [2021-01-21T07:02:16.463Z] ---> ceb81405ac9f [2021-01-21T07:02:16.463Z] Step 7/21 : RUN go mod download [2021-01-21T07:02:16.463Z] ---> Using cache [2021-01-21T07:02:16.463Z] ---> f16df7e29e3b [2021-01-21T07:02:16.463Z] Step 8/21 : COPY . . [2021-01-21T07:02:16.463Z] ---> Using cache [2021-01-21T07:02:16.463Z] ---> 38bed6c93040 [2021-01-21T07:02:16.463Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-21T07:02:16.605Z] $ docker top 1fc3848d783b29f0989ededdf0362a0d09cd417528315e77877b9ef48a28c569 -eo pid,comm [2021-01-21T07:02:16.726Z] Removing intermediate container 03a68ddddfbf [2021-01-21T07:02:16.726Z] ---> d005d8cd30ca [2021-01-21T07:02:16.726Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T07:02:16.726Z] ---> Running in a28968ba90f1 [Pipeline] { [Pipeline] sh [2021-01-21T07:02:17.683Z] ---> Running in 1de449f63390 [2021-01-21T07:02:17.700Z] + go version [2021-01-21T07:02:17.700Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-21T07:02:17.735Z] $ docker stop --time=1 1fc3848d783b29f0989ededdf0362a0d09cd417528315e77877b9ef48a28c569 [2021-01-21T07:02:19.087Z] Removing intermediate container 1de449f63390 [2021-01-21T07:02:19.087Z] ---> 1657831fa69a [2021-01-21T07:02:19.087Z] [2021-01-21T07:02:19.355Z] Successfully built 1657831fa69a [2021-01-21T07:02:19.624Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-21T07:02:19.690Z] $ docker rm -f 1fc3848d783b29f0989ededdf0362a0d09cd417528315e77877b9ef48a28c569 [2021-01-21T07:02:19.884Z]  Building docker-security-secretstore-setup-go ... done 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 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T07:02:20.793Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T07:02:20.793Z] . [Pipeline] withDockerContainer [2021-01-21T07:02:21.062Z] prd-ubuntu18.04-docker-arm64-4c-16g-21875 does not seem to be running inside a container [2021-01-21T07:02:21.148Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T07:02:22.562Z] $ docker top cffa39c96f514fda2dbd2b1abd78ff0694d207caa6533c0fee7adbb914b3f0a2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T07:02:22.937Z] ========================================================= [2021-01-21T07:02:22.937Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-21T07:02:22.937Z] ========================================================= [Pipeline] sh [2021-01-21T07:02:23.231Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T07:02:23.231Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T07:02:23.231Z] ---> 97c5952a24a3 [2021-01-21T07:02:23.231Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T07:02:23.231Z] ---> Using cache [2021-01-21T07:02:23.231Z] ---> f4f66d0f177a [2021-01-21T07:02:23.231Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:02:23.231Z] ---> Using cache [2021-01-21T07:02:23.231Z] ---> d9bd2bd573a6 [2021-01-21T07:02:23.231Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T07:02:23.231Z] ---> Using cache [2021-01-21T07:02:23.231Z] ---> a49c95531236 [2021-01-21T07:02:23.231Z] Step 6/22 : COPY go.mod . [2021-01-21T07:02:23.231Z] ---> Using cache [2021-01-21T07:02:23.231Z] ---> ceb81405ac9f [2021-01-21T07:02:23.231Z] Step 7/22 : RUN go mod download [2021-01-21T07:02:23.231Z] ---> Using cache [2021-01-21T07:02:23.231Z] ---> f16df7e29e3b [2021-01-21T07:02:23.231Z] Step 8/22 : COPY . . [2021-01-21T07:02:23.231Z] ---> Using cache [2021-01-21T07:02:23.231Z] ---> 38bed6c93040 [2021-01-21T07:02:23.231Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-21T07:02:23.588Z] + make test [2021-01-21T07:02:23.588Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-21T07:02:24.189Z] ---> Running in d596825e416b [2021-01-21T07:02:26.782Z] 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-01-21T07:02:29.407Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T07:02:29.407Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T07:02:29.407Z] ---> 97c5952a24a3 [2021-01-21T07:02:29.407Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T07:02:29.407Z] ---> Using cache [2021-01-21T07:02:29.407Z] ---> f4f66d0f177a [2021-01-21T07:02:29.407Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:02:29.407Z] ---> Using cache [2021-01-21T07:02:29.407Z] ---> d9bd2bd573a6 [2021-01-21T07:02:29.407Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-21T07:02:30.369Z] ---> Running in ec0043161abc [2021-01-21T07:02:31.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T07:02:32.399Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T07:02:32.399Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-21T07:02:32.399Z] ---> 97c5952a24a3 [2021-01-21T07:02:32.399Z] Step 3/26 : WORKDIR /edgex-go [2021-01-21T07:02:32.399Z] ---> Using cache [2021-01-21T07:02:32.399Z] ---> f4f66d0f177a [2021-01-21T07:02:32.399Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:02:32.399Z] ---> Using cache [2021-01-21T07:02:32.399Z] ---> d9bd2bd573a6 [2021-01-21T07:02:32.399Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-21T07:02:32.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T07:02:33.028Z] OK: 233 MiB in 51 packages [2021-01-21T07:02:33.028Z] ---> Running in 80c86fe9884d [2021-01-21T07:02:33.627Z] Removing intermediate container ec0043161abc [2021-01-21T07:02:33.627Z] ---> 87865f0511a6 [2021-01-21T07:02:33.627Z] Step 6/23 : COPY go.mod . [2021-01-21T07:02:33.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T07:02:34.173Z] ---> eeb31de90c5c [2021-01-21T07:02:34.173Z] Step 7/23 : RUN go mod download [2021-01-21T07:02:34.173Z] ---> Running in 2d1daa6fad12 [2021-01-21T07:02:34.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T07:02:35.017Z] OK: 233 MiB in 51 packages [2021-01-21T07:02:35.978Z] Removing intermediate container 80c86fe9884d [2021-01-21T07:02:35.978Z] ---> 42dab6fdded2 [2021-01-21T07:02:35.978Z] Step 6/26 : COPY go.mod . [2021-01-21T07:02:36.248Z] Removing intermediate container 2d1daa6fad12 [2021-01-21T07:02:36.248Z] ---> f4832fd52a8e [2021-01-21T07:02:36.248Z] Step 8/23 : COPY . . [2021-01-21T07:02:36.248Z] ---> 58f4f1e56d01 [2021-01-21T07:02:36.248Z] Step 7/26 : RUN go mod download [2021-01-21T07:02:36.522Z] ---> Running in 6ea157f3cc12 [2021-01-21T07:02:45.768Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-21T07:02:48.821Z] Removing intermediate container 6ea157f3cc12 [2021-01-21T07:02:48.822Z] ---> 3c9656edd663 [2021-01-21T07:02:48.822Z] Step 8/26 : COPY . . [2021-01-21T07:02:53.041Z] Removing intermediate container a28968ba90f1 [2021-01-21T07:02:53.041Z] ---> af947296c8d7 [2021-01-21T07:02:53.041Z] [2021-01-21T07:02:53.041Z] Step 10/21 : FROM scratch [2021-01-21T07:02:53.041Z] ---> [2021-01-21T07:02:53.041Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T07:02:55.129Z] ---> Using cache [2021-01-21T07:02:55.129Z] ---> a6862a131ca2 [2021-01-21T07:02:55.129Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-21T07:02:55.785Z] ---> Running in dd21e457c873 [2021-01-21T07:02:56.888Z] ---> 70488fa107a1 [2021-01-21T07:02:56.889Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-21T07:02:57.463Z] Removing intermediate container dd21e457c873 [2021-01-21T07:02:57.463Z] ---> ff118af17c91 [2021-01-21T07:02:57.463Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-21T07:02:58.415Z] ---> Running in 3148d9da30a3 [2021-01-21T07:02:59.808Z] ---> Running in 6a337bbdbcb5 [2021-01-21T07:03:01.742Z] Removing intermediate container d596825e416b [2021-01-21T07:03:01.742Z] ---> 85958245c095 [2021-01-21T07:03:01.742Z] [2021-01-21T07:03:01.742Z] Step 10/22 : FROM scratch [2021-01-21T07:03:01.742Z] ---> [2021-01-21T07:03:01.742Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T07:03:01.742Z] Removing intermediate container 6a337bbdbcb5 [2021-01-21T07:03:01.742Z] ---> 5da4b83a1012 [2021-01-21T07:03:01.742Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T07:03:02.003Z] ---> Using cache [2021-01-21T07:03:02.003Z] ---> a6862a131ca2 [2021-01-21T07:03:02.003Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-21T07:03:02.957Z] 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-01-21T07:03:03.231Z] ---> Running in 23dde9f7de58 [2021-01-21T07:03:03.231Z] ---> 91fb8352d332 [2021-01-21T07:03:03.231Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-21T07:03:04.649Z] Removing intermediate container 23dde9f7de58 [2021-01-21T07:03:04.649Z] ---> 2b88162a1f55 [2021-01-21T07:03:04.649Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T07:03:06.060Z] ---> b6dc7372050f [2021-01-21T07:03:06.060Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-21T07:03:06.060Z] ---> Running in ec8148a7584c [2021-01-21T07:03:07.039Z] ---> 10e21576e682 [2021-01-21T07:03:07.039Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-21T07:03:07.319Z] ---> Running in fb374e2a0f49 [2021-01-21T07:03:07.319Z] ---> 818f8f22d7af [2021-01-21T07:03:07.319Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-21T07:03:07.319Z] Removing intermediate container ec8148a7584c [2021-01-21T07:03:07.319Z] ---> 6efd9bc03863 [2021-01-21T07:03:07.319Z] Step 14/22 : WORKDIR / [2021-01-21T07:03:07.584Z] ---> Running in 0050e69a86a0 [2021-01-21T07:03:07.585Z] ---> Running in 63a78af5e709 [2021-01-21T07:03:08.179Z] Removing intermediate container 63a78af5e709 [2021-01-21T07:03:08.179Z] ---> 89a05479a84a [2021-01-21T07:03:08.179Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T07:03:08.179Z] Removing intermediate container 0050e69a86a0 [2021-01-21T07:03:08.179Z] ---> 14a0fca4f786 [2021-01-21T07:03:08.179Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T07:03:08.179Z] ---> Running in bb55398778bf [2021-01-21T07:03:08.453Z] 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-01-21T07:03:08.453Z] Removing intermediate container bb55398778bf [2021-01-21T07:03:08.453Z] ---> 5e20a0c6c891 [2021-01-21T07:03:08.453Z] Step 19/21 : LABEL arch=x86_64 [2021-01-21T07:03:08.453Z] ---> 72c7329bfc0f [2021-01-21T07:03:08.453Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-21T07:03:08.723Z] ---> Running in fc4262f649af [2021-01-21T07:03:09.004Z] Removing intermediate container fc4262f649af [2021-01-21T07:03:09.004Z] ---> a7b60b6aa920 [2021-01-21T07:03:09.004Z] Step 20/21 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:03:09.284Z] ---> Running in 9b71aee5ee6b [2021-01-21T07:03:09.284Z] ---> d2c25e0a28a7 [2021-01-21T07:03:09.284Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-21T07:03:09.559Z] Removing intermediate container 9b71aee5ee6b [2021-01-21T07:03:09.559Z] ---> 2e83d9995a7d [2021-01-21T07:03:09.559Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T07:03:09.835Z] ---> Running in 9029762bf113 [2021-01-21T07:03:10.101Z] ---> dae7c561d9f6 [2021-01-21T07:03:10.101Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-21T07:03:10.371Z] ---> Running in bc61d21d78cc [2021-01-21T07:03:10.371Z] Removing intermediate container 9029762bf113 [2021-01-21T07:03:10.371Z] ---> 2571f4782623 [2021-01-21T07:03:10.371Z] [2021-01-21T07:03:10.644Z] Removing intermediate container bc61d21d78cc [2021-01-21T07:03:10.644Z] ---> 77c628da4209 [2021-01-21T07:03:10.644Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T07:03:10.644Z] Successfully built 2571f4782623 [2021-01-21T07:03:10.644Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-21T07:03:10.644Z]  Building docker-support-scheduler-go ... done  ---> Running in d1fa6f697837 [2021-01-21T07:03:10.912Z] Removing intermediate container d1fa6f697837 [2021-01-21T07:03:10.912Z] ---> d9545574774c [2021-01-21T07:03:10.912Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T07:03:10.912Z] ---> Running in d11368038564 [2021-01-21T07:03:11.500Z] Removing intermediate container d11368038564 [2021-01-21T07:03:11.500Z] ---> bb0db9e90943 [2021-01-21T07:03:11.500Z] Step 21/22 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:03:11.500Z] ---> Running in 1f55da123ba8 [2021-01-21T07:03:11.771Z] Removing intermediate container 1f55da123ba8 [2021-01-21T07:03:11.771Z] ---> c7b7d42848e0 [2021-01-21T07:03:11.771Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T07:03:11.771Z] ---> Running in 9810e5d0c948 [2021-01-21T07:03:13.189Z] Removing intermediate container 9810e5d0c948 [2021-01-21T07:03:13.189Z] ---> 7967c861140c [2021-01-21T07:03:13.189Z] [2021-01-21T07:03:13.189Z] Successfully built 7967c861140c [2021-01-21T07:03:13.453Z] Successfully tagged docker-core-command-go:latest [2021-01-21T07:03:25.837Z]  Building docker-core-command-go ... done Removing intermediate container fb374e2a0f49 [2021-01-21T07:03:25.838Z] ---> bbe80f589ae1 [2021-01-21T07:03:25.838Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-21T07:03:25.838Z] Removing intermediate container 3148d9da30a3 [2021-01-21T07:03:25.838Z] ---> 55004a866ec2 [2021-01-21T07:03:25.838Z] [2021-01-21T07:03:25.838Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T07:03:25.838Z] ---> 389fef711851 [2021-01-21T07:03:25.838Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T07:03:25.838Z] ---> Running in c96fe7f22c83 [2021-01-21T07:03:25.838Z] ---> Running in a2cca80868cb [2021-01-21T07:03:25.838Z] Removing intermediate container a2cca80868cb [2021-01-21T07:03:25.838Z] ---> 7183628086a8 [2021-01-21T07:03:25.838Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-21T07:03:25.838Z] ---> Running in 65a8d94942f8 [2021-01-21T07:03:25.838Z] 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-01-21T07:03:25.838Z] Removing intermediate container 65a8d94942f8 [2021-01-21T07:03:25.838Z] ---> d52a3c0cd5f8 [2021-01-21T07:03:25.838Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-21T07:03:26.119Z] ---> Running in 7972849c6ea3 [2021-01-21T07:03:26.119Z] Removing intermediate container 7972849c6ea3 [2021-01-21T07:03:26.119Z] ---> 774cf32a2034 [2021-01-21T07:03:26.119Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:03:26.119Z] ---> Running in e11546926de1 [2021-01-21T07:03:27.072Z] Removing intermediate container c96fe7f22c83 [2021-01-21T07:03:27.073Z] ---> 2b15ae9d7d3f [2021-01-21T07:03:27.073Z] [2021-01-21T07:03:27.073Z] Step 11/26 : FROM docker:20.10.0 [2021-01-21T07:03:27.073Z] 20.10.0: Pulling from library/docker [2021-01-21T07:03:27.334Z] Removing intermediate container e11546926de1 [2021-01-21T07:03:27.334Z] ---> 0f9cb247c174 [2021-01-21T07:03:27.334Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-21T07:03:27.597Z] ---> Running in 3f38d61121d6 [2021-01-21T07:03:28.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T07:03:28.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T07:03:29.710Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-21T07:03:29.710Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-21T07:03:29.710Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-21T07:03:30.662Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-21T07:03:31.608Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-21T07:03:31.872Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T07:03:32.133Z] OK: 8 MiB in 19 packages [2021-01-21T07:03:32.733Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T07:03:32.733Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T07:03:32.733Z] ---> aefe523efa57 [2021-01-21T07:03:32.733Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-21T07:03:32.733Z] Removing intermediate container 3f38d61121d6 [2021-01-21T07:03:32.733Z] ---> cacd5e7223c1 [2021-01-21T07:03:32.733Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T07:03:32.733Z] ---> Running in 484d26e894d5 [2021-01-21T07:03:32.996Z] ---> 9efa7a691982 [2021-01-21T07:03:32.996Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-21T07:03:33.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T07:03:33.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T07:03:33.626Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-21T07:03:33.783Z] (1/2) Installing readline (8.0.4-r0) [2021-01-21T07:03:33.783Z] (2/2) Installing bash (5.0.17-r0) [2021-01-21T07:03:33.783Z] Executing bash-5.0.17-r0.post-install [2021-01-21T07:03:33.783Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T07:03:33.783Z] OK: 12 MiB in 22 packages [2021-01-21T07:03:33.783Z] ---> a52e234c0374 [2021-01-21T07:03:33.783Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-21T07:03:34.043Z] ---> 0e1c812f7ab8 [2021-01-21T07:03:34.043Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-21T07:03:34.304Z] ---> Running in 098da14815d8 [2021-01-21T07:03:34.304Z] Removing intermediate container 484d26e894d5 [2021-01-21T07:03:34.304Z] ---> e6d213640f6b [2021-01-21T07:03:34.304Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-21T07:03:34.304Z] ---> Running in 7778fe00529f [2021-01-21T07:03:34.304Z] Removing intermediate container 098da14815d8 [2021-01-21T07:03:34.304Z] ---> 1daeb844387f [2021-01-21T07:03:34.304Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T07:03:34.569Z] ---> Running in 19f29eeedad6 [2021-01-21T07:03:34.569Z] Removing intermediate container 7778fe00529f [2021-01-21T07:03:34.569Z] ---> 85d4565658a6 [2021-01-21T07:03:34.569Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-21T07:03:34.569Z] ---> Running in 880b3f30f74a [2021-01-21T07:03:34.830Z] Removing intermediate container 19f29eeedad6 [2021-01-21T07:03:34.830Z] ---> 4f2c30c59d74 [2021-01-21T07:03:34.830Z] Step 21/23 : LABEL arch=x86_64 [2021-01-21T07:03:34.830Z] Removing intermediate container 880b3f30f74a [2021-01-21T07:03:34.830Z] ---> 0f2cc4b3b070 [2021-01-21T07:03:34.830Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-21T07:03:34.830Z] ---> Running in cb495ec7174a [2021-01-21T07:03:34.830Z] ---> Running in 70c4fb6a2220 [2021-01-21T07:03:35.090Z] Removing intermediate container cb495ec7174a [2021-01-21T07:03:35.090Z] ---> 48791d496203 [2021-01-21T07:03:35.090Z] Step 22/23 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:03:35.090Z] Removing intermediate container 70c4fb6a2220 [2021-01-21T07:03:35.090Z] ---> a4197adf85e7 [2021-01-21T07:03:35.090Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-21T07:03:35.090Z] ---> Running in 54f272f21377 [2021-01-21T07:03:35.351Z] Removing intermediate container 54f272f21377 [2021-01-21T07:03:35.351Z] ---> 84f9367aeae8 [2021-01-21T07:03:35.351Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T07:03:35.351Z] ---> Running in eb7bec32fe94 [2021-01-21T07:03:35.615Z] ---> 879147af0e5f [2021-01-21T07:03:35.615Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-21T07:03:35.615Z] Removing intermediate container eb7bec32fe94 [2021-01-21T07:03:35.615Z] ---> dd2f1bdfe3b1 [2021-01-21T07:03:35.615Z] [2021-01-21T07:03:35.875Z] Successfully built dd2f1bdfe3b1 [2021-01-21T07:03:35.875Z] Successfully tagged docker-core-data-go:latest [2021-01-21T07:03:35.875Z]  Building docker-core-data-go ... done  ---> fd54487f9438 [2021-01-21T07:03:35.875Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-21T07:03:36.139Z] ---> 23047a011910 [2021-01-21T07:03:36.139Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-21T07:03:36.139Z] ---> Running in 1b2341590ade [2021-01-21T07:03:36.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T07:03:36.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T07:03:36.969Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-21T07:03:36.969Z] (2/33) Installing expat (2.2.9-r1) [2021-01-21T07:03:36.969Z] (3/33) Installing libffi (3.3-r2) [2021-01-21T07:03:36.969Z] (4/33) Installing gdbm (1.13-r1) [2021-01-21T07:03:36.969Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-21T07:03:36.969Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-21T07:03:36.969Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-21T07:03:37.910Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-21T07:03:37.910Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-21T07:03:37.910Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-21T07:03:37.910Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-21T07:03:37.910Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-21T07:03:37.910Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-21T07:03:37.910Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-21T07:03:37.910Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-21T07:03:37.910Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-21T07:03:37.951Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-21T07:03:38.171Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-21T07:03:38.171Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-21T07:03:38.171Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-21T07:03:38.171Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-21T07:03:38.171Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-21T07:03:38.171Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-21T07:03:38.171Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-21T07:03:38.171Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-21T07:03:38.171Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-21T07:03:38.171Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-21T07:03:38.431Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-21T07:03:38.431Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-21T07:03:38.431Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-21T07:03:38.431Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-21T07:03:38.431Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-21T07:03:38.431Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-21T07:03:38.431Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-21T07:03:38.431Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T07:03:38.431Z] OK: 71 MiB in 55 packages [2021-01-21T07:03:42.280Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-21T07:03:42.280Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-21T07:03:42.280Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-21T07:03:42.280Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-21T07:03:42.280Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-21T07:03:42.280Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-21T07:03:44.287Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-21T07:03:45.738Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-21T07:03:48.455Z] Removing intermediate container 1b2341590ade [2021-01-21T07:03:48.455Z] ---> e59192580df9 [2021-01-21T07:03:48.455Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-21T07:03:48.455Z] ---> Running in 12084542da32 [2021-01-21T07:03:48.455Z] Collecting docker-compose==1.23.2 [2021-01-21T07:03:48.455Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-21T07:03:48.718Z] Collecting cached-property<2,>=1.2.0 [2021-01-21T07:03:48.718Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-21T07:03:48.979Z] Collecting docker<4.0,>=3.6.0 [2021-01-21T07:03:48.979Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-21T07:03:49.241Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-21T07:03:49.241Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-21T07:03:49.241Z] Collecting texttable<0.10,>=0.9.0 [2021-01-21T07:03:49.241Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-21T07:03:49.814Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-21T07:03:49.814Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-21T07:03:50.384Z] Collecting jsonschema<3,>=2.5.1 [2021-01-21T07:03:50.384Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-21T07:03:50.645Z] Collecting PyYAML<4,>=3.10 [2021-01-21T07:03:50.645Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-21T07:03:51.215Z] Collecting docopt<0.7,>=0.6.1 [2021-01-21T07:03:51.215Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-21T07:03:52.157Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-21T07:03:52.157Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-21T07:03:52.157Z] 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-01-21T07:03:52.157Z] Collecting docker-pycreds>=0.4.0 [2021-01-21T07:03:52.157Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-21T07:03:52.157Z] Collecting idna<2.8,>=2.5 [2021-01-21T07:03:52.157Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-21T07:03:52.157Z] 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-01-21T07:03:52.157Z] 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-01-21T07:03:52.418Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-21T07:03:52.418Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-21T07:03:52.418Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-21T07:03:52.418Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-21T07:03:52.418Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-21T07:03:52.418Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-21T07:03:52.496Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-21T07:03:52.496Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-21T07:03:52.496Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-21T07:03:52.680Z] Installing collected packages: cached-property, websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, dockerpty, jsonschema, PyYAML, docopt, docker-compose [2021-01-21T07:03:52.680Z] Attempting uninstall: idna [2021-01-21T07:03:52.680Z] Found existing installation: idna 2.9 [2021-01-21T07:03:52.680Z] Uninstalling idna-2.9: [2021-01-21T07:03:52.680Z] Successfully uninstalled idna-2.9 [2021-01-21T07:03:52.940Z] Attempting uninstall: urllib3 [2021-01-21T07:03:52.940Z] Found existing installation: urllib3 1.25.9 [2021-01-21T07:03:52.940Z] Uninstalling urllib3-1.25.9: [2021-01-21T07:03:52.940Z] Successfully uninstalled urllib3-1.25.9 [2021-01-21T07:03:53.200Z] Attempting uninstall: requests [2021-01-21T07:03:53.200Z] Found existing installation: requests 2.23.0 [2021-01-21T07:03:53.200Z] Uninstalling requests-2.23.0: [2021-01-21T07:03:53.200Z] Successfully uninstalled requests-2.23.0 [2021-01-21T07:03:53.461Z] Running setup.py install for texttable: started [2021-01-21T07:03:54.032Z] Running setup.py install for texttable: finished with status 'done' [2021-01-21T07:03:54.032Z] Running setup.py install for dockerpty: started [2021-01-21T07:03:54.293Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-21T07:03:54.553Z] Running setup.py install for PyYAML: started [2021-01-21T07:03:55.137Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-21T07:03:55.137Z] Running setup.py install for docopt: started [2021-01-21T07:03:55.399Z] Running setup.py install for docopt: finished with status 'done' [2021-01-21T07:03:55.660Z] 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-01-21T07:03:57.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.233s coverage: 46.6% of statements [2021-01-21T07:03:57.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-21T07:03:57.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-21T07:03:57.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-21T07:03:57.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-21T07:03:57.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-21T07:03:59.004Z] Removing intermediate container 12084542da32 [2021-01-21T07:03:59.004Z] ---> d204603b0b60 [2021-01-21T07:03:59.004Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-21T07:03:59.278Z] ---> Running in 6395a74ed8b6 [2021-01-21T07:03:59.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T07:03:59.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T07:03:59.850Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T07:03:59.850Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-21T07:03:59.850Z] (3/3) Installing curl (7.69.1-r3) [2021-01-21T07:03:59.850Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T07:04:00.111Z] OK: 72 MiB in 58 packages [2021-01-21T07:04:00.375Z] Removing intermediate container 6395a74ed8b6 [2021-01-21T07:04:00.376Z] ---> 662049e4b680 [2021-01-21T07:04:00.376Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-21T07:04:00.639Z] ---> Running in 85abbf7cc224 [2021-01-21T07:04:00.639Z] Removing intermediate container 85abbf7cc224 [2021-01-21T07:04:00.639Z] ---> 6c729de0d0a4 [2021-01-21T07:04:00.639Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T07:04:00.639Z] ---> Running in 7ffc850af786 [2021-01-21T07:04:00.902Z] Removing intermediate container 7ffc850af786 [2021-01-21T07:04:00.902Z] ---> e38929955aa2 [2021-01-21T07:04:00.902Z] Step 24/26 : LABEL arch=x86_64 [2021-01-21T07:04:00.902Z] ---> Running in c09dc0e60a57 [2021-01-21T07:04:01.165Z] Removing intermediate container c09dc0e60a57 [2021-01-21T07:04:01.165Z] ---> d0ff3cf0df97 [2021-01-21T07:04:01.165Z] Step 25/26 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:04:01.165Z] ---> Running in 65c4d9c6f793 [2021-01-21T07:04:01.427Z] Removing intermediate container 65c4d9c6f793 [2021-01-21T07:04:01.427Z] ---> b18b6bd3f57a [2021-01-21T07:04:01.427Z] Step 26/26 : LABEL version=0.0.0 [2021-01-21T07:04:01.427Z] ---> Running in 92b7d4441294 [2021-01-21T07:04:01.690Z] Removing intermediate container 92b7d4441294 [2021-01-21T07:04:01.690Z] ---> 8e1e8e36bc72 [2021-01-21T07:04:01.690Z] [2021-01-21T07:04:01.690Z] Successfully built 8e1e8e36bc72 [2021-01-21T07:04:01.690Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-21T07:04:01.962Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-21T07:04:01.970Z] $ docker stop --time=1 2204fdd5e24edc1f9e1e06fee75bf1d28555b7db08ccf1d56021668484aded5a [2021-01-21T07:04:03.523Z] $ docker rm -f 2204fdd5e24edc1f9e1e06fee75bf1d28555b7db08ccf1d56021668484aded5a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T07:04:04.026Z] + docker images [2021-01-21T07:04:04.027Z] + grep docker [2021-01-21T07:04:04.027Z] docker-sys-mgmt-agent-go latest 8e1e8e36bc72 2 seconds ago 313MB [2021-01-21T07:04:04.027Z] docker-core-data-go latest dd2f1bdfe3b1 28 seconds ago 22.3MB [2021-01-21T07:04:04.027Z] docker-core-command-go latest 7967c861140c 51 seconds ago 10.6MB [2021-01-21T07:04:04.027Z] docker-support-scheduler-go latest 2571f4782623 53 seconds ago 10.7MB [2021-01-21T07:04:04.027Z] docker-security-secretstore-setup-go latest 1657831fa69a About a minute ago 24.6MB [2021-01-21T07:04:04.027Z] docker-security-bootstrap-redis-go latest ec483855c4a0 About a minute ago 15.8MB [2021-01-21T07:04:04.027Z] docker-core-metadata-go latest 63d546c71534 2 minutes ago 13.1MB [2021-01-21T07:04:04.027Z] docker-security-proxy-setup-go latest 66436a7fb6a6 2 minutes ago 24.4MB [2021-01-21T07:04:04.027Z] docker-support-notifications-go latest 15a52c1d6dd6 2 minutes ago 12MB [2021-01-21T07:04:04.027Z] docker 20.10.0 aefe523efa57 5 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2021-01-21T07:04:04.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.499s coverage: 27.0% of statements [2021-01-21T07:04:04.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-21T07:04:04.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-21T07:04:04.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-21T07:04:04.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-21T07:04:04.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-21T07:04:04.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-21T07:04:04.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.099s coverage: 100.0% of statements [2021-01-21T07:04:04.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-21T07:04:04.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements [2021-01-21T07:04:04.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-21T07:04:04.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-21T07:04:04.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.287s coverage: 66.7% of statements [2021-01-21T07:04:04.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-21T07:04:04.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-21T07:04:04.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.384s coverage: 82.3% of statements [2021-01-21T07:04:04.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-21T07:04:04.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T07:04:04.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-21T07:04:04.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] node [2021-01-21T07:04:13.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.085s coverage: 28.6% of statements [2021-01-21T07:04:13.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-21T07:04:13.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-21T07:04:13.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-21T07:04:13.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-21T07:04:13.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-21T07:04:13.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.143s coverage: 100.0% of statements [2021-01-21T07:04:13.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-21T07:04:13.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.083s coverage: 100.0% of statements [2021-01-21T07:04:13.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-21T07:04:13.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.282s coverage: 86.7% of statements [2021-01-21T07:04:13.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-21T07:04:14.497Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.370s coverage: 97.5% of statements [2021-01-21T07:04:14.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-21T07:04:14.497Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.160s coverage: 78.3% of statements [2021-01-21T07:04:14.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-21T07:04:14.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-21T07:04:14.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-21T07:04:14.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-21T07:04:19.698Z] Still waiting to schedule task [2021-01-21T07:04:19.699Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-21T07:04:22.864Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.320s coverage: 92.8% of statements [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-21T07:04:22.864Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-21T07:04:22.864Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.170s coverage: 0.1% of statements [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-21T07:04:22.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-21T07:04:22.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.114s coverage: 75.5% of statements [2021-01-21T07:04:22.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-21T07:04:22.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements [2021-01-21T07:04:22.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.198s coverage: 87.2% of statements [2021-01-21T07:04:22.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.2% of statements [2021-01-21T07:04:25.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.272s coverage: 91.4% of statements [2021-01-21T07:04:25.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-21T07:04:27.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.581s coverage: 63.5% of statements [2021-01-21T07:04:27.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-21T07:04:27.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-21T07:04:27.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.092s coverage: 100.0% of statements [2021-01-21T07:04:27.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-01-21T07:04:27.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.093s coverage: 100.0% of statements [2021-01-21T07:04:27.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements [2021-01-21T07:04:28.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements [2021-01-21T07:04:32.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.886s coverage: 68.9% of statements [2021-01-21T07:04:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-21T07:04:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-21T07:04:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-21T07:04:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-21T07:04:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-21T07:04:34.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.420s coverage: 37.0% of statements [2021-01-21T07:04:34.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-21T07:04:34.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-21T07:04:34.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.768s coverage: 84.0% of statements [2021-01-21T07:04:34.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.070s coverage: 100.0% of statements [2021-01-21T07:04:41.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.343s coverage: 47.1% of statements [2021-01-21T07:04:41.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-21T07:04:41.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-21T07:04:41.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-21T07:04:41.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-21T07:04:41.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-21T07:04:41.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements [2021-01-21T07:04:41.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-21T07:04:41.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements [2021-01-21T07:04:41.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-21T07:04:46.838Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.054s coverage: 29.1% of statements [2021-01-21T07:04:46.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-21T07:04:46.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-21T07:04:46.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-21T07:04:46.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-21T07:04:46.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-21T07:04:46.838Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.198s coverage: 99.0% of statements [2021-01-21T07:04:46.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-21T07:04:46.838Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements [2021-01-21T07:04:46.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-21T07:04:46.838Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements [2021-01-21T07:04:46.838Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-21T07:04:46.838Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.087s coverage: 100.0% of statements [2021-01-21T07:04:46.838Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-21T07:04:46.838Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-21T07:04:46.838Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-21T07:04:46.838Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-21T07:04:46.838Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements [2021-01-21T07:04:46.838Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-21T07:04:46.838Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-21T07:04:46.838Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-01-21T07:04:46.838Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-21T07:04:47.446Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-21T07:04:48.428Z] GO111MODULE=on go vet ./... [2021-01-21T07:05:05.600Z] Running on prd-ubuntu18.04-docker-8c-8g-21880 in /w/workspace/edgexfoundry_edgex-go_PR-3059 [Pipeline] { [Pipeline] ws [2021-01-21T07:05:05.663Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-21T07:05:07.832Z] using credential edgex-jenkins-ssh [2021-01-21T07:05:07.893Z] Cloning the remote Git repository [2021-01-21T07:05:07.920Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-21T07:05:07.994Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-21T07:05:08.025Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T07:05:08.026Z] > git --version # timeout=10 [2021-01-21T07:05:08.035Z] > git --version # 'git version 2.17.1' [2021-01-21T07:05:08.036Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T07:05:08.063Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T07:05:14.045Z] Merging remotes/origin/master commit 48f292ecce04635bad45b2dac08c505f02e60d07 into PR head commit a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:05:14.158Z] Merge succeeded, producing a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:05:14.159Z] Checking out Revision a8f770479522fe3c7b88a2b5d2d54eca0cad3755 (PR-3059) [2021-01-21T07:05:13.394Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T07:05:13.402Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T07:05:13.414Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T07:05:13.425Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T07:05:13.425Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T07:05:13.429Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3059/head:refs/remotes/origin/PR-3059 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T07:05:14.058Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T07:05:14.064Z] > git checkout -f a8f770479522fe3c7b88a2b5d2d54eca0cad3755 # timeout=10 [2021-01-21T07:05:14.127Z] > git remote # timeout=10 [2021-01-21T07:05:14.135Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T07:05:14.142Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T07:05:14.146Z] > git merge 48f292ecce04635bad45b2dac08c505f02e60d07 # timeout=10 [2021-01-21T07:05:14.155Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T07:05:14.165Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T07:05:14.172Z] > git checkout -f a8f770479522fe3c7b88a2b5d2d54eca0cad3755 # timeout=10 [2021-01-21T07:05:17.850Z] Commit message: "refactor(meta): Refactor device update operation to DBClient" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T07:05:19.096Z] + echo snap-build.sh [2021-01-21T07:05:19.096Z] snap-build.sh [2021-01-21T07:05:19.096Z] + SNAP_BASE_DIR=. [2021-01-21T07:05:19.096Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-21T07:05:19.096Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-21T07:05:19.096Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-21T07:05:19.096Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-21T07:05:19.096Z] + cd /w/workspace/edgex-go/2 [2021-01-21T07:05:19.096Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-21T07:05:19.096Z] Reading package lists... [2021-01-21T07:05:19.096Z] Building dependency tree... [2021-01-21T07:05:19.096Z] Reading state information... [2021-01-21T07:05:19.359Z] The following packages were automatically installed and are no longer required: [2021-01-21T07:05:19.359Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-21T07:05:19.359Z] uidmap xdelta3 [2021-01-21T07:05:19.359Z] Use 'sudo apt autoremove' to remove them. [2021-01-21T07:05:19.359Z] The following packages will be REMOVED: [2021-01-21T07:05:19.359Z] lxd* lxd-client* [2021-01-21T07:05:19.620Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-21T07:05:19.620Z] After this operation, 31.7 MB disk space will be freed. [2021-01-21T07:05:20.686Z] (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-01-21T07:05:20.686Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T07:05:21.634Z] Removing lxd dnsmasq configuration [2021-01-21T07:05:21.634Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T07:05:21.896Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-21T07:05:22.841Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-21T07:05:23.103Z] (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-01-21T07:05:23.103Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T07:05:24.052Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-21T07:05:24.314Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-21T07:05:25.701Z] + sudo snap remove --purge lxd [2021-01-21T07:05:25.701Z] snap "lxd" is not installed [2021-01-21T07:05:25.701Z] + sudo groupadd --force --system lxd [2021-01-21T07:05:25.701Z] ++ whoami [2021-01-21T07:05:25.701Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-21T07:05:25.701Z] + newgrp - lxd [2021-01-21T07:05:25.963Z] + sudo snap install lxd [2021-01-21T07:05:34.116Z] 2021-01-21T07:05:31Z INFO Waiting for automatic snapd restart... [2021-01-21T07:05:52.289Z] lxd 4.10 from Canonical* installed [2021-01-21T07:05:52.289Z] + sudo lxd init --auto [2021-01-21T07:05:56.485Z] gofmt -l . [2021-01-21T07:05:56.485Z] [ "`gofmt -l .`" = "" ] [2021-01-21T07:05:56.485Z] ./bin/test-go-mod-tidy.sh [2021-01-21T07:05:57.088Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-21T07:05:58.882Z] + sudo snap install --classic snapcraft [2021-01-21T07:05:59.192Z] + ls -al . [2021-01-21T07:05:59.192Z] total 684 [2021-01-21T07:05:59.192Z] drwxrwxr-x 9 1001 1001 4096 Jan 21 07:05 . [2021-01-21T07:05:59.192Z] drwxr-xr-x 4 root root 4096 Jan 21 07:02 .. [2021-01-21T07:05:59.192Z] -rw-rw-r-- 1 1001 1001 11 Jan 21 07:00 .dockerignore [2021-01-21T07:05:59.192Z] drwxrwxr-x 8 1001 1001 4096 Jan 21 07:00 .git [2021-01-21T07:05:59.192Z] drwxrwxr-x 3 1001 1001 4096 Jan 21 07:00 .github [2021-01-21T07:05:59.192Z] -rw-rw-r-- 1 1001 1001 824 Jan 21 07:00 .gitignore [2021-01-21T07:05:59.192Z] -rw-rw-r-- 1 1001 1001 166 Jan 21 07:00 .sonarcloud.properties [2021-01-21T07:05:59.192Z] -rw-rw-r-- 1 1001 1001 7759 Jan 21 07:00 Attribution.txt [2021-01-21T07:05:59.192Z] -rw-rw-r-- 1 1001 1001 3804 Jan 21 07:00 CONTRIBUTING.md [2021-01-21T07:05:59.192Z] -rw-rw-r-- 1 1001 1001 931 Jan 21 07:00 Dockerfile.build [2021-01-21T07:05:59.192Z] -rw-rw-r-- 1 1001 1001 863 Jan 21 07:00 Jenkinsfile [2021-01-21T07:05:59.192Z] -rw-rw-r-- 1 1001 1001 10775 Jan 21 07:00 LICENSE [2021-01-21T07:05:59.193Z] -rw-rw-r-- 1 1001 1001 5750 Jan 21 07:00 Makefile [2021-01-21T07:05:59.193Z] -rw-rw-r-- 1 1001 1001 6524 Jan 21 07:00 README.md [2021-01-21T07:05:59.193Z] -rw-rw-r-- 1 1001 1001 6744 Jan 21 07:00 SECURITY.md [2021-01-21T07:05:59.193Z] -rw-rw-r-- 1 1001 1001 5 Jan 21 06:56 VERSION [2021-01-21T07:05:59.193Z] -rw-rw-r-- 1 1001 1001 4131 Jan 21 07:00 ZMQWindows.md [2021-01-21T07:05:59.193Z] drwxrwxr-x 2 1001 1001 4096 Jan 21 07:00 bin [2021-01-21T07:05:59.193Z] drwxrwxr-x 14 1001 1001 4096 Jan 21 07:00 cmd [2021-01-21T07:05:59.193Z] -rw-r--r-- 1 root root 551534 Jan 21 07:04 coverage.out [2021-01-21T07:05:59.193Z] -rw-r--r-- 1 root root 1027 Jan 21 07:05 go.mod [2021-01-21T07:05:59.193Z] -rw-r--r-- 1 root root 18725 Jan 21 07:05 go.sum [2021-01-21T07:05:59.193Z] drwxrwxr-x 8 1001 1001 4096 Jan 21 07:00 internal [2021-01-21T07:05:59.193Z] drwxrwxr-x 4 1001 1001 4096 Jan 21 07:00 openapi [2021-01-21T07:05:59.193Z] drwxrwxr-x 4 1001 1001 4096 Jan 21 07:00 snap [2021-01-21T07:05:59.193Z] -rw-rw-r-- 1 1001 1001 168 Jan 21 07:00 version.go [Pipeline] sh [2021-01-21T07:05:59.852Z] + '[' -e coverage.out ] [2021-01-21T07:05:59.852Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-21T07:05:59.915Z] Warning: overwriting stash ‘coverage-report’ [2021-01-21T07:06:01.279Z] Stashed 1 file(s) [Pipeline] sh [2021-01-21T07:06:02.029Z] + make build [2021-01-21T07:06:02.029Z] 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-01-21T07:06:07.042Z] snapcraft 4.4.4 from Canonical* installed [2021-01-21T07:06:07.042Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-21T07:06:07.042Z] + patch --verbose -p1 [2021-01-21T07:06:07.042Z] Hmm... Looks like a unified diff to me... [2021-01-21T07:06:07.042Z] The text leading up to this was: [2021-01-21T07:06:07.042Z] -------------------------- [2021-01-21T07:06:07.042Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-21T07:06:07.042Z] |From: Tony Espy [2021-01-21T07:06:07.042Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-21T07:06:07.042Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-21T07:06:07.042Z] | [2021-01-21T07:06:07.042Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-21T07:06:07.042Z] |optimize the snap CI check run for pull requests. When [2021-01-21T07:06:07.042Z] |applied, it essentially strips out everything (apps and [2021-01-21T07:06:07.042Z] |parts) from the snapcraft.yaml file except those required [2021-01-21T07:06:07.042Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-21T07:06:07.042Z] |catch changes to edgex-go that break the snap build. [2021-01-21T07:06:07.042Z] | [2021-01-21T07:06:07.042Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-21T07:06:07.042Z] |to update this patch file, otherwise it may fail to apply, [2021-01-21T07:06:07.042Z] |resulting in a failed snap build CI check in the associated [2021-01-21T07:06:07.042Z] |pull request. [2021-01-21T07:06:07.042Z] | [2021-01-21T07:06:07.042Z] |Note - in addition to applying this patch, the pipeline also [2021-01-21T07:06:07.042Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-21T07:06:07.042Z] |need to build the finally binary .snap file (and it won't [2021-01-21T07:06:07.042Z] |work with the patch applied). This further reduces the build [2021-01-21T07:06:07.042Z] |time. [2021-01-21T07:06:07.042Z] |--- [2021-01-21T07:06:07.042Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-21T07:06:07.042Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-21T07:06:07.042Z] | [2021-01-21T07:06:07.042Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-21T07:06:07.042Z] |index 1e537489..faf42425 100644 [2021-01-21T07:06:07.042Z] |--- a/snap/snapcraft.yaml [2021-01-21T07:06:07.042Z] |+++ b/snap/snapcraft.yaml [2021-01-21T07:06:07.042Z] -------------------------- [2021-01-21T07:06:07.042Z] patching file snap/snapcraft.yaml [2021-01-21T07:06:07.042Z] Using Plan A... [2021-01-21T07:06:07.042Z] Hunk #1 succeeded at 73. [2021-01-21T07:06:07.042Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-21T07:06:07.042Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-21T07:06:07.042Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-21T07:06:07.042Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-21T07:06:07.042Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-21T07:06:07.042Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-21T07:06:07.042Z] Hunk #8 succeeded at 342. [2021-01-21T07:06:07.042Z] Hmm... Ignoring the trailing garbage. [2021-01-21T07:06:07.042Z] done [2021-01-21T07:06:07.042Z] + sudo snapcraft prime --use-lxd [2021-01-21T07:06:07.615Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-21T07:06:07.877Z] 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-01-21T07:06:07.877Z] - README.md [2021-01-21T07:06:07.877Z] - snapcraft.yaml.orig [2021-01-21T07:06:07.877Z] [2021-01-21T07:06:07.877Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-21T07:06:08.450Z] Launching a container. [2021-01-21T07:06:12.313Z] 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-01-21T07:06:20.685Z] Waiting for container to be ready [2021-01-21T07:06:20.685Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-21T07:06:20.685Z] [2021-01-21T07:06:23.240Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-21T07:06:23.812Z] Waiting for network to be ready... [2021-01-21T07:06:24.072Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-21T07:06:24.333Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-21T07:06:24.333Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-21T07:06:24.333Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-21T07:06:24.333Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-21T07:06:24.333Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-21T07:06:24.333Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-21T07:06:24.333Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-21T07:06:24.333Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-21T07:06:24.333Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-21T07:06:24.904Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-21T07:06:24.904Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-21T07:06:25.165Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-21T07:06:25.165Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-21T07:06:25.165Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-21T07:06:25.165Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-21T07:06:25.165Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-21T07:06:25.165Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-21T07:06:25.737Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-21T07:06:25.997Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-21T07:06:25.997Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-21T07:06:25.997Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-21T07:06:26.259Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-21T07:06:26.259Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-21T07:06:26.259Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-21T07:06:26.259Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-21T07:06:26.259Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-21T07:06:28.176Z] Fetched 23.8 MB in 4s (5766 kB/s) [2021-01-21T07:06:29.117Z] Reading package lists... [2021-01-21T07:06:29.377Z] Reading package lists... [2021-01-21T07:06:29.377Z] Building dependency tree... [2021-01-21T07:06:29.377Z] Reading state information... [2021-01-21T07:06:29.638Z] The following additional packages will be installed: [2021-01-21T07:06:29.638Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-21T07:06:29.638Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-21T07:06:29.638Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-21T07:06:29.638Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-21T07:06:29.638Z] Suggested packages: [2021-01-21T07:06:29.638Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-21T07:06:29.638Z] Recommended packages: [2021-01-21T07:06:29.638Z] gnupg libsasl2-modules [2021-01-21T07:06:29.638Z] The following NEW packages will be installed: [2021-01-21T07:06:29.638Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-21T07:06:29.638Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-21T07:06:29.638Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-21T07:06:29.639Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-21T07:06:29.639Z] The following packages will be upgraded: [2021-01-21T07:06:29.639Z] gpg gpg-agent gpgconf libudev1 [2021-01-21T07:06:29.900Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-21T07:06:29.900Z] Need to get 3533 kB of archives. [2021-01-21T07:06:29.900Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-21T07:06:29.900Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-21T07:06:29.900Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-21T07:06:30.162Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-21T07:06:30.424Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-21T07:06:30.424Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-21T07:06:30.424Z] Get:6 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-01-21T07:06:30.424Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-21T07:06:30.424Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-21T07:06:30.424Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-21T07:06:30.424Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-21T07:06:30.424Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-21T07:06:30.424Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-21T07:06:30.424Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-21T07:06:30.685Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-21T07:06:30.685Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-21T07:06:30.685Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-21T07:06:30.685Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-21T07:06:30.685Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-21T07:06:30.685Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-21T07:06:30.685Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-21T07:06:30.685Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-21T07:06:30.685Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-21T07:06:30.685Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T07:06:30.948Z] Fetched 3533 kB in 1s (3174 kB/s) [2021-01-21T07:06:30.949Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-21T07:06:30.949Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-21T07:06:30.949Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T07:06:30.949Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-21T07:06:31.210Z] Selecting previously unselected package udev. [2021-01-21T07:06:31.210Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-21T07:06:31.210Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-21T07:06:31.210Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-21T07:06:31.472Z] Selecting previously unselected package libfuse2:amd64. [2021-01-21T07:06:31.472Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-21T07:06:31.472Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-21T07:06:31.733Z] Selecting previously unselected package fuse. [2021-01-21T07:06:31.733Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-21T07:06:31.733Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-21T07:06:31.733Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T07:06:31.733Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T07:06:31.995Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T07:06:31.995Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T07:06:31.995Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T07:06:31.995Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T07:06:32.258Z] Selecting previously unselected package libksba8:amd64. [2021-01-21T07:06:32.258Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-21T07:06:32.258Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-21T07:06:32.258Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-21T07:06:32.258Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T07:06:32.258Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T07:06:32.520Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-21T07:06:32.520Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T07:06:32.520Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T07:06:32.520Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-21T07:06:32.520Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T07:06:32.520Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T07:06:32.520Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-21T07:06:32.520Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T07:06:32.520Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T07:06:32.781Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-21T07:06:32.781Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T07:06:32.781Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T07:06:32.781Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-21T07:06:32.781Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T07:06:32.781Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T07:06:32.781Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-21T07:06:32.781Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T07:06:32.781Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T07:06:33.043Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-21T07:06:33.043Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T07:06:33.043Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T07:06:33.043Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-21T07:06:33.043Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T07:06:33.043Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T07:06:33.303Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-21T07:06:33.303Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-21T07:06:33.303Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T07:06:33.303Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-21T07:06:33.303Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-21T07:06:33.303Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T07:06:33.564Z] Selecting previously unselected package libldap-common. [2021-01-21T07:06:33.564Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-21T07:06:33.564Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T07:06:33.564Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-21T07:06:33.564Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-21T07:06:33.564Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T07:06:33.564Z] Selecting previously unselected package dirmngr. [2021-01-21T07:06:33.564Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T07:06:33.826Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-21T07:06:33.826Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T07:06:33.826Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-21T07:06:33.826Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-21T07:06:33.826Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T07:06:34.087Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T07:06:34.087Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-21T07:06:34.087Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T07:06:34.087Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-21T07:06:34.087Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T07:06:34.087Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-21T07:06:34.517Z] 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-01-21T07:06:34.660Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-21T07:06:34.660Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T07:06:34.660Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-21T07:06:34.922Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-21T07:06:34.922Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-21T07:06:34.922Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T07:06:34.922Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T07:06:34.922Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T07:06:34.922Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T07:06:34.922Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T07:06:34.922Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T07:06:35.181Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T07:06:35.181Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T07:06:35.181Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-21T07:06:35.181Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T07:06:35.752Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-21T07:06:35.752Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-21T07:06:35.752Z] This means they are not meant to be enabled using systemctl. [2021-01-21T07:06:35.752Z] Possible reasons for having this kind of units are: [2021-01-21T07:06:35.752Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-21T07:06:35.752Z] .wants/ or .requires/ directory. [2021-01-21T07:06:35.752Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-21T07:06:35.752Z] a requirement dependency on it. [2021-01-21T07:06:35.752Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-21T07:06:35.752Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-21T07:06:35.752Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-21T07:06:35.752Z] instance name specified. [2021-01-21T07:06:36.014Z] Reading package lists... [2021-01-21T07:06:36.276Z] Building dependency tree... [2021-01-21T07:06:36.276Z] Reading state information... [2021-01-21T07:06:36.276Z] The following additional packages will be installed: [2021-01-21T07:06:36.276Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-21T07:06:36.276Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-21T07:06:36.276Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-21T07:06:36.276Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-21T07:06:36.276Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-21T07:06:36.276Z] Suggested packages: [2021-01-21T07:06:36.276Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-21T07:06:36.276Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-21T07:06:36.276Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-21T07:06:36.276Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-21T07:06:36.276Z] systemd-container policykit-1 [2021-01-21T07:06:36.276Z] Recommended packages: [2021-01-21T07:06:36.276Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-21T07:06:36.276Z] The following NEW packages will be installed: [2021-01-21T07:06:36.276Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-21T07:06:36.276Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-21T07:06:36.276Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-21T07:06:36.276Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-21T07:06:36.276Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-21T07:06:36.276Z] The following packages will be upgraded: [2021-01-21T07:06:36.276Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-21T07:06:36.276Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-21T07:06:36.276Z] Need to get 35.2 MB of archives. [2021-01-21T07:06:36.276Z] After this operation, 141 MB of additional disk space will be used. [2021-01-21T07:06:36.276Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-21T07:06:36.555Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-21T07:06:36.555Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-21T07:06:36.555Z] 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-01-21T07:06:36.555Z] 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-01-21T07:06:36.555Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-21T07:06:36.555Z] 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-01-21T07:06:36.555Z] 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-01-21T07:06:36.817Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-21T07:06:36.817Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-21T07:06:36.817Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-21T07:06:36.817Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-21T07:06:36.817Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-21T07:06:36.817Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-21T07:06:36.817Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-21T07:06:36.817Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-21T07:06:36.817Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-21T07:06:37.394Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-21T07:06:37.394Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-21T07:06:37.394Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-21T07:06:37.394Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-21T07:06:37.394Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-21T07:06:37.395Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-21T07:06:37.395Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-21T07:06:37.395Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-21T07:06:37.395Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-21T07:06:37.395Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-21T07:06:37.395Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-21T07:06:37.395Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-21T07:06:37.395Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-21T07:06:38.811Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T07:06:38.811Z] Fetched 35.2 MB in 2s (15.6 MB/s) [2021-01-21T07:06:38.811Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-21T07:06:38.811Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-21T07:06:38.859Z] 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-01-21T07:06:39.073Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T07:06:39.334Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-21T07:06:39.597Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T07:06:39.597Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-21T07:06:39.597Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-21T07:06:39.597Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-21T07:06:39.597Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-21T07:06:39.857Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-21T07:06:40.119Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-21T07:06:40.119Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-21T07:06:40.119Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-21T07:06:40.381Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-21T07:06:40.381Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-21T07:06:40.953Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-21T07:06:40.953Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-21T07:06:40.953Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-21T07:06:40.953Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-21T07:06:41.214Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-21T07:06:41.214Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T07:06:41.214Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T07:06:41.475Z] Selecting previously unselected package libexpat1:amd64. [2021-01-21T07:06:41.475Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-21T07:06:41.475Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-21T07:06:41.475Z] Selecting previously unselected package python3.6-minimal. [2021-01-21T07:06:41.737Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T07:06:41.737Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T07:06:42.003Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-21T07:06:42.003Z] Checking for services that may need to be restarted...done. [2021-01-21T07:06:42.003Z] Checking for services that may need to be restarted...done. [2021-01-21T07:06:42.003Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T07:06:42.003Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-21T07:06:42.003Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T07:06:42.581Z] Selecting previously unselected package python3-minimal. [2021-01-21T07:06:42.581Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-21T07:06:42.581Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-21T07:06:42.581Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-21T07:06:42.842Z] Selecting previously unselected package mime-support. [2021-01-21T07:06:42.842Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-21T07:06:42.842Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-21T07:06:42.842Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-21T07:06:42.842Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-21T07:06:42.842Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-21T07:06:42.842Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-21T07:06:42.842Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T07:06:42.842Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T07:06:43.103Z] Selecting previously unselected package python3.6. [2021-01-21T07:06:43.103Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T07:06:43.103Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T07:06:43.169Z] 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-01-21T07:06:43.366Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-21T07:06:43.366Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-21T07:06:43.366Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-21T07:06:43.366Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-21T07:06:43.628Z] Selecting previously unselected package python3. [2021-01-21T07:06:43.628Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-21T07:06:43.628Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-21T07:06:43.628Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-21T07:06:43.628Z] Selecting previously unselected package multiarch-support. [2021-01-21T07:06:43.628Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T07:06:43.628Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-21T07:06:43.890Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-21T07:06:43.890Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-21T07:06:43.890Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-21T07:06:43.890Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-21T07:06:43.890Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-21T07:06:43.890Z] Selecting previously unselected package libbsd0:amd64. [2021-01-21T07:06:43.890Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-21T07:06:43.890Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-21T07:06:44.152Z] Selecting previously unselected package sudo. [2021-01-21T07:06:44.152Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-21T07:06:44.152Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-21T07:06:44.152Z] Selecting previously unselected package apparmor. [2021-01-21T07:06:44.152Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-21T07:06:44.152Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-21T07:06:44.412Z] Selecting previously unselected package libedit2:amd64. [2021-01-21T07:06:44.412Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-21T07:06:44.412Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-21T07:06:44.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-21T07:06:44.673Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-21T07:06:44.673Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T07:06:44.673Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T07:06:44.673Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-21T07:06:44.673Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T07:06:44.673Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T07:06:44.673Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-21T07:06:44.673Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-21T07:06:44.936Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-21T07:06:44.936Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-21T07:06:44.936Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T07:06:44.936Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T07:06:44.936Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-21T07:06:44.936Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T07:06:44.936Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T07:06:45.197Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-21T07:06:45.197Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-21T07:06:45.197Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-21T07:06:45.197Z] Selecting previously unselected package openssh-client. [2021-01-21T07:06:45.197Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-21T07:06:45.457Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-21T07:06:45.458Z] Selecting previously unselected package squashfs-tools. [2021-01-21T07:06:45.458Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-21T07:06:45.458Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-21T07:06:45.719Z] Selecting previously unselected package snapd. [2021-01-21T07:06:45.719Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-21T07:06:45.719Z] Unpacking snapd (2.48+18.04) ... [2021-01-21T07:06:47.632Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-21T07:06:47.632Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-21T07:06:47.632Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-21T07:06:47.894Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-21T07:06:47.894Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-21T07:06:47.894Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T07:06:47.894Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T07:06:47.894Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-21T07:06:47.894Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-21T07:06:48.838Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-21T07:06:48.838Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-21T07:06:48.838Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-21T07:06:48.838Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T07:06:48.838Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T07:06:48.838Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T07:06:49.409Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-21T07:06:49.409Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T07:06:49.672Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-21T07:06:49.672Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-21T07:06:49.672Z] running python rtupdate hooks for python3.6... [2021-01-21T07:06:49.672Z] running python post-rtupdate hooks for python3.6... [2021-01-21T07:06:49.672Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-21T07:06:50.018Z] 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-01-21T07:06:51.058Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-21T07:06:51.320Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T07:06:51.320Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-21T07:06:51.894Z] Setting up snapd (2.48+18.04) ... [2021-01-21T07:06:52.154Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-21T07:06:52.416Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-21T07:06:52.677Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-21T07:06:52.677Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-21T07:06:52.938Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-21T07:06:52.938Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-21T07:06:53.199Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-21T07:06:53.199Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-21T07:06:53.406Z] 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-01-21T07:06:53.461Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-21T07:06:53.723Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-21T07:06:53.723Z] /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-01-21T07:06:53.723Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T07:06:53.723Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-21T07:06:54.671Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-21T07:06:54.671Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-21T07:06:54.932Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-21T07:06:55.875Z] Reading package lists... [2021-01-21T07:06:56.136Z] Reading package lists... [2021-01-21T07:06:56.396Z] Building dependency tree... [2021-01-21T07:06:56.396Z] Reading state information... [2021-01-21T07:06:56.396Z] Calculating upgrade... [2021-01-21T07:06:56.656Z] The following packages will be upgraded: [2021-01-21T07:06:56.657Z] advancecomp base-files bash binutils binutils-common [2021-01-21T07:06:56.657Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-21T07:06:56.657Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-21T07:06:56.657Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-21T07:06:56.657Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-21T07:06:56.657Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-21T07:06:56.657Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-21T07:06:56.657Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-21T07:06:56.657Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-21T07:06:56.657Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-21T07:06:56.657Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-21T07:06:56.657Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-21T07:06:56.657Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-21T07:06:56.657Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-21T07:06:56.657Z] ubuntu-keyring util-linux [2021-01-21T07:06:56.919Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-21T07:06:56.919Z] Need to get 63.7 MB of archives. [2021-01-21T07:06:56.919Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-21T07:06:56.919Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-21T07:06:56.919Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-21T07:06:57.499Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-21T07:06:57.499Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-21T07:06:57.499Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-21T07:06:57.499Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-21T07:06:57.499Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-21T07:06:57.499Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-21T07:06:57.499Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-21T07:06:57.499Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-21T07:06:57.499Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-21T07:06:57.499Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-21T07:06:57.499Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-21T07:06:57.499Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-21T07:06:57.499Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-21T07:06:57.722Z] 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-01-21T07:06:57.762Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-21T07:06:57.762Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-21T07:06:57.763Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-21T07:06:57.763Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-21T07:06:57.763Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-21T07:06:57.763Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-21T07:06:57.763Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-21T07:06:57.763Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-21T07:06:57.763Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-21T07:06:57.763Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-21T07:06:57.763Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-21T07:06:57.763Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-21T07:06:57.763Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-21T07:06:57.763Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-21T07:06:57.763Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-21T07:06:57.763Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-21T07:06:57.763Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-21T07:06:58.025Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-21T07:06:58.025Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-21T07:06:58.025Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-21T07:06:58.025Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-21T07:06:58.025Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-21T07:06:58.025Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-21T07:06:58.025Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-21T07:06:58.025Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-21T07:06:58.025Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-21T07:06:58.025Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-21T07:06:58.025Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-21T07:06:58.025Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-21T07:06:58.025Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-21T07:06:58.025Z] Get:46 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-01-21T07:06:58.025Z] 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-01-21T07:06:58.025Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-21T07:06:58.025Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-21T07:06:58.025Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-21T07:06:58.025Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-21T07:06:58.025Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-21T07:06:58.025Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-21T07:06:58.025Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-21T07:06:58.025Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-21T07:06:58.025Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-21T07:06:58.025Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-21T07:06:58.025Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-21T07:06:58.287Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-21T07:06:58.287Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-21T07:06:58.287Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-21T07:06:58.287Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-21T07:06:58.287Z] Get:63 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-01-21T07:06:58.287Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-21T07:06:58.287Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-21T07:06:58.287Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-21T07:06:58.287Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-21T07:06:58.287Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-21T07:06:58.287Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-21T07:06:58.287Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-21T07:06:58.287Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-21T07:06:58.287Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-21T07:06:58.287Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-21T07:06:58.287Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-21T07:06:58.287Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-21T07:06:58.548Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-21T07:06:58.548Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-21T07:06:58.548Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-21T07:06:58.548Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-21T07:06:58.548Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-21T07:06:58.548Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-21T07:06:58.548Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-21T07:06:58.548Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-21T07:06:58.548Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-21T07:06:58.548Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-21T07:06:58.548Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-21T07:06:58.548Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-21T07:06:58.548Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-21T07:06:59.118Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-21T07:06:59.378Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-21T07:06:59.378Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-21T07:06:59.639Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-21T07:06:59.901Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-21T07:06:59.901Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-21T07:06:59.901Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-21T07:06:59.901Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-21T07:06:59.901Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-21T07:07:00.163Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T07:07:00.163Z] Fetched 63.7 MB in 3s (19.7 MB/s) [2021-01-21T07:07:00.163Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:00.163Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T07:07:00.163Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T07:07:00.737Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T07:07:00.737Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T07:07:00.999Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-21T07:07:00.999Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-21T07:07:01.961Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:01.961Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T07:07:01.961Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:01.961Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T07:07:01.961Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:01.961Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T07:07:02.023Z] 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-01-21T07:07:02.224Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:02.224Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T07:07:02.485Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:02.485Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T07:07:02.485Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:02.485Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T07:07:02.747Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:02.747Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T07:07:02.747Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T07:07:03.007Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T07:07:03.008Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:03.008Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-21T07:07:03.270Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-21T07:07:03.270Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T07:07:03.270Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:03.270Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T07:07:03.531Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:03.531Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T07:07:03.531Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:03.801Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T07:07:03.802Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T07:07:04.063Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T07:07:04.063Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T07:07:04.063Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T07:07:04.637Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-21T07:07:04.898Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T07:07:04.898Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-21T07:07:04.898Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-21T07:07:04.898Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-21T07:07:04.898Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-21T07:07:05.160Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-21T07:07:05.160Z] Installing new version of config file /etc/issue ... [2021-01-21T07:07:05.160Z] Installing new version of config file /etc/issue.net ... [2021-01-21T07:07:05.160Z] Installing new version of config file /etc/lsb-release ... [2021-01-21T07:07:05.160Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-21T07:07:05.419Z] 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-01-21T07:07:05.420Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-21T07:07:05.420Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-21T07:07:05.687Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-21T07:07:05.687Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:05.687Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-21T07:07:05.687Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-21T07:07:05.955Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-21T07:07:05.955Z] 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-01-21T07:07:05.955Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:05.955Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T07:07:05.955Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-21T07:07:06.222Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-21T07:07:06.222Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:06.222Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-21T07:07:06.222Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-21T07:07:06.483Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-21T07:07:06.483Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:06.483Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-21T07:07:06.745Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-21T07:07:07.006Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-21T07:07:07.006Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:07.006Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T07:07:07.006Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T07:07:07.268Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-21T07:07:07.531Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:07.531Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T07:07:07.531Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T07:07:07.531Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-21T07:07:07.793Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:07.793Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-21T07:07:07.793Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-21T07:07:07.793Z] Setting up grep (3.1-2build1) ... [2021-01-21T07:07:08.057Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:08.057Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-21T07:07:08.057Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-21T07:07:08.057Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-21T07:07:08.319Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:08.319Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T07:07:08.319Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T07:07:08.319Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-21T07:07:08.585Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:08.585Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-21T07:07:08.585Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T07:07:08.846Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-21T07:07:09.108Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T07:07:09.108Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-21T07:07:09.108Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T07:07:09.682Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-21T07:07:09.682Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:09.682Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-21T07:07:09.736Z] 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-01-21T07:07:09.944Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T07:07:10.887Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-21T07:07:10.887Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-21T07:07:10.887Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-21T07:07:10.887Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-21T07:07:11.148Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-21T07:07:11.148Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:11.148Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-21T07:07:11.148Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-21T07:07:11.411Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-21T07:07:11.411Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:11.411Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T07:07:11.411Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T07:07:11.673Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T07:07:11.673Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:11.673Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T07:07:11.673Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T07:07:11.935Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T07:07:11.935Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:11.935Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T07:07:11.935Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T07:07:12.196Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T07:07:12.196Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:12.196Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T07:07:12.196Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T07:07:12.457Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T07:07:12.457Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:12.457Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T07:07:12.457Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T07:07:12.720Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T07:07:12.720Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T07:07:12.720Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-21T07:07:12.720Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:12.720Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T07:07:12.720Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T07:07:12.981Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-21T07:07:12.981Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:12.981Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T07:07:12.981Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T07:07:13.242Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T07:07:13.242Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:13.242Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T07:07:13.242Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T07:07:13.504Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-21T07:07:13.504Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:13.504Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T07:07:13.765Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T07:07:14.025Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [Pipeline] } [2021-01-21T07:07:14.082Z] $ docker stop --time=1 cffa39c96f514fda2dbd2b1abd78ff0694d207caa6533c0fee7adbb914b3f0a2 [2021-01-21T07:07:14.286Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-21T07:07:14.547Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-21T07:07:14.808Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:14.808Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T07:07:14.808Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T07:07:14.808Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-21T07:07:15.069Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T07:07:15.069Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-21T07:07:15.069Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T07:07:15.330Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-21T07:07:15.330Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T07:07:15.330Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-21T07:07:15.330Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-21T07:07:15.591Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-21T07:07:15.852Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T07:07:15.852Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-21T07:07:15.852Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T07:07:15.852Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T07:07:16.114Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T07:07:16.114Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-21T07:07:16.114Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T07:07:16.114Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T07:07:16.375Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T07:07:16.375Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-21T07:07:16.375Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T07:07:16.646Z] $ docker rm -f cffa39c96f514fda2dbd2b1abd78ff0694d207caa6533c0fee7adbb914b3f0a2 [2021-01-21T07:07:16.637Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T07:07:16.637Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T07:07:16.637Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T07:07:16.898Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T07:07:16.898Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-21T07:07:16.898Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T07:07:17.159Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T07:07:17.159Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T07:07:17.159Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-21T07:07:17.159Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T07:07:17.159Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-21T07:07:17.420Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-21T07:07:17.420Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-21T07:07:17.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T07:07:17.682Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-21T07:07:17.682Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T07:07:17.682Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-21T07:07:17.943Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T07:07:17.943Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T07:07:18.204Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T07:07:18.204Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-21T07:07:18.204Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T07:07:18.204Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-21T07:07:18.204Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-21T07:07:18.465Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-21T07:07:18.465Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T07:07:18.465Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-21T07:07:18.518Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T07:07:18.519Z] [2021-01-21T07:07:18.519Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T07:07:18.726Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [Pipeline] isUnix [Pipeline] sh [2021-01-21T07:07:18.987Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-21T07:07:18.987Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T07:07:18.987Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T07:07:19.172Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T07:07:19.248Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T07:07:19.248Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-21T07:07:19.248Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T07:07:19.248Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-21T07:07:19.446Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-21T07:07:19.446Z] 29e5d40040c1: Pulling fs layer [2021-01-21T07:07:19.446Z] 1ce36da41761: Pulling fs layer [2021-01-21T07:07:19.446Z] 25b303627fd3: Pulling fs layer [2021-01-21T07:07:19.510Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-21T07:07:19.510Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-21T07:07:19.772Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T07:07:19.772Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-21T07:07:19.772Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-21T07:07:19.772Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-21T07:07:20.032Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T07:07:20.033Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-21T07:07:20.033Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-21T07:07:20.033Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-21T07:07:20.045Z] 29e5d40040c1: Verifying Checksum [2021-01-21T07:07:20.045Z] 29e5d40040c1: Download complete [2021-01-21T07:07:20.294Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T07:07:20.295Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-21T07:07:20.295Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-21T07:07:20.295Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-21T07:07:20.556Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T07:07:20.556Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-21T07:07:20.556Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-21T07:07:20.556Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-21T07:07:20.641Z] 1ce36da41761: Verifying Checksum [2021-01-21T07:07:20.641Z] 1ce36da41761: Download complete [2021-01-21T07:07:20.641Z] 29e5d40040c1: Pull complete [2021-01-21T07:07:20.818Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T07:07:20.818Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-21T07:07:20.818Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-21T07:07:20.818Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-21T07:07:21.079Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-21T07:07:21.079Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-21T07:07:21.079Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-21T07:07:21.340Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-21T07:07:21.340Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-21T07:07:21.601Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-21T07:07:21.601Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-21T07:07:21.601Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-21T07:07:21.601Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-21T07:07:21.863Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-21T07:07:21.863Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-21T07:07:21.863Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-21T07:07:22.071Z] 1ce36da41761: Pull complete [2021-01-21T07:07:22.071Z] 25b303627fd3: Download complete [2021-01-21T07:07:22.123Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-21T07:07:22.123Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-21T07:07:22.123Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-21T07:07:22.123Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-21T07:07:22.383Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-21T07:07:22.383Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-21T07:07:22.383Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-21T07:07:22.644Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-21T07:07:22.644Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-21T07:07:23.215Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-21T07:07:23.215Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-21T07:07:23.215Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-21T07:07:23.215Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-21T07:07:24.157Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-21T07:07:24.157Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-21T07:07:24.157Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-21T07:07:24.157Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-21T07:07:24.417Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T07:07:24.417Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T07:07:24.677Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T07:07:24.677Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T07:07:24.939Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T07:07:24.939Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T07:07:25.200Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T07:07:25.200Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T07:07:25.200Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:25.200Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T07:07:25.461Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:25.461Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T07:07:25.723Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:25.723Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T07:07:25.723Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:25.723Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T07:07:26.663Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:26.663Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T07:07:27.605Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:27.605Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T07:07:28.551Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:28.551Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T07:07:28.811Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:28.811Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T07:07:29.761Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T07:07:29.761Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T07:07:29.761Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-21T07:07:29.761Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-21T07:07:30.023Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-21T07:07:30.023Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-21T07:07:30.023Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-21T07:07:30.283Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-21T07:07:30.283Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-21T07:07:30.283Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-21T07:07:30.545Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-21T07:07:30.545Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-21T07:07:30.545Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-21T07:07:30.545Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-21T07:07:30.806Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-21T07:07:30.807Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-21T07:07:31.067Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T07:07:31.067Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-21T07:07:31.067Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T07:07:31.068Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T07:07:31.068Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T07:07:31.068Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-21T07:07:31.068Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-21T07:07:31.330Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-21T07:07:31.330Z] [2021-01-21T07:07:31.330Z] Current default time zone: 'Etc/UTC' [2021-01-21T07:07:31.330Z] Local time is now: Thu Jan 21 07:07:31 UTC 2021. [2021-01-21T07:07:31.330Z] Universal Time is now: Thu Jan 21 07:07:31 UTC 2021. [2021-01-21T07:07:31.330Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-21T07:07:31.330Z] [2021-01-21T07:07:31.330Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-21T07:07:31.330Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T07:07:31.330Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-21T07:07:31.592Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-21T07:07:31.592Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-21T07:07:31.592Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-21T07:07:31.592Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-21T07:07:31.592Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-21T07:07:31.592Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-21T07:07:31.592Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-21T07:07:31.592Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T07:07:31.853Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-21T07:07:32.114Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T07:07:32.114Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-21T07:07:32.114Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T07:07:32.114Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-21T07:07:32.114Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-21T07:07:32.114Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-21T07:07:32.114Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-21T07:07:32.114Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-21T07:07:32.114Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-21T07:07:32.114Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-21T07:07:32.114Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-21T07:07:32.223Z] 25b303627fd3: Pull complete [2021-01-21T07:07:32.223Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-21T07:07:32.223Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T07:07:32.223Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-21T07:07:32.488Z] prd-ubuntu18.04-docker-arm64-4c-16g-21875 does not seem to be running inside a container [2021-01-21T07:07:32.590Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-21T07:07:34.028Z] Updating certificates in /etc/ssl/certs... [2021-01-21T07:07:34.976Z] 22 added, 17 removed; done. [2021-01-21T07:07:34.976Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-21T07:07:34.976Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T07:07:34.976Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-21T07:07:35.238Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-21T07:07:35.238Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-21T07:07:35.238Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T07:07:35.238Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-21T07:07:35.238Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T07:07:35.238Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T07:07:35.238Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T07:07:35.506Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T07:07:35.506Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T07:07:35.506Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-21T07:07:35.506Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-21T07:07:35.506Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-21T07:07:35.506Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-21T07:07:35.506Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-21T07:07:35.616Z] $ docker top 3faca36c6f4f5f25998872f04fe5ffabde347d5655db2549e2a46dea0ece4c9e -eo pid,comm [2021-01-21T07:07:35.767Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T07:07:35.767Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T07:07:35.767Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-21T07:07:35.767Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-21T07:07:35.767Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [Pipeline] { [Pipeline] sh [2021-01-21T07:07:36.028Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-21T07:07:36.028Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-21T07:07:36.028Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-21T07:07:36.028Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-21T07:07:36.288Z] Updating certificates in /etc/ssl/certs... [2021-01-21T07:07:36.610Z] + grep parallel [2021-01-21T07:07:36.610Z] + docker-compose build --help [2021-01-21T07:07:36.858Z] 0 added, 0 removed; done. [2021-01-21T07:07:36.859Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-21T07:07:36.859Z] done. [2021-01-21T07:07:37.120Z] Reading package lists... [2021-01-21T07:07:37.382Z] Building dependency tree... [2021-01-21T07:07:37.382Z] Reading state information... [2021-01-21T07:07:37.643Z] The following NEW packages will be installed: [2021-01-21T07:07:37.643Z] apt-transport-https [2021-01-21T07:07:37.643Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-21T07:07:37.643Z] Need to get 1696 B of archives. [2021-01-21T07:07:37.643Z] After this operation, 153 kB of additional disk space will be used. [2021-01-21T07:07:37.643Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-21T07:07:37.643Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T07:07:37.643Z] Fetched 1696 B in 0s (20.6 kB/s) [2021-01-21T07:07:37.903Z] Selecting previously unselected package apt-transport-https. [2021-01-21T07:07:37.903Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-21T07:07:37.903Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-21T07:07:37.903Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-21T07:07:37.903Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-21T07:07:38.168Z] Waiting for network to be ready... [2021-01-21T07:07:39.988Z] --parallel Build images in parallel. [Pipeline] } [2021-01-21T07:07:40.303Z] $ docker stop --time=1 3faca36c6f4f5f25998872f04fe5ffabde347d5655db2549e2a46dea0ece4c9e [2021-01-21T07:07:42.268Z] $ docker rm -f 3faca36c6f4f5f25998872f04fe5ffabde347d5655db2549e2a46dea0ece4c9e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T07:07:43.086Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T07:07:43.087Z] . [Pipeline] withDockerContainer [2021-01-21T07:07:43.368Z] prd-ubuntu18.04-docker-arm64-4c-16g-21875 does not seem to be running inside a container [2021-01-21T07:07:43.471Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-21T07:07:44.761Z] 2021-01-21T07:07:41Z INFO Waiting for automatic snapd restart... [2021-01-21T07:07:44.761Z] snapd 2.48.2 from Canonical* installed [2021-01-21T07:07:44.882Z] $ docker top 4f53a4c2556defe7b84bb96df157eced4714aa25ff60e42c7cb49725abf95e6a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T07:07:45.332Z] "snapd" switched to the "latest/stable" channel [2021-01-21T07:07:45.332Z] [2021-01-21T07:07:45.845Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-21T07:07:47.879Z] core18 20201210 from Canonical* installed [2021-01-21T07:07:48.141Z] "core18" switched to the "latest/stable" channel [2021-01-21T07:07:48.141Z] [2021-01-21T07:07:49.228Z] Building docker-core-command-go ... [2021-01-21T07:07:49.228Z] Building docker-core-data-go ... [2021-01-21T07:07:49.228Z] Building docker-core-metadata-go ... [2021-01-21T07:07:49.228Z] Building docker-security-bootstrap-redis-go ... [2021-01-21T07:07:49.228Z] Building docker-security-proxy-setup-go ... [2021-01-21T07:07:49.228Z] Building docker-security-secretstore-setup-go ... [2021-01-21T07:07:49.228Z] Building docker-support-notifications-go ... [2021-01-21T07:07:49.228Z] Building docker-support-scheduler-go ... [2021-01-21T07:07:49.228Z] Building docker-sys-mgmt-agent-go ... [2021-01-21T07:07:49.228Z] Building docker-security-bootstrap-redis-go [2021-01-21T07:07:49.228Z] Building docker-support-notifications-go [2021-01-21T07:07:49.228Z] Building docker-support-scheduler-go [2021-01-21T07:07:49.228Z] Building docker-core-metadata-go [2021-01-21T07:07:49.228Z] Building docker-security-secretstore-setup-go [2021-01-21T07:07:51.440Z] snapcraft 4.4.4 from Canonical* installed [2021-01-21T07:07:51.440Z] "snapcraft" switched to the "latest/stable" channel [2021-01-21T07:07:51.440Z] [2021-01-21T07:07:54.739Z] 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-01-21T07:07:54.739Z] - README.md [2021-01-21T07:07:54.739Z] - snapcraft.yaml.orig [2021-01-21T07:07:54.739Z] [2021-01-21T07:07:54.739Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-21T07:08:01.325Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T07:08:01.325Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-21T07:08:01.325Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-21T07:08:01.325Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-21T07:08:02.535Z] Reading package lists... [2021-01-21T07:08:02.796Z] 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-01-21T07:08:09.381Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T07:08:09.381Z] Reading package lists... [2021-01-21T07:08:09.381Z] Building dependency tree... [2021-01-21T07:08:09.381Z] Reading state information... [2021-01-21T07:08:09.381Z] Suggested packages: [2021-01-21T07:08:09.381Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-21T07:08:09.381Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-21T07:08:09.381Z] Recommended packages: [2021-01-21T07:08:09.381Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-21T07:08:09.381Z] The following NEW packages will be installed: [2021-01-21T07:08:09.381Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-21T07:08:09.381Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-21T07:08:09.381Z] pkg-config zip [2021-01-21T07:08:09.381Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-21T07:08:09.381Z] Need to get 7655 kB of archives. [2021-01-21T07:08:09.381Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-21T07:08:09.381Z] 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-01-21T07:08:09.381Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-21T07:08:09.381Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-21T07:08:09.381Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-21T07:08:09.381Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-21T07:08:09.381Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-21T07:08:09.381Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-21T07:08:09.642Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-21T07:08:09.642Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-21T07:08:09.642Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-21T07:08:09.642Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-21T07:08:09.903Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-21T07:08:09.903Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-21T07:08:09.903Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-21T07:08:09.903Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-21T07:08:10.164Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T07:08:10.164Z] Fetched 7655 kB in 1s (9820 kB/s) [2021-01-21T07:08:10.164Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-21T07:08:10.164Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-21T07:08:10.164Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-21T07:08:10.164Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-21T07:08:10.424Z] Selecting previously unselected package libpsl5:amd64. [2021-01-21T07:08:10.424Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-21T07:08:10.424Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-21T07:08:10.424Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-21T07:08:10.424Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-21T07:08:10.424Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-21T07:08:10.684Z] Selecting previously unselected package librtmp1:amd64. [2021-01-21T07:08:10.684Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-21T07:08:10.684Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-21T07:08:10.684Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-21T07:08:10.684Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-21T07:08:10.684Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-21T07:08:10.946Z] Selecting previously unselected package liberror-perl. [2021-01-21T07:08:10.946Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-21T07:08:10.946Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-21T07:08:10.946Z] Selecting previously unselected package git-man. [2021-01-21T07:08:10.946Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-21T07:08:10.946Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-21T07:08:10.946Z] Selecting previously unselected package git. [2021-01-21T07:08:10.946Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-21T07:08:11.207Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-21T07:08:11.780Z] Selecting previously unselected package libnorm1:amd64. [2021-01-21T07:08:11.780Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-21T07:08:11.780Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-21T07:08:12.050Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-21T07:08:12.050Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-21T07:08:12.050Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-21T07:08:12.050Z] Selecting previously unselected package libsodium23:amd64. [2021-01-21T07:08:12.050Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-21T07:08:12.050Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-21T07:08:12.050Z] Selecting previously unselected package libzmq5:amd64. [2021-01-21T07:08:12.050Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-21T07:08:12.311Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T07:08:12.312Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-21T07:08:12.312Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-21T07:08:12.312Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T07:08:12.312Z] Selecting previously unselected package pkg-config. [2021-01-21T07:08:12.312Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-21T07:08:12.572Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-21T07:08:12.572Z] Selecting previously unselected package zip. [2021-01-21T07:08:12.572Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-21T07:08:12.572Z] Unpacking zip (3.0-11build1) ... [2021-01-21T07:08:12.572Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-21T07:08:12.572Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-21T07:08:12.833Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-21T07:08:12.833Z] Setting up liberror-perl (0.17025-1) ... [2021-01-21T07:08:12.833Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-21T07:08:12.833Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-21T07:08:12.833Z] No schema files found: doing nothing. [2021-01-21T07:08:12.833Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-21T07:08:12.833Z] Setting up zip (3.0-11build1) ... [2021-01-21T07:08:12.833Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-21T07:08:12.833Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-21T07:08:13.095Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-21T07:08:13.095Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T07:08:13.095Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-21T07:08:13.095Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T07:08:13.095Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-21T07:08:13.095Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-21T07:08:19.688Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T07:08:19.688Z] git set to automatically installed. [2021-01-21T07:08:19.688Z] git-man set to automatically installed. [2021-01-21T07:08:19.688Z] libcurl3-gnutls set to automatically installed. [2021-01-21T07:08:19.688Z] liberror-perl set to automatically installed. [2021-01-21T07:08:19.688Z] libglib2.0-0 set to automatically installed. [2021-01-21T07:08:19.688Z] libnghttp2-14 set to automatically installed. [2021-01-21T07:08:19.688Z] libnorm1 set to automatically installed. [2021-01-21T07:08:19.688Z] libpgm-5.2-0 set to automatically installed. [2021-01-21T07:08:19.688Z] libpsl5 set to automatically installed. [2021-01-21T07:08:19.688Z] librtmp1 set to automatically installed. [2021-01-21T07:08:19.688Z] libsodium23 set to automatically installed. [2021-01-21T07:08:19.688Z] libzmq3-dev set to automatically installed. [2021-01-21T07:08:19.688Z] libzmq5 set to automatically installed. [2021-01-21T07:08:19.688Z] pkg-config set to automatically installed. [2021-01-21T07:08:19.688Z] zip set to automatically installed. [2021-01-21T07:08:21.600Z] snapd is not logged in, snap install commands will use sudo [2021-01-21T07:08:28.186Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T07:08:28.186Z] snap "core18" has no updates available [2021-01-21T07:08:29.128Z] Pulling config-common [2021-01-21T07:08:30.068Z] Pulling go-build-helper [2021-01-21T07:08:52.035Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-21T07:08:52.036Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-21T07:08:52.036Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-21T07:08:52.036Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-21T07:08:52.036Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-21T07:08:52.036Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-21T07:08:52.036Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-21T07:08:52.036Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-21T07:08:52.036Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-21T07:08:52.036Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-21T07:08:52.036Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-21T07:08:52.036Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-21T07:08:52.036Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-21T07:08:52.036Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-21T07:08:52.036Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-21T07:08:52.036Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-21T07:08:52.036Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-21T07:08:52.036Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-21T07:08:52.036Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-21T07:08:52.036Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-21T07:08:52.036Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-21T07:08:52.036Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-21T07:08:52.036Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-21T07:08:52.036Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-21T07:08:52.036Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-21T07:08:52.036Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-21T07:08:52.036Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-21T07:08:52.036Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-21T07:08:52.036Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-21T07:08:52.036Z] Fetched 279 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-21T07:08:52.036Z] Fetched 122 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-21T07:08:52.036Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-21T07:08:52.036Z] Fetched 8848 B in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-21T07:08:52.036Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-21T07:08:52.036Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-21T07:08:52.036Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-21T07:08:52.036Z] Fetched 214 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-21T07:08:52.036Z] Fetched 155 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-21T07:08:52.036Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-21T07:08:52.036Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-21T07:08:52.036Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-21T07:08:52.036Z] Fetched 499 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-21T07:08:52.036Z] Fetched 111 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-21T07:08:52.036Z] Fetched 240 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-21T07:08:52.036Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-21T07:08:52.036Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-21T07:08:52.036Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-21T07:08:52.036Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-21T07:08:52.036Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-21T07:08:52.036Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-21T07:08:52.036Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-21T07:08:52.036Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-21T07:08:52.036Z] Fetched 8720 B in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-21T07:08:52.036Z] Fetched 137 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-21T07:08:52.036Z] Fetched 119 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-21T07:08:52.036Z] Fetched 109 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-21T07:08:52.036Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-21T07:08:52.036Z] Fetched 645 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-21T07:08:52.036Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-21T07:08:52.036Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-21T07:08:52.036Z] Fetched 368 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-21T07:08:52.036Z] Fetched 187 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-21T07:08:52.036Z] Fetched 175 kB in 0s (0 B/s) [2021-01-21T07:08:52.036Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-21T07:08:54.578Z] Fetched 206 kB in 0s (0 B/s) [2021-01-21T07:08:54.578Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-21T07:08:54.578Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-21T07:08:54.578Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-21T07:08:54.578Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-21T07:08:54.578Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-21T07:08:54.578Z] Fetched 159 kB in 0s (0 B/s) [2021-01-21T07:08:54.578Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-21T07:08:54.578Z] Fetched 107 kB in 0s (0 B/s) [2021-01-21T07:08:54.578Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-21T07:08:54.578Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-21T07:08:54.578Z] Pulling static-packages [2021-01-21T07:08:55.149Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-21T07:08:55.149Z] Skipping pull go-build-helper (already ran) [2021-01-21T07:08:55.149Z] Skipping pull static-packages (already ran) [2021-01-21T07:08:55.149Z] Building go-build-helper [2021-01-21T07:08:59.353Z] Building static-packages [2021-01-21T07:09:00.741Z] Staging go-build-helper [2021-01-21T07:09:01.314Z] Staging static-packages [2021-01-21T07:09:02.257Z] Pulling go115 [2021-01-21T07:09:03.199Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-21T07:09:03.199Z] Skipping pull go115 (already ran) [2021-01-21T07:09:03.199Z] Building go115 [2021-01-21T07:09:03.199Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T07:09:03.199Z] Dload Upload Total Spent Left Speed [2021-01-21T07:09:06.309Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 115M 24 28.4M 0 0 25.5M 0 0:00:04 0:00:01 0:00:03 25.5M 61 115M 61 70.6M 0 0 33.0M 0 0:00:03 0:00:02 0:00:01 33.0M 100 115M 100 115M 0 0 37.5M 0 0:00:03 0:00:03 --:--:-- 37.5M [2021-01-21T07:09:06.877Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-21T07:09:11.015Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T07:09:11.015Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T07:09:11.015Z] ---> e9a2fdddb5a5 [2021-01-21T07:09:11.015Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T07:09:11.015Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T07:09:11.015Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T07:09:11.015Z] ---> e9a2fdddb5a5 [2021-01-21T07:09:11.015Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T07:09:11.015Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T07:09:11.015Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T07:09:11.015Z] ---> e9a2fdddb5a5 [2021-01-21T07:09:11.015Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T07:09:11.015Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T07:09:11.015Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T07:09:11.015Z] ---> e9a2fdddb5a5 [2021-01-21T07:09:11.015Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T07:09:11.015Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T07:09:11.015Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T07:09:11.015Z] ---> e9a2fdddb5a5 [2021-01-21T07:09:11.015Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T07:09:11.015Z] ---> Running in be9208694986 [2021-01-21T07:09:11.015Z] ---> Running in c75328f5e57c [2021-01-21T07:09:11.015Z] ---> Running in 6968f5321054 [2021-01-21T07:09:11.015Z] ---> Running in 0d54611f2408 [2021-01-21T07:09:11.015Z] ---> Running in ed790256bde0 [2021-01-21T07:09:11.015Z] Removing intermediate container be9208694986 [2021-01-21T07:09:11.015Z] ---> 227d21a2a37c [2021-01-21T07:09:11.015Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:09:11.015Z] Removing intermediate container 0d54611f2408 [2021-01-21T07:09:11.015Z] ---> ccff043daa32 [2021-01-21T07:09:11.015Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:09:11.015Z] Removing intermediate container 6968f5321054 [2021-01-21T07:09:11.015Z] ---> a556e7b88bb4 [2021-01-21T07:09:11.015Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:09:11.015Z] Removing intermediate container ed790256bde0 [2021-01-21T07:09:11.015Z] ---> 6c24ce171389 [2021-01-21T07:09:11.015Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:09:11.015Z] Removing intermediate container c75328f5e57c [2021-01-21T07:09:11.015Z] ---> f0ecfdb5ab49 [2021-01-21T07:09:11.015Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:09:11.015Z] ---> Running in 277557caa15e [2021-01-21T07:09:11.015Z] ---> Running in 9bf12b0faf81 [2021-01-21T07:09:11.015Z] ---> Running in f1612234c7f7 [2021-01-21T07:09:11.015Z] ---> Running in 33874025f866 [2021-01-21T07:09:11.015Z] ---> Running in abb03a7c5795 [2021-01-21T07:09:11.015Z] Removing intermediate container 277557caa15e [2021-01-21T07:09:11.015Z] ---> 9a2824e9bd9a [2021-01-21T07:09:11.015Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T07:09:11.015Z] ---> Running in bbe0be93f631 [2021-01-21T07:09:11.015Z] Removing intermediate container 9bf12b0faf81 [2021-01-21T07:09:11.015Z] ---> 5e319fcb5fe8 [2021-01-21T07:09:11.015Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-21T07:09:11.015Z] ---> Running in 6bbc729a6af7 [2021-01-21T07:09:11.015Z] Removing intermediate container 33874025f866 [2021-01-21T07:09:11.015Z] ---> baf0bf8d2466 [2021-01-21T07:09:11.015Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T07:09:11.015Z] Removing intermediate container f1612234c7f7 [2021-01-21T07:09:11.015Z] ---> 4fd619f661c6 [2021-01-21T07:09:11.015Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T07:09:11.015Z] Removing intermediate container abb03a7c5795 [2021-01-21T07:09:11.015Z] ---> 6b57799914ce [2021-01-21T07:09:11.015Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-21T07:09:11.015Z] ---> Running in 69bb7fd7fc3b [2021-01-21T07:09:11.015Z] ---> Running in 57e1a0e9f7df [2021-01-21T07:09:11.015Z] ---> Running in cb2479cd9a3c [2021-01-21T07:09:11.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T07:09:11.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T07:09:11.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T07:09:11.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T07:09:11.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T07:09:11.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T07:09:11.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T07:09:11.015Z] OK: 217 MiB in 51 packages [2021-01-21T07:09:11.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T07:09:11.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T07:09:11.081Z] Staging go115 [2021-01-21T07:09:11.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T07:09:11.575Z] OK: 217 MiB in 51 packages [2021-01-21T07:09:11.852Z] OK: 217 MiB in 51 packages [2021-01-21T07:09:12.127Z] OK: 217 MiB in 51 packages [2021-01-21T07:09:12.127Z] OK: 217 MiB in 51 packages [2021-01-21T07:09:12.730Z] Removing intermediate container bbe0be93f631 [2021-01-21T07:09:12.730Z] ---> 41d03ae766c8 [2021-01-21T07:09:12.730Z] Step 6/21 : COPY go.mod . [2021-01-21T07:09:13.715Z] Removing intermediate container 6bbc729a6af7 [2021-01-21T07:09:13.715Z] ---> 0849e11d9073 [2021-01-21T07:09:13.715Z] Step 6/24 : COPY go.mod . [2021-01-21T07:09:13.715Z] ---> 466765a9844a [2021-01-21T07:09:13.715Z] Step 7/21 : RUN go mod download [2021-01-21T07:09:13.715Z] Removing intermediate container 69bb7fd7fc3b [2021-01-21T07:09:13.715Z] ---> 885240b026c6 [2021-01-21T07:09:13.715Z] Step 6/22 : COPY go.mod . [2021-01-21T07:09:13.994Z] ---> Running in c5c8b4a6906f [2021-01-21T07:09:13.994Z] Removing intermediate container 57e1a0e9f7df [2021-01-21T07:09:13.994Z] ---> c465465e7c00 [2021-01-21T07:09:13.994Z] Step 6/22 : COPY go.mod . [2021-01-21T07:09:13.994Z] Removing intermediate container cb2479cd9a3c [2021-01-21T07:09:13.994Z] ---> b8ce792f30c7 [2021-01-21T07:09:13.994Z] Step 6/24 : COPY go.mod . [2021-01-21T07:09:14.992Z] ---> 669cda0f66ab [2021-01-21T07:09:14.992Z] Step 7/24 : RUN go mod download [2021-01-21T07:09:14.992Z] ---> ea07a51fb410 [2021-01-21T07:09:14.992Z] Step 7/22 : RUN go mod download [2021-01-21T07:09:14.992Z] ---> Running in 8b1e5866a994 [2021-01-21T07:09:14.992Z] ---> Running in b4e6b123c2dc [2021-01-21T07:09:15.264Z] ---> d02581a4d7e7 [2021-01-21T07:09:15.264Z] Step 7/24 : RUN go mod download [2021-01-21T07:09:15.264Z] ---> 227dba87b158 [2021-01-21T07:09:15.264Z] Step 7/22 : RUN go mod download [2021-01-21T07:09:15.535Z] ---> Running in 4aaa792e019a [2021-01-21T07:09:15.535Z] ---> Running in 49ef93140cd6 [2021-01-21T07:09:16.372Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-21T07:09:16.372Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-21T07:09:16.372Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-21T07:09:16.372Z] Fetched 0 B in 0s (0 B/s) [2021-01-21T07:09:16.372Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-21T07:09:16.372Z] Fetched 224 kB in 0s (0 B/s) [2021-01-21T07:09:16.372Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-21T07:09:16.372Z] Fetched 157 kB in 0s (0 B/s) [2021-01-21T07:09:16.372Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-21T07:09:16.372Z] Fetched 221 kB in 0s (0 B/s) [2021-01-21T07:09:16.372Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-21T07:09:16.372Z] Fetched 143 kB in 0s (0 B/s) [2021-01-21T07:09:16.372Z] Pulling edgex-go [2021-01-21T07:09:16.947Z] Pulling version [2021-01-21T07:09:17.542Z] Removing intermediate container c5c8b4a6906f [2021-01-21T07:09:17.542Z] ---> 672fe5e1def1 [2021-01-21T07:09:17.542Z] Step 8/21 : COPY . . [2021-01-21T07:09:17.890Z] Building config-common [2021-01-21T07:09:19.801Z] Skipping build go-build-helper (already ran) [2021-01-21T07:09:19.801Z] Skipping build static-packages (already ran) [2021-01-21T07:09:19.801Z] Skipping build go115 (already ran) [2021-01-21T07:09:20.061Z] Building edgex-go [2021-01-21T07:09:20.061Z] 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-01-21T07:09:20.185Z] Removing intermediate container 8b1e5866a994 [2021-01-21T07:09:20.185Z] ---> 0fd4294b9320 [2021-01-21T07:09:20.185Z] Step 8/24 : COPY . . [2021-01-21T07:09:20.458Z] Removing intermediate container b4e6b123c2dc [2021-01-21T07:09:20.458Z] ---> 6feecb54e820 [2021-01-21T07:09:20.458Z] Step 8/22 : COPY . . [2021-01-21T07:09:20.745Z] Removing intermediate container 4aaa792e019a [2021-01-21T07:09:20.745Z] ---> 7f4a57981667 [2021-01-21T07:09:20.745Z] Step 8/24 : COPY . . [2021-01-21T07:09:21.348Z] Removing intermediate container 49ef93140cd6 [2021-01-21T07:09:21.348Z] ---> d2e8040bd398 [2021-01-21T07:09:21.348Z] Step 8/22 : COPY . . [2021-01-21T07:09:21.451Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-21T07:09:21.451Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-21T07:09:21.451Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 [2021-01-21T07:09:21.451Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-21T07:09:21.451Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-21T07:09:21.721Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-21T07:09:21.721Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-21T07:09:21.721Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-21T07:09:21.721Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-21T07:09:21.721Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-21T07:09:21.721Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-21T07:09:21.721Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-21T07:09:21.721Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-21T07:09:21.721Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-21T07:09:21.721Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-21T07:09:21.721Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-21T07:09:21.721Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-21T07:09:21.721Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-21T07:09:21.721Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-21T07:09:21.721Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-21T07:09:21.721Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-21T07:09:21.721Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-21T07:09:21.721Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-21T07:09:21.721Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-21T07:09:21.721Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-21T07:09:21.721Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-21T07:09:21.721Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-21T07:09:21.721Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-21T07:09:21.721Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-21T07:09:21.721Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-21T07:09:21.721Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-21T07:09:21.721Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-21T07:09:21.721Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-21T07:09:21.721Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-21T07:09:21.991Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-21T07:09:21.991Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-21T07:09:21.991Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-21T07:09:21.991Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-21T07:09:22.252Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-21T07:09:22.252Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-21T07:09:28.837Z] 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-01-21T07:09:33.042Z] 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-01-21T07:09:33.621Z] 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-01-21T07:09:34.562Z] 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-01-21T07:09:34.822Z] 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-01-21T07:09:34.822Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-21T07:09:35.083Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-21T07:09:35.083Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-21T07:09:35.083Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-21T07:09:36.467Z] 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-01-21T07:09:36.467Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-21T07:09:36.467Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-21T07:09:37.849Z] 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-01-21T07:09:38.420Z] 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-01-21T07:09:38.420Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-21T07:09:39.803Z] 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-01-21T07:09:40.745Z] 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-01-21T07:09:41.317Z] 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-01-21T07:09:41.317Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-21T07:09:43.533Z] ---> 2162e1258e8a [2021-01-21T07:09:43.533Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-21T07:09:43.533Z] ---> f649ccaa7cc8 [2021-01-21T07:09:43.533Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-21T07:09:43.533Z] ---> 34cf4d076d35 [2021-01-21T07:09:43.533Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-21T07:09:43.533Z] ---> Running in 52bfcd8b1ebe [2021-01-21T07:09:43.533Z] ---> a4321d545acb [2021-01-21T07:09:43.533Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-21T07:09:43.533Z] ---> b5627148606f [2021-01-21T07:09:43.533Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-21T07:09:43.533Z] ---> Running in 2e75273e7d75 [2021-01-21T07:09:43.805Z] ---> Running in 247f920bc9a5 [2021-01-21T07:09:43.805Z] ---> Running in e1e281d5ecb5 [2021-01-21T07:09:43.805Z] ---> Running in 3c389d202e2f [2021-01-21T07:09:43.867Z] Building version [2021-01-21T07:09:45.250Z] Staging config-common [2021-01-21T07:09:45.804Z] 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-01-21T07:09:46.081Z] 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-01-21T07:09:46.081Z] 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-01-21T07:09:46.081Z] 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-01-21T07:09:46.193Z] Skipping stage go-build-helper (already ran) [2021-01-21T07:09:46.193Z] Skipping stage static-packages (already ran) [2021-01-21T07:09:46.193Z] Skipping stage go115 (already ran) [2021-01-21T07:09:46.193Z] Staging edgex-go [2021-01-21T07:09:46.356Z] 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-01-21T07:09:47.137Z] Staging version [2021-01-21T07:09:48.080Z] Priming config-common [2021-01-21T07:09:49.021Z] Priming go-build-helper [2021-01-21T07:09:49.966Z] Priming static-packages [2021-01-21T07:09:52.081Z] Priming go115 [2021-01-21T07:09:52.652Z] Priming edgex-go [2021-01-21T07:09:54.039Z] Priming version [2021-01-21T07:09:54.981Z] 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-01-21T07:11:08.219Z] 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-01-21T07:11:18.412Z] Removing intermediate container 3c389d202e2f [2021-01-21T07:11:18.412Z] ---> 8704636c733a [2021-01-21T07:11:18.412Z] [2021-01-21T07:11:18.412Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T07:11:18.412Z] Removing intermediate container 2e75273e7d75 [2021-01-21T07:11:18.412Z] ---> 32b97857c86d [2021-01-21T07:11:18.412Z] [2021-01-21T07:11:18.412Z] Step 10/24 : FROM alpine:3.12 [2021-01-21T07:11:18.412Z] 3.12: Pulling from library/alpine [2021-01-21T07:11:18.412Z] 3.12: Pulling from library/alpine [2021-01-21T07:11:19.866Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T07:11:19.866Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T07:11:19.866Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T07:11:19.867Z] ---> afeebe901d6b [2021-01-21T07:11:19.867Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T07:11:19.867Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T07:11:19.867Z] ---> afeebe901d6b [2021-01-21T07:11:19.867Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T07:11:20.870Z] ---> Running in 76bfce48e543 [2021-01-21T07:11:20.870Z] ---> Running in efae86b78a7b [2021-01-21T07:11:22.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T07:11:22.873Z] Removing intermediate container e1e281d5ecb5 [2021-01-21T07:11:22.873Z] ---> 79d41ed3a10b [2021-01-21T07:11:22.873Z] [2021-01-21T07:11:22.873Z] Step 10/24 : FROM scratch [2021-01-21T07:11:22.873Z] ---> [2021-01-21T07:11:22.873Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-21T07:11:22.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T07:11:23.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T07:11:23.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T07:11:23.152Z] ---> Running in 92098bb94d0f [2021-01-21T07:11:23.426Z] Removing intermediate container 52bfcd8b1ebe [2021-01-21T07:11:23.426Z] ---> c8dc07564971 [2021-01-21T07:11:23.426Z] [2021-01-21T07:11:23.426Z] Step 10/21 : FROM scratch [2021-01-21T07:11:23.426Z] ---> [2021-01-21T07:11:23.426Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T07:11:23.426Z] ---> Running in 45bd77db357a [2021-01-21T07:11:23.701Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T07:11:23.977Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T07:11:23.977Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T07:11:23.977Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T07:11:23.977Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T07:11:23.977Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T07:11:23.977Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T07:11:23.977Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T07:11:23.977Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T07:11:23.977Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T07:11:23.977Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T07:11:23.977Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T07:11:23.977Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T07:11:23.977Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T07:11:24.277Z] Removing intermediate container 92098bb94d0f [2021-01-21T07:11:24.277Z] ---> 6b27fafccb03 [2021-01-21T07:11:24.277Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-21T07:11:24.277Z] OK: 7 MiB in 19 packages [2021-01-21T07:11:24.277Z] OK: 7 MiB in 19 packages [2021-01-21T07:11:24.571Z] ---> Running in 1bc06cd0d809 [2021-01-21T07:11:24.571Z] Removing intermediate container 45bd77db357a [2021-01-21T07:11:24.571Z] ---> cb9436ced97f [2021-01-21T07:11:24.571Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-21T07:11:24.571Z] ---> Running in dabde1106aad [2021-01-21T07:11:25.558Z] Removing intermediate container 1bc06cd0d809 [2021-01-21T07:11:25.558Z] ---> caf4328f1b9a [2021-01-21T07:11:25.558Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-21T07:11:25.558Z] Removing intermediate container dabde1106aad [2021-01-21T07:11:25.558Z] ---> a0446c0c0bff [2021-01-21T07:11:25.558Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-21T07:11:25.558Z] ---> Running in 9b02024205ee [2021-01-21T07:11:25.558Z] ---> Running in b2001435e7bf [2021-01-21T07:11:26.541Z] Removing intermediate container efae86b78a7b [2021-01-21T07:11:26.541Z] ---> a18b079df944 [2021-01-21T07:11:26.541Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-21T07:11:26.826Z] Removing intermediate container b2001435e7bf [2021-01-21T07:11:26.826Z] ---> f754fcdee19f [2021-01-21T07:11:26.826Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-21T07:11:26.826Z] Removing intermediate container 9b02024205ee [2021-01-21T07:11:26.826Z] ---> 1447f9e915b2 [2021-01-21T07:11:26.826Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T07:11:27.108Z] ---> Running in 0d9664e241ed [2021-01-21T07:11:27.108Z] Removing intermediate container 76bfce48e543 [2021-01-21T07:11:27.108Z] ---> 3c986a34f374 [2021-01-21T07:11:27.108Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T07:11:27.714Z] ---> Running in 391697d41196 [2021-01-21T07:11:27.714Z] Removing intermediate container 0d9664e241ed [2021-01-21T07:11:27.714Z] ---> 9832e857864b [2021-01-21T07:11:27.714Z] Step 13/22 : WORKDIR / [2021-01-21T07:11:27.994Z] ---> d453d03aac60 [2021-01-21T07:11:27.994Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-21T07:11:27.994Z] ---> Running in 51c2d74aa8b7 [2021-01-21T07:11:28.270Z] ---> bdc36df921cf [2021-01-21T07:11:28.270Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-21T07:11:28.270Z] Removing intermediate container 391697d41196 [2021-01-21T07:11:28.270Z] ---> 2605d1e12088 [2021-01-21T07:11:28.270Z] Step 13/24 : WORKDIR / [2021-01-21T07:11:28.570Z] ---> Running in 445d5ffe225a [2021-01-21T07:11:29.177Z] Removing intermediate container 51c2d74aa8b7 [2021-01-21T07:11:29.177Z] ---> 2a985dba1995 [2021-01-21T07:11:29.177Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T07:11:29.776Z] ---> 01afe419d71e [2021-01-21T07:11:29.776Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-21T07:11:30.052Z] Removing intermediate container 445d5ffe225a [2021-01-21T07:11:30.052Z] ---> b8526da98e6f [2021-01-21T07:11:30.052Z] 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-01-21T07:11:30.328Z] ---> c0b30ba9933f [2021-01-21T07:11:30.328Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-21T07:11:30.328Z] ---> c74c60c862e6 [2021-01-21T07:11:30.328Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-21T07:11:31.776Z] ---> 0b557d5c1d78 [2021-01-21T07:11:31.776Z] 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-01-21T07:11:32.390Z] ---> 1e49e42c3473 [2021-01-21T07:11:32.390Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T07:11:32.665Z] ---> bd48450b705a [2021-01-21T07:11:32.665Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-21T07:11:32.665Z] ---> f5c7be639c24 [2021-01-21T07:11:32.665Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-21T07:11:32.942Z] ---> Running in 36ab0f1d34ce [2021-01-21T07:11:32.942Z] ---> c8b13c10d356 [2021-01-21T07:11:32.942Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-21T07:11:33.541Z] ---> 829ddf087f82 [2021-01-21T07:11:33.541Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-21T07:11:33.815Z] Removing intermediate container 36ab0f1d34ce [2021-01-21T07:11:33.815Z] ---> a2493bd754c4 [2021-01-21T07:11:33.815Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T07:11:33.815Z] Removing intermediate container 247f920bc9a5 [2021-01-21T07:11:33.815Z] ---> 09d61f42d9f5 [2021-01-21T07:11:33.815Z] [2021-01-21T07:11:33.815Z] Step 10/22 : FROM scratch [2021-01-21T07:11:33.815Z] ---> [2021-01-21T07:11:33.815Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T07:11:34.095Z] ---> Using cache [2021-01-21T07:11:34.095Z] ---> cb9436ced97f [2021-01-21T07:11:34.095Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-21T07:11:34.095Z] ---> dc90eab28d8e [2021-01-21T07:11:34.095Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-21T07:11:34.388Z] ---> Running in 4019cebf3b8a [2021-01-21T07:11:34.388Z] ---> Running in 9fe87e32b34a [2021-01-21T07:11:34.388Z] ---> 5cb726fc4718 [2021-01-21T07:11:34.388Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-21T07:11:34.988Z] ---> 53d801b6ec75 [2021-01-21T07:11:34.988Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-21T07:11:35.269Z] Removing intermediate container 4019cebf3b8a [2021-01-21T07:11:35.269Z] ---> f00342d1511d [2021-01-21T07:11:35.269Z] Step 19/21 : LABEL arch=arm64 [2021-01-21T07:11:35.269Z] Removing intermediate container 9fe87e32b34a [2021-01-21T07:11:35.269Z] ---> badd6e85ffd9 [2021-01-21T07:11:35.269Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T07:11:35.269Z] ---> 2830a6a897db [2021-01-21T07:11:35.269Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-21T07:11:35.269Z] ---> Running in 6a2b2f516699 [2021-01-21T07:11:35.547Z] ---> Running in 5710b1704422 [2021-01-21T07:11:35.547Z] ---> Running in d2489e06ce21 [2021-01-21T07:11:36.146Z] ---> e195c27d5f52 [2021-01-21T07:11:36.146Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-21T07:11:36.146Z] Removing intermediate container 5710b1704422 [2021-01-21T07:11:36.146Z] ---> 02cac29593c3 [2021-01-21T07:11:36.146Z] Step 14/22 : WORKDIR / [2021-01-21T07:11:36.146Z] Removing intermediate container 6a2b2f516699 [2021-01-21T07:11:36.146Z] ---> 3331720958a6 [2021-01-21T07:11:36.146Z] Step 20/21 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:11:36.422Z] ---> 6393480d465a [2021-01-21T07:11:36.422Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-21T07:11:36.422Z] ---> Running in 5ec2aae4baa9 [2021-01-21T07:11:36.422Z] ---> Running in cb63d9865f47 [2021-01-21T07:11:36.697Z] ---> Running in 7cc69013f828 [2021-01-21T07:11:37.028Z] Removing intermediate container 5ec2aae4baa9 [2021-01-21T07:11:37.028Z] ---> 108974ada8e7 [2021-01-21T07:11:37.028Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T07:11:37.383Z] Removing intermediate container 7cc69013f828 [2021-01-21T07:11:37.383Z] ---> 4526ba913e4c [2021-01-21T07:11:37.383Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T07:11:37.383Z] Removing intermediate container cb63d9865f47 [2021-01-21T07:11:37.383Z] ---> ab06a5654587 [2021-01-21T07:11:37.383Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T07:11:38.058Z] ---> Running in 78345e779360 [2021-01-21T07:11:38.058Z] ---> 138a14451bc6 [2021-01-21T07:11:38.058Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-21T07:11:38.058Z] ---> Running in 90e0733db9bd [2021-01-21T07:11:38.363Z] ---> eb04b90da6a4 [2021-01-21T07:11:38.363Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-21T07:11:38.666Z] Removing intermediate container 78345e779360 [2021-01-21T07:11:38.666Z] ---> 7e5e6423003b [2021-01-21T07:11:38.666Z] Step 22/24 : LABEL arch=arm64 [2021-01-21T07:11:39.000Z] ---> Running in b5dbb8c34038 [2021-01-21T07:11:39.001Z] Removing intermediate container d2489e06ce21 [2021-01-21T07:11:39.001Z] ---> 5751d1ed9031 [2021-01-21T07:11:39.001Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-21T07:11:39.313Z] Removing intermediate container 90e0733db9bd [2021-01-21T07:11:39.313Z] ---> dd7bda4f9bae [2021-01-21T07:11:39.313Z] [2021-01-21T07:11:39.313Z] ---> Running in 14d7d4c606fc [2021-01-21T07:11:39.598Z] ---> 10a243f5cf04 [2021-01-21T07:11:39.598Z] 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-01-21T07:11:39.887Z] Removing intermediate container b5dbb8c34038 [2021-01-21T07:11:39.887Z] ---> 6f267c1a7a87 [2021-01-21T07:11:39.887Z] Step 23/24 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:11:39.887Z] ---> Running in 0b91959aeee7 [2021-01-21T07:11:40.187Z] Successfully built dd7bda4f9bae [2021-01-21T07:11:40.187Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-21T07:11:40.187Z] Removing intermediate container 14d7d4c606fc [2021-01-21T07:11:40.187Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-01-21T07:11:40.187Z] ---> e64ffb89b977 [2021-01-21T07:11:40.187Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T07:11:40.502Z] ---> Running in e1e69aff6914 [2021-01-21T07:11:40.843Z] ---> Running in c4b4facf4123 [2021-01-21T07:11:40.843Z] ---> 193d960f4de2 [2021-01-21T07:11:40.843Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-21T07:11:41.484Z] Removing intermediate container e1e69aff6914 [2021-01-21T07:11:41.484Z] ---> de67d7419936 [2021-01-21T07:11:41.484Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T07:11:42.081Z] ---> Running in 8cad09f6111c [2021-01-21T07:11:42.081Z] Removing intermediate container c4b4facf4123 [2021-01-21T07:11:42.081Z] ---> 6abb3187bba7 [2021-01-21T07:11:42.081Z] Step 21/22 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:11:43.066Z] ---> Running in b1b961b68d83 [2021-01-21T07:11:43.066Z] ---> 791f8472f7f3 [2021-01-21T07:11:43.066Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-21T07:11:43.338Z] Removing intermediate container 8cad09f6111c [2021-01-21T07:11:43.338Z] ---> 5c61bfb7fcfd [2021-01-21T07:11:43.338Z] [2021-01-21T07:11:43.613Z] ---> Running in ee8fb1ff4581 [2021-01-21T07:11:43.888Z] Successfully built 5c61bfb7fcfd [2021-01-21T07:11:43.888Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-21T07:11:43.888Z] Building docker-sys-mgmt-agent-go [2021-01-21T07:11:44.163Z]  Building docker-support-notifications-go ... done Removing intermediate container b1b961b68d83 [2021-01-21T07:11:44.163Z] ---> f47c95c2dbc6 [2021-01-21T07:11:44.163Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T07:11:44.163Z] ---> Running in 9cac55fd685c [2021-01-21T07:11:44.163Z] Removing intermediate container ee8fb1ff4581 [2021-01-21T07:11:44.163Z] ---> df84241b7733 [2021-01-21T07:11:44.163Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T07:11:44.450Z] Removing intermediate container 0b91959aeee7 [2021-01-21T07:11:44.450Z] ---> 537a17c84add [2021-01-21T07:11:44.450Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-21T07:11:44.450Z] ---> Running in df79b585234a [2021-01-21T07:11:44.731Z] ---> Running in c02a456a1d05 [2021-01-21T07:11:45.002Z] Removing intermediate container 9cac55fd685c [2021-01-21T07:11:45.002Z] ---> 745bcd0fa7af [2021-01-21T07:11:45.002Z] [2021-01-21T07:11:45.002Z] Removing intermediate container df79b585234a [2021-01-21T07:11:45.002Z] ---> acac1d693783 [2021-01-21T07:11:45.002Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T07:11:45.274Z] Removing intermediate container c02a456a1d05 [2021-01-21T07:11:45.274Z] ---> 51475e449618 [2021-01-21T07:11:45.274Z] Step 22/24 : LABEL arch=arm64 [2021-01-21T07:11:45.274Z] Successfully built 745bcd0fa7af [2021-01-21T07:11:45.274Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-21T07:11:45.545Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 96b4cdb7abe9 [2021-01-21T07:11:45.545Z] Building docker-core-data-go [2021-01-21T07:11:45.545Z] ---> Running in 76db31973283 [2021-01-21T07:11:45.819Z] Removing intermediate container 96b4cdb7abe9 [2021-01-21T07:11:45.819Z] ---> 03f240527137 [2021-01-21T07:11:45.819Z] Step 21/22 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:11:46.089Z] ---> Running in 3f0e5db8b719 [2021-01-21T07:11:46.362Z] Removing intermediate container 76db31973283 [2021-01-21T07:11:46.362Z] ---> 94fc83f595cd [2021-01-21T07:11:46.362Z] Step 23/24 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:11:46.635Z] ---> Running in 3b3d6a4349c9 [2021-01-21T07:11:46.635Z] Removing intermediate container 3f0e5db8b719 [2021-01-21T07:11:46.635Z] ---> 0d77b14197cf [2021-01-21T07:11:46.635Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T07:11:47.232Z] ---> Running in 075cbe0777f7 [2021-01-21T07:11:47.507Z] Removing intermediate container 3b3d6a4349c9 [2021-01-21T07:11:47.507Z] ---> 21d3e089400a [2021-01-21T07:11:47.507Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T07:11:48.504Z] ---> Running in ac447b9033df [2021-01-21T07:11:48.775Z] Removing intermediate container 075cbe0777f7 [2021-01-21T07:11:48.775Z] ---> 70aed571fdfb [2021-01-21T07:11:48.775Z] [2021-01-21T07:11:49.051Z] Successfully built 70aed571fdfb [2021-01-21T07:11:49.326Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-21T07:11:49.326Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-01-21T07:11:49.326Z] Removing intermediate container ac447b9033df [2021-01-21T07:11:49.326Z] ---> 28dbc3975119 [2021-01-21T07:11:49.326Z] [2021-01-21T07:11:49.921Z] Successfully built 28dbc3975119 [2021-01-21T07:11:49.921Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-21T07:12:28.882Z]  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T07:12:28.882Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T07:12:28.882Z] ---> e9a2fdddb5a5 [2021-01-21T07:12:28.882Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T07:12:28.882Z] ---> Using cache [2021-01-21T07:12:28.882Z] ---> f0ecfdb5ab49 [2021-01-21T07:12:28.882Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:12:28.882Z] ---> Using cache [2021-01-21T07:12:28.882Z] ---> 6b57799914ce [2021-01-21T07:12:28.882Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T07:12:31.509Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T07:12:31.509Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-21T07:12:31.509Z] ---> e9a2fdddb5a5 [2021-01-21T07:12:31.509Z] Step 3/26 : WORKDIR /edgex-go [2021-01-21T07:12:31.509Z] ---> Using cache [2021-01-21T07:12:31.509Z] ---> f0ecfdb5ab49 [2021-01-21T07:12:31.509Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:12:31.509Z] ---> Using cache [2021-01-21T07:12:31.509Z] ---> 6b57799914ce [2021-01-21T07:12:31.509Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-21T07:12:31.785Z] ---> Running in 5d2c96cfd756 [2021-01-21T07:12:32.071Z] ---> Running in 4f8c8bfc9d39 [2021-01-21T07:12:32.350Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T07:12:32.350Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T07:12:32.350Z] ---> e9a2fdddb5a5 [2021-01-21T07:12:32.350Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T07:12:32.350Z] ---> Using cache [2021-01-21T07:12:32.350Z] ---> f0ecfdb5ab49 [2021-01-21T07:12:32.350Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:12:32.350Z] ---> Using cache [2021-01-21T07:12:32.350Z] ---> 6b57799914ce [2021-01-21T07:12:32.350Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-21T07:12:32.961Z] ---> Running in 19b468df2c99 [2021-01-21T07:12:33.575Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T07:12:33.575Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T07:12:33.575Z] ---> e9a2fdddb5a5 [2021-01-21T07:12:33.575Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T07:12:33.575Z] ---> Using cache [2021-01-21T07:12:33.575Z] ---> f0ecfdb5ab49 [2021-01-21T07:12:33.575Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:12:33.575Z] ---> Using cache [2021-01-21T07:12:33.575Z] ---> 6b57799914ce [2021-01-21T07:12:33.575Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T07:12:33.575Z] ---> Running in b576bf3eb5e9 [2021-01-21T07:12:34.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T07:12:34.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T07:12:34.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T07:12:35.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T07:12:35.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T07:12:35.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T07:12:35.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T07:12:35.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T07:12:35.960Z] OK: 217 MiB in 51 packages [2021-01-21T07:12:36.242Z] OK: 217 MiB in 51 packages [2021-01-21T07:12:36.242Z] OK: 217 MiB in 51 packages [2021-01-21T07:12:36.531Z] OK: 217 MiB in 51 packages [2021-01-21T07:12:37.531Z] Removing intermediate container 5d2c96cfd756 [2021-01-21T07:12:37.531Z] ---> 39b37dbc41f7 [2021-01-21T07:12:37.531Z] Step 6/21 : COPY go.mod . [2021-01-21T07:12:37.804Z] Removing intermediate container 4f8c8bfc9d39 [2021-01-21T07:12:37.804Z] ---> 1df199a903b1 [2021-01-21T07:12:37.804Z] Step 6/26 : COPY go.mod . [2021-01-21T07:12:38.082Z] Removing intermediate container 19b468df2c99 [2021-01-21T07:12:38.082Z] ---> c11e12e31c16 [2021-01-21T07:12:38.082Z] Step 6/23 : COPY go.mod . [2021-01-21T07:12:38.354Z] Removing intermediate container b576bf3eb5e9 [2021-01-21T07:12:38.354Z] ---> 9504b48fc8eb [2021-01-21T07:12:38.354Z] Step 6/22 : COPY go.mod . [2021-01-21T07:12:38.631Z] ---> 2a3cc21772b5 [2021-01-21T07:12:38.631Z] Step 7/21 : RUN go mod download [2021-01-21T07:12:38.631Z] ---> Running in d51a3bed7751 [2021-01-21T07:12:38.907Z] ---> 4c6ae39f3cde [2021-01-21T07:12:38.907Z] Step 7/26 : RUN go mod download [2021-01-21T07:12:39.191Z] ---> Running in 68e1c7c0c0d4 [2021-01-21T07:12:39.191Z] ---> ba419f423911 [2021-01-21T07:12:39.191Z] Step 7/23 : RUN go mod download [2021-01-21T07:12:39.474Z] ---> 16ae2adb3fd0 [2021-01-21T07:12:39.474Z] Step 7/22 : RUN go mod download [2021-01-21T07:12:39.474Z] ---> Running in 2d392dcef492 [2021-01-21T07:12:39.753Z] ---> Running in e4ac6819ca30 [2021-01-21T07:12:42.386Z] Removing intermediate container d51a3bed7751 [2021-01-21T07:12:42.386Z] ---> 5b4f1ac87175 [2021-01-21T07:12:42.386Z] Step 8/21 : COPY . . [2021-01-21T07:12:42.987Z] Removing intermediate container 68e1c7c0c0d4 [2021-01-21T07:12:42.987Z] ---> ba5b0ea6c7dc [2021-01-21T07:12:42.987Z] Step 8/26 : COPY . . [2021-01-21T07:12:43.586Z] Removing intermediate container e4ac6819ca30 [2021-01-21T07:12:43.586Z] ---> 4ab0a67f7e91 [2021-01-21T07:12:43.586Z] Step 8/22 : COPY . . [2021-01-21T07:12:44.186Z] Removing intermediate container 2d392dcef492 [2021-01-21T07:12:44.186Z] ---> 8ca2f3d7eda5 [2021-01-21T07:12:44.186Z] Step 8/23 : COPY . . [2021-01-21T07:13:06.359Z] ---> fd2ffd6039aa [2021-01-21T07:13:06.360Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-21T07:13:06.360Z] ---> cdab5f62188e [2021-01-21T07:13:06.360Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-21T07:13:06.360Z] ---> 169876925610 [2021-01-21T07:13:06.360Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-21T07:13:06.360Z] ---> 0e87b2ba5d20 [2021-01-21T07:13:06.360Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-21T07:13:06.360Z] ---> Running in 72e99daa301c [2021-01-21T07:13:06.360Z] ---> Running in 16a6ddb8dba2 [2021-01-21T07:13:06.360Z] ---> Running in 7346dc01d8c4 [2021-01-21T07:13:06.360Z] ---> Running in 344baf57ad44 [2021-01-21T07:13:07.805Z] 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-01-21T07:13:07.805Z] 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-01-21T07:13:08.080Z] 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-01-21T07:13:08.080Z] 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-01-21T07:14:16.139Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-21T07:14:28.599Z] Removing intermediate container 7346dc01d8c4 [2021-01-21T07:14:28.599Z] ---> a4c0817f4144 [2021-01-21T07:14:28.599Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-21T07:14:28.599Z] ---> Running in e07fe652a2a4 [2021-01-21T07:14:28.599Z] Removing intermediate container 72e99daa301c [2021-01-21T07:14:28.599Z] ---> 65f1746d99c8 [2021-01-21T07:14:28.599Z] [2021-01-21T07:14:28.599Z] Step 10/21 : FROM alpine:3.12 [2021-01-21T07:14:28.599Z] ---> afeebe901d6b [2021-01-21T07:14:28.599Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-21T07:14:28.599Z] Removing intermediate container 16a6ddb8dba2 [2021-01-21T07:14:28.599Z] ---> e05576112228 [2021-01-21T07:14:28.599Z] [2021-01-21T07:14:28.599Z] Step 10/22 : FROM scratch [2021-01-21T07:14:28.599Z] ---> [2021-01-21T07:14:28.599Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T07:14:28.599Z] ---> Running in 8a9aec4a2c63 [2021-01-21T07:14:28.599Z] ---> Using cache [2021-01-21T07:14:28.599Z] ---> cb9436ced97f [2021-01-21T07:14:28.599Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-21T07:14:28.599Z] ---> Running in 963439b01968 [2021-01-21T07:14:28.876Z] Removing intermediate container 963439b01968 [2021-01-21T07:14:28.876Z] ---> 1b71cf5ee954 [2021-01-21T07:14:28.876Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T07:14:29.150Z] ---> Running in edf3026536ab [2021-01-21T07:14:29.150Z] 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-01-21T07:14:29.432Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T07:14:29.715Z] Removing intermediate container edf3026536ab [2021-01-21T07:14:29.715Z] ---> 58b97aca9051 [2021-01-21T07:14:29.715Z] Step 14/22 : WORKDIR / [2021-01-21T07:14:29.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T07:14:29.715Z] ---> Running in 98363c8e0962 [2021-01-21T07:14:30.312Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-21T07:14:30.586Z] Removing intermediate container 98363c8e0962 [2021-01-21T07:14:30.586Z] ---> 232c53a74973 [2021-01-21T07:14:30.586Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T07:14:30.586Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T07:14:30.586Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-21T07:14:30.586Z] (4/4) Installing curl (7.69.1-r3) [2021-01-21T07:14:30.586Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T07:14:30.586Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T07:14:30.862Z] OK: 7 MiB in 18 packages [2021-01-21T07:14:31.852Z] ---> c7f1d32007c5 [2021-01-21T07:14:31.852Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-21T07:14:33.300Z] Removing intermediate container 8a9aec4a2c63 [2021-01-21T07:14:33.300Z] ---> 93c6014ddc13 [2021-01-21T07:14:33.300Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T07:14:33.300Z] ---> c10bf5e39922 [2021-01-21T07:14:33.300Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-21T07:14:33.579Z] ---> Running in 5faabd9b2c86 [2021-01-21T07:14:33.579Z] Removing intermediate container e07fe652a2a4 [2021-01-21T07:14:33.579Z] ---> 427d2936750c [2021-01-21T07:14:33.579Z] [2021-01-21T07:14:33.579Z] Step 11/26 : FROM docker:20.10.0 [2021-01-21T07:14:33.851Z] 20.10.0: Pulling from library/docker [2021-01-21T07:14:34.457Z] Removing intermediate container 5faabd9b2c86 [2021-01-21T07:14:34.457Z] ---> 75054d582a0f [2021-01-21T07:14:34.457Z] Step 13/21 : WORKDIR /edgex [2021-01-21T07:14:34.457Z] ---> 1e5d6d200ba3 [2021-01-21T07:14:34.457Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-21T07:14:34.732Z] ---> Running in 904972645e11 [2021-01-21T07:14:34.732Z] ---> Running in c09665ae2566 [2021-01-21T07:14:36.196Z] Removing intermediate container 904972645e11 [2021-01-21T07:14:36.196Z] ---> 1565d5581561 [2021-01-21T07:14:36.196Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-21T07:14:36.196Z] Removing intermediate container c09665ae2566 [2021-01-21T07:14:36.196Z] ---> db1e35b684f8 [2021-01-21T07:14:36.196Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T07:14:36.196Z] ---> Running in eb1b09df6b34 [2021-01-21T07:14:37.639Z] ---> 0c70132e8b1a [2021-01-21T07:14:37.639Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-21T07:14:37.639Z] Removing intermediate container eb1b09df6b34 [2021-01-21T07:14:37.639Z] ---> 0440a4564638 [2021-01-21T07:14:37.639Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T07:14:37.917Z] ---> Running in 0a68f8f33b74 [2021-01-21T07:14:38.901Z] Removing intermediate container 0a68f8f33b74 [2021-01-21T07:14:38.902Z] ---> b5f2d6c527b7 [2021-01-21T07:14:38.902Z] Step 21/22 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:14:39.179Z] ---> Running in 0add12a72b44 [2021-01-21T07:14:39.458Z] ---> f5e35f4aced3 [2021-01-21T07:14:39.458Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-21T07:14:39.742Z] Removing intermediate container 0add12a72b44 [2021-01-21T07:14:39.742Z] ---> 7017de47d5b1 [2021-01-21T07:14:39.742Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T07:14:40.019Z] ---> Running in 561ff45cb213 [2021-01-21T07:14:40.998Z] Removing intermediate container 561ff45cb213 [2021-01-21T07:14:40.998Z] ---> 0ec0253571d4 [2021-01-21T07:14:40.998Z] [2021-01-21T07:14:41.271Z] ---> 1875e75a57ed [2021-01-21T07:14:41.271Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-21T07:14:41.547Z] Successfully built 0ec0253571d4 [2021-01-21T07:14:41.547Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-21T07:14:41.818Z]  Building docker-core-command-go ... done  ---> Running in 678e182e9c62 [2021-01-21T07:14:42.413Z] Removing intermediate container 678e182e9c62 [2021-01-21T07:14:42.413Z] ---> c27fc3622d20 [2021-01-21T07:14:42.413Z] Step 18/21 : CMD ["--init=true"] [2021-01-21T07:14:42.682Z] ---> Running in 40d409ad83b1 [2021-01-21T07:14:43.665Z] Removing intermediate container 40d409ad83b1 [2021-01-21T07:14:43.665Z] ---> 1e3dcd65127a [2021-01-21T07:14:43.665Z] Step 19/21 : LABEL arch=arm64 [2021-01-21T07:14:44.261Z] ---> Running in 26b7c1993bb4 [2021-01-21T07:14:45.239Z] Removing intermediate container 344baf57ad44 [2021-01-21T07:14:45.239Z] ---> 79d5a898999e [2021-01-21T07:14:45.239Z] [2021-01-21T07:14:45.239Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T07:14:45.239Z] ---> afeebe901d6b [2021-01-21T07:14:45.239Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T07:14:45.239Z] Removing intermediate container 26b7c1993bb4 [2021-01-21T07:14:45.239Z] ---> 3bb0c68f60c3 [2021-01-21T07:14:45.239Z] Step 20/21 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:14:45.518Z] ---> Running in 3ae03c05d2fa [2021-01-21T07:14:45.519Z] ---> Running in 6c214de213c7 [2021-01-21T07:14:46.120Z] Removing intermediate container 3ae03c05d2fa [2021-01-21T07:14:46.120Z] ---> 6e44c32af1c4 [2021-01-21T07:14:46.120Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-21T07:14:46.120Z] Removing intermediate container 6c214de213c7 [2021-01-21T07:14:46.120Z] ---> 733f47d992c7 [2021-01-21T07:14:46.120Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T07:14:46.393Z] ---> Running in 246dda637435 [2021-01-21T07:14:46.393Z] ---> Running in 2b5e9e015077 [2021-01-21T07:14:46.663Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T07:14:46.663Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T07:14:46.663Z] ---> eeaf43b92773 [2021-01-21T07:14:46.663Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-21T07:14:46.933Z] Removing intermediate container 246dda637435 [2021-01-21T07:14:46.933Z] ---> 6061859bdf04 [2021-01-21T07:14:46.933Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-21T07:14:46.933Z] Removing intermediate container 2b5e9e015077 [2021-01-21T07:14:46.933Z] ---> ff144ea6f9c4 [2021-01-21T07:14:46.933Z] [2021-01-21T07:14:46.933Z] ---> Running in 7513c19513c4 [2021-01-21T07:14:47.218Z] ---> Running in 70e73803bdd4 [2021-01-21T07:14:47.492Z] Successfully built ff144ea6f9c4 [2021-01-21T07:14:47.492Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-21T07:14:47.762Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 70e73803bdd4 [2021-01-21T07:14:47.762Z] ---> 51367fc33946 [2021-01-21T07:14:47.762Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T07:14:47.762Z] ---> Running in 3921a6ffc899 [2021-01-21T07:14:48.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T07:14:48.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T07:14:48.963Z] (1/2) Installing readline (8.0.4-r0) [2021-01-21T07:14:48.963Z] (2/2) Installing bash (5.0.17-r0) [2021-01-21T07:14:48.963Z] Executing bash-5.0.17-r0.post-install [2021-01-21T07:14:49.237Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T07:14:49.237Z] OK: 12 MiB in 22 packages [2021-01-21T07:14:50.228Z] Removing intermediate container 3921a6ffc899 [2021-01-21T07:14:50.228Z] ---> a419a0575959 [2021-01-21T07:14:50.228Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-21T07:14:50.228Z] ---> Running in d287eb7a4f04 [2021-01-21T07:14:50.507Z] Removing intermediate container 7513c19513c4 [2021-01-21T07:14:50.507Z] ---> 17541311ed27 [2021-01-21T07:14:50.507Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-21T07:14:50.783Z] ---> Running in c24f71d4d7a9 [2021-01-21T07:14:51.057Z] Removing intermediate container c24f71d4d7a9 [2021-01-21T07:14:51.057Z] ---> 4f6f8078b747 [2021-01-21T07:14:51.057Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-21T07:14:51.332Z] ---> Running in e93ebc463b02 [2021-01-21T07:14:51.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T07:14:51.881Z] Removing intermediate container e93ebc463b02 [2021-01-21T07:14:51.881Z] ---> 06362a81ddce [2021-01-21T07:14:51.881Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-21T07:14:51.881Z] ---> Running in 715b85deebfc [2021-01-21T07:14:52.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T07:14:52.433Z] Removing intermediate container 715b85deebfc [2021-01-21T07:14:52.433Z] ---> 2087fdfaf35a [2021-01-21T07:14:52.433Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-21T07:14:53.032Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-21T07:14:53.033Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-21T07:14:53.307Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-21T07:14:53.307Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-21T07:14:53.585Z] ---> acbe8862880d [2021-01-21T07:14:53.585Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-21T07:14:53.585Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-21T07:14:53.585Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T07:14:53.585Z] OK: 8 MiB in 19 packages [2021-01-21T07:14:54.568Z] ---> 99a45ce073dd [2021-01-21T07:14:54.568Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-21T07:14:55.162Z] Removing intermediate container d287eb7a4f04 [2021-01-21T07:14:55.162Z] ---> 659596416fc1 [2021-01-21T07:14:55.162Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T07:14:55.444Z] ---> 31cdd22ba6c6 [2021-01-21T07:14:55.444Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-21T07:14:55.715Z] ---> Running in d30fae207a88 [2021-01-21T07:14:55.991Z] ---> 07cd34c588e5 [2021-01-21T07:14:55.991Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-21T07:14:57.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T07:14:57.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T07:14:57.423Z] ---> 0dbcbc33210b [2021-01-21T07:14:57.423Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-21T07:14:58.019Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-21T07:14:58.019Z] (2/33) Installing expat (2.2.9-r1) [2021-01-21T07:14:58.019Z] (3/33) Installing libffi (3.3-r2) [2021-01-21T07:14:58.019Z] (4/33) Installing gdbm (1.13-r1) [2021-01-21T07:14:58.019Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-21T07:14:58.019Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-21T07:14:58.019Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-21T07:14:58.615Z] ---> 6d4782af1e70 [2021-01-21T07:14:58.615Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-21T07:14:58.888Z] ---> Running in b31d5747206f [2021-01-21T07:14:59.865Z] Removing intermediate container b31d5747206f [2021-01-21T07:14:59.865Z] ---> 97413a3295f3 [2021-01-21T07:14:59.865Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T07:14:59.865Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-21T07:14:59.865Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-21T07:14:59.865Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-21T07:14:59.865Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-21T07:14:59.865Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-21T07:14:59.865Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-21T07:14:59.865Z] ---> Running in e8b68e8015ab [2021-01-21T07:14:59.865Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-21T07:15:00.136Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-21T07:15:00.136Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-21T07:15:00.136Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-21T07:15:00.136Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-21T07:15:00.136Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-21T07:15:00.405Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-21T07:15:00.405Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-21T07:15:00.405Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-21T07:15:00.405Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-21T07:15:00.405Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-21T07:15:00.405Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-21T07:15:00.405Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-21T07:15:00.405Z] Removing intermediate container e8b68e8015ab [2021-01-21T07:15:00.405Z] ---> 24752b66d0e9 [2021-01-21T07:15:00.405Z] Step 21/23 : LABEL arch=arm64 [2021-01-21T07:15:00.405Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-21T07:15:00.405Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-21T07:15:00.405Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-21T07:15:00.405Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-21T07:15:00.679Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-21T07:15:00.679Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-21T07:15:00.679Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-21T07:15:00.679Z] ---> Running in c904bf1b67dd [2021-01-21T07:15:00.679Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T07:15:00.679Z] OK: 71 MiB in 55 packages [2021-01-21T07:15:01.278Z] Removing intermediate container c904bf1b67dd [2021-01-21T07:15:01.278Z] ---> 831b15115058 [2021-01-21T07:15:01.278Z] Step 22/23 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:15:01.555Z] ---> Running in 3b60cc86941f [2021-01-21T07:15:01.856Z] Removing intermediate container 3b60cc86941f [2021-01-21T07:15:01.857Z] ---> 2c92b33600b7 [2021-01-21T07:15:01.857Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T07:15:02.139Z] ---> Running in c90c569f5128 [2021-01-21T07:15:03.125Z] Removing intermediate container c90c569f5128 [2021-01-21T07:15:03.125Z] ---> 5d354efbf1aa [2021-01-21T07:15:03.125Z] [2021-01-21T07:15:03.398Z] Successfully built 5d354efbf1aa [2021-01-21T07:15:03.398Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-21T07:15:06.779Z]  Building docker-core-data-go ... done Removing intermediate container d30fae207a88 [2021-01-21T07:15:06.779Z] ---> 4a74e6cca702 [2021-01-21T07:15:06.779Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-21T07:15:06.779Z] ---> Running in 7fa399cf3dbd [2021-01-21T07:15:12.177Z] Collecting docker-compose==1.23.2 [2021-01-21T07:15:12.177Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-21T07:15:12.177Z] 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-01-21T07:15:12.177Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-21T07:15:12.177Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-21T07:15:14.142Z] Collecting jsonschema<3,>=2.5.1 [2021-01-21T07:15:14.143Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-21T07:15:14.732Z] Collecting docker<4.0,>=3.6.0 [2021-01-21T07:15:14.732Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-21T07:15:15.703Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-21T07:15:15.703Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-21T07:15:16.677Z] Collecting PyYAML<4,>=3.10 [2021-01-21T07:15:16.677Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-21T07:15:19.281Z] Collecting cached-property<2,>=1.2.0 [2021-01-21T07:15:19.281Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-21T07:15:20.701Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-21T07:15:20.701Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-21T07:15:20.973Z] Collecting docopt<0.7,>=0.6.1 [2021-01-21T07:15:20.973Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-21T07:15:22.936Z] Collecting texttable<0.10,>=0.9.0 [2021-01-21T07:15:22.936Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-21T07:15:24.902Z] Collecting docker-pycreds>=0.4.0 [2021-01-21T07:15:24.902Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-21T07:15:24.902Z] 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-01-21T07:15:25.173Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-21T07:15:25.173Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-21T07:15:25.443Z] 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-01-21T07:15:25.714Z] Collecting idna<2.8,>=2.5 [2021-01-21T07:15:25.714Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-21T07:15:25.714Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-21T07:15:25.714Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-21T07:15:25.714Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-21T07:15:25.714Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-21T07:15:26.684Z] Installing collected packages: dockerpty, jsonschema, docker-pycreds, websocket-client, urllib3, idna, requests, docker, PyYAML, cached-property, docopt, texttable, docker-compose [2021-01-21T07:15:26.684Z] Running setup.py install for dockerpty: started [2021-01-21T07:15:28.648Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-21T07:15:28.917Z] Attempting uninstall: urllib3 [2021-01-21T07:15:28.917Z] Found existing installation: urllib3 1.25.9 [2021-01-21T07:15:28.917Z] Uninstalling urllib3-1.25.9: [2021-01-21T07:15:29.187Z] Successfully uninstalled urllib3-1.25.9 [2021-01-21T07:15:29.778Z] Attempting uninstall: idna [2021-01-21T07:15:29.778Z] Found existing installation: idna 2.9 [2021-01-21T07:15:29.778Z] Uninstalling idna-2.9: [2021-01-21T07:15:29.778Z] Successfully uninstalled idna-2.9 [2021-01-21T07:15:30.370Z] Attempting uninstall: requests [2021-01-21T07:15:30.370Z] Found existing installation: requests 2.23.0 [2021-01-21T07:15:30.370Z] Uninstalling requests-2.23.0: [2021-01-21T07:15:30.639Z] Successfully uninstalled requests-2.23.0 [2021-01-21T07:15:31.608Z] Running setup.py install for PyYAML: started [2021-01-21T07:15:33.572Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-21T07:15:33.572Z] Running setup.py install for docopt: started [2021-01-21T07:15:35.533Z] Running setup.py install for docopt: finished with status 'done' [2021-01-21T07:15:35.533Z] Running setup.py install for texttable: started [2021-01-21T07:15:36.958Z] Running setup.py install for texttable: finished with status 'done' [2021-01-21T07:15:37.937Z] 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-01-21T07:15:41.320Z] Removing intermediate container 7fa399cf3dbd [2021-01-21T07:15:41.320Z] ---> a5803bdcbdf9 [2021-01-21T07:15:41.320Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-21T07:15:41.595Z] ---> Running in d2776da3362c [2021-01-21T07:15:43.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T07:15:43.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T07:15:43.621Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T07:15:43.621Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-21T07:15:43.621Z] (3/3) Installing curl (7.69.1-r3) [2021-01-21T07:15:43.621Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T07:15:43.621Z] OK: 71 MiB in 58 packages [2021-01-21T07:15:45.065Z] Removing intermediate container d2776da3362c [2021-01-21T07:15:45.065Z] ---> 1dca9be116ad [2021-01-21T07:15:45.065Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-21T07:15:45.065Z] ---> Running in eaf43b09f06a [2021-01-21T07:15:45.338Z] Removing intermediate container eaf43b09f06a [2021-01-21T07:15:45.338Z] ---> 987e35ebff6d [2021-01-21T07:15:45.338Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T07:15:45.610Z] ---> Running in e027c8849820 [2021-01-21T07:15:46.209Z] Removing intermediate container e027c8849820 [2021-01-21T07:15:46.209Z] ---> 630a028b2b30 [2021-01-21T07:15:46.209Z] Step 24/26 : LABEL arch=arm64 [2021-01-21T07:15:46.209Z] ---> Running in 84981be9b438 [2021-01-21T07:15:46.482Z] Removing intermediate container 84981be9b438 [2021-01-21T07:15:46.482Z] ---> d7d65e9141b5 [2021-01-21T07:15:46.482Z] Step 25/26 : LABEL git_sha=a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [2021-01-21T07:15:46.756Z] ---> Running in 420ef7054d64 [2021-01-21T07:15:47.353Z] Removing intermediate container 420ef7054d64 [2021-01-21T07:15:47.353Z] ---> c3a64166cfa8 [2021-01-21T07:15:47.353Z] Step 26/26 : LABEL version=0.0.0 [2021-01-21T07:15:47.353Z] ---> Running in 152348cf31b1 [2021-01-21T07:15:47.624Z] Removing intermediate container 152348cf31b1 [2021-01-21T07:15:47.624Z] ---> e5c57aaef9d8 [2021-01-21T07:15:47.624Z] [2021-01-21T07:15:48.219Z] Successfully built e5c57aaef9d8 [2021-01-21T07:15:48.219Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-21T07:15:48.505Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-21T07:15:48.539Z] $ docker stop --time=1 4f53a4c2556defe7b84bb96df157eced4714aa25ff60e42c7cb49725abf95e6a [2021-01-21T07:15:50.538Z] $ docker rm -f 4f53a4c2556defe7b84bb96df157eced4714aa25ff60e42c7cb49725abf95e6a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T07:15:51.261Z] + grep docker [2021-01-21T07:15:51.261Z] + docker images [2021-01-21T07:15:51.531Z] docker-sys-mgmt-agent-go-arm64 latest e5c57aaef9d8 4 seconds ago 300MB [2021-01-21T07:15:51.531Z] docker-core-data-go-arm64 latest 5d354efbf1aa 49 seconds ago 21MB [2021-01-21T07:15:51.531Z] docker-security-proxy-setup-go-arm64 latest ff144ea6f9c4 About a minute ago 23.2MB [2021-01-21T07:15:51.531Z] docker-core-command-go-arm64 latest 0ec0253571d4 About a minute ago 9.98MB [2021-01-21T07:15:51.531Z] docker-security-secretstore-setup-go-arm64 latest 28dbc3975119 4 minutes ago 23.4MB [2021-01-21T07:15:51.531Z] docker-core-metadata-go-arm64 latest 70aed571fdfb 4 minutes ago 12.3MB [2021-01-21T07:15:51.531Z] docker-security-bootstrap-redis-go-arm64 latest 745bcd0fa7af 4 minutes ago 15.1MB [2021-01-21T07:15:51.531Z] docker-support-notifications-go-arm64 latest 5c61bfb7fcfd 4 minutes ago 11.4MB [2021-01-21T07:15:51.531Z] docker-support-scheduler-go-arm64 latest dd7bda4f9bae 4 minutes ago 10.1MB [2021-01-21T07:15:51.531Z] docker 20.10.0 eeaf43b92773 5 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-01-21T07:15:53.460Z] provisioning config files... [2021-01-21T07:15:53.472Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7607558666134986929tmp [Pipeline] { [Pipeline] sh [2021-01-21T07:15:53.887Z] + set +x [2021-01-21T07:15:53.887Z] + curl -s https://codecov.io/bash [2021-01-21T07:15:53.887Z] + bash -s -- [2021-01-21T07:15:54.460Z] [2021-01-21T07:15:54.460Z] _____ _ [2021-01-21T07:15:54.460Z] / ____| | | [2021-01-21T07:15:54.460Z] | | ___ __| | ___ ___ _____ __ [2021-01-21T07:15:54.460Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-21T07:15:54.460Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-21T07:15:54.460Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-21T07:15:54.460Z] Bash-20210115-cec3c92 [2021-01-21T07:15:54.460Z] [2021-01-21T07:15:54.460Z] [2021-01-21T07:15:54.460Z] ==> git version 2.24.3 found [2021-01-21T07:15:54.460Z] ==> 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-01-21T07:15:54.460Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-21T07:15:54.460Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-21T07:15:54.460Z] ==> Jenkins CI detected. [2021-01-21T07:15:54.460Z] project root: . [2021-01-21T07:15:54.460Z] --> token set from env [2021-01-21T07:15:54.460Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-21T07:15:54.460Z] ==> Running gcov in . (disable via -X gcov) [2021-01-21T07:15:54.460Z] ==> Python coveragepy not found [2021-01-21T07:15:54.460Z] ==> Searching for coverage reports in: [2021-01-21T07:15:54.460Z] + . [2021-01-21T07:15:54.460Z] -> Found 1 reports [2021-01-21T07:15:54.460Z] ==> Detecting git/mercurial file structure [2021-01-21T07:15:54.460Z] ==> Reading reports [2021-01-21T07:15:54.460Z] + ./coverage.out bytes=551534 [2021-01-21T07:15:54.460Z] ==> Appending adjustments [2021-01-21T07:15:54.460Z] https://docs.codecov.io/docs/fixing-reports [2021-01-21T07:15:57.766Z] + Found adjustments [2021-01-21T07:15:57.766Z] ==> Gzipping contents [2021-01-21T07:15:57.766Z] 84K /tmp/codecov.pKJ59E.gz [2021-01-21T07:15:57.766Z] ==> Uploading reports [2021-01-21T07:15:57.766Z] url: https://codecov.io [2021-01-21T07:15:57.766Z] query: branch=PR-3059&commit=a8f770479522fe3c7b88a2b5d2d54eca0cad3755&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3059%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3059&job=&cmd_args= [2021-01-21T07:15:57.766Z] -> Pinging Codecov [2021-01-21T07:15:57.766Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3059&commit=a8f770479522fe3c7b88a2b5d2d54eca0cad3755&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3059%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3059&job=&cmd_args= [2021-01-21T07:15:57.766Z] -> Uploading to [2021-01-21T07:15:57.766Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-21/00271124DB129430A58F1EEE437C3FCB/a8f770479522fe3c7b88a2b5d2d54eca0cad3755/5a8db27f-82ae-4cb6-9528-3ce786037637.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T071557Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c1efe9153f471564d4406f7d5ad6cbc6c5f46a4c301701894b0e70bc2bafef33 [2021-01-21T07:15:57.766Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T07:15:57.766Z] Dload Upload Total Spent Left Speed [2021-01-21T07:15:58.336Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 98 83391 0 0 98 81920 0 270k --:--:-- --:--:-- --:--:-- 270k 100 83391 0 0 100 83391 0 154k --:--:-- --:--:-- --:--:-- 153k [2021-01-21T07:15:58.336Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/a8f770479522fe3c7b88a2b5d2d54eca0cad3755 [Pipeline] } [2021-01-21T07:15:58.346Z] 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-01-21T07:16:00.493Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T07:16:01.373Z] ---> package-listing.sh [2021-01-21T07:16:01.373Z] ++ facter osfamily [2021-01-21T07:16:01.373Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T07:16:01.373Z] + OS_FAMILY=redhat [2021-01-21T07:16:01.373Z] + workspace=/w/workspace/edgex-go/2 [2021-01-21T07:16:01.373Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T07:16:01.373Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T07:16:01.373Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T07:16:01.373Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T07:16:01.373Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-21T07:16:01.373Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T07:16:01.373Z] + case "${OS_FAMILY}" in [2021-01-21T07:16:01.373Z] + rpm -qa [2021-01-21T07:16:01.373Z] + sort [2021-01-21T07:16:06.665Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T07:16:06.665Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T07:16:06.665Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T07:16:06.665Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-21T07:16:06.665Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-21T07:16:06.665Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-21T07:16:06.678Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-21T07:16:06.963Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T07:16:07.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T07:16:07.264Z] [2021-01-21T07:16:07.264Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T07:16:07.627Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T07:16:07.627Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T07:16:07.627Z] df20fa9351a1: Pulling fs layer [2021-01-21T07:16:07.627Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T07:16:07.627Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T07:16:07.627Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T07:16:07.627Z] 93b61091891f: Pulling fs layer [2021-01-21T07:16:07.627Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T07:16:07.627Z] 5e14af77c1be: Pulling fs layer [2021-01-21T07:16:07.627Z] 01666e4c0597: Pulling fs layer [2021-01-21T07:16:07.627Z] aa168da1d23b: Pulling fs layer [2021-01-21T07:16:07.627Z] 46f8f816bc3b: Waiting [2021-01-21T07:16:07.627Z] 93b61091891f: Waiting [2021-01-21T07:16:07.627Z] 93b9cdb0e59b: Waiting [2021-01-21T07:16:07.627Z] 5e14af77c1be: Waiting [2021-01-21T07:16:07.627Z] 01666e4c0597: Waiting [2021-01-21T07:16:07.627Z] aa168da1d23b: Waiting [2021-01-21T07:16:07.627Z] 36b3adc4ff6f: Download complete [2021-01-21T07:16:07.627Z] 46f8f816bc3b: Verifying Checksum [2021-01-21T07:16:07.627Z] 46f8f816bc3b: Download complete [2021-01-21T07:16:07.890Z] df20fa9351a1: Verifying Checksum [2021-01-21T07:16:07.890Z] df20fa9351a1: Download complete [2021-01-21T07:16:07.890Z] 93b9cdb0e59b: Verifying Checksum [2021-01-21T07:16:07.890Z] 93b9cdb0e59b: Download complete [2021-01-21T07:16:07.890Z] 5e14af77c1be: Verifying Checksum [2021-01-21T07:16:07.890Z] 5e14af77c1be: Download complete [2021-01-21T07:16:07.890Z] 93b61091891f: Verifying Checksum [2021-01-21T07:16:07.890Z] 93b61091891f: Download complete [2021-01-21T07:16:07.890Z] 01666e4c0597: Verifying Checksum [2021-01-21T07:16:07.890Z] 01666e4c0597: Download complete [2021-01-21T07:16:07.890Z] 8ad3a11d3b57: Verifying Checksum [2021-01-21T07:16:07.890Z] 8ad3a11d3b57: Download complete [2021-01-21T07:16:08.151Z] df20fa9351a1: Pull complete [2021-01-21T07:16:08.151Z] 36b3adc4ff6f: Pull complete [2021-01-21T07:16:09.101Z] 8ad3a11d3b57: Pull complete [2021-01-21T07:16:10.046Z] aa168da1d23b: Verifying Checksum [2021-01-21T07:16:10.046Z] aa168da1d23b: Download complete [2021-01-21T07:16:10.046Z] 46f8f816bc3b: Pull complete [2021-01-21T07:16:11.968Z] 93b61091891f: Pull complete [2021-01-21T07:16:11.968Z] 93b9cdb0e59b: Pull complete [2021-01-21T07:16:11.968Z] 5e14af77c1be: Pull complete [2021-01-21T07:16:12.231Z] 01666e4c0597: Pull complete [2021-01-21T07:16:20.393Z] aa168da1d23b: Pull complete [2021-01-21T07:16:20.393Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T07:16:20.393Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T07:16:20.393Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T07:16:20.548Z] prd-centos7-docker-4c-2g-21872 does not seem to be running inside a container [2021-01-21T07:16:20.609Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-21T07:16:25.695Z] $ docker top 2fdbdb9d67523eb56ae2e95782180203eabfb137c64de9c70e67e5197541c05c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T07:16:26.238Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T07:16:26.534Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T07:16:26.826Z] + ls /var/log/sa-host [2021-01-21T07:16:26.826Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T07:16:26.826Z] file_magic: OK [2021-01-21T07:16:26.826Z] HZ: Using current value: 100 [2021-01-21T07:16:26.826Z] file_header: OK [2021-01-21T07:16:26.826Z] 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-01-21T07:16:26.826Z] Statistics: [2021-01-21T07:16:26.826Z] 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... [2021-01-21T07:16:26.826Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T07:16:26.826Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T07:16:26.826Z] file_magic: OK [2021-01-21T07:16:26.826Z] HZ: Using current value: 100 [2021-01-21T07:16:26.826Z] file_header: OK [2021-01-21T07:16:26.826Z] 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-01-21T07:16:26.826Z] Statistics: [2021-01-21T07:16:26.826Z] Hnuu...uuuununununu... [2021-01-21T07:16:26.826Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T07:16:27.447Z] provisioning config files... [2021-01-21T07:16:27.463Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1952833390004542768tmp [Pipeline] { [Pipeline] echo [2021-01-21T07:16:27.539Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T07:16:27.840Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T07:16:27.851Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T07:16:27.948Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T07:16:28.267Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T07:16:28.284Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T07:16:28.593Z] ---> sudo-logs.sh [2021-01-21T07:16:28.593Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T07:16:28.605Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T07:16:28.912Z] ---> job-cost.sh [2021-01-21T07:16:28.912Z] lf-activate-venv: SKIPPING [2021-01-21T07:16:28.912Z] INFO: No Stack... [2021-01-21T07:16:29.855Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T07:16:30.116Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T07:16:30.129Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T07:16:30.420Z] ---> logs-deploy.sh [2021-01-21T07:16:30.421Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3059/2 [2021-01-21T07:16:30.421Z] INFO: archiving workspace using pattern(s): [2021-01-21T07:16:31.807Z] Archives upload complete. [2021-01-21T07:16:31.807Z] INFO: archiving logs to Nexus [2021-01-21T07:16:32.748Z] ---> uname -a: [2021-01-21T07:16:32.748Z] Linux prd-centos7-docker-4c-2g-21872.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-21T07:16:32.748Z] [2021-01-21T07:16:32.748Z] [2021-01-21T07:16:32.748Z] ---> lscpu: [2021-01-21T07:16:32.748Z] Architecture: x86_64 [2021-01-21T07:16:32.748Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-21T07:16:32.748Z] Byte Order: Little Endian [2021-01-21T07:16:32.748Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-21T07:16:32.748Z] CPU(s): 4 [2021-01-21T07:16:32.748Z] On-line CPU(s) list: 0-3 [2021-01-21T07:16:32.748Z] Thread(s) per core: 1 [2021-01-21T07:16:32.748Z] Core(s) per socket: 1 [2021-01-21T07:16:32.748Z] Socket(s): 4 [2021-01-21T07:16:32.748Z] NUMA node(s): 1 [2021-01-21T07:16:32.748Z] Vendor ID: GenuineIntel [2021-01-21T07:16:32.748Z] CPU family: 6 [2021-01-21T07:16:32.748Z] Model: 44 [2021-01-21T07:16:32.748Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-21T07:16:32.748Z] Stepping: 1 [2021-01-21T07:16:32.748Z] CPU MHz: 2933.442 [2021-01-21T07:16:32.748Z] BogoMIPS: 5866.88 [2021-01-21T07:16:32.748Z] Virtualization: VT-x [2021-01-21T07:16:32.748Z] Hypervisor vendor: KVM [2021-01-21T07:16:32.748Z] Virtualization type: full [2021-01-21T07:16:32.748Z] L1d cache: 128 KiB [2021-01-21T07:16:32.748Z] L1i cache: 128 KiB [2021-01-21T07:16:32.748Z] L2 cache: 16 MiB [2021-01-21T07:16:32.748Z] L3 cache: 64 MiB [2021-01-21T07:16:32.748Z] NUMA node0 CPU(s): 0-3 [2021-01-21T07:16:32.748Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-21T07:16:32.748Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-21T07:16:32.748Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-21T07:16:32.748Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-21T07:16:32.748Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-21T07:16:32.748Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-21T07:16:32.748Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-21T07:16:32.748Z] Vulnerability Srbds: Not affected [2021-01-21T07:16:32.748Z] Vulnerability Tsx async abort: Not affected [2021-01-21T07:16:32.748Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-21T07:16:32.748Z] [2021-01-21T07:16:32.748Z] [2021-01-21T07:16:32.748Z] ---> nproc: [2021-01-21T07:16:32.748Z] 4 [2021-01-21T07:16:32.748Z] [2021-01-21T07:16:32.748Z]