Pull request #2944 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8154f8db8bdc527e3691675a2d745678467c85bb+e25094879da38d58945b339cb800433d3a77391e (f28a1eb4e5954b954d24cf7f85caa2bf5be5421a) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16327 in /w/workspace/edgexfoundry_edgex-go_PR-2944 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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/2944/head:refs/remotes/origin/PR-2944 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e25094879da38d58945b339cb800433d3a77391e into PR head commit 8154f8db8bdc527e3691675a2d745678467c85bb Merge succeeded, producing 8154f8db8bdc527e3691675a2d745678467c85bb Checking out Revision 8154f8db8bdc527e3691675a2d745678467c85bb (PR-2944) > git config core.sparsecheckout # timeout=10 > git checkout -f 8154f8db8bdc527e3691675a2d745678467c85bb # 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 e25094879da38d58945b339cb800433d3a77391e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8154f8db8bdc527e3691675a2d745678467c85bb # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-16T10:00:13.479Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-16T10:00:13.736Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-16T10:00:13.850Z] ========================================================= [2020-12-16T10:00:13.850Z] EdgeX Global Pipelines Version Info [2020-12-16T10:00:13.850Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c0a7963e7709e511fb620e83727de6af291d5919 # timeout=10 [2020-12-16T10:00:15.498Z] ------------------- [2020-12-16T10:00:15.498Z] stable info: [2020-12-16T10:00:15.498Z] ------------------- [2020-12-16T10:00:15.498Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T10:00:15.498Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-16T10:00:15.498Z] Message: update stable to v1.0.172 [2020-12-16T10:00:16.456Z] ------------------- [2020-12-16T10:00:16.456Z] experimental info: [2020-12-16T10:00:16.456Z] ------------------- [2020-12-16T10:00:16.456Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T10:00:16.456Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-16T10:00:16.456Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T10:00:16.800Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-16T10:00:16.919Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-16T10:00:17.021Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-16T10:00:17.116Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-16T10:00:17.205Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-16T10:00:17.306Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-16T10:00:17.413Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-16T10:00:17.517Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-16T10:00:17.618Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-16T10:00:17.716Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-16T10:00:17.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-16T10:00:17.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-16T10:00:18.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-16T10:00:18.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-16T10:00:18.238Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-16T10:00:18.348Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-16T10:00:18.445Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-16T10:00:18.543Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-16T10:00:18.637Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-16T10:00:18.727Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-16T10:00:18.845Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-16T10:00:18.935Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-16T10:00:19.023Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2944 [Pipeline] echo [2020-12-16T10:00:19.241Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2944 [Pipeline] echo [2020-12-16T10:00:19.331Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2944 [Pipeline] echo [2020-12-16T10:00:19.441Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8154f8db8bdc527e3691675a2d745678467c85bb [Pipeline] echo [2020-12-16T10:00:19.555Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8154f8d [Pipeline] echo [2020-12-16T10:00:19.677Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T10:00:19.866Z] provisioning config files... [2020-12-16T10:00:19.910Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config7464366819571322399tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:00:20.301Z] ---> docker-login.sh [2020-12-16T10:00:20.301Z] nexus3.edgexfoundry.org:10001 [2020-12-16T10:00:20.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:00:20.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:00:20.565Z] Configure a credential helper to remove this warning. See [2020-12-16T10:00:20.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:00:20.565Z] [2020-12-16T10:00:20.565Z] Login Succeeded [2020-12-16T10:00:20.565Z] nexus3.edgexfoundry.org:10002 [2020-12-16T10:00:20.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:00:20.834Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:00:20.834Z] Configure a credential helper to remove this warning. See [2020-12-16T10:00:20.834Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:00:20.834Z] [2020-12-16T10:00:20.834Z] Login Succeeded [2020-12-16T10:00:20.834Z] nexus3.edgexfoundry.org:10003 [2020-12-16T10:00:20.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:00:21.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:00:21.097Z] Configure a credential helper to remove this warning. See [2020-12-16T10:00:21.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:00:21.097Z] [2020-12-16T10:00:21.097Z] Login Succeeded [2020-12-16T10:00:21.097Z] nexus3.edgexfoundry.org:10004 [2020-12-16T10:00:21.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:00:21.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:00:21.097Z] Configure a credential helper to remove this warning. See [2020-12-16T10:00:21.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:00:21.097Z] [2020-12-16T10:00:21.097Z] Login Succeeded [2020-12-16T10:00:21.097Z] docker.io [2020-12-16T10:00:21.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:00:21.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:00:21.622Z] Configure a credential helper to remove this warning. See [2020-12-16T10:00:21.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:00:21.622Z] [2020-12-16T10:00:21.622Z] Login Succeeded [2020-12-16T10:00:21.622Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T10:00:21.631Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T10:00:22.126Z] ++ 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-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-16T10:00:22.126Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:22.126Z] ++ dirname cmd/core-command/Dockerfile [2020-12-16T10:00:22.126Z] ++ cut -d/ -f2 [2020-12-16T10:00:22.126Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-16T10:00:22.126Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:22.126Z] ++ dirname cmd/core-data/Dockerfile [2020-12-16T10:00:22.126Z] ++ cut -d/ -f2 [2020-12-16T10:00:22.126Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-16T10:00:22.126Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:22.126Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-16T10:00:22.126Z] ++ cut -d/ -f2 [2020-12-16T10:00:22.126Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-16T10:00:22.126Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:22.126Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-16T10:00:22.126Z] ++ cut -d/ -f2 [2020-12-16T10:00:22.126Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-16T10:00:22.126Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:22.126Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-16T10:00:22.126Z] ++ cut -d/ -f2 [2020-12-16T10:00:22.126Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-16T10:00:22.126Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:22.126Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-16T10:00:22.126Z] ++ cut -d/ -f2 [2020-12-16T10:00:22.126Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-16T10:00:22.126Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:22.126Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-16T10:00:22.126Z] ++ cut -d/ -f2 [2020-12-16T10:00:22.126Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-16T10:00:22.126Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:22.126Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-16T10:00:22.126Z] ++ cut -d/ -f2 [2020-12-16T10:00:22.126Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-16T10:00:22.126Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:22.126Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-16T10:00:22.126Z] ++ cut -d/ -f2 [2020-12-16T10:00:22.126Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-16T10:00:22.126Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T10:00:22.126Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-16T10:00:22.126Z] ++ cut -d/ -f2 [2020-12-16T10:00:22.126Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-16T10:00:22.208Z] 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-secrets-setup-go, dockerfile:cmd/security-secrets-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 [2020-12-16T10:00:23.062Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T10:00:23.062Z] [2020-12-16T10:00:23.062Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:00:23.423Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T10:00:23.423Z] latest: Pulling from edgex-devops/git-semver [2020-12-16T10:00:23.423Z] 31603596830f: Pulling fs layer [2020-12-16T10:00:23.423Z] 2a8b12db71e7: Pulling fs layer [2020-12-16T10:00:23.423Z] 6ca5941a6612: Pulling fs layer [2020-12-16T10:00:23.423Z] ecc8261a40a4: Pulling fs layer [2020-12-16T10:00:23.423Z] ecc8261a40a4: Waiting [2020-12-16T10:00:23.423Z] 2a8b12db71e7: Verifying Checksum [2020-12-16T10:00:23.423Z] 2a8b12db71e7: Download complete [2020-12-16T10:00:23.423Z] 31603596830f: Verifying Checksum [2020-12-16T10:00:23.423Z] 31603596830f: Download complete [2020-12-16T10:00:23.693Z] 6ca5941a6612: Verifying Checksum [2020-12-16T10:00:23.694Z] 6ca5941a6612: Download complete [2020-12-16T10:00:23.694Z] ecc8261a40a4: Verifying Checksum [2020-12-16T10:00:23.694Z] ecc8261a40a4: Download complete [2020-12-16T10:00:23.956Z] 31603596830f: Pull complete [2020-12-16T10:00:23.956Z] 2a8b12db71e7: Pull complete [2020-12-16T10:00:24.904Z] 6ca5941a6612: Pull complete [2020-12-16T10:00:25.171Z] ecc8261a40a4: Pull complete [2020-12-16T10:00:25.171Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-16T10:00:25.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T10:00:25.171Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-16T10:00:25.309Z] prd-centos7-docker-4c-2g-16327 does not seem to be running inside a container [2020-12-16T10:00:25.368Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-16T10:00:27.693Z] $ docker top 32c79e89f3bb8a46c01012fa96a0b36a63cb114493763d1a1f941897d9a389b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-16T10:00:28.040Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T10:00:28.041Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T10:00:28.242Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T10:00:28.249Z] $ docker exec 32c79e89f3bb8a46c01012fa96a0b36a63cb114493763d1a1f941897d9a389b3 ssh-agent [2020-12-16T10:00:28.412Z] SSH_AUTH_SOCK=/tmp/ssh-f1NhlCWvvMfu/agent.12 [2020-12-16T10:00:28.412Z] SSH_AGENT_PID=17 [2020-12-16T10:00:28.422Z] Running ssh-add (command line suppressed) [2020-12-16T10:00:28.552Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_1291549171387178970.key (/w/workspace/edgex-go/7@tmp/private_key_1291549171387178970.key) [2020-12-16T10:00:28.600Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T10:00:28.941Z] + git tag --points-at HEAD [Pipeline] } [2020-12-16T10:00:28.967Z] $ docker exec --env ******** --env ******** 32c79e89f3bb8a46c01012fa96a0b36a63cb114493763d1a1f941897d9a389b3 ssh-agent -k [2020-12-16T10:00:29.094Z] unset SSH_AUTH_SOCK; [2020-12-16T10:00:29.094Z] unset SSH_AGENT_PID; [2020-12-16T10:00:29.094Z] echo Agent pid 17 killed; [2020-12-16T10:00:29.140Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-16T10:00:29.321Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T10:00:29.321Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T10:00:29.488Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T10:00:29.494Z] $ docker exec 32c79e89f3bb8a46c01012fa96a0b36a63cb114493763d1a1f941897d9a389b3 ssh-agent [2020-12-16T10:00:29.656Z] SSH_AUTH_SOCK=/tmp/ssh-zf2IpNX5vUAf/agent.45 [2020-12-16T10:00:29.656Z] SSH_AGENT_PID=50 [2020-12-16T10:00:29.662Z] Running ssh-add (command line suppressed) [2020-12-16T10:00:29.787Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_2895641266510150287.key (/w/workspace/edgex-go/7@tmp/private_key_2895641266510150287.key) [2020-12-16T10:00:29.837Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T10:00:30.180Z] + git semver init [2020-12-16T10:00:30.180Z] # -> Open(): unable to determine branch for HEAD [2020-12-16T10:00:30.180Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2020-12-16T10:00:30.180Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2020-12-16T10:00:30.180Z] # $SEMVER_REMOTE_NAME = origin [2020-12-16T10:00:30.180Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-16T10:00:30.180Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-16T10:00:30.180Z] # $SEMVER_BRANCH = PR-2944 [2020-12-16T10:00:30.180Z] # $SEMVER_TEMP = /tmp/semver-604125180 [2020-12-16T10:00:30.180Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-16T10:01:16.981Z] # '/tmp/semver-604125180' -> '/w/workspace/edgex-go/7/.semver' [2020-12-16T10:01:16.982Z] # -> Force: false [2020-12-16T10:01:16.982Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2020-12-16T10:01:16.997Z] $ docker exec --env ******** --env ******** 32c79e89f3bb8a46c01012fa96a0b36a63cb114493763d1a1f941897d9a389b3 ssh-agent -k [2020-12-16T10:01:17.234Z] unset SSH_AUTH_SOCK; [2020-12-16T10:01:17.234Z] unset SSH_AGENT_PID; [2020-12-16T10:01:17.235Z] echo Agent pid 50 killed; [2020-12-16T10:01:17.329Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T10:01:17.790Z] + git semver [Pipeline] } [2020-12-16T10:01:17.813Z] $ docker stop --time=1 32c79e89f3bb8a46c01012fa96a0b36a63cb114493763d1a1f941897d9a389b3 [2020-12-16T10:01:19.708Z] $ docker rm -f 32c79e89f3bb8a46c01012fa96a0b36a63cb114493763d1a1f941897d9a389b3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T10:01:20.301Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-16T10:01:20.855Z] Stashed 1 file(s) [Pipeline] echo [2020-12-16T10:01:20.858Z] [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 [2020-12-16T10:01:21.721Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-16T10:01:22.023Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T10:01:22.350Z] + sudo service docker restart [2020-12-16T10:01:22.350Z] + true [2020-12-16T10:01:22.350Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-16T10:01:22.946Z] ========================================================= [2020-12-16T10:01:22.946Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-16T10:01:22.946Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:01:23.290Z] + 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 . [2020-12-16T10:01:26.626Z] Sending build context to Docker daemon 326.5MB [2020-12-16T10:01:26.626Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T10:01:26.626Z] Step 2/7 : FROM ${BASE} [2020-12-16T10:01:26.626Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-16T10:01:26.626Z] 188c0c94c7c5: Pulling fs layer [2020-12-16T10:01:26.626Z] 0ef7d3d256c8: Pulling fs layer [2020-12-16T10:01:26.626Z] de9db76c5a1d: Pulling fs layer [2020-12-16T10:01:26.626Z] bca2f99d35d6: Pulling fs layer [2020-12-16T10:01:26.626Z] 93359f2a8cfa: Pulling fs layer [2020-12-16T10:01:26.626Z] 7c6f9722023f: Pulling fs layer [2020-12-16T10:01:26.626Z] a35cf1a2eb13: Pulling fs layer [2020-12-16T10:01:26.626Z] 93359f2a8cfa: Waiting [2020-12-16T10:01:26.626Z] 7c6f9722023f: Waiting [2020-12-16T10:01:26.626Z] bca2f99d35d6: Waiting [2020-12-16T10:01:26.626Z] a35cf1a2eb13: Waiting [2020-12-16T10:01:26.626Z] de9db76c5a1d: Verifying Checksum [2020-12-16T10:01:26.627Z] de9db76c5a1d: Download complete [2020-12-16T10:01:26.627Z] 0ef7d3d256c8: Verifying Checksum [2020-12-16T10:01:26.627Z] 0ef7d3d256c8: Download complete [2020-12-16T10:01:26.627Z] 93359f2a8cfa: Verifying Checksum [2020-12-16T10:01:26.627Z] 93359f2a8cfa: Download complete [2020-12-16T10:01:26.627Z] 7c6f9722023f: Download complete [2020-12-16T10:01:26.627Z] 188c0c94c7c5: Verifying Checksum [2020-12-16T10:01:26.627Z] 188c0c94c7c5: Download complete [2020-12-16T10:01:26.892Z] 188c0c94c7c5: Pull complete [2020-12-16T10:01:27.154Z] 0ef7d3d256c8: Pull complete [2020-12-16T10:01:27.154Z] de9db76c5a1d: Pull complete [2020-12-16T10:01:29.088Z] a35cf1a2eb13: Verifying Checksum [2020-12-16T10:01:29.088Z] a35cf1a2eb13: Download complete [2020-12-16T10:01:29.349Z] bca2f99d35d6: Verifying Checksum [2020-12-16T10:01:29.349Z] bca2f99d35d6: Download complete [2020-12-16T10:01:35.998Z] bca2f99d35d6: Pull complete [2020-12-16T10:01:35.998Z] 93359f2a8cfa: Pull complete [2020-12-16T10:01:35.998Z] 7c6f9722023f: Pull complete [2020-12-16T10:01:36.225Z] Still waiting to schedule task [2020-12-16T10:01:36.225Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-16328’ [2020-12-16T10:01:40.227Z] a35cf1a2eb13: Pull complete [2020-12-16T10:01:40.227Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-16T10:01:40.227Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-16T10:01:40.227Z] ---> a62c8e92a672 [2020-12-16T10:01:40.227Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-16T10:01:40.227Z] ---> Running in 98a954567c53 [2020-12-16T10:01:40.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:01:41.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:01:43.008Z] (1/12) Installing libmagic (5.38-r0) [2020-12-16T10:01:43.272Z] (2/12) Installing file (5.38-r0) [2020-12-16T10:01:43.534Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-16T10:01:43.534Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-16T10:02:05.532Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-16T10:02:05.532Z] (6/12) Installing patch (2.7.6-r6) [2020-12-16T10:02:05.532Z] (7/12) Installing build-base (0.5-r2) [2020-12-16T10:02:05.532Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-16T10:02:05.532Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-16T10:02:05.532Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-16T10:02:05.532Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-16T10:02:05.532Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-16T10:02:05.532Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:02:05.532Z] OK: 233 MiB in 51 packages [2020-12-16T10:02:09.757Z] Removing intermediate container 98a954567c53 [2020-12-16T10:02:09.757Z] ---> 1135dc024239 [2020-12-16T10:02:09.757Z] Step 4/7 : WORKDIR /edgex-go [2020-12-16T10:02:09.757Z] ---> Running in 2c25cb633a22 [2020-12-16T10:02:09.757Z] Removing intermediate container 2c25cb633a22 [2020-12-16T10:02:09.757Z] ---> 21ddc5a871ff [2020-12-16T10:02:09.757Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-16T10:02:10.022Z] latest: Pulling from library/docker [2020-12-16T10:02:10.022Z] 05e7bc50f07f: Pulling fs layer [2020-12-16T10:02:10.022Z] 6db28d0fdbf6: Pulling fs layer [2020-12-16T10:02:10.022Z] 292df0bc6bf3: Pulling fs layer [2020-12-16T10:02:10.022Z] a3104fdc50d0: Pulling fs layer [2020-12-16T10:02:10.022Z] a8e67d69e12c: Pulling fs layer [2020-12-16T10:02:10.022Z] 1ede2b221ee4: Pulling fs layer [2020-12-16T10:02:10.022Z] fc74c0d5b799: Pulling fs layer [2020-12-16T10:02:10.022Z] a3104fdc50d0: Waiting [2020-12-16T10:02:10.022Z] a8e67d69e12c: Waiting [2020-12-16T10:02:10.022Z] fc74c0d5b799: Waiting [2020-12-16T10:02:10.022Z] 1ede2b221ee4: Waiting [2020-12-16T10:02:10.291Z] 292df0bc6bf3: Download complete [2020-12-16T10:02:10.291Z] 6db28d0fdbf6: Verifying Checksum [2020-12-16T10:02:10.291Z] 6db28d0fdbf6: Download complete [2020-12-16T10:02:10.291Z] 05e7bc50f07f: Download complete [2020-12-16T10:02:10.291Z] a8e67d69e12c: Verifying Checksum [2020-12-16T10:02:10.291Z] a8e67d69e12c: Download complete [2020-12-16T10:02:10.291Z] 1ede2b221ee4: Verifying Checksum [2020-12-16T10:02:10.291Z] 1ede2b221ee4: Download complete [2020-12-16T10:02:10.557Z] fc74c0d5b799: Verifying Checksum [2020-12-16T10:02:10.557Z] fc74c0d5b799: Download complete [2020-12-16T10:02:10.557Z] 05e7bc50f07f: Pull complete [2020-12-16T10:02:10.820Z] 6db28d0fdbf6: Pull complete [2020-12-16T10:02:10.820Z] 292df0bc6bf3: Pull complete [2020-12-16T10:02:11.779Z] a3104fdc50d0: Verifying Checksum [2020-12-16T10:02:11.780Z] a3104fdc50d0: Download complete [2020-12-16T10:02:15.194Z] a3104fdc50d0: Pull complete [2020-12-16T10:02:15.194Z] a8e67d69e12c: Pull complete [2020-12-16T10:02:15.194Z] 1ede2b221ee4: Pull complete [2020-12-16T10:02:15.194Z] fc74c0d5b799: Pull complete [2020-12-16T10:02:15.194Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-16T10:02:15.194Z] Status: Downloaded newer image for docker:latest [2020-12-16T10:02:16.594Z] ---> 94ced2594ce3 [2020-12-16T10:02:16.594Z] Step 6/7 : COPY go.mod . [2020-12-16T10:02:16.594Z] ---> c4c870a3fa17 [2020-12-16T10:02:16.594Z] Step 7/7 : RUN go mod download [2020-12-16T10:02:16.858Z] ---> Running in 52d19ee6bdd0 [2020-12-16T10:02:38.898Z] Removing intermediate container 52d19ee6bdd0 [2020-12-16T10:02:38.898Z] ---> 629fc2b4f11e [2020-12-16T10:02:38.898Z] Successfully built 629fc2b4f11e [2020-12-16T10:02:38.898Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:02:39.219Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T10:02:39.219Z] . [Pipeline] withDockerContainer [2020-12-16T10:02:39.320Z] prd-centos7-docker-4c-2g-16327 does not seem to be running inside a container [2020-12-16T10:02:39.372Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-16T10:02:40.165Z] $ docker top 36be99fe77d58bf26e8719f1e3bcb9d5c7df6de78b9618b093e97f518b769e00 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:02:40.764Z] + go version [2020-12-16T10:02:40.764Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-16T10:02:40.798Z] $ docker stop --time=1 36be99fe77d58bf26e8719f1e3bcb9d5c7df6de78b9618b093e97f518b769e00 [2020-12-16T10:02:42.205Z] $ docker rm -f 36be99fe77d58bf26e8719f1e3bcb9d5c7df6de78b9618b093e97f518b769e00 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:02:43.045Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T10:02:43.045Z] . [Pipeline] withDockerContainer [2020-12-16T10:02:43.151Z] prd-centos7-docker-4c-2g-16327 does not seem to be running inside a container [2020-12-16T10:02:43.209Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-16T10:02:43.963Z] $ docker top bacabc68c73099f88e4d89f798829f6328edd71bef93baf6b0687fb2b075a0e6 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-16T10:02:44.152Z] ========================================================= [2020-12-16T10:02:44.153Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-16T10:02:44.153Z] ========================================================= [Pipeline] sh [2020-12-16T10:02:44.452Z] + make test [2020-12-16T10:02:44.453Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-16T10:02:54.534Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-16T10:03:09.640Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-16T10:03:15.004Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-16T10:03:15.600Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-16T10:03:15.600Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-16T10:03:15.600Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-16T10:03:15.600Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-16T10:03:15.872Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-16T10:03:17.821Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.028s [2020-12-16T10:03:17.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-16T10:03:17.821Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-16T10:03:18.788Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-16T10:03:18.788Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-16T10:03:18.788Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-16T10:03:18.788Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-16T10:03:21.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements [2020-12-16T10:03:21.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-16T10:03:21.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-16T10:03:21.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-16T10:03:21.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-16T10:03:21.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-16T10:03:26.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.177s coverage: 27.1% of statements [2020-12-16T10:03:26.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-16T10:03:26.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-16T10:03:26.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-16T10:03:26.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-16T10:03:26.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-16T10:03:26.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-16T10:03:26.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2020-12-16T10:03:26.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-16T10:03:26.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2020-12-16T10:03:26.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-16T10:03:26.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-16T10:03:26.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.113s coverage: 70.5% of statements [2020-12-16T10:03:26.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-16T10:03:26.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-16T10:03:26.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.111s coverage: 83.7% of statements [2020-12-16T10:03:26.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-16T10:03:26.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T10:03:26.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-16T10:03:26.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-16T10:03:27.737Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.345s coverage: 28.6% of statements [2020-12-16T10:03:27.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-16T10:03:27.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-16T10:03:27.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-16T10:03:27.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-16T10:03:27.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-16T10:03:27.737Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements [2020-12-16T10:03:27.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-16T10:03:27.737Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements [2020-12-16T10:03:27.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-16T10:03:27.737Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements [2020-12-16T10:03:27.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-16T10:03:27.737Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements [2020-12-16T10:03:27.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-16T10:03:28.003Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.059s coverage: 78.3% of statements [2020-12-16T10:03:28.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-16T10:03:28.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-16T10:03:28.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-16T10:03:28.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-16T10:03:30.601Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.358s coverage: 93.8% of statements [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-16T10:03:30.601Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-16T10:03:30.601Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.094s coverage: 0.1% of statements [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-16T10:03:30.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-16T10:03:30.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.047s coverage: 75.5% of statements [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-16T10:03:30.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements [2020-12-16T10:03:30.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.071s coverage: 87.2% of statements [2020-12-16T10:03:30.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 84.2% of statements [2020-12-16T10:03:30.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.111s coverage: 91.4% of statements [2020-12-16T10:03:30.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-16T10:03:31.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.195s coverage: 63.5% of statements [2020-12-16T10:03:31.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-16T10:03:31.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-16T10:03:31.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2020-12-16T10:03:31.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.067s coverage: 91.3% of statements [2020-12-16T10:03:31.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements [2020-12-16T10:03:31.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements [2020-12-16T10:03:32.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements [2020-12-16T10:03:33.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.326s coverage: 55.9% of statements [2020-12-16T10:03:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-16T10:03:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-16T10:03:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-16T10:03:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-16T10:03:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-16T10:03:33.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-16T10:03:40.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.663s coverage: 86.3% of statements [2020-12-16T10:03:40.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-16T10:03:40.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.089s coverage: 72.2% of statements [2020-12-16T10:03:40.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.382s coverage: 72.1% of statements [2020-12-16T10:03:40.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.042s coverage: 82.4% of statements [2020-12-16T10:03:40.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.035s coverage: 48.4% of statements [2020-12-16T10:03:40.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-16T10:03:40.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-16T10:03:40.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-16T10:03:40.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.039s coverage: 28.8% of statements [2020-12-16T10:03:40.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-16T10:03:40.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.047s coverage: 96.8% of statements [2020-12-16T10:03:40.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-16T10:03:40.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 37.0% of statements [2020-12-16T10:03:40.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-16T10:03:40.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-16T10:03:40.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.330s coverage: 84.0% of statements [2020-12-16T10:03:40.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements [2020-12-16T10:03:40.268Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 47.1% of statements [2020-12-16T10:03:40.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-16T10:03:40.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-16T10:03:40.268Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.036s coverage: 100.0% of statements [2020-12-16T10:03:40.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-16T10:03:40.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-16T10:03:40.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-16T10:03:40.268Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements [2020-12-16T10:03:40.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-16T10:03:40.268Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.065s coverage: 100.0% of statements [2020-12-16T10:03:40.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-16T10:03:40.537Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.682s coverage: 29.1% of statements [2020-12-16T10:03:40.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-16T10:03:40.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-16T10:03:40.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-16T10:03:40.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-16T10:03:40.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-16T10:03:40.537Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2020-12-16T10:03:40.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-16T10:03:40.537Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements [2020-12-16T10:03:40.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-16T10:03:40.537Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2020-12-16T10:03:40.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-16T10:03:40.537Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2020-12-16T10:03:40.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-16T10:03:40.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-16T10:03:40.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-16T10:03:40.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-16T10:03:40.537Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2020-12-16T10:03:40.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-16T10:03:40.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-16T10:03:40.811Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2020-12-16T10:03:41.074Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2020-12-16T10:03:41.355Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-16T10:03:41.625Z] GO111MODULE=on go vet ./... [2020-12-16T10:04:08.406Z] gofmt -l . [2020-12-16T10:04:08.406Z] [ "`gofmt -l .`" = "" ] [2020-12-16T10:04:08.406Z] ./bin/test-go-mod-tidy.sh [2020-12-16T10:04:08.406Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-16T10:04:08.981Z] + ls -al . [2020-12-16T10:04:08.981Z] total 664 [2020-12-16T10:04:08.981Z] drwxrwxr-x 10 1001 1001 4096 Dec 16 10:04 . [2020-12-16T10:04:08.981Z] drwxr-xr-x 4 root root 28 Dec 16 10:02 .. [2020-12-16T10:04:08.981Z] -rw-rw-r-- 1 1001 1001 11 Dec 16 10:00 .dockerignore [2020-12-16T10:04:08.981Z] drwxrwxr-x 8 1001 1001 179 Dec 16 10:00 .git [2020-12-16T10:04:08.981Z] drwxrwxr-x 3 1001 1001 125 Dec 16 10:00 .github [2020-12-16T10:04:08.981Z] -rw-rw-r-- 1 1001 1001 943 Dec 16 10:00 .gitignore [2020-12-16T10:04:08.981Z] drwx------ 3 1001 1001 47 Dec 16 10:01 .semver [2020-12-16T10:04:08.981Z] -rw-rw-r-- 1 1001 1001 166 Dec 16 10:00 .sonarcloud.properties [2020-12-16T10:04:08.981Z] -rw-rw-r-- 1 1001 1001 3804 Dec 16 10:00 CONTRIBUTING.md [2020-12-16T10:04:08.981Z] -rw-rw-r-- 1 1001 1001 1035 Dec 16 10:00 Dockerfile.build [2020-12-16T10:04:08.981Z] -rw-rw-r-- 1 1001 1001 863 Dec 16 10:00 Jenkinsfile [2020-12-16T10:04:08.981Z] -rw-rw-r-- 1 1001 1001 10775 Dec 16 10:00 LICENSE [2020-12-16T10:04:08.981Z] -rw-rw-r-- 1 1001 1001 6318 Dec 16 10:00 Makefile [2020-12-16T10:04:08.981Z] -rw-rw-r-- 1 1001 1001 6447 Dec 16 10:00 README.md [2020-12-16T10:04:08.981Z] -rw-rw-r-- 1 1001 1001 7286 Dec 16 10:00 SECURITY.md [2020-12-16T10:04:08.981Z] -rw-rw-r-- 1 1001 1001 5 Dec 16 10:01 VERSION [2020-12-16T10:04:08.981Z] -rw-rw-r-- 1 1001 1001 4131 Dec 16 10:00 ZMQWindows.md [2020-12-16T10:04:08.981Z] drwxrwxr-x 2 1001 1001 117 Dec 16 10:00 bin [2020-12-16T10:04:08.981Z] drwxrwxr-x 15 1001 1001 4096 Dec 16 10:00 cmd [2020-12-16T10:04:08.981Z] -rw-r--r-- 1 root root 568194 Dec 16 10:03 coverage.out [2020-12-16T10:04:08.981Z] -rw-r--r-- 1 root root 1041 Dec 16 10:04 go.mod [2020-12-16T10:04:08.981Z] -rw-r--r-- 1 root root 18959 Dec 16 10:04 go.sum [2020-12-16T10:04:08.981Z] drwxrwxr-x 8 1001 1001 127 Dec 16 10:00 internal [2020-12-16T10:04:08.981Z] drwxrwxr-x 4 1001 1001 26 Dec 16 10:00 openapi [2020-12-16T10:04:08.981Z] drwxrwxr-x 4 1001 1001 71 Dec 16 10:00 snap [2020-12-16T10:04:08.981Z] -rw-rw-r-- 1 1001 1001 168 Dec 16 10:00 version.go [Pipeline] sh [2020-12-16T10:04:09.283Z] + '[' -e coverage.out ] [2020-12-16T10:04:09.283Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-16T10:04:09.554Z] Stashed 1 file(s) [Pipeline] sh [2020-12-16T10:04:09.845Z] + make build [2020-12-16T10:04:09.845Z] 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 [2020-12-16T10:04:13.165Z] 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 [2020-12-16T10:04:21.420Z] 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 [2020-12-16T10:04:22.385Z] 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 [2020-12-16T10:04:23.786Z] 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 [2020-12-16T10:04:24.367Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-16T10:04:25.778Z] 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 [2020-12-16T10:04:27.186Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-16T10:04:28.162Z] 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 [2020-12-16T10:04:29.113Z] 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 [2020-12-16T10:04:30.512Z] 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 [2020-12-16T10:04:31.462Z] 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 [2020-12-16T10:04:32.411Z] 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] } [2020-12-16T10:04:33.375Z] $ docker stop --time=1 bacabc68c73099f88e4d89f798829f6328edd71bef93baf6b0687fb2b075a0e6 [2020-12-16T10:04:35.066Z] $ docker rm -f bacabc68c73099f88e4d89f798829f6328edd71bef93baf6b0687fb2b075a0e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:04:37.090Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T10:04:37.090Z] [2020-12-16T10:04:37.090Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:04:37.499Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T10:04:37.499Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-16T10:04:37.499Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-16T10:04:37.499Z] ca9280d653b3: Pulling fs layer [2020-12-16T10:04:37.499Z] 7e9c9ca2126c: Pulling fs layer [2020-12-16T10:04:38.447Z] cbdbe7a5bc2a: Download complete [2020-12-16T10:04:38.710Z] cbdbe7a5bc2a: Pull complete [2020-12-16T10:04:38.973Z] ca9280d653b3: Verifying Checksum [2020-12-16T10:04:38.973Z] ca9280d653b3: Download complete [2020-12-16T10:04:39.922Z] ca9280d653b3: Pull complete [2020-12-16T10:04:40.870Z] 7e9c9ca2126c: Verifying Checksum [2020-12-16T10:04:40.870Z] 7e9c9ca2126c: Download complete [2020-12-16T10:04:46.188Z] 7e9c9ca2126c: Pull complete [2020-12-16T10:04:46.188Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-16T10:04:46.188Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T10:04:46.188Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-16T10:04:46.356Z] prd-centos7-docker-4c-2g-16327 does not seem to be running inside a container [2020-12-16T10:04:46.407Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-16T10:04:49.578Z] $ docker top 26479068244dc475435a316533fd27d725997469deeda4d2250391e374f72f91 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:04:50.053Z] + docker-compose build --help [2020-12-16T10:04:50.053Z] + grep parallel [2020-12-16T10:04:50.999Z] --parallel Build images in parallel. [Pipeline] } [2020-12-16T10:04:51.024Z] $ docker stop --time=1 26479068244dc475435a316533fd27d725997469deeda4d2250391e374f72f91 [2020-12-16T10:04:52.420Z] $ docker rm -f 26479068244dc475435a316533fd27d725997469deeda4d2250391e374f72f91 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:04:53.042Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T10:04:53.043Z] . [Pipeline] withDockerContainer [2020-12-16T10:04:53.136Z] prd-centos7-docker-4c-2g-16327 does not seem to be running inside a container [2020-12-16T10:04:53.183Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 [2020-12-16T10:04:53.807Z] $ docker top 35767c5cbdf6308afe0fc7573b882e237b141cb34273506b4c361ecd95a21b5d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:04:54.282Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-16T10:04:55.223Z] Building docker-core-command-go ... [2020-12-16T10:04:55.223Z] Building docker-core-data-go ... [2020-12-16T10:04:55.223Z] Building docker-core-metadata-go ... [2020-12-16T10:04:55.223Z] Building docker-security-bootstrap-redis-go ... [2020-12-16T10:04:55.223Z] Building docker-security-proxy-setup-go ... [2020-12-16T10:04:55.223Z] Building docker-security-secrets-setup-go ... [2020-12-16T10:04:55.223Z] Building docker-security-secretstore-setup-go ... [2020-12-16T10:04:55.223Z] Building docker-support-notifications-go ... [2020-12-16T10:04:55.223Z] Building docker-support-scheduler-go ... [2020-12-16T10:04:55.223Z] Building docker-sys-mgmt-agent-go ... [2020-12-16T10:04:55.223Z] Building docker-core-metadata-go [2020-12-16T10:04:55.223Z] Building docker-core-command-go [2020-12-16T10:04:55.223Z] Building docker-security-secretstore-setup-go [2020-12-16T10:04:55.223Z] Building docker-sys-mgmt-agent-go [2020-12-16T10:04:55.223Z] Building docker-security-proxy-setup-go [2020-12-16T10:05:20.575Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16331 in /w/workspace/edgexfoundry_edgex-go_PR-2944 [Pipeline] { [Pipeline] ws [2020-12-16T10:05:20.634Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2020-12-16T10:05:25.817Z] using credential edgex-jenkins-ssh [2020-12-16T10:05:25.916Z] Cloning the remote Git repository [2020-12-16T10:05:25.990Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-16T10:05:26.126Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2020-12-16T10:05:26.218Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T10:05:26.219Z] > git --version # timeout=10 [2020-12-16T10:05:26.249Z] > git --version # 'git version 2.17.1' [2020-12-16T10:05:26.251Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T10:05:26.317Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T10:05:27.635Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:05:27.635Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:05:27.635Z] ---> 629fc2b4f11e [2020-12-16T10:05:27.635Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T10:05:27.635Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:05:27.635Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:05:27.635Z] ---> 629fc2b4f11e [2020-12-16T10:05:27.635Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T10:05:27.635Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:05:27.635Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:05:27.635Z] ---> 629fc2b4f11e [2020-12-16T10:05:27.636Z] Step 3/27 : WORKDIR /edgex-go [2020-12-16T10:05:27.636Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:05:27.636Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:05:27.636Z] ---> 629fc2b4f11e [2020-12-16T10:05:27.636Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T10:05:27.636Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:05:27.636Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:05:27.636Z] ---> 629fc2b4f11e [2020-12-16T10:05:27.636Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T10:05:28.254Z] ---> Running in e755c80df5fe [2020-12-16T10:05:28.255Z] ---> Running in 5b4d4f07792b [2020-12-16T10:05:28.255Z] ---> Running in daf80b4f8bce [2020-12-16T10:05:28.255Z] ---> Running in 83f2e4797069 [2020-12-16T10:05:28.255Z] ---> Running in 31b65ad5f9d0 [2020-12-16T10:05:28.839Z] Removing intermediate container 31b65ad5f9d0 [2020-12-16T10:05:28.839Z] ---> 25c187479442 [2020-12-16T10:05:28.839Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:05:28.839Z] Removing intermediate container e755c80df5fe [2020-12-16T10:05:28.839Z] ---> 89bd8c0ae8aa [2020-12-16T10:05:28.839Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:05:28.839Z] Removing intermediate container daf80b4f8bce [2020-12-16T10:05:28.839Z] ---> 3fd9d2d8a811 [2020-12-16T10:05:28.839Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:05:28.839Z] Removing intermediate container 5b4d4f07792b [2020-12-16T10:05:28.839Z] ---> f3d936a811cf [2020-12-16T10:05:28.839Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:05:28.839Z] Removing intermediate container 83f2e4797069 [2020-12-16T10:05:28.839Z] ---> 96ee5b0023fe [2020-12-16T10:05:28.839Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:05:28.839Z] ---> Running in 5f4de7dd724a [2020-12-16T10:05:29.105Z] ---> Running in cf61d0450cd5 [2020-12-16T10:05:29.105Z] ---> Running in cf4f767f2e78 [2020-12-16T10:05:29.105Z] ---> Running in 886ad7cbe6eb [2020-12-16T10:05:29.105Z] ---> Running in 69966eb5ac0b [2020-12-16T10:05:31.040Z] Removing intermediate container 886ad7cbe6eb [2020-12-16T10:05:31.040Z] ---> bb1ae5e5f3ac [2020-12-16T10:05:31.040Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T10:05:31.040Z] Removing intermediate container 5f4de7dd724a [2020-12-16T10:05:31.040Z] ---> 75f1659653ee [2020-12-16T10:05:31.040Z] Step 5/24 : RUN apk update && apk add make git [2020-12-16T10:05:31.040Z] ---> Running in 1da98031a0d6 [2020-12-16T10:05:31.302Z] ---> Running in d20c2062fb83 [2020-12-16T10:05:31.565Z] Removing intermediate container cf61d0450cd5 [2020-12-16T10:05:31.565Z] ---> 90d14ea114b5 [2020-12-16T10:05:31.565Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T10:05:31.565Z] Removing intermediate container cf4f767f2e78 [2020-12-16T10:05:31.565Z] ---> 7e6533ce4260 [2020-12-16T10:05:31.565Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-16T10:05:31.837Z] ---> Running in a2a95a469a21 [2020-12-16T10:05:31.837Z] ---> Running in e5d0eea90ac5 [2020-12-16T10:05:31.837Z] Removing intermediate container 69966eb5ac0b [2020-12-16T10:05:31.837Z] ---> dd3fbadfe009 [2020-12-16T10:05:31.837Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T10:05:32.104Z] ---> Running in fcef6d21b91e [2020-12-16T10:05:32.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:32.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:32.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:32.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:32.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:33.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:33.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:33.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:33.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:33.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:34.369Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:05:34.369Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:05:34.369Z] OK: 12750 distinct packages available [2020-12-16T10:05:34.633Z] OK: 233 MiB in 51 packages [2020-12-16T10:05:34.633Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:05:34.633Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:05:34.633Z] OK: 12750 distinct packages available [2020-12-16T10:05:34.898Z] OK: 233 MiB in 51 packages [2020-12-16T10:05:35.185Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:05:35.185Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:05:35.185Z] OK: 12750 distinct packages available [2020-12-16T10:05:35.185Z] Removing intermediate container d20c2062fb83 [2020-12-16T10:05:35.185Z] ---> ebe31da275eb [2020-12-16T10:05:35.185Z] Step 6/24 : COPY go.mod . [2020-12-16T10:05:35.185Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:05:35.185Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:05:35.185Z] OK: 12750 distinct packages available [2020-12-16T10:05:35.185Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:05:35.185Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:05:35.185Z] OK: 12750 distinct packages available [2020-12-16T10:05:35.472Z] OK: 233 MiB in 51 packages [2020-12-16T10:05:35.472Z] OK: 233 MiB in 51 packages [2020-12-16T10:05:35.472Z] ---> 250cf3d8d2bc [2020-12-16T10:05:35.472Z] Step 7/24 : RUN go mod download [2020-12-16T10:05:35.472Z] OK: 233 MiB in 51 packages [2020-12-16T10:05:35.472Z] Removing intermediate container fcef6d21b91e [2020-12-16T10:05:35.472Z] ---> 221c78bd66c1 [2020-12-16T10:05:35.472Z] Step 6/22 : COPY go.mod . [2020-12-16T10:05:35.756Z] ---> Running in 13ff65d85e56 [2020-12-16T10:05:36.019Z] ---> 22404f3d844c [2020-12-16T10:05:36.019Z] Step 7/22 : RUN go mod download [2020-12-16T10:05:36.282Z] ---> Running in a362bf05de81 [2020-12-16T10:05:36.282Z] Removing intermediate container 1da98031a0d6 [2020-12-16T10:05:36.282Z] ---> bcc274f6ea5e [2020-12-16T10:05:36.282Z] Step 6/21 : COPY go.mod . [2020-12-16T10:05:36.881Z] Removing intermediate container a2a95a469a21 [2020-12-16T10:05:36.881Z] ---> 96b5bba2d8ab [2020-12-16T10:05:36.881Z] Step 6/22 : COPY go.mod . [2020-12-16T10:05:36.881Z] ---> 89a55c9fb747 [2020-12-16T10:05:36.881Z] Step 7/21 : RUN go mod download [2020-12-16T10:05:36.881Z] ---> Running in 4b8b974f0aeb [2020-12-16T10:05:37.153Z] Removing intermediate container e5d0eea90ac5 [2020-12-16T10:05:37.153Z] ---> 9c0f46b59f67 [2020-12-16T10:05:37.153Z] Step 6/27 : COPY go.mod . [2020-12-16T10:05:37.153Z] ---> 299a8b3a7f0a [2020-12-16T10:05:37.153Z] Step 7/22 : RUN go mod download [2020-12-16T10:05:37.428Z] ---> Running in 3011890bacc5 [2020-12-16T10:05:37.428Z] ---> 70c13fb54ccb [2020-12-16T10:05:37.428Z] Step 7/27 : RUN go mod download [2020-12-16T10:05:37.697Z] ---> Running in 14c30a084f58 [2020-12-16T10:05:38.681Z] Removing intermediate container a362bf05de81 [2020-12-16T10:05:38.681Z] ---> cec539c07e29 [2020-12-16T10:05:38.681Z] Step 8/22 : COPY . . [2020-12-16T10:05:38.681Z] Removing intermediate container 13ff65d85e56 [2020-12-16T10:05:38.681Z] ---> db3d64dc72b4 [2020-12-16T10:05:38.681Z] Step 8/24 : COPY . . [2020-12-16T10:05:38.946Z] Removing intermediate container 4b8b974f0aeb [2020-12-16T10:05:38.946Z] ---> 68d7b91c43b8 [2020-12-16T10:05:38.946Z] Step 8/21 : COPY . . [2020-12-16T10:05:44.286Z] Removing intermediate container 3011890bacc5 [2020-12-16T10:05:44.286Z] ---> f15735720af2 [2020-12-16T10:05:44.286Z] Step 8/22 : COPY . . [2020-12-16T10:05:51.207Z] Removing intermediate container 14c30a084f58 [2020-12-16T10:05:51.207Z] ---> d421c872353d [2020-12-16T10:05:51.207Z] Step 8/27 : COPY . . [2020-12-16T10:06:08.686Z] Merging remotes/origin/master commit e25094879da38d58945b339cb800433d3a77391e into PR head commit 8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:06:07.913Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T10:06:07.944Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T10:06:07.978Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T10:06:08.016Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T10:06:08.017Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T10:06:08.033Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2944/head:refs/remotes/origin/PR-2944 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T10:06:08.712Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T10:06:08.726Z] > git checkout -f 8154f8db8bdc527e3691675a2d745678467c85bb # timeout=10 [2020-12-16T10:06:09.253Z] Merge succeeded, producing 8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:06:09.253Z] Checking out Revision 8154f8db8bdc527e3691675a2d745678467c85bb (PR-2944) [2020-12-16T10:06:09.136Z] > git remote # timeout=10 [2020-12-16T10:06:09.165Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T10:06:09.199Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T10:06:09.212Z] > git merge e25094879da38d58945b339cb800433d3a77391e # timeout=10 [2020-12-16T10:06:09.240Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T10:06:09.266Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T10:06:09.279Z] > git checkout -f 8154f8db8bdc527e3691675a2d745678467c85bb # timeout=10 [2020-12-16T10:06:13.810Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T10:06:15.430Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-16T10:06:15.911Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T10:06:16.277Z] + true [2020-12-16T10:06:16.277Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T10:06:19.005Z] provisioning config files... [2020-12-16T10:06:19.056Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config4192701418075833580tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:06:19.475Z] ---> docker-login.sh [2020-12-16T10:06:19.475Z] nexus3.edgexfoundry.org:10001 [2020-12-16T10:06:20.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:06:20.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:06:20.736Z] Configure a credential helper to remove this warning. See [2020-12-16T10:06:20.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:06:20.736Z] [2020-12-16T10:06:20.736Z] Login Succeeded [2020-12-16T10:06:20.736Z] nexus3.edgexfoundry.org:10002 [2020-12-16T10:06:21.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:06:21.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:06:21.335Z] Configure a credential helper to remove this warning. See [2020-12-16T10:06:21.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:06:21.335Z] [2020-12-16T10:06:21.335Z] Login Succeeded [2020-12-16T10:06:21.335Z] nexus3.edgexfoundry.org:10003 [2020-12-16T10:06:21.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:06:21.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:06:21.936Z] Configure a credential helper to remove this warning. See [2020-12-16T10:06:21.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:06:21.936Z] [2020-12-16T10:06:21.936Z] Login Succeeded [2020-12-16T10:06:21.936Z] nexus3.edgexfoundry.org:10004 [2020-12-16T10:06:22.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:06:22.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:06:22.538Z] Configure a credential helper to remove this warning. See [2020-12-16T10:06:22.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:06:22.538Z] [2020-12-16T10:06:22.538Z] Login Succeeded [2020-12-16T10:06:22.538Z] docker.io [2020-12-16T10:06:23.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:06:23.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:06:23.418Z] Configure a credential helper to remove this warning. See [2020-12-16T10:06:23.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:06:23.418Z] [2020-12-16T10:06:23.418Z] Login Succeeded [2020-12-16T10:06:23.418Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T10:06:23.435Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-12-16T10:06:23.639Z] ---> 3d4b83e42a18 [2020-12-16T10:06:23.639Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-16T10:06:23.639Z] ---> Running in 1e306fc15628 [2020-12-16T10:06:23.639Z] ---> 17c845e166a8 [2020-12-16T10:06:23.639Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-16T10:06:23.639Z] ---> 8cc5c2520951 [2020-12-16T10:06:23.639Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-16T10:06:23.639Z] ---> 475acc44b7e7 [2020-12-16T10:06:23.639Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-16T10:06:23.639Z] ---> 63b30f956b25 [2020-12-16T10:06:23.639Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-16T10:06:23.639Z] ---> Running in 874d0ed91190 [2020-12-16T10:06:23.639Z] ---> Running in f90a88d7d447 [2020-12-16T10:06:23.639Z] ---> Running in a2fb497a8e78 [2020-12-16T10:06:23.639Z] ---> Running in 9a855168e29e [Pipeline] echo [2020-12-16T10:06:23.884Z] ========================================================= [2020-12-16T10:06:23.884Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-16T10:06:23.884Z] ========================================================= [2020-12-16T10:06:23.907Z] 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 [2020-12-16T10:06:23.907Z] 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 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:06:24.178Z] 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 [2020-12-16T10:06:24.178Z] 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 [2020-12-16T10:06:24.178Z] 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 [2020-12-16T10:06:24.322Z] + 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 . [2020-12-16T10:06:26.331Z] Sending build context to Docker daemon 165.7MB [2020-12-16T10:06:26.331Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T10:06:26.331Z] Step 2/7 : FROM ${BASE} [2020-12-16T10:06:26.632Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-16T10:06:26.632Z] 5f621e34cdf4: Pulling fs layer [2020-12-16T10:06:26.632Z] a4357932f1b6: Pulling fs layer [2020-12-16T10:06:26.632Z] 18c013af1878: Pulling fs layer [2020-12-16T10:06:26.632Z] 00ac8860ef70: Pulling fs layer [2020-12-16T10:06:26.632Z] 00ac8860ef70: Waiting [2020-12-16T10:06:26.632Z] 63d7cb157983: Pulling fs layer [2020-12-16T10:06:26.632Z] b116817d02f9: Pulling fs layer [2020-12-16T10:06:26.632Z] 63d7cb157983: Waiting [2020-12-16T10:06:26.632Z] 745a02a5169b: Pulling fs layer [2020-12-16T10:06:26.632Z] 745a02a5169b: Waiting [2020-12-16T10:06:26.632Z] 18c013af1878: Verifying Checksum [2020-12-16T10:06:26.632Z] 18c013af1878: Download complete [2020-12-16T10:06:26.632Z] a4357932f1b6: Download complete [2020-12-16T10:06:26.632Z] 63d7cb157983: Download complete [2020-12-16T10:06:27.233Z] b116817d02f9: Verifying Checksum [2020-12-16T10:06:27.233Z] b116817d02f9: Download complete [2020-12-16T10:06:27.233Z] 5f621e34cdf4: Verifying Checksum [2020-12-16T10:06:27.233Z] 5f621e34cdf4: Download complete [2020-12-16T10:06:27.833Z] 5f621e34cdf4: Pull complete [2020-12-16T10:06:28.437Z] a4357932f1b6: Pull complete [2020-12-16T10:06:28.715Z] 18c013af1878: Pull complete [2020-12-16T10:06:29.703Z] 745a02a5169b: Verifying Checksum [2020-12-16T10:06:29.703Z] 745a02a5169b: Download complete [2020-12-16T10:06:31.139Z] 00ac8860ef70: Verifying Checksum [2020-12-16T10:06:31.139Z] 00ac8860ef70: Download complete [2020-12-16T10:06:41.311Z] 00ac8860ef70: Pull complete [2020-12-16T10:06:41.311Z] 63d7cb157983: Pull complete [2020-12-16T10:06:41.586Z] b116817d02f9: Pull complete [2020-12-16T10:06:45.898Z] 745a02a5169b: Pull complete [2020-12-16T10:06:45.898Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-16T10:06:45.898Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-16T10:06:45.898Z] ---> b7e6874047d6 [2020-12-16T10:06:45.898Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-16T10:06:49.305Z] ---> Running in 395a7ce6794c [2020-12-16T10:06:50.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:06:50.886Z] 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 [2020-12-16T10:06:50.886Z] 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 [2020-12-16T10:06:52.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:06:55.359Z] (1/12) Installing libmagic (5.38-r0) [2020-12-16T10:06:55.958Z] (2/12) Installing file (5.38-r0) [2020-12-16T10:06:55.958Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-16T10:06:55.958Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-16T10:06:56.286Z] Removing intermediate container 9a855168e29e [2020-12-16T10:06:56.286Z] ---> 3e58fd774944 [2020-12-16T10:06:56.286Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-16T10:06:57.704Z] Removing intermediate container 874d0ed91190 [2020-12-16T10:06:57.704Z] ---> 84200d268db2 [2020-12-16T10:06:57.704Z] [2020-12-16T10:06:57.704Z] Step 10/24 : FROM alpine:3.10 [2020-12-16T10:06:57.704Z] 3.10: Pulling from library/alpine [2020-12-16T10:06:57.704Z] ---> Running in 03ed10f347de [2020-12-16T10:06:58.691Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-16T10:06:58.691Z] Status: Downloaded newer image for alpine:3.10 [2020-12-16T10:06:58.691Z] ---> be4e4bea2c2e [2020-12-16T10:06:58.691Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T10:06:58.691Z] 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 [2020-12-16T10:07:01.261Z] ---> Running in d1212db754bb [2020-12-16T10:07:01.852Z] Removing intermediate container a2fb497a8e78 [2020-12-16T10:07:01.852Z] ---> 1ca5f15f37cd [2020-12-16T10:07:01.852Z] [2020-12-16T10:07:01.852Z] Step 10/21 : FROM alpine [2020-12-16T10:07:01.852Z] Removing intermediate container 1e306fc15628 [2020-12-16T10:07:01.852Z] ---> 746d71c97c97 [2020-12-16T10:07:01.852Z] [2020-12-16T10:07:01.852Z] Step 10/22 : FROM scratch [2020-12-16T10:07:01.852Z] ---> [2020-12-16T10:07:01.852Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:07:01.852Z] latest: Pulling from library/alpine [2020-12-16T10:07:01.852Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-16T10:07:02.120Z] Status: Downloaded newer image for alpine:latest [2020-12-16T10:07:02.120Z] ---> b14afc6dfb98 [2020-12-16T10:07:02.120Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-16T10:07:02.693Z] ---> Running in 669660b9d1d3 [2020-12-16T10:07:03.266Z] ---> Running in add129c12fe9 [2020-12-16T10:07:04.217Z] Removing intermediate container 03ed10f347de [2020-12-16T10:07:04.217Z] ---> 98965ae0a9a9 [2020-12-16T10:07:04.217Z] [2020-12-16T10:07:04.217Z] Step 11/27 : FROM docker:latest [2020-12-16T10:07:04.217Z] ---> 0c995d0d3006 [2020-12-16T10:07:04.217Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-16T10:07:04.482Z] Removing intermediate container 669660b9d1d3 [2020-12-16T10:07:04.482Z] ---> 32464911d598 [2020-12-16T10:07:04.482Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-16T10:07:04.482Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:04.482Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:04.482Z] Removing intermediate container f90a88d7d447 [2020-12-16T10:07:04.482Z] ---> bad88e315250 [2020-12-16T10:07:04.482Z] [2020-12-16T10:07:04.482Z] Step 10/22 : FROM scratch [2020-12-16T10:07:04.482Z] ---> [2020-12-16T10:07:04.482Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:07:04.482Z] ---> Using cache [2020-12-16T10:07:04.482Z] ---> 32464911d598 [2020-12-16T10:07:04.482Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-16T10:07:04.752Z] ---> Running in 4ceeb596c0eb [2020-12-16T10:07:04.752Z] ---> Running in 14c34b33a6ac [2020-12-16T10:07:04.752Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T10:07:04.752Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T10:07:04.752Z] OK: 10350 distinct packages available [2020-12-16T10:07:04.752Z] ---> Running in 8f6dcdf978f9 [2020-12-16T10:07:05.016Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T10:07:05.016Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T10:07:05.016Z] Removing intermediate container 4ceeb596c0eb [2020-12-16T10:07:05.016Z] ---> 814119ba7b78 [2020-12-16T10:07:05.016Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T10:07:05.016Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T10:07:05.016Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T10:07:05.284Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T10:07:05.284Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T10:07:05.284Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T10:07:05.284Z] OK: 7 MiB in 19 packages [2020-12-16T10:07:05.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:05.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:05.815Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:07:05.815Z] v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:07:05.815Z] OK: 12747 distinct packages available [2020-12-16T10:07:05.815Z] ---> Running in c20465fd4c19 [2020-12-16T10:07:05.815Z] Removing intermediate container 8f6dcdf978f9 [2020-12-16T10:07:05.815Z] ---> 872e0d24cfe0 [2020-12-16T10:07:05.815Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T10:07:06.085Z] ---> Running in f18f42fabdd5 [2020-12-16T10:07:06.085Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-16T10:07:06.085Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T10:07:06.085Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-16T10:07:06.085Z] (4/4) Installing curl (7.69.1-r3) [2020-12-16T10:07:06.085Z] Removing intermediate container c20465fd4c19 [2020-12-16T10:07:06.085Z] ---> 75c830a56972 [2020-12-16T10:07:06.085Z] Step 14/22 : WORKDIR / [2020-12-16T10:07:06.085Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:07:06.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:06.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:06.349Z] (1/2) Installing readline (8.0.4-r0) [2020-12-16T10:07:06.349Z] (2/2) Installing bash (5.0.17-r0) [2020-12-16T10:07:06.349Z] Executing bash-5.0.17-r0.post-install [2020-12-16T10:07:06.612Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:07:06.612Z] OK: 12 MiB in 22 packages [2020-12-16T10:07:06.612Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T10:07:07.185Z] OK: 7 MiB in 18 packages [2020-12-16T10:07:07.185Z] Removing intermediate container f18f42fabdd5 [2020-12-16T10:07:07.185Z] ---> 7f1a2a343d34 [2020-12-16T10:07:07.185Z] Step 14/22 : WORKDIR / [2020-12-16T10:07:07.185Z] ---> Running in 93db567c1796 [2020-12-16T10:07:07.449Z] ---> Running in b6b8c33310a9 [2020-12-16T10:07:07.449Z] Removing intermediate container d1212db754bb [2020-12-16T10:07:07.449Z] ---> 63cec6f344d4 [2020-12-16T10:07:07.449Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T10:07:07.716Z] ---> Running in f5d331a170ce [2020-12-16T10:07:07.716Z] Removing intermediate container 93db567c1796 [2020-12-16T10:07:07.716Z] ---> 9d169f971863 [2020-12-16T10:07:07.716Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-16T10:07:08.289Z] Removing intermediate container b6b8c33310a9 [2020-12-16T10:07:08.289Z] ---> 3b274d00b84d [2020-12-16T10:07:08.290Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-16T10:07:08.863Z] ---> 8506d0cdd4f0 [2020-12-16T10:07:08.863Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-16T10:07:09.130Z] Removing intermediate container 14c34b33a6ac [2020-12-16T10:07:09.130Z] ---> ab8edb254a56 [2020-12-16T10:07:09.130Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-16T10:07:09.130Z] Removing intermediate container f5d331a170ce [2020-12-16T10:07:09.130Z] ---> 61328bb3a49f [2020-12-16T10:07:09.130Z] Step 13/24 : WORKDIR / [2020-12-16T10:07:09.130Z] Removing intermediate container add129c12fe9 [2020-12-16T10:07:09.130Z] ---> 960611672c03 [2020-12-16T10:07:09.130Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T10:07:09.130Z] ---> 20ba136893f0 [2020-12-16T10:07:09.130Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-16T10:07:09.130Z] ---> Running in 3d629d2129ac [2020-12-16T10:07:09.401Z] ---> Running in c8a6047b5d80 [2020-12-16T10:07:09.401Z] ---> Running in f6a8dd844643 [2020-12-16T10:07:09.668Z] ---> bbfb2ef570a8 [2020-12-16T10:07:09.668Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-16T10:07:09.668Z] Removing intermediate container f6a8dd844643 [2020-12-16T10:07:09.668Z] ---> 126301c85c4e [2020-12-16T10:07:09.668Z] Step 13/21 : WORKDIR /edgex [2020-12-16T10:07:09.934Z] Removing intermediate container c8a6047b5d80 [2020-12-16T10:07:09.934Z] ---> 0041d0e2b8dd [2020-12-16T10:07:09.934Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-16T10:07:09.934Z] ---> Running in 797cb6283da8 [2020-12-16T10:07:09.934Z] ---> cb7425514b61 [2020-12-16T10:07:09.934Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-16T10:07:10.198Z] ---> 1dac7df3e78c [2020-12-16T10:07:10.199Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-16T10:07:10.461Z] ---> Running in d2f41cba0d76 [2020-12-16T10:07:10.461Z] Removing intermediate container 797cb6283da8 [2020-12-16T10:07:10.461Z] ---> 24024560accb [2020-12-16T10:07:10.461Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-16T10:07:10.461Z] ---> 65421d82d6d4 [2020-12-16T10:07:10.461Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-16T10:07:10.723Z] ---> a37623887148 [2020-12-16T10:07:10.723Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-16T10:07:11.037Z] ---> Running in a49fd3c0a449 [2020-12-16T10:07:11.037Z] Removing intermediate container d2f41cba0d76 [2020-12-16T10:07:11.037Z] ---> 31cd0c7c5b6c [2020-12-16T10:07:11.037Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:07:11.037Z] ---> 32a9c083629d [2020-12-16T10:07:11.037Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-16T10:07:11.037Z] ---> 2a69532352a8 [2020-12-16T10:07:11.037Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-16T10:07:11.037Z] ---> Running in 6e305335146b [2020-12-16T10:07:11.037Z] Removing intermediate container 3d629d2129ac [2020-12-16T10:07:11.037Z] ---> c655e400c844 [2020-12-16T10:07:11.037Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-16T10:07:11.368Z] ---> Running in 3cdabf33d5d1 [2020-12-16T10:07:11.368Z] Removing intermediate container a49fd3c0a449 [2020-12-16T10:07:11.368Z] ---> d766f2c5973e [2020-12-16T10:07:11.368Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:07:11.368Z] Removing intermediate container 6e305335146b [2020-12-16T10:07:11.368Z] ---> 28769625c1e4 [2020-12-16T10:07:11.368Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T10:07:11.633Z] ---> Running in 1e4105d1ce00 [2020-12-16T10:07:11.634Z] ---> 6dcd29731e64 [2020-12-16T10:07:11.634Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-16T10:07:11.634Z] ---> Running in 5d18758246fd [2020-12-16T10:07:11.634Z] Removing intermediate container 3cdabf33d5d1 [2020-12-16T10:07:11.634Z] ---> 25aa4df9f525 [2020-12-16T10:07:11.634Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-16T10:07:11.896Z] ---> a5f43804e5d1 [2020-12-16T10:07:11.896Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-16T10:07:11.896Z] Removing intermediate container 1e4105d1ce00 [2020-12-16T10:07:11.896Z] ---> aac6ac9651ff [2020-12-16T10:07:11.896Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T10:07:12.159Z] ---> Running in 58022b1ecb93 [2020-12-16T10:07:12.159Z] ---> Running in 0d812827ddd6 [2020-12-16T10:07:12.159Z] Removing intermediate container 5d18758246fd [2020-12-16T10:07:12.159Z] ---> 85f310bf9dc3 [2020-12-16T10:07:12.159Z] Step 21/22 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:07:12.159Z] ---> 32170d70dd6f [2020-12-16T10:07:12.159Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-16T10:07:12.422Z] ---> Running in 1639799b7739 [2020-12-16T10:07:12.422Z] Removing intermediate container 58022b1ecb93 [2020-12-16T10:07:12.422Z] ---> aff9a6067cf0 [2020-12-16T10:07:12.422Z] Step 21/22 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:07:12.422Z] Removing intermediate container 0d812827ddd6 [2020-12-16T10:07:12.422Z] ---> 7e0151b4f611 [2020-12-16T10:07:12.422Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-16T10:07:12.422Z] ---> e8d4319b22d3 [2020-12-16T10:07:12.422Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-16T10:07:13.003Z] ---> Running in 0dd266ce98c4 [2020-12-16T10:07:13.003Z] ---> Running in 38dab457478f [2020-12-16T10:07:13.003Z] ---> Running in 9e351ad1f3ca [2020-12-16T10:07:13.282Z] Removing intermediate container 1639799b7739 [2020-12-16T10:07:13.282Z] ---> 668b2f16195a [2020-12-16T10:07:13.282Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T10:07:13.282Z] ---> de04acdc3b5c [2020-12-16T10:07:13.283Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T10:07:13.283Z] ---> Running in 15e1bc0d309d [2020-12-16T10:07:13.283Z] Removing intermediate container 0dd266ce98c4 [2020-12-16T10:07:13.283Z] ---> 42769d634c90 [2020-12-16T10:07:13.283Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T10:07:13.544Z] Removing intermediate container 9e351ad1f3ca [2020-12-16T10:07:13.544Z] ---> 5a8996cdd765 [2020-12-16T10:07:13.544Z] Step 18/21 : CMD ["--init=true"] [2020-12-16T10:07:14.118Z] Removing intermediate container 38dab457478f [2020-12-16T10:07:14.118Z] ---> d655210538cc [2020-12-16T10:07:14.118Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-16T10:07:14.118Z] ---> a16b4ee96a65 [2020-12-16T10:07:14.118Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T10:07:14.118Z] ---> Running in 95d937898672 [2020-12-16T10:07:14.382Z] ---> Running in 0a8d73ae81b9 [2020-12-16T10:07:14.383Z] Removing intermediate container 15e1bc0d309d [2020-12-16T10:07:14.383Z] ---> 0719a547f2a9 [2020-12-16T10:07:14.383Z] [2020-12-16T10:07:14.383Z] ---> Running in cae475190239 [2020-12-16T10:07:14.650Z] Successfully built 0719a547f2a9 [2020-12-16T10:07:14.650Z] Removing intermediate container 95d937898672 [2020-12-16T10:07:14.650Z] ---> ac7c5c452bbc [2020-12-16T10:07:14.650Z] [2020-12-16T10:07:14.650Z] Successfully tagged docker-core-command-go:latest [2020-12-16T10:07:14.650Z] Removing intermediate container 0a8d73ae81b9 [2020-12-16T10:07:14.650Z] ---> 2f6f8f15f48d [2020-12-16T10:07:14.650Z] Step 19/21 : LABEL arch=x86_64 [2020-12-16T10:07:14.650Z] Building docker-security-secrets-setup-go [2020-12-16T10:07:14.914Z]  Building docker-core-command-go ... done Successfully built ac7c5c452bbc [2020-12-16T10:07:14.914Z] Successfully tagged docker-core-metadata-go:latest [2020-12-16T10:07:14.914Z] Building docker-support-notifications-go [2020-12-16T10:07:14.914Z]  Building docker-core-metadata-go ... done  ---> Running in a3d0898ace06 [2020-12-16T10:07:14.914Z] ---> 1f9c158eade5 [2020-12-16T10:07:14.914Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-16T10:07:15.190Z] Removing intermediate container a3d0898ace06 [2020-12-16T10:07:15.190Z] ---> f69ab6012f63 [2020-12-16T10:07:15.190Z] Step 20/21 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:07:15.190Z] ---> Running in 76b56a173af9 [2020-12-16T10:07:15.190Z] ---> bc6ad6bfeb8a [2020-12-16T10:07:15.190Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-16T10:07:15.454Z] Removing intermediate container 76b56a173af9 [2020-12-16T10:07:15.454Z] ---> c209f4c00494 [2020-12-16T10:07:15.454Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T10:07:15.719Z] ---> Running in 1d29263e7d55 [2020-12-16T10:07:16.300Z] ---> c6592021d32a [2020-12-16T10:07:16.300Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-16T10:07:18.123Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-16T10:07:18.123Z] (6/12) Installing patch (2.7.6-r6) [2020-12-16T10:07:18.123Z] (7/12) Installing build-base (0.5-r2) [2020-12-16T10:07:18.123Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-16T10:07:18.123Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-16T10:07:18.123Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-16T10:07:18.123Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-16T10:07:18.123Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-16T10:07:18.123Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:07:18.123Z] OK: 217 MiB in 51 packages [2020-12-16T10:07:21.567Z] Removing intermediate container 395a7ce6794c [2020-12-16T10:07:21.567Z] ---> 44b15d136cf7 [2020-12-16T10:07:21.567Z] Step 4/7 : WORKDIR /edgex-go [2020-12-16T10:07:21.612Z] ---> Running in b88a5e7ef3a4 [2020-12-16T10:07:21.612Z] Removing intermediate container 1d29263e7d55 [2020-12-16T10:07:21.612Z] ---> 8a6c6e15d0fc [2020-12-16T10:07:21.612Z] [2020-12-16T10:07:21.612Z] Removing intermediate container cae475190239 [2020-12-16T10:07:21.613Z] ---> 2319a2f94d92 [2020-12-16T10:07:21.613Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T10:07:21.613Z] Successfully built 8a6c6e15d0fc [2020-12-16T10:07:21.613Z] ---> Running in 7674706cdb96 [2020-12-16T10:07:21.613Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-16T10:07:21.613Z] Building docker-core-data-go [2020-12-16T10:07:21.842Z] ---> Running in 1a437bd0d85e [2020-12-16T10:07:22.201Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:22.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:22.440Z] Removing intermediate container 1a437bd0d85e [2020-12-16T10:07:22.440Z] ---> 1e635308b6c2 [2020-12-16T10:07:22.440Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-16T10:07:22.476Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-16T10:07:22.476Z] (2/33) Installing expat (2.2.9-r1) [2020-12-16T10:07:22.476Z] (3/33) Installing libffi (3.3-r2) [2020-12-16T10:07:22.476Z] (4/33) Installing gdbm (1.13-r1) [2020-12-16T10:07:23.036Z] latest: Pulling from library/docker [2020-12-16T10:07:23.036Z] a3cc7d3b244e: Pulling fs layer [2020-12-16T10:07:23.036Z] 02a3295e0d61: Pulling fs layer [2020-12-16T10:07:23.036Z] 0f4f2e6d8100: Pulling fs layer [2020-12-16T10:07:23.036Z] 065c9533d613: Pulling fs layer [2020-12-16T10:07:23.036Z] 9fce0df16b8b: Pulling fs layer [2020-12-16T10:07:23.036Z] e3faa53604c1: Pulling fs layer [2020-12-16T10:07:23.036Z] 04b5adaa2053: Pulling fs layer [2020-12-16T10:07:23.036Z] 9fce0df16b8b: Waiting [2020-12-16T10:07:23.036Z] e3faa53604c1: Waiting [2020-12-16T10:07:23.036Z] 04b5adaa2053: Waiting [2020-12-16T10:07:23.036Z] 065c9533d613: Waiting [2020-12-16T10:07:23.056Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-16T10:07:23.056Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-16T10:07:23.056Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-16T10:07:23.311Z] 0f4f2e6d8100: Verifying Checksum [2020-12-16T10:07:23.312Z] 0f4f2e6d8100: Download complete [2020-12-16T10:07:23.312Z] 02a3295e0d61: Verifying Checksum [2020-12-16T10:07:23.312Z] 02a3295e0d61: Download complete [2020-12-16T10:07:23.312Z] a3cc7d3b244e: Verifying Checksum [2020-12-16T10:07:23.312Z] a3cc7d3b244e: Download complete [2020-12-16T10:07:23.312Z] 9fce0df16b8b: Verifying Checksum [2020-12-16T10:07:23.312Z] 9fce0df16b8b: Download complete [2020-12-16T10:07:23.589Z] e3faa53604c1: Verifying Checksum [2020-12-16T10:07:23.589Z] e3faa53604c1: Download complete [2020-12-16T10:07:23.589Z] 04b5adaa2053: Verifying Checksum [2020-12-16T10:07:23.589Z] 04b5adaa2053: Download complete [2020-12-16T10:07:24.192Z] a3cc7d3b244e: Pull complete [2020-12-16T10:07:24.793Z] 02a3295e0d61: Pull complete [2020-12-16T10:07:25.069Z] 065c9533d613: Verifying Checksum [2020-12-16T10:07:25.069Z] 065c9533d613: Download complete [2020-12-16T10:07:25.342Z] 0f4f2e6d8100: Pull complete [2020-12-16T10:07:29.654Z] 065c9533d613: Pull complete [2020-12-16T10:07:29.654Z] 9fce0df16b8b: Pull complete [2020-12-16T10:07:29.674Z] Removing intermediate container 7674706cdb96 [2020-12-16T10:07:29.674Z] ---> 8ec638350c9c [2020-12-16T10:07:29.674Z] Step 22/24 : LABEL arch=x86_64 [2020-12-16T10:07:30.249Z] e3faa53604c1: Pull complete [2020-12-16T10:07:30.521Z] 04b5adaa2053: Pull complete [2020-12-16T10:07:30.521Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-16T10:07:30.521Z] Status: Downloaded newer image for docker:latest [2020-12-16T10:07:34.068Z] ---> Running in d16555d6ebfc [2020-12-16T10:07:34.068Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-16T10:07:34.068Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-16T10:07:34.068Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-16T10:07:34.068Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-16T10:07:34.331Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-16T10:07:34.831Z] ---> 513151e352d0 [2020-12-16T10:07:34.831Z] Step 6/7 : COPY go.mod . [2020-12-16T10:07:34.831Z] ---> b51fc403c776 [2020-12-16T10:07:34.831Z] Step 7/7 : RUN go mod download [2020-12-16T10:07:35.108Z] ---> Running in 2e978fb9ceac [2020-12-16T10:07:35.287Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-16T10:07:35.556Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-16T10:07:35.556Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-16T10:07:35.556Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-16T10:07:35.556Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:07:35.556Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-16T10:07:35.556Z] ---> 629fc2b4f11e [2020-12-16T10:07:35.556Z] Step 3/29 : WORKDIR /edgex-go [2020-12-16T10:07:35.556Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-16T10:07:35.556Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:07:35.556Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:07:35.556Z] ---> 629fc2b4f11e [2020-12-16T10:07:35.556Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T10:07:35.556Z] ---> Using cache [2020-12-16T10:07:35.556Z] ---> 96ee5b0023fe [2020-12-16T10:07:35.556Z] Step 4/29 : RUN apk update && apk add make git [2020-12-16T10:07:35.556Z] ---> Using cache [2020-12-16T10:07:35.556Z] ---> 96ee5b0023fe [2020-12-16T10:07:35.556Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:07:35.818Z] ---> Using cache [2020-12-16T10:07:35.818Z] ---> dd3fbadfe009 [2020-12-16T10:07:35.818Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-16T10:07:36.769Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-16T10:07:36.769Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-16T10:07:37.350Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-16T10:07:37.350Z] Removing intermediate container d16555d6ebfc [2020-12-16T10:07:37.350Z] ---> 3be838b4c5db [2020-12-16T10:07:37.350Z] Step 23/24 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:07:37.350Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-16T10:07:37.613Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-16T10:07:37.613Z] ---> Running in 55f2da790c61 [2020-12-16T10:07:37.613Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-16T10:07:37.877Z] ---> Running in 68cc47503126 [2020-12-16T10:07:37.877Z] ---> Running in 7209b5be56cc [2020-12-16T10:07:38.140Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-16T10:07:38.140Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-16T10:07:38.404Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-16T10:07:38.404Z] Removing intermediate container 7209b5be56cc [2020-12-16T10:07:38.404Z] ---> 791689d00dc3 [2020-12-16T10:07:38.404Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T10:07:39.824Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-16T10:07:39.824Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-16T10:07:39.824Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-16T10:07:39.824Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-16T10:07:40.090Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-16T10:07:40.090Z] ---> Running in dffe71cf5d54 [2020-12-16T10:07:40.090Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-16T10:07:40.090Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-16T10:07:40.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:40.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:40.650Z] Removing intermediate container dffe71cf5d54 [2020-12-16T10:07:40.650Z] ---> fe8e34c8337b [2020-12-16T10:07:40.650Z] [2020-12-16T10:07:40.650Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:07:41.238Z] OK: 71 MiB in 55 packages [2020-12-16T10:07:41.238Z] Successfully built fe8e34c8337b [2020-12-16T10:07:41.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:41.238Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-16T10:07:41.238Z] Building docker-security-bootstrap-redis-go [2020-12-16T10:07:41.508Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:42.905Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:07:42.905Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:07:42.905Z] OK: 12750 distinct packages available [2020-12-16T10:07:42.905Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:07:42.905Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:07:42.905Z] OK: 12750 distinct packages available [2020-12-16T10:07:42.905Z] OK: 233 MiB in 51 packages [2020-12-16T10:07:43.169Z] OK: 233 MiB in 51 packages [2020-12-16T10:07:43.432Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:07:43.432Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:07:43.432Z] ---> 629fc2b4f11e [2020-12-16T10:07:43.432Z] Step 3/23 : WORKDIR /edgex-go [2020-12-16T10:07:43.432Z] ---> Using cache [2020-12-16T10:07:43.432Z] ---> 96ee5b0023fe [2020-12-16T10:07:43.432Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:07:43.432Z] ---> Using cache [2020-12-16T10:07:43.432Z] ---> dd3fbadfe009 [2020-12-16T10:07:43.432Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-16T10:07:47.748Z] ---> Running in 57ea4a872759 [2020-12-16T10:07:49.146Z] Removing intermediate container 68cc47503126 [2020-12-16T10:07:49.146Z] ---> b8f4a658c95c [2020-12-16T10:07:49.146Z] Step 6/24 : COPY go.mod . [2020-12-16T10:07:49.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:49.413Z] Removing intermediate container 55f2da790c61 [2020-12-16T10:07:49.413Z] ---> 4c2be95c450e [2020-12-16T10:07:49.413Z] Step 5/29 : COPY go.mod . [2020-12-16T10:07:50.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:50.264Z] ---> 44ea8b3a5072 [2020-12-16T10:07:50.264Z] Step 7/24 : RUN go mod download [2020-12-16T10:07:51.226Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:07:51.226Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:07:51.226Z] OK: 12750 distinct packages available [2020-12-16T10:07:51.487Z] OK: 233 MiB in 51 packages [2020-12-16T10:07:52.063Z] ---> 3ceccaf714dd [2020-12-16T10:07:52.063Z] Step 6/29 : RUN go mod download [2020-12-16T10:07:52.063Z] ---> Running in 06a4575c5b72 [2020-12-16T10:07:53.996Z] ---> Running in e0147defcaf3 [2020-12-16T10:07:56.569Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:07:56.569Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:07:56.569Z] ---> 629fc2b4f11e [2020-12-16T10:07:56.569Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T10:07:56.569Z] ---> Using cache [2020-12-16T10:07:56.569Z] ---> 96ee5b0023fe [2020-12-16T10:07:56.569Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:07:56.569Z] ---> Using cache [2020-12-16T10:07:56.569Z] ---> dd3fbadfe009 [2020-12-16T10:07:56.569Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T10:07:56.569Z] ---> Using cache [2020-12-16T10:07:56.569Z] ---> 221c78bd66c1 [2020-12-16T10:07:56.569Z] Step 6/22 : COPY go.mod . [2020-12-16T10:07:56.569Z] ---> Using cache [2020-12-16T10:07:56.569Z] ---> 22404f3d844c [2020-12-16T10:07:56.569Z] Step 7/22 : RUN go mod download [2020-12-16T10:07:56.569Z] ---> Using cache [2020-12-16T10:07:56.569Z] ---> cec539c07e29 [2020-12-16T10:07:56.569Z] Step 8/22 : COPY . . [2020-12-16T10:07:56.569Z] ---> Using cache [2020-12-16T10:07:56.569Z] ---> 8cc5c2520951 [2020-12-16T10:07:56.569Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-16T10:07:58.503Z] ---> Running in 521aba97099e [2020-12-16T10:07:58.503Z] Removing intermediate container 57ea4a872759 [2020-12-16T10:07:58.503Z] ---> bca50136cf84 [2020-12-16T10:07:58.503Z] Step 6/23 : COPY go.mod . [2020-12-16T10:07:59.899Z] ---> 69cb3acb68e5 [2020-12-16T10:07:59.899Z] Step 7/23 : RUN go mod download [2020-12-16T10:08:00.167Z] ---> Running in 5a56b4a44011 [2020-12-16T10:08:00.167Z] Removing intermediate container e0147defcaf3 [2020-12-16T10:08:00.167Z] ---> a9161e24b08d [2020-12-16T10:08:00.167Z] Step 7/29 : COPY . . [2020-12-16T10:08:00.453Z] Removing intermediate container 06a4575c5b72 [2020-12-16T10:08:00.453Z] ---> 5b1c6e3b2599 [2020-12-16T10:08:00.453Z] Step 8/24 : COPY . . [2020-12-16T10:08:00.453Z] Removing intermediate container b88a5e7ef3a4 [2020-12-16T10:08:00.453Z] ---> 3af1325f871a [2020-12-16T10:08:00.453Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-16T10:08:00.719Z] 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 [2020-12-16T10:08:00.989Z] ---> Running in 563db5bed9ac [2020-12-16T10:08:07.479Z] Removing intermediate container 2e978fb9ceac [2020-12-16T10:08:07.479Z] ---> 181e80f1ad95 [2020-12-16T10:08:07.479Z] Successfully built 181e80f1ad95 [2020-12-16T10:08:07.479Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:07.839Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T10:08:07.839Z] . [Pipeline] withDockerContainer [2020-12-16T10:08:08.120Z] prd-ubuntu18.04-docker-arm64-4c-16g-16331 does not seem to be running inside a container [2020-12-16T10:08:08.235Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-16T10:08:09.882Z] $ docker top d41c296d6305c455fed0a386c544e43b4649b2793fbc4992b3953ceaf3986426 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:08:11.073Z] + go version [2020-12-16T10:08:11.073Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-16T10:08:11.107Z] $ docker stop --time=1 d41c296d6305c455fed0a386c544e43b4649b2793fbc4992b3953ceaf3986426 [2020-12-16T10:08:12.849Z] Removing intermediate container 5a56b4a44011 [2020-12-16T10:08:12.849Z] ---> ff79805bb341 [2020-12-16T10:08:12.849Z] Step 8/23 : COPY . . [2020-12-16T10:08:12.849Z] Collecting docker-compose==1.23.2 [2020-12-16T10:08:12.849Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-16T10:08:13.180Z] $ docker rm -f d41c296d6305c455fed0a386c544e43b4649b2793fbc4992b3953ceaf3986426 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:14.299Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T10:08:14.299Z] . [Pipeline] withDockerContainer [2020-12-16T10:08:14.371Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-16T10:08:14.601Z] prd-ubuntu18.04-docker-arm64-4c-16g-16331 does not seem to be running inside a container [2020-12-16T10:08:14.641Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-16T10:08:14.696Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-16T10:08:16.373Z] $ docker top 00394c23f2d81430163270ca39c41a5bffce00dce0ce676073b5654803011b99 -eo pid,comm [2020-12-16T10:08:16.583Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-16T10:08:16.583Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [Pipeline] { [Pipeline] echo [2020-12-16T10:08:16.785Z] ========================================================= [2020-12-16T10:08:16.785Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-16T10:08:16.785Z] ========================================================= [Pipeline] sh [2020-12-16T10:08:17.488Z] + make test [2020-12-16T10:08:17.488Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-16T10:08:23.263Z] Collecting texttable<0.10,>=0.9.0 [2020-12-16T10:08:23.263Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-16T10:08:25.856Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-16T10:08:25.856Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-16T10:08:26.831Z] Collecting cached-property<2,>=1.2.0 [2020-12-16T10:08:26.831Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-16T10:08:27.105Z] Collecting PyYAML<4,>=3.10 [2020-12-16T10:08:27.105Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-16T10:08:29.167Z] Collecting docker<4.0,>=3.6.0 [2020-12-16T10:08:29.167Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-16T10:08:31.732Z] Collecting docopt<0.7,>=0.6.1 [2020-12-16T10:08:31.732Z] ---> ba7686b479da [2020-12-16T10:08:31.732Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-16T10:08:31.732Z] ---> 1ed97af24ea5 [2020-12-16T10:08:31.732Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-16T10:08:31.732Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-16T10:08:31.996Z] ---> Running in 519f980c8e45 [2020-12-16T10:08:31.996Z] ---> Running in 207586b7c4e1 [2020-12-16T10:08:32.278Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-16T10:08:32.552Z] Collecting jsonschema<3,>=2.5.1 [2020-12-16T10:08:32.552Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-16T10:08:32.552Z] 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) [2020-12-16T10:08:33.943Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-16T10:08:33.943Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-16T10:08:34.533Z] 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 [2020-12-16T10:08:34.796Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-16T10:08:34.796Z] Collecting idna<2.8,>=2.5 [2020-12-16T10:08:34.796Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-16T10:08:35.375Z] 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) [2020-12-16T10:08:35.649Z] Collecting docker-pycreds>=0.4.0 [2020-12-16T10:08:35.649Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-16T10:08:35.649Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-16T10:08:35.649Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-16T10:08:35.649Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-16T10:08:35.649Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-16T10:08:35.920Z] Removing intermediate container 521aba97099e [2020-12-16T10:08:35.920Z] ---> 4d832b422719 [2020-12-16T10:08:35.920Z] [2020-12-16T10:08:35.920Z] Step 10/22 : FROM alpine:3.10 [2020-12-16T10:08:35.920Z] ---> be4e4bea2c2e [2020-12-16T10:08:35.920Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T10:08:35.920Z] ---> Using cache [2020-12-16T10:08:35.920Z] ---> 63cec6f344d4 [2020-12-16T10:08:35.920Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-16T10:08:35.920Z] Installing collected packages: websocket-client, dockerpty, texttable, urllib3, idna, requests, cached-property, PyYAML, docker-pycreds, docker, docopt, jsonschema, docker-compose [2020-12-16T10:08:37.871Z] Running setup.py install for dockerpty: started [2020-12-16T10:08:37.871Z] ---> Running in 937254510e9c [2020-12-16T10:08:39.291Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-16T10:08:39.556Z] Running setup.py install for texttable: started [2020-12-16T10:08:39.818Z] Removing intermediate container 937254510e9c [2020-12-16T10:08:39.818Z] ---> acdaa5c1050b [2020-12-16T10:08:39.818Z] Step 13/22 : WORKDIR / [2020-12-16T10:08:40.080Z] Running setup.py install for texttable: finished with status 'done' [2020-12-16T10:08:40.080Z] Attempting uninstall: urllib3 [2020-12-16T10:08:40.080Z] Found existing installation: urllib3 1.25.9 [2020-12-16T10:08:40.080Z] Uninstalling urllib3-1.25.9: [2020-12-16T10:08:41.051Z] Successfully uninstalled urllib3-1.25.9 [2020-12-16T10:08:41.051Z] ---> Running in d35a0f301776 [2020-12-16T10:08:42.207Z] Attempting uninstall: idna [2020-12-16T10:08:42.207Z] Found existing installation: idna 2.9 [2020-12-16T10:08:42.207Z] Uninstalling idna-2.9: [2020-12-16T10:08:42.207Z] Successfully uninstalled idna-2.9 [2020-12-16T10:08:42.482Z] ---> 3aa2069048b6 [2020-12-16T10:08:42.482Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-16T10:08:42.754Z] Removing intermediate container d35a0f301776 [2020-12-16T10:08:42.754Z] ---> 0212fb21ce9e [2020-12-16T10:08:42.754Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-16T10:08:42.754Z] Attempting uninstall: requests [2020-12-16T10:08:42.754Z] Found existing installation: requests 2.23.0 [2020-12-16T10:08:42.754Z] Uninstalling requests-2.23.0: [2020-12-16T10:08:42.754Z] ---> Running in a84fcece46b7 [2020-12-16T10:08:43.024Z] Successfully uninstalled requests-2.23.0 [2020-12-16T10:08:43.024Z] Running setup.py install for PyYAML: started [2020-12-16T10:08:43.309Z] ---> 1b7766338801 [2020-12-16T10:08:43.309Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-16T10:08:43.585Z] 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 [2020-12-16T10:08:44.179Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-16T10:08:44.559Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-16T10:08:45.594Z] ---> 9d71ffc48f5b [2020-12-16T10:08:45.594Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-16T10:08:45.865Z] Running setup.py install for docopt: started [2020-12-16T10:08:46.453Z] Running setup.py install for docopt: finished with status 'done' [2020-12-16T10:08:46.453Z] ---> 7f69fa74fedd [2020-12-16T10:08:46.453Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-16T10:08:47.426Z] 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 [2020-12-16T10:08:47.700Z] ---> 998535f828e0 [2020-12-16T10:08:47.700Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-16T10:08:47.700Z] ---> Running in c565ab0bfa73 [2020-12-16T10:08:51.084Z] Removing intermediate container c565ab0bfa73 [2020-12-16T10:08:51.084Z] ---> 3904e3905b3d [2020-12-16T10:08:51.084Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-16T10:08:51.084Z] Removing intermediate container 563db5bed9ac [2020-12-16T10:08:51.084Z] ---> fa7bed97b71e [2020-12-16T10:08:51.084Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-16T10:08:51.084Z] ---> Running in 39dd3f985b97 [2020-12-16T10:08:51.351Z] ---> Running in a1a9aa42f433 [2020-12-16T10:08:51.618Z] Removing intermediate container 39dd3f985b97 [2020-12-16T10:08:51.618Z] ---> 25867ed66766 [2020-12-16T10:08:51.618Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T10:08:51.898Z] ---> Running in cff807ce7b6c [2020-12-16T10:08:52.492Z] Removing intermediate container cff807ce7b6c [2020-12-16T10:08:52.492Z] ---> 4648f3ed8e98 [2020-12-16T10:08:52.492Z] Step 21/22 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:08:52.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:08:52.762Z] ---> Running in cdaeda87f45f [2020-12-16T10:08:53.035Z] Removing intermediate container cdaeda87f45f [2020-12-16T10:08:53.035Z] ---> daabdafb540f [2020-12-16T10:08:53.035Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T10:08:53.035Z] ---> Running in a182b689cb23 [2020-12-16T10:08:53.300Z] Removing intermediate container a182b689cb23 [2020-12-16T10:08:53.300Z] ---> fd31a98248af [2020-12-16T10:08:53.300Z] [2020-12-16T10:08:53.568Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:08:53.568Z] Successfully built fd31a98248af [2020-12-16T10:08:53.568Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-16T10:08:53.568Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go [2020-12-16T10:08:53.839Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T10:08:53.839Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-16T10:08:53.839Z] (3/3) Installing curl (7.69.1-r3) [2020-12-16T10:08:53.839Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:08:53.839Z] OK: 72 MiB in 58 packages [2020-12-16T10:09:02.139Z] Removing intermediate container a1a9aa42f433 [2020-12-16T10:09:02.139Z] ---> 78afef6deaa5 [2020-12-16T10:09:02.139Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-16T10:09:04.113Z] ---> Running in 0f175f4b8af5 [2020-12-16T10:09:06.744Z] Removing intermediate container 0f175f4b8af5 [2020-12-16T10:09:06.744Z] ---> c9fe8af02b69 [2020-12-16T10:09:06.744Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:09:12.147Z] ---> Running in 0b6065c2b768 [2020-12-16T10:09:12.147Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:09:12.147Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:09:12.147Z] ---> 629fc2b4f11e [2020-12-16T10:09:12.147Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T10:09:12.147Z] ---> Using cache [2020-12-16T10:09:12.147Z] ---> 96ee5b0023fe [2020-12-16T10:09:12.147Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:09:12.147Z] ---> Using cache [2020-12-16T10:09:12.147Z] ---> dd3fbadfe009 [2020-12-16T10:09:12.147Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T10:09:12.147Z] ---> Using cache [2020-12-16T10:09:12.147Z] ---> 221c78bd66c1 [2020-12-16T10:09:12.147Z] Step 6/21 : COPY go.mod . [2020-12-16T10:09:12.147Z] ---> Using cache [2020-12-16T10:09:12.147Z] ---> 22404f3d844c [2020-12-16T10:09:12.147Z] Step 7/21 : RUN go mod download [2020-12-16T10:09:12.147Z] ---> Using cache [2020-12-16T10:09:12.147Z] ---> cec539c07e29 [2020-12-16T10:09:12.147Z] Step 8/21 : COPY . . [2020-12-16T10:09:12.408Z] ---> Using cache [2020-12-16T10:09:12.408Z] ---> 8cc5c2520951 [2020-12-16T10:09:12.408Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-16T10:09:13.809Z] ---> Running in 074341ed515c [2020-12-16T10:09:13.809Z] Removing intermediate container 207586b7c4e1 [2020-12-16T10:09:13.809Z] ---> 8dc4d4951d15 [2020-12-16T10:09:13.809Z] [2020-12-16T10:09:13.809Z] Step 9/29 : FROM alpine:latest [2020-12-16T10:09:13.809Z] ---> b14afc6dfb98 [2020-12-16T10:09:13.809Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-16T10:09:13.809Z] Removing intermediate container 0b6065c2b768 [2020-12-16T10:09:13.809Z] ---> 89f3af1a2cb3 [2020-12-16T10:09:13.809Z] Step 25/27 : LABEL arch=x86_64 [2020-12-16T10:09:17.154Z] ---> Running in 2b810cd27469 [2020-12-16T10:09:17.154Z] ---> Running in ed304f4b5aac [2020-12-16T10:09:17.154Z] Removing intermediate container 519f980c8e45 [2020-12-16T10:09:17.154Z] ---> 65fc13013f5f [2020-12-16T10:09:17.154Z] [2020-12-16T10:09:17.154Z] Step 10/24 : FROM scratch [2020-12-16T10:09:17.154Z] ---> [2020-12-16T10:09:17.154Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-16T10:09:17.154Z] 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 [2020-12-16T10:09:17.462Z] Removing intermediate container 2b810cd27469 [2020-12-16T10:09:17.462Z] ---> 9df28db88ac6 [2020-12-16T10:09:17.462Z] Step 11/29 : USER root [2020-12-16T10:09:17.462Z] ---> Running in 30c9c7af8c9a [2020-12-16T10:09:17.462Z] Removing intermediate container ed304f4b5aac [2020-12-16T10:09:17.462Z] ---> 8a5244dae9ca [2020-12-16T10:09:17.462Z] Step 26/27 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:09:17.462Z] ---> Running in aabbedf0dae1 [2020-12-16T10:09:17.462Z] ---> Running in 1a3be6730238 [2020-12-16T10:09:17.778Z] Removing intermediate container 30c9c7af8c9a [2020-12-16T10:09:17.778Z] ---> bed250fa6a3c [2020-12-16T10:09:17.778Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-16T10:09:17.778Z] ---> Running in e094778c3d18 [2020-12-16T10:09:17.778Z] Removing intermediate container 1a3be6730238 [2020-12-16T10:09:17.778Z] ---> c52f099cca7a [2020-12-16T10:09:17.778Z] Step 27/27 : LABEL version=0.0.0 [2020-12-16T10:09:17.778Z] Removing intermediate container aabbedf0dae1 [2020-12-16T10:09:17.778Z] ---> d96bd4ecb25b [2020-12-16T10:09:17.778Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-16T10:09:18.046Z] ---> Running in 0b113c600c8d [2020-12-16T10:09:18.046Z] ---> Running in 57a26ecf744d [2020-12-16T10:09:18.046Z] Removing intermediate container e094778c3d18 [2020-12-16T10:09:18.046Z] ---> 27dc8e53a1a2 [2020-12-16T10:09:18.046Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-16T10:09:18.321Z] ---> Running in ffa7e76c501f [2020-12-16T10:09:18.587Z] Removing intermediate container 0b113c600c8d [2020-12-16T10:09:18.587Z] ---> 0a1f96d5a462 [2020-12-16T10:09:18.587Z] [2020-12-16T10:09:18.587Z] Removing intermediate container ffa7e76c501f [2020-12-16T10:09:18.587Z] ---> e746f05595cb [2020-12-16T10:09:18.587Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-16T10:09:18.855Z] Successfully built 0a1f96d5a462 [2020-12-16T10:09:18.855Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-16T10:09:19.129Z]  Building docker-sys-mgmt-agent-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:09:19.400Z] ---> 7e15b47f844a [2020-12-16T10:09:19.400Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-16T10:09:19.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:09:19.668Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:09:19.668Z] v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:09:19.668Z] OK: 12747 distinct packages available [2020-12-16T10:09:20.264Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-16T10:09:20.265Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-16T10:09:20.265Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:09:20.532Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T10:09:20.794Z] OK: 6 MiB in 16 packages [2020-12-16T10:09:22.219Z] ---> 6166cd962b06 [2020-12-16T10:09:22.219Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-16T10:09:23.219Z] Removing intermediate container 57a26ecf744d [2020-12-16T10:09:23.219Z] ---> 55ccd570a2c1 [2020-12-16T10:09:23.219Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-16T10:09:24.656Z] ---> 4e109b99ffa7 [2020-12-16T10:09:24.656Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-16T10:09:25.258Z] ---> Running in 0aa778653acf [2020-12-16T10:09:25.839Z] ---> 228c9ba4b504 [2020-12-16T10:09:25.839Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-16T10:09:26.117Z] Removing intermediate container a84fcece46b7 [2020-12-16T10:09:26.117Z] ---> 5313a07e9d26 [2020-12-16T10:09:26.117Z] [2020-12-16T10:09:26.117Z] Step 10/23 : FROM alpine [2020-12-16T10:09:26.117Z] ---> b14afc6dfb98 [2020-12-16T10:09:26.117Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:09:26.117Z] Removing intermediate container 0aa778653acf [2020-12-16T10:09:26.117Z] ---> 3d17eb4f58c7 [2020-12-16T10:09:26.117Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-16T10:09:26.383Z] ---> Running in 605e9c2c12c5 [2020-12-16T10:09:26.383Z] ---> Running in e2ad3a049010 [2020-12-16T10:09:26.648Z] Removing intermediate container 605e9c2c12c5 [2020-12-16T10:09:26.648Z] ---> bc9566dfe3d2 [2020-12-16T10:09:26.648Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-16T10:09:26.927Z] Removing intermediate container e2ad3a049010 [2020-12-16T10:09:26.927Z] ---> 4aae6d5a57dd [2020-12-16T10:09:26.927Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-16T10:09:26.927Z] ---> Running in 3401bb982015 [2020-12-16T10:09:26.927Z] ---> 9cd277d0795c [2020-12-16T10:09:26.927Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-16T10:09:26.927Z] ---> Running in d56f12ef01c1 [2020-12-16T10:09:27.205Z] Removing intermediate container 3401bb982015 [2020-12-16T10:09:27.205Z] ---> 553c30971fad [2020-12-16T10:09:27.205Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-16T10:09:28.161Z] ---> Running in a78612828e6a [2020-12-16T10:09:28.161Z] ---> 913014572c00 [2020-12-16T10:09:28.161Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-16T10:09:28.583Z] ---> Running in 23ec5117c957 [2020-12-16T10:09:28.583Z] Removing intermediate container a78612828e6a [2020-12-16T10:09:28.583Z] ---> 5ad5e44f888a [2020-12-16T10:09:28.583Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:09:28.863Z] Removing intermediate container 23ec5117c957 [2020-12-16T10:09:28.863Z] ---> f376ff657c26 [2020-12-16T10:09:28.863Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:09:28.863Z] ---> Running in f1d5a0ba684e [2020-12-16T10:09:28.863Z] ---> Running in 026f16ed600d [2020-12-16T10:09:29.826Z] Removing intermediate container 026f16ed600d [2020-12-16T10:09:29.826Z] ---> 5887afaaa164 [2020-12-16T10:09:29.826Z] Step 22/24 : LABEL arch=x86_64 [2020-12-16T10:09:29.826Z] ---> Running in 0cad4c688c45 [2020-12-16T10:09:29.826Z] Removing intermediate container d56f12ef01c1 [2020-12-16T10:09:29.826Z] ---> aaa1d979d50b [2020-12-16T10:09:29.826Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-16T10:09:30.089Z] Removing intermediate container 0cad4c688c45 [2020-12-16T10:09:30.089Z] ---> b0ed417c22b8 [2020-12-16T10:09:30.089Z] Step 23/24 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:09:30.351Z] ---> Running in 83820259f5b2 [2020-12-16T10:09:30.351Z] Removing intermediate container f1d5a0ba684e [2020-12-16T10:09:30.351Z] ---> b12c44517f5c [2020-12-16T10:09:30.351Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-16T10:09:30.351Z] ---> Running in 58a1e5474432 [2020-12-16T10:09:30.612Z] ---> b9de5ce4fbb0 [2020-12-16T10:09:30.612Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-16T10:09:31.184Z] Removing intermediate container 83820259f5b2 [2020-12-16T10:09:31.184Z] ---> 7a23fffad353 [2020-12-16T10:09:31.184Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T10:09:31.454Z] ---> Running in e3c383b9a14e [2020-12-16T10:09:31.454Z] ---> f9272dd5f871 [2020-12-16T10:09:31.454Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-16T10:09:31.715Z] Removing intermediate container e3c383b9a14e [2020-12-16T10:09:31.715Z] ---> 66d856f36a0b [2020-12-16T10:09:31.715Z] [2020-12-16T10:09:31.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:09:31.979Z] ---> d874fb115463 [2020-12-16T10:09:31.979Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-16T10:09:31.979Z] Successfully built 66d856f36a0b [2020-12-16T10:09:31.979Z] Successfully tagged docker-support-notifications-go:latest [2020-12-16T10:09:32.921Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:09:32.921Z] ---> ae7feb0322a6 [2020-12-16T10:09:32.921Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-16T10:09:33.494Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-16T10:09:33.494Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-16T10:09:33.494Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-16T10:09:33.757Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-16T10:09:34.019Z] ---> 214ed15d5320 [2020-12-16T10:09:34.019Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-16T10:09:34.019Z] Removing intermediate container 074341ed515c [2020-12-16T10:09:34.019Z] ---> 5358fd5efd36 [2020-12-16T10:09:34.019Z] [2020-12-16T10:09:34.019Z] Step 10/21 : FROM scratch [2020-12-16T10:09:34.019Z] ---> [2020-12-16T10:09:34.019Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:09:34.019Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-16T10:09:34.019Z] ---> Using cache [2020-12-16T10:09:34.019Z] ---> 32464911d598 [2020-12-16T10:09:34.019Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-16T10:09:34.019Z] ---> Running in cc0ac66541e6 [2020-12-16T10:09:34.019Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:09:34.019Z] OK: 8 MiB in 19 packages [2020-12-16T10:09:34.019Z] ---> Running in 4900d87eecb2 [2020-12-16T10:09:34.292Z] Removing intermediate container 4900d87eecb2 [2020-12-16T10:09:34.292Z] ---> 98e568a86c12 [2020-12-16T10:09:34.292Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-16T10:09:34.292Z] ---> Running in 943ccb9f1b39 [2020-12-16T10:09:34.572Z] Removing intermediate container 943ccb9f1b39 [2020-12-16T10:09:34.572Z] ---> e936207435e9 [2020-12-16T10:09:34.572Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-16T10:09:34.572Z] Removing intermediate container 58a1e5474432 [2020-12-16T10:09:34.572Z] ---> 1ce7493e9f30 [2020-12-16T10:09:34.572Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-16T10:09:34.838Z] ---> 2ecb05321127 [2020-12-16T10:09:34.838Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-16T10:09:35.111Z] ---> faec7cfa75a0 [2020-12-16T10:09:35.111Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-16T10:09:35.111Z] Removing intermediate container cc0ac66541e6 [2020-12-16T10:09:35.111Z] ---> 0a5f842bcfdd [2020-12-16T10:09:35.111Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T10:09:35.382Z] ---> 867adc7f1582 [2020-12-16T10:09:35.382Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T10:09:35.658Z] ---> Running in 622eb2c15887 [2020-12-16T10:09:35.658Z] ---> deb7be498911 [2020-12-16T10:09:35.658Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-16T10:09:35.658Z] ---> 626b56b1bed6 [2020-12-16T10:09:35.658Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-16T10:09:36.245Z] ---> 50d6c3d5a8cd [2020-12-16T10:09:36.245Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-16T10:09:36.245Z] ---> 442ba523e784 [2020-12-16T10:09:36.245Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-16T10:09:36.245Z] ---> Running in 94e5119f195f [2020-12-16T10:09:36.245Z] ---> Running in a5c30f18a9af [2020-12-16T10:09:36.510Z] Removing intermediate container a5c30f18a9af [2020-12-16T10:09:36.510Z] ---> 4d29e934c539 [2020-12-16T10:09:36.510Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:09:36.510Z] Removing intermediate container 94e5119f195f [2020-12-16T10:09:36.510Z] ---> a72f4821b49c [2020-12-16T10:09:36.510Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:09:36.773Z] ---> Running in 1577c6a980fe [2020-12-16T10:09:36.773Z] ---> Running in dcaf320a54aa [2020-12-16T10:09:37.038Z] Removing intermediate container dcaf320a54aa [2020-12-16T10:09:37.038Z] ---> e4c3462b9291 [2020-12-16T10:09:37.038Z] Step 19/21 : LABEL arch=x86_64 [2020-12-16T10:09:37.038Z] Removing intermediate container 1577c6a980fe [2020-12-16T10:09:37.038Z] ---> 935687e83446 [2020-12-16T10:09:37.038Z] Step 21/23 : LABEL arch=x86_64 [2020-12-16T10:09:37.038Z] ---> Running in bfc54505e7a3 [2020-12-16T10:09:37.038Z] ---> Running in fed711d09862 [2020-12-16T10:09:37.328Z] Removing intermediate container 622eb2c15887 [2020-12-16T10:09:37.328Z] ---> b3d19aad1f33 [2020-12-16T10:09:37.328Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-16T10:09:37.328Z] ---> Running in 7f2051d9b16a [2020-12-16T10:09:37.595Z] Removing intermediate container fed711d09862 [2020-12-16T10:09:37.595Z] ---> 7f7dd596ad53 [2020-12-16T10:09:37.596Z] Step 22/23 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:09:37.596Z] Removing intermediate container bfc54505e7a3 [2020-12-16T10:09:37.596Z] ---> 46ada76035af [2020-12-16T10:09:37.596Z] Step 20/21 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:09:37.596Z] ---> Running in 80b5354de0ca [2020-12-16T10:09:37.596Z] ---> Running in f4c754dba30e [2020-12-16T10:09:37.858Z] Removing intermediate container f4c754dba30e [2020-12-16T10:09:37.858Z] ---> 629cad08fec2 [2020-12-16T10:09:37.858Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T10:09:37.858Z] Removing intermediate container 80b5354de0ca [2020-12-16T10:09:37.858Z] ---> ba545e25e06d [2020-12-16T10:09:37.858Z] Step 23/23 : LABEL version=0.0.0 [2020-12-16T10:09:38.813Z] ---> Running in 4f10c2f22446 [2020-12-16T10:09:38.813Z] ---> Running in aaf98b514a4d [2020-12-16T10:09:39.147Z] Removing intermediate container aaf98b514a4d [2020-12-16T10:09:39.147Z] ---> 23ae5e987fbe [2020-12-16T10:09:39.147Z] [2020-12-16T10:09:39.147Z] Removing intermediate container 4f10c2f22446 [2020-12-16T10:09:39.147Z] ---> e0f5f8e035f6 [2020-12-16T10:09:39.147Z] [2020-12-16T10:09:39.147Z] Successfully built 23ae5e987fbe [2020-12-16T10:09:39.147Z] Successfully tagged docker-core-data-go:latest [2020-12-16T10:09:39.148Z]  Building docker-core-data-go ... done Successfully built e0f5f8e035f6 [2020-12-16T10:09:39.148Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-16T10:09:39.411Z]  Building docker-support-scheduler-go ... done Removing intermediate container 7f2051d9b16a [2020-12-16T10:09:39.411Z] ---> 90aef14693e6 [2020-12-16T10:09:39.411Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T10:09:39.411Z] ---> Running in f1be265b08e4 [2020-12-16T10:09:39.672Z] Removing intermediate container f1be265b08e4 [2020-12-16T10:09:39.672Z] ---> ced316489577 [2020-12-16T10:09:39.672Z] Step 26/29 : CMD [ "generate" ] [2020-12-16T10:09:39.672Z] ---> Running in 7f792e30c2ae [2020-12-16T10:09:39.935Z] Removing intermediate container 7f792e30c2ae [2020-12-16T10:09:39.935Z] ---> d374d474e6c5 [2020-12-16T10:09:39.935Z] Step 27/29 : LABEL arch=x86_64 [2020-12-16T10:09:39.935Z] ---> Running in 42fc2f803c7e [2020-12-16T10:09:40.197Z] Removing intermediate container 42fc2f803c7e [2020-12-16T10:09:40.197Z] ---> 37fe7b1ccf75 [2020-12-16T10:09:40.197Z] Step 28/29 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:09:40.197Z] ---> Running in 9f79ec5a5af3 [2020-12-16T10:09:40.459Z] Removing intermediate container 9f79ec5a5af3 [2020-12-16T10:09:40.459Z] ---> c29080f7892d [2020-12-16T10:09:40.459Z] Step 29/29 : LABEL version=0.0.0 [2020-12-16T10:09:40.459Z] ---> Running in 840ab5f4de2a [2020-12-16T10:09:40.459Z] Removing intermediate container 840ab5f4de2a [2020-12-16T10:09:40.459Z] ---> 56e31a2a794d [2020-12-16T10:09:40.459Z] [2020-12-16T10:09:40.721Z] Successfully built 56e31a2a794d [2020-12-16T10:09:40.721Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-16T10:09:41.144Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-16T10:09:41.308Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-12-16T10:09:41.317Z] $ docker stop --time=1 35767c5cbdf6308afe0fc7573b882e237b141cb34273506b4c361ecd95a21b5d [2020-12-16T10:09:42.978Z] $ docker rm -f 35767c5cbdf6308afe0fc7573b882e237b141cb34273506b4c361ecd95a21b5d [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T10:09:43.593Z] + docker images [2020-12-16T10:09:43.593Z] + grep docker [2020-12-16T10:09:43.593Z] docker-security-secrets-setup-go latest 56e31a2a794d 3 seconds ago 23.9MB [2020-12-16T10:09:43.593Z] docker-core-data-go latest 23ae5e987fbe 5 seconds ago 23.7MB [2020-12-16T10:09:43.593Z] docker-support-scheduler-go latest e0f5f8e035f6 5 seconds ago 12.3MB [2020-12-16T10:09:43.593Z] docker-support-notifications-go latest 66d856f36a0b 12 seconds ago 13.6MB [2020-12-16T10:09:43.593Z] docker-sys-mgmt-agent-go latest 0a1f96d5a462 25 seconds ago 313MB [2020-12-16T10:09:43.593Z] docker-security-bootstrap-redis-go latest fd31a98248af 50 seconds ago 15.9MB [2020-12-16T10:09:43.593Z] docker-security-secretstore-setup-go latest fe8e34c8337b 2 minutes ago 24.8MB [2020-12-16T10:09:43.593Z] docker-security-proxy-setup-go latest 8a6c6e15d0fc 2 minutes ago 24.6MB [2020-12-16T10:09:43.593Z] docker-core-metadata-go latest ac7c5c452bbc 2 minutes ago 14.5MB [2020-12-16T10:09:43.593Z] docker-core-command-go latest 0719a547f2a9 2 minutes ago 12.2MB [2020-12-16T10:09:43.593Z] docker latest 0c995d0d3006 12 hours 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 [2020-12-16T10:09:53.592Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-16T10:09:53.592Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-16T10:09:53.592Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-16T10:09:53.592Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-16T10:09:53.592Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-16T10:09:53.874Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-16T10:09:59.670Z] Still waiting to schedule task [2020-12-16T10:09:59.670Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-16T10:10:02.237Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.059s [2020-12-16T10:10:02.237Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-16T10:10:02.237Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-16T10:10:03.227Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-16T10:10:03.227Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-16T10:10:03.227Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-16T10:10:03.227Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-16T10:10:13.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.270s coverage: 46.6% of statements [2020-12-16T10:10:13.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-16T10:10:13.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-16T10:10:13.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-16T10:10:13.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-16T10:10:13.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-16T10:10:21.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.642s coverage: 27.1% of statements [2020-12-16T10:10:21.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-16T10:10:21.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-16T10:10:21.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-16T10:10:21.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-16T10:10:21.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-16T10:10:21.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-16T10:10:21.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements [2020-12-16T10:10:21.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-16T10:10:21.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.081s coverage: 100.0% of statements [2020-12-16T10:10:21.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-16T10:10:21.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-16T10:10:21.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.308s coverage: 70.5% of statements [2020-12-16T10:10:21.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-16T10:10:21.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-16T10:10:21.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.643s coverage: 83.7% of statements [2020-12-16T10:10:21.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-16T10:10:21.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T10:10:21.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-16T10:10:21.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-16T10:10:31.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.385s coverage: 28.6% of statements [2020-12-16T10:10:31.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-16T10:10:31.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-16T10:10:31.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-16T10:10:31.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-16T10:10:31.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-16T10:10:31.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.141s coverage: 100.0% of statements [2020-12-16T10:10:31.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-16T10:10:31.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements [2020-12-16T10:10:31.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-16T10:10:31.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.322s coverage: 86.7% of statements [2020-12-16T10:10:31.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-16T10:10:31.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.416s coverage: 97.5% of statements [2020-12-16T10:10:31.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-16T10:10:31.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.191s coverage: 78.3% of statements [2020-12-16T10:10:31.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-16T10:10:31.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-16T10:10:31.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-16T10:10:31.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-16T10:10:40.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.074s coverage: 93.8% of statements [2020-12-16T10:10:40.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-16T10:10:40.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T10:10:40.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-16T10:10:40.264Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-16T10:10:40.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-16T10:10:40.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-16T10:10:40.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-16T10:10:40.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-16T10:10:40.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-16T10:10:40.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-16T10:10:40.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-16T10:10:40.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-16T10:10:40.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-16T10:10:40.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-16T10:10:40.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-16T10:10:40.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-16T10:10:40.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-16T10:10:40.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-16T10:10:40.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-16T10:10:40.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-16T10:10:40.265Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements [2020-12-16T10:10:40.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-16T10:10:40.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-16T10:10:40.265Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.191s coverage: 0.1% of statements [2020-12-16T10:10:40.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-16T10:10:40.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-16T10:10:40.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-16T10:10:40.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-16T10:10:40.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements [2020-12-16T10:10:40.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-16T10:10:40.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.163s coverage: 75.5% of statements [2020-12-16T10:10:40.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-16T10:10:40.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 80.8% of statements [2020-12-16T10:10:40.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.158s coverage: 87.2% of statements [2020-12-16T10:10:41.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.189s coverage: 84.2% of statements [2020-12-16T10:10:42.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.229s coverage: 91.4% of statements [2020-12-16T10:10:42.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-16T10:10:44.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.680s coverage: 63.5% of statements [2020-12-16T10:10:44.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-16T10:10:44.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-16T10:10:44.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.099s coverage: 100.0% of statements [2020-12-16T10:10:45.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.123s coverage: 91.3% of statements [2020-12-16T10:10:45.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2020-12-16T10:10:46.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements [2020-12-16T10:10:47.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements [2020-12-16T10:10:51.246Z] Running on prd-ubuntu18.04-docker-8c-8g-16335 in /w/workspace/edgexfoundry_edgex-go_PR-2944 [Pipeline] { [Pipeline] ws [2020-12-16T10:10:51.300Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2020-12-16T10:10:52.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.960s coverage: 55.9% of statements [2020-12-16T10:10:52.072Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-16T10:10:52.072Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-16T10:10:52.072Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-16T10:10:52.072Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-16T10:10:52.072Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-16T10:10:52.072Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-16T10:10:53.388Z] using credential edgex-jenkins-ssh [2020-12-16T10:10:53.440Z] Cloning the remote Git repository [2020-12-16T10:10:53.432Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-16T10:10:53.492Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2020-12-16T10:10:53.518Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T10:10:53.518Z] > git --version # timeout=10 [2020-12-16T10:10:53.525Z] > git --version # 'git version 2.17.1' [2020-12-16T10:10:53.526Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T10:10:53.552Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T10:11:10.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 20.078s coverage: 86.3% of statements [2020-12-16T10:11:10.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-16T10:11:10.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 5.118s coverage: 72.2% of statements [2020-12-16T10:11:10.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.787s coverage: 72.1% of statements [2020-12-16T10:11:10.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.103s coverage: 82.4% of statements [2020-12-16T10:11:10.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.067s coverage: 48.4% of statements [2020-12-16T10:11:10.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-16T10:11:10.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-16T10:11:10.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-16T10:11:10.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.084s coverage: 28.8% of statements [2020-12-16T10:11:10.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-16T10:11:10.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.095s coverage: 96.8% of statements [2020-12-16T10:11:10.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-16T10:11:10.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.350s coverage: 37.0% of statements [2020-12-16T10:11:10.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-16T10:11:10.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-16T10:11:10.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.693s coverage: 84.0% of statements [2020-12-16T10:11:10.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.083s coverage: 100.0% of statements [2020-12-16T10:11:10.790Z] Merging remotes/origin/master commit e25094879da38d58945b339cb800433d3a77391e into PR head commit 8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:11:10.921Z] Merge succeeded, producing 8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:11:10.921Z] Checking out Revision 8154f8db8bdc527e3691675a2d745678467c85bb (PR-2944) [2020-12-16T10:11:10.250Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T10:11:10.263Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T10:11:10.280Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T10:11:10.291Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T10:11:10.292Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T10:11:10.296Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2944/head:refs/remotes/origin/PR-2944 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T10:11:10.795Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T10:11:10.808Z] > git checkout -f 8154f8db8bdc527e3691675a2d745678467c85bb # timeout=10 [2020-12-16T10:11:10.882Z] > git remote # timeout=10 [2020-12-16T10:11:10.888Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T10:11:10.894Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T10:11:10.898Z] > git merge e25094879da38d58945b339cb800433d3a77391e # timeout=10 [2020-12-16T10:11:10.910Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T10:11:10.919Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T10:11:10.923Z] > git checkout -f 8154f8db8bdc527e3691675a2d745678467c85bb # timeout=10 [2020-12-16T10:11:12.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.451s coverage: 47.1% of statements [2020-12-16T10:11:12.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-16T10:11:12.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-16T10:11:12.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.058s coverage: 100.0% of statements [2020-12-16T10:11:12.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-16T10:11:12.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-16T10:11:12.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-16T10:11:12.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements [2020-12-16T10:11:12.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-16T10:11:12.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements [2020-12-16T10:11:12.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-16T10:11:14.582Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:11:15.779Z] + echo snap-build.sh [2020-12-16T10:11:15.779Z] snap-build.sh [2020-12-16T10:11:15.779Z] + SNAP_BASE_DIR=. [2020-12-16T10:11:15.779Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2020-12-16T10:11:15.779Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2020-12-16T10:11:15.779Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2020-12-16T10:11:15.779Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2020-12-16T10:11:15.779Z] + cd /w/workspace/edgex-go/7 [2020-12-16T10:11:15.779Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-16T10:11:15.779Z] Reading package lists... [2020-12-16T10:11:16.043Z] Building dependency tree... [2020-12-16T10:11:16.043Z] Reading state information... [2020-12-16T10:11:16.305Z] The following packages were automatically installed and are no longer required: [2020-12-16T10:11:16.305Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-16T10:11:16.305Z] uidmap xdelta3 [2020-12-16T10:11:16.305Z] Use 'sudo apt autoremove' to remove them. [2020-12-16T10:11:16.305Z] The following packages will be REMOVED: [2020-12-16T10:11:16.305Z] lxd* lxd-client* [2020-12-16T10:11:16.567Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-16T10:11:16.567Z] After this operation, 31.7 MB disk space will be freed. [2020-12-16T10:11:17.616Z] (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.) [2020-12-16T10:11:17.616Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T10:11:18.563Z] Removing lxd dnsmasq configuration [2020-12-16T10:11:18.563Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T10:11:18.825Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-16T10:11:19.772Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-16T10:11:20.035Z] (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.) [2020-12-16T10:11:20.035Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T10:11:20.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.204s coverage: 29.1% of statements [2020-12-16T10:11:20.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-16T10:11:20.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-16T10:11:20.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-16T10:11:20.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-16T10:11:20.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-16T10:11:20.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.218s coverage: 99.0% of statements [2020-12-16T10:11:20.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-16T10:11:20.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.129s coverage: 100.0% of statements [2020-12-16T10:11:20.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-16T10:11:20.733Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements [2020-12-16T10:11:20.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-16T10:11:20.733Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2020-12-16T10:11:20.734Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-16T10:11:20.734Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-16T10:11:20.734Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-16T10:11:20.734Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-16T10:11:20.734Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.124s coverage: 87.9% of statements [2020-12-16T10:11:20.734Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-16T10:11:20.734Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-16T10:11:20.734Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.087s coverage: 100.0% of statements [2020-12-16T10:11:20.734Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.078s coverage: 32.1% of statements [2020-12-16T10:11:21.005Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2020-12-16T10:11:21.952Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-16T10:11:21.952Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-16T10:11:21.982Z] GO111MODULE=on go vet ./... [2020-12-16T10:11:22.895Z] + sudo snap remove --purge lxd [2020-12-16T10:11:23.160Z] snap "lxd" is not installed [2020-12-16T10:11:23.160Z] + sudo groupadd --force --system lxd [2020-12-16T10:11:23.160Z] ++ whoami [2020-12-16T10:11:23.160Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-16T10:11:23.424Z] + newgrp - lxd [2020-12-16T10:11:23.424Z] + sudo snap install lxd [2020-12-16T10:11:38.448Z] 2020-12-16T10:11:34Z INFO Waiting for automatic snapd restart... [2020-12-16T10:11:53.363Z] lxd 4.9 from Canonical* installed [2020-12-16T10:11:53.364Z] + sudo lxd init --auto [2020-12-16T10:12:01.515Z] + sudo snap install --classic snapcraft [2020-12-16T10:12:05.741Z] snapcraft 4.4.4 from Canonical* installed [2020-12-16T10:12:05.741Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-16T10:12:05.741Z] + patch --verbose -p1 [2020-12-16T10:12:05.741Z] Hmm... Looks like a unified diff to me... [2020-12-16T10:12:05.741Z] The text leading up to this was: [2020-12-16T10:12:05.741Z] -------------------------- [2020-12-16T10:12:05.741Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-16T10:12:05.741Z] |From: Tony Espy [2020-12-16T10:12:05.741Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-16T10:12:05.741Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-16T10:12:05.741Z] | [2020-12-16T10:12:05.741Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-16T10:12:05.741Z] |optimize the snap CI check run for pull requests. When [2020-12-16T10:12:05.741Z] |applied, it essentially strips out everything (apps and [2020-12-16T10:12:05.741Z] |parts) from the snapcraft.yaml file except those required [2020-12-16T10:12:05.741Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-16T10:12:05.741Z] |catch changes to edgex-go that break the snap build. [2020-12-16T10:12:05.741Z] | [2020-12-16T10:12:05.741Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-16T10:12:05.741Z] |to update this patch file, otherwise it may fail to apply, [2020-12-16T10:12:05.741Z] |resulting in a failed snap build CI check in the associated [2020-12-16T10:12:05.741Z] |pull request. [2020-12-16T10:12:05.741Z] | [2020-12-16T10:12:05.741Z] |Note - in addition to applying this patch, the pipeline also [2020-12-16T10:12:05.741Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-16T10:12:05.741Z] |need to build the finally binary .snap file (and it won't [2020-12-16T10:12:05.741Z] |work with the patch applied). This further reduces the build [2020-12-16T10:12:05.741Z] |time. [2020-12-16T10:12:05.741Z] |--- [2020-12-16T10:12:05.741Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-16T10:12:05.741Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-16T10:12:05.741Z] | [2020-12-16T10:12:05.741Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-16T10:12:05.741Z] |index b265277c..d7e1de37 100644 [2020-12-16T10:12:05.741Z] |--- a/snap/snapcraft.yaml [2020-12-16T10:12:05.741Z] |+++ b/snap/snapcraft.yaml [2020-12-16T10:12:05.741Z] -------------------------- [2020-12-16T10:12:05.741Z] patching file snap/snapcraft.yaml [2020-12-16T10:12:05.741Z] Using Plan A... [2020-12-16T10:12:05.741Z] Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). [2020-12-16T10:12:05.741Z] Hunk #2 succeeded at 81 (offset -3 lines). [2020-12-16T10:12:05.741Z] Hunk #3 succeeded at 209 (offset -9 lines). [2020-12-16T10:12:05.741Z] Hunk #4 succeeded at 224 (offset -9 lines). [2020-12-16T10:12:05.741Z] Hunk #5 succeeded at 232 (offset -9 lines). [2020-12-16T10:12:05.741Z] Hunk #6 succeeded at 239 (offset -9 lines). [2020-12-16T10:12:05.741Z] Hunk #7 succeeded at 266 (offset -9 lines). [2020-12-16T10:12:05.741Z] Hunk #8 succeeded at 300 (offset -9 lines). [2020-12-16T10:12:05.741Z] Hunk #9 succeeded at 356 (offset -9 lines). [2020-12-16T10:12:05.741Z] Hmm... Ignoring the trailing garbage. [2020-12-16T10:12:05.741Z] done [2020-12-16T10:12:05.741Z] + sudo snapcraft prime --use-lxd [2020-12-16T10:12:07.125Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-16T10:12:07.385Z] 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: [2020-12-16T10:12:07.385Z] - README.md [2020-12-16T10:12:07.385Z] - snapcraft.yaml.orig [2020-12-16T10:12:07.385Z] [2020-12-16T10:12:07.385Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-16T10:12:07.965Z] Launching a container. [2020-12-16T10:12:22.883Z] Waiting for container to be ready [2020-12-16T10:12:22.883Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-16T10:12:22.883Z] [2020-12-16T10:12:24.802Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-16T10:12:25.063Z] Waiting for network to be ready... [2020-12-16T10:12:25.636Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-16T10:12:25.636Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-16T10:12:25.636Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-16T10:12:25.897Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-16T10:12:25.897Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-16T10:12:25.897Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-16T10:12:25.897Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-16T10:12:25.897Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-16T10:12:25.897Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-16T10:12:25.897Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-16T10:12:26.160Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-16T10:12:26.423Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-16T10:12:26.684Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-16T10:12:26.684Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-16T10:12:26.684Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-16T10:12:26.684Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-16T10:12:26.684Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-16T10:12:26.684Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-16T10:12:27.257Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-16T10:12:27.519Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-16T10:12:27.780Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-16T10:12:27.781Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-16T10:12:27.781Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-16T10:12:27.781Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-16T10:12:27.781Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-16T10:12:27.781Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-16T10:12:27.781Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-16T10:12:29.699Z] Fetched 23.5 MB in 4s (5621 kB/s) [2020-12-16T10:12:30.643Z] Reading package lists... [2020-12-16T10:12:30.905Z] Reading package lists... [2020-12-16T10:12:30.905Z] Building dependency tree... [2020-12-16T10:12:30.905Z] Reading state information... [2020-12-16T10:12:31.166Z] The following additional packages will be installed: [2020-12-16T10:12:31.166Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-16T10:12:31.166Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-16T10:12:31.166Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-16T10:12:31.166Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-16T10:12:31.166Z] Suggested packages: [2020-12-16T10:12:31.166Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-16T10:12:31.166Z] Recommended packages: [2020-12-16T10:12:31.166Z] gnupg libsasl2-modules [2020-12-16T10:12:31.166Z] The following NEW packages will be installed: [2020-12-16T10:12:31.166Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-16T10:12:31.166Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-16T10:12:31.166Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-16T10:12:31.166Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-16T10:12:31.166Z] The following packages will be upgraded: [2020-12-16T10:12:31.166Z] gpg gpg-agent gpgconf libudev1 [2020-12-16T10:12:31.166Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-16T10:12:31.166Z] Need to get 3531 kB of archives. [2020-12-16T10:12:31.166Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-16T10:12:31.166Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-16T10:12:31.429Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-16T10:12:31.429Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-16T10:12:31.429Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-16T10:12:31.429Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-16T10:12:31.429Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-16T10:12:31.429Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-16T10:12:31.429Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-16T10:12:31.429Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-16T10:12:31.692Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-16T10:12:32.265Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-16T10:12:32.266Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-16T10:12:32.266Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-16T10:12:32.266Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-16T10:12:32.266Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-16T10:12:32.266Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-16T10:12:32.266Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-16T10:12:32.266Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-16T10:12:32.266Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-16T10:12:32.266Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-16T10:12:32.266Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-16T10:12:32.266Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-16T10:12:32.526Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T10:12:32.526Z] Fetched 3531 kB in 1s (2970 kB/s) [2020-12-16T10:12:32.526Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-16T10:12:32.526Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-16T10:12:32.526Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T10:12:32.788Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-16T10:12:32.788Z] Selecting previously unselected package udev. [2020-12-16T10:12:32.788Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-16T10:12:32.788Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-16T10:12:32.788Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-16T10:12:33.049Z] Selecting previously unselected package libfuse2:amd64. [2020-12-16T10:12:33.049Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-16T10:12:33.049Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-16T10:12:33.049Z] Selecting previously unselected package fuse. [2020-12-16T10:12:33.049Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-16T10:12:33.049Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-16T10:12:33.313Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T10:12:33.313Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T10:12:33.313Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T10:12:33.313Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T10:12:33.575Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T10:12:33.575Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T10:12:33.575Z] Selecting previously unselected package libksba8:amd64. [2020-12-16T10:12:33.575Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-16T10:12:33.575Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-16T10:12:33.838Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-16T10:12:33.838Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T10:12:33.838Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:12:33.838Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-16T10:12:33.838Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T10:12:33.838Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:12:33.838Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-16T10:12:33.838Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T10:12:33.838Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:12:33.838Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-16T10:12:33.838Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T10:12:34.100Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:12:34.100Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-16T10:12:34.100Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T10:12:34.100Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:12:34.100Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-16T10:12:34.100Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T10:12:34.100Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:12:34.100Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-16T10:12:34.100Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T10:12:34.362Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:12:34.362Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-16T10:12:34.362Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T10:12:34.362Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:12:34.362Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-16T10:12:34.362Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T10:12:34.362Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:12:34.362Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-16T10:12:34.362Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-16T10:12:34.362Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T10:12:34.623Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-16T10:12:34.623Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-16T10:12:34.623Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T10:12:34.623Z] Selecting previously unselected package libldap-common. [2020-12-16T10:12:34.623Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-16T10:12:34.623Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T10:12:34.884Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-16T10:12:34.884Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-16T10:12:34.884Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T10:12:34.884Z] Selecting previously unselected package dirmngr. [2020-12-16T10:12:34.884Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T10:12:34.884Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-16T10:12:34.884Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T10:12:35.147Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-16T10:12:35.147Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-16T10:12:35.147Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T10:12:35.147Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T10:12:35.147Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-16T10:12:35.147Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:12:35.147Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-16T10:12:35.408Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T10:12:35.408Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-16T10:12:35.687Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-16T10:12:35.687Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:12:35.687Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-16T10:12:35.947Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-16T10:12:35.947Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-16T10:12:35.947Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:12:35.947Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:12:35.947Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:12:35.947Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:12:35.947Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:12:35.947Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:12:35.947Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T10:12:35.947Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T10:12:35.947Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-16T10:12:36.210Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T10:12:36.473Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-16T10:12:36.473Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-16T10:12:36.473Z] This means they are not meant to be enabled using systemctl. [2020-12-16T10:12:36.473Z] Possible reasons for having this kind of units are: [2020-12-16T10:12:36.473Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-16T10:12:36.473Z] .wants/ or .requires/ directory. [2020-12-16T10:12:36.473Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-16T10:12:36.473Z] a requirement dependency on it. [2020-12-16T10:12:36.473Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-16T10:12:36.473Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-16T10:12:36.473Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-16T10:12:36.473Z] instance name specified. [2020-12-16T10:12:36.734Z] Reading package lists... [2020-12-16T10:12:36.994Z] Building dependency tree... [2020-12-16T10:12:36.994Z] Reading state information... [2020-12-16T10:12:36.994Z] The following additional packages will be installed: [2020-12-16T10:12:36.994Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-16T10:12:36.994Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-16T10:12:36.994Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-16T10:12:36.994Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-16T10:12:36.994Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-16T10:12:36.994Z] Suggested packages: [2020-12-16T10:12:36.994Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-16T10:12:36.994Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-16T10:12:36.994Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-16T10:12:36.994Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-16T10:12:36.994Z] systemd-container policykit-1 [2020-12-16T10:12:36.994Z] Recommended packages: [2020-12-16T10:12:36.994Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-16T10:12:36.994Z] The following NEW packages will be installed: [2020-12-16T10:12:36.994Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-16T10:12:36.994Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-16T10:12:36.994Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-16T10:12:36.994Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-16T10:12:36.994Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-16T10:12:36.994Z] The following packages will be upgraded: [2020-12-16T10:12:36.994Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-16T10:12:37.256Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-16T10:12:37.256Z] Need to get 35.2 MB of archives. [2020-12-16T10:12:37.256Z] After this operation, 141 MB of additional disk space will be used. [2020-12-16T10:12:37.256Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-16T10:12:37.256Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-16T10:12:37.256Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-16T10:12:37.256Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-16T10:12:37.256Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-16T10:12:37.256Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-16T10:12:37.256Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-16T10:12:37.516Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-16T10:12:37.516Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-16T10:12:37.516Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-16T10:12:37.516Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-16T10:12:37.516Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-16T10:12:37.516Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-16T10:12:37.516Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-16T10:12:37.516Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-16T10:12:37.516Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-16T10:12:37.516Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-16T10:12:38.095Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-16T10:12:38.357Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-16T10:12:38.357Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-16T10:12:38.357Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-16T10:12:38.357Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-16T10:12:38.357Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-16T10:12:38.357Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] [2020-12-16T10:12:38.357Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-16T10:12:38.357Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-16T10:12:38.357Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-16T10:12:38.357Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-16T10:12:38.357Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-16T10:12:38.357Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-16T10:12:40.271Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T10:12:40.271Z] Fetched 35.2 MB in 3s (13.0 MB/s) [2020-12-16T10:12:40.271Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-16T10:12:40.271Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-16T10:12:40.271Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T10:12:40.841Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-16T10:12:40.841Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T10:12:40.841Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-16T10:12:41.103Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-16T10:12:41.103Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-16T10:12:41.103Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-16T10:12:41.103Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-16T10:12:41.363Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-16T10:12:41.363Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-16T10:12:41.363Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-16T10:12:41.624Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-16T10:12:41.624Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-16T10:12:41.886Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-16T10:12:42.147Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-16T10:12:42.147Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-16T10:12:42.147Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-16T10:12:42.407Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-16T10:12:42.407Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T10:12:42.407Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T10:12:42.668Z] Selecting previously unselected package libexpat1:amd64. [2020-12-16T10:12:42.668Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-16T10:12:42.668Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-16T10:12:42.668Z] Selecting previously unselected package python3.6-minimal. [2020-12-16T10:12:42.668Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T10:12:42.668Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T10:12:42.928Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-16T10:12:42.928Z] Checking for services that may need to be restarted...done. [2020-12-16T10:12:42.928Z] Checking for services that may need to be restarted...done. [2020-12-16T10:12:43.189Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T10:12:43.189Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-16T10:12:43.189Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T10:12:43.450Z] Selecting previously unselected package python3-minimal. [2020-12-16T10:12:43.450Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-16T10:12:43.450Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-16T10:12:43.450Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-16T10:12:43.710Z] Selecting previously unselected package mime-support. [2020-12-16T10:12:43.710Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-16T10:12:43.710Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-16T10:12:43.710Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-16T10:12:43.710Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-16T10:12:43.710Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-16T10:12:43.710Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-16T10:12:43.710Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T10:12:43.710Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T10:12:43.825Z] gofmt -l . [2020-12-16T10:12:43.825Z] [ "`gofmt -l .`" = "" ] [2020-12-16T10:12:43.825Z] ./bin/test-go-mod-tidy.sh [2020-12-16T10:12:43.825Z] ./bin/test-attribution-txt.sh [2020-12-16T10:12:43.971Z] Selecting previously unselected package python3.6. [2020-12-16T10:12:43.972Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T10:12:43.972Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T10:12:44.233Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-16T10:12:44.233Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-16T10:12:44.233Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-16T10:12:44.233Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-16T10:12:44.492Z] Selecting previously unselected package python3. [2020-12-16T10:12:44.492Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-16T10:12:44.492Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-16T10:12:44.492Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-16T10:12:44.492Z] Selecting previously unselected package multiarch-support. [2020-12-16T10:12:44.492Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... [2020-12-16T10:12:44.492Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-16T10:12:44.492Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [2020-12-16T10:12:44.753Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-16T10:12:44.753Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-16T10:12:44.753Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-16T10:12:44.753Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-16T10:12:44.753Z] Selecting previously unselected package libbsd0:amd64. [2020-12-16T10:12:44.753Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-16T10:12:44.753Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-16T10:12:45.013Z] Selecting previously unselected package sudo. [2020-12-16T10:12:45.013Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-16T10:12:45.013Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-16T10:12:45.013Z] Selecting previously unselected package apparmor. [2020-12-16T10:12:45.013Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-16T10:12:45.013Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-16T10:12:45.275Z] Selecting previously unselected package libedit2:amd64. [2020-12-16T10:12:45.275Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-16T10:12:45.275Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-16T10:12:45.275Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-16T10:12:45.275Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T10:12:45.275Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T10:12:45.536Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-16T10:12:45.536Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T10:12:45.536Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T10:12:45.536Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-16T10:12:45.536Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-16T10:12:45.536Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-16T10:12:45.536Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-16T10:12:45.536Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T10:12:45.536Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T10:12:45.797Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-16T10:12:45.797Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T10:12:45.797Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T10:12:46.057Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-16T10:12:46.057Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-16T10:12:46.057Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-16T10:12:46.324Z] Selecting previously unselected package openssh-client. [2020-12-16T10:12:46.324Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-16T10:12:46.324Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-16T10:12:46.586Z] Selecting previously unselected package squashfs-tools. [2020-12-16T10:12:46.586Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-16T10:12:46.586Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-16T10:12:46.586Z] Selecting previously unselected package snapd. [2020-12-16T10:12:46.586Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-16T10:12:46.586Z] Unpacking snapd (2.48+18.04) ... [Pipeline] sh [2020-12-16T10:12:48.774Z] + ls -al . [2020-12-16T10:12:48.774Z] total 692 [2020-12-16T10:12:48.774Z] drwxrwxr-x 9 1001 1001 4096 Dec 16 10:12 . [2020-12-16T10:12:48.774Z] drwxr-xr-x 4 root root 4096 Dec 16 10:08 .. [2020-12-16T10:12:48.774Z] -rw-rw-r-- 1 1001 1001 11 Dec 16 10:06 .dockerignore [2020-12-16T10:12:48.774Z] drwxrwxr-x 8 1001 1001 4096 Dec 16 10:06 .git [2020-12-16T10:12:48.774Z] drwxrwxr-x 3 1001 1001 4096 Dec 16 10:06 .github [2020-12-16T10:12:48.774Z] -rw-rw-r-- 1 1001 1001 943 Dec 16 10:06 .gitignore [2020-12-16T10:12:48.774Z] -rw-rw-r-- 1 1001 1001 166 Dec 16 10:06 .sonarcloud.properties [2020-12-16T10:12:48.774Z] -rw-rw-r-- 1 1001 1001 3804 Dec 16 10:06 CONTRIBUTING.md [2020-12-16T10:12:48.774Z] -rw-rw-r-- 1 1001 1001 1035 Dec 16 10:06 Dockerfile.build [2020-12-16T10:12:48.774Z] -rw-rw-r-- 1 1001 1001 863 Dec 16 10:06 Jenkinsfile [2020-12-16T10:12:48.774Z] -rw-rw-r-- 1 1001 1001 10775 Dec 16 10:06 LICENSE [2020-12-16T10:12:48.774Z] -rw-rw-r-- 1 1001 1001 6318 Dec 16 10:06 Makefile [2020-12-16T10:12:48.774Z] -rw-rw-r-- 1 1001 1001 6447 Dec 16 10:06 README.md [2020-12-16T10:12:48.774Z] -rw-rw-r-- 1 1001 1001 7286 Dec 16 10:06 SECURITY.md [2020-12-16T10:12:48.774Z] -rw-rw-r-- 1 1001 1001 5 Dec 16 10:01 VERSION [2020-12-16T10:12:48.774Z] -rw-rw-r-- 1 1001 1001 4131 Dec 16 10:06 ZMQWindows.md [2020-12-16T10:12:48.774Z] drwxrwxr-x 2 1001 1001 4096 Dec 16 10:06 bin [2020-12-16T10:12:48.774Z] drwxrwxr-x 15 1001 1001 4096 Dec 16 10:06 cmd [2020-12-16T10:12:48.774Z] -rw-r--r-- 1 root root 568194 Dec 16 10:11 coverage.out [2020-12-16T10:12:48.774Z] -rw-r--r-- 1 root root 1041 Dec 16 10:12 go.mod [2020-12-16T10:12:48.774Z] -rw-r--r-- 1 root root 18959 Dec 16 10:12 go.sum [2020-12-16T10:12:48.774Z] drwxrwxr-x 8 1001 1001 4096 Dec 16 10:06 internal [2020-12-16T10:12:48.774Z] drwxrwxr-x 4 1001 1001 4096 Dec 16 10:06 openapi [2020-12-16T10:12:48.774Z] drwxrwxr-x 4 1001 1001 4096 Dec 16 10:06 snap [2020-12-16T10:12:48.774Z] -rw-rw-r-- 1 1001 1001 168 Dec 16 10:06 version.go [Pipeline] sh [2020-12-16T10:12:49.145Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-16T10:12:49.145Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-16T10:12:49.145Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-16T10:12:49.145Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-16T10:12:49.145Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-16T10:12:49.145Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T10:12:49.145Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T10:12:49.145Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-16T10:12:49.145Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-16T10:12:49.429Z] + '[' -e coverage.out ] [2020-12-16T10:12:49.429Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-16T10:12:49.475Z] Warning: overwriting stash ‘coverage-report’ [2020-12-16T10:12:50.086Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-16T10:12:50.087Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-16T10:12:50.087Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-16T10:12:50.087Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T10:12:50.087Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T10:12:50.087Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T10:12:50.586Z] Stashed 1 file(s) [Pipeline] sh [2020-12-16T10:12:50.658Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-16T10:12:50.658Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T10:12:50.658Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-16T10:12:50.917Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-16T10:12:50.917Z] running python rtupdate hooks for python3.6... [2020-12-16T10:12:50.917Z] running python post-rtupdate hooks for python3.6... [2020-12-16T10:12:50.917Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-16T10:12:51.232Z] + make build [2020-12-16T10:12:51.233Z] 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 [2020-12-16T10:12:53.480Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-16T10:12:53.480Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T10:12:53.741Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-16T10:12:53.741Z] Setting up snapd (2.48+18.04) ... [2020-12-16T10:12:54.311Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-16T10:12:54.311Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-16T10:12:54.571Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-16T10:12:54.571Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-16T10:12:54.832Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-16T10:12:54.832Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-16T10:12:55.092Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-16T10:12:55.092Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-16T10:12:55.354Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-16T10:12:55.629Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-16T10:12:55.629Z] /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' [2020-12-16T10:12:55.629Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T10:12:55.891Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-16T10:12:56.834Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-16T10:12:56.834Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-16T10:12:56.834Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-16T10:12:58.037Z] Reading package lists... [2020-12-16T10:12:58.037Z] Reading package lists... [2020-12-16T10:12:58.296Z] Building dependency tree... [2020-12-16T10:12:58.296Z] Reading state information... [2020-12-16T10:12:58.296Z] Calculating upgrade... [2020-12-16T10:12:58.559Z] The following packages will be upgraded: [2020-12-16T10:12:58.559Z] advancecomp base-files bash binutils binutils-common [2020-12-16T10:12:58.559Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-16T10:12:58.559Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-16T10:12:58.559Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-16T10:12:58.559Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-16T10:12:58.559Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-16T10:12:58.559Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-16T10:12:58.559Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-16T10:12:58.559Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-16T10:12:58.559Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-16T10:12:58.559Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-16T10:12:58.559Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-16T10:12:58.559Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-16T10:12:58.559Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-16T10:12:58.819Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-16T10:12:58.819Z] Need to get 63.5 MB of archives. [2020-12-16T10:12:58.819Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-16T10:12:58.819Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-16T10:12:58.819Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-16T10:12:59.396Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-16T10:12:59.396Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-16T10:12:59.396Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-16T10:12:59.396Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-16T10:12:59.396Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-16T10:12:59.396Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-16T10:12:59.396Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-16T10:12:59.396Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-16T10:12:59.396Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-16T10:12:59.396Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-16T10:12:59.396Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-16T10:12:59.396Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-16T10:12:59.396Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-16T10:12:59.396Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-16T10:12:59.396Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-16T10:12:59.396Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-16T10:12:59.659Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-16T10:12:59.659Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-16T10:12:59.659Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-16T10:12:59.659Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-16T10:12:59.659Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-16T10:12:59.659Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-16T10:12:59.659Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-16T10:12:59.659Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-16T10:12:59.921Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-16T10:12:59.921Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-16T10:12:59.921Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-16T10:12:59.921Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-16T10:12:59.921Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-16T10:12:59.921Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] [2020-12-16T10:12:59.921Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-16T10:12:59.921Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-16T10:12:59.921Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-16T10:12:59.921Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-16T10:12:59.921Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-16T10:12:59.921Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-16T10:12:59.921Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-16T10:12:59.921Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-16T10:12:59.921Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-16T10:13:00.185Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-16T10:13:00.185Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-16T10:13:00.185Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-16T10:13:00.185Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-16T10:13:00.185Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-16T10:13:00.185Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-16T10:13:00.185Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-16T10:13:00.185Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-16T10:13:00.185Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-16T10:13:00.185Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-16T10:13:00.185Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-16T10:13:00.185Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-16T10:13:00.185Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-16T10:13:00.185Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-16T10:13:00.185Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-16T10:13:00.185Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-16T10:13:00.185Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-16T10:13:00.185Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-16T10:13:00.185Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-16T10:13:00.185Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-16T10:13:00.448Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-16T10:13:00.448Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-16T10:13:00.448Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-16T10:13:00.448Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-16T10:13:00.448Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-16T10:13:00.448Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-16T10:13:00.448Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-16T10:13:00.448Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-16T10:13:00.448Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-16T10:13:00.448Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-16T10:13:00.448Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-16T10:13:00.448Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-16T10:13:00.710Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-16T10:13:00.710Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-16T10:13:00.710Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-16T10:13:00.710Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-16T10:13:00.710Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-16T10:13:00.710Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-16T10:13:00.710Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-16T10:13:00.710Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-16T10:13:00.969Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-16T10:13:00.970Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-16T10:13:00.970Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-16T10:13:00.970Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-16T10:13:00.970Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-16T10:13:00.970Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-16T10:13:01.540Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-16T10:13:02.125Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-16T10:13:02.125Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-16T10:13:02.125Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-16T10:13:02.705Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-16T10:13:02.705Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-16T10:13:02.705Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-16T10:13:02.705Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-16T10:13:02.705Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-16T10:13:02.705Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T10:13:02.705Z] Fetched 63.5 MB in 4s (15.7 MB/s) [2020-12-16T10:13:02.705Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:02.705Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-16T10:13:02.705Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-16T10:13:03.636Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-16T10:13:03.647Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-16T10:13:03.647Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-16T10:13:03.647Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-16T10:13:03.647Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-16T10:13:04.589Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:04.589Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:04.589Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:04.589Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:04.849Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:04.849Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:04.849Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:04.849Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:05.109Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:05.109Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:05.109Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:05.109Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:05.370Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:05.370Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:05.370Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:13:05.370Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T10:13:05.370Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:05.370Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-16T10:13:05.631Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:13:05.631Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T10:13:05.631Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:05.631Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:05.631Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:05.891Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:05.891Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:05.891Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T10:13:06.156Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:13:06.156Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T10:13:06.156Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-16T10:13:06.417Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-16T10:13:06.677Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-16T10:13:06.938Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T10:13:06.938Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-16T10:13:06.938Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-16T10:13:06.938Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-16T10:13:06.938Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-16T10:13:07.205Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-16T10:13:07.205Z] Installing new version of config file /etc/issue ... [2020-12-16T10:13:07.205Z] Installing new version of config file /etc/issue.net ... [2020-12-16T10:13:07.205Z] Installing new version of config file /etc/lsb-release ... [2020-12-16T10:13:07.205Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-16T10:13:07.466Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-16T10:13:07.726Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-16T10:13:07.726Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-16T10:13:07.726Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:07.726Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-16T10:13:07.726Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-16T10:13:07.988Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-16T10:13:07.988Z] 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 [2020-12-16T10:13:07.988Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:07.988Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T10:13:07.988Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-16T10:13:07.988Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-16T10:13:08.250Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:08.250Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-16T10:13:08.250Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-16T10:13:08.250Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-16T10:13:08.511Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:08.511Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-16T10:13:08.511Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-16T10:13:08.773Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-16T10:13:08.773Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:08.773Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T10:13:08.773Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T10:13:08.773Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-16T10:13:09.033Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:09.033Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T10:13:09.033Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T10:13:09.033Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-16T10:13:09.033Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:09.033Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-16T10:13:09.295Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-16T10:13:09.295Z] Setting up grep (3.1-2build1) ... [2020-12-16T10:13:09.557Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:09.557Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-16T10:13:09.557Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-16T10:13:09.821Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-16T10:13:09.821Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:09.821Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T10:13:10.082Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T10:13:10.082Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-16T10:13:10.082Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:10.082Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-16T10:13:10.083Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T10:13:10.656Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-16T10:13:10.656Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T10:13:10.929Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-16T10:13:10.929Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T10:13:11.523Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-16T10:13:11.523Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:11.523Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-16T10:13:11.523Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T10:13:12.907Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-16T10:13:12.907Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-16T10:13:12.907Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-16T10:13:12.907Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-16T10:13:12.907Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-16T10:13:12.907Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:12.907Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-16T10:13:13.167Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-16T10:13:13.167Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-16T10:13:13.167Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:13.167Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T10:13:13.428Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T10:13:13.428Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T10:13:13.428Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:13.428Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T10:13:13.428Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T10:13:13.689Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T10:13:13.689Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:13.690Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T10:13:13.690Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T10:13:13.690Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T10:13:13.951Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:13.951Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T10:13:13.951Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T10:13:13.951Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T10:13:14.213Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:14.213Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T10:13:14.213Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T10:13:14.213Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T10:13:14.213Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T10:13:14.475Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-16T10:13:14.475Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:14.475Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T10:13:14.475Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T10:13:14.736Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-16T10:13:14.736Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:14.736Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T10:13:14.997Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T10:13:14.997Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T10:13:14.997Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:14.997Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T10:13:14.997Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T10:13:15.258Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-16T10:13:15.258Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:15.258Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T10:13:15.518Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T10:13:15.778Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-16T10:13:16.039Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-16T10:13:16.300Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-16T10:13:16.561Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:16.561Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-16T10:13:16.561Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-16T10:13:16.823Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-16T10:13:16.823Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T10:13:16.823Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-16T10:13:17.084Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T10:13:17.084Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-16T10:13:17.084Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:13:17.084Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-16T10:13:17.344Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-16T10:13:17.344Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-16T10:13:17.610Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:13:17.610Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-16T10:13:17.610Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T10:13:17.872Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T10:13:17.872Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:13:17.872Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-16T10:13:17.872Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T10:13:18.134Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T10:13:18.134Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:13:18.134Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-16T10:13:18.394Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T10:13:18.394Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T10:13:18.656Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:13:18.656Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T10:13:18.656Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T10:13:18.918Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-16T10:13:18.918Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T10:13:18.918Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T10:13:18.918Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T10:13:19.180Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-16T10:13:19.180Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:13:19.180Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-16T10:13:19.180Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-16T10:13:19.442Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-16T10:13:19.442Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:13:19.442Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-16T10:13:19.442Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T10:13:19.442Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T10:13:19.702Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:13:19.702Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T10:13:19.964Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T10:13:19.964Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-16T10:13:19.964Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:13:19.964Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-16T10:13:19.964Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-16T10:13:20.224Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-16T10:13:20.225Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:13:20.225Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-16T10:13:20.225Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-16T10:13:20.494Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-16T10:13:20.754Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:13:20.754Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T10:13:20.754Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T10:13:21.015Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-16T10:13:21.015Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:13:21.015Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-16T10:13:21.015Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-16T10:13:21.291Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-16T10:13:21.552Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:13:21.552Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-16T10:13:21.552Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-16T10:13:21.552Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-16T10:13:21.813Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:13:21.813Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-16T10:13:21.813Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-16T10:13:21.813Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-16T10:13:22.073Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:13:22.073Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-16T10:13:22.073Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-16T10:13:22.073Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-16T10:13:22.335Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T10:13:22.335Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-16T10:13:22.335Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-16T10:13:22.335Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-16T10:13:22.595Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-16T10:13:22.595Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-16T10:13:22.595Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-16T10:13:22.595Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-16T10:13:22.595Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-16T10:13:22.856Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-16T10:13:22.856Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-16T10:13:22.856Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-16T10:13:22.856Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-16T10:13:23.427Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-16T10:13:23.427Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-16T10:13:23.687Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-16T10:13:23.687Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-16T10:13:23.687Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-16T10:13:23.687Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-16T10:13:23.948Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-16T10:13:23.948Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-16T10:13:23.948Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-16T10:13:23.948Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-16T10:13:24.208Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-16T10:13:24.208Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-16T10:13:24.208Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-16T10:13:24.208Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-16T10:13:24.470Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-16T10:13:24.470Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-16T10:13:25.411Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-16T10:13:25.411Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-16T10:13:25.411Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-16T10:13:25.411Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-16T10:13:25.411Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T10:13:25.672Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T10:13:25.932Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T10:13:25.932Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T10:13:25.932Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T10:13:25.932Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T10:13:26.193Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T10:13:26.193Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T10:13:26.193Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:26.193Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T10:13:26.453Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:26.454Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T10:13:26.748Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:26.748Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T10:13:26.748Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:26.748Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T10:13:27.700Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:27.700Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T10:13:28.659Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:28.659Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T10:13:29.380Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:29.380Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T10:13:29.965Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:29.965Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T10:13:30.479Z] 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 [2020-12-16T10:13:30.535Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T10:13:30.796Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T10:13:30.796Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-16T10:13:30.796Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-16T10:13:30.796Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-16T10:13:30.796Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-16T10:13:31.056Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-16T10:13:31.056Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-16T10:13:31.316Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-16T10:13:31.316Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-16T10:13:31.316Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-16T10:13:31.316Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-16T10:13:31.576Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-16T10:13:31.576Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-16T10:13:31.576Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-16T10:13:31.576Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-16T10:13:31.836Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:13:31.836Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-16T10:13:31.836Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:13:31.836Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:13:31.836Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:13:32.096Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-16T10:13:32.096Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-16T10:13:32.096Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-16T10:13:32.096Z] [2020-12-16T10:13:32.096Z] Current default time zone: 'Etc/UTC' [2020-12-16T10:13:32.096Z] Local time is now: Wed Dec 16 10:13:32 UTC 2020. [2020-12-16T10:13:32.096Z] Universal Time is now: Wed Dec 16 10:13:32 UTC 2020. [2020-12-16T10:13:32.096Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-16T10:13:32.096Z] [2020-12-16T10:13:32.096Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-16T10:13:32.096Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:13:32.357Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-16T10:13:32.357Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-16T10:13:32.357Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-16T10:13:32.357Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-16T10:13:32.357Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-16T10:13:32.357Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-16T10:13:32.357Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-16T10:13:32.357Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-16T10:13:32.618Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:13:32.618Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-16T10:13:32.879Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T10:13:32.879Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-16T10:13:33.141Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:13:33.142Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-16T10:13:33.142Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-16T10:13:33.142Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-16T10:13:33.142Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-16T10:13:33.142Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-16T10:13:33.142Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-16T10:13:33.142Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-16T10:13:33.142Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-16T10:13:35.053Z] Updating certificates in /etc/ssl/certs... [2020-12-16T10:13:35.625Z] 22 added, 17 removed; done. [2020-12-16T10:13:35.625Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-16T10:13:35.625Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T10:13:35.884Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-16T10:13:35.884Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-16T10:13:35.884Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-16T10:13:35.884Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T10:13:35.884Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-16T10:13:35.884Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T10:13:35.884Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T10:13:35.884Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T10:13:35.884Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T10:13:35.884Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T10:13:35.885Z] 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 [2020-12-16T10:13:36.145Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-16T10:13:36.406Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-16T10:13:36.406Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-16T10:13:36.406Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-16T10:13:36.406Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-16T10:13:36.406Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T10:13:36.406Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T10:13:36.406Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-16T10:13:36.666Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-16T10:13:36.666Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-16T10:13:36.666Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-16T10:13:36.666Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-16T10:13:36.666Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-16T10:13:36.926Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-16T10:13:36.926Z] Updating certificates in /etc/ssl/certs... [2020-12-16T10:13:37.497Z] 0 added, 0 removed; done. [2020-12-16T10:13:37.497Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-16T10:13:37.497Z] done. [2020-12-16T10:13:37.757Z] Reading package lists... [2020-12-16T10:13:38.019Z] Building dependency tree... [2020-12-16T10:13:38.019Z] Reading state information... [2020-12-16T10:13:38.281Z] The following NEW packages will be installed: [2020-12-16T10:13:38.281Z] apt-transport-https [2020-12-16T10:13:38.281Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-16T10:13:38.281Z] Need to get 1696 B of archives. [2020-12-16T10:13:38.281Z] After this operation, 153 kB of additional disk space will be used. [2020-12-16T10:13:38.281Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-16T10:13:38.542Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T10:13:38.542Z] Fetched 1696 B in 0s (9494 B/s) [2020-12-16T10:13:38.542Z] Selecting previously unselected package apt-transport-https. [2020-12-16T10:13:38.542Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-16T10:13:38.542Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-16T10:13:38.542Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-16T10:13:38.542Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-16T10:13:38.802Z] Waiting for network to be ready... [2020-12-16T10:13:40.174Z] 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 [2020-12-16T10:13:42.139Z] 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 [2020-12-16T10:13:45.386Z] 2020-12-16T10:13:41Z INFO Waiting for automatic snapd restart... [2020-12-16T10:13:45.386Z] snapd 2.48.1 from Canonical* installed [2020-12-16T10:13:46.332Z] "snapd" switched to the "latest/stable" channel [2020-12-16T10:13:46.332Z] [2020-12-16T10:13:47.518Z] 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 [2020-12-16T10:13:48.884Z] core18 20200929 from Canonical* installed [2020-12-16T10:13:49.145Z] "core18" switched to the "latest/stable" channel [2020-12-16T10:13:49.145Z] [2020-12-16T10:13:52.458Z] snapcraft 4.4.4 from Canonical* installed [2020-12-16T10:13:52.458Z] "snapcraft" switched to the "latest/stable" channel [2020-12-16T10:13:52.458Z] [2020-12-16T10:13:52.902Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-16T10:13:56.276Z] 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 [2020-12-16T10:13:56.686Z] 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: [2020-12-16T10:13:56.686Z] - README.md [2020-12-16T10:13:56.686Z] - snapcraft.yaml.orig [2020-12-16T10:13:56.686Z] [2020-12-16T10:13:56.686Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-16T10:14:00.589Z] 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 [2020-12-16T10:14:03.304Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T10:14:03.304Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-16T10:14:03.304Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-16T10:14:03.304Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-16T10:14:03.879Z] Reading package lists... [2020-12-16T10:14:04.144Z] 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 [2020-12-16T10:14:05.988Z] 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 [2020-12-16T10:14:09.356Z] 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 [2020-12-16T10:14:10.751Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T10:14:10.751Z] Reading package lists... [2020-12-16T10:14:10.751Z] Building dependency tree... [2020-12-16T10:14:10.751Z] Reading state information... [2020-12-16T10:14:10.751Z] Suggested packages: [2020-12-16T10:14:10.751Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-16T10:14:10.751Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-16T10:14:10.751Z] Recommended packages: [2020-12-16T10:14:10.751Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-16T10:14:10.751Z] The following NEW packages will be installed: [2020-12-16T10:14:10.751Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-16T10:14:10.751Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-16T10:14:10.751Z] pkg-config zip [2020-12-16T10:14:10.751Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-16T10:14:10.751Z] Need to get 7655 kB of archives. [2020-12-16T10:14:10.751Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-16T10:14:10.751Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-16T10:14:10.751Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-16T10:14:11.014Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-16T10:14:11.014Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-16T10:14:11.014Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-16T10:14:11.014Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-16T10:14:11.276Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-16T10:14:11.276Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-16T10:14:11.276Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-16T10:14:11.276Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-16T10:14:11.276Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-16T10:14:11.276Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-16T10:14:11.276Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-16T10:14:11.537Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-16T10:14:11.537Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-16T10:14:11.799Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T10:14:11.799Z] Fetched 7655 kB in 1s (6456 kB/s) [2020-12-16T10:14:11.799Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-16T10:14:11.799Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-16T10:14:11.799Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-16T10:14:11.799Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-16T10:14:12.064Z] Selecting previously unselected package libpsl5:amd64. [2020-12-16T10:14:12.064Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-16T10:14:12.064Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-16T10:14:12.064Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-16T10:14:12.064Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-16T10:14:12.064Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-16T10:14:12.328Z] Selecting previously unselected package librtmp1:amd64. [2020-12-16T10:14:12.328Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-16T10:14:12.328Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-16T10:14:12.328Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-16T10:14:12.328Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-16T10:14:12.328Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-16T10:14:12.328Z] Selecting previously unselected package liberror-perl. [2020-12-16T10:14:12.328Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-16T10:14:12.328Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-16T10:14:12.589Z] Selecting previously unselected package git-man. [2020-12-16T10:14:12.589Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-16T10:14:12.589Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-16T10:14:12.851Z] Selecting previously unselected package git. [2020-12-16T10:14:12.851Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-16T10:14:12.851Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-16T10:14:13.668Z] 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 [2020-12-16T10:14:13.810Z] Selecting previously unselected package libnorm1:amd64. [2020-12-16T10:14:13.810Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-16T10:14:13.810Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-16T10:14:13.810Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-16T10:14:13.810Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-16T10:14:13.810Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-16T10:14:13.810Z] Selecting previously unselected package libsodium23:amd64. [2020-12-16T10:14:13.810Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-16T10:14:13.810Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-16T10:14:13.810Z] Selecting previously unselected package libzmq5:amd64. [2020-12-16T10:14:13.810Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-16T10:14:14.074Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T10:14:14.074Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-16T10:14:14.074Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-16T10:14:14.074Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T10:14:14.074Z] Selecting previously unselected package pkg-config. [2020-12-16T10:14:14.074Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-16T10:14:14.074Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-16T10:14:14.338Z] Selecting previously unselected package zip. [2020-12-16T10:14:14.338Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-16T10:14:14.338Z] Unpacking zip (3.0-11build1) ... [2020-12-16T10:14:14.338Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-16T10:14:14.338Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-16T10:14:14.338Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-16T10:14:14.338Z] Setting up liberror-perl (0.17025-1) ... [2020-12-16T10:14:14.338Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-16T10:14:14.602Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-16T10:14:14.602Z] No schema files found: doing nothing. [2020-12-16T10:14:14.602Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-16T10:14:14.602Z] Setting up zip (3.0-11build1) ... [2020-12-16T10:14:14.602Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-16T10:14:14.602Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-16T10:14:14.602Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-16T10:14:14.602Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T10:14:14.865Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-16T10:14:14.865Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T10:14:14.865Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-16T10:14:14.865Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [Pipeline] } [2020-12-16T10:14:17.082Z] $ docker stop --time=1 00394c23f2d81430163270ca39c41a5bffce00dce0ce676073b5654803011b99 [2020-12-16T10:14:20.184Z] $ docker rm -f 00394c23f2d81430163270ca39c41a5bffce00dce0ce676073b5654803011b99 [2020-12-16T10:14:21.479Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T10:14:21.479Z] git set to automatically installed. [2020-12-16T10:14:21.479Z] git-man set to automatically installed. [2020-12-16T10:14:21.479Z] libcurl3-gnutls set to automatically installed. [2020-12-16T10:14:21.479Z] liberror-perl set to automatically installed. [2020-12-16T10:14:21.479Z] libglib2.0-0 set to automatically installed. [2020-12-16T10:14:21.479Z] libnghttp2-14 set to automatically installed. [2020-12-16T10:14:21.479Z] libnorm1 set to automatically installed. [2020-12-16T10:14:21.479Z] libpgm-5.2-0 set to automatically installed. [2020-12-16T10:14:21.479Z] libpsl5 set to automatically installed. [2020-12-16T10:14:21.479Z] librtmp1 set to automatically installed. [2020-12-16T10:14:21.479Z] libsodium23 set to automatically installed. [2020-12-16T10:14:21.479Z] libzmq3-dev set to automatically installed. [2020-12-16T10:14:21.479Z] libzmq5 set to automatically installed. [2020-12-16T10:14:21.479Z] pkg-config set to automatically installed. [2020-12-16T10:14:21.479Z] zip set to automatically installed. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:14:22.423Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T10:14:22.424Z] [2020-12-16T10:14:22.424Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:14:22.812Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T10:14:22.812Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-16T10:14:22.812Z] 29e5d40040c1: Pulling fs layer [2020-12-16T10:14:22.812Z] 1ce36da41761: Pulling fs layer [2020-12-16T10:14:22.812Z] 25b303627fd3: Pulling fs layer [2020-12-16T10:14:23.417Z] snapd is not logged in, snap install commands will use sudo [2020-12-16T10:14:23.788Z] 29e5d40040c1: Download complete [2020-12-16T10:14:24.065Z] 1ce36da41761: Verifying Checksum [2020-12-16T10:14:24.065Z] 1ce36da41761: Download complete [2020-12-16T10:14:24.341Z] 29e5d40040c1: Pull complete [2020-12-16T10:14:25.765Z] 1ce36da41761: Pull complete [2020-12-16T10:14:26.356Z] 25b303627fd3: Verifying Checksum [2020-12-16T10:14:26.356Z] 25b303627fd3: Download complete [2020-12-16T10:14:30.018Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T10:14:36.487Z] 25b303627fd3: Pull complete [2020-12-16T10:14:36.487Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-16T10:14:36.487Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T10:14:36.487Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-16T10:14:36.619Z] core18 20201210 from Canonical* refreshed [2020-12-16T10:14:36.619Z] Pulling config-common [2020-12-16T10:14:36.728Z] prd-ubuntu18.04-docker-arm64-4c-16g-16331 does not seem to be running inside a container [2020-12-16T10:14:36.803Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-16T10:14:38.014Z] Pulling go-build-helper [2020-12-16T10:14:39.963Z] $ docker top ec349ee27ca33fbe4a9bf4bbf1296a223d3a127d01cec5199679e8ee3925f02a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:14:41.014Z] + docker-compose build --help [2020-12-16T10:14:41.014Z] + grep parallel [2020-12-16T10:14:46.415Z] --parallel Build images in parallel. [Pipeline] } [2020-12-16T10:14:46.435Z] $ docker stop --time=1 ec349ee27ca33fbe4a9bf4bbf1296a223d3a127d01cec5199679e8ee3925f02a [2020-12-16T10:14:48.399Z] $ docker rm -f ec349ee27ca33fbe4a9bf4bbf1296a223d3a127d01cec5199679e8ee3925f02a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:14:49.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T10:14:49.291Z] . [Pipeline] withDockerContainer [2020-12-16T10:14:49.593Z] prd-ubuntu18.04-docker-arm64-4c-16g-16331 does not seem to be running inside a container [2020-12-16T10:14:49.682Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-16T10:14:51.074Z] $ docker top d0e5079d2b1c3f40c2a6e6581973f78fd6da3818a1776cb01daf55adfc222225 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:14:52.116Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-16T10:14:57.571Z] Building docker-core-command-go ... [2020-12-16T10:14:57.571Z] Building docker-core-data-go ... [2020-12-16T10:14:57.571Z] Building docker-core-metadata-go ... [2020-12-16T10:14:57.571Z] Building docker-security-bootstrap-redis-go ... [2020-12-16T10:14:57.571Z] Building docker-security-proxy-setup-go ... [2020-12-16T10:14:57.571Z] Building docker-security-secrets-setup-go ... [2020-12-16T10:14:57.571Z] Building docker-security-secretstore-setup-go ... [2020-12-16T10:14:57.571Z] Building docker-support-notifications-go ... [2020-12-16T10:14:57.571Z] Building docker-support-scheduler-go ... [2020-12-16T10:14:57.571Z] Building docker-sys-mgmt-agent-go ... [2020-12-16T10:14:57.571Z] Building docker-core-data-go [2020-12-16T10:14:57.571Z] Building docker-core-command-go [2020-12-16T10:14:57.571Z] Building docker-security-proxy-setup-go [2020-12-16T10:14:57.571Z] Building docker-security-bootstrap-redis-go [2020-12-16T10:14:57.571Z] Building docker-support-notifications-go [2020-12-16T10:15:00.042Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-16T10:15:00.042Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-16T10:15:00.042Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-16T10:15:00.042Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-16T10:15:00.042Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-16T10:15:00.042Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-16T10:15:00.042Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-16T10:15:00.042Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-16T10:15:00.042Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-16T10:15:00.042Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-16T10:15:00.042Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-16T10:15:00.042Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-16T10:15:00.042Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-16T10:15:00.042Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-16T10:15:00.042Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-16T10:15:00.042Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-16T10:15:00.042Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-16T10:15:00.042Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-16T10:15:00.042Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-16T10:15:00.042Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-16T10:15:00.042Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-16T10:15:00.042Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-16T10:15:00.042Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-16T10:15:00.042Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-16T10:15:00.042Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-16T10:15:00.042Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-16T10:15:00.042Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-16T10:15:00.042Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-16T10:15:00.042Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-16T10:15:00.042Z] Fetched 279 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-16T10:15:00.042Z] Fetched 122 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-16T10:15:00.042Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-16T10:15:00.042Z] Fetched 8848 B in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-16T10:15:00.042Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-16T10:15:00.042Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-16T10:15:00.042Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-16T10:15:00.042Z] Fetched 214 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-16T10:15:00.042Z] Fetched 155 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-16T10:15:00.042Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-16T10:15:00.042Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-16T10:15:00.042Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-16T10:15:00.042Z] Fetched 499 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-16T10:15:00.042Z] Fetched 111 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-16T10:15:00.042Z] Fetched 240 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-16T10:15:00.042Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-16T10:15:00.042Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-16T10:15:00.042Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-16T10:15:00.042Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-16T10:15:00.042Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-16T10:15:00.042Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-16T10:15:00.042Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-16T10:15:00.042Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-16T10:15:00.042Z] Fetched 8720 B in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-16T10:15:00.042Z] Fetched 137 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-16T10:15:00.042Z] Fetched 119 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-16T10:15:00.042Z] Fetched 109 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-16T10:15:00.042Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-16T10:15:00.042Z] Fetched 645 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-16T10:15:00.042Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-16T10:15:00.042Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-16T10:15:00.042Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-16T10:15:00.043Z] Fetched 368 kB in 0s (0 B/s) [2020-12-16T10:15:00.043Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-16T10:15:00.043Z] Fetched 187 kB in 0s (0 B/s) [2020-12-16T10:15:00.043Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-16T10:15:00.043Z] Fetched 175 kB in 0s (0 B/s) [2020-12-16T10:15:00.043Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-16T10:15:02.791Z] Fetched 206 kB in 0s (0 B/s) [2020-12-16T10:15:02.791Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-16T10:15:02.791Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-16T10:15:02.791Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-16T10:15:02.791Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-16T10:15:02.791Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-16T10:15:02.791Z] Fetched 159 kB in 0s (0 B/s) [2020-12-16T10:15:02.791Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-16T10:15:02.791Z] Fetched 107 kB in 0s (0 B/s) [2020-12-16T10:15:02.791Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-16T10:15:02.791Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-16T10:15:02.791Z] Pulling static-packages [2020-12-16T10:15:03.742Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2020-12-16T10:15:03.742Z] Skipping pull go-build-helper (already ran) [2020-12-16T10:15:03.742Z] Skipping pull static-packages (already ran) [2020-12-16T10:15:03.742Z] Building go-build-helper [2020-12-16T10:15:07.962Z] Building static-packages [2020-12-16T10:15:09.885Z] Staging go-build-helper [2020-12-16T10:15:10.833Z] Staging static-packages [2020-12-16T10:15:11.786Z] Pulling go115 [2020-12-16T10:15:12.738Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-16T10:15:12.738Z] Skipping pull go115 (already ran) [2020-12-16T10:15:12.738Z] Building go115 [2020-12-16T10:15:12.738Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T10:15:12.738Z] Dload Upload Total Spent Left Speed [2020-12-16T10:15:15.728Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4431k 0 0 13.1M 0 0:00:08 --:--:-- 0:00:08 13.1M 37 115M 37 43.2M 0 0 32.5M 0 0:00:03 0:00:01 0:00:02 32.4M 69 115M 69 80.7M 0 0 34.6M 0 0:00:03 0:00:02 0:00:01 34.5M 100 115M 100 115M 0 0 36.0M 0 0:00:03 0:00:03 --:--:-- 36.0M [2020-12-16T10:15:16.319Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-16T10:15:20.546Z] Staging go115 [2020-12-16T10:15:24.767Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-16T10:15:24.767Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-16T10:15:24.767Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-16T10:15:24.767Z] Fetched 0 B in 0s (0 B/s) [2020-12-16T10:15:24.767Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-16T10:15:24.767Z] Fetched 224 kB in 0s (0 B/s) [2020-12-16T10:15:24.767Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-16T10:15:24.767Z] Fetched 157 kB in 0s (0 B/s) [2020-12-16T10:15:24.767Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-16T10:15:24.767Z] Fetched 221 kB in 0s (0 B/s) [2020-12-16T10:15:24.767Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-16T10:15:24.767Z] Fetched 143 kB in 0s (0 B/s) [2020-12-16T10:15:24.767Z] Pulling edgex-go [2020-12-16T10:15:26.165Z] Pulling version [2020-12-16T10:15:27.112Z] Building config-common [2020-12-16T10:15:29.034Z] Skipping build go-build-helper (already ran) [2020-12-16T10:15:29.034Z] Skipping build static-packages (already ran) [2020-12-16T10:15:29.034Z] Skipping build go115 (already ran) [2020-12-16T10:15:29.297Z] Building edgex-go [2020-12-16T10:15:29.297Z] 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 [2020-12-16T10:15:30.700Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-16T10:15:30.700Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-16T10:15:30.700Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.130 [2020-12-16T10:15:30.700Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-16T10:15:30.700Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-16T10:15:30.701Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2020-12-16T10:15:30.701Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-16T10:15:30.701Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-16T10:15:30.701Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-16T10:15:30.701Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-16T10:15:30.701Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-16T10:15:30.701Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-16T10:15:30.701Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-16T10:15:30.701Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-16T10:15:30.701Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-16T10:15:30.701Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-16T10:15:30.701Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-16T10:15:30.701Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-16T10:15:30.701Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-16T10:15:30.701Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-16T10:15:30.701Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-16T10:15:30.701Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-16T10:15:30.701Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-16T10:15:30.701Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-16T10:15:30.701Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-16T10:15:30.701Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-16T10:15:30.701Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-16T10:15:30.701Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-16T10:15:30.701Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-16T10:15:30.701Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-16T10:15:30.701Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-16T10:15:30.701Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-16T10:15:30.701Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-16T10:15:30.701Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-16T10:15:30.701Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-16T10:15:30.701Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-16T10:15:30.701Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-16T10:15:30.701Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-16T10:15:30.966Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-16T10:15:30.966Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-16T10:15:30.966Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-16T10:15:37.570Z] 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 [2020-12-16T10:15:42.874Z] 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 [2020-12-16T10:15:43.137Z] 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 [2020-12-16T10:15:44.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-16T10:15:44.529Z] 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 [2020-12-16T10:15:44.529Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-16T10:15:44.791Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-16T10:15:44.791Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-16T10:15:46.180Z] 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 [2020-12-16T10:15:46.180Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-16T10:15:46.180Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-16T10:15:47.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-16T10:15:48.509Z] 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 [2020-12-16T10:15:48.509Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-16T10:15:49.450Z] 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 [2020-12-16T10:15:49.450Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-16T10:15:50.834Z] 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 [2020-12-16T10:15:51.781Z] 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 [2020-12-16T10:15:52.721Z] 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 [2020-12-16T10:15:55.470Z] Building version [2020-12-16T10:15:57.406Z] Staging config-common [2020-12-16T10:15:57.982Z] Skipping stage go-build-helper (already ran) [2020-12-16T10:15:57.982Z] Skipping stage static-packages (already ran) [2020-12-16T10:15:57.982Z] Skipping stage go115 (already ran) [2020-12-16T10:15:57.982Z] Staging edgex-go [2020-12-16T10:15:59.380Z] Staging version [2020-12-16T10:15:59.966Z] Priming config-common [2020-12-16T10:16:01.378Z] Priming go-build-helper [2020-12-16T10:16:02.322Z] Priming static-packages [2020-12-16T10:16:04.874Z] Priming go115 [2020-12-16T10:16:05.819Z] Priming edgex-go [2020-12-16T10:16:06.767Z] Priming version [2020-12-16T10:16:07.714Z] 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] } [2020-12-16T10:16:19.388Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:16:19.388Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:16:19.388Z] ---> 181e80f1ad95 [2020-12-16T10:16:19.388Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T10:16:19.388Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:16:19.388Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:16:19.388Z] ---> 181e80f1ad95 [2020-12-16T10:16:19.388Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T10:16:19.388Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:16:19.388Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:16:19.388Z] ---> 181e80f1ad95 [2020-12-16T10:16:19.388Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T10:16:19.388Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:16:19.388Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:16:19.388Z] ---> 181e80f1ad95 [2020-12-16T10:16:19.388Z] Step 3/23 : WORKDIR /edgex-go [2020-12-16T10:16:19.388Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:16:19.388Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:16:19.388Z] ---> 181e80f1ad95 [2020-12-16T10:16:19.388Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T10:16:19.388Z] ---> Running in 97385d896994 [2020-12-16T10:16:19.388Z] ---> Running in c1af0a589980 [2020-12-16T10:16:19.388Z] ---> Running in 8f274974a1d1 [2020-12-16T10:16:19.388Z] ---> Running in bd587fcfbe7a [2020-12-16T10:16:19.388Z] ---> Running in c87398ccd5ea [2020-12-16T10:16:19.388Z] Removing intermediate container c1af0a589980 [2020-12-16T10:16:19.388Z] ---> 553953b52689 [2020-12-16T10:16:19.388Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:16:19.388Z] Removing intermediate container bd587fcfbe7a [2020-12-16T10:16:19.388Z] ---> 0ccbb15b6910 [2020-12-16T10:16:19.389Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:16:19.389Z] Removing intermediate container c87398ccd5ea [2020-12-16T10:16:19.389Z] ---> 93c89f3dae33 [2020-12-16T10:16:19.389Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:16:19.389Z] Removing intermediate container 8f274974a1d1 [2020-12-16T10:16:19.389Z] ---> bd6d3d0bd5e9 [2020-12-16T10:16:19.389Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:16:19.389Z] Removing intermediate container 97385d896994 [2020-12-16T10:16:19.389Z] ---> 2d0518a44542 [2020-12-16T10:16:19.389Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:16:19.389Z] ---> Running in f00e66fd3f42 [2020-12-16T10:16:19.389Z] ---> Running in 687f09373521 [2020-12-16T10:16:19.389Z] ---> Running in 0dff0351a113 [2020-12-16T10:16:19.389Z] ---> Running in b6c354b505a7 [2020-12-16T10:16:19.389Z] ---> Running in 54fe356c4c8c [2020-12-16T10:16:19.389Z] Removing intermediate container 687f09373521 [2020-12-16T10:16:19.389Z] ---> e7c317e478d2 [2020-12-16T10:16:19.389Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T10:16:19.389Z] ---> Running in c10559a7e209 [2020-12-16T10:16:19.389Z] Removing intermediate container 0dff0351a113 [2020-12-16T10:16:19.389Z] ---> d89c6928b72e [2020-12-16T10:16:19.389Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-16T10:16:19.389Z] ---> Running in 4a31e647ef08 [2020-12-16T10:16:19.389Z] Removing intermediate container f00e66fd3f42 [2020-12-16T10:16:19.389Z] ---> f94ada30b5c3 [2020-12-16T10:16:19.389Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T10:16:19.389Z] Removing intermediate container b6c354b505a7 [2020-12-16T10:16:19.389Z] ---> 9294b593e2e2 [2020-12-16T10:16:19.389Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T10:16:19.389Z] Removing intermediate container 54fe356c4c8c [2020-12-16T10:16:19.389Z] ---> 947435bf7242 [2020-12-16T10:16:19.389Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-16T10:16:19.389Z] ---> Running in 49b1c6405906 [2020-12-16T10:16:19.389Z] ---> Running in 2cd7547ce972 [2020-12-16T10:16:19.389Z] ---> Running in 91e4eda66231 [2020-12-16T10:16:19.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:16:19.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:16:19.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:16:19.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:16:19.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:16:19.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:16:19.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:16:19.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:16:19.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:16:19.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:16:20.591Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:16:20.591Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:16:20.591Z] OK: 12620 distinct packages available [2020-12-16T10:16:21.196Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:16:21.196Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:16:21.196Z] OK: 12620 distinct packages available [2020-12-16T10:16:21.196Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:16:21.196Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:16:21.196Z] OK: 12620 distinct packages available [2020-12-16T10:16:21.196Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:16:21.196Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:16:21.196Z] OK: 12620 distinct packages available [2020-12-16T10:16:21.196Z] OK: 217 MiB in 51 packages [2020-12-16T10:16:22.200Z] OK: 217 MiB in 51 packages [2020-12-16T10:16:22.200Z] OK: 217 MiB in 51 packages [2020-12-16T10:16:22.200Z] OK: 217 MiB in 51 packages [2020-12-16T10:16:22.482Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:16:22.482Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:16:22.482Z] OK: 12620 distinct packages available [2020-12-16T10:16:23.473Z] Removing intermediate container 4a31e647ef08 [2020-12-16T10:16:23.473Z] ---> d428f9ed9173 [2020-12-16T10:16:23.473Z] Step 6/24 : COPY go.mod . [2020-12-16T10:16:23.473Z] OK: 217 MiB in 51 packages [2020-12-16T10:16:24.077Z] Removing intermediate container 2cd7547ce972 [2020-12-16T10:16:24.077Z] ---> 452341fcb375 [2020-12-16T10:16:24.077Z] Step 6/22 : COPY go.mod . [2020-12-16T10:16:24.681Z] Removing intermediate container 49b1c6405906 [2020-12-16T10:16:24.681Z] ---> f8d8a74579a4 [2020-12-16T10:16:24.681Z] Step 6/22 : COPY go.mod . [2020-12-16T10:16:24.681Z] ---> 1eb55ac0ed29 [2020-12-16T10:16:24.681Z] Step 7/24 : RUN go mod download [2020-12-16T10:16:24.681Z] Removing intermediate container 91e4eda66231 [2020-12-16T10:16:24.681Z] ---> a54157ba8e2f [2020-12-16T10:16:24.681Z] Step 6/23 : COPY go.mod . [2020-12-16T10:16:24.962Z] ---> Running in 862fc7ee4b11 [2020-12-16T10:16:25.256Z] ---> 9dfb8da8edd2 [2020-12-16T10:16:25.256Z] Step 7/22 : RUN go mod download [2020-12-16T10:16:25.556Z] ---> Running in 477615ccde70 [2020-12-16T10:16:25.556Z] Removing intermediate container c10559a7e209 [2020-12-16T10:16:25.556Z] ---> 3cc59aa636ea [2020-12-16T10:16:25.556Z] Step 6/21 : COPY go.mod . [2020-12-16T10:16:25.830Z] ---> 03e812ceced1 [2020-12-16T10:16:25.830Z] Step 7/22 : RUN go mod download [2020-12-16T10:16:26.105Z] ---> Running in 66c77d2e08b3 [2020-12-16T10:16:26.105Z] ---> 08c8621d1fc3 [2020-12-16T10:16:26.105Z] Step 7/23 : RUN go mod download [2020-12-16T10:16:26.378Z] ---> Running in 5a5e33be30fa [2020-12-16T10:16:27.366Z] ---> 3af3052fae93 [2020-12-16T10:16:27.366Z] Step 7/21 : RUN go mod download [2020-12-16T10:16:27.366Z] ---> Running in 4d4ea8539c61 [2020-12-16T10:16:30.014Z] Removing intermediate container 862fc7ee4b11 [2020-12-16T10:16:30.014Z] ---> 75351d5ef1e2 [2020-12-16T10:16:30.014Z] Step 8/24 : COPY . . [2020-12-16T10:16:30.622Z] Removing intermediate container 477615ccde70 [2020-12-16T10:16:30.622Z] ---> 5bc466842e69 [2020-12-16T10:16:30.622Z] Step 8/22 : COPY . . [2020-12-16T10:16:30.899Z] Removing intermediate container 66c77d2e08b3 [2020-12-16T10:16:30.899Z] ---> 8a4d3bcb88eb [2020-12-16T10:16:30.899Z] Step 8/22 : COPY . . [2020-12-16T10:16:32.368Z] Removing intermediate container 5a5e33be30fa [2020-12-16T10:16:32.368Z] ---> 0f35d095e7a6 [2020-12-16T10:16:32.368Z] Step 8/23 : COPY . . [2020-12-16T10:16:32.976Z] Removing intermediate container 4d4ea8539c61 [2020-12-16T10:16:32.976Z] ---> 9e71e994f2fc [2020-12-16T10:16:32.976Z] Step 8/21 : COPY . . [2020-12-16T10:16:59.826Z] ---> cff5bb02e5de [2020-12-16T10:16:59.826Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-16T10:16:59.826Z] ---> b3b769536bdf [2020-12-16T10:16:59.826Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-16T10:16:59.826Z] ---> 825737dfa0d2 [2020-12-16T10:16:59.826Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-16T10:16:59.826Z] ---> Running in d057aeae8f26 [2020-12-16T10:16:59.826Z] ---> fae2529059d8 [2020-12-16T10:16:59.826Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-16T10:16:59.826Z] ---> cf791465d2ac [2020-12-16T10:16:59.826Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-16T10:16:59.826Z] ---> Running in ba812bcc43dd [2020-12-16T10:16:59.826Z] ---> Running in 9d33b2c80382 [2020-12-16T10:16:59.826Z] ---> Running in adfa7efb892d [2020-12-16T10:16:59.826Z] ---> Running in 4234ce62e003 [2020-12-16T10:17:01.264Z] 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 [2020-12-16T10:17:01.264Z] 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 [2020-12-16T10:17:01.264Z] 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 [2020-12-16T10:17:01.264Z] 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 [2020-12-16T10:17:01.543Z] 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 [2020-12-16T10:18:38.395Z] 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 [2020-12-16T10:18:41.840Z] Removing intermediate container ba812bcc43dd [2020-12-16T10:18:41.840Z] ---> 99dc25388185 [2020-12-16T10:18:41.840Z] [2020-12-16T10:18:41.840Z] Step 10/22 : FROM alpine:3.10 [2020-12-16T10:18:41.840Z] 3.10: Pulling from library/alpine [2020-12-16T10:18:43.836Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-16T10:18:43.836Z] Status: Downloaded newer image for alpine:3.10 [2020-12-16T10:18:43.836Z] ---> 536a684cf733 [2020-12-16T10:18:43.836Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T10:18:43.836Z] Removing intermediate container 4234ce62e003 [2020-12-16T10:18:43.836Z] ---> ce4a3b6376a9 [2020-12-16T10:18:43.836Z] [2020-12-16T10:18:43.836Z] Step 10/21 : FROM alpine [2020-12-16T10:18:43.836Z] latest: Pulling from library/alpine [2020-12-16T10:18:44.127Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-16T10:18:44.128Z] Status: Downloaded newer image for alpine:latest [2020-12-16T10:18:44.128Z] ---> dd36a01c3f31 [2020-12-16T10:18:44.128Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-16T10:18:44.128Z] ---> Running in 3abbf81aa031 [2020-12-16T10:18:44.407Z] ---> Running in 02048998e599 [2020-12-16T10:18:46.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:18:46.698Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:18:46.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:18:46.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:18:47.581Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T10:18:47.581Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T10:18:47.581Z] OK: 10171 distinct packages available [2020-12-16T10:18:47.857Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:18:47.857Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:18:47.857Z] OK: 12617 distinct packages available [2020-12-16T10:18:48.461Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T10:18:48.461Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T10:18:48.737Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T10:18:48.737Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T10:18:48.737Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T10:18:48.737Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T10:18:48.737Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T10:18:49.340Z] OK: 7 MiB in 19 packages [2020-12-16T10:18:49.340Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-16T10:18:49.340Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T10:18:49.340Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-16T10:18:49.340Z] (4/4) Installing curl (7.69.1-r3) [2020-12-16T10:18:49.340Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:18:49.340Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T10:18:49.622Z] OK: 7 MiB in 18 packages [2020-12-16T10:18:53.035Z] Removing intermediate container 3abbf81aa031 [2020-12-16T10:18:53.035Z] ---> dba581bcd60c [2020-12-16T10:18:53.035Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-16T10:18:53.035Z] ---> Running in e6c2296f03e4 [2020-12-16T10:18:53.035Z] Removing intermediate container 02048998e599 [2020-12-16T10:18:53.035Z] ---> d921e921e884 [2020-12-16T10:18:53.035Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T10:18:53.311Z] ---> Running in 03c4752eb61a [2020-12-16T10:18:53.311Z] Removing intermediate container e6c2296f03e4 [2020-12-16T10:18:53.311Z] ---> ba0064937136 [2020-12-16T10:18:53.311Z] Step 13/22 : WORKDIR / [2020-12-16T10:18:53.585Z] ---> Running in 44a016cbf50b [2020-12-16T10:18:54.186Z] Removing intermediate container 03c4752eb61a [2020-12-16T10:18:54.186Z] ---> a4e4fc7991fd [2020-12-16T10:18:54.186Z] Step 13/21 : WORKDIR /edgex [2020-12-16T10:18:54.463Z] ---> Running in fcfd37a1ba8d [2020-12-16T10:18:54.738Z] Removing intermediate container 44a016cbf50b [2020-12-16T10:18:54.738Z] ---> 44690f5b4d4b [2020-12-16T10:18:54.738Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-16T10:18:55.339Z] Removing intermediate container fcfd37a1ba8d [2020-12-16T10:18:55.339Z] ---> 20c3b7b1c467 [2020-12-16T10:18:55.339Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-16T10:18:55.966Z] ---> 0bbb932b6102 [2020-12-16T10:18:55.966Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-16T10:18:56.946Z] ---> e8ec6eff1ffe [2020-12-16T10:18:56.946Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-16T10:18:58.929Z] ---> 22af7339e9bf [2020-12-16T10:18:58.929Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-16T10:18:58.929Z] ---> 6b835da3f777 [2020-12-16T10:18:58.929Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-16T10:19:00.413Z] ---> 15e32e61998a [2020-12-16T10:19:00.413Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-16T10:19:02.550Z] ---> cf20c019c95d [2020-12-16T10:19:02.550Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-16T10:19:02.831Z] ---> Running in 12e995b13f15 [2020-12-16T10:19:03.832Z] ---> b267c985e207 [2020-12-16T10:19:03.832Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-16T10:19:04.113Z] ---> Running in 087c24f6637f [2020-12-16T10:19:05.114Z] Removing intermediate container 12e995b13f15 [2020-12-16T10:19:05.114Z] ---> f02f392cd0bd [2020-12-16T10:19:05.114Z] Step 18/21 : CMD ["--init=true"] [2020-12-16T10:19:05.396Z] ---> Running in 166c7970a394 [2020-12-16T10:19:07.410Z] Removing intermediate container 166c7970a394 [2020-12-16T10:19:07.410Z] ---> f08df51a121e [2020-12-16T10:19:07.410Z] Step 19/21 : LABEL arch=arm64 [2020-12-16T10:19:07.690Z] ---> Running in c22b22fc4f14 [2020-12-16T10:19:07.969Z] Removing intermediate container d057aeae8f26 [2020-12-16T10:19:07.970Z] ---> eb9db176a77b [2020-12-16T10:19:07.970Z] [2020-12-16T10:19:07.970Z] Step 10/24 : FROM scratch [2020-12-16T10:19:07.970Z] ---> [2020-12-16T10:19:07.970Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-16T10:19:08.567Z] Removing intermediate container 9d33b2c80382 [2020-12-16T10:19:08.567Z] ---> f4576f754570 [2020-12-16T10:19:08.567Z] [2020-12-16T10:19:08.567Z] Step 10/22 : FROM scratch [2020-12-16T10:19:08.568Z] ---> [2020-12-16T10:19:08.568Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:19:08.568Z] ---> Running in 0e65230c93ad [2020-12-16T10:19:08.568Z] Removing intermediate container c22b22fc4f14 [2020-12-16T10:19:08.568Z] ---> 12d948d321c9 [2020-12-16T10:19:08.568Z] Step 20/21 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:19:08.844Z] Removing intermediate container 087c24f6637f [2020-12-16T10:19:08.844Z] ---> 28a5d9e1bdc9 [2020-12-16T10:19:08.844Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-16T10:19:09.126Z] ---> Running in 38ea966c608c [2020-12-16T10:19:09.126Z] ---> Running in 4be8c18946e2 [2020-12-16T10:19:09.126Z] ---> Running in 1ae8ccb1b7a5 [2020-12-16T10:19:09.400Z] Removing intermediate container 0e65230c93ad [2020-12-16T10:19:09.400Z] ---> fe1843972d6d [2020-12-16T10:19:09.400Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-16T10:19:09.678Z] ---> Running in 42c83e35cda9 [2020-12-16T10:19:09.678Z] Removing intermediate container 4be8c18946e2 [2020-12-16T10:19:09.678Z] ---> 94f88a96ee14 [2020-12-16T10:19:09.678Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-16T10:19:09.962Z] Removing intermediate container 38ea966c608c [2020-12-16T10:19:09.962Z] ---> 98c59971723c [2020-12-16T10:19:09.962Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T10:19:09.962Z] ---> Running in 0b7381f94e72 [2020-12-16T10:19:09.962Z] Removing intermediate container 1ae8ccb1b7a5 [2020-12-16T10:19:09.962Z] ---> 45a036e0acb8 [2020-12-16T10:19:09.962Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T10:19:10.239Z] ---> Running in 818040382ba7 [2020-12-16T10:19:10.239Z] Removing intermediate container 42c83e35cda9 [2020-12-16T10:19:10.239Z] ---> 34b474232068 [2020-12-16T10:19:10.239Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-16T10:19:10.239Z] ---> Running in 8fcb57d9eca6 [2020-12-16T10:19:10.239Z] ---> Running in 85a98f1ab152 [2020-12-16T10:19:10.841Z] Removing intermediate container 0b7381f94e72 [2020-12-16T10:19:10.841Z] ---> 9000951c3215 [2020-12-16T10:19:10.841Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T10:19:10.841Z] ---> Running in 3a4abb52e4e1 [2020-12-16T10:19:10.841Z] Removing intermediate container 818040382ba7 [2020-12-16T10:19:10.841Z] ---> 51003eb3db87 [2020-12-16T10:19:10.841Z] [2020-12-16T10:19:11.117Z] Removing intermediate container 8fcb57d9eca6 [2020-12-16T10:19:11.117Z] ---> dcb7fdb91d36 [2020-12-16T10:19:11.117Z] Step 21/22 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:19:11.117Z] Removing intermediate container 85a98f1ab152 [2020-12-16T10:19:11.117Z] ---> 2f841524bd92 [2020-12-16T10:19:11.117Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-16T10:19:11.117Z] ---> Running in 18b00a748bcb [2020-12-16T10:19:11.715Z] Successfully built 51003eb3db87 [2020-12-16T10:19:11.991Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-16T10:19:11.991Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2020-12-16T10:19:11.991Z] Removing intermediate container 3a4abb52e4e1 [2020-12-16T10:19:11.991Z] ---> 09a89f6b064b [2020-12-16T10:19:11.991Z] Step 14/22 : WORKDIR / [2020-12-16T10:19:11.991Z] Removing intermediate container 18b00a748bcb [2020-12-16T10:19:12.266Z] ---> 287d1f40f7d8 [2020-12-16T10:19:12.266Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T10:19:12.266Z] ---> Running in 9092ddff7f2a [2020-12-16T10:19:12.266Z] ---> 1a567d907a7f [2020-12-16T10:19:12.266Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-16T10:19:12.266Z] ---> Running in 15bd98d5e6c4 [2020-12-16T10:19:12.873Z] Removing intermediate container 9092ddff7f2a [2020-12-16T10:19:12.873Z] ---> bea55b12c852 [2020-12-16T10:19:12.873Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-16T10:19:13.149Z] Removing intermediate container 15bd98d5e6c4 [2020-12-16T10:19:13.149Z] ---> 15770716e423 [2020-12-16T10:19:13.149Z] [2020-12-16T10:19:13.753Z] Successfully built 15770716e423 [2020-12-16T10:19:14.748Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-16T10:19:14.748Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2020-12-16T10:19:15.023Z] ---> 218d862f2364 [2020-12-16T10:19:15.023Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-16T10:19:15.023Z] ---> 191d32c923f7 [2020-12-16T10:19:15.023Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-16T10:19:18.435Z] ---> c7bcedd71b6d [2020-12-16T10:19:18.435Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-16T10:19:18.435Z] ---> da031b10516e [2020-12-16T10:19:18.435Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-16T10:19:21.064Z] ---> fae68f5b5f05 [2020-12-16T10:19:21.064Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-16T10:19:21.339Z] ---> bb52561b5f78 [2020-12-16T10:19:21.339Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-16T10:19:21.339Z] ---> Running in 57699e50db11 [2020-12-16T10:19:22.317Z] Removing intermediate container 57699e50db11 [2020-12-16T10:19:22.317Z] ---> 1f3502d2c9ee [2020-12-16T10:19:22.317Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:19:22.919Z] ---> Running in ee53ee9f0110 [2020-12-16T10:19:22.919Z] ---> a2fde166bdaf [2020-12-16T10:19:22.919Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-16T10:19:23.516Z] Removing intermediate container ee53ee9f0110 [2020-12-16T10:19:23.516Z] ---> 57d8daeee99f [2020-12-16T10:19:23.516Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T10:19:24.492Z] ---> Running in cff623bcbaf1 [2020-12-16T10:19:26.480Z] ---> d7b912b4c555 [2020-12-16T10:19:26.480Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-16T10:19:26.751Z] ---> Running in 2ec156a2fcc0 [2020-12-16T10:19:26.751Z] Removing intermediate container cff623bcbaf1 [2020-12-16T10:19:26.751Z] ---> 07707223b3bd [2020-12-16T10:19:26.751Z] Step 21/22 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:19:27.025Z] ---> Running in ef5f0b02fe61 [2020-12-16T10:19:27.297Z] Removing intermediate container adfa7efb892d [2020-12-16T10:19:27.297Z] ---> 47bdf93ba8d4 [2020-12-16T10:19:27.297Z] [2020-12-16T10:19:27.297Z] Step 10/23 : FROM alpine [2020-12-16T10:19:27.297Z] ---> dd36a01c3f31 [2020-12-16T10:19:27.297Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:19:27.577Z] Removing intermediate container 2ec156a2fcc0 [2020-12-16T10:19:27.577Z] ---> bc45c830936f [2020-12-16T10:19:27.577Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:19:27.577Z] ---> Running in a5d11563a0ae [2020-12-16T10:19:27.577Z] Removing intermediate container ef5f0b02fe61 [2020-12-16T10:19:27.577Z] ---> Running in aa7a4f2dc711 [2020-12-16T10:19:27.577Z] ---> 42f7486abfef [2020-12-16T10:19:27.851Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T10:19:27.851Z] ---> Running in 114ee5c9aa7a [2020-12-16T10:19:28.452Z] Removing intermediate container a5d11563a0ae [2020-12-16T10:19:28.452Z] ---> aae6dd5d395a [2020-12-16T10:19:28.452Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-16T10:19:28.452Z] Removing intermediate container aa7a4f2dc711 [2020-12-16T10:19:28.452Z] ---> 3f5e8da73222 [2020-12-16T10:19:28.452Z] Step 22/24 : LABEL arch=arm64 [2020-12-16T10:19:28.725Z] ---> Running in 038e152e5252 [2020-12-16T10:19:28.725Z] Removing intermediate container 114ee5c9aa7a [2020-12-16T10:19:28.725Z] ---> d194c4eda1e3 [2020-12-16T10:19:28.725Z] [2020-12-16T10:19:29.001Z] ---> Running in 1b6fca546a3d [2020-12-16T10:19:29.599Z] Successfully built d194c4eda1e3 [2020-12-16T10:19:29.599Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-16T10:19:29.599Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2020-12-16T10:19:29.599Z] Removing intermediate container 038e152e5252 [2020-12-16T10:19:29.599Z] ---> 3befef76d403 [2020-12-16T10:19:29.599Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-16T10:19:29.876Z] Removing intermediate container 1b6fca546a3d [2020-12-16T10:19:29.876Z] ---> 46790070fc36 [2020-12-16T10:19:29.876Z] Step 23/24 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:19:29.876Z] ---> Running in 8c3e63466afd [2020-12-16T10:19:29.876Z] ---> Running in c2fd5bfd561b [2020-12-16T10:19:30.471Z] Removing intermediate container 8c3e63466afd [2020-12-16T10:19:30.471Z] ---> 9093fb1c72c6 [2020-12-16T10:19:30.471Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:19:30.741Z] Removing intermediate container c2fd5bfd561b [2020-12-16T10:19:30.741Z] ---> 5ce894569ae7 [2020-12-16T10:19:30.741Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T10:19:30.741Z] ---> Running in cdb27b234ae2 [2020-12-16T10:19:31.016Z] ---> Running in 77acda7018c9 [2020-12-16T10:19:31.620Z] Removing intermediate container 77acda7018c9 [2020-12-16T10:19:31.620Z] ---> cdac7230411a [2020-12-16T10:19:31.620Z] [2020-12-16T10:19:32.215Z] Successfully built cdac7230411a [2020-12-16T10:19:32.215Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-16T10:19:32.215Z] Building docker-support-scheduler-go [2020-12-16T10:19:34.188Z]  Building docker-support-notifications-go ... done Removing intermediate container cdb27b234ae2 [2020-12-16T10:19:34.188Z] ---> 49bf812b0761 [2020-12-16T10:19:34.188Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-16T10:19:34.785Z] ---> Running in cd4915ef5a0a [2020-12-16T10:19:35.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:19:37.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:19:39.792Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-16T10:19:39.792Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-16T10:19:40.063Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-16T10:19:41.032Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-16T10:19:41.304Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-16T10:19:41.304Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:19:41.304Z] OK: 8 MiB in 19 packages [2020-12-16T10:19:46.705Z] Removing intermediate container cd4915ef5a0a [2020-12-16T10:19:46.705Z] ---> 0b8577b6e8f2 [2020-12-16T10:19:46.705Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-16T10:19:48.138Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:19:48.138Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:19:48.138Z] ---> 181e80f1ad95 [2020-12-16T10:19:48.138Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T10:19:48.138Z] ---> Using cache [2020-12-16T10:19:48.138Z] ---> 2d0518a44542 [2020-12-16T10:19:48.138Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:19:48.138Z] ---> Using cache [2020-12-16T10:19:48.138Z] ---> 947435bf7242 [2020-12-16T10:19:48.138Z] Step 5/24 : RUN apk update && apk add make git [2020-12-16T10:19:48.410Z] ---> b32589637493 [2020-12-16T10:19:48.410Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-16T10:19:48.688Z] ---> Running in 03d75fc19f71 [2020-12-16T10:19:50.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:19:51.099Z] ---> 12010f7656de [2020-12-16T10:19:51.099Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-16T10:19:51.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:19:51.964Z] ---> d1e2acd96e7d [2020-12-16T10:19:51.965Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-16T10:19:52.245Z] ---> Running in 616e4531c1f8 [2020-12-16T10:19:52.838Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:19:52.838Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:19:52.838Z] OK: 12620 distinct packages available [2020-12-16T10:19:53.116Z] Removing intermediate container 616e4531c1f8 [2020-12-16T10:19:53.116Z] ---> 21a23226738e [2020-12-16T10:19:53.116Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:19:53.391Z] ---> Running in bd74964eec1d [2020-12-16T10:19:53.661Z] OK: 217 MiB in 51 packages [2020-12-16T10:19:54.256Z] Removing intermediate container bd74964eec1d [2020-12-16T10:19:54.256Z] ---> 8ddc382a83bd [2020-12-16T10:19:54.256Z] Step 21/23 : LABEL arch=arm64 [2020-12-16T10:19:54.536Z] ---> Running in eb9496973b53 [2020-12-16T10:19:55.543Z] Removing intermediate container eb9496973b53 [2020-12-16T10:19:55.543Z] ---> f4648141e700 [2020-12-16T10:19:55.543Z] Step 22/23 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:19:55.829Z] Removing intermediate container 03d75fc19f71 [2020-12-16T10:19:55.829Z] ---> 81a35192a48a [2020-12-16T10:19:55.829Z] Step 6/24 : COPY go.mod . [2020-12-16T10:19:56.422Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:19:56.422Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:19:56.422Z] ---> 181e80f1ad95 [2020-12-16T10:19:56.422Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T10:19:56.422Z] ---> Using cache [2020-12-16T10:19:56.422Z] ---> 2d0518a44542 [2020-12-16T10:19:56.422Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:19:56.422Z] ---> Using cache [2020-12-16T10:19:56.422Z] ---> 947435bf7242 [2020-12-16T10:19:56.422Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T10:19:56.422Z] ---> Using cache [2020-12-16T10:19:56.422Z] ---> 81a35192a48a [2020-12-16T10:19:56.422Z] Step 6/22 : COPY go.mod . [2020-12-16T10:19:56.422Z] ---> Running in a0ed10a7f414 [2020-12-16T10:19:57.402Z] Removing intermediate container a0ed10a7f414 [2020-12-16T10:19:57.402Z] ---> 54fc976c8b2b [2020-12-16T10:19:57.402Z] Step 23/23 : LABEL version=0.0.0 [2020-12-16T10:19:57.677Z] ---> 0100ce55c85b [2020-12-16T10:19:57.677Z] Step 7/24 : RUN go mod download [2020-12-16T10:19:57.950Z] ---> 3f109abec658 [2020-12-16T10:19:57.950Z] Step 7/22 : RUN go mod download [2020-12-16T10:19:58.224Z] ---> Running in 3a8b4d5d5c01 [2020-12-16T10:19:58.499Z] ---> Running in ba5151ee6601 [2020-12-16T10:19:58.772Z] ---> Running in 4e967bf01ab0 [2020-12-16T10:19:59.375Z] Removing intermediate container 3a8b4d5d5c01 [2020-12-16T10:19:59.375Z] ---> c6909c5dfc6c [2020-12-16T10:19:59.375Z] [2020-12-16T10:19:59.979Z] Successfully built c6909c5dfc6c [2020-12-16T10:19:59.979Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-16T10:19:59.979Z] Building docker-security-secrets-setup-go [2020-12-16T10:20:04.413Z]  Building docker-core-data-go ... done Removing intermediate container ba5151ee6601 [2020-12-16T10:20:04.413Z] ---> ff8b65a732a5 [2020-12-16T10:20:04.413Z] Step 8/24 : COPY . . [2020-12-16T10:20:04.413Z] Removing intermediate container 4e967bf01ab0 [2020-12-16T10:20:04.413Z] ---> 0efd4c1ed0f1 [2020-12-16T10:20:04.413Z] Step 8/22 : COPY . . [2020-12-16T10:20:12.705Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:20:12.705Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:20:12.705Z] ---> 181e80f1ad95 [2020-12-16T10:20:12.705Z] Step 3/27 : WORKDIR /edgex-go [2020-12-16T10:20:12.705Z] ---> Using cache [2020-12-16T10:20:12.705Z] ---> 2d0518a44542 [2020-12-16T10:20:12.705Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:20:12.705Z] ---> Using cache [2020-12-16T10:20:12.705Z] ---> 947435bf7242 [2020-12-16T10:20:12.705Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-16T10:20:13.325Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:20:13.325Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:20:13.325Z] ---> 181e80f1ad95 [2020-12-16T10:20:13.325Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T10:20:13.325Z] ---> Using cache [2020-12-16T10:20:13.325Z] ---> 2d0518a44542 [2020-12-16T10:20:13.325Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:20:13.326Z] ---> Using cache [2020-12-16T10:20:13.326Z] ---> 947435bf7242 [2020-12-16T10:20:13.326Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T10:20:13.326Z] ---> Using cache [2020-12-16T10:20:13.326Z] ---> 81a35192a48a [2020-12-16T10:20:13.326Z] Step 6/21 : COPY go.mod . [2020-12-16T10:20:13.326Z] ---> Using cache [2020-12-16T10:20:13.326Z] ---> 3f109abec658 [2020-12-16T10:20:13.326Z] Step 7/21 : RUN go mod download [2020-12-16T10:20:13.326Z] ---> Using cache [2020-12-16T10:20:13.326Z] ---> 0efd4c1ed0f1 [2020-12-16T10:20:13.326Z] Step 8/21 : COPY . . [2020-12-16T10:20:21.649Z] ---> Running in b1a21d069672 [2020-12-16T10:20:22.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:20:23.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:20:25.258Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:20:25.258Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:20:25.258Z] OK: 12620 distinct packages available [2020-12-16T10:20:26.250Z] OK: 217 MiB in 51 packages [2020-12-16T10:20:26.885Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:20:26.885Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-16T10:20:26.885Z] ---> 181e80f1ad95 [2020-12-16T10:20:26.885Z] Step 3/29 : WORKDIR /edgex-go [2020-12-16T10:20:26.885Z] ---> Using cache [2020-12-16T10:20:26.885Z] ---> 2d0518a44542 [2020-12-16T10:20:26.885Z] Step 4/29 : RUN apk update && apk add make git [2020-12-16T10:20:28.866Z] ---> 2375e89826fb [2020-12-16T10:20:28.866Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-16T10:20:28.866Z] ---> Running in a542cb076712 [2020-12-16T10:20:29.484Z] ---> 79a4501c60a6 [2020-12-16T10:20:29.484Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-16T10:20:29.484Z] ---> Running in f0fc48de83c4 [2020-12-16T10:20:29.761Z] ---> Running in 6088ce4c3bc7 [2020-12-16T10:20:30.749Z] Removing intermediate container b1a21d069672 [2020-12-16T10:20:30.749Z] ---> ab033223bf9b [2020-12-16T10:20:30.749Z] Step 6/27 : COPY go.mod . [2020-12-16T10:20:31.351Z] 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 [2020-12-16T10:20:31.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:20:31.917Z] 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 [2020-12-16T10:20:32.532Z] ---> c51366c67de1 [2020-12-16T10:20:32.532Z] Step 7/27 : RUN go mod download [2020-12-16T10:20:32.810Z] ---> Running in 48dc54fa0edb [2020-12-16T10:20:32.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:20:34.268Z] ---> 33863e81fe1c [2020-12-16T10:20:34.268Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-16T10:20:34.547Z] ---> Running in 901a70463a32 [2020-12-16T10:20:34.547Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:20:34.547Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:20:34.547Z] OK: 12620 distinct packages available [2020-12-16T10:20:36.001Z] OK: 217 MiB in 51 packages [2020-12-16T10:20:36.281Z] 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 [2020-12-16T10:20:37.744Z] Removing intermediate container 48dc54fa0edb [2020-12-16T10:20:37.744Z] ---> 90b4f08af02d [2020-12-16T10:20:37.744Z] Step 8/27 : COPY . . [2020-12-16T10:20:38.022Z] Removing intermediate container a542cb076712 [2020-12-16T10:20:38.022Z] ---> f138d601e23e [2020-12-16T10:20:38.022Z] Step 5/29 : COPY go.mod . [2020-12-16T10:20:39.487Z] ---> 7f3eb2b2e491 [2020-12-16T10:20:39.487Z] Step 6/29 : RUN go mod download [2020-12-16T10:20:40.087Z] ---> Running in 837b9fe3e446 [2020-12-16T10:20:48.398Z] Removing intermediate container 837b9fe3e446 [2020-12-16T10:20:48.398Z] ---> b1c47fd64877 [2020-12-16T10:20:48.398Z] Step 7/29 : COPY . . [2020-12-16T10:21:06.741Z] ---> b883eb0c057b [2020-12-16T10:21:06.741Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-16T10:21:06.741Z] ---> Running in 9b69afd2b826 [2020-12-16T10:21:06.741Z] 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 [2020-12-16T10:21:12.170Z] ---> a6b55fcbd4c8 [2020-12-16T10:21:12.170Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-16T10:21:12.170Z] ---> Running in 3427646d65b9 [2020-12-16T10:21:14.152Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-16T10:21:46.550Z] 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 [2020-12-16T10:22:01.685Z] Removing intermediate container f0fc48de83c4 [2020-12-16T10:22:01.685Z] ---> f3eb900778b3 [2020-12-16T10:22:01.685Z] [2020-12-16T10:22:01.685Z] Step 10/24 : FROM alpine:3.10 [2020-12-16T10:22:01.685Z] ---> 536a684cf733 [2020-12-16T10:22:01.685Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T10:22:01.685Z] ---> Using cache [2020-12-16T10:22:01.685Z] ---> dba581bcd60c [2020-12-16T10:22:01.685Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T10:22:01.685Z] ---> Running in 18cb20c3d47c [2020-12-16T10:22:02.292Z] Removing intermediate container 18cb20c3d47c [2020-12-16T10:22:02.292Z] ---> b6f2e8e70043 [2020-12-16T10:22:02.292Z] Step 13/24 : WORKDIR / [2020-12-16T10:22:02.568Z] ---> Running in 189acb6b9c0a [2020-12-16T10:22:03.175Z] Removing intermediate container 189acb6b9c0a [2020-12-16T10:22:03.175Z] ---> 71b303a71f4e [2020-12-16T10:22:03.175Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-16T10:22:04.624Z] ---> 5d8d8f6e5f88 [2020-12-16T10:22:04.624Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-16T10:22:05.236Z] ---> f52438981609 [2020-12-16T10:22:05.236Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-16T10:22:06.413Z] ---> 98f6db523b45 [2020-12-16T10:22:06.413Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-16T10:22:08.712Z] ---> f5ffd13ef64b [2020-12-16T10:22:08.712Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-16T10:22:10.187Z] ---> b79710f9f451 [2020-12-16T10:22:10.187Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T10:22:11.193Z] ---> e0bd48d9ff76 [2020-12-16T10:22:11.193Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T10:22:11.193Z] ---> Running in e1ea110d7059 [2020-12-16T10:22:15.555Z] Removing intermediate container e1ea110d7059 [2020-12-16T10:22:15.555Z] ---> a668bb1175e0 [2020-12-16T10:22:15.555Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T10:22:15.555Z] ---> Running in 8f39c6433317 [2020-12-16T10:22:15.555Z] Removing intermediate container 8f39c6433317 [2020-12-16T10:22:15.555Z] ---> ebf298a115b7 [2020-12-16T10:22:15.555Z] Step 22/24 : LABEL arch=arm64 [2020-12-16T10:22:15.840Z] ---> Running in 5726a5233618 [2020-12-16T10:22:16.467Z] Removing intermediate container 5726a5233618 [2020-12-16T10:22:16.467Z] ---> e3155e323f27 [2020-12-16T10:22:16.467Z] Step 23/24 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:22:16.745Z] ---> Running in 7f329212dbbc [2020-12-16T10:22:17.358Z] Removing intermediate container 7f329212dbbc [2020-12-16T10:22:17.358Z] ---> 24a82a8b3533 [2020-12-16T10:22:17.358Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T10:22:17.637Z] ---> Running in a603a164ab26 [2020-12-16T10:22:18.256Z] Removing intermediate container a603a164ab26 [2020-12-16T10:22:18.256Z] ---> 51aa0d98b16c [2020-12-16T10:22:18.256Z] [2020-12-16T10:22:18.874Z] Successfully built 51aa0d98b16c [2020-12-16T10:22:18.874Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-16T10:22:34.010Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 901a70463a32 [2020-12-16T10:22:34.010Z] ---> 0d48c37391a6 [2020-12-16T10:22:34.010Z] [2020-12-16T10:22:34.010Z] Step 10/21 : FROM scratch [2020-12-16T10:22:34.010Z] ---> [2020-12-16T10:22:34.010Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:22:34.010Z] ---> Using cache [2020-12-16T10:22:34.010Z] ---> 94f88a96ee14 [2020-12-16T10:22:34.010Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-16T10:22:34.010Z] ---> Running in 411e2eaf1e71 [2020-12-16T10:22:34.010Z] Removing intermediate container 411e2eaf1e71 [2020-12-16T10:22:34.010Z] ---> c7410570fb60 [2020-12-16T10:22:34.010Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-16T10:22:34.010Z] ---> Running in bfdd3b36c399 [2020-12-16T10:22:34.010Z] Removing intermediate container 3427646d65b9 [2020-12-16T10:22:34.010Z] ---> e173e679c5d1 [2020-12-16T10:22:34.010Z] [2020-12-16T10:22:34.010Z] Step 9/29 : FROM alpine:latest [2020-12-16T10:22:34.010Z] ---> dd36a01c3f31 [2020-12-16T10:22:34.010Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-16T10:22:34.280Z] ---> Running in fb904a64866d [2020-12-16T10:22:34.281Z] Removing intermediate container bfdd3b36c399 [2020-12-16T10:22:34.281Z] ---> db57793b1ed3 [2020-12-16T10:22:34.281Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-16T10:22:35.276Z] Removing intermediate container fb904a64866d [2020-12-16T10:22:35.276Z] ---> 36674803febe [2020-12-16T10:22:35.276Z] Step 11/29 : USER root [2020-12-16T10:22:35.276Z] ---> 9b9640dd480b [2020-12-16T10:22:35.276Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-16T10:22:35.276Z] ---> Running in 00cd21d64328 [2020-12-16T10:22:35.896Z] Removing intermediate container 9b69afd2b826 [2020-12-16T10:22:35.896Z] ---> 6f59bc7f9742 [2020-12-16T10:22:35.896Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-16T10:22:35.896Z] ---> Running in ba62cccdcb45 [2020-12-16T10:22:36.183Z] Removing intermediate container 00cd21d64328 [2020-12-16T10:22:36.183Z] ---> 32efe7eb2d2d [2020-12-16T10:22:36.183Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-16T10:22:36.461Z] ---> Running in d3da5e7052d0 [2020-12-16T10:22:37.454Z] ---> 3f4d985cd86f [2020-12-16T10:22:37.454Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-16T10:22:37.730Z] 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 [2020-12-16T10:22:38.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:22:38.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:22:38.555Z] ---> d88cd478fec7 [2020-12-16T10:22:38.555Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-16T10:22:38.829Z] ---> Running in 17204b22179b [2020-12-16T10:22:39.107Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:22:39.107Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:22:39.107Z] OK: 12617 distinct packages available [2020-12-16T10:22:39.708Z] Removing intermediate container 17204b22179b [2020-12-16T10:22:39.708Z] ---> 54a979797b07 [2020-12-16T10:22:39.708Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:22:39.708Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-16T10:22:39.982Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-16T10:22:39.982Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:22:39.982Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T10:22:40.261Z] ---> Running in 5c04fa9f3ed6 [2020-12-16T10:22:40.261Z] OK: 6 MiB in 16 packages [2020-12-16T10:22:41.261Z] Removing intermediate container 5c04fa9f3ed6 [2020-12-16T10:22:41.261Z] ---> 6a7dfd167415 [2020-12-16T10:22:41.261Z] Step 19/21 : LABEL arch=arm64 [2020-12-16T10:22:41.261Z] ---> Running in 753aeba493c2 [2020-12-16T10:22:41.537Z] Removing intermediate container ba62cccdcb45 [2020-12-16T10:22:41.537Z] ---> 75ce9fd1906f [2020-12-16T10:22:41.537Z] [2020-12-16T10:22:41.537Z] Step 11/27 : FROM docker:latest [2020-12-16T10:22:41.537Z] ---> 0c09fb3ff9b5 [2020-12-16T10:22:41.537Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-16T10:22:41.813Z] ---> Running in 793e080badd7 [2020-12-16T10:22:41.813Z] Removing intermediate container 6088ce4c3bc7 [2020-12-16T10:22:41.813Z] ---> c430c645af96 [2020-12-16T10:22:41.813Z] [2020-12-16T10:22:41.813Z] Step 10/22 : FROM scratch [2020-12-16T10:22:41.813Z] ---> [2020-12-16T10:22:41.813Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:22:42.084Z] ---> Using cache [2020-12-16T10:22:42.084Z] ---> 94f88a96ee14 [2020-12-16T10:22:42.084Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-16T10:22:42.356Z] Removing intermediate container 753aeba493c2 [2020-12-16T10:22:42.356Z] ---> 044755b46b17 [2020-12-16T10:22:42.356Z] Step 20/21 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:22:42.356Z] ---> Running in 9a6c9f3f03c3 [2020-12-16T10:22:42.631Z] Removing intermediate container d3da5e7052d0 [2020-12-16T10:22:42.631Z] ---> 83c80c62d68c [2020-12-16T10:22:42.631Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-16T10:22:42.631Z] ---> Running in 9aee58d77630 [2020-12-16T10:22:42.631Z] ---> Running in 7e8c32bb70de [2020-12-16T10:22:42.904Z] Removing intermediate container 9a6c9f3f03c3 [2020-12-16T10:22:42.904Z] ---> 90da13be2eaa [2020-12-16T10:22:42.904Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T10:22:43.175Z] ---> Running in 6e33b21b0ff6 [2020-12-16T10:22:43.175Z] Removing intermediate container 9aee58d77630 [2020-12-16T10:22:43.175Z] ---> 22193edc5f66 [2020-12-16T10:22:43.175Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T10:22:43.175Z] ---> Running in 58b357639e15 [2020-12-16T10:22:43.175Z] Removing intermediate container 7e8c32bb70de [2020-12-16T10:22:43.175Z] ---> 891c58701a18 [2020-12-16T10:22:43.175Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-16T10:22:43.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:22:43.447Z] ---> Running in 783018c92e95 [2020-12-16T10:22:43.447Z] Removing intermediate container 6e33b21b0ff6 [2020-12-16T10:22:43.447Z] ---> 0c55f688a69b [2020-12-16T10:22:43.447Z] Step 14/22 : WORKDIR / [2020-12-16T10:22:43.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:22:43.718Z] ---> Running in d1ddedc98c04 [2020-12-16T10:22:43.718Z] Removing intermediate container 58b357639e15 [2020-12-16T10:22:43.718Z] ---> bdc6b9108f34 [2020-12-16T10:22:43.718Z] [2020-12-16T10:22:43.990Z] (1/2) Installing readline (8.0.4-r0) [2020-12-16T10:22:43.991Z] (2/2) Installing bash (5.0.17-r0) [2020-12-16T10:22:44.272Z] Executing bash-5.0.17-r0.post-install [2020-12-16T10:22:44.272Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:22:44.272Z] Removing intermediate container 783018c92e95 [2020-12-16T10:22:44.272Z] ---> 3243eebb0083 [2020-12-16T10:22:44.272Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-16T10:22:44.272Z] OK: 12 MiB in 22 packages [2020-12-16T10:22:44.272Z] Successfully built bdc6b9108f34 [2020-12-16T10:22:44.272Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-16T10:22:44.553Z]  Building docker-support-scheduler-go ... done Removing intermediate container d1ddedc98c04 [2020-12-16T10:22:44.553Z] ---> 2adf1054fdaf [2020-12-16T10:22:44.553Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-16T10:22:44.553Z] ---> Running in 41a4153a4d72 [2020-12-16T10:22:45.149Z] ---> 7cf3c37c7433 [2020-12-16T10:22:45.149Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-16T10:22:45.761Z] Removing intermediate container 793e080badd7 [2020-12-16T10:22:45.761Z] ---> f9ed3050b425 [2020-12-16T10:22:45.761Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-16T10:22:46.039Z] ---> Running in ffd6d219ff36 [2020-12-16T10:22:47.031Z] ---> 688efd2ffe23 [2020-12-16T10:22:47.031Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-16T10:22:47.306Z] Removing intermediate container 41a4153a4d72 [2020-12-16T10:22:47.306Z] ---> 4c71398af757 [2020-12-16T10:22:47.306Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-16T10:22:47.905Z] ---> c1435186ac55 [2020-12-16T10:22:47.905Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-16T10:22:48.179Z] ---> Running in f9af00a8d9a3 [2020-12-16T10:22:48.451Z] Removing intermediate container ffd6d219ff36 [2020-12-16T10:22:48.451Z] ---> 9223e3a0ceb6 [2020-12-16T10:22:48.451Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-16T10:22:48.731Z] ---> Running in 3ddf1afbec26 [2020-12-16T10:22:48.731Z] Removing intermediate container f9af00a8d9a3 [2020-12-16T10:22:48.731Z] ---> 50fb2dbd9710 [2020-12-16T10:22:48.731Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:22:48.731Z] ---> d74bab1d1115 [2020-12-16T10:22:48.731Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-16T10:22:49.006Z] ---> Running in 2cabb6931c6d [2020-12-16T10:22:49.006Z] Removing intermediate container 3ddf1afbec26 [2020-12-16T10:22:49.006Z] ---> 20a6b877a23e [2020-12-16T10:22:49.006Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-16T10:22:49.277Z] ---> Running in 8ba2ad47bda1 [2020-12-16T10:22:49.557Z] Removing intermediate container 2cabb6931c6d [2020-12-16T10:22:49.557Z] ---> 41eef9da92e4 [2020-12-16T10:22:49.557Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T10:22:49.557Z] ---> Running in e6e44756f3b9 [2020-12-16T10:22:49.830Z] ---> b1d562369e8d [2020-12-16T10:22:49.830Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-16T10:22:49.830Z] Removing intermediate container 8ba2ad47bda1 [2020-12-16T10:22:49.830Z] ---> b7f6806d53ea [2020-12-16T10:22:49.830Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-16T10:22:50.120Z] ---> Running in 326306110d70 [2020-12-16T10:22:50.120Z] Removing intermediate container e6e44756f3b9 [2020-12-16T10:22:50.120Z] ---> c0b9fb891f10 [2020-12-16T10:22:50.120Z] Step 21/22 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:22:50.394Z] ---> Running in 6baf8962871a [2020-12-16T10:22:50.666Z] ---> 1cf89580686b [2020-12-16T10:22:50.666Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-16T10:22:50.666Z] Removing intermediate container 326306110d70 [2020-12-16T10:22:50.666Z] ---> d632c7bb6cb4 [2020-12-16T10:22:50.666Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-16T10:22:50.940Z] Removing intermediate container 6baf8962871a [2020-12-16T10:22:50.940Z] ---> 1c0626d3f4aa [2020-12-16T10:22:50.940Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T10:22:51.218Z] ---> Running in 2789fd4e4379 [2020-12-16T10:22:51.493Z] ---> fada68d88c03 [2020-12-16T10:22:51.493Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-16T10:22:51.768Z] Removing intermediate container 2789fd4e4379 [2020-12-16T10:22:51.768Z] ---> a6303a549bf6 [2020-12-16T10:22:51.768Z] [2020-12-16T10:22:52.042Z] ---> fb6c51d8ce9f [2020-12-16T10:22:52.042Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-16T10:22:52.315Z] Successfully built a6303a549bf6 [2020-12-16T10:22:52.315Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-16T10:22:52.315Z]  Building docker-core-metadata-go ... done  ---> ebe70eb0cd78 [2020-12-16T10:22:52.315Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-16T10:22:52.585Z] ---> Running in 9e3322c4e683 [2020-12-16T10:22:52.855Z] ---> 2248379e48af [2020-12-16T10:22:52.855Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-16T10:22:53.831Z] ---> 6337c2fe1560 [2020-12-16T10:22:53.831Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-16T10:22:53.831Z] ---> Running in 4383611842b3 [2020-12-16T10:22:54.813Z] Removing intermediate container 9e3322c4e683 [2020-12-16T10:22:54.813Z] ---> 6202988d0248 [2020-12-16T10:22:54.813Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T10:22:55.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:22:55.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:22:55.411Z] ---> 9b124e3291bf [2020-12-16T10:22:55.411Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T10:22:55.695Z] ---> Running in a9f5ef601aad [2020-12-16T10:22:55.967Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-16T10:22:55.967Z] (2/33) Installing expat (2.2.9-r1) [2020-12-16T10:22:55.967Z] (3/33) Installing libffi (3.3-r2) [2020-12-16T10:22:55.967Z] (4/33) Installing gdbm (1.13-r1) [2020-12-16T10:22:56.240Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-16T10:22:56.240Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-16T10:22:56.240Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-16T10:22:58.859Z] Removing intermediate container a9f5ef601aad [2020-12-16T10:22:58.859Z] ---> 8756427650b5 [2020-12-16T10:22:58.859Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-16T10:22:58.859Z] ---> Running in d2ab68341bce [2020-12-16T10:22:59.459Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-16T10:22:59.460Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-16T10:22:59.460Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-16T10:22:59.460Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-16T10:22:59.460Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-16T10:22:59.460Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-16T10:22:59.735Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-16T10:22:59.735Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-16T10:22:59.735Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-16T10:22:59.735Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-16T10:22:59.735Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-16T10:22:59.735Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-16T10:22:59.735Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-16T10:22:59.735Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-16T10:23:00.007Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-16T10:23:00.007Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-16T10:23:00.007Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-16T10:23:00.007Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-16T10:23:00.007Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-16T10:23:00.007Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-16T10:23:00.007Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-16T10:23:00.007Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-16T10:23:00.007Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-16T10:23:00.288Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-16T10:23:00.288Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-16T10:23:00.288Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-16T10:23:00.288Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:23:00.288Z] OK: 71 MiB in 55 packages [2020-12-16T10:23:01.745Z] Removing intermediate container d2ab68341bce [2020-12-16T10:23:01.745Z] ---> 55ee3ae85e1e [2020-12-16T10:23:01.745Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T10:23:01.745Z] ---> Running in 06b6bb1aa7b7 [2020-12-16T10:23:02.352Z] Removing intermediate container 06b6bb1aa7b7 [2020-12-16T10:23:02.352Z] ---> e4af32af4ff0 [2020-12-16T10:23:02.352Z] Step 26/29 : CMD [ "generate" ] [2020-12-16T10:23:02.625Z] ---> Running in af2e01d4b7c1 [2020-12-16T10:23:03.237Z] Removing intermediate container af2e01d4b7c1 [2020-12-16T10:23:03.237Z] ---> cbb5e31c28a2 [2020-12-16T10:23:03.237Z] Step 27/29 : LABEL arch=arm64 [2020-12-16T10:23:03.513Z] ---> Running in 04c2ef0cd7f6 [2020-12-16T10:23:04.112Z] Removing intermediate container 04c2ef0cd7f6 [2020-12-16T10:23:04.112Z] ---> e5026676788f [2020-12-16T10:23:04.112Z] Step 28/29 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:23:04.388Z] ---> Running in f129d7618e73 [2020-12-16T10:23:04.996Z] Removing intermediate container f129d7618e73 [2020-12-16T10:23:04.996Z] ---> 46411e75a320 [2020-12-16T10:23:04.996Z] Step 29/29 : LABEL version=0.0.0 [2020-12-16T10:23:04.996Z] ---> Running in e6bcbfeafa93 [2020-12-16T10:23:05.591Z] Removing intermediate container e6bcbfeafa93 [2020-12-16T10:23:05.591Z] ---> 617d4a8f970a [2020-12-16T10:23:05.591Z] [2020-12-16T10:23:05.866Z] Successfully built 617d4a8f970a [2020-12-16T10:23:06.142Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-16T10:23:06.142Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 4383611842b3 [2020-12-16T10:23:06.142Z] ---> 58c681892cb2 [2020-12-16T10:23:06.142Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-16T10:23:06.414Z] ---> Running in 43e3925f5fc9 [2020-12-16T10:23:10.710Z] Collecting docker-compose==1.23.2 [2020-12-16T10:23:10.995Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-16T10:23:11.637Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-16T10:23:12.655Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-16T10:23:12.655Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-16T10:23:13.255Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-16T10:23:13.255Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-16T10:23:15.221Z] Collecting jsonschema<3,>=2.5.1 [2020-12-16T10:23:15.221Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-16T10:23:15.813Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-16T10:23:15.813Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-16T10:23:16.083Z] Collecting cached-property<2,>=1.2.0 [2020-12-16T10:23:16.083Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-16T10:23:16.355Z] Collecting texttable<0.10,>=0.9.0 [2020-12-16T10:23:16.355Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-16T10:23:18.319Z] Collecting docopt<0.7,>=0.6.1 [2020-12-16T10:23:18.319Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-16T10:23:20.919Z] Collecting PyYAML<4,>=3.10 [2020-12-16T10:23:20.919Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-16T10:23:24.295Z] Collecting docker<4.0,>=3.6.0 [2020-12-16T10:23:24.295Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-16T10:23:24.295Z] Collecting idna<2.8,>=2.5 [2020-12-16T10:23:24.295Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-16T10:23:24.886Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-16T10:23:24.886Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-16T10:23:25.155Z] 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) [2020-12-16T10:23:25.155Z] 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) [2020-12-16T10:23:25.155Z] Collecting docker-pycreds>=0.4.0 [2020-12-16T10:23:25.426Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-16T10:23:25.426Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-16T10:23:25.426Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-16T10:23:25.426Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-16T10:23:25.426Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-16T10:23:26.394Z] Installing collected packages: idna, urllib3, requests, dockerpty, jsonschema, websocket-client, cached-property, texttable, docopt, PyYAML, docker-pycreds, docker, docker-compose [2020-12-16T10:23:26.394Z] Attempting uninstall: idna [2020-12-16T10:23:26.394Z] Found existing installation: idna 2.9 [2020-12-16T10:23:26.394Z] Uninstalling idna-2.9: [2020-12-16T10:23:26.394Z] Successfully uninstalled idna-2.9 [2020-12-16T10:23:26.987Z] Attempting uninstall: urllib3 [2020-12-16T10:23:26.987Z] Found existing installation: urllib3 1.25.9 [2020-12-16T10:23:26.987Z] Uninstalling urllib3-1.25.9: [2020-12-16T10:23:26.987Z] Successfully uninstalled urllib3-1.25.9 [2020-12-16T10:23:27.578Z] Attempting uninstall: requests [2020-12-16T10:23:27.578Z] Found existing installation: requests 2.23.0 [2020-12-16T10:23:27.578Z] Uninstalling requests-2.23.0: [2020-12-16T10:23:27.848Z] Successfully uninstalled requests-2.23.0 [2020-12-16T10:23:28.119Z] Running setup.py install for dockerpty: started [2020-12-16T10:23:30.081Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-16T10:23:30.353Z] Running setup.py install for texttable: started [2020-12-16T10:23:32.313Z] Running setup.py install for texttable: finished with status 'done' [2020-12-16T10:23:32.313Z] Running setup.py install for docopt: started [2020-12-16T10:23:34.277Z] Running setup.py install for docopt: finished with status 'done' [2020-12-16T10:23:34.277Z] Running setup.py install for PyYAML: started [2020-12-16T10:23:36.246Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-16T10:23:37.675Z] 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 [2020-12-16T10:23:41.051Z] Removing intermediate container 43e3925f5fc9 [2020-12-16T10:23:41.051Z] ---> 15302c9d6e04 [2020-12-16T10:23:41.051Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-16T10:23:41.051Z] ---> Running in 8031e895c30b [2020-12-16T10:23:42.490Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:23:42.490Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:23:43.081Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T10:23:43.081Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-16T10:23:43.081Z] (3/3) Installing curl (7.69.1-r3) [2020-12-16T10:23:43.081Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:23:43.081Z] OK: 71 MiB in 58 packages [2020-12-16T10:23:44.513Z] Removing intermediate container 8031e895c30b [2020-12-16T10:23:44.513Z] ---> 1d30b9c9b448 [2020-12-16T10:23:44.513Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-16T10:23:44.513Z] ---> Running in a7749fe2fd79 [2020-12-16T10:23:44.786Z] Removing intermediate container a7749fe2fd79 [2020-12-16T10:23:44.786Z] ---> b3fefc5e8f91 [2020-12-16T10:23:44.786Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:23:45.061Z] ---> Running in f1987e758323 [2020-12-16T10:23:45.654Z] Removing intermediate container f1987e758323 [2020-12-16T10:23:45.654Z] ---> 1df7d3c2f4fd [2020-12-16T10:23:45.654Z] Step 25/27 : LABEL arch=arm64 [2020-12-16T10:23:45.654Z] ---> Running in 65963791d5af [2020-12-16T10:23:46.245Z] Removing intermediate container 65963791d5af [2020-12-16T10:23:46.245Z] ---> 5f7ab5131262 [2020-12-16T10:23:46.245Z] Step 26/27 : LABEL git_sha=8154f8db8bdc527e3691675a2d745678467c85bb [2020-12-16T10:23:46.245Z] ---> Running in 29f9ca673543 [2020-12-16T10:23:46.837Z] Removing intermediate container 29f9ca673543 [2020-12-16T10:23:46.837Z] ---> 0a0552d8d781 [2020-12-16T10:23:46.837Z] Step 27/27 : LABEL version=0.0.0 [2020-12-16T10:23:46.837Z] ---> Running in 551b25863d91 [2020-12-16T10:23:47.432Z] Removing intermediate container 551b25863d91 [2020-12-16T10:23:47.432Z] ---> a614b845797c [2020-12-16T10:23:47.432Z] [2020-12-16T10:23:47.707Z] Successfully built a614b845797c [2020-12-16T10:23:47.707Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-16T10:23:47.993Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-16T10:23:47.994Z] $ docker stop --time=1 d0e5079d2b1c3f40c2a6e6581973f78fd6da3818a1776cb01daf55adfc222225 [2020-12-16T10:23:49.834Z] $ docker rm -f d0e5079d2b1c3f40c2a6e6581973f78fd6da3818a1776cb01daf55adfc222225 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T10:23:50.570Z] + docker images [2020-12-16T10:23:50.570Z] + grep docker [2020-12-16T10:23:50.841Z] docker-sys-mgmt-agent-go-arm64 latest a614b845797c 3 seconds ago 300MB [2020-12-16T10:23:50.841Z] docker-security-secrets-setup-go-arm64 latest 617d4a8f970a 45 seconds ago 22.8MB [2020-12-16T10:23:50.841Z] docker-core-metadata-go-arm64 latest a6303a549bf6 59 seconds ago 13.6MB [2020-12-16T10:23:50.842Z] docker-support-scheduler-go-arm64 latest bdc6b9108f34 About a minute ago 11.5MB [2020-12-16T10:23:50.842Z] docker-security-secretstore-setup-go-arm64 latest 51aa0d98b16c About a minute ago 23.5MB [2020-12-16T10:23:50.842Z] docker-core-data-go-arm64 latest c6909c5dfc6c 3 minutes ago 22.3MB [2020-12-16T10:23:50.842Z] docker-support-notifications-go-arm64 latest cdac7230411a 4 minutes ago 12.9MB [2020-12-16T10:23:50.842Z] docker-core-command-go-arm64 latest d194c4eda1e3 4 minutes ago 11.4MB [2020-12-16T10:23:50.842Z] docker-security-bootstrap-redis-go-arm64 latest 15770716e423 4 minutes ago 15.2MB [2020-12-16T10:23:50.842Z] docker-security-proxy-setup-go-arm64 latest 51003eb3db87 4 minutes ago 23.4MB [2020-12-16T10:23:50.842Z] docker latest 0c09fb3ff9b5 13 hours 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 [2020-12-16T10:23:52.602Z] provisioning config files... [2020-12-16T10:23:52.613Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config3485768929825873005tmp [Pipeline] { [Pipeline] sh [2020-12-16T10:23:52.999Z] + set +x [2020-12-16T10:23:52.999Z] + curl -s https://codecov.io/bash [2020-12-16T10:23:52.999Z] + bash -s -- [2020-12-16T10:23:53.261Z] [2020-12-16T10:23:53.261Z] _____ _ [2020-12-16T10:23:53.261Z] / ____| | | [2020-12-16T10:23:53.261Z] | | ___ __| | ___ ___ _____ __ [2020-12-16T10:23:53.261Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-16T10:23:53.261Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-16T10:23:53.261Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-16T10:23:53.261Z] Bash-20201130-cc6d3fe [2020-12-16T10:23:53.261Z] [2020-12-16T10:23:53.261Z] [2020-12-16T10:23:53.261Z] ==> Jenkins CI detected. [2020-12-16T10:23:53.261Z] project root: . [2020-12-16T10:23:53.261Z] --> token set from env [2020-12-16T10:23:53.523Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-16T10:23:53.523Z] ==> Running gcov in . (disable via -X gcov) [2020-12-16T10:23:53.523Z] ==> Python coveragepy not found [2020-12-16T10:23:53.523Z] ==> Searching for coverage reports in: [2020-12-16T10:23:53.523Z] + . [2020-12-16T10:23:53.523Z] -> Found 1 reports [2020-12-16T10:23:53.523Z] ==> Detecting git/mercurial file structure [2020-12-16T10:23:53.523Z] ==> Reading reports [2020-12-16T10:23:53.523Z] + ./coverage.out bytes=568194 [2020-12-16T10:23:53.523Z] ==> Appending adjustments [2020-12-16T10:23:53.523Z] https://docs.codecov.io/docs/fixing-reports [2020-12-16T10:23:56.835Z] + Found adjustments [2020-12-16T10:23:56.835Z] ==> Gzipping contents [2020-12-16T10:23:56.835Z] 88K /tmp/codecov.GdSCyL.gz [2020-12-16T10:23:56.835Z] ==> Uploading reports [2020-12-16T10:23:56.835Z] url: https://codecov.io [2020-12-16T10:23:56.835Z] query: branch=PR-2944&commit=8154f8db8bdc527e3691675a2d745678467c85bb&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2944%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2944&job=&cmd_args= [2020-12-16T10:23:56.835Z] -> Pinging Codecov [2020-12-16T10:23:56.835Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2944&commit=8154f8db8bdc527e3691675a2d745678467c85bb&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2944%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2944&job=&cmd_args= [2020-12-16T10:23:57.409Z] -> Uploading to [2020-12-16T10:23:57.409Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-16/00271124DB129430A58F1EEE437C3FCB/8154f8db8bdc527e3691675a2d745678467c85bb/d528678f-5b9e-4961-9b9f-ef2f1b9f6cb9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201216T102357Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=421afb217a9567613c23e1a291d59f5b31691868e19aa708c35b85e6dc2f0ee0 [2020-12-16T10:23:57.409Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T10:23:57.409Z] Dload Upload Total Spent Left Speed [2020-12-16T10:23:57.983Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87876 0 0 100 87876 0 173k --:--:-- --:--:-- --:--:-- 173k 100 87876 0 0 100 87876 0 173k --:--:-- --:--:-- --:--:-- 173k [2020-12-16T10:23:57.983Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/8154f8db8bdc527e3691675a2d745678467c85bb [Pipeline] } [2020-12-16T10:23:57.992Z] 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 [2020-12-16T10:23:59.800Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:24:00.377Z] ---> package-listing.sh [2020-12-16T10:24:00.378Z] ++ facter osfamily [2020-12-16T10:24:00.378Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-16T10:24:00.378Z] + OS_FAMILY=redhat [2020-12-16T10:24:00.378Z] + workspace=/w/workspace/edgex-go/7 [2020-12-16T10:24:00.378Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-16T10:24:00.378Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-16T10:24:00.378Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-16T10:24:00.378Z] + PACKAGES=/tmp/packages_start.txt [2020-12-16T10:24:00.378Z] + '[' /w/workspace/edgex-go/7 ']' [2020-12-16T10:24:00.378Z] + PACKAGES=/tmp/packages_end.txt [2020-12-16T10:24:00.378Z] + case "${OS_FAMILY}" in [2020-12-16T10:24:00.378Z] + rpm -qa [2020-12-16T10:24:00.378Z] + sort [2020-12-16T10:24:05.696Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-16T10:24:05.696Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-16T10:24:05.696Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-16T10:24:05.696Z] + '[' /w/workspace/edgex-go/7 ']' [2020-12-16T10:24:05.696Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2020-12-16T10:24:05.696Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2020-12-16T10:24:05.711Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-16T10:24:06.063Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:24:06.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T10:24:06.376Z] [2020-12-16T10:24:06.376Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:24:06.726Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T10:24:06.726Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-16T10:24:06.726Z] df20fa9351a1: Pulling fs layer [2020-12-16T10:24:06.726Z] 36b3adc4ff6f: Pulling fs layer [2020-12-16T10:24:06.726Z] 8ad3a11d3b57: Pulling fs layer [2020-12-16T10:24:06.726Z] 46f8f816bc3b: Pulling fs layer [2020-12-16T10:24:06.726Z] 93b61091891f: Pulling fs layer [2020-12-16T10:24:06.726Z] 93b9cdb0e59b: Pulling fs layer [2020-12-16T10:24:06.726Z] 5e14af77c1be: Pulling fs layer [2020-12-16T10:24:06.726Z] 01666e4c0597: Pulling fs layer [2020-12-16T10:24:06.726Z] aa168da1d23b: Pulling fs layer [2020-12-16T10:24:06.726Z] 46f8f816bc3b: Waiting [2020-12-16T10:24:06.726Z] 93b61091891f: Waiting [2020-12-16T10:24:06.726Z] 93b9cdb0e59b: Waiting [2020-12-16T10:24:06.726Z] 01666e4c0597: Waiting [2020-12-16T10:24:06.726Z] aa168da1d23b: Waiting [2020-12-16T10:24:06.726Z] 5e14af77c1be: Waiting [2020-12-16T10:24:06.726Z] 36b3adc4ff6f: Verifying Checksum [2020-12-16T10:24:06.726Z] 36b3adc4ff6f: Download complete [2020-12-16T10:24:06.990Z] 46f8f816bc3b: Download complete [2020-12-16T10:24:06.990Z] df20fa9351a1: Verifying Checksum [2020-12-16T10:24:06.990Z] 93b9cdb0e59b: Download complete [2020-12-16T10:24:06.990Z] 5e14af77c1be: Verifying Checksum [2020-12-16T10:24:06.990Z] 5e14af77c1be: Download complete [2020-12-16T10:24:06.990Z] 93b61091891f: Verifying Checksum [2020-12-16T10:24:06.990Z] 93b61091891f: Download complete [2020-12-16T10:24:06.990Z] 01666e4c0597: Verifying Checksum [2020-12-16T10:24:06.990Z] 01666e4c0597: Download complete [2020-12-16T10:24:07.252Z] df20fa9351a1: Pull complete [2020-12-16T10:24:07.514Z] 36b3adc4ff6f: Pull complete [2020-12-16T10:24:07.780Z] 8ad3a11d3b57: Verifying Checksum [2020-12-16T10:24:07.780Z] 8ad3a11d3b57: Download complete [2020-12-16T10:24:08.737Z] 8ad3a11d3b57: Pull complete [2020-12-16T10:24:09.311Z] aa168da1d23b: Verifying Checksum [2020-12-16T10:24:09.311Z] aa168da1d23b: Download complete [2020-12-16T10:24:11.238Z] 46f8f816bc3b: Pull complete [2020-12-16T10:24:11.819Z] 93b61091891f: Pull complete [2020-12-16T10:24:11.819Z] 93b9cdb0e59b: Pull complete [2020-12-16T10:24:11.819Z] 5e14af77c1be: Pull complete [2020-12-16T10:24:12.092Z] 01666e4c0597: Pull complete [2020-12-16T10:24:22.278Z] aa168da1d23b: Pull complete [2020-12-16T10:24:22.278Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-16T10:24:22.278Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T10:24:22.278Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-16T10:24:22.523Z] prd-centos7-docker-4c-2g-16327 does not seem to be running inside a container [2020-12-16T10:24:22.580Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-16T10:24:27.034Z] $ docker top f064b555b5901d9176d2b52797f5e4f98485c03eaf4ddacb3ce41b11ce583973 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:24:27.575Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-16T10:24:27.875Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-16T10:24:28.188Z] + ls /var/log/sa-host [2020-12-16T10:24:28.188Z] + sadf -c /var/log/sa-host/sa16 [2020-12-16T10:24:28.188Z] file_magic: OK [2020-12-16T10:24:28.188Z] HZ: Using current value: 100 [2020-12-16T10:24:28.188Z] file_header: OK [2020-12-16T10:24:28.188Z] 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 [2020-12-16T10:24:28.188Z] Statistics: [2020-12-16T10:24:28.188Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-16T10:24:28.188Z] File successfully converted to sysstat format version 12.2.1 [2020-12-16T10:24:28.188Z] + sadf -c /var/log/sa-host/sa23 [2020-12-16T10:24:28.188Z] file_magic: OK [2020-12-16T10:24:28.188Z] HZ: Using current value: 100 [2020-12-16T10:24:28.188Z] file_header: OK [2020-12-16T10:24:28.188Z] 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 [2020-12-16T10:24:28.188Z] Statistics: [2020-12-16T10:24:28.188Z] Hnuu...uuuununununu... [2020-12-16T10:24:28.188Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-16T10:24:28.420Z] provisioning config files... [2020-12-16T10:24:28.437Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config1025416694724825190tmp [Pipeline] { [Pipeline] echo [2020-12-16T10:24:28.591Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:24:28.893Z] ---> create-netrc.sh [Pipeline] } [2020-12-16T10:24:28.903Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-16T10:24:29.017Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:24:29.315Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-16T10:24:29.326Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:24:29.624Z] ---> sudo-logs.sh [2020-12-16T10:24:29.625Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-16T10:24:29.637Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:24:29.936Z] ---> job-cost.sh [2020-12-16T10:24:29.936Z] lf-activate-venv: SKIPPING [2020-12-16T10:24:29.936Z] INFO: No Stack... [2020-12-16T10:24:30.880Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-16T10:24:31.453Z] INFO: Archiving Costs [Pipeline] echo [2020-12-16T10:24:31.466Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:24:31.812Z] ---> logs-deploy.sh [2020-12-16T10:24:31.812Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2944/7 [2020-12-16T10:24:31.812Z] INFO: archiving workspace using pattern(s): [2020-12-16T10:24:33.740Z] Archives upload complete. [2020-12-16T10:24:33.740Z] INFO: archiving logs to Nexus