Pull request #2992 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6169bf679536a99cd238e02621a9a700a9eef27c+0b9e13f6a351841bf3637770c27ae08320c32e9d (8c4255d97f776cfede9996ed113e746851bf5040) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-18886 in /w/workspace/edgexfoundry_edgex-go_PR-2992 [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 > 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/2992/head:refs/remotes/origin/PR-2992 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 0b9e13f6a351841bf3637770c27ae08320c32e9d into PR head commit 6169bf679536a99cd238e02621a9a700a9eef27c Merge succeeded, producing 6169bf679536a99cd238e02621a9a700a9eef27c Checking out Revision 6169bf679536a99cd238e02621a9a700a9eef27c (PR-2992) > git config core.sparsecheckout # timeout=10 > git checkout -f 6169bf679536a99cd238e02621a9a700a9eef27c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0b9e13f6a351841bf3637770c27ae08320c32e9d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6169bf679536a99cd238e02621a9a700a9eef27c # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.139" > git rev-list --no-walk 617c89bde510b6d8fef59fe622de126420d70d41 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-07T20:56:58.612Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-07T20:56:58.836Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-07T20:56:58.929Z] ========================================================= [2021-01-07T20:56:58.929Z] EdgeX Global Pipelines Version Info [2021-01-07T20:56:58.929Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-07T20:57:00.426Z] ------------------- [2021-01-07T20:57:00.426Z] stable info: [2021-01-07T20:57:00.426Z] ------------------- [2021-01-07T20:57:00.426Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-07T20:57:00.426Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T20:57:00.426Z] Message: update stable to v1.0.173 [2021-01-07T20:57:01.370Z] ------------------- [2021-01-07T20:57:01.370Z] experimental info: [2021-01-07T20:57:01.370Z] ------------------- [2021-01-07T20:57:01.370Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-07T20:57:01.370Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T20:57:01.370Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-07T20:57:01.683Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-07T20:57:01.782Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-07T20:57:01.927Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-07T20:57:02.022Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-07T20:57:02.114Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-07T20:57:02.238Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-07T20:57:02.328Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-07T20:57:02.414Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-07T20:57:02.505Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-07T20:57:02.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-07T20:57:02.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-07T20:57:02.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-07T20:57:02.938Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-07T20:57:03.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-07T20:57:03.158Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-07T20:57:03.250Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-07T20:57:03.338Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-07T20:57:03.427Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-07T20:57:03.515Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-07T20:57:03.606Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-07T20:57:03.697Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-07T20:57:03.785Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-07T20:57:03.897Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-07T20:57:03.985Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2992 [Pipeline] echo [2021-01-07T20:57:04.108Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2992 [Pipeline] echo [2021-01-07T20:57:04.198Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2992 [Pipeline] echo [2021-01-07T20:57:04.290Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6169bf679536a99cd238e02621a9a700a9eef27c [Pipeline] echo [2021-01-07T20:57:04.390Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6169bf6 [Pipeline] echo [2021-01-07T20:57:04.480Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-07T20:57:04.643Z] provisioning config files... [2021-01-07T20:57:04.673Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1036116178098333599tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T20:57:05.020Z] ---> docker-login.sh [2021-01-07T20:57:05.020Z] nexus3.edgexfoundry.org:10001 [2021-01-07T20:57:05.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T20:57:05.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T20:57:05.281Z] Configure a credential helper to remove this warning. See [2021-01-07T20:57:05.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T20:57:05.281Z] [2021-01-07T20:57:05.281Z] Login Succeeded [2021-01-07T20:57:05.281Z] nexus3.edgexfoundry.org:10002 [2021-01-07T20:57:05.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T20:57:05.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T20:57:05.543Z] Configure a credential helper to remove this warning. See [2021-01-07T20:57:05.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T20:57:05.543Z] [2021-01-07T20:57:05.543Z] Login Succeeded [2021-01-07T20:57:05.543Z] nexus3.edgexfoundry.org:10003 [2021-01-07T20:57:05.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T20:57:05.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T20:57:05.805Z] Configure a credential helper to remove this warning. See [2021-01-07T20:57:05.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T20:57:05.805Z] [2021-01-07T20:57:05.805Z] Login Succeeded [2021-01-07T20:57:05.805Z] nexus3.edgexfoundry.org:10004 [2021-01-07T20:57:05.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T20:57:06.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T20:57:06.066Z] Configure a credential helper to remove this warning. See [2021-01-07T20:57:06.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T20:57:06.066Z] [2021-01-07T20:57:06.066Z] Login Succeeded [2021-01-07T20:57:06.066Z] docker.io [2021-01-07T20:57:06.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T20:57:06.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T20:57:06.328Z] Configure a credential helper to remove this warning. See [2021-01-07T20:57:06.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T20:57:06.328Z] [2021-01-07T20:57:06.328Z] Login Succeeded [2021-01-07T20:57:06.328Z] ---> docker-login.sh ends [Pipeline] } [2021-01-07T20:57:06.338Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T20:57:06.820Z] ++ 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-07T20:57:06.820Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T20:57:06.820Z] ++ dirname cmd/core-command/Dockerfile [2021-01-07T20:57:06.820Z] ++ cut -d/ -f2 [2021-01-07T20:57:06.820Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-07T20:57:06.820Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T20:57:06.820Z] ++ dirname cmd/core-data/Dockerfile [2021-01-07T20:57:06.820Z] ++ cut -d/ -f2 [2021-01-07T20:57:06.820Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-07T20:57:06.820Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T20:57:06.820Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-07T20:57:06.820Z] ++ cut -d/ -f2 [2021-01-07T20:57:06.820Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-07T20:57:06.820Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T20:57:06.820Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-07T20:57:06.820Z] ++ cut -d/ -f2 [2021-01-07T20:57:06.820Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-07T20:57:06.820Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T20:57:06.820Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-07T20:57:06.820Z] ++ cut -d/ -f2 [2021-01-07T20:57:06.820Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-07T20:57:06.820Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T20:57:06.820Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-07T20:57:06.820Z] ++ cut -d/ -f2 [2021-01-07T20:57:06.820Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-07T20:57:06.820Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T20:57:06.820Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-07T20:57:06.820Z] ++ cut -d/ -f2 [2021-01-07T20:57:06.820Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-07T20:57:06.820Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T20:57:06.820Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-07T20:57:06.820Z] ++ cut -d/ -f2 [2021-01-07T20:57:06.820Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-07T20:57:06.820Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T20:57:06.820Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-07T20:57:06.820Z] ++ cut -d/ -f2 [2021-01-07T20:57:06.820Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-07T20:57:06.893Z] 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-07T20:57:07.707Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T20:57:07.708Z] [2021-01-07T20:57:07.708Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T20:57:08.054Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T20:57:08.054Z] latest: Pulling from edgex-devops/git-semver [2021-01-07T20:57:08.054Z] 31603596830f: Pulling fs layer [2021-01-07T20:57:08.054Z] 2a8b12db71e7: Pulling fs layer [2021-01-07T20:57:08.054Z] 6ca5941a6612: Pulling fs layer [2021-01-07T20:57:08.054Z] ecc8261a40a4: Pulling fs layer [2021-01-07T20:57:08.054Z] ecc8261a40a4: Waiting [2021-01-07T20:57:08.054Z] 2a8b12db71e7: Verifying Checksum [2021-01-07T20:57:08.054Z] 2a8b12db71e7: Download complete [2021-01-07T20:57:08.054Z] 31603596830f: Verifying Checksum [2021-01-07T20:57:08.054Z] 31603596830f: Download complete [2021-01-07T20:57:08.358Z] ecc8261a40a4: Verifying Checksum [2021-01-07T20:57:08.358Z] ecc8261a40a4: Download complete [2021-01-07T20:57:08.358Z] 6ca5941a6612: Verifying Checksum [2021-01-07T20:57:08.358Z] 6ca5941a6612: Download complete [2021-01-07T20:57:08.622Z] 31603596830f: Pull complete [2021-01-07T20:57:08.622Z] 2a8b12db71e7: Pull complete [2021-01-07T20:57:09.575Z] 6ca5941a6612: Pull complete [2021-01-07T20:57:09.851Z] ecc8261a40a4: Pull complete [2021-01-07T20:57:09.851Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-07T20:57:09.851Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T20:57:09.851Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-07T20:57:10.015Z] prd-centos7-docker-4c-2g-18886 does not seem to be running inside a container [2021-01-07T20:57:10.064Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-07T20:57:12.702Z] $ docker top 52e6181a871c3dd55af3c6c8ab58fb93cdfb8facd9c3d0c45e4d3affb6cfcc0c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-07T20:57:13.034Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T20:57:13.034Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T20:57:13.248Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T20:57:13.252Z] $ docker exec 52e6181a871c3dd55af3c6c8ab58fb93cdfb8facd9c3d0c45e4d3affb6cfcc0c ssh-agent [2021-01-07T20:57:13.417Z] SSH_AUTH_SOCK=/tmp/ssh-d7LEB5s5ahKx/agent.12 [2021-01-07T20:57:13.417Z] SSH_AGENT_PID=17 [2021-01-07T20:57:13.433Z] Running ssh-add (command line suppressed) [2021-01-07T20:57:13.554Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2529253793438809089.key (/w/workspace/edgex-go/2@tmp/private_key_2529253793438809089.key) [2021-01-07T20:57:13.605Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T20:57:13.940Z] + git tag --points-at HEAD [Pipeline] } [2021-01-07T20:57:13.966Z] $ docker exec --env ******** --env ******** 52e6181a871c3dd55af3c6c8ab58fb93cdfb8facd9c3d0c45e4d3affb6cfcc0c ssh-agent -k [2021-01-07T20:57:14.089Z] unset SSH_AUTH_SOCK; [2021-01-07T20:57:14.089Z] unset SSH_AGENT_PID; [2021-01-07T20:57:14.089Z] echo Agent pid 17 killed; [2021-01-07T20:57:14.135Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-07T20:57:14.284Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T20:57:14.284Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T20:57:14.441Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T20:57:14.445Z] $ docker exec 52e6181a871c3dd55af3c6c8ab58fb93cdfb8facd9c3d0c45e4d3affb6cfcc0c ssh-agent [2021-01-07T20:57:14.612Z] SSH_AUTH_SOCK=/tmp/ssh-zXGIvwAeDzhN/agent.46 [2021-01-07T20:57:14.612Z] SSH_AGENT_PID=52 [2021-01-07T20:57:14.620Z] Running ssh-add (command line suppressed) [2021-01-07T20:57:14.740Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_135615276928767262.key (/w/workspace/edgex-go/2@tmp/private_key_135615276928767262.key) [2021-01-07T20:57:14.792Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T20:57:15.131Z] + git semver init [2021-01-07T20:57:15.131Z] # -> Open(): unable to determine branch for HEAD [2021-01-07T20:57:15.131Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-07T20:57:15.131Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-07T20:57:15.131Z] # $SEMVER_REMOTE_NAME = origin [2021-01-07T20:57:15.131Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-07T20:57:15.131Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-07T20:57:15.131Z] # $SEMVER_BRANCH = PR-2992 [2021-01-07T20:57:15.131Z] # $SEMVER_TEMP = /tmp/semver-622694644 [2021-01-07T20:57:15.131Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-07T20:57:53.943Z] # '/tmp/semver-622694644' -> '/w/workspace/edgex-go/2/.semver' [2021-01-07T20:57:53.943Z] # -> Force: false [2021-01-07T20:57:53.943Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-07T20:57:53.958Z] $ docker exec --env ******** --env ******** 52e6181a871c3dd55af3c6c8ab58fb93cdfb8facd9c3d0c45e4d3affb6cfcc0c ssh-agent -k [2021-01-07T20:57:54.189Z] unset SSH_AUTH_SOCK; [2021-01-07T20:57:54.190Z] unset SSH_AGENT_PID; [2021-01-07T20:57:54.190Z] echo Agent pid 52 killed; [2021-01-07T20:57:54.257Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T20:57:54.767Z] + git semver [Pipeline] } [2021-01-07T20:57:54.786Z] $ docker stop --time=1 52e6181a871c3dd55af3c6c8ab58fb93cdfb8facd9c3d0c45e4d3affb6cfcc0c [2021-01-07T20:57:56.841Z] $ docker rm -f 52e6181a871c3dd55af3c6c8ab58fb93cdfb8facd9c3d0c45e4d3affb6cfcc0c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T20:57:57.389Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-07T20:57:57.923Z] Stashed 1 file(s) [Pipeline] echo [2021-01-07T20:57:57.926Z] [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-07T20:57:58.911Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-07T20:57:59.228Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-07T20:57:59.539Z] + sudo service docker restart [2021-01-07T20:57:59.539Z] + true [2021-01-07T20:57:59.539Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-07T20:58:00.146Z] ========================================================= [2021-01-07T20:58:00.147Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-07T20:58:00.147Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-07T20:58:00.537Z] + 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-07T20:58:03.873Z] Sending build context to Docker daemon 326.4MB [2021-01-07T20:58:03.873Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-07T20:58:03.873Z] Step 2/6 : FROM ${BASE} [2021-01-07T20:58:03.873Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-07T20:58:03.873Z] 188c0c94c7c5: Pulling fs layer [2021-01-07T20:58:03.873Z] 0ef7d3d256c8: Pulling fs layer [2021-01-07T20:58:03.873Z] de9db76c5a1d: Pulling fs layer [2021-01-07T20:58:03.873Z] bca2f99d35d6: Pulling fs layer [2021-01-07T20:58:03.873Z] 93359f2a8cfa: Pulling fs layer [2021-01-07T20:58:03.873Z] 7c6f9722023f: Pulling fs layer [2021-01-07T20:58:03.873Z] a35cf1a2eb13: Pulling fs layer [2021-01-07T20:58:03.873Z] bca2f99d35d6: Waiting [2021-01-07T20:58:03.873Z] 93359f2a8cfa: Waiting [2021-01-07T20:58:03.874Z] 7c6f9722023f: Waiting [2021-01-07T20:58:03.874Z] a35cf1a2eb13: Waiting [2021-01-07T20:58:03.874Z] de9db76c5a1d: Verifying Checksum [2021-01-07T20:58:03.874Z] de9db76c5a1d: Download complete [2021-01-07T20:58:03.874Z] 0ef7d3d256c8: Verifying Checksum [2021-01-07T20:58:03.874Z] 0ef7d3d256c8: Download complete [2021-01-07T20:58:03.874Z] 93359f2a8cfa: Verifying Checksum [2021-01-07T20:58:03.874Z] 93359f2a8cfa: Download complete [2021-01-07T20:58:03.874Z] 7c6f9722023f: Verifying Checksum [2021-01-07T20:58:03.874Z] 7c6f9722023f: Download complete [2021-01-07T20:58:03.874Z] 188c0c94c7c5: Verifying Checksum [2021-01-07T20:58:03.874Z] 188c0c94c7c5: Download complete [2021-01-07T20:58:04.137Z] 188c0c94c7c5: Pull complete [2021-01-07T20:58:04.137Z] 0ef7d3d256c8: Pull complete [2021-01-07T20:58:04.399Z] de9db76c5a1d: Pull complete [2021-01-07T20:58:06.346Z] a35cf1a2eb13: Verifying Checksum [2021-01-07T20:58:06.346Z] a35cf1a2eb13: Download complete [2021-01-07T20:58:06.346Z] bca2f99d35d6: Verifying Checksum [2021-01-07T20:58:06.346Z] bca2f99d35d6: Download complete [2021-01-07T20:58:11.692Z] bca2f99d35d6: Pull complete [2021-01-07T20:58:11.692Z] 93359f2a8cfa: Pull complete [2021-01-07T20:58:11.957Z] 7c6f9722023f: Pull complete [2021-01-07T20:58:13.388Z] Still waiting to schedule task [2021-01-07T20:58:13.388Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-07T20:58:17.294Z] a35cf1a2eb13: Pull complete [2021-01-07T20:58:17.294Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-07T20:58:17.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-07T20:58:17.294Z] ---> a62c8e92a672 [2021-01-07T20:58:17.294Z] 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-07T20:58:17.294Z] ---> Running in e50def1c3432 [2021-01-07T20:58:17.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T20:58:18.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T20:58:19.106Z] (1/12) Installing libmagic (5.38-r0) [2021-01-07T20:58:19.371Z] (2/12) Installing file (5.38-r0) [2021-01-07T20:58:19.371Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-07T20:58:19.634Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-07T20:58:37.837Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-07T20:58:37.837Z] (6/12) Installing patch (2.7.6-r6) [2021-01-07T20:58:37.837Z] (7/12) Installing build-base (0.5-r2) [2021-01-07T20:58:37.837Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-07T20:58:38.789Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-07T20:58:38.789Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-07T20:58:39.052Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-07T20:58:39.626Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-07T20:58:39.891Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T20:58:39.891Z] OK: 233 MiB in 51 packages [2021-01-07T20:58:44.132Z] Removing intermediate container e50def1c3432 [2021-01-07T20:58:44.132Z] ---> f6a226112ebe [2021-01-07T20:58:44.132Z] Step 4/6 : WORKDIR /edgex-go [2021-01-07T20:58:44.132Z] ---> Running in 9566eba2273d [2021-01-07T20:58:44.132Z] Removing intermediate container 9566eba2273d [2021-01-07T20:58:44.132Z] ---> 0c809fbae4b8 [2021-01-07T20:58:44.132Z] Step 5/6 : COPY go.mod . [2021-01-07T20:58:44.132Z] ---> 44e3817e9d71 [2021-01-07T20:58:44.132Z] Step 6/6 : RUN go mod download [2021-01-07T20:58:44.132Z] ---> Running in 3447430383d3 [2021-01-07T20:59:06.181Z] Removing intermediate container 3447430383d3 [2021-01-07T20:59:06.181Z] ---> 39b92663fe49 [2021-01-07T20:59:06.181Z] Successfully built 39b92663fe49 [2021-01-07T20:59:06.181Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T20:59:06.518Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T20:59:06.518Z] . [Pipeline] withDockerContainer [2021-01-07T20:59:06.632Z] prd-centos7-docker-4c-2g-18886 does not seem to be running inside a container [2021-01-07T20:59:06.686Z] $ 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 ******** ci-base-image-x86_64 cat [2021-01-07T20:59:07.504Z] $ docker top 55f717a45bd4999177d38fd4ce147f3f95884ce0c0bd1ca980e90f834145002b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T20:59:08.055Z] + go version [2021-01-07T20:59:08.055Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-07T20:59:08.070Z] $ docker stop --time=1 55f717a45bd4999177d38fd4ce147f3f95884ce0c0bd1ca980e90f834145002b [2021-01-07T20:59:10.278Z] $ docker rm -f 55f717a45bd4999177d38fd4ce147f3f95884ce0c0bd1ca980e90f834145002b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T20:59:11.189Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T20:59:11.189Z] . [Pipeline] withDockerContainer [2021-01-07T20:59:11.291Z] prd-centos7-docker-4c-2g-18886 does not seem to be running inside a container [2021-01-07T20:59:11.338Z] $ 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 ******** ci-base-image-x86_64 cat [2021-01-07T20:59:12.101Z] $ docker top 649c53f2b234efe416b94c5ad507c14aa8b1dcaeb74b91edb0930bfdbb10be06 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-07T20:59:12.345Z] ========================================================= [2021-01-07T20:59:12.345Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-07T20:59:12.345Z] ========================================================= [Pipeline] sh [2021-01-07T20:59:12.676Z] + make test [2021-01-07T20:59:12.676Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-07T20:59:20.973Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-07T20:59:36.089Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-07T20:59:42.808Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-07T20:59:43.407Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-07T20:59:43.407Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-07T20:59:43.407Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-07T20:59:43.678Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-07T20:59:43.945Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-07T20:59:44.215Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-07T20:59:44.803Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-07T20:59:45.402Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-07T20:59:47.481Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-07T20:59:47.481Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-07T20:59:47.481Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-07T20:59:49.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 46.6% of statements [2021-01-07T20:59:49.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-07T20:59:49.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-07T20:59:49.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-07T20:59:49.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-07T20:59:49.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-07T20:59:53.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.153s coverage: 27.0% of statements [2021-01-07T20:59:53.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-07T20:59:53.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-07T20:59:53.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-07T20:59:53.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-07T20:59:53.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-07T20:59:53.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-07T20:59:53.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2021-01-07T20:59:53.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-07T20:59:53.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2021-01-07T20:59:53.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-07T20:59:53.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-07T20:59:53.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.414s coverage: 77.8% of statements [2021-01-07T20:59:53.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-07T20:59:53.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-07T20:59:53.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.110s coverage: 82.4% of statements [2021-01-07T20:59:53.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-07T20:59:53.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T20:59:53.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-07T20:59:53.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-07T20:59:55.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.332s coverage: 28.6% of statements [2021-01-07T20:59:55.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-07T20:59:55.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-07T20:59:55.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-07T20:59:55.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-07T20:59:55.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-07T20:59:55.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements [2021-01-07T20:59:55.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-07T20:59:55.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2021-01-07T20:59:55.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-07T20:59:55.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements [2021-01-07T20:59:55.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-07T20:59:55.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements [2021-01-07T20:59:55.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-07T20:59:55.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements [2021-01-07T20:59:55.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-07T20:59:55.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-07T20:59:55.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-07T20:59:55.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-07T20:59:57.952Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.336s coverage: 93.8% of statements [2021-01-07T20:59:57.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-07T20:59:57.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T20:59:57.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-07T20:59:57.952Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-07T20:59:57.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-07T20:59:57.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-07T20:59:57.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-07T20:59:57.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-07T20:59:57.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-07T20:59:57.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-07T20:59:57.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-07T20:59:57.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-07T20:59:57.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-07T20:59:57.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-07T20:59:57.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-07T20:59:57.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-07T20:59:57.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-07T20:59:57.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-07T20:59:57.953Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements [2021-01-07T20:59:57.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-07T20:59:57.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-07T20:59:57.953Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.066s coverage: 0.1% of statements [2021-01-07T20:59:57.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-07T20:59:57.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-07T20:59:57.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-07T20:59:57.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-07T20:59:57.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-01-07T20:59:57.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-07T20:59:57.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements [2021-01-07T20:59:57.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-07T20:59:58.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.049s coverage: 80.8% of statements [2021-01-07T20:59:58.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2021-01-07T20:59:58.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-01-07T20:59:59.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.122s coverage: 91.4% of statements [2021-01-07T20:59:59.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-07T20:59:59.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 63.5% of statements [2021-01-07T20:59:59.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-07T20:59:59.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-07T20:59:59.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.030s coverage: 100.0% of statements [2021-01-07T20:59:59.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements [2021-01-07T20:59:59.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2021-01-07T20:59:59.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements [2021-01-07T21:00:00.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements [2021-01-07T21:00:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.338s coverage: 55.9% of statements [2021-01-07T21:00:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-07T21:00:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-07T21:00:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-07T21:00:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-07T21:00:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-07T21:00:01.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 37.0% of statements [2021-01-07T21:00:01.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-07T21:00:01.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-07T21:00:01.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.407s coverage: 84.0% of statements [2021-01-07T21:00:02.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-01-07T21:00:04.121Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.1% of statements [2021-01-07T21:00:04.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-07T21:00:04.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-07T21:00:04.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-07T21:00:04.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-07T21:00:04.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-07T21:00:04.121Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2021-01-07T21:00:04.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-07T21:00:04.121Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-01-07T21:00:04.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-07T21:00:05.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.721s coverage: 29.1% of statements [2021-01-07T21:00:05.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-07T21:00:05.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-07T21:00:05.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-07T21:00:05.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-07T21:00:05.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-07T21:00:05.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-01-07T21:00:05.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-07T21:00:05.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements [2021-01-07T21:00:05.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-07T21:00:05.533Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-01-07T21:00:05.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-07T21:00:05.533Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-01-07T21:00:05.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-07T21:00:05.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-07T21:00:05.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-07T21:00:05.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-07T21:00:05.533Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-01-07T21:00:05.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-07T21:00:05.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-07T21:00:05.533Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements [2021-01-07T21:00:06.109Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-07T21:00:06.109Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 100.0% of statements [2021-01-07T21:00:06.374Z] GO111MODULE=on go vet ./... [2021-01-07T21:00:33.155Z] gofmt -l . [2021-01-07T21:00:33.155Z] [ "`gofmt -l .`" = "" ] [2021-01-07T21:00:33.155Z] ./bin/test-go-mod-tidy.sh [2021-01-07T21:00:33.155Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-07T21:00:33.474Z] + ls -al . [2021-01-07T21:00:33.474Z] total 640 [2021-01-07T21:00:33.474Z] drwxrwxr-x 10 1001 1001 4096 Jan 7 21:00 . [2021-01-07T21:00:33.474Z] drwxr-xr-x 4 root root 28 Jan 7 20:59 .. [2021-01-07T21:00:33.474Z] -rw-rw-r-- 1 1001 1001 11 Jan 7 20:56 .dockerignore [2021-01-07T21:00:33.474Z] drwxrwxr-x 8 1001 1001 179 Jan 7 20:56 .git [2021-01-07T21:00:33.474Z] drwxrwxr-x 3 1001 1001 125 Jan 7 20:56 .github [2021-01-07T21:00:33.474Z] -rw-rw-r-- 1 1001 1001 824 Jan 7 20:56 .gitignore [2021-01-07T21:00:33.474Z] drwx------ 3 1001 1001 47 Jan 7 20:57 .semver [2021-01-07T21:00:33.474Z] -rw-rw-r-- 1 1001 1001 166 Jan 7 20:56 .sonarcloud.properties [2021-01-07T21:00:33.474Z] -rw-rw-r-- 1 1001 1001 3804 Jan 7 20:56 CONTRIBUTING.md [2021-01-07T21:00:33.474Z] -rw-rw-r-- 1 1001 1001 931 Jan 7 20:56 Dockerfile.build [2021-01-07T21:00:33.474Z] -rw-rw-r-- 1 1001 1001 863 Jan 7 20:56 Jenkinsfile [2021-01-07T21:00:33.474Z] -rw-rw-r-- 1 1001 1001 10775 Jan 7 20:56 LICENSE [2021-01-07T21:00:33.474Z] -rw-rw-r-- 1 1001 1001 5750 Jan 7 20:56 Makefile [2021-01-07T21:00:33.474Z] -rw-rw-r-- 1 1001 1001 6524 Jan 7 20:56 README.md [2021-01-07T21:00:33.474Z] -rw-rw-r-- 1 1001 1001 6744 Jan 7 20:56 SECURITY.md [2021-01-07T21:00:33.474Z] -rw-rw-r-- 1 1001 1001 5 Jan 7 20:57 VERSION [2021-01-07T21:00:33.474Z] -rw-rw-r-- 1 1001 1001 4131 Jan 7 20:56 ZMQWindows.md [2021-01-07T21:00:33.474Z] drwxrwxr-x 2 1001 1001 117 Jan 7 20:56 bin [2021-01-07T21:00:33.474Z] drwxrwxr-x 14 1001 1001 4096 Jan 7 20:56 cmd [2021-01-07T21:00:33.474Z] -rw-r--r-- 1 root root 541590 Jan 7 21:00 coverage.out [2021-01-07T21:00:33.474Z] -rw-r--r-- 1 root root 979 Jan 7 21:00 go.mod [2021-01-07T21:00:33.474Z] -rw-r--r-- 1 root root 19019 Jan 7 21:00 go.sum [2021-01-07T21:00:33.474Z] drwxrwxr-x 8 1001 1001 127 Jan 7 20:56 internal [2021-01-07T21:00:33.474Z] drwxrwxr-x 4 1001 1001 26 Jan 7 20:56 openapi [2021-01-07T21:00:33.474Z] drwxrwxr-x 4 1001 1001 71 Jan 7 20:56 snap [2021-01-07T21:00:33.474Z] -rw-rw-r-- 1 1001 1001 168 Jan 7 20:56 version.go [Pipeline] sh [2021-01-07T21:00:33.779Z] + '[' -e coverage.out ] [2021-01-07T21:00:33.779Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-07T21:00:33.992Z] Stashed 1 file(s) [Pipeline] sh [2021-01-07T21:00:34.287Z] + make build [2021-01-07T21:00:34.287Z] 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-07T21:00:37.617Z] 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-07T21:00:44.434Z] 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-07T21:00:45.422Z] 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-07T21:00:46.848Z] 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-07T21:00:47.117Z] 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-07T21:00:48.533Z] 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-07T21:00:49.929Z] 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-07T21:00:51.324Z] 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-07T21:00:52.277Z] 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-07T21:00:53.226Z] 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-07T21:00:54.186Z] 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-07T21:00:55.152Z] $ docker stop --time=1 649c53f2b234efe416b94c5ad507c14aa8b1dcaeb74b91edb0930bfdbb10be06 [2021-01-07T21:00:56.790Z] $ docker rm -f 649c53f2b234efe416b94c5ad507c14aa8b1dcaeb74b91edb0930bfdbb10be06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:00:59.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T21:00:59.076Z] [2021-01-07T21:00:59.076Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:00:59.546Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T21:00:59.546Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-07T21:00:59.546Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-07T21:00:59.546Z] ca9280d653b3: Pulling fs layer [2021-01-07T21:00:59.546Z] 7e9c9ca2126c: Pulling fs layer [2021-01-07T21:00:59.905Z] cbdbe7a5bc2a: Download complete [2021-01-07T21:01:00.181Z] cbdbe7a5bc2a: Pull complete [2021-01-07T21:01:00.181Z] ca9280d653b3: Verifying Checksum [2021-01-07T21:01:00.181Z] ca9280d653b3: Download complete [2021-01-07T21:01:01.137Z] ca9280d653b3: Pull complete [2021-01-07T21:01:01.406Z] 7e9c9ca2126c: Download complete [2021-01-07T21:01:08.061Z] 7e9c9ca2126c: Pull complete [2021-01-07T21:01:08.061Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-07T21:01:08.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T21:01:08.061Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-07T21:01:08.237Z] prd-centos7-docker-4c-2g-18886 does not seem to be running inside a container [2021-01-07T21:01:08.309Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-07T21:01:10.153Z] $ docker top 5c5e9fdfc7d2e4cd7ff8dc701726a74f62c2b17e763b8e5f5ee7fdeb88f63cc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T21:01:10.672Z] + docker-compose build --help [2021-01-07T21:01:10.672Z] + grep parallel [2021-01-07T21:01:11.619Z] --parallel Build images in parallel. [Pipeline] } [2021-01-07T21:01:11.899Z] $ docker stop --time=1 5c5e9fdfc7d2e4cd7ff8dc701726a74f62c2b17e763b8e5f5ee7fdeb88f63cc5 [2021-01-07T21:01:13.236Z] $ docker rm -f 5c5e9fdfc7d2e4cd7ff8dc701726a74f62c2b17e763b8e5f5ee7fdeb88f63cc5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:01:13.883Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T21:01:13.883Z] . [Pipeline] withDockerContainer [2021-01-07T21:01:13.995Z] prd-centos7-docker-4c-2g-18886 does not seem to be running inside a container [2021-01-07T21:01:14.046Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-07T21:01:14.624Z] $ docker top 9d10a2cf75cb3de433959c87602bdfd09485ef6401933730eae0169598b4d5d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T21:01:15.103Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-07T21:01:16.050Z] Building docker-core-command-go ... [2021-01-07T21:01:16.050Z] Building docker-core-data-go ... [2021-01-07T21:01:16.050Z] Building docker-core-metadata-go ... [2021-01-07T21:01:16.050Z] Building docker-security-bootstrap-redis-go ... [2021-01-07T21:01:16.050Z] Building docker-security-proxy-setup-go ... [2021-01-07T21:01:16.050Z] Building docker-security-secretstore-setup-go ... [2021-01-07T21:01:16.050Z] Building docker-support-notifications-go ... [2021-01-07T21:01:16.050Z] Building docker-support-scheduler-go ... [2021-01-07T21:01:16.050Z] Building docker-sys-mgmt-agent-go ... [2021-01-07T21:01:16.050Z] Building docker-sys-mgmt-agent-go [2021-01-07T21:01:16.050Z] Building docker-core-command-go [2021-01-07T21:01:16.050Z] Building docker-security-proxy-setup-go [2021-01-07T21:01:16.050Z] Building docker-support-notifications-go [2021-01-07T21:01:16.050Z] Building docker-support-scheduler-go [2021-01-07T21:01:22.414Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18893 in /w/workspace/edgexfoundry_edgex-go_PR-2992 [Pipeline] { [Pipeline] ws [2021-01-07T21:01:22.471Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-07T21:01:28.155Z] using credential edgex-jenkins-ssh [2021-01-07T21:01:28.230Z] Cloning the remote Git repository [2021-01-07T21:01:28.300Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-07T21:01:28.434Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-07T21:01:28.538Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T21:01:28.539Z] > git --version # timeout=10 [2021-01-07T21:01:28.561Z] > git --version # 'git version 2.17.1' [2021-01-07T21:01:28.564Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T21:01:28.624Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T21:01:46.621Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T21:01:46.640Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T21:01:46.672Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T21:01:46.727Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T21:01:46.728Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T21:01:46.744Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2992/head:refs/remotes/origin/PR-2992 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-07T21:01:47.346Z] Merging remotes/origin/master commit 0b9e13f6a351841bf3637770c27ae08320c32e9d into PR head commit 6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:01:47.823Z] Merge succeeded, producing 6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:01:47.824Z] Checking out Revision 6169bf679536a99cd238e02621a9a700a9eef27c (PR-2992) [2021-01-07T21:01:48.314Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:01:48.314Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:01:48.314Z] ---> 39b92663fe49 [2021-01-07T21:01:48.314Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T21:01:48.314Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:01:48.314Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:01:48.314Z] ---> 39b92663fe49 [2021-01-07T21:01:48.314Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T21:01:48.314Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:01:48.314Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:01:48.314Z] ---> 39b92663fe49 [2021-01-07T21:01:48.314Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T21:01:48.314Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:01:48.314Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:01:48.314Z] ---> 39b92663fe49 [2021-01-07T21:01:48.314Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T21:01:48.314Z] [2021-01-07T21:01:48.315Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:01:48.315Z] ---> 39b92663fe49 [2021-01-07T21:01:48.315Z] Step 3/26 : WORKDIR /edgex-go [2021-01-07T21:01:48.315Z] ---> Running in e06f9822c421 [2021-01-07T21:01:48.315Z] ---> Running in 24ce4a756c78 [2021-01-07T21:01:48.315Z] ---> Running in 8b02502cb4e1 [2021-01-07T21:01:48.315Z] ---> Running in 36f088e05458 [2021-01-07T21:01:48.315Z] ---> Running in 544e1f40c1d3 [2021-01-07T21:01:48.315Z] Removing intermediate container 544e1f40c1d3 [2021-01-07T21:01:48.315Z] ---> eba98441db0e [2021-01-07T21:01:48.315Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:01:48.315Z] Removing intermediate container 8b02502cb4e1 [2021-01-07T21:01:48.315Z] ---> 915a5ae086b8 [2021-01-07T21:01:48.315Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:01:48.315Z] Removing intermediate container 24ce4a756c78 [2021-01-07T21:01:48.315Z] ---> eb86e742b7e7 [2021-01-07T21:01:48.315Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:01:48.315Z] Removing intermediate container e06f9822c421 [2021-01-07T21:01:48.315Z] ---> 0782a3ae3b2b [2021-01-07T21:01:48.315Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:01:48.315Z] Removing intermediate container 36f088e05458 [2021-01-07T21:01:48.315Z] ---> 21e3ccc73638 [2021-01-07T21:01:48.315Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:01:48.315Z] ---> Running in f3ba622d9750 [2021-01-07T21:01:48.315Z] ---> Running in e8dee7afadce [2021-01-07T21:01:48.315Z] ---> Running in d82edf74796a [2021-01-07T21:01:48.315Z] ---> Running in ee9cb70a684c [2021-01-07T21:01:48.315Z] ---> Running in 5e6d734f60df [2021-01-07T21:01:48.315Z] Removing intermediate container e8dee7afadce [2021-01-07T21:01:48.315Z] ---> 36c0f800e024 [2021-01-07T21:01:48.315Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T21:01:48.580Z] Removing intermediate container f3ba622d9750 [2021-01-07T21:01:48.580Z] ---> 873f451e9e9a [2021-01-07T21:01:48.580Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-07T21:01:48.580Z] Removing intermediate container d82edf74796a [2021-01-07T21:01:48.580Z] ---> e4489f814913 [2021-01-07T21:01:48.580Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-07T21:01:48.580Z] ---> Running in 59addd4ecd9c [2021-01-07T21:01:48.580Z] ---> Running in 181d134c8471 [2021-01-07T21:01:48.845Z] ---> Running in 0038fa117c89 [2021-01-07T21:01:48.845Z] Removing intermediate container 5e6d734f60df [2021-01-07T21:01:48.845Z] ---> 74fbe3829abe [2021-01-07T21:01:48.845Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T21:01:48.845Z] Removing intermediate container ee9cb70a684c [2021-01-07T21:01:48.845Z] ---> 98b46e4ec3a5 [2021-01-07T21:01:48.845Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T21:01:49.108Z] ---> Running in c412f1225089 [2021-01-07T21:01:49.108Z] ---> Running in 88d81c69eed8 [2021-01-07T21:01:47.372Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T21:01:47.393Z] > git checkout -f 6169bf679536a99cd238e02621a9a700a9eef27c # timeout=10 [2021-01-07T21:01:47.724Z] > git remote # timeout=10 [2021-01-07T21:01:47.748Z] > git config --get remote.origin.url # timeout=10 [2021-01-07T21:01:47.765Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T21:01:47.778Z] > git merge 0b9e13f6a351841bf3637770c27ae08320c32e9d # timeout=10 [2021-01-07T21:01:47.809Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-07T21:01:47.834Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T21:01:47.846Z] > git checkout -f 6169bf679536a99cd238e02621a9a700a9eef27c # timeout=10 [2021-01-07T21:01:50.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:01:50.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:01:50.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:01:50.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:01:50.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:01:51.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:01:51.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:01:51.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:01:51.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:01:51.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:01:51.983Z] OK: 233 MiB in 51 packages [2021-01-07T21:01:51.983Z] OK: 233 MiB in 51 packages [2021-01-07T21:01:51.983Z] OK: 233 MiB in 51 packages [2021-01-07T21:01:51.983Z] OK: 233 MiB in 51 packages [2021-01-07T21:01:52.245Z] OK: 233 MiB in 51 packages [2021-01-07T21:01:52.707Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.139" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-07T21:01:53.192Z] Removing intermediate container 59addd4ecd9c [2021-01-07T21:01:53.192Z] ---> a80bf7d98cec [2021-01-07T21:01:53.192Z] Step 6/22 : COPY go.mod . [2021-01-07T21:01:53.192Z] Removing intermediate container 181d134c8471 [2021-01-07T21:01:53.192Z] ---> 0c37009c66bd [2021-01-07T21:01:53.192Z] Step 6/26 : COPY go.mod . [2021-01-07T21:01:53.192Z] Removing intermediate container 0038fa117c89 [2021-01-07T21:01:53.193Z] ---> 7c19ba22ddb4 [2021-01-07T21:01:53.193Z] Step 6/24 : COPY go.mod . [2021-01-07T21:01:53.193Z] Removing intermediate container 88d81c69eed8 [2021-01-07T21:01:53.193Z] ---> 81454c81807c [2021-01-07T21:01:53.193Z] Step 6/21 : COPY go.mod . [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-07T21:01:53.465Z] Removing intermediate container c412f1225089 [2021-01-07T21:01:53.465Z] ---> f360fd339df9 [2021-01-07T21:01:53.465Z] Step 6/21 : COPY go.mod . [2021-01-07T21:01:53.465Z] ---> d037d5a3006c [2021-01-07T21:01:53.465Z] Step 7/22 : RUN go mod download [2021-01-07T21:01:53.465Z] ---> 5381c07ecf21 [2021-01-07T21:01:53.465Z] Step 7/24 : RUN go mod download [2021-01-07T21:01:53.465Z] ---> 07ae6734b967 [2021-01-07T21:01:53.465Z] Step 7/26 : RUN go mod download [2021-01-07T21:01:53.738Z] ---> Running in 493d5a33ca61 [2021-01-07T21:01:53.738Z] ---> Running in 6260a01d0c7a [2021-01-07T21:01:53.738Z] ---> Running in 6056700a9f57 [2021-01-07T21:01:54.003Z] ---> f4fb17551f5d [2021-01-07T21:01:54.003Z] Step 7/21 : RUN go mod download [2021-01-07T21:01:54.003Z] ---> 84580b1db83e [2021-01-07T21:01:54.003Z] Step 7/21 : RUN go mod download [2021-01-07T21:01:54.003Z] ---> Running in 40180d52079e [2021-01-07T21:01:54.003Z] ---> Running in d3c2a135aadd [2021-01-07T21:01:54.398Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-07T21:01:54.845Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-07T21:01:55.200Z] + true [2021-01-07T21:01:55.200Z] + sudo service docker restart [2021-01-07T21:01:56.597Z] Removing intermediate container 6056700a9f57 [2021-01-07T21:01:56.597Z] ---> f8f2ae40bbcf [2021-01-07T21:01:56.597Z] Step 8/24 : COPY . . [2021-01-07T21:01:56.597Z] Removing intermediate container 6260a01d0c7a [2021-01-07T21:01:56.597Z] ---> df18583087a4 [2021-01-07T21:01:56.597Z] Step 8/26 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-07T21:01:57.266Z] provisioning config files... [2021-01-07T21:01:57.319Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1053876028076095029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:01:57.550Z] Removing intermediate container 493d5a33ca61 [2021-01-07T21:01:57.550Z] ---> 3ea500ee5c00 [2021-01-07T21:01:57.550Z] Step 8/22 : COPY . . [2021-01-07T21:01:57.550Z] Removing intermediate container 40180d52079e [2021-01-07T21:01:57.550Z] ---> ccda8fd0789c [2021-01-07T21:01:57.550Z] Step 8/21 : COPY . . [2021-01-07T21:01:57.550Z] Removing intermediate container d3c2a135aadd [2021-01-07T21:01:57.550Z] ---> 52dc455528e4 [2021-01-07T21:01:57.550Z] Step 8/21 : COPY . . [2021-01-07T21:01:57.751Z] ---> docker-login.sh [2021-01-07T21:01:57.751Z] nexus3.edgexfoundry.org:10001 [2021-01-07T21:01:58.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:01:59.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:01:59.021Z] Configure a credential helper to remove this warning. See [2021-01-07T21:01:59.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:01:59.021Z] [2021-01-07T21:01:59.021Z] Login Succeeded [2021-01-07T21:01:59.021Z] nexus3.edgexfoundry.org:10002 [2021-01-07T21:01:59.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:01:59.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:01:59.621Z] Configure a credential helper to remove this warning. See [2021-01-07T21:01:59.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:01:59.621Z] [2021-01-07T21:01:59.621Z] Login Succeeded [2021-01-07T21:01:59.621Z] nexus3.edgexfoundry.org:10003 [2021-01-07T21:02:00.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:02:00.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:02:00.221Z] Configure a credential helper to remove this warning. See [2021-01-07T21:02:00.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:02:00.221Z] [2021-01-07T21:02:00.221Z] Login Succeeded [2021-01-07T21:02:00.221Z] nexus3.edgexfoundry.org:10004 [2021-01-07T21:02:00.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:02:00.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:02:00.821Z] Configure a credential helper to remove this warning. See [2021-01-07T21:02:00.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:02:00.821Z] [2021-01-07T21:02:00.821Z] Login Succeeded [2021-01-07T21:02:00.821Z] docker.io [2021-01-07T21:02:01.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:02:01.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:02:01.696Z] Configure a credential helper to remove this warning. See [2021-01-07T21:02:01.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:02:01.696Z] [2021-01-07T21:02:01.696Z] Login Succeeded [2021-01-07T21:02:01.696Z] ---> docker-login.sh ends [Pipeline] } [2021-01-07T21:02:01.717Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-07T21:02:02.333Z] ========================================================= [2021-01-07T21:02:02.333Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-07T21:02:02.333Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:02:02.717Z] + 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-07T21:02:05.369Z] Sending build context to Docker daemon 165.5MB [2021-01-07T21:02:05.369Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-07T21:02:05.369Z] Step 2/6 : FROM ${BASE} [2021-01-07T21:02:05.369Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-07T21:02:05.369Z] 5f621e34cdf4: Pulling fs layer [2021-01-07T21:02:05.369Z] a4357932f1b6: Pulling fs layer [2021-01-07T21:02:05.369Z] 18c013af1878: Pulling fs layer [2021-01-07T21:02:05.369Z] 00ac8860ef70: Pulling fs layer [2021-01-07T21:02:05.369Z] 63d7cb157983: Pulling fs layer [2021-01-07T21:02:05.369Z] b116817d02f9: Pulling fs layer [2021-01-07T21:02:05.369Z] 745a02a5169b: Pulling fs layer [2021-01-07T21:02:05.369Z] 63d7cb157983: Waiting [2021-01-07T21:02:05.369Z] b116817d02f9: Waiting [2021-01-07T21:02:05.369Z] 745a02a5169b: Waiting [2021-01-07T21:02:05.369Z] 00ac8860ef70: Waiting [2021-01-07T21:02:05.369Z] 18c013af1878: Download complete [2021-01-07T21:02:05.369Z] a4357932f1b6: Verifying Checksum [2021-01-07T21:02:05.369Z] a4357932f1b6: Download complete [2021-01-07T21:02:05.369Z] 63d7cb157983: Verifying Checksum [2021-01-07T21:02:05.369Z] 63d7cb157983: Download complete [2021-01-07T21:02:05.369Z] 5f621e34cdf4: Verifying Checksum [2021-01-07T21:02:05.369Z] 5f621e34cdf4: Download complete [2021-01-07T21:02:05.978Z] 5f621e34cdf4: Pull complete [2021-01-07T21:02:06.257Z] b116817d02f9: Verifying Checksum [2021-01-07T21:02:06.257Z] b116817d02f9: Download complete [2021-01-07T21:02:06.536Z] a4357932f1b6: Pull complete [2021-01-07T21:02:07.134Z] 18c013af1878: Pull complete [2021-01-07T21:02:08.119Z] 745a02a5169b: Verifying Checksum [2021-01-07T21:02:08.119Z] 745a02a5169b: Download complete [2021-01-07T21:02:09.103Z] 00ac8860ef70: Verifying Checksum [2021-01-07T21:02:09.103Z] 00ac8860ef70: Download complete [2021-01-07T21:02:19.286Z] 00ac8860ef70: Pull complete [2021-01-07T21:02:19.286Z] 63d7cb157983: Pull complete [2021-01-07T21:02:19.286Z] b116817d02f9: Pull complete [2021-01-07T21:02:22.720Z] 745a02a5169b: Pull complete [2021-01-07T21:02:22.720Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-07T21:02:22.720Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-07T21:02:22.720Z] ---> b7e6874047d6 [2021-01-07T21:02:22.720Z] 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-07T21:02:27.043Z] ---> Running in cedc9eeb35b9 [2021-01-07T21:02:27.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:02:28.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:02:29.607Z] (1/12) Installing libmagic (5.38-r0) [2021-01-07T21:02:29.879Z] (2/12) Installing file (5.38-r0) [2021-01-07T21:02:30.149Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-07T21:02:30.149Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-07T21:02:36.524Z] ---> b92a535079c1 [2021-01-07T21:02:36.524Z] ---> 0ba9c56d424b [2021-01-07T21:02:36.524Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-07T21:02:36.524Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-07T21:02:36.524Z] ---> 88917179ae3a [2021-01-07T21:02:36.524Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-07T21:02:36.524Z] ---> Running in c43c25b42a56 [2021-01-07T21:02:36.524Z] ---> Running in 1fb6b4daeaa5 [2021-01-07T21:02:36.524Z] ---> Running in 62406935ce32 [2021-01-07T21:02:36.524Z] ---> 1d009d36b711 [2021-01-07T21:02:36.524Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-07T21:02:36.524Z] ---> a17eadb5f3c4 [2021-01-07T21:02:36.524Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-07T21:02:36.796Z] ---> Running in 0b6565ccae36 [2021-01-07T21:02:36.796Z] ---> Running in 13f45279085f [2021-01-07T21:02:37.802Z] 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-07T21:02:37.802Z] 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-07T21:02:37.802Z] 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-07T21:02:37.802Z] 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-07T21:02:37.802Z] 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-07T21:02:40.269Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-07T21:02:40.269Z] (6/12) Installing patch (2.7.6-r6) [2021-01-07T21:02:40.269Z] (7/12) Installing build-base (0.5-r2) [2021-01-07T21:02:40.269Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-07T21:02:40.269Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-07T21:02:40.269Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-07T21:02:40.541Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-07T21:02:40.541Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-07T21:02:40.811Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:02:40.811Z] OK: 217 MiB in 51 packages [2021-01-07T21:02:45.138Z] Removing intermediate container cedc9eeb35b9 [2021-01-07T21:02:45.138Z] ---> 90ed007d7100 [2021-01-07T21:02:45.138Z] Step 4/6 : WORKDIR /edgex-go [2021-01-07T21:02:45.138Z] ---> Running in 5e1631222e32 [2021-01-07T21:02:45.414Z] Removing intermediate container 5e1631222e32 [2021-01-07T21:02:45.414Z] ---> d9865530372c [2021-01-07T21:02:45.414Z] Step 5/6 : COPY go.mod . [2021-01-07T21:02:46.010Z] ---> fd9d3b798625 [2021-01-07T21:02:46.010Z] Step 6/6 : RUN go mod download [2021-01-07T21:02:46.290Z] ---> Running in e44d0349871b [2021-01-07T21:03:04.517Z] 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-07T21:03:13.143Z] Removing intermediate container e44d0349871b [2021-01-07T21:03:13.143Z] ---> f6bbb6d5301c [2021-01-07T21:03:13.144Z] Successfully built f6bbb6d5301c [2021-01-07T21:03:13.144Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:03:13.490Z] + docker inspect -f . ci-base-image-arm64 [2021-01-07T21:03:13.490Z] . [Pipeline] withDockerContainer [2021-01-07T21:03:13.792Z] prd-ubuntu18.04-docker-arm64-4c-16g-18893 does not seem to be running inside a container [2021-01-07T21:03:13.885Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-07T21:03:14.793Z] Removing intermediate container c43c25b42a56 [2021-01-07T21:03:14.794Z] ---> eff20157e95c [2021-01-07T21:03:14.794Z] [2021-01-07T21:03:14.794Z] Step 10/21 : FROM scratch [2021-01-07T21:03:14.794Z] ---> [2021-01-07T21:03:14.794Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T21:03:14.794Z] Removing intermediate container 13f45279085f [2021-01-07T21:03:14.794Z] ---> 2242dae832b3 [2021-01-07T21:03:14.794Z] [2021-01-07T21:03:14.794Z] Step 10/21 : FROM alpine:3.12 [2021-01-07T21:03:14.794Z] Removing intermediate container 0b6565ccae36 [2021-01-07T21:03:14.794Z] ---> 47524ddd4614 [2021-01-07T21:03:14.794Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-07T21:03:14.794Z] Removing intermediate container 1fb6b4daeaa5 [2021-01-07T21:03:14.794Z] ---> 92fd9f870ad5 [2021-01-07T21:03:14.794Z] [2021-01-07T21:03:14.794Z] Step 10/24 : FROM scratch [2021-01-07T21:03:14.794Z] ---> [2021-01-07T21:03:14.794Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-07T21:03:14.794Z] 3.12: Pulling from library/alpine [2021-01-07T21:03:14.794Z] Removing intermediate container 62406935ce32 [2021-01-07T21:03:14.794Z] ---> a14ea8601166 [2021-01-07T21:03:14.794Z] [2021-01-07T21:03:14.794Z] Step 10/22 : FROM scratch [2021-01-07T21:03:14.794Z] ---> [2021-01-07T21:03:14.794Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T21:03:14.794Z] ---> Running in 4172b20236ca [2021-01-07T21:03:14.794Z] ---> Running in 1eeb2e9d90d7 [2021-01-07T21:03:14.794Z] ---> Running in d0e1b3c19271 [2021-01-07T21:03:14.794Z] ---> Running in c31c6fd1d41c [2021-01-07T21:03:14.794Z] Removing intermediate container d0e1b3c19271 [2021-01-07T21:03:14.794Z] ---> 6f4c627f48f5 [2021-01-07T21:03:14.794Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-07T21:03:14.794Z] Removing intermediate container 1eeb2e9d90d7 [2021-01-07T21:03:14.794Z] ---> 6003e6c00601 [2021-01-07T21:03:14.794Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-07T21:03:14.794Z] Removing intermediate container c31c6fd1d41c [2021-01-07T21:03:14.794Z] ---> d9e65acfdcf3 [2021-01-07T21:03:14.794Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-07T21:03:14.794Z] 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-07T21:03:14.794Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-07T21:03:14.794Z] ---> Running in 2f2454cd4d71 [2021-01-07T21:03:14.794Z] ---> Running in 11d37e495ff2 [2021-01-07T21:03:14.794Z] Status: Downloaded newer image for alpine:3.12 [2021-01-07T21:03:14.794Z] ---> 389fef711851 [2021-01-07T21:03:14.794Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-07T21:03:14.794Z] ---> Running in ac8e030d076c [2021-01-07T21:03:14.794Z] ---> Running in b00bc0d45b87 [2021-01-07T21:03:14.794Z] Removing intermediate container 11d37e495ff2 [2021-01-07T21:03:14.794Z] ---> 9f560a0fb92c [2021-01-07T21:03:14.794Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-07T21:03:14.794Z] Removing intermediate container 2f2454cd4d71 [2021-01-07T21:03:14.794Z] ---> 6af163a50d90 [2021-01-07T21:03:14.794Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-07T21:03:14.794Z] Removing intermediate container ac8e030d076c [2021-01-07T21:03:14.794Z] ---> e49d86f2daaa [2021-01-07T21:03:14.794Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T21:03:14.794Z] ---> Running in 3cb13fc0b42d [2021-01-07T21:03:15.091Z] ---> Running in 464f750e9de6 [2021-01-07T21:03:15.091Z] ---> Running in 91c8d9b5c3a6 [2021-01-07T21:03:15.091Z] Removing intermediate container 3cb13fc0b42d [2021-01-07T21:03:15.091Z] ---> 28e04955e270 [2021-01-07T21:03:15.091Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-07T21:03:15.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:03:15.406Z] $ docker top fa8697bc7506b213ae709ffd6c237afba858043d6299f34cabb739bdd232f52a -eo pid,comm [2021-01-07T21:03:15.429Z] Removing intermediate container 464f750e9de6 [2021-01-07T21:03:15.429Z] ---> 32ebcf1dd1f9 [2021-01-07T21:03:15.429Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-07T21:03:15.429Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:03:15.429Z] Removing intermediate container 91c8d9b5c3a6 [2021-01-07T21:03:15.429Z] ---> 4bb9f9eff5d4 [2021-01-07T21:03:15.429Z] Step 14/22 : WORKDIR / [2021-01-07T21:03:15.429Z] ---> Running in 911a71be87c8 [2021-01-07T21:03:15.429Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-07T21:03:15.429Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T21:03:15.429Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-07T21:03:15.429Z] (4/4) Installing curl (7.69.1-r3) [2021-01-07T21:03:15.429Z] Executing busybox-1.31.1-r19.trigger [Pipeline] { [Pipeline] sh [2021-01-07T21:03:16.068Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T21:03:16.069Z] OK: 7 MiB in 18 packages [2021-01-07T21:03:16.069Z] ---> 481657b6100c [2021-01-07T21:03:16.069Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-07T21:03:16.069Z] ---> 587aba21ea80 [2021-01-07T21:03:16.069Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-07T21:03:16.069Z] Removing intermediate container 911a71be87c8 [2021-01-07T21:03:16.069Z] ---> ba759c30b173 [2021-01-07T21:03:16.069Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-07T21:03:16.338Z] Removing intermediate container 4172b20236ca [2021-01-07T21:03:16.338Z] ---> 79028aed4151 [2021-01-07T21:03:16.338Z] [2021-01-07T21:03:16.338Z] Step 11/26 : FROM docker:20.10.0 [2021-01-07T21:03:16.338Z] 20.10.0: Pulling from library/docker [2021-01-07T21:03:16.423Z] + go version [2021-01-07T21:03:16.423Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-07T21:03:16.448Z] $ docker stop --time=1 fa8697bc7506b213ae709ffd6c237afba858043d6299f34cabb739bdd232f52a [2021-01-07T21:03:17.284Z] ---> d2e4b0ee810d [2021-01-07T21:03:17.285Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-07T21:03:18.425Z] $ docker rm -f fa8697bc7506b213ae709ffd6c237afba858043d6299f34cabb739bdd232f52a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:03:19.214Z] ---> e3a585896ac9 [2021-01-07T21:03:19.214Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-07T21:03:19.214Z] ---> 3fdee583cc4a [2021-01-07T21:03:19.214Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-07T21:03:19.214Z] Removing intermediate container b00bc0d45b87 [2021-01-07T21:03:19.214Z] ---> f7142643c0e3 [2021-01-07T21:03:19.214Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T21:03:19.214Z] ---> bf54c20ac89a [2021-01-07T21:03:19.214Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-07T21:03:19.214Z] ---> Running in a46278d464cd [2021-01-07T21:03:19.214Z] ---> 1853ce358b7c [2021-01-07T21:03:19.214Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-07T21:03:19.412Z] + docker inspect -f . ci-base-image-arm64 [2021-01-07T21:03:19.412Z] . [Pipeline] withDockerContainer [2021-01-07T21:03:19.489Z] Removing intermediate container a46278d464cd [2021-01-07T21:03:19.489Z] ---> 4439ff8df575 [2021-01-07T21:03:19.489Z] Step 13/21 : WORKDIR /edgex [2021-01-07T21:03:19.489Z] ---> Running in 6cbdef90314d [2021-01-07T21:03:19.694Z] prd-ubuntu18.04-docker-arm64-4c-16g-18893 does not seem to be running inside a container [2021-01-07T21:03:19.757Z] ---> 1652e7fca337 [2021-01-07T21:03:19.757Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-07T21:03:19.757Z] ---> 3831c05b4918 [2021-01-07T21:03:19.757Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-07T21:03:19.757Z] ---> Running in faa79e378a2d [2021-01-07T21:03:19.757Z] ---> Running in 9e9fbcb5beac [2021-01-07T21:03:19.779Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-07T21:03:20.021Z] Removing intermediate container 6cbdef90314d [2021-01-07T21:03:20.021Z] ---> ff6d40b85ee6 [2021-01-07T21:03:20.021Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:03:20.289Z] ---> 843005d160ac [2021-01-07T21:03:20.289Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-07T21:03:20.289Z] ---> Running in 99545974fa84 [2021-01-07T21:03:20.289Z] Removing intermediate container faa79e378a2d [2021-01-07T21:03:20.289Z] ---> 8c7a443089a0 [2021-01-07T21:03:20.289Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-07T21:03:20.289Z] Removing intermediate container 9e9fbcb5beac [2021-01-07T21:03:20.289Z] ---> 3f1a8daee8ef [2021-01-07T21:03:20.289Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:03:20.558Z] ---> Running in e2bf62775a20 [2021-01-07T21:03:20.558Z] Removing intermediate container 99545974fa84 [2021-01-07T21:03:20.558Z] ---> 17275eb5ab45 [2021-01-07T21:03:20.558Z] Step 19/21 : LABEL arch=x86_64 [2021-01-07T21:03:20.827Z] ---> Running in cf962d7adc0e [2021-01-07T21:03:20.827Z] ---> 1a45347ac1c4 [2021-01-07T21:03:20.827Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-07T21:03:20.827Z] Removing intermediate container e2bf62775a20 [2021-01-07T21:03:20.827Z] ---> c04c64732740 [2021-01-07T21:03:20.827Z] Step 20/22 : LABEL arch=x86_64 [2021-01-07T21:03:21.093Z] ---> 853ba2a2f3db [2021-01-07T21:03:21.093Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-07T21:03:21.093Z] ---> Running in be4e5d7bdf3f [2021-01-07T21:03:21.093Z] Removing intermediate container cf962d7adc0e [2021-01-07T21:03:21.093Z] ---> f2462d68513f [2021-01-07T21:03:21.093Z] Step 20/21 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:03:21.254Z] $ docker top 817b81c42d1542dded34ca66d25c2f5986eb6a01c14d55410bd81956e6eb72ba -eo pid,comm [2021-01-07T21:03:21.364Z] ---> 841c0e41b50a [2021-01-07T21:03:21.364Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-07T21:03:21.364Z] ---> Running in 36bc95670e9c [2021-01-07T21:03:21.365Z] Removing intermediate container be4e5d7bdf3f [2021-01-07T21:03:21.365Z] ---> 047350b899f1 [2021-01-07T21:03:21.365Z] Step 21/22 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:03:21.365Z] ---> b8b578f778bc [2021-01-07T21:03:21.365Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [Pipeline] { [2021-01-07T21:03:21.639Z] ---> Running in 6ab792b22ac5 [Pipeline] echo [2021-01-07T21:03:21.716Z] ========================================================= [2021-01-07T21:03:21.716Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-07T21:03:21.716Z] ========================================================= [Pipeline] sh [2021-01-07T21:03:21.907Z] ---> Running in 9af53a73360a [2021-01-07T21:03:21.907Z] Removing intermediate container 36bc95670e9c [2021-01-07T21:03:21.907Z] ---> 851689984a56 [2021-01-07T21:03:21.907Z] Step 21/21 : LABEL version=0.0.0 [2021-01-07T21:03:22.172Z] ---> Running in 766a96bb5155 [2021-01-07T21:03:22.370Z] + make test [2021-01-07T21:03:22.370Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-07T21:03:22.437Z] ---> d541fd6da861 [2021-01-07T21:03:22.437Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-07T21:03:22.710Z] Removing intermediate container 9af53a73360a [2021-01-07T21:03:22.710Z] ---> b88eaf4154f4 [2021-01-07T21:03:22.710Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:03:22.710Z] Removing intermediate container 6ab792b22ac5 [2021-01-07T21:03:22.710Z] ---> a282797c354b [2021-01-07T21:03:22.710Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T21:03:22.710Z] ---> Running in edfe03815bf5 [2021-01-07T21:03:22.710Z] ---> Running in 96e29fdab85e [2021-01-07T21:03:22.710Z] ---> Running in f818638a2d66 [2021-01-07T21:03:22.710Z] Removing intermediate container 766a96bb5155 [2021-01-07T21:03:22.710Z] ---> c388f7ab6061 [2021-01-07T21:03:22.710Z] [2021-01-07T21:03:22.972Z] Successfully built c388f7ab6061 [2021-01-07T21:03:22.972Z] Removing intermediate container edfe03815bf5 [2021-01-07T21:03:22.972Z] ---> 2521f7e89e40 [2021-01-07T21:03:22.972Z] Step 18/21 : CMD ["--init=true"] [2021-01-07T21:03:23.234Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-07T21:03:23.234Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2021-01-07T21:03:23.234Z] Removing intermediate container 96e29fdab85e [2021-01-07T21:03:23.234Z] ---> 73d3e80bba0e [2021-01-07T21:03:23.234Z] Step 22/24 : LABEL arch=x86_64 [2021-01-07T21:03:23.234Z] Removing intermediate container f818638a2d66 [2021-01-07T21:03:23.234Z] ---> 667a74901370 [2021-01-07T21:03:23.234Z] [2021-01-07T21:03:23.234Z] ---> Running in d7cf6ee90759 [2021-01-07T21:03:23.234Z] ---> Running in f0e7af7e2ea1 [2021-01-07T21:03:23.497Z] Successfully built 667a74901370 [2021-01-07T21:03:23.497Z] Successfully tagged docker-core-command-go:latest [2021-01-07T21:03:23.497Z] Building docker-core-data-go [2021-01-07T21:03:23.497Z]  Building docker-core-command-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-07T21:03:23.497Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-07T21:03:23.497Z] ---> aefe523efa57 [2021-01-07T21:03:23.497Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-07T21:03:23.497Z] Removing intermediate container d7cf6ee90759 [2021-01-07T21:03:23.497Z] ---> 1dd6f68d6ddc [2021-01-07T21:03:23.497Z] Step 19/21 : LABEL arch=x86_64 [2021-01-07T21:03:23.497Z] Removing intermediate container f0e7af7e2ea1 [2021-01-07T21:03:23.497Z] ---> 38660fb9efd9 [2021-01-07T21:03:23.497Z] Step 23/24 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:03:23.763Z] ---> Running in d559a1b75429 [2021-01-07T21:03:23.763Z] ---> Running in 3b803ccd8636 [2021-01-07T21:03:23.763Z] ---> Running in d45d32c7edb2 [2021-01-07T21:03:28.004Z] Removing intermediate container 3b803ccd8636 [2021-01-07T21:03:28.004Z] ---> 259f140a7d8b [2021-01-07T21:03:28.004Z] Step 24/24 : LABEL version=0.0.0 [2021-01-07T21:03:28.004Z] Removing intermediate container d45d32c7edb2 [2021-01-07T21:03:28.004Z] ---> c8b7fc90a955 [2021-01-07T21:03:28.004Z] Step 20/21 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:03:28.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:03:28.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:03:28.004Z] (1/2) Installing readline (8.0.4-r0) [2021-01-07T21:03:28.004Z] (2/2) Installing bash (5.0.17-r0) [2021-01-07T21:03:28.004Z] Executing bash-5.0.17-r0.post-install [2021-01-07T21:03:28.004Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:03:28.004Z] OK: 12 MiB in 22 packages [2021-01-07T21:03:29.942Z] ---> Running in 060d3c6bc5f1 [2021-01-07T21:03:29.942Z] ---> Running in fa803c38594b [2021-01-07T21:03:30.537Z] Removing intermediate container fa803c38594b [2021-01-07T21:03:30.537Z] ---> 0ea4572b6726 [2021-01-07T21:03:30.537Z] [2021-01-07T21:03:31.122Z] Removing intermediate container 060d3c6bc5f1 [2021-01-07T21:03:31.122Z] ---> 68421645fab1 [2021-01-07T21:03:31.122Z] Step 21/21 : LABEL version=0.0.0 [2021-01-07T21:03:31.386Z] Successfully built 0ea4572b6726 [2021-01-07T21:03:31.386Z] Removing intermediate container d559a1b75429 [2021-01-07T21:03:31.386Z] ---> d6e8256b38c1 [2021-01-07T21:03:31.386Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-07T21:03:31.653Z] Successfully tagged docker-support-notifications-go:latest [2021-01-07T21:03:31.653Z] Building docker-security-secretstore-setup-go [2021-01-07T21:03:34.217Z]  Building docker-support-notifications-go ... done  ---> Running in 3e8a19a89c9e [2021-01-07T21:03:34.217Z] ---> Running in 0237ba47d76e [2021-01-07T21:03:37.584Z] Removing intermediate container 3e8a19a89c9e [2021-01-07T21:03:37.584Z] ---> 9f857c6c59d0 [2021-01-07T21:03:37.584Z] [2021-01-07T21:03:37.861Z] Removing intermediate container 0237ba47d76e [2021-01-07T21:03:37.861Z] ---> 337513512caf [2021-01-07T21:03:37.861Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-07T21:03:37.861Z] Successfully built 9f857c6c59d0 [2021-01-07T21:03:37.861Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-07T21:03:37.861Z] Building docker-core-metadata-go [2021-01-07T21:03:39.792Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 65029b7dd868 [2021-01-07T21:03:40.774Z] Removing intermediate container 65029b7dd868 [2021-01-07T21:03:40.774Z] ---> 32659aac1d9a [2021-01-07T21:03:40.774Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-07T21:03:42.175Z] ---> Running in 387bb11d835a [2021-01-07T21:03:42.175Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:03:42.438Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:03:42.438Z] ---> 39b92663fe49 [2021-01-07T21:03:42.438Z] Step 3/23 : WORKDIR /edgex-go [2021-01-07T21:03:42.438Z] ---> Using cache [2021-01-07T21:03:42.438Z] ---> 21e3ccc73638 [2021-01-07T21:03:42.438Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:03:42.438Z] ---> Using cache [2021-01-07T21:03:42.438Z] ---> 74fbe3829abe [2021-01-07T21:03:42.439Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-07T21:03:42.439Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:03:42.439Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:03:42.439Z] ---> 39b92663fe49 [2021-01-07T21:03:42.439Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T21:03:42.439Z] ---> Using cache [2021-01-07T21:03:42.439Z] ---> 21e3ccc73638 [2021-01-07T21:03:42.439Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:03:42.439Z] ---> Using cache [2021-01-07T21:03:42.439Z] ---> 74fbe3829abe [2021-01-07T21:03:42.439Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T21:03:42.439Z] ---> Using cache [2021-01-07T21:03:42.439Z] ---> f360fd339df9 [2021-01-07T21:03:42.439Z] Step 6/22 : COPY go.mod . [2021-01-07T21:03:42.439Z] ---> Using cache [2021-01-07T21:03:42.439Z] ---> 84580b1db83e [2021-01-07T21:03:42.439Z] Step 7/22 : RUN go mod download [2021-01-07T21:03:42.714Z] ---> Using cache [2021-01-07T21:03:42.714Z] ---> ccda8fd0789c [2021-01-07T21:03:42.714Z] Step 8/22 : COPY . . [2021-01-07T21:03:42.977Z] ---> Using cache [2021-01-07T21:03:42.977Z] ---> 0ba9c56d424b [2021-01-07T21:03:42.977Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-07T21:03:44.934Z] ---> Running in e3978a998516 [2021-01-07T21:03:44.934Z] ---> Running in e6d40323a846 [2021-01-07T21:03:44.934Z] Removing intermediate container 387bb11d835a [2021-01-07T21:03:44.934Z] ---> 39cc467b817e [2021-01-07T21:03:44.934Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-07T21:03:47.546Z] ---> 0d4582d2dd63 [2021-01-07T21:03:47.546Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-07T21:03:47.546Z] 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-07T21:03:47.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:03:48.086Z] ---> 9ce292c159f9 [2021-01-07T21:03:48.086Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-07T21:03:48.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:03:49.204Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-07T21:03:49.647Z] OK: 233 MiB in 51 packages [2021-01-07T21:03:49.647Z] ---> fe625f41ee8c [2021-01-07T21:03:49.647Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-07T21:03:50.247Z] ---> Running in fe07144085d0 [2021-01-07T21:03:53.641Z] Removing intermediate container e3978a998516 [2021-01-07T21:03:53.641Z] ---> 28272def6afe [2021-01-07T21:03:53.641Z] Step 6/23 : COPY go.mod . [2021-01-07T21:03:53.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:03:53.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:03:53.641Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-07T21:03:53.641Z] (2/33) Installing expat (2.2.9-r1) [2021-01-07T21:03:53.641Z] (3/33) Installing libffi (3.3-r2) [2021-01-07T21:03:53.641Z] (4/33) Installing gdbm (1.13-r1) [2021-01-07T21:03:53.641Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-07T21:03:53.641Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-07T21:03:53.641Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-07T21:03:53.914Z] ---> c8ce08361872 [2021-01-07T21:03:53.914Z] Step 7/23 : RUN go mod download [2021-01-07T21:03:54.502Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:03:54.502Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:03:54.502Z] ---> 39b92663fe49 [2021-01-07T21:03:54.502Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T21:03:54.502Z] ---> Using cache [2021-01-07T21:03:54.502Z] ---> 21e3ccc73638 [2021-01-07T21:03:54.502Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:03:54.502Z] ---> Using cache [2021-01-07T21:03:54.502Z] ---> 74fbe3829abe [2021-01-07T21:03:54.502Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-07T21:03:54.502Z] ---> Using cache [2021-01-07T21:03:54.502Z] ---> f360fd339df9 [2021-01-07T21:03:54.502Z] Step 6/24 : COPY go.mod . [2021-01-07T21:03:54.502Z] ---> Using cache [2021-01-07T21:03:54.502Z] ---> 84580b1db83e [2021-01-07T21:03:54.502Z] Step 7/24 : RUN go mod download [2021-01-07T21:03:54.502Z] ---> Using cache [2021-01-07T21:03:54.502Z] ---> ccda8fd0789c [2021-01-07T21:03:54.502Z] Step 8/24 : COPY . . [2021-01-07T21:03:54.502Z] ---> Using cache [2021-01-07T21:03:54.502Z] ---> 0ba9c56d424b [2021-01-07T21:03:54.502Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-07T21:03:57.080Z] ---> Running in f9a47efb93e4 [2021-01-07T21:03:57.080Z] ---> Running in 8b6db6046a44 [2021-01-07T21:03:57.080Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-07T21:03:57.080Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-07T21:03:57.080Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-07T21:03:57.080Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-07T21:03:57.080Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-07T21:03:57.080Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-07T21:03:57.080Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-07T21:03:57.080Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-07T21:03:57.080Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-07T21:03:57.365Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-07T21:03:57.365Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-07T21:03:57.365Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-07T21:03:57.365Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-07T21:03:57.365Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-07T21:03:57.365Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-07T21:03:57.365Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-07T21:03:57.645Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-07T21:03:57.645Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-07T21:03:57.645Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-07T21:03:57.645Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-07T21:03:57.645Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-07T21:03:57.645Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-07T21:03:57.645Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-07T21:03:57.645Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-07T21:03:57.645Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-07T21:03:57.645Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-07T21:03:57.932Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:03:59.340Z] 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-07T21:03:59.340Z] OK: 71 MiB in 55 packages [2021-01-07T21:04:04.778Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:04:04.778Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:04:04.778Z] ---> 39b92663fe49 [2021-01-07T21:04:04.778Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T21:04:04.778Z] ---> Using cache [2021-01-07T21:04:04.778Z] ---> 21e3ccc73638 [2021-01-07T21:04:04.778Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:04:04.778Z] ---> Using cache [2021-01-07T21:04:04.778Z] ---> 74fbe3829abe [2021-01-07T21:04:04.778Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T21:04:04.778Z] ---> Using cache [2021-01-07T21:04:04.778Z] ---> f360fd339df9 [2021-01-07T21:04:04.778Z] Step 6/22 : COPY go.mod . [2021-01-07T21:04:04.778Z] ---> Using cache [2021-01-07T21:04:04.778Z] ---> 84580b1db83e [2021-01-07T21:04:04.778Z] Step 7/22 : RUN go mod download [2021-01-07T21:04:04.778Z] ---> Using cache [2021-01-07T21:04:04.778Z] ---> ccda8fd0789c [2021-01-07T21:04:04.778Z] Step 8/22 : COPY . . [2021-01-07T21:04:04.779Z] ---> Using cache [2021-01-07T21:04:04.779Z] ---> 0ba9c56d424b [2021-01-07T21:04:04.779Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-07T21:04:05.374Z] Removing intermediate container 8b6db6046a44 [2021-01-07T21:04:05.374Z] ---> 3a9885ddfd9d [2021-01-07T21:04:05.374Z] Step 8/23 : COPY . . [2021-01-07T21:04:05.651Z] ---> Running in 03e5f7d5744f [2021-01-07T21:04:07.111Z] 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-07T21:04:19.513Z] Removing intermediate container fe07144085d0 [2021-01-07T21:04:19.513Z] ---> 7433259b3220 [2021-01-07T21:04:19.513Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-07T21:04:22.854Z] ---> Running in 45807fc96881 [2021-01-07T21:04:22.854Z] Removing intermediate container e6d40323a846 [2021-01-07T21:04:22.854Z] ---> 08f669ca3268 [2021-01-07T21:04:22.854Z] [2021-01-07T21:04:22.854Z] Step 10/22 : FROM alpine:3.12 [2021-01-07T21:04:22.854Z] ---> 389fef711851 [2021-01-07T21:04:22.854Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T21:04:23.438Z] 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-07T21:04:26.879Z] ---> Running in a94bfd5c578f [2021-01-07T21:04:28.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:04:28.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:04:28.305Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-07T21:04:28.379Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-07T21:04:28.569Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T21:04:28.569Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-07T21:04:28.569Z] (4/5) Installing curl (7.69.1-r3) [2021-01-07T21:04:28.569Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-07T21:04:28.569Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:04:28.569Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T21:04:28.832Z] OK: 7 MiB in 19 packages [2021-01-07T21:04:29.425Z] ---> 6c2fbcb55aa9 [2021-01-07T21:04:29.425Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-07T21:04:30.022Z] ---> Running in 5a89849c8853 [2021-01-07T21:04:30.022Z] Collecting docker-compose==1.23.2 [2021-01-07T21:04:30.291Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-07T21:04:30.563Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-07T21:04:30.563Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-07T21:04:31.145Z] Removing intermediate container a94bfd5c578f [2021-01-07T21:04:31.145Z] ---> f403ceb25665 [2021-01-07T21:04:31.145Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-07T21:04:31.145Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-07T21:04:31.732Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-07T21:04:31.732Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-07T21:04:32.320Z] Collecting docopt<0.7,>=0.6.1 [2021-01-07T21:04:32.320Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-07T21:04:32.320Z] ---> Running in 92974e6a64f0 [2021-01-07T21:04:32.903Z] Removing intermediate container f9a47efb93e4 [2021-01-07T21:04:32.903Z] ---> dc048df0a5fc [2021-01-07T21:04:32.903Z] [2021-01-07T21:04:32.903Z] Step 10/24 : FROM alpine:3.12 [2021-01-07T21:04:32.903Z] ---> 389fef711851 [2021-01-07T21:04:32.903Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T21:04:32.903Z] ---> Using cache [2021-01-07T21:04:32.903Z] ---> f403ceb25665 [2021-01-07T21:04:32.903Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T21:04:32.903Z] Removing intermediate container 92974e6a64f0 [2021-01-07T21:04:32.903Z] ---> 7449a15c9cc3 [2021-01-07T21:04:32.903Z] Step 13/22 : WORKDIR / [2021-01-07T21:04:32.903Z] ---> Running in af5b81c37a5a [2021-01-07T21:04:33.170Z] ---> Running in 7427675c4b46 [2021-01-07T21:04:33.170Z] 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-07T21:04:33.170Z] Collecting jsonschema<3,>=2.5.1 [2021-01-07T21:04:33.170Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-07T21:04:33.442Z] Collecting cached-property<2,>=1.2.0 [2021-01-07T21:04:33.442Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-07T21:04:33.722Z] Removing intermediate container af5b81c37a5a [2021-01-07T21:04:33.722Z] ---> ebfa6da915d4 [2021-01-07T21:04:33.722Z] Step 13/24 : WORKDIR / [2021-01-07T21:04:34.313Z] Removing intermediate container 7427675c4b46 [2021-01-07T21:04:34.313Z] ---> 41164304c905 [2021-01-07T21:04:34.313Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-07T21:04:34.313Z] Collecting PyYAML<4,>=3.10 [2021-01-07T21:04:34.313Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-07T21:04:36.256Z] ---> Running in 3800892220db [2021-01-07T21:04:36.526Z] Collecting texttable<0.10,>=0.9.0 [2021-01-07T21:04:36.526Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-07T21:04:36.810Z] ---> 139e15eb5771 [2021-01-07T21:04:36.810Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-07T21:04:36.810Z] Removing intermediate container 03e5f7d5744f [2021-01-07T21:04:36.810Z] ---> 13a1ca60849c [2021-01-07T21:04:36.810Z] [2021-01-07T21:04:36.810Z] Step 10/22 : FROM scratch [2021-01-07T21:04:36.810Z] ---> [2021-01-07T21:04:36.810Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T21:04:37.596Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-07T21:04:37.596Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-07T21:04:37.596Z] ---> Using cache [2021-01-07T21:04:37.596Z] ---> d9e65acfdcf3 [2021-01-07T21:04:37.596Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-07T21:04:37.596Z] ---> Running in 18757eea328d [2021-01-07T21:04:37.596Z] Removing intermediate container 3800892220db [2021-01-07T21:04:37.596Z] ---> e2bf8682934e [2021-01-07T21:04:37.596Z] 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-07T21:04:37.596Z] ---> 442beb29ea8d [2021-01-07T21:04:37.596Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-07T21:04:37.876Z] Collecting docker<4.0,>=3.6.0 [2021-01-07T21:04:37.876Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-07T21:04:38.207Z] Removing intermediate container 18757eea328d [2021-01-07T21:04:38.207Z] ---> 2ea1f1861705 [2021-01-07T21:04:38.207Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T21:04:38.535Z] ---> Running in e76f3d6a0812 [2021-01-07T21:04:38.535Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-07T21:04:38.535Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-07T21:04:38.813Z] ---> 83c2699f87e4 [2021-01-07T21:04:38.813Z] 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-07T21:04:38.813Z] 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-07T21:04:39.098Z] ---> ca6009c9db85 [2021-01-07T21:04:39.098Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-07T21:04:39.098Z] Collecting idna<2.8,>=2.5 [2021-01-07T21:04:39.098Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-07T21:04:39.371Z] 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-07T21:04:39.371Z] Removing intermediate container e76f3d6a0812 [2021-01-07T21:04:39.371Z] ---> 49b90228c882 [2021-01-07T21:04:39.371Z] Step 14/22 : WORKDIR / [2021-01-07T21:04:39.371Z] Collecting docker-pycreds>=0.4.0 [2021-01-07T21:04:39.371Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-07T21:04:39.637Z] ---> 51f5cc05440f [2021-01-07T21:04:39.637Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-07T21:04:39.637Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-07T21:04:39.637Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-07T21:04:39.637Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-07T21:04:39.637Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-07T21:04:39.637Z] ---> Running in 4cd8c2df56ee [2021-01-07T21:04:39.637Z] ---> ce11b30c1b27 [2021-01-07T21:04:39.637Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-07T21:04:39.902Z] Installing collected packages: urllib3, idna, requests, websocket-client, docopt, jsonschema, cached-property, PyYAML, texttable, dockerpty, docker-pycreds, docker, docker-compose [2021-01-07T21:04:39.903Z] Attempting uninstall: urllib3 [2021-01-07T21:04:39.903Z] Found existing installation: urllib3 1.25.9 [2021-01-07T21:04:39.903Z] Uninstalling urllib3-1.25.9: [2021-01-07T21:04:39.903Z] ---> Running in e20fa3d15408 [2021-01-07T21:04:39.903Z] Successfully uninstalled urllib3-1.25.9 [2021-01-07T21:04:40.493Z] ---> f6871d7fd55f [2021-01-07T21:04:40.493Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-07T21:04:40.493Z] Removing intermediate container 4cd8c2df56ee [2021-01-07T21:04:40.493Z] ---> 46e09feb7686 [2021-01-07T21:04:40.493Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-07T21:04:40.493Z] Attempting uninstall: idna [2021-01-07T21:04:40.493Z] Found existing installation: idna 2.9 [2021-01-07T21:04:40.493Z] Uninstalling idna-2.9: [2021-01-07T21:04:40.493Z] Successfully uninstalled idna-2.9 [2021-01-07T21:04:40.761Z] Attempting uninstall: requests [2021-01-07T21:04:40.761Z] Found existing installation: requests 2.23.0 [2021-01-07T21:04:40.761Z] Uninstalling requests-2.23.0: [2021-01-07T21:04:41.030Z] Successfully uninstalled requests-2.23.0 [2021-01-07T21:04:42.970Z] ---> 548b0723eb8f [2021-01-07T21:04:42.970Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-07T21:04:43.237Z] Running setup.py install for docopt: started [2021-01-07T21:04:43.816Z] ---> e28263d59c4e [2021-01-07T21:04:43.816Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-07T21:04:43.816Z] Running setup.py install for docopt: finished with status 'done' [2021-01-07T21:04:44.405Z] ---> 94d6319cba5d [2021-01-07T21:04:44.405Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-07T21:04:44.405Z] Running setup.py install for PyYAML: started [2021-01-07T21:04:44.680Z] ---> 41f9bda2acee [2021-01-07T21:04:44.680Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-07T21:04:44.955Z] ---> 4ab16c00ecc2 [2021-01-07T21:04:44.955Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-07T21:04:45.232Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-07T21:04:45.232Z] Running setup.py install for texttable: started [2021-01-07T21:04:45.232Z] ---> Running in 7c9aa2407d20 [2021-01-07T21:04:45.502Z] Removing intermediate container e20fa3d15408 [2021-01-07T21:04:45.502Z] ---> 13558f4ec412 [2021-01-07T21:04:45.502Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-07T21:04:45.502Z] ---> 1fb3a1e77361 [2021-01-07T21:04:45.502Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-07T21:04:45.502Z] ---> Running in bea4a25f2ca4 [2021-01-07T21:04:45.502Z] ---> Running in 9211942f211e [2021-01-07T21:04:45.768Z] Running setup.py install for texttable: finished with status 'done' [2021-01-07T21:04:45.768Z] Running setup.py install for dockerpty: started [2021-01-07T21:04:45.768Z] Removing intermediate container 7c9aa2407d20 [2021-01-07T21:04:45.768Z] ---> a6da0fbc654e [2021-01-07T21:04:45.768Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:04:46.034Z] ---> Running in e997b816e7c9 [2021-01-07T21:04:46.034Z] Removing intermediate container 9211942f211e [2021-01-07T21:04:46.034Z] ---> 2dccd04baee0 [2021-01-07T21:04:46.034Z] Step 20/22 : LABEL arch=x86_64 [2021-01-07T21:04:46.309Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-07T21:04:46.309Z] ---> Running in 9c8e623ddec7 [2021-01-07T21:04:46.739Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-07T21:04:46.739Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-07T21:04:46.739Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-07T21:04:46.739Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-07T21:04:46.739Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-07T21:04:46.739Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-07T21:04:46.739Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-07T21:04:46.739Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-07T21:04:46.739Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-07T21:04:46.895Z] Removing intermediate container e997b816e7c9 [2021-01-07T21:04:46.895Z] ---> f030f4ba87ca [2021-01-07T21:04:46.896Z] Step 20/22 : LABEL arch=x86_64 [2021-01-07T21:04:47.470Z] ---> Running in 984d2d20f60c [2021-01-07T21:04:47.470Z] Removing intermediate container 9c8e623ddec7 [2021-01-07T21:04:47.470Z] ---> d181f3d71ed4 [2021-01-07T21:04:47.470Z] Step 21/22 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:04:48.043Z] ---> Running in ae9331ecf20d [2021-01-07T21:04:48.043Z] 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-07T21:04:48.304Z] Removing intermediate container 984d2d20f60c [2021-01-07T21:04:48.304Z] ---> 69677737b4af [2021-01-07T21:04:48.304Z] Step 21/22 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:04:48.582Z] Removing intermediate container bea4a25f2ca4 [2021-01-07T21:04:48.582Z] ---> 880eac46862a [2021-01-07T21:04:48.582Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-07T21:04:48.582Z] ---> Running in aacabe35159b [2021-01-07T21:04:48.582Z] Removing intermediate container ae9331ecf20d [2021-01-07T21:04:48.582Z] ---> cda74030f3b7 [2021-01-07T21:04:48.582Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T21:04:48.582Z] ---> Running in 1a7d73b285ea [2021-01-07T21:04:48.582Z] ---> Running in 944c13407d07 [2021-01-07T21:04:48.852Z] Removing intermediate container aacabe35159b [2021-01-07T21:04:48.852Z] ---> 2473b15f3f68 [2021-01-07T21:04:48.852Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T21:04:48.852Z] ---> Running in 0a1c4ada825e [2021-01-07T21:04:48.852Z] Removing intermediate container 1a7d73b285ea [2021-01-07T21:04:48.852Z] ---> 6519e2444a43 [2021-01-07T21:04:48.852Z] Step 22/24 : LABEL arch=x86_64 [2021-01-07T21:04:49.123Z] ---> Running in 0dce1eb97c39 [2021-01-07T21:04:49.123Z] Removing intermediate container 944c13407d07 [2021-01-07T21:04:49.123Z] ---> bf63d60efb7c [2021-01-07T21:04:49.123Z] [2021-01-07T21:04:50.077Z] Successfully built bf63d60efb7c [2021-01-07T21:04:50.077Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-07T21:04:51.470Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 0a1c4ada825e [2021-01-07T21:04:51.470Z] ---> 8e6fe5d402f9 [2021-01-07T21:04:51.470Z] [2021-01-07T21:04:51.731Z] Successfully built 8e6fe5d402f9 [2021-01-07T21:04:51.731Z] Removing intermediate container 0dce1eb97c39 [2021-01-07T21:04:51.731Z] ---> 5943ca6f780a [2021-01-07T21:04:51.731Z] Step 23/24 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:04:52.162Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-07T21:04:52.163Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-07T21:04:52.163Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-07T21:04:52.310Z] Successfully tagged docker-core-metadata-go:latest [2021-01-07T21:04:52.885Z]  Building docker-core-metadata-go ... done  ---> Running in fe6055539fba [2021-01-07T21:04:52.885Z] Removing intermediate container 45807fc96881 [2021-01-07T21:04:52.885Z] ---> 01fb715bf1a5 [2021-01-07T21:04:52.885Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-07T21:04:53.153Z] ---> Running in 44053de88c43 [2021-01-07T21:04:53.154Z] Removing intermediate container fe6055539fba [2021-01-07T21:04:53.154Z] ---> ef1936db896e [2021-01-07T21:04:53.154Z] Step 24/24 : LABEL version=0.0.0 [2021-01-07T21:04:54.108Z] ---> Running in 6ac73c214a56 [2021-01-07T21:04:55.059Z] Removing intermediate container 5a89849c8853 [2021-01-07T21:04:55.059Z] ---> c287baaa39cf [2021-01-07T21:04:55.059Z] [2021-01-07T21:04:55.059Z] Step 10/23 : FROM alpine:3.12 [2021-01-07T21:04:55.059Z] ---> 389fef711851 [2021-01-07T21:04:55.059Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T21:04:55.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:04:55.059Z] Removing intermediate container 6ac73c214a56 [2021-01-07T21:04:55.059Z] ---> b1f99332e97f [2021-01-07T21:04:55.059Z] [2021-01-07T21:04:55.059Z] ---> Running in bbbc669bcf12 [2021-01-07T21:04:55.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:04:55.322Z] Successfully built b1f99332e97f [2021-01-07T21:04:55.322Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-07T21:04:55.322Z]  Building docker-security-secretstore-setup-go ... done (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T21:04:55.322Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-07T21:04:55.322Z] Removing intermediate container bbbc669bcf12 [2021-01-07T21:04:55.322Z] ---> 4279f24d057c [2021-01-07T21:04:55.322Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-07T21:04:55.322Z] (3/3) Installing curl (7.69.1-r3) [2021-01-07T21:04:55.322Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:04:55.322Z] OK: 72 MiB in 58 packages [2021-01-07T21:04:55.587Z] ---> Running in 436cfe9b51b0 [2021-01-07T21:04:55.587Z] Removing intermediate container 436cfe9b51b0 [2021-01-07T21:04:55.587Z] ---> bbe3cec40663 [2021-01-07T21:04:55.587Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-07T21:04:55.854Z] ---> Running in 36b7307d973f [2021-01-07T21:04:55.854Z] Removing intermediate container 36b7307d973f [2021-01-07T21:04:55.854Z] ---> 474c76d84a33 [2021-01-07T21:04:55.854Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:04:56.121Z] Removing intermediate container 44053de88c43 [2021-01-07T21:04:56.121Z] ---> e51a2c99f3b5 [2021-01-07T21:04:56.121Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-07T21:04:56.121Z] ---> Running in ab4fbfb805cf [2021-01-07T21:04:56.121Z] ---> Running in 7693bf421123 [2021-01-07T21:04:56.385Z] Removing intermediate container 7693bf421123 [2021-01-07T21:04:56.385Z] ---> 280b25f72b88 [2021-01-07T21:04:56.385Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:04:56.656Z] ---> Running in a7ebd5687364 [2021-01-07T21:04:56.656Z] Removing intermediate container a7ebd5687364 [2021-01-07T21:04:56.656Z] ---> 10ac980b84f4 [2021-01-07T21:04:56.656Z] Step 24/26 : LABEL arch=x86_64 [2021-01-07T21:04:56.656Z] ---> Running in a6f0c304819e [2021-01-07T21:04:56.919Z] Removing intermediate container a6f0c304819e [2021-01-07T21:04:56.919Z] ---> 205320332d47 [2021-01-07T21:04:56.919Z] Step 25/26 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:04:56.919Z] ---> Running in 3050dc92290e [2021-01-07T21:04:57.183Z] Removing intermediate container ab4fbfb805cf [2021-01-07T21:04:57.183Z] ---> 0eeaddc9a7ec [2021-01-07T21:04:57.183Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-07T21:04:58.132Z] ---> Running in 8d2c1229f64f [2021-01-07T21:04:58.132Z] Removing intermediate container 3050dc92290e [2021-01-07T21:04:58.132Z] ---> f708a36601b1 [2021-01-07T21:04:58.132Z] Step 26/26 : LABEL version=0.0.0 [2021-01-07T21:04:58.395Z] ---> Running in 3249fac0ebea [2021-01-07T21:04:58.395Z] Removing intermediate container 3249fac0ebea [2021-01-07T21:04:58.395Z] ---> 4df8b96a737b [2021-01-07T21:04:58.395Z] [2021-01-07T21:04:58.657Z] Successfully built 4df8b96a737b [2021-01-07T21:04:58.657Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-07T21:04:58.657Z]  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:04:58.912Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.286s coverage: 46.6% of statements [2021-01-07T21:04:58.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-07T21:04:58.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-07T21:04:58.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-07T21:04:58.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-07T21:04:58.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-07T21:04:59.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:05:00.178Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-07T21:05:00.178Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-07T21:05:00.178Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-07T21:05:00.441Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-07T21:05:00.441Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-07T21:05:00.713Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:05:00.713Z] OK: 8 MiB in 19 packages [2021-01-07T21:05:01.290Z] Removing intermediate container 8d2c1229f64f [2021-01-07T21:05:01.290Z] ---> f7a7ededa63e [2021-01-07T21:05:01.290Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-07T21:05:01.551Z] ---> 98337a55de49 [2021-01-07T21:05:01.551Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-07T21:05:02.148Z] ---> 7063e2098558 [2021-01-07T21:05:02.148Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-07T21:05:02.410Z] ---> 208564c2a2a5 [2021-01-07T21:05:02.410Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-07T21:05:02.410Z] ---> Running in b5894a826308 [2021-01-07T21:05:02.672Z] Removing intermediate container b5894a826308 [2021-01-07T21:05:02.672Z] ---> 4e6c33b24c24 [2021-01-07T21:05:02.672Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:05:02.672Z] ---> Running in 3940818d7a00 [2021-01-07T21:05:02.934Z] Removing intermediate container 3940818d7a00 [2021-01-07T21:05:02.934Z] ---> 333abe775927 [2021-01-07T21:05:02.934Z] Step 21/23 : LABEL arch=x86_64 [2021-01-07T21:05:02.934Z] ---> Running in 09d451da9a1c [2021-01-07T21:05:03.195Z] Removing intermediate container 09d451da9a1c [2021-01-07T21:05:03.195Z] ---> aaf5f120c3d9 [2021-01-07T21:05:03.195Z] Step 22/23 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:05:03.195Z] ---> Running in 273c0111d258 [2021-01-07T21:05:03.456Z] Removing intermediate container 273c0111d258 [2021-01-07T21:05:03.456Z] ---> f65de281f985 [2021-01-07T21:05:03.456Z] Step 23/23 : LABEL version=0.0.0 [2021-01-07T21:05:03.456Z] ---> Running in 7ac1391c790e [2021-01-07T21:05:03.456Z] Removing intermediate container 7ac1391c790e [2021-01-07T21:05:03.456Z] ---> e8e0d72b695a [2021-01-07T21:05:03.456Z] [2021-01-07T21:05:03.718Z] Successfully built e8e0d72b695a [2021-01-07T21:05:03.718Z] Successfully tagged docker-core-data-go:latest [2021-01-07T21:05:03.988Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-07T21:05:03.995Z] $ docker stop --time=1 9d10a2cf75cb3de433959c87602bdfd09485ef6401933730eae0169598b4d5d2 [2021-01-07T21:05:05.606Z] $ docker rm -f 9d10a2cf75cb3de433959c87602bdfd09485ef6401933730eae0169598b4d5d2 [2021-01-07T21:05:05.658Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.577s coverage: 27.0% of statements [2021-01-07T21:05:05.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-07T21:05:05.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-07T21:05:05.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-07T21:05:05.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-07T21:05:05.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-07T21:05:05.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-07T21:05:05.658Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-01-07T21:05:05.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-07T21:05:05.658Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-01-07T21:05:05.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-07T21:05:05.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-07T21:05:05.658Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.564s coverage: 77.8% of statements [2021-01-07T21:05:05.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-07T21:05:05.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-07T21:05:05.658Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.419s coverage: 82.4% of statements [2021-01-07T21:05:05.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-07T21:05:05.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T21:05:05.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-07T21:05:05.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T21:05:06.214Z] + docker images [2021-01-07T21:05:06.214Z] + grep docker [2021-01-07T21:05:06.214Z] docker-core-data-go latest e8e0d72b695a 3 seconds ago 22.3MB [2021-01-07T21:05:06.214Z] docker-sys-mgmt-agent-go latest 4df8b96a737b 8 seconds ago 313MB [2021-01-07T21:05:06.214Z] docker-security-secretstore-setup-go latest b1f99332e97f 12 seconds ago 24.6MB [2021-01-07T21:05:06.214Z] docker-core-metadata-go latest 8e6fe5d402f9 17 seconds ago 13MB [2021-01-07T21:05:06.214Z] docker-security-bootstrap-redis-go latest bf63d60efb7c 18 seconds ago 15.8MB [2021-01-07T21:05:06.214Z] docker-security-proxy-setup-go latest 9f857c6c59d0 About a minute ago 24.5MB [2021-01-07T21:05:06.214Z] docker-support-notifications-go latest 0ea4572b6726 About a minute ago 12MB [2021-01-07T21:05:06.214Z] docker-support-scheduler-go latest c388f7ab6061 About a minute ago 10.7MB [2021-01-07T21:05:06.214Z] docker-core-command-go latest 667a74901370 About a minute ago 10.6MB [2021-01-07T21:05:06.214Z] docker 20.10.0 aefe523efa57 3 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 [Pipeline] node [2021-01-07T21:05:13.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.284s coverage: 28.6% of statements [2021-01-07T21:05:13.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-07T21:05:13.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-07T21:05:13.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-07T21:05:13.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-07T21:05:13.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-07T21:05:13.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.173s coverage: 100.0% of statements [2021-01-07T21:05:13.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-07T21:05:13.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements [2021-01-07T21:05:13.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-07T21:05:13.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.295s coverage: 86.7% of statements [2021-01-07T21:05:13.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-07T21:05:13.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.330s coverage: 97.5% of statements [2021-01-07T21:05:13.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-07T21:05:14.258Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.153s coverage: 78.3% of statements [2021-01-07T21:05:14.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-07T21:05:14.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-07T21:05:14.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-07T21:05:14.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-07T21:05:21.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.041s coverage: 93.8% of statements [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-07T21:05:21.007Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-07T21:05:21.007Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.1% of statements [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-07T21:05:21.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.067s coverage: 100.0% of statements [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-07T21:05:21.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 75.5% of statements [2021-01-07T21:05:21.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-07T21:05:21.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-01-07T21:05:21.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.155s coverage: 87.2% of statements [2021-01-07T21:05:21.926Z] Still waiting to schedule task [2021-01-07T21:05:21.926Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-07T21:05:22.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements [2021-01-07T21:05:25.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.173s coverage: 91.4% of statements [2021-01-07T21:05:25.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-07T21:05:26.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.590s coverage: 63.5% of statements [2021-01-07T21:05:26.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-07T21:05:26.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-07T21:05:26.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.088s coverage: 100.0% of statements [2021-01-07T21:05:26.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.102s coverage: 91.3% of statements [2021-01-07T21:05:27.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2021-01-07T21:05:27.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2021-01-07T21:05:29.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.081s coverage: 100.0% of statements [2021-01-07T21:05:32.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.849s coverage: 55.9% of statements [2021-01-07T21:05:32.731Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-07T21:05:32.731Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-07T21:05:32.731Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-07T21:05:32.731Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-07T21:05:32.731Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-07T21:05:34.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.365s coverage: 37.0% of statements [2021-01-07T21:05:34.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-07T21:05:34.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-07T21:05:34.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.641s coverage: 84.0% of statements [2021-01-07T21:05:34.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.073s coverage: 100.0% of statements [2021-01-07T21:05:40.978Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.349s coverage: 47.1% of statements [2021-01-07T21:05:40.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-07T21:05:40.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-07T21:05:40.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-07T21:05:40.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-07T21:05:40.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-07T21:05:40.978Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.103s coverage: 100.0% of statements [2021-01-07T21:05:40.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-07T21:05:40.978Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements [2021-01-07T21:05:40.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-07T21:05:46.422Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.020s coverage: 29.1% of statements [2021-01-07T21:05:46.422Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-07T21:05:46.422Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-07T21:05:46.422Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-07T21:05:46.422Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-07T21:05:46.422Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-07T21:05:46.422Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.216s coverage: 99.0% of statements [2021-01-07T21:05:46.422Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-07T21:05:46.422Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.133s coverage: 100.0% of statements [2021-01-07T21:05:46.422Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-07T21:05:46.422Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-01-07T21:05:46.422Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-07T21:05:46.422Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-01-07T21:05:46.422Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-07T21:05:46.422Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-07T21:05:46.422Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-07T21:05:46.422Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-07T21:05:46.422Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements [2021-01-07T21:05:46.422Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-07T21:05:46.422Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-07T21:05:46.422Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-01-07T21:05:46.422Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.050s coverage: 32.1% of statements [2021-01-07T21:05:47.399Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-07T21:05:47.994Z] GO111MODULE=on go vet ./... [2021-01-07T21:06:10.307Z] Running on prd-ubuntu18.04-docker-8c-8g-18903 in /w/workspace/edgexfoundry_edgex-go_PR-2992 [Pipeline] { [Pipeline] ws [2021-01-07T21:06:10.368Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-07T21:06:12.338Z] using credential edgex-jenkins-ssh [2021-01-07T21:06:12.400Z] Cloning the remote Git repository [2021-01-07T21:06:12.406Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-07T21:06:12.469Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-07T21:06:12.494Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T21:06:12.494Z] > git --version # timeout=10 [2021-01-07T21:06:12.505Z] > git --version # 'git version 2.17.1' [2021-01-07T21:06:12.506Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T21:06:12.528Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T21:06:17.401Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T21:06:17.411Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T21:06:17.421Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T21:06:17.440Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T21:06:17.440Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T21:06:17.444Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2992/head:refs/remotes/origin/PR-2992 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-07T21:06:17.912Z] Merging remotes/origin/master commit 0b9e13f6a351841bf3637770c27ae08320c32e9d into PR head commit 6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:06:18.026Z] Merge succeeded, producing 6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:06:18.026Z] Checking out Revision 6169bf679536a99cd238e02621a9a700a9eef27c (PR-2992) [2021-01-07T21:06:17.907Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T21:06:17.912Z] > git checkout -f 6169bf679536a99cd238e02621a9a700a9eef27c # timeout=10 [2021-01-07T21:06:17.984Z] > git remote # timeout=10 [2021-01-07T21:06:17.991Z] > git config --get remote.origin.url # timeout=10 [2021-01-07T21:06:17.995Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T21:06:17.999Z] > git merge 0b9e13f6a351841bf3637770c27ae08320c32e9d # timeout=10 [2021-01-07T21:06:18.006Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-07T21:06:18.014Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T21:06:18.019Z] > git checkout -f 6169bf679536a99cd238e02621a9a700a9eef27c # timeout=10 [2021-01-07T21:06:21.672Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.139" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:06:22.731Z] + echo snap-build.sh [2021-01-07T21:06:22.731Z] snap-build.sh [2021-01-07T21:06:22.731Z] + SNAP_BASE_DIR=. [2021-01-07T21:06:22.731Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-07T21:06:22.731Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-07T21:06:22.731Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-07T21:06:22.731Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-07T21:06:22.731Z] + cd /w/workspace/edgex-go/2 [2021-01-07T21:06:22.731Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-07T21:06:22.731Z] Reading package lists... [2021-01-07T21:06:22.731Z] Building dependency tree... [2021-01-07T21:06:22.731Z] Reading state information... [2021-01-07T21:06:22.995Z] The following packages were automatically installed and are no longer required: [2021-01-07T21:06:22.995Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-07T21:06:22.995Z] uidmap xdelta3 [2021-01-07T21:06:22.995Z] Use 'sudo apt autoremove' to remove them. [2021-01-07T21:06:22.995Z] The following packages will be REMOVED: [2021-01-07T21:06:22.995Z] lxd* lxd-client* [2021-01-07T21:06:23.577Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-07T21:06:23.577Z] After this operation, 31.7 MB disk space will be freed. [2021-01-07T21:06:24.364Z] (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-07T21:06:24.364Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-07T21:06:25.318Z] Removing lxd dnsmasq configuration [2021-01-07T21:06:25.318Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-07T21:06:25.578Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-07T21:06:26.521Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-07T21:06:26.782Z] (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-07T21:06:26.782Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-07T21:06:27.728Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-07T21:06:27.989Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-07T21:06:29.378Z] + sudo snap remove --purge lxd [2021-01-07T21:06:29.378Z] snap "lxd" is not installed [2021-01-07T21:06:29.378Z] + sudo groupadd --force --system lxd [2021-01-07T21:06:29.378Z] ++ whoami [2021-01-07T21:06:29.378Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-07T21:06:29.378Z] + newgrp - lxd [2021-01-07T21:06:29.378Z] + sudo snap install lxd [2021-01-07T21:06:37.537Z] 2021-01-07T21:06:35Z INFO Waiting for automatic snapd restart... [2021-01-07T21:06:52.511Z] lxd 4.9 from Canonical* installed [2021-01-07T21:06:52.511Z] + sudo lxd init --auto [2021-01-07T21:06:56.040Z] gofmt -l . [2021-01-07T21:06:56.040Z] [ "`gofmt -l .`" = "" ] [2021-01-07T21:06:56.040Z] ./bin/test-go-mod-tidy.sh [2021-01-07T21:06:56.040Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-07T21:07:00.083Z] + ls -al . [2021-01-07T21:07:00.083Z] total 668 [2021-01-07T21:07:00.083Z] drwxrwxr-x 9 1001 1001 4096 Jan 7 21:06 . [2021-01-07T21:07:00.083Z] drwxr-xr-x 4 root root 4096 Jan 7 21:03 .. [2021-01-07T21:07:00.083Z] -rw-rw-r-- 1 1001 1001 11 Jan 7 21:01 .dockerignore [2021-01-07T21:07:00.083Z] drwxrwxr-x 8 1001 1001 4096 Jan 7 21:01 .git [2021-01-07T21:07:00.083Z] drwxrwxr-x 3 1001 1001 4096 Jan 7 21:01 .github [2021-01-07T21:07:00.083Z] -rw-rw-r-- 1 1001 1001 824 Jan 7 21:01 .gitignore [2021-01-07T21:07:00.083Z] -rw-rw-r-- 1 1001 1001 166 Jan 7 21:01 .sonarcloud.properties [2021-01-07T21:07:00.083Z] -rw-rw-r-- 1 1001 1001 3804 Jan 7 21:01 CONTRIBUTING.md [2021-01-07T21:07:00.083Z] -rw-rw-r-- 1 1001 1001 931 Jan 7 21:01 Dockerfile.build [2021-01-07T21:07:00.083Z] -rw-rw-r-- 1 1001 1001 863 Jan 7 21:01 Jenkinsfile [2021-01-07T21:07:00.083Z] -rw-rw-r-- 1 1001 1001 10775 Jan 7 21:01 LICENSE [2021-01-07T21:07:00.083Z] -rw-rw-r-- 1 1001 1001 5750 Jan 7 21:01 Makefile [2021-01-07T21:07:00.084Z] -rw-rw-r-- 1 1001 1001 6524 Jan 7 21:01 README.md [2021-01-07T21:07:00.084Z] -rw-rw-r-- 1 1001 1001 6744 Jan 7 21:01 SECURITY.md [2021-01-07T21:07:00.084Z] -rw-rw-r-- 1 1001 1001 5 Jan 7 20:57 VERSION [2021-01-07T21:07:00.084Z] -rw-rw-r-- 1 1001 1001 4131 Jan 7 21:01 ZMQWindows.md [2021-01-07T21:07:00.084Z] drwxrwxr-x 2 1001 1001 4096 Jan 7 21:01 bin [2021-01-07T21:07:00.084Z] drwxrwxr-x 14 1001 1001 4096 Jan 7 21:01 cmd [2021-01-07T21:07:00.084Z] -rw-r--r-- 1 root root 541590 Jan 7 21:05 coverage.out [2021-01-07T21:07:00.084Z] -rw-r--r-- 1 root root 979 Jan 7 21:06 go.mod [2021-01-07T21:07:00.084Z] -rw-r--r-- 1 root root 19019 Jan 7 21:06 go.sum [2021-01-07T21:07:00.084Z] drwxrwxr-x 8 1001 1001 4096 Jan 7 21:01 internal [2021-01-07T21:07:00.084Z] drwxrwxr-x 4 1001 1001 4096 Jan 7 21:01 openapi [2021-01-07T21:07:00.084Z] drwxrwxr-x 4 1001 1001 4096 Jan 7 21:01 snap [2021-01-07T21:07:00.084Z] -rw-rw-r-- 1 1001 1001 168 Jan 7 21:01 version.go [Pipeline] sh [2021-01-07T21:07:00.661Z] + sudo snap install --classic snapcraft [2021-01-07T21:07:00.737Z] + '[' -e coverage.out ] [2021-01-07T21:07:00.737Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-07T21:07:00.758Z] Warning: overwriting stash ‘coverage-report’ [2021-01-07T21:07:01.838Z] Stashed 1 file(s) [Pipeline] sh [2021-01-07T21:07:02.581Z] + make build [2021-01-07T21:07:02.581Z] 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-07T21:07:05.957Z] snapcraft 4.4.4 from Canonical* installed [2021-01-07T21:07:05.957Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-07T21:07:05.957Z] + patch --verbose -p1 [2021-01-07T21:07:05.957Z] Hmm... Looks like a unified diff to me... [2021-01-07T21:07:05.957Z] The text leading up to this was: [2021-01-07T21:07:05.957Z] -------------------------- [2021-01-07T21:07:05.957Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-07T21:07:05.957Z] |From: Tony Espy [2021-01-07T21:07:05.957Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-07T21:07:05.957Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-07T21:07:05.957Z] | [2021-01-07T21:07:05.957Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-07T21:07:05.957Z] |optimize the snap CI check run for pull requests. When [2021-01-07T21:07:05.957Z] |applied, it essentially strips out everything (apps and [2021-01-07T21:07:05.957Z] |parts) from the snapcraft.yaml file except those required [2021-01-07T21:07:05.957Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-07T21:07:05.957Z] |catch changes to edgex-go that break the snap build. [2021-01-07T21:07:05.957Z] | [2021-01-07T21:07:05.957Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-07T21:07:05.957Z] |to update this patch file, otherwise it may fail to apply, [2021-01-07T21:07:05.957Z] |resulting in a failed snap build CI check in the associated [2021-01-07T21:07:05.957Z] |pull request. [2021-01-07T21:07:05.957Z] | [2021-01-07T21:07:05.957Z] |Note - in addition to applying this patch, the pipeline also [2021-01-07T21:07:05.957Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-07T21:07:05.957Z] |need to build the finally binary .snap file (and it won't [2021-01-07T21:07:05.957Z] |work with the patch applied). This further reduces the build [2021-01-07T21:07:05.957Z] |time. [2021-01-07T21:07:05.957Z] |--- [2021-01-07T21:07:05.957Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-07T21:07:05.957Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-07T21:07:05.957Z] | [2021-01-07T21:07:05.957Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-07T21:07:05.957Z] |index 1e537489..faf42425 100644 [2021-01-07T21:07:05.957Z] |--- a/snap/snapcraft.yaml [2021-01-07T21:07:05.957Z] |+++ b/snap/snapcraft.yaml [2021-01-07T21:07:05.957Z] -------------------------- [2021-01-07T21:07:05.957Z] patching file snap/snapcraft.yaml [2021-01-07T21:07:05.957Z] Using Plan A... [2021-01-07T21:07:05.957Z] Hunk #1 succeeded at 73. [2021-01-07T21:07:05.957Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-07T21:07:05.957Z] Hunk #3 succeeded at 214. [2021-01-07T21:07:05.957Z] Hunk #4 succeeded at 222. [2021-01-07T21:07:05.957Z] Hunk #5 succeeded at 229. [2021-01-07T21:07:05.957Z] Hunk #6 succeeded at 256. [2021-01-07T21:07:05.957Z] Hunk #7 succeeded at 290. [2021-01-07T21:07:05.957Z] Hunk #8 succeeded at 341. [2021-01-07T21:07:05.957Z] Hmm... Ignoring the trailing garbage. [2021-01-07T21:07:05.957Z] done [2021-01-07T21:07:05.957Z] + sudo snapcraft prime --use-lxd [2021-01-07T21:07:06.533Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-07T21:07:06.533Z] 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-07T21:07:06.533Z] - README.md [2021-01-07T21:07:06.533Z] - snapcraft.yaml.orig [2021-01-07T21:07:06.533Z] [2021-01-07T21:07:06.533Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-07T21:07:07.476Z] Launching a container. [2021-01-07T21:07:12.741Z] 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-07T21:07:17.491Z] Waiting for container to be ready [2021-01-07T21:07:18.070Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-07T21:07:18.070Z] [2021-01-07T21:07:21.377Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-07T21:07:21.377Z] Waiting for network to be ready... [2021-01-07T21:07:21.639Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-07T21:07:21.904Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] [2021-01-07T21:07:21.904Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-07T21:07:21.904Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] [2021-01-07T21:07:22.165Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-07T21:07:22.165Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-07T21:07:22.165Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] [2021-01-07T21:07:22.165Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] [2021-01-07T21:07:22.165Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-07T21:07:22.165Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-07T21:07:22.425Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-07T21:07:22.685Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-07T21:07:22.685Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-07T21:07:22.685Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-07T21:07:22.685Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-07T21:07:22.944Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-07T21:07:22.944Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-07T21:07:22.944Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-07T21:07:23.204Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-07T21:07:23.775Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-07T21:07:23.775Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-07T21:07:23.775Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] [2021-01-07T21:07:23.775Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] [2021-01-07T21:07:23.775Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-07T21:07:23.775Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-07T21:07:23.775Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-07T21:07:23.775Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-07T21:07:25.691Z] Fetched 23.6 MB in 4s (5922 kB/s) [2021-01-07T21:07:26.633Z] Reading package lists... [2021-01-07T21:07:26.633Z] Reading package lists... [2021-01-07T21:07:26.895Z] Building dependency tree... [2021-01-07T21:07:26.895Z] Reading state information... [2021-01-07T21:07:26.895Z] The following additional packages will be installed: [2021-01-07T21:07:26.895Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-07T21:07:26.895Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-07T21:07:26.895Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-07T21:07:26.895Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-07T21:07:26.895Z] Suggested packages: [2021-01-07T21:07:26.895Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-07T21:07:26.895Z] Recommended packages: [2021-01-07T21:07:26.895Z] gnupg libsasl2-modules [2021-01-07T21:07:26.895Z] The following NEW packages will be installed: [2021-01-07T21:07:26.895Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-07T21:07:26.895Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-07T21:07:26.895Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-07T21:07:26.895Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-07T21:07:26.895Z] The following packages will be upgraded: [2021-01-07T21:07:26.895Z] gpg gpg-agent gpgconf libudev1 [2021-01-07T21:07:27.156Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-07T21:07:27.156Z] Need to get 3532 kB of archives. [2021-01-07T21:07:27.156Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-07T21:07:27.156Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-07T21:07:27.156Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-07T21:07:27.416Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-07T21:07:27.677Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-07T21:07:27.677Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-07T21:07:27.677Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-07T21:07:27.677Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-07T21:07:27.677Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-07T21:07:27.938Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-07T21:07:27.938Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-07T21:07:27.938Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-07T21:07:27.938Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-07T21:07:27.938Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-07T21:07:27.938Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-07T21:07:27.938Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-07T21:07:27.938Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-07T21:07:27.938Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-07T21:07:27.938Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-07T21:07:27.938Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-07T21:07:27.938Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-07T21:07:28.199Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-07T21:07:28.199Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-07T21:07:28.199Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-07T21:07:28.199Z] Fetched 3532 kB in 1s (3173 kB/s) [2021-01-07T21:07:28.199Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-07T21:07:28.199Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-07T21:07:28.199Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-07T21:07:28.461Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-07T21:07:28.461Z] Selecting previously unselected package udev. [2021-01-07T21:07:28.461Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-07T21:07:28.461Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-07T21:07:28.461Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-07T21:07:28.721Z] Selecting previously unselected package libfuse2:amd64. [2021-01-07T21:07:28.721Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-07T21:07:28.721Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-07T21:07:28.982Z] Selecting previously unselected package fuse. [2021-01-07T21:07:28.982Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-07T21:07:28.982Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-07T21:07:28.982Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-07T21:07:28.982Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-07T21:07:29.243Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-07T21:07:29.244Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-07T21:07:29.244Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-07T21:07:29.244Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-07T21:07:29.506Z] Selecting previously unselected package libksba8:amd64. [2021-01-07T21:07:29.506Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-07T21:07:29.506Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-07T21:07:29.506Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-07T21:07:29.506Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T21:07:29.506Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T21:07:29.767Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-07T21:07:29.767Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T21:07:29.767Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T21:07:29.767Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-07T21:07:29.767Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T21:07:29.767Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T21:07:29.767Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-07T21:07:30.029Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T21:07:30.029Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T21:07:30.029Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-07T21:07:30.029Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T21:07:30.029Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T21:07:30.029Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-07T21:07:30.029Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T21:07:30.029Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T21:07:30.296Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-07T21:07:30.296Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T21:07:30.296Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T21:07:30.296Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-07T21:07:30.296Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T21:07:30.296Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T21:07:30.557Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-07T21:07:30.557Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T21:07:30.557Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T21:07:30.557Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-07T21:07:30.557Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-07T21:07:30.557Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-07T21:07:30.557Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-07T21:07:30.557Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-07T21:07:30.557Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-07T21:07:30.817Z] Selecting previously unselected package libldap-common. [2021-01-07T21:07:30.817Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-07T21:07:30.817Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-07T21:07:30.817Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-07T21:07:30.817Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-07T21:07:30.817Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-07T21:07:31.078Z] Selecting previously unselected package dirmngr. [2021-01-07T21:07:31.078Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-07T21:07:31.078Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-07T21:07:31.078Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-07T21:07:31.078Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-07T21:07:31.078Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-07T21:07:31.341Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-07T21:07:31.341Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-07T21:07:31.341Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-07T21:07:31.341Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T21:07:31.341Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-07T21:07:31.342Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-07T21:07:31.342Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-07T21:07:31.913Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-07T21:07:31.913Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T21:07:31.913Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-07T21:07:31.913Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-07T21:07:32.175Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-07T21:07:32.175Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T21:07:32.175Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T21:07:32.175Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T21:07:32.175Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T21:07:32.175Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T21:07:32.175Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T21:07:32.175Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T21:07:32.175Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-07T21:07:32.434Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-07T21:07:32.434Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-07T21:07:32.695Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-07T21:07:32.695Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-07T21:07:32.695Z] This means they are not meant to be enabled using systemctl. [2021-01-07T21:07:32.695Z] Possible reasons for having this kind of units are: [2021-01-07T21:07:32.695Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-07T21:07:32.695Z] .wants/ or .requires/ directory. [2021-01-07T21:07:32.695Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-07T21:07:32.695Z] a requirement dependency on it. [2021-01-07T21:07:32.695Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-07T21:07:32.695Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-07T21:07:32.695Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-07T21:07:32.695Z] instance name specified. [2021-01-07T21:07:32.956Z] Reading package lists... [2021-01-07T21:07:33.217Z] Building dependency tree... [2021-01-07T21:07:33.217Z] Reading state information... [2021-01-07T21:07:33.217Z] The following additional packages will be installed: [2021-01-07T21:07:33.217Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-07T21:07:33.217Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-07T21:07:33.217Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-07T21:07:33.217Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-07T21:07:33.217Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-07T21:07:33.217Z] Suggested packages: [2021-01-07T21:07:33.217Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-07T21:07:33.217Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-07T21:07:33.218Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-07T21:07:33.218Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-07T21:07:33.218Z] systemd-container policykit-1 [2021-01-07T21:07:33.218Z] Recommended packages: [2021-01-07T21:07:33.218Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-07T21:07:33.218Z] The following NEW packages will be installed: [2021-01-07T21:07:33.218Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-07T21:07:33.218Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-07T21:07:33.218Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-07T21:07:33.218Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-07T21:07:33.218Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-07T21:07:33.218Z] The following packages will be upgraded: [2021-01-07T21:07:33.218Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-07T21:07:33.480Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-07T21:07:33.480Z] Need to get 35.2 MB of archives. [2021-01-07T21:07:33.480Z] After this operation, 141 MB of additional disk space will be used. [2021-01-07T21:07:33.480Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-07T21:07:33.480Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-07T21:07:33.480Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-07T21:07:33.480Z] 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-07T21:07:33.480Z] 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-07T21:07:33.480Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-07T21:07:33.480Z] 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-07T21:07:33.741Z] 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-07T21:07:33.741Z] 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-07T21:07:33.741Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-07T21:07:33.741Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-07T21:07:33.741Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-07T21:07:33.741Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-07T21:07:33.741Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-07T21:07:33.741Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-07T21:07:33.741Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-07T21:07:33.741Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-07T21:07:34.311Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-07T21:07:34.311Z] 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-07T21:07:34.311Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-07T21:07:34.311Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-07T21:07:34.570Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-07T21:07:34.570Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-07T21:07:34.570Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-07T21:07:34.570Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-07T21:07:34.570Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-07T21:07:34.570Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-07T21:07:34.570Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-07T21:07:34.570Z] 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-07T21:07:34.570Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-07T21:07:34.941Z] 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-07T21:07:35.952Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-07T21:07:35.952Z] Fetched 35.2 MB in 3s (13.7 MB/s) [2021-01-07T21:07:36.213Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-07T21:07:36.213Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-07T21:07:36.213Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-07T21:07:36.785Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-07T21:07:36.785Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-07T21:07:37.054Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-07T21:07:37.055Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-07T21:07:37.055Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-07T21:07:37.055Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-07T21:07:37.318Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-07T21:07:37.318Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-07T21:07:37.318Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-07T21:07:37.318Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-07T21:07:37.557Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-07T21:07:37.888Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-07T21:07:37.888Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-07T21:07:38.149Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-07T21:07:38.149Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-07T21:07:38.149Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-07T21:07:38.149Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-07T21:07:38.410Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-07T21:07:38.411Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-07T21:07:38.411Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T21:07:38.672Z] Selecting previously unselected package libexpat1:amd64. [2021-01-07T21:07:38.672Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-07T21:07:38.672Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-07T21:07:38.672Z] Selecting previously unselected package python3.6-minimal. [2021-01-07T21:07:38.672Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-07T21:07:38.933Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T21:07:38.933Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-07T21:07:39.192Z] Checking for services that may need to be restarted...done. [2021-01-07T21:07:39.192Z] Checking for services that may need to be restarted...done. [2021-01-07T21:07:39.192Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T21:07:39.192Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-07T21:07:39.193Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T21:07:39.762Z] Selecting previously unselected package python3-minimal. [2021-01-07T21:07:39.762Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-07T21:07:39.763Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-07T21:07:39.763Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-07T21:07:39.763Z] Selecting previously unselected package mime-support. [2021-01-07T21:07:39.763Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-07T21:07:39.763Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-07T21:07:40.335Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-07T21:07:40.335Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-07T21:07:40.335Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-07T21:07:40.335Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-07T21:07:40.335Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-07T21:07:40.335Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T21:07:40.596Z] Selecting previously unselected package python3.6. [2021-01-07T21:07:40.597Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-07T21:07:40.597Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T21:07:40.597Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-07T21:07:40.597Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-07T21:07:40.597Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-07T21:07:40.597Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-07T21:07:40.857Z] Selecting previously unselected package python3. [2021-01-07T21:07:40.857Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-07T21:07:40.857Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-07T21:07:40.857Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-07T21:07:41.117Z] Selecting previously unselected package multiarch-support. [2021-01-07T21:07:41.117Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-07T21:07:41.117Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-07T21:07:41.118Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-07T21:07:41.118Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-07T21:07:41.118Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-07T21:07:41.118Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-07T21:07:41.118Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-07T21:07:41.378Z] Selecting previously unselected package libbsd0:amd64. [2021-01-07T21:07:41.378Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-07T21:07:41.379Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-07T21:07:41.379Z] Selecting previously unselected package sudo. [2021-01-07T21:07:41.379Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-07T21:07:41.379Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-07T21:07:41.639Z] Selecting previously unselected package apparmor. [2021-01-07T21:07:41.639Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-07T21:07:41.639Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-07T21:07:41.639Z] Selecting previously unselected package libedit2:amd64. [2021-01-07T21:07:41.639Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-07T21:07:41.639Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-07T21:07:41.902Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-07T21:07:41.902Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-07T21:07:41.902Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T21:07:41.902Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-07T21:07:41.902Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-07T21:07:41.902Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T21:07:41.902Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-07T21:07:41.902Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-07T21:07:41.902Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-07T21:07:42.162Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-07T21:07:42.162Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-07T21:07:42.162Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T21:07:42.162Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-07T21:07:42.163Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-07T21:07:42.163Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T21:07:42.424Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-07T21:07:42.424Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-07T21:07:42.424Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-07T21:07:42.424Z] Selecting previously unselected package openssh-client. [2021-01-07T21:07:42.424Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-07T21:07:42.424Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-07T21:07:42.684Z] Selecting previously unselected package squashfs-tools. [2021-01-07T21:07:42.684Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-07T21:07:42.684Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-07T21:07:42.684Z] Selecting previously unselected package snapd. [2021-01-07T21:07:42.684Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-07T21:07:42.684Z] Unpacking snapd (2.48+18.04) ... [2021-01-07T21:07:42.943Z] 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-07T21:07:43.537Z] 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-07T21:07:44.597Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-07T21:07:44.858Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-07T21:07:44.858Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-07T21:07:44.858Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-07T21:07:45.118Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-07T21:07:45.118Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T21:07:45.118Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-07T21:07:45.118Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-07T21:07:45.118Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-07T21:07:46.503Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-07T21:07:46.503Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-07T21:07:46.503Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-07T21:07:46.503Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T21:07:46.503Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T21:07:46.503Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T21:07:47.074Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-07T21:07:47.074Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T21:07:47.074Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-07T21:07:47.074Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-07T21:07:47.074Z] running python rtupdate hooks for python3.6... [2021-01-07T21:07:47.074Z] running python post-rtupdate hooks for python3.6... [2021-01-07T21:07:47.339Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-07T21:07:47.839Z] 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-07T21:07:48.729Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-07T21:07:48.729Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T21:07:48.729Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-07T21:07:48.990Z] Setting up snapd (2.48+18.04) ... [2021-01-07T21:07:49.251Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-07T21:07:49.512Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-07T21:07:49.774Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-07T21:07:49.774Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-07T21:07:50.035Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-07T21:07:50.035Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-07T21:07:50.296Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-07T21:07:50.558Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-07T21:07:50.558Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-07T21:07:50.819Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-07T21:07:50.819Z] /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-07T21:07:50.819Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-07T21:07:51.080Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-07T21:07:52.019Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-07T21:07:52.019Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-07T21:07:52.019Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-07T21:07:53.231Z] Reading package lists... [2021-01-07T21:07:53.231Z] Reading package lists... [2021-01-07T21:07:53.252Z] 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-07T21:07:53.491Z] Building dependency tree... [2021-01-07T21:07:53.491Z] Reading state information... [2021-01-07T21:07:53.491Z] Calculating upgrade... [2021-01-07T21:07:53.491Z] The following packages will be upgraded: [2021-01-07T21:07:53.491Z] advancecomp base-files bash binutils binutils-common [2021-01-07T21:07:53.491Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-07T21:07:53.491Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-07T21:07:53.491Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-07T21:07:53.491Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-07T21:07:53.491Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-07T21:07:53.491Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-07T21:07:53.491Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-07T21:07:53.491Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-07T21:07:53.491Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-07T21:07:53.491Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-07T21:07:53.491Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-07T21:07:53.491Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-07T21:07:53.491Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-07T21:07:53.491Z] ubuntu-keyring util-linux [2021-01-07T21:07:53.757Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-07T21:07:53.757Z] Need to get 63.7 MB of archives. [2021-01-07T21:07:53.757Z] After this operation, 5201 kB of additional disk space will be used. [2021-01-07T21:07:53.757Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] [2021-01-07T21:07:53.757Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-07T21:07:53.757Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-07T21:07:53.757Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-07T21:07:53.757Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-07T21:07:53.757Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-07T21:07:53.757Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-07T21:07:53.757Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-07T21:07:53.757Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-07T21:07:53.757Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-07T21:07:53.757Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-07T21:07:53.757Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-07T21:07:53.757Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-07T21:07:53.757Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-07T21:07:53.757Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-07T21:07:53.757Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-07T21:07:53.757Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-07T21:07:54.020Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-07T21:07:54.020Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-07T21:07:54.020Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-07T21:07:54.020Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-07T21:07:54.020Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-07T21:07:54.020Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-07T21:07:54.020Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-07T21:07:54.020Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-07T21:07:54.020Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-07T21:07:54.020Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-07T21:07:54.020Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-07T21:07:54.020Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-07T21:07:54.020Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-07T21:07:54.020Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-07T21:07:54.020Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-07T21:07:54.020Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-07T21:07:54.020Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-07T21:07:54.020Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-07T21:07:54.021Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-07T21:07:54.021Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-07T21:07:54.021Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-07T21:07:54.021Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-07T21:07:54.021Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-07T21:07:54.021Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-07T21:07:54.021Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-07T21:07:54.021Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-07T21:07:54.021Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-07T21:07:54.021Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2021-01-07T21:07:54.021Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-07T21:07:54.021Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-07T21:07:54.021Z] Get:48 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-07T21:07:54.281Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-07T21:07:54.281Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-07T21:07:54.281Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-07T21:07:54.281Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-07T21:07:54.281Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-07T21:07:54.281Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-07T21:07:54.281Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-07T21:07:54.281Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-07T21:07:54.543Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-07T21:07:54.543Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-07T21:07:54.543Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-07T21:07:54.803Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-07T21:07:54.803Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-07T21:07:54.803Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-07T21:07:54.803Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-07T21:07:54.803Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-07T21:07:55.063Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-07T21:07:55.063Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-07T21:07:55.063Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-07T21:07:55.063Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-07T21:07:55.063Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-07T21:07:55.063Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-07T21:07:55.324Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-07T21:07:55.324Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-07T21:07:55.324Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-07T21:07:55.324Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-07T21:07:55.324Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-07T21:07:55.324Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-07T21:07:55.324Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-07T21:07:55.324Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-07T21:07:55.324Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-07T21:07:55.324Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-07T21:07:55.324Z] Get:81 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-07T21:07:55.324Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-07T21:07:55.324Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-07T21:07:55.324Z] Get:84 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-07T21:07:55.324Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-07T21:07:55.588Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-07T21:07:55.588Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-07T21:07:55.588Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-07T21:07:55.588Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-07T21:07:55.588Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-07T21:07:55.588Z] Get:91 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-07T21:07:55.588Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-07T21:07:55.588Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-07T21:07:55.588Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-07T21:07:55.588Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-07T21:07:55.588Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-07T21:07:55.588Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-07T21:07:55.854Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-07T21:07:55.854Z] Fetched 63.7 MB in 2s (30.4 MB/s) [2021-01-07T21:07:55.854Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:07:55.854Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-07T21:07:55.854Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-07T21:07:56.647Z] 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-07T21:07:56.797Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-07T21:07:56.798Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-07T21:07:57.057Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... [2021-01-07T21:07:57.057Z] Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... [2021-01-07T21:07:57.999Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T21:07:57.999Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T21:07:57.999Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T21:07:57.999Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T21:07:57.999Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T21:07:58.259Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T21:07:58.259Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T21:07:58.259Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T21:07:58.259Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T21:07:58.520Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T21:07:58.520Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T21:07:58.520Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T21:07:58.520Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T21:07:58.520Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T21:07:58.785Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T21:07:58.785Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-07T21:07:58.785Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T21:07:58.785Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-07T21:07:59.047Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-07T21:07:59.047Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-07T21:07:59.047Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T21:07:59.047Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T21:07:59.317Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T21:07:59.317Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T21:07:59.317Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T21:07:59.317Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T21:07:59.577Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T21:07:59.577Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-07T21:07:59.577Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-07T21:07:59.837Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-07T21:08:00.409Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-07T21:08:00.409Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-07T21:08:00.409Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-07T21:08:00.670Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-07T21:08:00.670Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-07T21:08:00.670Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-07T21:08:00.931Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-07T21:08:00.931Z] Installing new version of config file /etc/issue ... [2021-01-07T21:08:00.931Z] Installing new version of config file /etc/issue.net ... [2021-01-07T21:08:00.931Z] Installing new version of config file /etc/lsb-release ... [2021-01-07T21:08:00.931Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-07T21:08:00.940Z] 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-07T21:08:01.192Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-07T21:08:01.192Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-07T21:08:01.192Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-07T21:08:01.453Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:01.453Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-07T21:08:01.453Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-07T21:08:01.714Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-07T21:08:01.714Z] 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-07T21:08:01.714Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:01.714Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T21:08:01.714Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-07T21:08:01.978Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-07T21:08:01.978Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:01.978Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-07T21:08:01.978Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-07T21:08:02.239Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-07T21:08:02.239Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:02.239Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-07T21:08:02.239Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-07T21:08:02.501Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-07T21:08:02.772Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:02.772Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-07T21:08:02.772Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-07T21:08:02.772Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-07T21:08:03.033Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:03.033Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-07T21:08:03.033Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-07T21:08:03.033Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-07T21:08:03.033Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:03.033Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-07T21:08:03.293Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-07T21:08:03.293Z] Setting up grep (3.1-2build1) ... [2021-01-07T21:08:03.293Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:03.293Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-07T21:08:03.293Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-07T21:08:03.554Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-07T21:08:03.554Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:03.554Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-07T21:08:03.554Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-07T21:08:03.814Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-07T21:08:03.814Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:03.814Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-07T21:08:03.814Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-07T21:08:04.310Z] 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-07T21:08:04.385Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-07T21:08:04.386Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-07T21:08:04.386Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-07T21:08:04.386Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-07T21:08:04.958Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-07T21:08:05.220Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:05.220Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-07T21:08:05.220Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-07T21:08:06.164Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-07T21:08:06.164Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-07T21:08:06.164Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-07T21:08:06.425Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-07T21:08:06.425Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-07T21:08:06.685Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:06.685Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-07T21:08:06.685Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-07T21:08:06.685Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-07T21:08:06.945Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:06.945Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T21:08:06.945Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T21:08:06.945Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-07T21:08:06.945Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:06.945Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T21:08:06.945Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T21:08:07.205Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-07T21:08:07.205Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:07.205Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T21:08:07.205Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T21:08:07.469Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-07T21:08:07.469Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:07.469Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T21:08:07.469Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T21:08:07.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 [2021-01-07T21:08:07.729Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-07T21:08:07.729Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:07.729Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-07T21:08:07.729Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-07T21:08:07.729Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-07T21:08:07.989Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-07T21:08:07.989Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-07T21:08:07.989Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:07.989Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-07T21:08:07.989Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-07T21:08:08.249Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-07T21:08:08.249Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:08.249Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T21:08:08.249Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T21:08:08.561Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-07T21:08:08.561Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:08.561Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T21:08:08.823Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T21:08:08.823Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-07T21:08:08.823Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:08.823Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T21:08:09.085Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T21:08:09.347Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-07T21:08:09.608Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-07T21:08:09.869Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-07T21:08:10.129Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:10.129Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-07T21:08:10.129Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-07T21:08:10.390Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-07T21:08:10.654Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T21:08:10.654Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-07T21:08:10.654Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-07T21:08:10.654Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-07T21:08:10.914Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T21:08:10.914Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-07T21:08:10.914Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-07T21:08:10.914Z] Setting up debconf (1.5.66ubuntu1) ... [Pipeline] } [2021-01-07T21:08:11.113Z] $ docker stop --time=1 817b81c42d1542dded34ca66d25c2f5986eb6a01c14d55410bd81956e6eb72ba [2021-01-07T21:08:11.175Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T21:08:11.175Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-07T21:08:11.436Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-07T21:08:11.436Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-07T21:08:11.698Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T21:08:11.698Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-07T21:08:11.698Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-07T21:08:11.698Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-07T21:08:11.962Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T21:08:11.962Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-07T21:08:11.962Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-07T21:08:12.223Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-07T21:08:12.485Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T21:08:12.485Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T21:08:12.485Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T21:08:12.485Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-07T21:08:12.485Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-07T21:08:12.746Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-07T21:08:12.746Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-07T21:08:12.746Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-07T21:08:13.007Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T21:08:13.007Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-07T21:08:13.007Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-07T21:08:13.007Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-07T21:08:13.269Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T21:08:13.269Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-07T21:08:13.269Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-07T21:08:13.269Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-07T21:08:13.531Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T21:08:13.531Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-07T21:08:13.531Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-07T21:08:13.712Z] $ docker rm -f 817b81c42d1542dded34ca66d25c2f5986eb6a01c14d55410bd81956e6eb72ba [2021-01-07T21:08:13.792Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-07T21:08:13.792Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T21:08:13.792Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-07T21:08:13.792Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-07T21:08:14.055Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-07T21:08:14.055Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T21:08:14.055Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-07T21:08:14.316Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-07T21:08:14.582Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-07T21:08:14.844Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T21:08:14.844Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-07T21:08:14.844Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-07T21:08:14.844Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-07T21:08:15.106Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T21:08:15.106Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-07T21:08:15.106Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-07T21:08:15.106Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [2021-01-07T21:08:15.366Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T21:08:15.366Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-07T21:08:15.366Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-07T21:08:15.366Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [Pipeline] sh [2021-01-07T21:08:15.627Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T21:08:15.627Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-07T21:08:15.627Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-07T21:08:15.627Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-07T21:08:15.679Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T21:08:15.679Z] [2021-01-07T21:08:15.679Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:08:15.888Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T21:08:15.888Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-07T21:08:15.888Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-07T21:08:15.888Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-07T21:08:16.053Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T21:08:16.148Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T21:08:16.148Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-07T21:08:16.148Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-07T21:08:16.148Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-07T21:08:16.324Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-07T21:08:16.324Z] 29e5d40040c1: Pulling fs layer [2021-01-07T21:08:16.324Z] 1ce36da41761: Pulling fs layer [2021-01-07T21:08:16.324Z] 25b303627fd3: Pulling fs layer [2021-01-07T21:08:16.408Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T21:08:16.408Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-07T21:08:16.408Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-07T21:08:16.408Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-07T21:08:16.594Z] 29e5d40040c1: Download complete [2021-01-07T21:08:16.668Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-07T21:08:16.669Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-07T21:08:16.669Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-07T21:08:16.669Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-07T21:08:16.669Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-07T21:08:16.866Z] 1ce36da41761: Verifying Checksum [2021-01-07T21:08:16.866Z] 1ce36da41761: Download complete [2021-01-07T21:08:16.946Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-07T21:08:16.946Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-07T21:08:17.143Z] 29e5d40040c1: Pull complete [2021-01-07T21:08:17.207Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-07T21:08:17.207Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-07T21:08:17.469Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-07T21:08:17.729Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-07T21:08:17.729Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-07T21:08:17.729Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-07T21:08:17.729Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-07T21:08:17.994Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-07T21:08:17.994Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-07T21:08:17.994Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-07T21:08:17.994Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-07T21:08:17.994Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-07T21:08:18.115Z] 1ce36da41761: Pull complete [2021-01-07T21:08:18.254Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-07T21:08:18.254Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-07T21:08:18.254Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-07T21:08:18.254Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-07T21:08:18.515Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2021-01-07T21:08:18.515Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2021-01-07T21:08:18.705Z] 25b303627fd3: Verifying Checksum [2021-01-07T21:08:18.705Z] 25b303627fd3: Download complete [2021-01-07T21:08:19.457Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-07T21:08:19.457Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-07T21:08:19.457Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-07T21:08:19.457Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-07T21:08:19.717Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-07T21:08:19.717Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-07T21:08:19.978Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-07T21:08:19.978Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-07T21:08:20.245Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-07T21:08:20.245Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-07T21:08:20.245Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-07T21:08:20.245Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-07T21:08:20.506Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T21:08:20.506Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T21:08:20.506Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T21:08:20.506Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T21:08:20.765Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T21:08:20.765Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T21:08:20.765Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T21:08:20.765Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T21:08:21.704Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T21:08:21.704Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T21:08:22.645Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T21:08:22.645Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T21:08:23.587Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T21:08:23.587Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T21:08:23.848Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T21:08:23.848Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T21:08:24.793Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T21:08:24.793Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T21:08:24.793Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-07T21:08:24.793Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-07T21:08:24.793Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-07T21:08:24.793Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-07T21:08:25.054Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-07T21:08:25.054Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-07T21:08:25.054Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-07T21:08:25.315Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-07T21:08:25.315Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-07T21:08:25.315Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-07T21:08:25.315Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-07T21:08:25.315Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-07T21:08:25.575Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-07T21:08:25.576Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-07T21:08:25.576Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T21:08:25.836Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-07T21:08:25.836Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T21:08:25.836Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T21:08:25.836Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T21:08:25.836Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-07T21:08:25.836Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-07T21:08:25.836Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2021-01-07T21:08:26.098Z] [2021-01-07T21:08:26.098Z] Current default time zone: 'Etc/UTC' [2021-01-07T21:08:26.098Z] Local time is now: Thu Jan 7 21:08:25 UTC 2021. [2021-01-07T21:08:26.098Z] Universal Time is now: Thu Jan 7 21:08:25 UTC 2021. [2021-01-07T21:08:26.098Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-07T21:08:26.098Z] [2021-01-07T21:08:26.098Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-07T21:08:26.098Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T21:08:26.098Z] Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... [2021-01-07T21:08:26.098Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-07T21:08:26.098Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-07T21:08:26.098Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-07T21:08:26.098Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-07T21:08:26.098Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-07T21:08:26.098Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-07T21:08:26.359Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-07T21:08:26.359Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T21:08:26.359Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-07T21:08:26.621Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T21:08:26.621Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-07T21:08:26.621Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T21:08:26.621Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-07T21:08:26.621Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-07T21:08:26.621Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-07T21:08:26.621Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-07T21:08:26.621Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-07T21:08:26.882Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-07T21:08:26.882Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-07T21:08:26.882Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-07T21:08:28.795Z] Updating certificates in /etc/ssl/certs... [2021-01-07T21:08:28.842Z] 25b303627fd3: Pull complete [2021-01-07T21:08:28.842Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-07T21:08:28.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T21:08:28.842Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-07T21:08:29.066Z] prd-ubuntu18.04-docker-arm64-4c-16g-18893 does not seem to be running inside a container [2021-01-07T21:08:29.144Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-07T21:08:29.368Z] 22 added, 17 removed; done. [2021-01-07T21:08:29.368Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-07T21:08:29.629Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T21:08:29.629Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-07T21:08:29.629Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-07T21:08:29.629Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-07T21:08:29.629Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T21:08:29.629Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-07T21:08:29.629Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T21:08:29.629Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T21:08:29.889Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T21:08:29.889Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T21:08:29.889Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T21:08:29.889Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-07T21:08:29.889Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-07T21:08:29.889Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-07T21:08:29.889Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-07T21:08:30.150Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-07T21:08:30.150Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T21:08:30.150Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T21:08:30.150Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-07T21:08:30.150Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-07T21:08:30.150Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-07T21:08:30.150Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-07T21:08:30.411Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-07T21:08:30.411Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-07T21:08:30.411Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-07T21:08:30.411Z] Updating certificates in /etc/ssl/certs... [2021-01-07T21:08:30.982Z] 0 added, 0 removed; done. [2021-01-07T21:08:30.982Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-07T21:08:30.982Z] done. [2021-01-07T21:08:31.502Z] Reading package lists... [2021-01-07T21:08:31.502Z] Building dependency tree... [2021-01-07T21:08:31.502Z] Reading state information... [2021-01-07T21:08:31.764Z] The following NEW packages will be installed: [2021-01-07T21:08:31.764Z] apt-transport-https [2021-01-07T21:08:31.764Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-07T21:08:31.764Z] Need to get 1696 B of archives. [2021-01-07T21:08:31.764Z] After this operation, 153 kB of additional disk space will be used. [2021-01-07T21:08:31.764Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-07T21:08:31.764Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-07T21:08:31.764Z] Fetched 1696 B in 0s (20.7 kB/s) [2021-01-07T21:08:32.024Z] Selecting previously unselected package apt-transport-https. [2021-01-07T21:08:32.024Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-07T21:08:32.024Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-07T21:08:32.024Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-07T21:08:32.024Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-07T21:08:32.252Z] $ docker top a80e0ca30bb718bb21f174efc63a448722c14ce5f63e53dfa234b6d63b0f951a -eo pid,comm [2021-01-07T21:08:32.284Z] Waiting for network to be ready... [Pipeline] { [Pipeline] sh [2021-01-07T21:08:33.227Z] + docker-compose build --help [2021-01-07T21:08:33.227Z] + grep parallel [2021-01-07T21:08:36.593Z] --parallel Build images in parallel. [Pipeline] } [2021-01-07T21:08:36.614Z] $ docker stop --time=1 a80e0ca30bb718bb21f174efc63a448722c14ce5f63e53dfa234b6d63b0f951a [2021-01-07T21:08:38.549Z] $ docker rm -f a80e0ca30bb718bb21f174efc63a448722c14ce5f63e53dfa234b6d63b0f951a [2021-01-07T21:08:38.873Z] 2021-01-07T21:08:34Z INFO Waiting for automatic snapd restart... [2021-01-07T21:08:38.873Z] snapd 2.48.2 from Canonical* installed [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:08:39.134Z] "snapd" switched to the "latest/stable" channel [2021-01-07T21:08:39.134Z] [2021-01-07T21:08:39.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T21:08:39.434Z] . [Pipeline] withDockerContainer [2021-01-07T21:08:39.738Z] prd-ubuntu18.04-docker-arm64-4c-16g-18893 does not seem to be running inside a container [2021-01-07T21:08:39.829Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-07T21:08:41.293Z] $ docker top 81b1c9791b33cfbcc26d5d91f6360a309937d63f2d63edcfde01b0900ffd706f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T21:08:42.372Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-07T21:08:42.441Z] core18 20201210 from Canonical* installed [2021-01-07T21:08:42.441Z] "core18" switched to the "latest/stable" channel [2021-01-07T21:08:42.441Z] [2021-01-07T21:08:44.988Z] snapcraft 4.4.4 from Canonical* installed [2021-01-07T21:08:45.251Z] "snapcraft" switched to the "latest/stable" channel [2021-01-07T21:08:45.251Z] [2021-01-07T21:08:45.742Z] Building docker-core-command-go ... [2021-01-07T21:08:45.742Z] Building docker-core-data-go ... [2021-01-07T21:08:45.742Z] Building docker-core-metadata-go ... [2021-01-07T21:08:45.742Z] Building docker-security-bootstrap-redis-go ... [2021-01-07T21:08:45.742Z] Building docker-security-proxy-setup-go ... [2021-01-07T21:08:45.742Z] Building docker-security-secretstore-setup-go ... [2021-01-07T21:08:45.743Z] Building docker-support-notifications-go ... [2021-01-07T21:08:45.743Z] Building docker-support-scheduler-go ... [2021-01-07T21:08:45.743Z] Building docker-sys-mgmt-agent-go ... [2021-01-07T21:08:45.743Z] Building docker-support-notifications-go [2021-01-07T21:08:45.743Z] Building docker-core-metadata-go [2021-01-07T21:08:45.743Z] Building docker-sys-mgmt-agent-go [2021-01-07T21:08:45.743Z] Building docker-security-proxy-setup-go [2021-01-07T21:08:46.014Z] Building docker-support-scheduler-go [2021-01-07T21:08:49.464Z] 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-07T21:08:49.464Z] - README.md [2021-01-07T21:08:49.464Z] - snapcraft.yaml.orig [2021-01-07T21:08:49.464Z] [2021-01-07T21:08:49.464Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-07T21:08:56.056Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-07T21:08:56.056Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-07T21:08:56.056Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-07T21:08:56.056Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-07T21:08:56.318Z] Reading package lists... [2021-01-07T21:08:56.579Z] 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-07T21:09:03.183Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-07T21:09:03.183Z] Reading package lists... [2021-01-07T21:09:03.183Z] Building dependency tree... [2021-01-07T21:09:03.183Z] Reading state information... [2021-01-07T21:09:03.183Z] Suggested packages: [2021-01-07T21:09:03.183Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-07T21:09:03.183Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-07T21:09:03.183Z] Recommended packages: [2021-01-07T21:09:03.183Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-07T21:09:03.183Z] The following NEW packages will be installed: [2021-01-07T21:09:03.183Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-07T21:09:03.183Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-07T21:09:03.183Z] pkg-config zip [2021-01-07T21:09:03.183Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-07T21:09:03.183Z] Need to get 7655 kB of archives. [2021-01-07T21:09:03.183Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-07T21:09:03.184Z] 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-07T21:09:03.445Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-07T21:09:03.445Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-07T21:09:03.445Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-07T21:09:03.445Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-07T21:09:03.445Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-07T21:09:04.015Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-07T21:09:04.276Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-07T21:09:04.276Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-07T21:09:04.276Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-07T21:09:04.276Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-07T21:09:04.537Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-07T21:09:05.109Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-07T21:09:05.109Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-07T21:09:05.109Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-07T21:09:05.109Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-07T21:09:05.109Z] Fetched 7655 kB in 2s (3782 kB/s) [2021-01-07T21:09:05.370Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-07T21:09:05.370Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-07T21:09:05.370Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-07T21:09:05.370Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-07T21:09:05.631Z] Selecting previously unselected package libpsl5:amd64. [2021-01-07T21:09:05.631Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-07T21:09:05.631Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-07T21:09:05.631Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-07T21:09:05.631Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-07T21:09:05.631Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-07T21:09:05.631Z] Selecting previously unselected package librtmp1:amd64. [2021-01-07T21:09:05.631Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-07T21:09:05.631Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-07T21:09:05.891Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-07T21:09:05.891Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-07T21:09:05.891Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-07T21:09:05.891Z] Selecting previously unselected package liberror-perl. [2021-01-07T21:09:05.891Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-07T21:09:05.891Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-07T21:09:05.892Z] Selecting previously unselected package git-man. [2021-01-07T21:09:05.892Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-07T21:09:05.892Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-07T21:09:06.152Z] Selecting previously unselected package git. [2021-01-07T21:09:06.152Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-07T21:09:06.152Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-07T21:09:06.724Z] Selecting previously unselected package libnorm1:amd64. [2021-01-07T21:09:06.724Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-07T21:09:06.988Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-07T21:09:06.988Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-07T21:09:06.988Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-07T21:09:06.988Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-07T21:09:06.988Z] Selecting previously unselected package libsodium23:amd64. [2021-01-07T21:09:06.988Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-07T21:09:06.988Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-07T21:09:07.258Z] Selecting previously unselected package libzmq5:amd64. [2021-01-07T21:09:07.258Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-07T21:09:07.258Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-07T21:09:07.258Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-07T21:09:07.258Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-07T21:09:07.258Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-07T21:09:07.258Z] Selecting previously unselected package pkg-config. [2021-01-07T21:09:07.258Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-07T21:09:07.520Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-07T21:09:07.520Z] Selecting previously unselected package zip. [2021-01-07T21:09:07.520Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-07T21:09:07.520Z] Unpacking zip (3.0-11build1) ... [2021-01-07T21:09:07.520Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-07T21:09:07.520Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-07T21:09:07.520Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-07T21:09:07.520Z] Setting up liberror-perl (0.17025-1) ... [2021-01-07T21:09:07.520Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-07T21:09:07.781Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-07T21:09:07.781Z] No schema files found: doing nothing. [2021-01-07T21:09:07.781Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-07T21:09:07.781Z] Setting up zip (3.0-11build1) ... [2021-01-07T21:09:07.781Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-07T21:09:07.781Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-07T21:09:07.781Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-07T21:09:07.781Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-07T21:09:08.041Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-07T21:09:08.041Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-07T21:09:08.041Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-07T21:09:08.041Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-07T21:09:14.640Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-07T21:09:14.640Z] git set to automatically installed. [2021-01-07T21:09:14.640Z] git-man set to automatically installed. [2021-01-07T21:09:14.640Z] libcurl3-gnutls set to automatically installed. [2021-01-07T21:09:14.640Z] liberror-perl set to automatically installed. [2021-01-07T21:09:14.640Z] libglib2.0-0 set to automatically installed. [2021-01-07T21:09:14.640Z] libnghttp2-14 set to automatically installed. [2021-01-07T21:09:14.640Z] libnorm1 set to automatically installed. [2021-01-07T21:09:14.640Z] libpgm-5.2-0 set to automatically installed. [2021-01-07T21:09:14.640Z] libpsl5 set to automatically installed. [2021-01-07T21:09:14.640Z] librtmp1 set to automatically installed. [2021-01-07T21:09:14.640Z] libsodium23 set to automatically installed. [2021-01-07T21:09:14.640Z] libzmq3-dev set to automatically installed. [2021-01-07T21:09:14.640Z] libzmq5 set to automatically installed. [2021-01-07T21:09:14.640Z] pkg-config set to automatically installed. [2021-01-07T21:09:14.640Z] zip set to automatically installed. [2021-01-07T21:09:16.555Z] snapd is not logged in, snap install commands will use sudo [2021-01-07T21:09:23.152Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-07T21:09:23.413Z] snap "core18" has no updates available [2021-01-07T21:09:23.985Z] Pulling config-common [2021-01-07T21:09:24.928Z] Pulling go-build-helper [2021-01-07T21:09:51.523Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-07T21:09:51.523Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] [2021-01-07T21:09:51.523Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-07T21:09:51.523Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] [2021-01-07T21:09:51.523Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-07T21:09:51.523Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-07T21:09:51.523Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] [2021-01-07T21:09:51.523Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] [2021-01-07T21:09:51.523Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-07T21:09:51.523Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-07T21:09:51.523Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-07T21:09:51.523Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-07T21:09:51.523Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-07T21:09:51.523Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-07T21:09:51.523Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-07T21:09:51.523Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-07T21:09:51.523Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-07T21:09:51.523Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-07T21:09:51.523Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-07T21:09:51.523Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-07T21:09:51.523Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-07T21:09:51.523Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] [2021-01-07T21:09:51.523Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] [2021-01-07T21:09:51.523Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-07T21:09:51.523Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-07T21:09:51.523Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-07T21:09:51.523Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-07T21:09:51.523Z] Fetched 23.6 MB in 6s (3832 kB/s) [2021-01-07T21:09:51.523Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-07T21:09:51.523Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-07T21:09:51.523Z] Fetched 279 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-07T21:09:51.523Z] Fetched 122 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-07T21:09:51.523Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-07T21:09:51.523Z] Fetched 8848 B in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-07T21:09:51.523Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-07T21:09:51.523Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-07T21:09:51.523Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-07T21:09:51.523Z] Fetched 214 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-07T21:09:51.523Z] Fetched 155 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-07T21:09:51.523Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-07T21:09:51.523Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-07T21:09:51.523Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-07T21:09:51.523Z] Fetched 499 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-07T21:09:51.523Z] Fetched 111 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-07T21:09:51.523Z] Fetched 240 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-07T21:09:51.523Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-07T21:09:51.523Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-07T21:09:51.523Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-07T21:09:51.523Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-07T21:09:51.523Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-07T21:09:51.523Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-07T21:09:51.523Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-07T21:09:51.523Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-07T21:09:51.523Z] Fetched 8720 B in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-07T21:09:51.523Z] Fetched 137 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-07T21:09:51.523Z] Fetched 119 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-07T21:09:51.523Z] Fetched 109 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-07T21:09:51.523Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-07T21:09:51.523Z] Fetched 645 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-07T21:09:51.523Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-07T21:09:51.523Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-07T21:09:51.523Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-07T21:09:51.524Z] Fetched 368 kB in 0s (0 B/s) [2021-01-07T21:09:51.524Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-07T21:09:51.524Z] Fetched 187 kB in 0s (0 B/s) [2021-01-07T21:09:51.524Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-07T21:09:51.524Z] Fetched 175 kB in 0s (0 B/s) [2021-01-07T21:09:51.524Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-07T21:09:54.000Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:09:54.000Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:09:54.000Z] ---> f6bbb6d5301c [2021-01-07T21:09:54.000Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T21:09:54.000Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:09:54.000Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:09:54.000Z] ---> f6bbb6d5301c [2021-01-07T21:09:54.000Z] Step 3/26 : WORKDIR /edgex-go [2021-01-07T21:09:54.000Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:09:54.000Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:09:54.000Z] ---> f6bbb6d5301c [2021-01-07T21:09:54.000Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T21:09:54.000Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:09:54.000Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:09:54.000Z] ---> f6bbb6d5301c [2021-01-07T21:09:54.000Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T21:09:54.000Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:09:54.000Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:09:54.000Z] ---> f6bbb6d5301c [2021-01-07T21:09:54.000Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T21:09:54.069Z] Fetched 206 kB in 0s (0 B/s) [2021-01-07T21:09:54.069Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-07T21:09:54.069Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-07T21:09:54.069Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-07T21:09:54.069Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-07T21:09:54.069Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-07T21:09:54.069Z] Fetched 159 kB in 0s (0 B/s) [2021-01-07T21:09:54.069Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-07T21:09:54.069Z] Fetched 107 kB in 0s (0 B/s) [2021-01-07T21:09:54.069Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-07T21:09:54.069Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-07T21:09:54.069Z] Pulling static-packages [2021-01-07T21:09:54.639Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-07T21:09:54.639Z] Skipping pull go-build-helper (already ran) [2021-01-07T21:09:54.639Z] Skipping pull static-packages (already ran) [2021-01-07T21:09:54.639Z] Building go-build-helper [2021-01-07T21:09:55.982Z] ---> Running in 563f844109db [2021-01-07T21:09:55.982Z] ---> Running in 556cadc5b311 [2021-01-07T21:09:55.982Z] ---> Running in cf24ead93468 [2021-01-07T21:09:55.982Z] ---> Running in 006107590cb3 [2021-01-07T21:09:55.982Z] ---> Running in 16c011eab9e9 [2021-01-07T21:09:56.587Z] Removing intermediate container 16c011eab9e9 [2021-01-07T21:09:56.587Z] ---> 9ec549f7a40b [2021-01-07T21:09:56.587Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:09:56.587Z] ---> Running in e5ea951490fd [2021-01-07T21:09:56.587Z] Removing intermediate container cf24ead93468 [2021-01-07T21:09:56.587Z] ---> 776cf86538e4 [2021-01-07T21:09:56.587Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:09:56.587Z] Removing intermediate container 556cadc5b311 [2021-01-07T21:09:56.587Z] ---> a00d96e6d5f6 [2021-01-07T21:09:56.587Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:09:56.859Z] Removing intermediate container 563f844109db [2021-01-07T21:09:56.859Z] ---> b289288f6010 [2021-01-07T21:09:56.859Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:09:56.859Z] Removing intermediate container 006107590cb3 [2021-01-07T21:09:56.859Z] ---> 526ee62f3ed0 [2021-01-07T21:09:56.859Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:09:57.139Z] ---> Running in cfd268cf85bd [2021-01-07T21:09:57.139Z] ---> Running in 54e878a5b14f [2021-01-07T21:09:57.139Z] ---> Running in 5e196b2bd22c [2021-01-07T21:09:57.139Z] ---> Running in 85c74b34a13f [2021-01-07T21:09:58.845Z] Building static-packages [2021-01-07T21:10:00.236Z] Staging go-build-helper [2021-01-07T21:10:00.604Z] Removing intermediate container e5ea951490fd [2021-01-07T21:10:00.604Z] ---> 99a36290b0c0 [2021-01-07T21:10:00.604Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T21:10:00.604Z] ---> Running in 564b47079a25 [2021-01-07T21:10:00.814Z] Staging static-packages [2021-01-07T21:10:01.767Z] Pulling go115 [2021-01-07T21:10:02.720Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-07T21:10:02.720Z] Skipping pull go115 (already ran) [2021-01-07T21:10:02.720Z] Building go115 [2021-01-07T21:10:02.720Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T21:10:02.720Z] Dload Upload Total Spent Left Speed [2021-01-07T21:10:04.916Z] Removing intermediate container 85c74b34a13f [2021-01-07T21:10:04.916Z] ---> 9b31856aa761 [2021-01-07T21:10:04.916Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-07T21:10:04.916Z] Removing intermediate container 54e878a5b14f [2021-01-07T21:10:04.916Z] ---> 8946dd347335 [2021-01-07T21:10:04.916Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T21:10:04.916Z] Removing intermediate container cfd268cf85bd [2021-01-07T21:10:04.916Z] ---> 7c8a84fe2d4e [2021-01-07T21:10:04.916Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T21:10:04.916Z] Removing intermediate container 5e196b2bd22c [2021-01-07T21:10:04.916Z] ---> 305985a7cfd0 [2021-01-07T21:10:04.916Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-07T21:10:04.916Z] ---> Running in d13a26055b15 [2021-01-07T21:10:04.916Z] ---> Running in 109bb9e62cdb [2021-01-07T21:10:05.200Z] ---> Running in e008ddf21667 [2021-01-07T21:10:05.200Z] ---> Running in 03e4f86e28ee [2021-01-07T21:10:05.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:10:06.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:10:06.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:10:07.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:10:07.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:10:07.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:10:07.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:10:07.861Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 115M 4 5007k 0 0 4215k 0 0:00:28 0:00:01 0:00:27 4211k 27 115M 27 31.6M 0 0 14.4M 0 0:00:07 0:00:02 0:00:05 14.4M 50 115M 50 58.4M 0 0 18.3M 0 0:00:06 0:00:03 0:00:03 18.3M 85 115M 85 98.2M 0 0 23.3M 0 0:00:04 0:00:04 --:--:-- 23.3M 100 115M 100 115M 0 0 23.4M 0 0:00:04 0:00:04 --:--:-- 24.7M [2021-01-07T21:10:07.899Z] OK: 217 MiB in 51 packages [2021-01-07T21:10:07.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:10:08.122Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-07T21:10:08.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:10:09.161Z] OK: 217 MiB in 51 packages [2021-01-07T21:10:09.161Z] Removing intermediate container 564b47079a25 [2021-01-07T21:10:09.161Z] ---> 304dcdb173f9 [2021-01-07T21:10:09.161Z] Step 6/22 : COPY go.mod . [2021-01-07T21:10:09.161Z] OK: 217 MiB in 51 packages [2021-01-07T21:10:09.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:10:09.770Z] OK: 217 MiB in 51 packages [2021-01-07T21:10:10.045Z] ---> b39343efd294 [2021-01-07T21:10:10.045Z] Step 7/22 : RUN go mod download [2021-01-07T21:10:10.320Z] ---> Running in 02dc1c6da02e [2021-01-07T21:10:10.930Z] Removing intermediate container d13a26055b15 [2021-01-07T21:10:10.930Z] ---> 1ebc5ae35fa6 [2021-01-07T21:10:10.930Z] Step 6/24 : COPY go.mod . [2021-01-07T21:10:10.930Z] Removing intermediate container 03e4f86e28ee [2021-01-07T21:10:10.930Z] ---> fc1944717664 [2021-01-07T21:10:10.930Z] Step 6/21 : COPY go.mod . [2021-01-07T21:10:11.214Z] Removing intermediate container e008ddf21667 [2021-01-07T21:10:11.214Z] ---> bc0661a71111 [2021-01-07T21:10:11.214Z] Step 6/26 : COPY go.mod . [2021-01-07T21:10:11.809Z] ---> 5e3546ea3e1c [2021-01-07T21:10:11.810Z] Step 7/24 : RUN go mod download [2021-01-07T21:10:11.810Z] OK: 217 MiB in 51 packages [2021-01-07T21:10:12.086Z] ---> 0cacba84e079 [2021-01-07T21:10:12.086Z] Step 7/21 : RUN go mod download [2021-01-07T21:10:12.086Z] ---> Running in d1e153a331f6 [2021-01-07T21:10:12.326Z] Staging go115 [2021-01-07T21:10:12.357Z] ---> Running in 8231bff8cb77 [2021-01-07T21:10:12.357Z] ---> 46b3e54677c1 [2021-01-07T21:10:12.357Z] Step 7/26 : RUN go mod download [2021-01-07T21:10:12.632Z] ---> Running in d14787c80991 [2021-01-07T21:10:14.091Z] Removing intermediate container 109bb9e62cdb [2021-01-07T21:10:14.091Z] ---> c25e9f718e77 [2021-01-07T21:10:14.091Z] Step 6/21 : COPY go.mod . [2021-01-07T21:10:14.091Z] Removing intermediate container 02dc1c6da02e [2021-01-07T21:10:14.091Z] ---> 603d0c8e4666 [2021-01-07T21:10:14.368Z] Step 8/22 : COPY . . [2021-01-07T21:10:14.967Z] ---> eb62c39a8bb1 [2021-01-07T21:10:14.967Z] Step 7/21 : RUN go mod download [2021-01-07T21:10:15.238Z] ---> Running in 656c28ea624e [2021-01-07T21:10:16.697Z] Removing intermediate container d1e153a331f6 [2021-01-07T21:10:16.697Z] ---> 170b051cb993 [2021-01-07T21:10:16.697Z] Step 8/24 : COPY . . [2021-01-07T21:10:17.307Z] Removing intermediate container 8231bff8cb77 [2021-01-07T21:10:17.307Z] ---> be5c1aff32d5 [2021-01-07T21:10:17.307Z] Step 8/21 : COPY . . [2021-01-07T21:10:17.588Z] Removing intermediate container d14787c80991 [2021-01-07T21:10:17.588Z] ---> c43b86080fbe [2021-01-07T21:10:17.588Z] Step 8/26 : COPY . . [2021-01-07T21:10:17.615Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-07T21:10:17.615Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-07T21:10:17.615Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-07T21:10:17.615Z] Fetched 0 B in 0s (0 B/s) [2021-01-07T21:10:17.615Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-07T21:10:17.615Z] Fetched 224 kB in 0s (0 B/s) [2021-01-07T21:10:17.615Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-07T21:10:17.615Z] Fetched 157 kB in 0s (0 B/s) [2021-01-07T21:10:17.615Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-07T21:10:17.615Z] Fetched 221 kB in 0s (0 B/s) [2021-01-07T21:10:17.615Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-07T21:10:17.615Z] Fetched 143 kB in 0s (0 B/s) [2021-01-07T21:10:17.615Z] Pulling edgex-go [2021-01-07T21:10:18.185Z] Pulling version [2021-01-07T21:10:19.127Z] Building config-common [2021-01-07T21:10:21.003Z] Removing intermediate container 656c28ea624e [2021-01-07T21:10:21.003Z] ---> 53b6189b81a2 [2021-01-07T21:10:21.003Z] Step 8/21 : COPY . . [2021-01-07T21:10:21.041Z] Skipping build go-build-helper (already ran) [2021-01-07T21:10:21.041Z] Skipping build static-packages (already ran) [2021-01-07T21:10:21.041Z] Skipping build go115 (already ran) [2021-01-07T21:10:21.302Z] Building edgex-go [2021-01-07T21:10:21.302Z] 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-07T21:10:23.848Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-07T21:10:23.848Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-07T21:10:23.848Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.139 [2021-01-07T21:10:23.848Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-07T21:10:23.848Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-07T21:10:23.848Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-07T21:10:23.848Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-07T21:10:23.848Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-07T21:10:23.848Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-07T21:10:23.848Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-07T21:10:23.848Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-07T21:10:23.848Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-07T21:10:23.848Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-07T21:10:23.848Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-07T21:10:23.848Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-07T21:10:23.848Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-07T21:10:23.848Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-07T21:10:23.848Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-07T21:10:23.848Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-07T21:10:23.848Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-07T21:10:23.848Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-07T21:10:23.848Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-07T21:10:23.848Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-07T21:10:23.848Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-07T21:10:23.848Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-07T21:10:23.848Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-07T21:10:23.848Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-07T21:10:23.848Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-07T21:10:23.848Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-07T21:10:23.848Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-07T21:10:23.848Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-07T21:10:23.848Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-07T21:10:23.848Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-07T21:10:23.848Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-07T21:10:23.848Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-07T21:10:23.848Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-07T21:10:23.848Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-07T21:10:23.848Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-07T21:10:23.848Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-07T21:10:24.109Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-07T21:10:30.690Z] 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-07T21:10:33.989Z] 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-07T21:10:34.561Z] 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-07T21:10:35.948Z] 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-07T21:10:35.948Z] 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-07T21:10:36.208Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-07T21:10:36.208Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-07T21:10:36.208Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-07T21:10:36.208Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-07T21:10:38.118Z] 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-07T21:10:38.118Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-07T21:10:38.118Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-07T21:10:39.060Z] 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-07T21:10:39.060Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-07T21:10:39.999Z] 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-07T21:10:39.999Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-07T21:10:41.380Z] 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-07T21:10:41.950Z] 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-07T21:10:42.891Z] 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-07T21:10:43.170Z] ---> f60cec75496a [2021-01-07T21:10:43.170Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-07T21:10:43.170Z] ---> f87436b6ae48 [2021-01-07T21:10:43.170Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-07T21:10:43.170Z] ---> d0b88f2352fa [2021-01-07T21:10:43.170Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-07T21:10:43.170Z] ---> Running in 1aaa51b9b2c6 [2021-01-07T21:10:43.170Z] ---> Running in 3ee2cb5f86bc [2021-01-07T21:10:43.170Z] ---> 2369583e9b19 [2021-01-07T21:10:43.170Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-07T21:10:43.170Z] ---> f0e36eeafe4c [2021-01-07T21:10:43.170Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-07T21:10:43.170Z] ---> Running in c2a4ab412304 [2021-01-07T21:10:43.170Z] ---> Running in 142e60bf4ce1 [2021-01-07T21:10:43.170Z] ---> Running in 32cf1ccc2f25 [2021-01-07T21:10:44.619Z] 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-07T21:10:44.619Z] 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-07T21:10:44.801Z] Building version [2021-01-07T21:10:44.895Z] 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-07T21:10:44.895Z] 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-07T21:10:45.169Z] 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-07T21:10:46.717Z] Staging config-common [2021-01-07T21:10:47.288Z] Skipping stage go-build-helper (already ran) [2021-01-07T21:10:47.288Z] Skipping stage static-packages (already ran) [2021-01-07T21:10:47.288Z] Skipping stage go115 (already ran) [2021-01-07T21:10:47.288Z] Staging edgex-go [2021-01-07T21:10:48.227Z] Staging version [2021-01-07T21:10:49.171Z] Priming config-common [2021-01-07T21:10:50.112Z] Priming go-build-helper [2021-01-07T21:10:51.053Z] Priming static-packages [2021-01-07T21:10:53.650Z] Priming go115 [2021-01-07T21:10:54.220Z] Priming edgex-go [2021-01-07T21:10:55.161Z] Priming version [2021-01-07T21:10:56.102Z] 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-07T21:12:06.980Z] 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-07T21:12:25.318Z] Removing intermediate container c2a4ab412304 [2021-01-07T21:12:25.318Z] ---> 71173248f343 [2021-01-07T21:12:25.318Z] [2021-01-07T21:12:25.318Z] Step 10/21 : FROM scratch [2021-01-07T21:12:25.318Z] ---> [2021-01-07T21:12:25.318Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T21:12:25.318Z] Removing intermediate container 1aaa51b9b2c6 [2021-01-07T21:12:25.318Z] ---> 5979f91610f2 [2021-01-07T21:12:25.318Z] [2021-01-07T21:12:25.318Z] Step 10/24 : FROM scratch [2021-01-07T21:12:25.318Z] ---> [2021-01-07T21:12:25.318Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-07T21:12:25.318Z] Removing intermediate container 32cf1ccc2f25 [2021-01-07T21:12:25.318Z] ---> 0bf04c5e92d5 [2021-01-07T21:12:25.318Z] [2021-01-07T21:12:25.318Z] Step 10/21 : FROM alpine:3.12 [2021-01-07T21:12:25.318Z] Removing intermediate container 142e60bf4ce1 [2021-01-07T21:12:25.318Z] ---> c1d2b32ede93 [2021-01-07T21:12:25.318Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-07T21:12:25.318Z] 3.12: Pulling from library/alpine [2021-01-07T21:12:25.318Z] ---> Running in 84e912322a24 [2021-01-07T21:12:25.318Z] ---> Running in 7227b4941fee [2021-01-07T21:12:25.318Z] ---> Running in 3f0cd441ea5f [2021-01-07T21:12:25.318Z] Removing intermediate container 84e912322a24 [2021-01-07T21:12:25.318Z] ---> e2f9106a53de [2021-01-07T21:12:25.318Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-07T21:12:25.318Z] Removing intermediate container 7227b4941fee [2021-01-07T21:12:25.318Z] ---> 574f3e65866a [2021-01-07T21:12:25.318Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-07T21:12:25.318Z] ---> Running in aca5ad7b45e3 [2021-01-07T21:12:25.318Z] ---> Running in d6761a6d2874 [2021-01-07T21:12:25.318Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-07T21:12:25.318Z] Status: Downloaded newer image for alpine:3.12 [2021-01-07T21:12:25.319Z] ---> afeebe901d6b [2021-01-07T21:12:25.319Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-07T21:12:25.319Z] 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-07T21:12:25.319Z] ---> Running in fabe37ac1f76 [2021-01-07T21:12:25.319Z] Removing intermediate container d6761a6d2874 [2021-01-07T21:12:25.319Z] ---> 7a23972409fd [2021-01-07T21:12:25.319Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-07T21:12:25.319Z] Removing intermediate container aca5ad7b45e3 [2021-01-07T21:12:25.319Z] ---> 98881a5776e6 [2021-01-07T21:12:25.319Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-07T21:12:25.319Z] ---> Running in 3f60cc58e635 [2021-01-07T21:12:25.319Z] ---> Running in 2c6d76ca2013 [2021-01-07T21:12:25.597Z] Removing intermediate container 3f60cc58e635 [2021-01-07T21:12:25.597Z] ---> 206a8d456b23 [2021-01-07T21:12:25.597Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-07T21:12:25.874Z] Removing intermediate container 2c6d76ca2013 [2021-01-07T21:12:25.874Z] ---> 2852227009db [2021-01-07T21:12:25.874Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-07T21:12:26.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:12:26.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:12:27.142Z] ---> 76508f35d263 [2021-01-07T21:12:27.142Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-07T21:12:27.142Z] ---> 11ce31f7e7e8 [2021-01-07T21:12:27.142Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-07T21:12:27.802Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-07T21:12:27.802Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T21:12:27.802Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-07T21:12:27.802Z] (4/4) Installing curl (7.69.1-r3) [2021-01-07T21:12:27.802Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:12:27.802Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T21:12:28.354Z] OK: 7 MiB in 18 packages [2021-01-07T21:12:29.431Z] Removing intermediate container 3f0cd441ea5f [2021-01-07T21:12:29.431Z] ---> 4d6a9687ae8c [2021-01-07T21:12:29.431Z] [2021-01-07T21:12:29.431Z] Step 11/26 : FROM docker:20.10.0 [2021-01-07T21:12:29.431Z] 20.10.0: Pulling from library/docker [2021-01-07T21:12:29.710Z] ---> d0990d5f463e [2021-01-07T21:12:29.710Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-07T21:12:29.987Z] ---> eaac4a3931bc [2021-01-07T21:12:29.987Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-07T21:12:31.424Z] Removing intermediate container fabe37ac1f76 [2021-01-07T21:12:31.424Z] ---> 3c4c44a391cd [2021-01-07T21:12:31.424Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T21:12:32.045Z] Removing intermediate container 3ee2cb5f86bc [2021-01-07T21:12:32.045Z] ---> 357e8deb3e15 [2021-01-07T21:12:32.045Z] [2021-01-07T21:12:32.045Z] Step 10/22 : FROM scratch [2021-01-07T21:12:32.045Z] ---> [2021-01-07T21:12:32.045Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T21:12:32.045Z] ---> Running in dfa5bf1477e1 [2021-01-07T21:12:32.045Z] ---> 35f522b0cd6f [2021-01-07T21:12:32.045Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-07T21:12:32.045Z] ---> 80871d669459 [2021-01-07T21:12:32.045Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-07T21:12:32.321Z] ---> Using cache [2021-01-07T21:12:32.321Z] ---> e2f9106a53de [2021-01-07T21:12:32.321Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-07T21:12:32.598Z] ---> Running in ec2036681050 [2021-01-07T21:12:32.871Z] ---> Running in c212c40b9bc8 [2021-01-07T21:12:33.146Z] Removing intermediate container dfa5bf1477e1 [2021-01-07T21:12:33.146Z] ---> 50a1ebfba39f [2021-01-07T21:12:33.146Z] Step 13/21 : WORKDIR /edgex [2021-01-07T21:12:33.419Z] ---> Running in e3e430daf0a3 [2021-01-07T21:12:33.419Z] Removing intermediate container ec2036681050 [2021-01-07T21:12:33.419Z] ---> 506281c884bf [2021-01-07T21:12:33.419Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T21:12:33.419Z] ---> ac3a78489cc5 [2021-01-07T21:12:33.419Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-07T21:12:33.692Z] Removing intermediate container c212c40b9bc8 [2021-01-07T21:12:33.692Z] ---> 75e9de67d277 [2021-01-07T21:12:33.692Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:12:33.692Z] ---> Running in 4009a1cd3a5c [2021-01-07T21:12:33.692Z] ---> Running in f47e77cbcc14 [2021-01-07T21:12:33.961Z] Removing intermediate container e3e430daf0a3 [2021-01-07T21:12:33.961Z] ---> d95f470f7f46 [2021-01-07T21:12:33.961Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-07T21:12:34.559Z] Removing intermediate container 4009a1cd3a5c [2021-01-07T21:12:34.559Z] ---> d83e292c0216 [2021-01-07T21:12:34.559Z] Step 14/22 : WORKDIR / [2021-01-07T21:12:34.833Z] ---> Running in f43f2b558cdc [2021-01-07T21:12:34.833Z] Removing intermediate container f47e77cbcc14 [2021-01-07T21:12:34.833Z] ---> d4501676380b [2021-01-07T21:12:34.833Z] Step 19/21 : LABEL arch=arm64 [2021-01-07T21:12:35.424Z] ---> Running in 6b22210b8963 [2021-01-07T21:12:35.699Z] ---> 90434bbd4496 [2021-01-07T21:12:35.699Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-07T21:12:35.699Z] ---> e71383e17c1c [2021-01-07T21:12:35.699Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-07T21:12:35.975Z] Removing intermediate container f43f2b558cdc [2021-01-07T21:12:35.975Z] ---> 9ba911a130a7 [2021-01-07T21:12:35.975Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-07T21:12:36.247Z] Removing intermediate container 6b22210b8963 [2021-01-07T21:12:36.247Z] ---> 37a6db33ebfa [2021-01-07T21:12:36.248Z] Step 20/21 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:12:36.845Z] ---> Running in b4dca0f858e3 [2021-01-07T21:12:37.120Z] ---> cd2dee1dc68c [2021-01-07T21:12:37.120Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-07T21:12:37.392Z] ---> b6477adbecb3 [2021-01-07T21:12:37.392Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-07T21:12:37.666Z] ---> Running in 0a16898d7a33 [2021-01-07T21:12:37.666Z] ---> 006dadd4ca7a [2021-01-07T21:12:37.666Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-07T21:12:37.666Z] Removing intermediate container b4dca0f858e3 [2021-01-07T21:12:37.666Z] ---> c23f8499610d [2021-01-07T21:12:37.666Z] Step 21/21 : LABEL version=0.0.0 [2021-01-07T21:12:38.285Z] ---> Running in e99632f8a589 [2021-01-07T21:12:38.579Z] Removing intermediate container 0a16898d7a33 [2021-01-07T21:12:38.579Z] ---> 51ffcd7f6984 [2021-01-07T21:12:38.579Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:12:39.567Z] ---> Running in beb43dc3e5b7 [2021-01-07T21:12:39.567Z] Removing intermediate container e99632f8a589 [2021-01-07T21:12:39.567Z] ---> 17d274e35531 [2021-01-07T21:12:39.567Z] [2021-01-07T21:12:39.840Z] Successfully built 17d274e35531 [2021-01-07T21:12:40.123Z] ---> d394490e2f95 [2021-01-07T21:12:40.123Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-07T21:12:40.123Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-07T21:12:40.123Z] Building docker-core-command-go [2021-01-07T21:12:40.123Z]  Building docker-support-scheduler-go ... done  ---> 5dac31d96653 [2021-01-07T21:12:40.123Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-07T21:12:40.397Z] ---> Running in 902ae509cb10 [2021-01-07T21:12:40.397Z] Removing intermediate container beb43dc3e5b7 [2021-01-07T21:12:40.397Z] ---> dc6f375936fd [2021-01-07T21:12:40.397Z] Step 22/24 : LABEL arch=arm64 [2021-01-07T21:12:40.669Z] ---> Running in 9d7b9f448f7e [2021-01-07T21:12:40.944Z] Removing intermediate container 902ae509cb10 [2021-01-07T21:12:40.944Z] ---> a9b20db53a21 [2021-01-07T21:12:40.944Z] Step 18/21 : CMD ["--init=true"] [2021-01-07T21:12:41.219Z] ---> d3d0092c6edf [2021-01-07T21:12:41.219Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-07T21:12:41.492Z] ---> Running in 0d8298dd2da6 [2021-01-07T21:12:41.781Z] Removing intermediate container 9d7b9f448f7e [2021-01-07T21:12:41.781Z] ---> 0b14c4c12974 [2021-01-07T21:12:41.781Z] Step 23/24 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:12:42.766Z] ---> Running in 4443e7e94ded [2021-01-07T21:12:42.766Z] Removing intermediate container 0d8298dd2da6 [2021-01-07T21:12:42.766Z] ---> b7f4160bbb9b [2021-01-07T21:12:42.766Z] Step 19/21 : LABEL arch=arm64 [2021-01-07T21:12:42.766Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-07T21:12:43.113Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-07T21:12:43.113Z] ---> eeaf43b92773 [2021-01-07T21:12:43.113Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-07T21:12:43.113Z] ---> Running in b33a5f75912f [2021-01-07T21:12:43.718Z] ---> Running in 46abc27b502c [2021-01-07T21:12:43.718Z] ---> Running in 4170d219230e [2021-01-07T21:12:43.718Z] Removing intermediate container 4443e7e94ded [2021-01-07T21:12:43.718Z] ---> bbdf3ad42775 [2021-01-07T21:12:43.718Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:12:43.997Z] Removing intermediate container b33a5f75912f [2021-01-07T21:12:43.997Z] ---> 36b6f4d15bc0 [2021-01-07T21:12:43.997Z] Step 24/24 : LABEL version=0.0.0 [2021-01-07T21:12:44.272Z] ---> Running in ffef48f5674e [2021-01-07T21:12:44.559Z] ---> Running in 99d4c159a45c [2021-01-07T21:12:44.840Z] Removing intermediate container 46abc27b502c [2021-01-07T21:12:44.840Z] ---> ea585d7f11e5 [2021-01-07T21:12:44.840Z] Step 20/21 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:12:45.437Z] ---> Running in 9aa1aa46e48c [2021-01-07T21:12:45.437Z] Removing intermediate container ffef48f5674e [2021-01-07T21:12:45.437Z] ---> 5a07a323d8f6 [2021-01-07T21:12:45.437Z] Step 20/22 : LABEL arch=arm64 [2021-01-07T21:12:45.708Z] Removing intermediate container 99d4c159a45c [2021-01-07T21:12:45.708Z] ---> 648e55d0f597 [2021-01-07T21:12:45.708Z] [2021-01-07T21:12:45.708Z] ---> Running in bb9c4953b08a [2021-01-07T21:12:45.981Z] Removing intermediate container 9aa1aa46e48c [2021-01-07T21:12:45.981Z] ---> 449c29439e44 [2021-01-07T21:12:45.981Z] Step 21/21 : LABEL version=0.0.0 [2021-01-07T21:12:45.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:12:45.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:12:46.253Z] ---> Running in 228f51089517 [2021-01-07T21:12:46.253Z] Successfully built 648e55d0f597 [2021-01-07T21:12:46.253Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-07T21:12:46.253Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-07T21:12:46.526Z] Removing intermediate container bb9c4953b08a [2021-01-07T21:12:46.526Z] ---> 375b88772880 [2021-01-07T21:12:46.526Z] Step 21/22 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:12:46.526Z] ---> Running in 8f70f1fd74f5 [2021-01-07T21:12:46.526Z] (1/2) Installing readline (8.0.4-r0) [2021-01-07T21:12:46.526Z] (2/2) Installing bash (5.0.17-r0) [2021-01-07T21:12:46.796Z] Removing intermediate container 228f51089517 [2021-01-07T21:12:46.796Z] ---> a9304d50f6f7 [2021-01-07T21:12:46.796Z] [2021-01-07T21:12:46.796Z] Executing bash-5.0.17-r0.post-install [2021-01-07T21:12:46.796Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:12:46.796Z] OK: 12 MiB in 22 packages [2021-01-07T21:12:47.068Z] Successfully built a9304d50f6f7 [2021-01-07T21:12:47.340Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-07T21:12:47.340Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-01-07T21:12:47.340Z] Removing intermediate container 8f70f1fd74f5 [2021-01-07T21:12:47.340Z] ---> 8757fe4a1149 [2021-01-07T21:12:47.340Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T21:12:47.610Z] ---> Running in 2a3a4b70b1d3 [2021-01-07T21:12:48.201Z] Removing intermediate container 2a3a4b70b1d3 [2021-01-07T21:12:48.201Z] ---> cdd69fb0a34f [2021-01-07T21:12:48.201Z] [2021-01-07T21:12:48.201Z] Removing intermediate container 4170d219230e [2021-01-07T21:12:48.201Z] ---> 6e9747cb84c9 [2021-01-07T21:12:48.201Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-07T21:12:48.470Z] Successfully built cdd69fb0a34f [2021-01-07T21:12:48.470Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-07T21:12:48.470Z] Building docker-security-bootstrap-redis-go [2021-01-07T21:12:48.470Z]  Building docker-core-metadata-go ... done  ---> Running in 34daf8607fa6 [2021-01-07T21:12:49.068Z] Removing intermediate container 34daf8607fa6 [2021-01-07T21:12:49.068Z] ---> f7354e84cc7c [2021-01-07T21:12:49.068Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-07T21:12:49.068Z] ---> Running in 9b2011a55542 [2021-01-07T21:12:49.660Z] Removing intermediate container 9b2011a55542 [2021-01-07T21:12:49.660Z] ---> 4df26eebcf63 [2021-01-07T21:12:49.660Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-07T21:12:49.931Z] ---> Running in ed7230db0924 [2021-01-07T21:12:50.906Z] Removing intermediate container ed7230db0924 [2021-01-07T21:12:50.906Z] ---> fcecbc337296 [2021-01-07T21:12:50.906Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-07T21:12:53.528Z] ---> b269c320231f [2021-01-07T21:12:53.528Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-07T21:12:54.990Z] ---> 3f60a6421eec [2021-01-07T21:12:54.990Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-07T21:12:56.966Z] ---> b825a32ac8a3 [2021-01-07T21:12:56.966Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-07T21:12:57.244Z] ---> Running in b576cd5b709b [2021-01-07T21:12:58.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:12:58.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:12:59.098Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-07T21:12:59.098Z] (2/33) Installing expat (2.2.9-r1) [2021-01-07T21:12:59.098Z] (3/33) Installing libffi (3.3-r2) [2021-01-07T21:12:59.381Z] (4/33) Installing gdbm (1.13-r1) [2021-01-07T21:12:59.381Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-07T21:12:59.381Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-07T21:12:59.381Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-07T21:13:01.356Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-07T21:13:01.356Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-07T21:13:01.356Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-07T21:13:01.356Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-07T21:13:01.356Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-07T21:13:01.356Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-07T21:13:01.356Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-07T21:13:01.356Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-07T21:13:01.356Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-07T21:13:01.356Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-07T21:13:01.356Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-07T21:13:01.356Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-07T21:13:01.356Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-07T21:13:01.626Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-07T21:13:01.626Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-07T21:13:01.626Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-07T21:13:01.626Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-07T21:13:01.626Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-07T21:13:01.626Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-07T21:13:01.626Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-07T21:13:01.626Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-07T21:13:01.626Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-07T21:13:01.626Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-07T21:13:01.626Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-07T21:13:01.626Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-07T21:13:01.904Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-07T21:13:01.904Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:13:01.904Z] OK: 71 MiB in 55 packages [2021-01-07T21:13:12.088Z] Removing intermediate container b576cd5b709b [2021-01-07T21:13:12.088Z] ---> 57d8a3283a8a [2021-01-07T21:13:12.088Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-07T21:13:12.088Z] ---> Running in 02776ba4ab12 [2021-01-07T21:13:17.498Z] Collecting docker-compose==1.23.2 [2021-01-07T21:13:17.498Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-07T21:13:18.102Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-07T21:13:18.387Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-07T21:13:18.387Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:13:18.387Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:13:18.387Z] ---> f6bbb6d5301c [2021-01-07T21:13:18.387Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T21:13:18.387Z] ---> Using cache [2021-01-07T21:13:18.387Z] ---> b289288f6010 [2021-01-07T21:13:18.387Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:13:18.387Z] ---> Using cache [2021-01-07T21:13:18.387Z] ---> 8946dd347335 [2021-01-07T21:13:18.387Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T21:13:18.387Z] ---> Using cache [2021-01-07T21:13:18.387Z] ---> c25e9f718e77 [2021-01-07T21:13:18.387Z] Step 6/22 : COPY go.mod . [2021-01-07T21:13:18.387Z] ---> Using cache [2021-01-07T21:13:18.387Z] ---> eb62c39a8bb1 [2021-01-07T21:13:18.387Z] Step 7/22 : RUN go mod download [2021-01-07T21:13:18.387Z] ---> Using cache [2021-01-07T21:13:18.387Z] ---> 53b6189b81a2 [2021-01-07T21:13:18.387Z] Step 8/22 : COPY . . [2021-01-07T21:13:18.387Z] ---> Using cache [2021-01-07T21:13:18.387Z] ---> 2369583e9b19 [2021-01-07T21:13:18.387Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-07T21:13:20.424Z] 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-07T21:13:21.406Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-07T21:13:21.406Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-07T21:13:21.406Z] ---> Running in c28ec41fe17c [2021-01-07T21:13:22.400Z] Collecting docker<4.0,>=3.6.0 [2021-01-07T21:13:22.400Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-07T21:13:23.008Z] 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-07T21:13:23.282Z] Collecting cached-property<2,>=1.2.0 [2021-01-07T21:13:23.282Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-07T21:13:24.727Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-07T21:13:24.727Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-07T21:13:25.328Z] Collecting docopt<0.7,>=0.6.1 [2021-01-07T21:13:25.328Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-07T21:13:27.969Z] Collecting jsonschema<3,>=2.5.1 [2021-01-07T21:13:27.969Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-07T21:13:28.977Z] Collecting PyYAML<4,>=3.10 [2021-01-07T21:13:28.977Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-07T21:13:32.404Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:13:32.404Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:13:32.404Z] ---> f6bbb6d5301c [2021-01-07T21:13:32.404Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T21:13:32.404Z] ---> Using cache [2021-01-07T21:13:32.404Z] ---> b289288f6010 [2021-01-07T21:13:32.404Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:13:32.404Z] ---> Using cache [2021-01-07T21:13:32.404Z] ---> 8946dd347335 [2021-01-07T21:13:32.404Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-07T21:13:32.404Z] ---> Using cache [2021-01-07T21:13:32.404Z] ---> c25e9f718e77 [2021-01-07T21:13:32.404Z] Step 6/24 : COPY go.mod . [2021-01-07T21:13:32.404Z] ---> Using cache [2021-01-07T21:13:32.404Z] ---> eb62c39a8bb1 [2021-01-07T21:13:32.404Z] Step 7/24 : RUN go mod download [2021-01-07T21:13:32.404Z] ---> Using cache [2021-01-07T21:13:32.404Z] ---> 53b6189b81a2 [2021-01-07T21:13:32.404Z] Step 8/24 : COPY . . [2021-01-07T21:13:32.689Z] ---> Using cache [2021-01-07T21:13:32.689Z] ---> 2369583e9b19 [2021-01-07T21:13:32.689Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-07T21:13:32.689Z] Collecting texttable<0.10,>=0.9.0 [2021-01-07T21:13:33.007Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-07T21:13:33.007Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:13:33.007Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:13:33.007Z] ---> f6bbb6d5301c [2021-01-07T21:13:33.007Z] Step 3/23 : WORKDIR /edgex-go [2021-01-07T21:13:33.007Z] ---> Using cache [2021-01-07T21:13:33.007Z] ---> b289288f6010 [2021-01-07T21:13:33.007Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:13:33.007Z] ---> Using cache [2021-01-07T21:13:33.007Z] ---> 8946dd347335 [2021-01-07T21:13:33.007Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-07T21:13:33.312Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:13:33.312Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:13:33.312Z] ---> f6bbb6d5301c [2021-01-07T21:13:33.312Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T21:13:33.312Z] ---> Using cache [2021-01-07T21:13:33.312Z] ---> b289288f6010 [2021-01-07T21:13:33.312Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:13:33.312Z] ---> Using cache [2021-01-07T21:13:33.312Z] ---> 8946dd347335 [2021-01-07T21:13:33.312Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T21:13:33.312Z] ---> Using cache [2021-01-07T21:13:33.312Z] ---> c25e9f718e77 [2021-01-07T21:13:33.312Z] Step 6/22 : COPY go.mod . [2021-01-07T21:13:33.312Z] ---> Using cache [2021-01-07T21:13:33.312Z] ---> eb62c39a8bb1 [2021-01-07T21:13:33.312Z] Step 7/22 : RUN go mod download [2021-01-07T21:13:33.312Z] ---> Using cache [2021-01-07T21:13:33.312Z] ---> 53b6189b81a2 [2021-01-07T21:13:33.312Z] Step 8/22 : COPY . . [2021-01-07T21:13:33.312Z] ---> Using cache [2021-01-07T21:13:33.312Z] ---> 2369583e9b19 [2021-01-07T21:13:33.312Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-07T21:13:36.043Z] Collecting docker-pycreds>=0.4.0 [2021-01-07T21:13:36.043Z] ---> Running in e61c76eafe01 [2021-01-07T21:13:36.043Z] ---> Running in f6e29d2718a9 [2021-01-07T21:13:36.043Z] ---> Running in 0d86e16f039d [2021-01-07T21:13:36.043Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-07T21:13:36.043Z] 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-07T21:13:36.456Z] Collecting idna<2.8,>=2.5 [2021-01-07T21:13:36.456Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-07T21:13:37.550Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-07T21:13:37.550Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-07T21:13:37.887Z] 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-07T21:13:37.887Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-07T21:13:37.887Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-07T21:13:37.887Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-07T21:13:37.887Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-07T21:13:38.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:13:38.840Z] 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-07T21:13:39.122Z] 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-07T21:13:39.122Z] Installing collected packages: dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, cached-property, docopt, jsonschema, PyYAML, texttable, docker-compose [2021-01-07T21:13:39.122Z] Running setup.py install for dockerpty: started [2021-01-07T21:13:39.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:13:40.716Z] OK: 217 MiB in 51 packages [2021-01-07T21:13:42.177Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-07T21:13:42.177Z] Attempting uninstall: idna [2021-01-07T21:13:42.177Z] Found existing installation: idna 2.9 [2021-01-07T21:13:42.177Z] Uninstalling idna-2.9: [2021-01-07T21:13:42.471Z] Removing intermediate container f6e29d2718a9 [2021-01-07T21:13:42.471Z] ---> 17a16903e41f [2021-01-07T21:13:42.471Z] Step 6/23 : COPY go.mod . [2021-01-07T21:13:42.471Z] Successfully uninstalled idna-2.9 [2021-01-07T21:13:43.077Z] Attempting uninstall: urllib3 [2021-01-07T21:13:43.077Z] Found existing installation: urllib3 1.25.9 [2021-01-07T21:13:43.077Z] Uninstalling urllib3-1.25.9: [2021-01-07T21:13:43.683Z] Successfully uninstalled urllib3-1.25.9 [2021-01-07T21:13:43.683Z] ---> 230d038ff728 [2021-01-07T21:13:43.683Z] Step 7/23 : RUN go mod download [2021-01-07T21:13:43.968Z] ---> Running in 1fb3c55e7421 [2021-01-07T21:13:44.249Z] Attempting uninstall: requests [2021-01-07T21:13:44.249Z] Found existing installation: requests 2.23.0 [2021-01-07T21:13:44.534Z] Uninstalling requests-2.23.0: [2021-01-07T21:13:44.534Z] Successfully uninstalled requests-2.23.0 [2021-01-07T21:13:46.587Z] Running setup.py install for docopt: started [2021-01-07T21:13:49.268Z] Removing intermediate container 1fb3c55e7421 [2021-01-07T21:13:49.268Z] ---> 564f8245b37e [2021-01-07T21:13:49.268Z] Step 8/23 : COPY . . [2021-01-07T21:13:49.268Z] Running setup.py install for docopt: finished with status 'done' [2021-01-07T21:13:49.268Z] Running setup.py install for PyYAML: started [2021-01-07T21:13:52.717Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-07T21:13:52.997Z] Running setup.py install for texttable: started [2021-01-07T21:13:56.429Z] Running setup.py install for texttable: finished with status 'done' [2021-01-07T21:13:57.427Z] 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-07T21:14:05.796Z] Removing intermediate container 02776ba4ab12 [2021-01-07T21:14:05.796Z] ---> 8e19c3b37370 [2021-01-07T21:14:05.796Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-07T21:14:06.082Z] ---> Running in 1f25a1dccfbe [2021-01-07T21:14:06.691Z] ---> e7fa6d2ad129 [2021-01-07T21:14:06.971Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-07T21:14:07.252Z] ---> Running in 254fb19f681d [2021-01-07T21:14:08.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:14:08.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:14:09.270Z] 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-07T21:14:09.875Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T21:14:09.875Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-07T21:14:09.875Z] (3/3) Installing curl (7.69.1-r3) [2021-01-07T21:14:09.875Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:14:09.875Z] OK: 71 MiB in 58 packages [2021-01-07T21:14:11.874Z] Removing intermediate container 1f25a1dccfbe [2021-01-07T21:14:11.874Z] ---> 2d7455b26e56 [2021-01-07T21:14:11.874Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-07T21:14:12.160Z] ---> Running in 57c123a8ef2e [2021-01-07T21:14:12.768Z] Removing intermediate container 57c123a8ef2e [2021-01-07T21:14:12.768Z] ---> 92db1a6fdd0b [2021-01-07T21:14:12.768Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:14:13.044Z] ---> Running in f39b140c4512 [2021-01-07T21:14:14.041Z] Removing intermediate container f39b140c4512 [2021-01-07T21:14:14.041Z] ---> 75b227181ac0 [2021-01-07T21:14:14.041Z] Step 24/26 : LABEL arch=arm64 [2021-01-07T21:14:14.041Z] ---> Running in c6a831ce09ec [2021-01-07T21:14:15.038Z] Removing intermediate container c6a831ce09ec [2021-01-07T21:14:15.038Z] ---> 3a2bccf81178 [2021-01-07T21:14:15.038Z] Step 25/26 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:14:15.038Z] ---> Running in 1971ee2d2b00 [2021-01-07T21:14:15.647Z] Removing intermediate container 1971ee2d2b00 [2021-01-07T21:14:15.647Z] ---> bfbb956600c0 [2021-01-07T21:14:15.647Z] Step 26/26 : LABEL version=0.0.0 [2021-01-07T21:14:15.925Z] ---> Running in 146982a67c5c [2021-01-07T21:14:16.537Z] Removing intermediate container 146982a67c5c [2021-01-07T21:14:16.537Z] ---> 579a4f289981 [2021-01-07T21:14:16.537Z] [2021-01-07T21:14:17.141Z] Successfully built 579a4f289981 [2021-01-07T21:14:17.141Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-07T21:14:44.021Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container c28ec41fe17c [2021-01-07T21:14:44.021Z] ---> 7b225435dfd6 [2021-01-07T21:14:44.021Z] [2021-01-07T21:14:44.021Z] Step 10/22 : FROM scratch [2021-01-07T21:14:44.021Z] ---> [2021-01-07T21:14:44.021Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T21:14:44.021Z] ---> Using cache [2021-01-07T21:14:44.021Z] ---> e2f9106a53de [2021-01-07T21:14:44.021Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-07T21:14:44.021Z] ---> Running in 63f0eaa752e5 [2021-01-07T21:14:44.021Z] Removing intermediate container 63f0eaa752e5 [2021-01-07T21:14:44.021Z] ---> 7924aac822fd [2021-01-07T21:14:44.021Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T21:14:44.021Z] ---> Running in 47ee55c23f10 [2021-01-07T21:14:44.635Z] Removing intermediate container 47ee55c23f10 [2021-01-07T21:14:44.635Z] ---> 7cec1b515a38 [2021-01-07T21:14:44.635Z] Step 14/22 : WORKDIR / [2021-01-07T21:14:44.635Z] ---> Running in 32d8df9da1da [2021-01-07T21:14:45.632Z] Removing intermediate container 32d8df9da1da [2021-01-07T21:14:45.632Z] ---> 8a8c8744fd75 [2021-01-07T21:14:45.632Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-07T21:14:46.644Z] ---> 8900fb865896 [2021-01-07T21:14:46.644Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-07T21:14:46.644Z] 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-07T21:14:48.678Z] ---> 6d7c57240239 [2021-01-07T21:14:48.678Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-07T21:14:49.669Z] ---> e1fd7bfee289 [2021-01-07T21:14:49.669Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-07T21:14:49.669Z] ---> Running in cff48cc11702 [2021-01-07T21:14:50.284Z] Removing intermediate container cff48cc11702 [2021-01-07T21:14:50.284Z] ---> d7391a5ada53 [2021-01-07T21:14:50.284Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:14:50.284Z] ---> Running in 08cc397cd663 [2021-01-07T21:14:50.893Z] Removing intermediate container 08cc397cd663 [2021-01-07T21:14:50.893Z] ---> 287bb4060019 [2021-01-07T21:14:50.893Z] Step 20/22 : LABEL arch=arm64 [2021-01-07T21:14:51.170Z] ---> Running in 2b5829457742 [2021-01-07T21:14:51.785Z] Removing intermediate container 2b5829457742 [2021-01-07T21:14:51.785Z] ---> fee6688904ea [2021-01-07T21:14:51.785Z] Step 21/22 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:14:52.064Z] ---> Running in 19f71eb30883 [2021-01-07T21:14:52.696Z] Removing intermediate container 19f71eb30883 [2021-01-07T21:14:52.696Z] ---> 9fdf5192dcb0 [2021-01-07T21:14:52.696Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T21:14:52.972Z] ---> Running in 361b95d8f8b2 [2021-01-07T21:14:53.572Z] Removing intermediate container 361b95d8f8b2 [2021-01-07T21:14:53.572Z] ---> f5c6bae518a2 [2021-01-07T21:14:53.572Z] [2021-01-07T21:14:53.845Z] Successfully built f5c6bae518a2 [2021-01-07T21:14:54.116Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-07T21:15:00.872Z]  Building docker-core-command-go ... done Removing intermediate container 0d86e16f039d [2021-01-07T21:15:00.872Z] ---> eb15f727f385 [2021-01-07T21:15:00.872Z] [2021-01-07T21:15:00.872Z] Step 10/22 : FROM alpine:3.12 [2021-01-07T21:15:00.872Z] ---> afeebe901d6b [2021-01-07T21:15:00.872Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T21:15:00.872Z] Removing intermediate container e61c76eafe01 [2021-01-07T21:15:00.872Z] ---> c888a5523e21 [2021-01-07T21:15:00.872Z] [2021-01-07T21:15:00.872Z] Step 10/24 : FROM alpine:3.12 [2021-01-07T21:15:00.872Z] ---> afeebe901d6b [2021-01-07T21:15:00.872Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T21:15:00.872Z] ---> Running in 85b8c7e9944c [2021-01-07T21:15:00.872Z] ---> Running in 82addfad6aed [2021-01-07T21:15:02.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:15:02.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:15:02.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:15:02.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:15:03.161Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-07T21:15:03.161Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T21:15:03.161Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-07T21:15:03.161Z] (4/5) Installing curl (7.69.1-r3) [2021-01-07T21:15:03.161Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-07T21:15:03.161Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:15:03.161Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T21:15:03.443Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-07T21:15:03.443Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T21:15:03.443Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-07T21:15:03.443Z] (4/5) Installing curl (7.69.1-r3) [2021-01-07T21:15:03.722Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-07T21:15:03.722Z] OK: 7 MiB in 19 packages [2021-01-07T21:15:03.722Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:15:03.722Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T21:15:04.000Z] OK: 7 MiB in 19 packages [2021-01-07T21:15:06.841Z] Removing intermediate container 82addfad6aed [2021-01-07T21:15:06.841Z] ---> d333735ca205 [2021-01-07T21:15:06.841Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T21:15:07.133Z] Removing intermediate container 85b8c7e9944c [2021-01-07T21:15:07.133Z] ---> 7dbd6268aac6 [2021-01-07T21:15:07.133Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-07T21:15:07.133Z] ---> Running in ff11029b4d59 [2021-01-07T21:15:07.433Z] ---> Running in 939ab1168b26 [2021-01-07T21:15:08.105Z] Removing intermediate container ff11029b4d59 [2021-01-07T21:15:08.105Z] ---> f7ea2bb8f076 [2021-01-07T21:15:08.105Z] Step 13/24 : WORKDIR / [2021-01-07T21:15:08.105Z] Removing intermediate container 939ab1168b26 [2021-01-07T21:15:08.105Z] ---> 7a2d38614237 [2021-01-07T21:15:08.105Z] Step 13/22 : WORKDIR / [2021-01-07T21:15:08.105Z] ---> Running in 17b90e823bc6 [2021-01-07T21:15:08.413Z] ---> Running in d984abc701ce [2021-01-07T21:15:09.018Z] Removing intermediate container 17b90e823bc6 [2021-01-07T21:15:09.018Z] ---> f86b94970e96 [2021-01-07T21:15:09.018Z] 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-07T21:15:09.018Z] Removing intermediate container d984abc701ce [2021-01-07T21:15:09.018Z] ---> 9b5ac4676953 [2021-01-07T21:15:09.018Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-07T21:15:10.473Z] ---> b5d05d7fc0d6 [2021-01-07T21:15:10.473Z] 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-07T21:15:10.473Z] ---> 40c389403b77 [2021-01-07T21:15:10.473Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-07T21:15:11.932Z] ---> 7c943d679f48 [2021-01-07T21:15:11.932Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-07T21:15:12.547Z] ---> 2d10b22b9b3c [2021-01-07T21:15:12.547Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-07T21:15:12.547Z] ---> 987e6edd467a [2021-01-07T21:15:12.547Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-07T21:15:13.994Z] ---> fd297e16063e [2021-01-07T21:15:13.994Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-07T21:15:13.994Z] ---> a2d917ec0fd7 [2021-01-07T21:15:13.994Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-07T21:15:14.998Z] ---> 1759f8cb46fe [2021-01-07T21:15:14.998Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-07T21:15:15.269Z] ---> Running in b580ef0f5378 [2021-01-07T21:15:15.269Z] ---> afdc905cec1d [2021-01-07T21:15:15.269Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-07T21:15:16.261Z] ---> fc1e404be10a [2021-01-07T21:15:16.261Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-07T21:15:16.536Z] ---> Running in 909686eb92ea [2021-01-07T21:15:17.997Z] Removing intermediate container b580ef0f5378 [2021-01-07T21:15:17.997Z] ---> ab7f49827e10 [2021-01-07T21:15:17.997Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-07T21:15:17.997Z] ---> Running in ec527d0f8f41 [2021-01-07T21:15:18.597Z] Removing intermediate container ec527d0f8f41 [2021-01-07T21:15:18.597Z] ---> 8a91e345883e [2021-01-07T21:15:18.597Z] Step 20/22 : LABEL arch=arm64 [2021-01-07T21:15:18.873Z] ---> Running in c8d2c37ad3e3 [2021-01-07T21:15:19.151Z] Removing intermediate container 909686eb92ea [2021-01-07T21:15:19.151Z] ---> f7e26aa22509 [2021-01-07T21:15:19.151Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-07T21:15:19.431Z] ---> Running in 5a8d2a3644c0 [2021-01-07T21:15:19.713Z] Removing intermediate container c8d2c37ad3e3 [2021-01-07T21:15:19.713Z] ---> a12b89ed299e [2021-01-07T21:15:19.713Z] Step 21/22 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:15:19.713Z] ---> Running in 9f0dd848cb92 [2021-01-07T21:15:19.998Z] Removing intermediate container 5a8d2a3644c0 [2021-01-07T21:15:19.998Z] ---> 1d801d19a9e0 [2021-01-07T21:15:19.998Z] Step 22/24 : LABEL arch=arm64 [2021-01-07T21:15:20.272Z] ---> Running in 37434ccc4518 [2021-01-07T21:15:20.554Z] Removing intermediate container 9f0dd848cb92 [2021-01-07T21:15:20.554Z] ---> d0eacc90eeeb [2021-01-07T21:15:20.554Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T21:15:20.554Z] ---> Running in 1ef961083d73 [2021-01-07T21:15:20.828Z] Removing intermediate container 37434ccc4518 [2021-01-07T21:15:20.828Z] ---> e2fdf45e2a77 [2021-01-07T21:15:20.828Z] Step 23/24 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:15:21.100Z] ---> Running in ec124be184d5 [2021-01-07T21:15:21.100Z] Removing intermediate container 1ef961083d73 [2021-01-07T21:15:21.100Z] ---> b64924d50d60 [2021-01-07T21:15:21.100Z] [2021-01-07T21:15:21.696Z] Successfully built b64924d50d60 [2021-01-07T21:15:21.696Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-07T21:15:21.696Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container ec124be184d5 [2021-01-07T21:15:21.696Z] ---> abe4e6556f42 [2021-01-07T21:15:21.696Z] Step 24/24 : LABEL version=0.0.0 [2021-01-07T21:15:21.969Z] ---> Running in 537a0811f9ec [2021-01-07T21:15:22.242Z] Removing intermediate container 537a0811f9ec [2021-01-07T21:15:22.242Z] ---> e54f78274c34 [2021-01-07T21:15:22.242Z] [2021-01-07T21:15:22.838Z] Successfully built e54f78274c34 [2021-01-07T21:15:22.838Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-07T21:15:27.152Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 254fb19f681d [2021-01-07T21:15:27.152Z] ---> b219891d09ff [2021-01-07T21:15:27.152Z] [2021-01-07T21:15:27.152Z] Step 10/23 : FROM alpine:3.12 [2021-01-07T21:15:27.152Z] ---> afeebe901d6b [2021-01-07T21:15:27.152Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T21:15:27.152Z] ---> Running in 30788d809a30 [2021-01-07T21:15:27.152Z] Removing intermediate container 30788d809a30 [2021-01-07T21:15:27.152Z] ---> 9686b054a158 [2021-01-07T21:15:27.152Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-07T21:15:27.152Z] ---> Running in 00d9b0e2b68b [2021-01-07T21:15:27.746Z] Removing intermediate container 00d9b0e2b68b [2021-01-07T21:15:27.746Z] ---> 4944256ea33b [2021-01-07T21:15:27.746Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-07T21:15:27.746Z] ---> Running in 034f7422f507 [2021-01-07T21:15:28.340Z] Removing intermediate container 034f7422f507 [2021-01-07T21:15:28.340Z] ---> 53063313e1f9 [2021-01-07T21:15:28.340Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:15:28.340Z] ---> Running in 7b8fb45330b0 [2021-01-07T21:15:30.323Z] Removing intermediate container 7b8fb45330b0 [2021-01-07T21:15:30.323Z] ---> a8af8115b52a [2021-01-07T21:15:30.323Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-07T21:15:30.603Z] ---> Running in 0bddd65b0a8a [2021-01-07T21:15:31.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:15:32.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:15:33.527Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-07T21:15:33.527Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-07T21:15:33.799Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-07T21:15:34.391Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-07T21:15:34.391Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-07T21:15:34.661Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:15:34.662Z] OK: 8 MiB in 19 packages [2021-01-07T21:15:36.118Z] Removing intermediate container 0bddd65b0a8a [2021-01-07T21:15:36.118Z] ---> ed487feec20d [2021-01-07T21:15:36.118Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-07T21:15:36.716Z] ---> 7f2ae85e8e93 [2021-01-07T21:15:36.716Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-07T21:15:38.163Z] ---> 128cd1c5f0d3 [2021-01-07T21:15:38.163Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-07T21:15:38.764Z] ---> b84962a027a4 [2021-01-07T21:15:38.764Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-07T21:15:39.038Z] ---> Running in 884a2d10a7c1 [2021-01-07T21:15:39.315Z] Removing intermediate container 884a2d10a7c1 [2021-01-07T21:15:39.315Z] ---> 283f0f2a5930 [2021-01-07T21:15:39.315Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:15:39.589Z] ---> Running in 85c1f3b47ec3 [2021-01-07T21:15:40.186Z] Removing intermediate container 85c1f3b47ec3 [2021-01-07T21:15:40.186Z] ---> c18780026ab9 [2021-01-07T21:15:40.186Z] Step 21/23 : LABEL arch=arm64 [2021-01-07T21:15:40.186Z] ---> Running in 379720ffda2f [2021-01-07T21:15:40.784Z] Removing intermediate container 379720ffda2f [2021-01-07T21:15:40.784Z] ---> 697c1e3b9189 [2021-01-07T21:15:40.784Z] Step 22/23 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c [2021-01-07T21:15:40.784Z] ---> Running in 175bdd18bdd5 [2021-01-07T21:15:41.384Z] Removing intermediate container 175bdd18bdd5 [2021-01-07T21:15:41.384Z] ---> 16b0594e3c4f [2021-01-07T21:15:41.384Z] Step 23/23 : LABEL version=0.0.0 [2021-01-07T21:15:41.384Z] ---> Running in be43765422f2 [2021-01-07T21:15:41.979Z] Removing intermediate container be43765422f2 [2021-01-07T21:15:41.979Z] ---> 6a6f5c40aa65 [2021-01-07T21:15:41.979Z] [2021-01-07T21:15:42.253Z] Successfully built 6a6f5c40aa65 [2021-01-07T21:15:42.253Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-07T21:15:42.865Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-07T21:15:42.866Z] $ docker stop --time=1 81b1c9791b33cfbcc26d5d91f6360a309937d63f2d63edcfde01b0900ffd706f [2021-01-07T21:15:44.764Z] $ docker rm -f 81b1c9791b33cfbcc26d5d91f6360a309937d63f2d63edcfde01b0900ffd706f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T21:15:45.445Z] + + docker images [2021-01-07T21:15:45.445Z] grep docker [2021-01-07T21:15:45.719Z] docker-core-data-go-arm64 latest 6a6f5c40aa65 4 seconds ago 21MB [2021-01-07T21:15:45.719Z] docker-security-secretstore-setup-go-arm64 latest e54f78274c34 23 seconds ago 23.4MB [2021-01-07T21:15:45.719Z] docker-security-bootstrap-redis-go-arm64 latest b64924d50d60 25 seconds ago 15.1MB [2021-01-07T21:15:45.719Z] docker-core-command-go-arm64 latest f5c6bae518a2 52 seconds ago 9.98MB [2021-01-07T21:15:45.719Z] docker-sys-mgmt-agent-go-arm64 latest 579a4f289981 About a minute ago 300MB [2021-01-07T21:15:45.719Z] docker-core-metadata-go-arm64 latest cdd69fb0a34f 2 minutes ago 12.2MB [2021-01-07T21:15:45.719Z] docker-security-proxy-setup-go-arm64 latest a9304d50f6f7 2 minutes ago 23.3MB [2021-01-07T21:15:45.719Z] docker-support-notifications-go-arm64 latest 648e55d0f597 3 minutes ago 11.4MB [2021-01-07T21:15:45.719Z] docker-support-scheduler-go-arm64 latest 17d274e35531 3 minutes ago 10MB [2021-01-07T21:15:45.719Z] docker 20.10.0 eeaf43b92773 3 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-07T21:15:47.531Z] provisioning config files... [2021-01-07T21:15:47.544Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config3032979818751671195tmp [Pipeline] { [Pipeline] sh [2021-01-07T21:15:47.944Z] + set +x [2021-01-07T21:15:47.944Z] + curl -s https://codecov.io/bash [2021-01-07T21:15:47.944Z] + bash -s -- [2021-01-07T21:15:48.206Z] [2021-01-07T21:15:48.206Z] _____ _ [2021-01-07T21:15:48.206Z] / ____| | | [2021-01-07T21:15:48.206Z] | | ___ __| | ___ ___ _____ __ [2021-01-07T21:15:48.206Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-07T21:15:48.206Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-07T21:15:48.206Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-07T21:15:48.206Z] Bash-20201231-23d4836 [2021-01-07T21:15:48.206Z] [2021-01-07T21:15:48.206Z] [2021-01-07T21:15:48.206Z] ==> git version 2.24.3 found [2021-01-07T21:15:48.206Z] ==> 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-07T21:15:48.206Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-07T21:15:48.206Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-07T21:15:48.206Z] ==> Jenkins CI detected. [2021-01-07T21:15:48.469Z] project root: . [2021-01-07T21:15:48.469Z] --> token set from env [2021-01-07T21:15:48.469Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-07T21:15:48.469Z] ==> Running gcov in . (disable via -X gcov) [2021-01-07T21:15:48.469Z] ==> Python coveragepy not found [2021-01-07T21:15:48.469Z] ==> Searching for coverage reports in: [2021-01-07T21:15:48.469Z] + . [2021-01-07T21:15:48.469Z] -> Found 1 reports [2021-01-07T21:15:48.469Z] ==> Detecting git/mercurial file structure [2021-01-07T21:15:48.469Z] ==> Reading reports [2021-01-07T21:15:48.469Z] + ./coverage.out bytes=541590 [2021-01-07T21:15:48.469Z] ==> Appending adjustments [2021-01-07T21:15:48.469Z] https://docs.codecov.io/docs/fixing-reports [2021-01-07T21:15:51.784Z] + Found adjustments [2021-01-07T21:15:51.784Z] ==> Gzipping contents [2021-01-07T21:15:51.784Z] 84K /tmp/codecov.qTaXOR.gz [2021-01-07T21:15:51.784Z] ==> Uploading reports [2021-01-07T21:15:51.784Z] url: https://codecov.io [2021-01-07T21:15:51.784Z] query: branch=PR-2992&commit=6169bf679536a99cd238e02621a9a700a9eef27c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2992%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2992&job=&cmd_args= [2021-01-07T21:15:51.784Z] -> Pinging Codecov [2021-01-07T21:15:51.784Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2992&commit=6169bf679536a99cd238e02621a9a700a9eef27c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2992%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2992&job=&cmd_args= [2021-01-07T21:15:51.784Z] -> Uploading to [2021-01-07T21:15:51.784Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-07/00271124DB129430A58F1EEE437C3FCB/6169bf679536a99cd238e02621a9a700a9eef27c/fadf5586-5818-4a62-84d7-6761709335bd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210107%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210107T211551Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5fae3fd98682b233db9f56213d27664b83bc20dfb4889540d9bd51c2e4a8c9db [2021-01-07T21:15:51.784Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T21:15:51.784Z] Dload Upload Total Spent Left Speed [2021-01-07T21:15:52.359Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82366 0 0 100 82366 0 159k --:--:-- --:--:-- --:--:-- 159k [2021-01-07T21:15:52.359Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/6169bf679536a99cd238e02621a9a700a9eef27c [Pipeline] } [2021-01-07T21:15:52.369Z] 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-07T21:15:54.478Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:15:55.363Z] ---> package-listing.sh [2021-01-07T21:15:55.364Z] ++ facter osfamily [2021-01-07T21:15:55.364Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-07T21:15:55.364Z] + OS_FAMILY=redhat [2021-01-07T21:15:55.364Z] + workspace=/w/workspace/edgex-go/2 [2021-01-07T21:15:55.364Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-07T21:15:55.364Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-07T21:15:55.364Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-07T21:15:55.364Z] + PACKAGES=/tmp/packages_start.txt [2021-01-07T21:15:55.364Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-07T21:15:55.364Z] + PACKAGES=/tmp/packages_end.txt [2021-01-07T21:15:55.364Z] + case "${OS_FAMILY}" in [2021-01-07T21:15:55.364Z] + rpm -qa [2021-01-07T21:15:55.364Z] + sort [2021-01-07T21:16:00.674Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-07T21:16:00.674Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-07T21:16:00.674Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-07T21:16:00.674Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-07T21:16:00.674Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-07T21:16:00.674Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-07T21:16:00.696Z] 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-07T21:16:00.993Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:16:01.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T21:16:01.389Z] [2021-01-07T21:16:01.389Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:16:01.810Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T21:16:01.810Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-07T21:16:01.810Z] df20fa9351a1: Pulling fs layer [2021-01-07T21:16:01.810Z] 36b3adc4ff6f: Pulling fs layer [2021-01-07T21:16:01.810Z] 8ad3a11d3b57: Pulling fs layer [2021-01-07T21:16:01.810Z] 46f8f816bc3b: Pulling fs layer [2021-01-07T21:16:01.810Z] 93b61091891f: Pulling fs layer [2021-01-07T21:16:01.810Z] 93b9cdb0e59b: Pulling fs layer [2021-01-07T21:16:01.810Z] 5e14af77c1be: Pulling fs layer [2021-01-07T21:16:01.810Z] 01666e4c0597: Pulling fs layer [2021-01-07T21:16:01.810Z] aa168da1d23b: Pulling fs layer [2021-01-07T21:16:01.810Z] 93b61091891f: Waiting [2021-01-07T21:16:01.810Z] 93b9cdb0e59b: Waiting [2021-01-07T21:16:01.810Z] 5e14af77c1be: Waiting [2021-01-07T21:16:01.810Z] 01666e4c0597: Waiting [2021-01-07T21:16:01.810Z] aa168da1d23b: Waiting [2021-01-07T21:16:01.810Z] 46f8f816bc3b: Waiting [2021-01-07T21:16:01.810Z] 36b3adc4ff6f: Download complete [2021-01-07T21:16:01.810Z] 46f8f816bc3b: Verifying Checksum [2021-01-07T21:16:01.810Z] 46f8f816bc3b: Download complete [2021-01-07T21:16:01.810Z] df20fa9351a1: Verifying Checksum [2021-01-07T21:16:01.810Z] df20fa9351a1: Download complete [2021-01-07T21:16:02.089Z] 93b9cdb0e59b: Download complete [2021-01-07T21:16:02.089Z] 5e14af77c1be: Verifying Checksum [2021-01-07T21:16:02.089Z] 5e14af77c1be: Download complete [2021-01-07T21:16:02.089Z] 01666e4c0597: Verifying Checksum [2021-01-07T21:16:02.089Z] 01666e4c0597: Download complete [2021-01-07T21:16:02.089Z] 93b61091891f: Verifying Checksum [2021-01-07T21:16:02.089Z] 93b61091891f: Download complete [2021-01-07T21:16:02.089Z] 8ad3a11d3b57: Verifying Checksum [2021-01-07T21:16:02.089Z] 8ad3a11d3b57: Download complete [2021-01-07T21:16:02.666Z] df20fa9351a1: Pull complete [2021-01-07T21:16:02.666Z] 36b3adc4ff6f: Pull complete [2021-01-07T21:16:04.078Z] aa168da1d23b: Verifying Checksum [2021-01-07T21:16:04.078Z] aa168da1d23b: Download complete [2021-01-07T21:16:05.027Z] 8ad3a11d3b57: Pull complete [2021-01-07T21:16:05.296Z] 46f8f816bc3b: Pull complete [2021-01-07T21:16:05.871Z] 93b61091891f: Pull complete [2021-01-07T21:16:06.134Z] 93b9cdb0e59b: Pull complete [2021-01-07T21:16:06.134Z] 5e14af77c1be: Pull complete [2021-01-07T21:16:06.396Z] 01666e4c0597: Pull complete [2021-01-07T21:16:28.481Z] aa168da1d23b: Pull complete [2021-01-07T21:16:28.481Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-07T21:16:28.481Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T21:16:28.481Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-07T21:16:28.764Z] prd-centos7-docker-4c-2g-18886 does not seem to be running inside a container [2021-01-07T21:16:28.818Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-07T21:16:30.516Z] $ docker top aa70f5d1bcbc07060b468bf57612e40e21aaf8dc51ee7e82706e39528aa3a207 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T21:16:31.012Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-07T21:16:31.309Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-07T21:16:31.606Z] + ls /var/log/sa-host [2021-01-07T21:16:31.606Z] + sadf -c /var/log/sa-host/sa07 [2021-01-07T21:16:31.606Z] file_magic: OK [2021-01-07T21:16:31.606Z] HZ: Using current value: 100 [2021-01-07T21:16:31.606Z] file_header: OK [2021-01-07T21:16:31.606Z] 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-07T21:16:31.606Z] Statistics: [2021-01-07T21:16:31.606Z] 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... [2021-01-07T21:16:31.606Z] File successfully converted to sysstat format version 12.2.1 [2021-01-07T21:16:31.606Z] + sadf -c /var/log/sa-host/sa23 [2021-01-07T21:16:31.606Z] file_magic: OK [2021-01-07T21:16:31.606Z] HZ: Using current value: 100 [2021-01-07T21:16:31.606Z] file_header: OK [2021-01-07T21:16:31.606Z] 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-07T21:16:31.606Z] Statistics: [2021-01-07T21:16:31.606Z] Hnuu...uuuununununu... [2021-01-07T21:16:31.606Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-07T21:16:32.189Z] provisioning config files... [2021-01-07T21:16:32.207Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7426221613391046244tmp [Pipeline] { [Pipeline] echo [2021-01-07T21:16:32.293Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:16:32.589Z] ---> create-netrc.sh [Pipeline] } [2021-01-07T21:16:32.866Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-07T21:16:32.955Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:16:33.251Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-07T21:16:33.262Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:16:33.560Z] ---> sudo-logs.sh [2021-01-07T21:16:33.560Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-07T21:16:33.572Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:16:33.872Z] ---> job-cost.sh [2021-01-07T21:16:33.872Z] lf-activate-venv: SKIPPING [2021-01-07T21:16:33.872Z] INFO: No Stack... [2021-01-07T21:16:34.819Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-07T21:16:35.394Z] INFO: Archiving Costs [Pipeline] echo [2021-01-07T21:16:35.410Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:16:35.713Z] ---> logs-deploy.sh [2021-01-07T21:16:35.713Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2992/2 [2021-01-07T21:16:35.713Z] INFO: archiving workspace using pattern(s): [2021-01-07T21:16:37.633Z] Archives upload complete. [2021-01-07T21:16:37.633Z] INFO: archiving logs to Nexus