Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 59bc2ed946616d982be073a2be53f8ce9b7f1f6c+6aacc02e765899b5f00a422c0b56178915ca79e6 (7908397ce2d2e72beec87f62e93fa85761763fc0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18995 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/18 [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/18 # 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/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c Merge succeeded, producing 78a4125272904c1191817962eed59749edf85166 Checking out Revision 78a4125272904c1191817962eed59749edf85166 (PR-2924) > git config core.sparsecheckout # timeout=10 > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # 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 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 78a4125272904c1191817962eed59749edf85166 # timeout=10 Commit message: "Merge commit '6aacc02e765899b5f00a422c0b56178915ca79e6' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk e788891512ce09ecddd3aa7be51b4fb6d975fd60 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-08T00:30:12.287Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-08T00:30:12.600Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-08T00:30:12.700Z] ========================================================= [2021-01-08T00:30:12.700Z] EdgeX Global Pipelines Version Info [2021-01-08T00:30:12.700Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:30:14.296Z] ------------------- [2021-01-08T00:30:14.296Z] stable info: [2021-01-08T00:30:14.296Z] ------------------- [2021-01-08T00:30:14.296Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-08T00:30:14.296Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-08T00:30:14.296Z] Message: update stable to v1.0.173 [2021-01-08T00:30:15.248Z] ------------------- [2021-01-08T00:30:15.248Z] experimental info: [2021-01-08T00:30:15.248Z] ------------------- [2021-01-08T00:30:15.248Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-08T00:30:15.248Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-08T00:30:15.248Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-08T00:30:15.563Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-08T00:30:15.669Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-08T00:30:15.777Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-08T00:30:15.872Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-08T00:30:15.997Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-08T00:30:16.102Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-08T00:30:16.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-08T00:30:16.302Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-08T00:30:16.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-08T00:30:16.503Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-08T00:30:16.627Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-08T00:30:16.728Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-08T00:30:16.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-08T00:30:16.912Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-08T00:30:17.022Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-08T00:30:17.119Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-08T00:30:17.225Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-08T00:30:17.333Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-08T00:30:17.438Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-08T00:30:17.535Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-08T00:30:17.665Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-08T00:30:17.836Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-08T00:30:17.943Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-08T00:30:18.072Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2924 [Pipeline] echo [2021-01-08T00:30:18.168Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2924 [Pipeline] echo [2021-01-08T00:30:18.362Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2924 [Pipeline] echo [2021-01-08T00:30:18.492Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 78a4125272904c1191817962eed59749edf85166 [Pipeline] echo [2021-01-08T00:30:18.614Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 78a4125 [Pipeline] echo [2021-01-08T00:30:18.710Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-08T00:30:18.946Z] provisioning config files... [2021-01-08T00:30:18.988Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config4557969603894776915tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:30:19.356Z] ---> docker-login.sh [2021-01-08T00:30:19.356Z] nexus3.edgexfoundry.org:10001 [2021-01-08T00:30:19.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:30:19.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:30:19.619Z] Configure a credential helper to remove this warning. See [2021-01-08T00:30:19.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:30:19.619Z] [2021-01-08T00:30:19.619Z] Login Succeeded [2021-01-08T00:30:19.619Z] nexus3.edgexfoundry.org:10002 [2021-01-08T00:30:19.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:30:19.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:30:19.882Z] Configure a credential helper to remove this warning. See [2021-01-08T00:30:19.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:30:19.882Z] [2021-01-08T00:30:19.882Z] Login Succeeded [2021-01-08T00:30:19.882Z] nexus3.edgexfoundry.org:10003 [2021-01-08T00:30:20.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:30:20.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:30:20.144Z] Configure a credential helper to remove this warning. See [2021-01-08T00:30:20.144Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:30:20.144Z] [2021-01-08T00:30:20.144Z] Login Succeeded [2021-01-08T00:30:20.144Z] nexus3.edgexfoundry.org:10004 [2021-01-08T00:30:20.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:30:20.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:30:20.405Z] Configure a credential helper to remove this warning. See [2021-01-08T00:30:20.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:30:20.405Z] [2021-01-08T00:30:20.405Z] Login Succeeded [2021-01-08T00:30:20.405Z] docker.io [2021-01-08T00:30:20.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:30:20.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:30:20.668Z] Configure a credential helper to remove this warning. See [2021-01-08T00:30:20.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:30:20.668Z] [2021-01-08T00:30:20.668Z] Login Succeeded [2021-01-08T00:30:20.668Z] ---> docker-login.sh ends [Pipeline] } [2021-01-08T00:30:20.678Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T00:30:21.155Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-08T00:30:21.155Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T00:30:21.155Z] ++ dirname cmd/core-command/Dockerfile [2021-01-08T00:30:21.155Z] ++ cut -d/ -f2 [2021-01-08T00:30:21.155Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-08T00:30:21.155Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T00:30:21.155Z] ++ dirname cmd/core-data/Dockerfile [2021-01-08T00:30:21.155Z] ++ cut -d/ -f2 [2021-01-08T00:30:21.155Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-08T00:30:21.155Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T00:30:21.155Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-08T00:30:21.155Z] ++ cut -d/ -f2 [2021-01-08T00:30:21.155Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-08T00:30:21.155Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T00:30:21.155Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-08T00:30:21.155Z] ++ cut -d/ -f2 [2021-01-08T00:30:21.155Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-08T00:30:21.155Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T00:30:21.155Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-08T00:30:21.155Z] ++ cut -d/ -f2 [2021-01-08T00:30:21.155Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-08T00:30:21.155Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T00:30:21.155Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-08T00:30:21.155Z] ++ cut -d/ -f2 [2021-01-08T00:30:21.155Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-08T00:30:21.155Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T00:30:21.155Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-08T00:30:21.155Z] ++ cut -d/ -f2 [2021-01-08T00:30:21.155Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-08T00:30:21.155Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T00:30:21.155Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-08T00:30:21.155Z] ++ cut -d/ -f2 [2021-01-08T00:30:21.155Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-08T00:30:21.155Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T00:30:21.155Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-08T00:30:21.155Z] ++ cut -d/ -f2 [2021-01-08T00:30:21.155Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-08T00:30:21.229Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:30:22.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T00:30:22.867Z] [2021-01-08T00:30:22.867Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:30:23.220Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T00:30:23.220Z] latest: Pulling from edgex-devops/git-semver [2021-01-08T00:30:23.220Z] 31603596830f: Pulling fs layer [2021-01-08T00:30:23.220Z] 2a8b12db71e7: Pulling fs layer [2021-01-08T00:30:23.220Z] 6ca5941a6612: Pulling fs layer [2021-01-08T00:30:23.220Z] ecc8261a40a4: Pulling fs layer [2021-01-08T00:30:23.220Z] ecc8261a40a4: Waiting [2021-01-08T00:30:23.220Z] 2a8b12db71e7: Verifying Checksum [2021-01-08T00:30:23.220Z] 2a8b12db71e7: Download complete [2021-01-08T00:30:23.220Z] 31603596830f: Download complete [2021-01-08T00:30:23.484Z] 6ca5941a6612: Verifying Checksum [2021-01-08T00:30:23.484Z] 6ca5941a6612: Download complete [2021-01-08T00:30:23.484Z] ecc8261a40a4: Verifying Checksum [2021-01-08T00:30:23.484Z] ecc8261a40a4: Download complete [2021-01-08T00:30:23.746Z] 31603596830f: Pull complete [2021-01-08T00:30:23.746Z] 2a8b12db71e7: Pull complete [2021-01-08T00:30:24.691Z] 6ca5941a6612: Pull complete [2021-01-08T00:30:24.691Z] ecc8261a40a4: Pull complete [2021-01-08T00:30:24.691Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-08T00:30:24.953Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T00:30:24.953Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-08T00:30:25.053Z] prd-centos7-docker-4c-2g-18995 does not seem to be running inside a container [2021-01-08T00:30:25.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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:10004/edgex-devops/git-semver:latest cat [2021-01-08T00:30:27.838Z] $ docker top 465ec8dc6b24b8b1cc586607b5c49491bafe461f19c2af7a0087cf01dd8f3563 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-08T00:30:28.298Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T00:30:28.298Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T00:30:28.533Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T00:30:28.537Z] $ docker exec 465ec8dc6b24b8b1cc586607b5c49491bafe461f19c2af7a0087cf01dd8f3563 ssh-agent [2021-01-08T00:30:28.722Z] SSH_AUTH_SOCK=/tmp/ssh-wyvCXwMPGMER/agent.11 [2021-01-08T00:30:28.722Z] SSH_AGENT_PID=16 [2021-01-08T00:30:28.733Z] Running ssh-add (command line suppressed) [2021-01-08T00:30:28.855Z] Identity added: /w/workspace/edgex-go/18@tmp/private_key_8185757688502274292.key (/w/workspace/edgex-go/18@tmp/private_key_8185757688502274292.key) [2021-01-08T00:30:28.908Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T00:30:29.240Z] + git tag --points-at HEAD [Pipeline] } [2021-01-08T00:30:29.265Z] $ docker exec --env ******** --env ******** 465ec8dc6b24b8b1cc586607b5c49491bafe461f19c2af7a0087cf01dd8f3563 ssh-agent -k [2021-01-08T00:30:29.376Z] unset SSH_AUTH_SOCK; [2021-01-08T00:30:29.376Z] unset SSH_AGENT_PID; [2021-01-08T00:30:29.377Z] echo Agent pid 16 killed; [2021-01-08T00:30:29.441Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-08T00:30:29.613Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T00:30:29.613Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T00:30:29.796Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T00:30:29.800Z] $ docker exec 465ec8dc6b24b8b1cc586607b5c49491bafe461f19c2af7a0087cf01dd8f3563 ssh-agent [2021-01-08T00:30:29.966Z] SSH_AUTH_SOCK=/tmp/ssh-VoBuo9RTKXiT/agent.46 [2021-01-08T00:30:29.966Z] SSH_AGENT_PID=51 [2021-01-08T00:30:29.973Z] Running ssh-add (command line suppressed) [2021-01-08T00:30:30.094Z] Identity added: /w/workspace/edgex-go/18@tmp/private_key_5265290704583074142.key (/w/workspace/edgex-go/18@tmp/private_key_5265290704583074142.key) [2021-01-08T00:30:30.150Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T00:30:30.506Z] + git semver init [2021-01-08T00:30:30.506Z] # -> Open(): unable to determine branch for HEAD [2021-01-08T00:30:30.506Z] # $GIT_DIR = /w/workspace/edgex-go/18/.git [2021-01-08T00:30:30.506Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/18 [2021-01-08T00:30:30.506Z] # $SEMVER_REMOTE_NAME = origin [2021-01-08T00:30:30.506Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-08T00:30:30.506Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-08T00:30:30.506Z] # $SEMVER_BRANCH = PR-2924 [2021-01-08T00:30:30.506Z] # $SEMVER_TEMP = /tmp/semver-118848553 [2021-01-08T00:30:30.506Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-08T00:30:48.749Z] # '/tmp/semver-118848553' -> '/w/workspace/edgex-go/18/.semver' [2021-01-08T00:30:48.749Z] # -> Force: false [2021-01-08T00:30:48.749Z] # $SEMVER_DIR = /w/workspace/edgex-go/18/.semver [Pipeline] } [2021-01-08T00:30:48.765Z] $ docker exec --env ******** --env ******** 465ec8dc6b24b8b1cc586607b5c49491bafe461f19c2af7a0087cf01dd8f3563 ssh-agent -k [2021-01-08T00:30:49.001Z] unset SSH_AUTH_SOCK; [2021-01-08T00:30:49.002Z] unset SSH_AGENT_PID; [2021-01-08T00:30:49.002Z] echo Agent pid 51 killed; [2021-01-08T00:30:49.097Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T00:30:49.586Z] + git semver [Pipeline] } [2021-01-08T00:30:49.607Z] $ docker stop --time=1 465ec8dc6b24b8b1cc586607b5c49491bafe461f19c2af7a0087cf01dd8f3563 [2021-01-08T00:30:51.152Z] $ docker rm -f 465ec8dc6b24b8b1cc586607b5c49491bafe461f19c2af7a0087cf01dd8f3563 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-08T00:30:51.648Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-08T00:30:52.152Z] Stashed 1 file(s) [Pipeline] echo [2021-01-08T00:30:52.155Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-08T00:30:53.089Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-08T00:30:53.388Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-08T00:30:53.698Z] + sudo service docker restart [2021-01-08T00:30:53.698Z] + true [2021-01-08T00:30:53.698Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-08T00:30:54.288Z] ========================================================= [2021-01-08T00:30:54.288Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-08T00:30:54.288Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:30:54.626Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-08T00:30:57.961Z] Sending build context to Docker daemon 326.4MB [2021-01-08T00:30:57.961Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-08T00:30:57.961Z] Step 2/6 : FROM ${BASE} [2021-01-08T00:30:57.961Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-08T00:30:57.961Z] 188c0c94c7c5: Pulling fs layer [2021-01-08T00:30:57.961Z] 0ef7d3d256c8: Pulling fs layer [2021-01-08T00:30:57.961Z] de9db76c5a1d: Pulling fs layer [2021-01-08T00:30:57.961Z] bca2f99d35d6: Pulling fs layer [2021-01-08T00:30:57.961Z] 93359f2a8cfa: Pulling fs layer [2021-01-08T00:30:57.961Z] 7c6f9722023f: Pulling fs layer [2021-01-08T00:30:57.961Z] a35cf1a2eb13: Pulling fs layer [2021-01-08T00:30:57.961Z] 93359f2a8cfa: Waiting [2021-01-08T00:30:57.961Z] 7c6f9722023f: Waiting [2021-01-08T00:30:57.961Z] a35cf1a2eb13: Waiting [2021-01-08T00:30:57.961Z] bca2f99d35d6: Waiting [2021-01-08T00:30:57.961Z] de9db76c5a1d: Download complete [2021-01-08T00:30:57.961Z] 0ef7d3d256c8: Download complete [2021-01-08T00:30:57.961Z] 93359f2a8cfa: Verifying Checksum [2021-01-08T00:30:57.961Z] 93359f2a8cfa: Download complete [2021-01-08T00:30:57.961Z] 7c6f9722023f: Verifying Checksum [2021-01-08T00:30:57.961Z] 7c6f9722023f: Download complete [2021-01-08T00:30:57.961Z] 188c0c94c7c5: Verifying Checksum [2021-01-08T00:30:57.961Z] 188c0c94c7c5: Download complete [2021-01-08T00:30:58.564Z] 188c0c94c7c5: Pull complete [2021-01-08T00:30:58.564Z] 0ef7d3d256c8: Pull complete [2021-01-08T00:30:58.832Z] de9db76c5a1d: Pull complete [2021-01-08T00:30:59.815Z] a35cf1a2eb13: Verifying Checksum [2021-01-08T00:30:59.815Z] a35cf1a2eb13: Download complete [2021-01-08T00:31:00.393Z] bca2f99d35d6: Verifying Checksum [2021-01-08T00:31:00.394Z] bca2f99d35d6: Download complete [2021-01-08T00:31:05.730Z] bca2f99d35d6: Pull complete [2021-01-08T00:31:05.730Z] 93359f2a8cfa: Pull complete [2021-01-08T00:31:05.730Z] 7c6f9722023f: Pull complete [2021-01-08T00:31:07.547Z] Still waiting to schedule task [2021-01-08T00:31:07.548Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-08T00:31:12.355Z] a35cf1a2eb13: Pull complete [2021-01-08T00:31:12.356Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-08T00:31:12.356Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-08T00:31:12.356Z] ---> a62c8e92a672 [2021-01-08T00:31:12.356Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-08T00:31:12.356Z] ---> Running in d524cc86cbaf [2021-01-08T00:31:12.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T00:31:13.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T00:31:13.778Z] (1/12) Installing libmagic (5.38-r0) [2021-01-08T00:31:14.046Z] (2/12) Installing file (5.38-r0) [2021-01-08T00:31:14.046Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-08T00:31:14.046Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-08T00:31:20.696Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-08T00:31:20.696Z] (6/12) Installing patch (2.7.6-r6) [2021-01-08T00:31:20.696Z] (7/12) Installing build-base (0.5-r2) [2021-01-08T00:31:20.696Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-08T00:31:20.959Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-08T00:31:20.959Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-08T00:31:21.222Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-08T00:31:21.222Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-08T00:31:21.483Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:31:21.483Z] OK: 233 MiB in 51 packages [2021-01-08T00:31:25.704Z] Removing intermediate container d524cc86cbaf [2021-01-08T00:31:25.704Z] ---> d6987caee669 [2021-01-08T00:31:25.704Z] Step 4/6 : WORKDIR /edgex-go [2021-01-08T00:31:25.704Z] ---> Running in a8acff730084 [2021-01-08T00:31:25.704Z] Removing intermediate container a8acff730084 [2021-01-08T00:31:25.704Z] ---> bebfe5ca0dae [2021-01-08T00:31:25.704Z] Step 5/6 : COPY go.mod . [2021-01-08T00:31:25.704Z] ---> a997ab015e0f [2021-01-08T00:31:25.704Z] Step 6/6 : RUN go mod download [2021-01-08T00:31:25.704Z] ---> Running in 4353b6cc79d2 [2021-01-08T00:31:47.740Z] Removing intermediate container 4353b6cc79d2 [2021-01-08T00:31:47.740Z] ---> 5fc314ae8ff5 [2021-01-08T00:31:47.740Z] Successfully built 5fc314ae8ff5 [2021-01-08T00:31:47.740Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:31:48.058Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-08T00:31:48.058Z] . [Pipeline] withDockerContainer [2021-01-08T00:31:48.160Z] prd-centos7-docker-4c-2g-18995 does not seem to be running inside a container [2021-01-08T00:31:48.209Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-08T00:31:49.687Z] $ docker top 5d107d4c691c2dc859a914a820b32c7e3a88c3ee2df97eeeb36634b3db8db989 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T00:31:50.169Z] + go version [2021-01-08T00:31:50.169Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-08T00:31:50.186Z] $ docker stop --time=1 5d107d4c691c2dc859a914a820b32c7e3a88c3ee2df97eeeb36634b3db8db989 [2021-01-08T00:31:51.551Z] $ docker rm -f 5d107d4c691c2dc859a914a820b32c7e3a88c3ee2df97eeeb36634b3db8db989 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:31:52.398Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-08T00:31:52.398Z] . [Pipeline] withDockerContainer [2021-01-08T00:31:52.494Z] prd-centos7-docker-4c-2g-18995 does not seem to be running inside a container [2021-01-08T00:31:52.537Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-08T00:31:53.140Z] $ docker top 1cf345ea8b5ec10099b7aa04c3378c01c4f5d01d989db046b9ccaf1cd6e066c3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-08T00:31:53.315Z] ========================================================= [2021-01-08T00:31:53.315Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-08T00:31:53.315Z] ========================================================= [Pipeline] sh [2021-01-08T00:31:53.607Z] + make test [2021-01-08T00:31:53.607Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-08T00:32:01.772Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-08T00:32:14.121Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-08T00:32:22.369Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-08T00:32:22.369Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-08T00:32:22.369Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-08T00:32:22.370Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-08T00:32:22.631Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-08T00:32:22.631Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-08T00:32:23.593Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-08T00:32:23.593Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-08T00:32:24.344Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-08T00:32:26.534Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-08T00:32:26.534Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-08T00:32:26.534Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-08T00:32:29.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 46.6% of statements [2021-01-08T00:32:29.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-08T00:32:29.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-08T00:32:29.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-08T00:32:29.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-08T00:32:29.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-08T00:32:33.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.194s coverage: 27.0% of statements [2021-01-08T00:32:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-08T00:32:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-08T00:32:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-08T00:32:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-08T00:32:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-08T00:32:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-08T00:32:33.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements [2021-01-08T00:32:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-08T00:32:33.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2021-01-08T00:32:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-08T00:32:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-08T00:32:33.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.118s coverage: 77.1% of statements [2021-01-08T00:32:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-08T00:32:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-08T00:32:33.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.116s coverage: 82.4% of statements [2021-01-08T00:32:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-08T00:32:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-08T00:32:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-08T00:32:33.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-08T00:32:34.340Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.320s coverage: 28.6% of statements [2021-01-08T00:32:34.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-08T00:32:34.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-08T00:32:34.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-08T00:32:34.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-08T00:32:34.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-08T00:32:34.340Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements [2021-01-08T00:32:34.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-08T00:32:34.340Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2021-01-08T00:32:34.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-08T00:32:34.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 86.7% of statements [2021-01-08T00:32:34.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-08T00:32:35.896Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.122s coverage: 97.5% of statements [2021-01-08T00:32:35.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-08T00:32:35.896Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements [2021-01-08T00:32:35.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-08T00:32:35.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-08T00:32:35.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-08T00:32:35.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-08T00:32:37.320Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.289s coverage: 93.8% of statements [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-08T00:32:37.320Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-08T00:32:37.320Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-08T00:32:37.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-08T00:32:37.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.055s coverage: 75.5% of statements [2021-01-08T00:32:37.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-08T00:32:37.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements [2021-01-08T00:32:37.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements [2021-01-08T00:32:37.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.098s coverage: 84.2% of statements [2021-01-08T00:32:38.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.078s coverage: 91.4% of statements [2021-01-08T00:32:38.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-08T00:32:38.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.219s coverage: 63.5% of statements [2021-01-08T00:32:38.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-08T00:32:38.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-08T00:32:38.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-01-08T00:32:38.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements [2021-01-08T00:32:39.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-01-08T00:32:39.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements [2021-01-08T00:32:39.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-01-08T00:32:40.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.335s coverage: 68.9% of statements [2021-01-08T00:32:40.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-08T00:32:40.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-08T00:32:40.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-08T00:32:40.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-08T00:32:40.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-08T00:32:40.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 37.0% of statements [2021-01-08T00:32:40.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-08T00:32:40.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-08T00:32:40.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.342s coverage: 84.0% of statements [2021-01-08T00:32:40.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements [2021-01-08T00:32:42.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 47.1% of statements [2021-01-08T00:32:42.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-08T00:32:42.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-08T00:32:42.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-08T00:32:42.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-08T00:32:42.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-08T00:32:42.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.075s coverage: 100.0% of statements [2021-01-08T00:32:42.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-08T00:32:42.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements [2021-01-08T00:32:42.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-08T00:32:44.255Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.735s coverage: 29.1% of statements [2021-01-08T00:32:44.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-08T00:32:44.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-08T00:32:44.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-08T00:32:44.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-08T00:32:44.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-08T00:32:44.255Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-01-08T00:32:44.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-08T00:32:44.255Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.058s coverage: 100.0% of statements [2021-01-08T00:32:44.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-08T00:32:44.255Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-01-08T00:32:44.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-08T00:32:44.255Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2021-01-08T00:32:44.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-08T00:32:44.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-08T00:32:44.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-08T00:32:44.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-08T00:32:44.255Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2021-01-08T00:32:44.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-08T00:32:44.255Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-08T00:32:44.519Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements [2021-01-08T00:32:44.791Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-08T00:32:45.052Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-08T00:32:45.314Z] GO111MODULE=on go vet ./... [2021-01-08T00:33:07.399Z] gofmt -l . [2021-01-08T00:33:07.661Z] [ "`gofmt -l .`" = "" ] [2021-01-08T00:33:08.240Z] ./bin/test-go-mod-tidy.sh [2021-01-08T00:33:08.822Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-08T00:33:10.532Z] + ls -al . [2021-01-08T00:33:10.532Z] total 636 [2021-01-08T00:33:10.532Z] drwxrwxr-x 10 1001 1001 4096 Jan 8 00:33 . [2021-01-08T00:33:10.532Z] drwxr-xr-x 4 root root 30 Jan 8 00:31 .. [2021-01-08T00:33:10.532Z] -rw-rw-r-- 1 1001 1001 11 Jan 8 00:30 .dockerignore [2021-01-08T00:33:10.532Z] drwxrwxr-x 8 1001 1001 179 Jan 8 00:30 .git [2021-01-08T00:33:10.532Z] drwxrwxr-x 3 1001 1001 125 Jan 8 00:30 .github [2021-01-08T00:33:10.532Z] -rw-rw-r-- 1 1001 1001 824 Jan 8 00:30 .gitignore [2021-01-08T00:33:10.532Z] drwx------ 3 1001 1001 47 Jan 8 00:30 .semver [2021-01-08T00:33:10.532Z] -rw-rw-r-- 1 1001 1001 166 Jan 8 00:30 .sonarcloud.properties [2021-01-08T00:33:10.532Z] -rw-rw-r-- 1 1001 1001 3804 Jan 8 00:30 CONTRIBUTING.md [2021-01-08T00:33:10.532Z] -rw-rw-r-- 1 1001 1001 931 Jan 8 00:30 Dockerfile.build [2021-01-08T00:33:10.532Z] -rw-rw-r-- 1 1001 1001 863 Jan 8 00:30 Jenkinsfile [2021-01-08T00:33:10.532Z] -rw-rw-r-- 1 1001 1001 10775 Jan 8 00:30 LICENSE [2021-01-08T00:33:10.532Z] -rw-rw-r-- 1 1001 1001 5750 Jan 8 00:30 Makefile [2021-01-08T00:33:10.532Z] -rw-rw-r-- 1 1001 1001 6524 Jan 8 00:30 README.md [2021-01-08T00:33:10.532Z] -rw-rw-r-- 1 1001 1001 6744 Jan 8 00:30 SECURITY.md [2021-01-08T00:33:10.532Z] -rw-rw-r-- 1 1001 1001 5 Jan 8 00:30 VERSION [2021-01-08T00:33:10.532Z] -rw-rw-r-- 1 1001 1001 4131 Jan 8 00:30 ZMQWindows.md [2021-01-08T00:33:10.532Z] drwxrwxr-x 2 1001 1001 117 Jan 8 00:30 bin [2021-01-08T00:33:10.532Z] drwxrwxr-x 14 1001 1001 4096 Jan 8 00:30 cmd [2021-01-08T00:33:10.532Z] -rw-r--r-- 1 root root 536793 Jan 8 00:32 coverage.out [2021-01-08T00:33:10.532Z] -rw-r--r-- 1 root root 979 Jan 8 00:33 go.mod [2021-01-08T00:33:10.532Z] -rw-r--r-- 1 root root 19019 Jan 8 00:33 go.sum [2021-01-08T00:33:10.532Z] drwxrwxr-x 8 1001 1001 127 Jan 8 00:30 internal [2021-01-08T00:33:10.532Z] drwxrwxr-x 4 1001 1001 26 Jan 8 00:30 openapi [2021-01-08T00:33:10.532Z] drwxrwxr-x 4 1001 1001 71 Jan 8 00:30 snap [2021-01-08T00:33:10.532Z] -rw-rw-r-- 1 1001 1001 168 Jan 8 00:30 version.go [Pipeline] sh [2021-01-08T00:33:10.837Z] + '[' -e coverage.out ] [2021-01-08T00:33:10.837Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-08T00:33:11.089Z] Stashed 1 file(s) [Pipeline] sh [2021-01-08T00:33:11.386Z] + make build [2021-01-08T00:33:11.386Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-08T00:33:15.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-08T00:33:22.256Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-08T00:33:23.205Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-08T00:33:24.597Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-08T00:33:24.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-08T00:33:26.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-08T00:33:27.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-08T00:33:28.668Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-08T00:33:30.060Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-08T00:33:31.009Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-08T00:33:31.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-08T00:33:32.923Z] $ docker stop --time=1 1cf345ea8b5ec10099b7aa04c3378c01c4f5d01d989db046b9ccaf1cd6e066c3 [2021-01-08T00:33:34.617Z] $ docker rm -f 1cf345ea8b5ec10099b7aa04c3378c01c4f5d01d989db046b9ccaf1cd6e066c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:33:37.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-08T00:33:37.087Z] [2021-01-08T00:33:37.087Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:33:37.437Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-08T00:33:37.437Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-08T00:33:37.437Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-08T00:33:37.437Z] ca9280d653b3: Pulling fs layer [2021-01-08T00:33:37.437Z] 7e9c9ca2126c: Pulling fs layer [2021-01-08T00:33:37.437Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-08T00:33:37.437Z] cbdbe7a5bc2a: Download complete [2021-01-08T00:33:38.015Z] cbdbe7a5bc2a: Pull complete [2021-01-08T00:33:38.015Z] ca9280d653b3: Download complete [2021-01-08T00:33:38.975Z] 7e9c9ca2126c: Verifying Checksum [2021-01-08T00:33:38.975Z] 7e9c9ca2126c: Download complete [2021-01-08T00:33:39.243Z] ca9280d653b3: Pull complete [2021-01-08T00:33:44.577Z] 7e9c9ca2126c: Pull complete [2021-01-08T00:33:44.577Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-08T00:33:44.577Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-08T00:33:44.577Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-08T00:33:44.779Z] prd-centos7-docker-4c-2g-18995 does not seem to be running inside a container [2021-01-08T00:33:44.829Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-08T00:33:47.888Z] $ docker top 888416a5c0c719e6a4d0a29ca93535d56c04ca6b951b954a451ed61236969eeb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T00:33:48.459Z] + docker-compose build --help [2021-01-08T00:33:48.459Z] + grep parallel [2021-01-08T00:33:49.490Z] --parallel Build images in parallel. [Pipeline] } [2021-01-08T00:33:49.518Z] $ docker stop --time=1 888416a5c0c719e6a4d0a29ca93535d56c04ca6b951b954a451ed61236969eeb [2021-01-08T00:33:50.908Z] $ docker rm -f 888416a5c0c719e6a4d0a29ca93535d56c04ca6b951b954a451ed61236969eeb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:33:51.585Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-08T00:33:51.585Z] . [Pipeline] withDockerContainer [2021-01-08T00:33:51.692Z] prd-centos7-docker-4c-2g-18995 does not seem to be running inside a container [2021-01-08T00:33:51.741Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-08T00:33:52.411Z] $ docker top 4bd5edb037fbea122b80a1e75ede971b0c315c49261ffacaeeec0f3ebb0023c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T00:33:52.924Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-08T00:33:53.873Z] Building docker-core-command-go ... [2021-01-08T00:33:53.873Z] Building docker-core-data-go ... [2021-01-08T00:33:53.873Z] Building docker-core-metadata-go ... [2021-01-08T00:33:53.873Z] Building docker-security-bootstrap-redis-go ... [2021-01-08T00:33:53.873Z] Building docker-security-proxy-setup-go ... [2021-01-08T00:33:53.873Z] Building docker-security-secretstore-setup-go ... [2021-01-08T00:33:53.873Z] Building docker-support-notifications-go ... [2021-01-08T00:33:53.873Z] Building docker-support-scheduler-go ... [2021-01-08T00:33:53.873Z] Building docker-sys-mgmt-agent-go ... [2021-01-08T00:33:53.873Z] Building docker-support-notifications-go [2021-01-08T00:33:53.873Z] Building docker-support-scheduler-go [2021-01-08T00:33:53.873Z] Building docker-security-secretstore-setup-go [2021-01-08T00:33:53.873Z] Building docker-core-metadata-go [2021-01-08T00:33:53.873Z] Building docker-security-proxy-setup-go [2021-01-08T00:34:18.203Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18999 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws [2021-01-08T00:34:18.267Z] Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout [2021-01-08T00:34:23.211Z] using credential edgex-jenkins-ssh [2021-01-08T00:34:23.272Z] Cloning the remote Git repository [2021-01-08T00:34:23.337Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-08T00:34:23.443Z] > git init /w/workspace/edgex-go/18 # timeout=10 [2021-01-08T00:34:23.529Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-08T00:34:23.530Z] > git --version # timeout=10 [2021-01-08T00:34:23.549Z] > git --version # 'git version 2.17.1' [2021-01-08T00:34:23.550Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T00:34:23.615Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T00:34:26.108Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T00:34:26.108Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-08T00:34:26.108Z] ---> 5fc314ae8ff5 [2021-01-08T00:34:26.108Z] Step 3/24 : WORKDIR /edgex-go [2021-01-08T00:34:26.108Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T00:34:26.108Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-08T00:34:26.108Z] ---> 5fc314ae8ff5 [2021-01-08T00:34:26.108Z] Step 3/21 : WORKDIR /edgex-go [2021-01-08T00:34:26.108Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T00:34:26.108Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-08T00:34:26.108Z] ---> 5fc314ae8ff5 [2021-01-08T00:34:26.108Z] Step 3/21 : WORKDIR /edgex-go [2021-01-08T00:34:26.108Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T00:34:26.108Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-08T00:34:26.108Z] ---> 5fc314ae8ff5 [2021-01-08T00:34:26.108Z] Step 3/24 : WORKDIR /edgex-go [2021-01-08T00:34:26.108Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T00:34:26.108Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-08T00:34:26.108Z] ---> 5fc314ae8ff5 [2021-01-08T00:34:26.108Z] Step 3/22 : WORKDIR /edgex-go [2021-01-08T00:34:26.108Z] ---> Running in 1f32aa92c051 [2021-01-08T00:34:26.108Z] ---> Running in d58cb6f280e6 [2021-01-08T00:34:26.108Z] ---> Running in fabf298d0348 [2021-01-08T00:34:26.108Z] ---> Running in 8fee489d4bf6 [2021-01-08T00:34:26.108Z] ---> Running in d31c529695b1 [2021-01-08T00:34:26.108Z] Removing intermediate container 1f32aa92c051 [2021-01-08T00:34:26.108Z] ---> ea80dff65284 [2021-01-08T00:34:26.108Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:34:26.108Z] Removing intermediate container 8fee489d4bf6 [2021-01-08T00:34:26.108Z] ---> 25b3ce22b372 [2021-01-08T00:34:26.108Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:34:26.108Z] Removing intermediate container d31c529695b1 [2021-01-08T00:34:26.108Z] ---> 45e55023b19c [2021-01-08T00:34:26.108Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:34:26.108Z] Removing intermediate container fabf298d0348 [2021-01-08T00:34:26.108Z] ---> d2cbfa23cfcc [2021-01-08T00:34:26.108Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:34:26.108Z] Removing intermediate container d58cb6f280e6 [2021-01-08T00:34:26.108Z] ---> 35accab2c80a [2021-01-08T00:34:26.108Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:34:26.108Z] ---> Running in 145a8891b27b [2021-01-08T00:34:26.108Z] ---> Running in 694d477fcfba [2021-01-08T00:34:26.108Z] ---> Running in 73772392d3ca [2021-01-08T00:34:26.108Z] ---> Running in 2b9ccf87e25c [2021-01-08T00:34:26.108Z] ---> Running in f606e2c05571 [2021-01-08T00:34:26.683Z] Removing intermediate container 145a8891b27b [2021-01-08T00:34:26.683Z] ---> 8915c322b315 [2021-01-08T00:34:26.683Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-08T00:34:26.683Z] Removing intermediate container 694d477fcfba [2021-01-08T00:34:26.683Z] ---> 6242da35c9a1 [2021-01-08T00:34:26.683Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-08T00:34:26.683Z] ---> Running in ee48f97048a6 [2021-01-08T00:34:26.946Z] Removing intermediate container 73772392d3ca [2021-01-08T00:34:26.946Z] ---> 3687373d379f [2021-01-08T00:34:26.946Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-08T00:34:26.946Z] ---> Running in a614de6277bd [2021-01-08T00:34:26.946Z] Removing intermediate container 2b9ccf87e25c [2021-01-08T00:34:26.946Z] ---> ce96ed3fbfde [2021-01-08T00:34:26.946Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-08T00:34:27.217Z] Removing intermediate container f606e2c05571 [2021-01-08T00:34:27.217Z] ---> 88e4f434eff0 [2021-01-08T00:34:27.217Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-08T00:34:27.217Z] ---> Running in 56d444a9e2ab [2021-01-08T00:34:27.482Z] ---> Running in 1738909aa7a7 [2021-01-08T00:34:27.483Z] ---> Running in 262df9a8bf99 [2021-01-08T00:34:27.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T00:34:28.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T00:34:28.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T00:34:28.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T00:34:28.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T00:34:28.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T00:34:28.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T00:34:28.806Z] OK: 233 MiB in 51 packages [2021-01-08T00:34:29.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T00:34:29.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T00:34:29.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T00:34:29.353Z] OK: 233 MiB in 51 packages [2021-01-08T00:34:29.353Z] Removing intermediate container ee48f97048a6 [2021-01-08T00:34:29.353Z] ---> 481331ac6385 [2021-01-08T00:34:29.353Z] Step 6/24 : COPY go.mod . [2021-01-08T00:34:29.628Z] OK: 233 MiB in 51 packages [2021-01-08T00:34:29.628Z] OK: 233 MiB in 51 packages [2021-01-08T00:34:29.900Z] ---> 3dc52fdd331d [2021-01-08T00:34:29.900Z] Step 7/24 : RUN go mod download [2021-01-08T00:34:29.900Z] OK: 233 MiB in 51 packages [2021-01-08T00:34:29.900Z] ---> Running in ecc0851e2976 [2021-01-08T00:34:29.900Z] Removing intermediate container a614de6277bd [2021-01-08T00:34:29.900Z] ---> 646caa16fda5 [2021-01-08T00:34:29.900Z] Step 6/21 : COPY go.mod . [2021-01-08T00:34:30.479Z] Removing intermediate container 56d444a9e2ab [2021-01-08T00:34:30.479Z] ---> 02583c833d1f [2021-01-08T00:34:30.479Z] Step 6/24 : COPY go.mod . [2021-01-08T00:34:30.479Z] ---> fc9030c2ec0d [2021-01-08T00:34:30.479Z] Step 7/21 : RUN go mod download [2021-01-08T00:34:30.745Z] ---> Running in 1949c16f9e17 [2021-01-08T00:34:30.745Z] Removing intermediate container 262df9a8bf99 [2021-01-08T00:34:30.745Z] ---> 2b015068dae7 [2021-01-08T00:34:30.745Z] Step 6/21 : COPY go.mod . [2021-01-08T00:34:31.007Z] Removing intermediate container 1738909aa7a7 [2021-01-08T00:34:31.007Z] ---> e03122b969a9 [2021-01-08T00:34:31.007Z] Step 6/22 : COPY go.mod . [2021-01-08T00:34:31.007Z] ---> 96a8823a450e [2021-01-08T00:34:31.007Z] Step 7/24 : RUN go mod download [2021-01-08T00:34:31.272Z] ---> f35d4aa5a7c1 [2021-01-08T00:34:31.272Z] Step 7/21 : RUN go mod download [2021-01-08T00:34:31.272Z] ---> Running in 162462befcef [2021-01-08T00:34:31.272Z] ---> 6b45ec35b886 [2021-01-08T00:34:31.272Z] Step 7/22 : RUN go mod download [2021-01-08T00:34:31.541Z] ---> Running in dd3d20e86734 [2021-01-08T00:34:31.541Z] ---> Running in eb91f8407390 [2021-01-08T00:34:32.528Z] Removing intermediate container ecc0851e2976 [2021-01-08T00:34:32.529Z] ---> 58099335b2d7 [2021-01-08T00:34:32.529Z] Step 8/24 : COPY . . [2021-01-08T00:34:32.529Z] Removing intermediate container 1949c16f9e17 [2021-01-08T00:34:32.529Z] ---> 367ed5981c01 [2021-01-08T00:34:32.529Z] Step 8/21 : COPY . . [2021-01-08T00:34:37.891Z] Removing intermediate container 162462befcef [2021-01-08T00:34:37.891Z] ---> 4421381ba5b5 [2021-01-08T00:34:37.891Z] Step 8/24 : COPY . . [2021-01-08T00:34:38.190Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-08T00:34:38.205Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T00:34:38.242Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-08T00:34:38.278Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-08T00:34:38.278Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T00:34:38.293Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-08T00:34:39.070Z] Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c [2021-01-08T00:34:39.841Z] Merge succeeded, producing 5e8e690ee1ee92f5a2e994ace0cb14ee28839ecd [2021-01-08T00:34:39.841Z] Checking out Revision 5e8e690ee1ee92f5a2e994ace0cb14ee28839ecd (PR-2924) [2021-01-08T00:34:39.094Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T00:34:39.107Z] > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # timeout=10 [2021-01-08T00:34:39.409Z] > git remote # timeout=10 [2021-01-08T00:34:39.429Z] > git config --get remote.origin.url # timeout=10 [2021-01-08T00:34:39.445Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T00:34:39.469Z] > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 [2021-01-08T00:34:39.821Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-08T00:34:39.852Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T00:34:39.864Z] > git checkout -f 5e8e690ee1ee92f5a2e994ace0cb14ee28839ecd # timeout=10 [2021-01-08T00:34:44.493Z] Commit message: "Merge commit '6aacc02e765899b5f00a422c0b56178915ca79e6' into HEAD" [2021-01-08T00:34:44.526Z] First time build. Skipping changelog. [2021-01-08T00:34:44.532Z] Removing intermediate container dd3d20e86734 [2021-01-08T00:34:44.532Z] ---> 02cd6638f11c [2021-01-08T00:34:44.532Z] Step 8/21 : COPY . . [2021-01-08T00:34:44.503Z] > git rev-list --no-walk e788891512ce09ecddd3aa7be51b4fb6d975fd60 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-08T00:34:46.172Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-08T00:34:46.580Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-08T00:34:46.921Z] + sudo service docker restart [2021-01-08T00:34:46.921Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-08T00:34:49.035Z] provisioning config files... [2021-01-08T00:34:49.081Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config8804665327824229959tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:34:49.485Z] ---> docker-login.sh [2021-01-08T00:34:49.485Z] nexus3.edgexfoundry.org:10001 [2021-01-08T00:34:49.886Z] Removing intermediate container eb91f8407390 [2021-01-08T00:34:49.886Z] ---> b67eeb1f2219 [2021-01-08T00:34:49.886Z] Step 8/22 : COPY . . [2021-01-08T00:34:50.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:34:50.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:34:50.754Z] Configure a credential helper to remove this warning. See [2021-01-08T00:34:50.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:34:50.754Z] [2021-01-08T00:34:50.754Z] Login Succeeded [2021-01-08T00:34:50.754Z] nexus3.edgexfoundry.org:10002 [2021-01-08T00:34:51.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:34:51.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:34:51.306Z] Configure a credential helper to remove this warning. See [2021-01-08T00:34:51.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:34:51.306Z] [2021-01-08T00:34:51.306Z] Login Succeeded [2021-01-08T00:34:51.306Z] nexus3.edgexfoundry.org:10003 [2021-01-08T00:34:51.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:34:51.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:34:51.852Z] Configure a credential helper to remove this warning. See [2021-01-08T00:34:51.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:34:51.852Z] [2021-01-08T00:34:51.852Z] Login Succeeded [2021-01-08T00:34:51.852Z] nexus3.edgexfoundry.org:10004 [2021-01-08T00:34:52.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:34:52.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:34:52.278Z] Configure a credential helper to remove this warning. See [2021-01-08T00:34:52.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:34:52.278Z] [2021-01-08T00:34:52.278Z] Login Succeeded [2021-01-08T00:34:52.278Z] docker.io [2021-01-08T00:34:52.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T00:34:53.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T00:34:53.151Z] Configure a credential helper to remove this warning. See [2021-01-08T00:34:53.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T00:34:53.151Z] [2021-01-08T00:34:53.151Z] Login Succeeded [2021-01-08T00:34:53.151Z] ---> docker-login.sh ends [Pipeline] } [2021-01-08T00:34:53.168Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-08T00:34:53.686Z] ========================================================= [2021-01-08T00:34:53.686Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-08T00:34:53.686Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:34:54.068Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-08T00:34:56.071Z] Sending build context to Docker daemon 165.5MB [2021-01-08T00:34:56.350Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-08T00:34:56.350Z] Step 2/6 : FROM ${BASE} [2021-01-08T00:34:56.350Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-08T00:34:56.350Z] 5f621e34cdf4: Pulling fs layer [2021-01-08T00:34:56.350Z] a4357932f1b6: Pulling fs layer [2021-01-08T00:34:56.350Z] 18c013af1878: Pulling fs layer [2021-01-08T00:34:56.350Z] 00ac8860ef70: Pulling fs layer [2021-01-08T00:34:56.350Z] 63d7cb157983: Pulling fs layer [2021-01-08T00:34:56.350Z] b116817d02f9: Pulling fs layer [2021-01-08T00:34:56.350Z] 745a02a5169b: Pulling fs layer [2021-01-08T00:34:56.350Z] 00ac8860ef70: Waiting [2021-01-08T00:34:56.350Z] 745a02a5169b: Waiting [2021-01-08T00:34:56.350Z] b116817d02f9: Waiting [2021-01-08T00:34:56.350Z] 63d7cb157983: Waiting [2021-01-08T00:34:56.350Z] 18c013af1878: Verifying Checksum [2021-01-08T00:34:56.350Z] 18c013af1878: Download complete [2021-01-08T00:34:56.350Z] a4357932f1b6: Verifying Checksum [2021-01-08T00:34:56.350Z] a4357932f1b6: Download complete [2021-01-08T00:34:56.350Z] 63d7cb157983: Verifying Checksum [2021-01-08T00:34:56.350Z] 63d7cb157983: Download complete [2021-01-08T00:34:56.350Z] b116817d02f9: Download complete [2021-01-08T00:34:56.350Z] 5f621e34cdf4: Verifying Checksum [2021-01-08T00:34:56.350Z] 5f621e34cdf4: Download complete [2021-01-08T00:34:56.961Z] 5f621e34cdf4: Pull complete [2021-01-08T00:34:57.576Z] a4357932f1b6: Pull complete [2021-01-08T00:34:57.852Z] 18c013af1878: Pull complete [2021-01-08T00:35:00.557Z] 745a02a5169b: Verifying Checksum [2021-01-08T00:35:00.557Z] 745a02a5169b: Download complete [2021-01-08T00:35:02.011Z] 00ac8860ef70: Verifying Checksum [2021-01-08T00:35:02.011Z] 00ac8860ef70: Download complete [2021-01-08T00:35:12.060Z] ---> 8221744ce8d9 [2021-01-08T00:35:12.060Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-08T00:35:12.060Z] ---> 82aa70440498 [2021-01-08T00:35:12.060Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-08T00:35:12.060Z] ---> Running in 771e9a0f31c0 [2021-01-08T00:35:12.060Z] ---> Running in 60aec7b21691 [2021-01-08T00:35:12.325Z] ---> 0dc89d607959 [2021-01-08T00:35:12.325Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-08T00:35:13.295Z] ---> Running in 2f5226d75344 [2021-01-08T00:35:14.461Z] 00ac8860ef70: Pull complete [2021-01-08T00:35:14.461Z] 63d7cb157983: Pull complete [2021-01-08T00:35:14.461Z] b116817d02f9: Pull complete [2021-01-08T00:35:14.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-08T00:35:14.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-08T00:35:15.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-08T00:35:17.102Z] 745a02a5169b: Pull complete [2021-01-08T00:35:17.102Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-08T00:35:17.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-08T00:35:17.102Z] ---> b7e6874047d6 [2021-01-08T00:35:17.102Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-08T00:35:18.310Z] ---> d280611e4a67 [2021-01-08T00:35:18.310Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-08T00:35:19.293Z] ---> Running in 19021c06e8fa [2021-01-08T00:35:19.293Z] ---> d3d511cb8a24 [2021-01-08T00:35:19.294Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-08T00:35:19.294Z] ---> Running in 63bfd1a49c2c [2021-01-08T00:35:20.494Z] ---> Running in f29dc35d0a05 [2021-01-08T00:35:20.850Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-08T00:35:21.122Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-08T00:35:21.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T00:35:22.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:35:23.049Z] (1/12) Installing libmagic (5.38-r0) [2021-01-08T00:35:23.049Z] (2/12) Installing file (5.38-r0) [2021-01-08T00:35:23.049Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-08T00:35:23.344Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-08T00:35:25.967Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-08T00:35:26.237Z] (6/12) Installing patch (2.7.6-r6) [2021-01-08T00:35:26.237Z] (7/12) Installing build-base (0.5-r2) [2021-01-08T00:35:26.237Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-08T00:35:26.511Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-08T00:35:26.511Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-08T00:35:26.788Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-08T00:35:26.788Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-08T00:35:26.788Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:35:26.788Z] OK: 217 MiB in 51 packages [2021-01-08T00:35:31.111Z] Removing intermediate container f29dc35d0a05 [2021-01-08T00:35:31.111Z] ---> 0cefb9550f5f [2021-01-08T00:35:31.111Z] Step 4/6 : WORKDIR /edgex-go [2021-01-08T00:35:31.111Z] ---> Running in c615f88dde51 [2021-01-08T00:35:31.703Z] Removing intermediate container c615f88dde51 [2021-01-08T00:35:31.703Z] ---> ad923e80a5cf [2021-01-08T00:35:31.703Z] Step 5/6 : COPY go.mod . [2021-01-08T00:35:32.303Z] ---> ea6e67f555fa [2021-01-08T00:35:32.303Z] Step 6/6 : RUN go mod download [2021-01-08T00:35:32.303Z] ---> Running in b1fa578fd173 [2021-01-08T00:35:39.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-08T00:35:39.380Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-08T00:35:47.760Z] Removing intermediate container 2f5226d75344 [2021-01-08T00:35:47.760Z] ---> 06a60b7fd8fc [2021-01-08T00:35:47.760Z] [2021-01-08T00:35:47.760Z] Step 10/24 : FROM scratch [2021-01-08T00:35:47.760Z] ---> [2021-01-08T00:35:47.760Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-08T00:35:47.760Z] ---> Running in 7e020d0f5e01 [2021-01-08T00:35:49.692Z] Removing intermediate container 60aec7b21691 [2021-01-08T00:35:49.692Z] ---> b306c126b517 [2021-01-08T00:35:49.692Z] [2021-01-08T00:35:49.692Z] Step 10/21 : FROM alpine:3.12 [2021-01-08T00:35:49.692Z] 3.12: Pulling from library/alpine [2021-01-08T00:35:49.692Z] Removing intermediate container 771e9a0f31c0 [2021-01-08T00:35:49.692Z] ---> 3601d3625204 [2021-01-08T00:35:49.692Z] [2021-01-08T00:35:49.692Z] Step 10/24 : FROM alpine:3.12 [2021-01-08T00:35:49.692Z] 3.12: Pulling from library/alpine [2021-01-08T00:35:50.642Z] Removing intermediate container 7e020d0f5e01 [2021-01-08T00:35:50.642Z] ---> 43561afca091 [2021-01-08T00:35:50.642Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-08T00:35:51.221Z] ---> Running in 743f4e2d7af5 [2021-01-08T00:35:51.221Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-08T00:35:51.221Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-08T00:35:51.221Z] Status: Downloaded newer image for alpine:3.12 [2021-01-08T00:35:51.221Z] ---> 389fef711851 [2021-01-08T00:35:51.221Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-08T00:35:51.221Z] Status: Downloaded newer image for alpine:3.12 [2021-01-08T00:35:51.221Z] ---> 389fef711851 [2021-01-08T00:35:51.221Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-08T00:35:52.621Z] ---> Running in 95c9a83d189c [2021-01-08T00:35:52.621Z] ---> Running in b0939144ea4b [2021-01-08T00:35:52.621Z] Removing intermediate container 743f4e2d7af5 [2021-01-08T00:35:52.621Z] ---> d7b45132bc51 [2021-01-08T00:35:52.622Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-08T00:35:52.936Z] ---> Running in 1301e8a08671 [2021-01-08T00:35:52.936Z] Removing intermediate container 19021c06e8fa [2021-01-08T00:35:52.936Z] ---> 158398ba42f9 [2021-01-08T00:35:52.936Z] [2021-01-08T00:35:52.936Z] Step 10/21 : FROM scratch [2021-01-08T00:35:52.936Z] ---> [2021-01-08T00:35:52.936Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T00:35:53.316Z] ---> Running in 209da600ffd2 [2021-01-08T00:35:53.316Z] Removing intermediate container 1301e8a08671 [2021-01-08T00:35:53.316Z] ---> c6b0268454cd [2021-01-08T00:35:53.316Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-08T00:35:53.605Z] Removing intermediate container 209da600ffd2 [2021-01-08T00:35:53.605Z] ---> a0d5374f96c7 [2021-01-08T00:35:53.605Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-08T00:35:53.605Z] ---> Running in f36a054f39d5 [2021-01-08T00:35:53.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T00:35:53.898Z] ---> c2618913dfc9 [2021-01-08T00:35:53.898Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-08T00:35:54.286Z] Removing intermediate container f36a054f39d5 [2021-01-08T00:35:54.286Z] ---> 4cccd914fed3 [2021-01-08T00:35:54.286Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-08T00:35:54.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T00:35:54.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T00:35:54.286Z] ---> Running in 1a0ba12f4f04 [2021-01-08T00:35:54.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T00:35:54.286Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-08T00:35:54.286Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T00:35:54.286Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-08T00:35:54.286Z] (4/4) Installing curl (7.69.1-r3) [2021-01-08T00:35:54.286Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:35:54.556Z] Executing ca-certificates-20191127-r4.trigger [2021-01-08T00:35:54.557Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-08T00:35:54.557Z] OK: 7 MiB in 18 packages [2021-01-08T00:35:54.557Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T00:35:54.557Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-08T00:35:54.557Z] (4/5) Installing curl (7.69.1-r3) [2021-01-08T00:35:54.557Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-08T00:35:54.557Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:35:54.557Z] Executing ca-certificates-20191127-r4.trigger [2021-01-08T00:35:54.557Z] OK: 7 MiB in 19 packages [2021-01-08T00:35:54.819Z] Removing intermediate container 1a0ba12f4f04 [2021-01-08T00:35:54.819Z] ---> 3c8950ece808 [2021-01-08T00:35:54.819Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-08T00:35:55.401Z] ---> a56fc3074778 [2021-01-08T00:35:55.401Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-08T00:35:55.401Z] ---> 15c68f74ea6b [2021-01-08T00:35:55.401Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-08T00:35:57.332Z] Removing intermediate container 95c9a83d189c [2021-01-08T00:35:57.333Z] ---> 76ccacea19bf [2021-01-08T00:35:57.333Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-08T00:35:58.280Z] ---> bd93fb23811c [2021-01-08T00:35:58.280Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-08T00:35:58.547Z] ---> Running in 4915f95722c0 [2021-01-08T00:35:58.547Z] ---> 1c0dc850014a [2021-01-08T00:35:58.547Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-08T00:35:58.547Z] Removing intermediate container b0939144ea4b [2021-01-08T00:35:58.547Z] ---> 8f5e10c6b6be [2021-01-08T00:35:58.547Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-08T00:35:58.817Z] ---> 33d3b56f6bb6 [2021-01-08T00:35:58.818Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-08T00:35:58.818Z] Removing intermediate container 63bfd1a49c2c [2021-01-08T00:35:58.818Z] ---> 6e6671f54d7a [2021-01-08T00:35:58.818Z] [2021-01-08T00:35:58.818Z] Step 10/22 : FROM scratch [2021-01-08T00:35:58.818Z] ---> [2021-01-08T00:35:58.818Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T00:35:58.818Z] ---> Using cache [2021-01-08T00:35:58.818Z] ---> a0d5374f96c7 [2021-01-08T00:35:58.818Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-08T00:35:58.818Z] ---> Running in ce1ac3a10906 [2021-01-08T00:35:59.082Z] ---> Running in fe70b2896157 [2021-01-08T00:35:59.082Z] Removing intermediate container 4915f95722c0 [2021-01-08T00:35:59.082Z] ---> a4c119fc55ee [2021-01-08T00:35:59.082Z] Step 13/21 : WORKDIR /edgex [2021-01-08T00:35:59.082Z] ---> fceba40154ce [2021-01-08T00:35:59.082Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-08T00:35:59.082Z] Removing intermediate container ce1ac3a10906 [2021-01-08T00:35:59.083Z] ---> e14ad2ce1501 [2021-01-08T00:35:59.083Z] Step 13/24 : WORKDIR / [2021-01-08T00:35:59.158Z] Removing intermediate container b1fa578fd173 [2021-01-08T00:35:59.158Z] ---> e409f6dc2846 [2021-01-08T00:35:59.158Z] Successfully built e409f6dc2846 [2021-01-08T00:35:59.158Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:35:59.352Z] ---> Running in c6794cb1705b [2021-01-08T00:35:59.352Z] ---> Running in 0cfa6dc41526 [2021-01-08T00:35:59.352Z] Removing intermediate container fe70b2896157 [2021-01-08T00:35:59.352Z] ---> 46177ca29e89 [2021-01-08T00:35:59.352Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-08T00:35:59.352Z] ---> Running in 5576dd803bc3 [2021-01-08T00:35:59.352Z] ---> Running in 53404686b4d9 [2021-01-08T00:35:59.352Z] ---> 08ca07c999c4 [2021-01-08T00:35:59.352Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-08T00:35:59.509Z] + docker inspect -f . ci-base-image-arm64 [2021-01-08T00:35:59.509Z] . [Pipeline] withDockerContainer [2021-01-08T00:35:59.621Z] Removing intermediate container 0cfa6dc41526 [2021-01-08T00:35:59.621Z] ---> 61b5c4140f8a [2021-01-08T00:35:59.621Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T00:35:59.621Z] Removing intermediate container c6794cb1705b [2021-01-08T00:35:59.621Z] ---> 8bf74c90db98 [2021-01-08T00:35:59.621Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-08T00:35:59.761Z] prd-ubuntu18.04-docker-arm64-4c-16g-18999 does not seem to be running inside a container [2021-01-08T00:35:59.849Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-08T00:35:59.893Z] ---> Running in 3f3b1b047e03 [2021-01-08T00:35:59.894Z] Removing intermediate container 53404686b4d9 [2021-01-08T00:35:59.894Z] ---> 7128ff53cba8 [2021-01-08T00:35:59.894Z] Step 14/22 : WORKDIR / [2021-01-08T00:35:59.894Z] Removing intermediate container 5576dd803bc3 [2021-01-08T00:35:59.894Z] ---> 1043e4ed3a75 [2021-01-08T00:35:59.894Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-08T00:36:00.157Z] ---> fbe23bc1158c [2021-01-08T00:36:00.157Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-08T00:36:00.157Z] ---> Running in c6223d8d0eda [2021-01-08T00:36:00.424Z] ---> Running in 49e348f547e8 [2021-01-08T00:36:00.424Z] Removing intermediate container 3f3b1b047e03 [2021-01-08T00:36:00.424Z] ---> 757db1a2c34d [2021-01-08T00:36:00.424Z] Step 19/21 : LABEL arch=x86_64 [2021-01-08T00:36:00.424Z] ---> 7fa9aee3e8e4 [2021-01-08T00:36:00.424Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-08T00:36:00.424Z] ---> fa723828f3fc [2021-01-08T00:36:00.424Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-08T00:36:00.424Z] Removing intermediate container c6223d8d0eda [2021-01-08T00:36:00.424Z] ---> 1996a9b40ebb [2021-01-08T00:36:00.424Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-08T00:36:00.687Z] ---> Running in cba4461e4ee5 [2021-01-08T00:36:00.687Z] Removing intermediate container 49e348f547e8 [2021-01-08T00:36:00.687Z] ---> c596b6018c4e [2021-01-08T00:36:00.687Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T00:36:00.951Z] ---> Running in 135baed1bb2c [2021-01-08T00:36:00.951Z] ---> 3b68f2be39fa [2021-01-08T00:36:00.951Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-08T00:36:00.951Z] ---> eb4ca37728a4 [2021-01-08T00:36:00.951Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-08T00:36:00.951Z] Removing intermediate container cba4461e4ee5 [2021-01-08T00:36:00.951Z] ---> a67147015f15 [2021-01-08T00:36:00.951Z] Step 20/21 : LABEL git_sha=78a4125272904c1191817962eed59749edf85166 [2021-01-08T00:36:01.217Z] ---> Running in 285e171cb387 [2021-01-08T00:36:01.217Z] ---> 85ee694869ea [2021-01-08T00:36:01.217Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-08T00:36:01.217Z] Removing intermediate container 135baed1bb2c [2021-01-08T00:36:01.217Z] ---> 607c1edf6a5d [2021-01-08T00:36:01.217Z] Step 22/24 : LABEL arch=x86_64 [2021-01-08T00:36:01.386Z] $ docker top 40ea995ed430ba097beddd2e4213d99782bb6de6dffc257dad0ef983682ca046 -eo pid,comm [2021-01-08T00:36:01.482Z] ---> dd1b7a01ffdd [2021-01-08T00:36:01.483Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-08T00:36:01.483Z] ---> Running in 80c59d700227 [2021-01-08T00:36:01.483Z] Removing intermediate container 285e171cb387 [2021-01-08T00:36:01.483Z] ---> 7ee2bf35e427 [2021-01-08T00:36:01.483Z] Step 21/21 : LABEL version=0.0.0 [Pipeline] { [Pipeline] sh [2021-01-08T00:36:02.396Z] + go version [2021-01-08T00:36:02.396Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-08T00:36:02.419Z] $ docker stop --time=1 40ea995ed430ba097beddd2e4213d99782bb6de6dffc257dad0ef983682ca046 [2021-01-08T00:36:02.885Z] ---> d12b089e9bdc [2021-01-08T00:36:02.885Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-08T00:36:02.885Z] ---> Running in 7c7632bbf61e [2021-01-08T00:36:02.885Z] Removing intermediate container 80c59d700227 [2021-01-08T00:36:02.885Z] ---> 4d4e6e89536b [2021-01-08T00:36:02.885Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-08T00:36:02.885Z] ---> 4d7029fc0921 [2021-01-08T00:36:02.885Z] Step 23/24 : LABEL git_sha=78a4125272904c1191817962eed59749edf85166 [2021-01-08T00:36:02.885Z] ---> 70debe984c45 [2021-01-08T00:36:02.885Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-08T00:36:02.885Z] ---> Running in 336ea63bc30a [2021-01-08T00:36:02.885Z] ---> Running in 74a7fe9d4a10 [2021-01-08T00:36:02.885Z] Removing intermediate container 7c7632bbf61e [2021-01-08T00:36:02.885Z] ---> 472024d7d78a [2021-01-08T00:36:02.885Z] [2021-01-08T00:36:03.147Z] ---> 72814506a9d3 [2021-01-08T00:36:03.147Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-08T00:36:03.147Z] Successfully built 472024d7d78a [2021-01-08T00:36:03.147Z] ---> Running in 0e8a650d28c1 [2021-01-08T00:36:03.147Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-08T00:36:03.147Z] Building docker-sys-mgmt-agent-go [2021-01-08T00:36:03.147Z]  Building docker-support-scheduler-go ... done Removing intermediate container 336ea63bc30a [2021-01-08T00:36:03.147Z] ---> 65a153142c45 [2021-01-08T00:36:03.147Z] Step 18/21 : CMD ["--init=true"] [2021-01-08T00:36:03.417Z] Removing intermediate container 74a7fe9d4a10 [2021-01-08T00:36:03.417Z] ---> d00bb81669cf [2021-01-08T00:36:03.417Z] Step 24/24 : LABEL version=0.0.0 [2021-01-08T00:36:03.417Z] ---> e8d705347cb2 [2021-01-08T00:36:03.417Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-08T00:36:03.417Z] ---> Running in 890ffbf4ad06 [2021-01-08T00:36:03.417Z] ---> Running in 0f4b65fb14c6 [2021-01-08T00:36:03.417Z] Removing intermediate container 0e8a650d28c1 [2021-01-08T00:36:03.417Z] ---> 53ceeecd8c94 [2021-01-08T00:36:03.417Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T00:36:03.692Z] ---> Running in 449f739683e7 [2021-01-08T00:36:03.692Z] Removing intermediate container 890ffbf4ad06 [2021-01-08T00:36:03.692Z] ---> e1c58d223121 [2021-01-08T00:36:03.692Z] Step 19/21 : LABEL arch=x86_64 [2021-01-08T00:36:03.953Z] Removing intermediate container 0f4b65fb14c6 [2021-01-08T00:36:03.953Z] ---> a1180e3c1f27 [2021-01-08T00:36:03.953Z] [2021-01-08T00:36:04.216Z] Successfully built a1180e3c1f27 [2021-01-08T00:36:04.216Z] ---> e34020df2fe1 [2021-01-08T00:36:04.216Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-08T00:36:04.312Z] $ docker rm -f 40ea995ed430ba097beddd2e4213d99782bb6de6dffc257dad0ef983682ca046 [2021-01-08T00:36:04.480Z] Successfully tagged docker-support-notifications-go:latest [2021-01-08T00:36:04.480Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-08T00:36:04.480Z] ---> Running in 75b046d67b20 [2021-01-08T00:36:04.480Z] Removing intermediate container 449f739683e7 [2021-01-08T00:36:04.480Z] ---> f517136b6004 [2021-01-08T00:36:04.480Z] Step 20/22 : LABEL arch=x86_64 [2021-01-08T00:36:04.480Z] ---> Running in 3674d03df5a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-08T00:36:04.742Z] ---> Running in 54b544a3c404 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:36:05.298Z] + docker inspect -f . ci-base-image-arm64 [2021-01-08T00:36:05.298Z] . [Pipeline] withDockerContainer [2021-01-08T00:36:05.539Z] prd-ubuntu18.04-docker-arm64-4c-16g-18999 does not seem to be running inside a container [2021-01-08T00:36:05.624Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-08T00:36:06.997Z] $ docker top dcd66bbc0c4d496d430578bcfa27e634a2621040a95fb8aaa2269e13e5a2faba -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-08T00:36:07.390Z] ========================================================= [2021-01-08T00:36:07.390Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-08T00:36:07.390Z] ========================================================= [Pipeline] sh [2021-01-08T00:36:08.035Z] + make test [2021-01-08T00:36:08.035Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-08T00:36:08.081Z] Removing intermediate container 75b046d67b20 [2021-01-08T00:36:08.081Z] ---> 8fe596b69c10 [2021-01-08T00:36:08.081Z] Step 20/21 : LABEL git_sha=78a4125272904c1191817962eed59749edf85166 [2021-01-08T00:36:11.436Z] Removing intermediate container 54b544a3c404 [2021-01-08T00:36:11.436Z] ---> 482a8a42ddd3 [2021-01-08T00:36:11.436Z] Step 21/22 : LABEL git_sha=78a4125272904c1191817962eed59749edf85166 [2021-01-08T00:36:11.436Z] ---> Running in dd7ce00a2d97 [2021-01-08T00:36:12.023Z] ---> Running in 6a79bc5e00d2 [2021-01-08T00:36:13.977Z] Removing intermediate container dd7ce00a2d97 [2021-01-08T00:36:13.977Z] ---> d23b211e06f7 [2021-01-08T00:36:13.977Z] Step 21/21 : LABEL version=0.0.0 [2021-01-08T00:36:14.938Z] Removing intermediate container 6a79bc5e00d2 [2021-01-08T00:36:14.938Z] ---> c051c66dcc45 [2021-01-08T00:36:14.938Z] Step 22/22 : LABEL version=0.0.0 [2021-01-08T00:36:15.517Z] Removing intermediate container 3674d03df5a2 [2021-01-08T00:36:15.517Z] ---> f0dc7a9fbd51 [2021-01-08T00:36:15.517Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-08T00:36:18.093Z] ---> Running in 3ae29a5f734e [2021-01-08T00:36:18.358Z] ---> Running in 968ad84aaa0f [2021-01-08T00:36:18.358Z] ---> Running in 10caf5d958f4 [2021-01-08T00:36:18.940Z] Removing intermediate container 3ae29a5f734e [2021-01-08T00:36:18.940Z] ---> 0ca801e75fb4 [2021-01-08T00:36:18.940Z] [2021-01-08T00:36:19.531Z] Removing intermediate container 968ad84aaa0f [2021-01-08T00:36:19.531Z] ---> 079d16ead1be [2021-01-08T00:36:19.531Z] [2021-01-08T00:36:19.807Z] Successfully built 0ca801e75fb4 [2021-01-08T00:36:20.075Z] Removing intermediate container 10caf5d958f4 [2021-01-08T00:36:20.075Z] ---> 62c5a7f77a1b [2021-01-08T00:36:20.075Z] Step 22/24 : LABEL arch=x86_64 [2021-01-08T00:36:20.075Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-08T00:36:20.075Z] Successfully built 079d16ead1be [2021-01-08T00:36:20.075Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-08T00:36:20.075Z] Successfully tagged docker-core-metadata-go:latest [2021-01-08T00:36:20.075Z] Building docker-security-bootstrap-redis-go [2021-01-08T00:36:21.472Z]  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T00:36:21.473Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-08T00:36:21.473Z] ---> 5fc314ae8ff5 [2021-01-08T00:36:21.473Z] Step 3/26 : WORKDIR /edgex-go [2021-01-08T00:36:21.473Z] ---> Using cache [2021-01-08T00:36:21.473Z] ---> 35accab2c80a [2021-01-08T00:36:21.473Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:36:21.473Z] ---> Using cache [2021-01-08T00:36:21.473Z] ---> 88e4f434eff0 [2021-01-08T00:36:21.473Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-08T00:36:21.473Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T00:36:21.473Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-08T00:36:21.473Z] ---> 5fc314ae8ff5 [2021-01-08T00:36:21.473Z] Step 3/22 : WORKDIR /edgex-go [2021-01-08T00:36:21.473Z] ---> Using cache [2021-01-08T00:36:21.473Z] ---> 35accab2c80a [2021-01-08T00:36:21.473Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:36:21.473Z] ---> Using cache [2021-01-08T00:36:21.473Z] ---> 88e4f434eff0 [2021-01-08T00:36:21.473Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-08T00:36:21.473Z] ---> Using cache [2021-01-08T00:36:21.473Z] ---> 2b015068dae7 [2021-01-08T00:36:21.473Z] Step 6/22 : COPY go.mod . [2021-01-08T00:36:21.473Z] ---> Using cache [2021-01-08T00:36:21.473Z] ---> f35d4aa5a7c1 [2021-01-08T00:36:21.473Z] Step 7/22 : RUN go mod download [2021-01-08T00:36:21.735Z] ---> Using cache [2021-01-08T00:36:21.735Z] ---> 02cd6638f11c [2021-01-08T00:36:21.735Z] Step 8/22 : COPY . . [2021-01-08T00:36:21.735Z] ---> Using cache [2021-01-08T00:36:21.735Z] ---> d280611e4a67 [2021-01-08T00:36:21.735Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-08T00:36:25.962Z] ---> Running in 298863b436a0 [2021-01-08T00:36:25.962Z] ---> Running in c1441818144d [2021-01-08T00:36:25.962Z] ---> Running in f30acb8ad7f0 [2021-01-08T00:36:26.554Z] Removing intermediate container 298863b436a0 [2021-01-08T00:36:26.554Z] ---> 525d3663714c [2021-01-08T00:36:26.554Z] Step 23/24 : LABEL git_sha=78a4125272904c1191817962eed59749edf85166 [2021-01-08T00:36:27.950Z] ---> Running in 42613aba1ff6 [2021-01-08T00:36:28.533Z] Removing intermediate container 42613aba1ff6 [2021-01-08T00:36:28.533Z] ---> ecbd0c80c4d6 [2021-01-08T00:36:28.533Z] Step 24/24 : LABEL version=0.0.0 [2021-01-08T00:36:29.116Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-08T00:36:29.116Z] ---> Running in 539724289b9c [2021-01-08T00:36:29.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T00:36:29.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T00:36:29.703Z] Removing intermediate container 539724289b9c [2021-01-08T00:36:29.703Z] ---> 1f7a861e8d8b [2021-01-08T00:36:29.703Z] [2021-01-08T00:36:30.286Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-08T00:36:30.287Z] Successfully built 1f7a861e8d8b [2021-01-08T00:36:30.287Z] OK: 233 MiB in 51 packages [2021-01-08T00:36:30.287Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-08T00:36:32.875Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f30acb8ad7f0 [2021-01-08T00:36:32.875Z] ---> 6ff48a370cf0 [2021-01-08T00:36:32.875Z] Step 6/26 : COPY go.mod . [2021-01-08T00:36:34.325Z] ---> d05ef04ec5e1 [2021-01-08T00:36:34.325Z] Step 7/26 : RUN go mod download [2021-01-08T00:36:37.694Z] ---> Running in 26a62c818c70 [2021-01-08T00:36:41.186Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T00:36:41.186Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-08T00:36:41.186Z] ---> 5fc314ae8ff5 [2021-01-08T00:36:41.186Z] Step 3/22 : WORKDIR /edgex-go [2021-01-08T00:36:41.186Z] ---> Using cache [2021-01-08T00:36:41.186Z] ---> 35accab2c80a [2021-01-08T00:36:41.186Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:36:41.186Z] ---> Using cache [2021-01-08T00:36:41.186Z] ---> 88e4f434eff0 [2021-01-08T00:36:41.186Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-08T00:36:41.186Z] ---> Using cache [2021-01-08T00:36:41.186Z] ---> 2b015068dae7 [2021-01-08T00:36:41.186Z] Step 6/22 : COPY go.mod . [2021-01-08T00:36:41.186Z] ---> Using cache [2021-01-08T00:36:41.186Z] ---> f35d4aa5a7c1 [2021-01-08T00:36:41.186Z] Step 7/22 : RUN go mod download [2021-01-08T00:36:41.186Z] ---> Using cache [2021-01-08T00:36:41.186Z] ---> 02cd6638f11c [2021-01-08T00:36:41.186Z] Step 8/22 : COPY . . [2021-01-08T00:36:41.186Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T00:36:41.186Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-08T00:36:41.186Z] ---> 5fc314ae8ff5 [2021-01-08T00:36:41.186Z] Step 3/23 : WORKDIR /edgex-go [2021-01-08T00:36:41.186Z] ---> Using cache [2021-01-08T00:36:41.186Z] ---> 35accab2c80a [2021-01-08T00:36:41.186Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:36:41.186Z] ---> Using cache [2021-01-08T00:36:41.186Z] ---> 88e4f434eff0 [2021-01-08T00:36:41.186Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-08T00:36:41.187Z] ---> Using cache [2021-01-08T00:36:41.187Z] ---> d280611e4a67 [2021-01-08T00:36:41.187Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-08T00:36:42.588Z] ---> Running in d04199a57979 [2021-01-08T00:36:42.588Z] ---> Running in f56282c7d48a [2021-01-08T00:36:42.859Z] Removing intermediate container 26a62c818c70 [2021-01-08T00:36:42.859Z] ---> 60732da355d8 [2021-01-08T00:36:42.860Z] Step 8/26 : COPY . . [2021-01-08T00:36:43.846Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-08T00:36:43.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T00:36:44.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T00:36:45.051Z] OK: 233 MiB in 51 packages [2021-01-08T00:36:48.421Z] Removing intermediate container f56282c7d48a [2021-01-08T00:36:48.421Z] ---> dfd71fb32574 [2021-01-08T00:36:48.421Z] Step 6/23 : COPY go.mod . [2021-01-08T00:36:51.029Z] ---> afd50ed2c642 [2021-01-08T00:36:51.029Z] Step 7/23 : RUN go mod download [2021-01-08T00:36:52.483Z] ---> Running in 7bbc6bcec16c [2021-01-08T00:36:55.087Z] Removing intermediate container c1441818144d [2021-01-08T00:36:55.087Z] ---> 7d0e663d879e [2021-01-08T00:36:55.087Z] [2021-01-08T00:36:55.087Z] Step 10/22 : FROM scratch [2021-01-08T00:36:55.087Z] ---> [2021-01-08T00:36:55.087Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T00:36:56.055Z] ---> Using cache [2021-01-08T00:36:56.055Z] ---> a0d5374f96c7 [2021-01-08T00:36:56.055Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-08T00:36:58.014Z] Removing intermediate container 7bbc6bcec16c [2021-01-08T00:36:58.014Z] ---> 73cdd4bd4e4e [2021-01-08T00:36:58.014Z] Step 8/23 : COPY . . [2021-01-08T00:36:58.014Z] ---> Running in f4840bb82339 [2021-01-08T00:37:00.602Z] Removing intermediate container f4840bb82339 [2021-01-08T00:37:00.602Z] ---> 048eac8f0c28 [2021-01-08T00:37:00.602Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-08T00:37:03.193Z] ---> Running in 37d5b98f166b [2021-01-08T00:37:06.631Z] Removing intermediate container 37d5b98f166b [2021-01-08T00:37:06.631Z] ---> 6ab3bd5ea7d3 [2021-01-08T00:37:06.631Z] Step 14/22 : WORKDIR / [2021-01-08T00:37:06.631Z] ---> 20be8304a52d [2021-01-08T00:37:06.631Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-08T00:37:07.256Z] ---> Running in 813abec5f933 [2021-01-08T00:37:07.256Z] ---> Running in a2d5b0c7555b [2021-01-08T00:37:07.928Z] Removing intermediate container 813abec5f933 [2021-01-08T00:37:07.928Z] ---> f70e4fc07841 [2021-01-08T00:37:07.928Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-08T00:37:09.341Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-08T00:37:09.409Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-08T00:37:09.921Z] ---> ff425d3d9e1c [2021-01-08T00:37:09.921Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-08T00:37:11.872Z] Removing intermediate container d04199a57979 [2021-01-08T00:37:11.872Z] ---> 8bc14f59d249 [2021-01-08T00:37:11.872Z] [2021-01-08T00:37:11.872Z] Step 10/22 : FROM alpine:3.12 [2021-01-08T00:37:11.872Z] ---> 389fef711851 [2021-01-08T00:37:11.872Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-08T00:37:11.872Z] ---> Using cache [2021-01-08T00:37:11.872Z] ---> 8f5e10c6b6be [2021-01-08T00:37:11.872Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-08T00:37:12.863Z] ---> Running in d959d8c69c4a [2021-01-08T00:37:13.138Z] ---> b5e57bcf437c [2021-01-08T00:37:13.138Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-08T00:37:15.780Z] Removing intermediate container d959d8c69c4a [2021-01-08T00:37:15.780Z] ---> 20d24c72be8b [2021-01-08T00:37:15.780Z] Step 13/22 : WORKDIR / [2021-01-08T00:37:16.046Z] ---> 28543478e0a5 [2021-01-08T00:37:16.046Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-08T00:37:17.468Z] ---> Running in 8fd6f1dc9cce [2021-01-08T00:37:17.468Z] ---> Running in 81bbc9b7f721 [2021-01-08T00:37:17.468Z] ---> acbca9f68f12 [2021-01-08T00:37:17.468Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-08T00:37:17.731Z] ---> Running in 09b759dcc49d [2021-01-08T00:37:17.731Z] Removing intermediate container 8fd6f1dc9cce [2021-01-08T00:37:17.731Z] ---> b9695a053440 [2021-01-08T00:37:17.731Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T00:37:17.731Z] Removing intermediate container 81bbc9b7f721 [2021-01-08T00:37:17.731Z] ---> 98af2f214eaa [2021-01-08T00:37:17.731Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-08T00:37:18.003Z] ---> Running in 53c2a5a55505 [2021-01-08T00:37:18.275Z] ---> 9e0f8fa5ba22 [2021-01-08T00:37:18.275Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-08T00:37:18.275Z] Removing intermediate container 53c2a5a55505 [2021-01-08T00:37:18.275Z] ---> f1c856cf696a [2021-01-08T00:37:18.275Z] Step 20/22 : LABEL arch=x86_64 [2021-01-08T00:37:18.550Z] ---> Running in 3885ad5b9a9f [2021-01-08T00:37:18.550Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-08T00:37:18.819Z] Removing intermediate container 3885ad5b9a9f [2021-01-08T00:37:18.819Z] ---> 661fae791095 [2021-01-08T00:37:18.819Z] Step 21/22 : LABEL git_sha=78a4125272904c1191817962eed59749edf85166 [2021-01-08T00:37:18.819Z] ---> 5746b2e2ebf3 [2021-01-08T00:37:18.819Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-08T00:37:18.819Z] ---> Running in 285395cfb749 [2021-01-08T00:37:19.093Z] Removing intermediate container 285395cfb749 [2021-01-08T00:37:19.093Z] ---> 420196cbf6a9 [2021-01-08T00:37:19.093Z] Step 22/22 : LABEL version=0.0.0 [2021-01-08T00:37:19.362Z] ---> Running in 700f968f7169 [2021-01-08T00:37:19.362Z] ---> 292ce09afe49 [2021-01-08T00:37:19.362Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-08T00:37:19.632Z] Removing intermediate container 700f968f7169 [2021-01-08T00:37:19.632Z] ---> 562131decc6d [2021-01-08T00:37:19.632Z] [2021-01-08T00:37:19.901Z] ---> 6316ba9db084 [2021-01-08T00:37:19.901Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-08T00:37:19.901Z] Successfully built 562131decc6d [2021-01-08T00:37:19.901Z] Successfully tagged docker-core-command-go:latest [2021-01-08T00:37:20.856Z]  Building docker-core-command-go ... done  ---> Running in ab78ffb07e01 [2021-01-08T00:37:23.468Z] Removing intermediate container ab78ffb07e01 [2021-01-08T00:37:23.468Z] ---> 4973e1ef8dde [2021-01-08T00:37:23.468Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-08T00:37:23.468Z] ---> Running in 7289472955f4 [2021-01-08T00:37:23.744Z] Removing intermediate container 7289472955f4 [2021-01-08T00:37:23.745Z] ---> 529c2a662b55 [2021-01-08T00:37:23.745Z] Step 20/22 : LABEL arch=x86_64 [2021-01-08T00:37:24.018Z] ---> Running in 9be026857cd0 [2021-01-08T00:37:24.295Z] Removing intermediate container 9be026857cd0 [2021-01-08T00:37:24.295Z] ---> 6a22f027c7df [2021-01-08T00:37:24.295Z] Step 21/22 : LABEL git_sha=78a4125272904c1191817962eed59749edf85166 [2021-01-08T00:37:25.282Z] ---> Running in d4e697519303 [2021-01-08T00:37:27.219Z] Removing intermediate container d4e697519303 [2021-01-08T00:37:27.219Z] ---> ab1ac7368ea5 [2021-01-08T00:37:27.219Z] Step 22/22 : LABEL version=0.0.0 [2021-01-08T00:37:27.219Z] ---> Running in 80f3d05df130 [2021-01-08T00:37:27.219Z] Removing intermediate container a2d5b0c7555b [2021-01-08T00:37:27.219Z] ---> 41e85f42971a [2021-01-08T00:37:27.219Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-08T00:37:27.219Z] ---> Running in 46a9d9542434 [2021-01-08T00:37:27.219Z] Removing intermediate container 80f3d05df130 [2021-01-08T00:37:27.219Z] ---> 0876169075de [2021-01-08T00:37:27.219Z] [2021-01-08T00:37:27.219Z] Successfully built 0876169075de [2021-01-08T00:37:27.219Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-08T00:37:27.219Z]  Building docker-security-bootstrap-redis-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-08T00:37:29.838Z] Removing intermediate container 46a9d9542434 [2021-01-08T00:37:29.838Z] ---> f3b03280ee31 [2021-01-08T00:37:29.838Z] [2021-01-08T00:37:29.838Z] Step 11/26 : FROM docker:20.10.0 [2021-01-08T00:37:30.111Z] 20.10.0: Pulling from library/docker [2021-01-08T00:37:31.723Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-08T00:37:31.723Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-08T00:37:31.723Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-08T00:37:31.723Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-08T00:37:31.723Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-08T00:37:31.723Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-08T00:37:31.723Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-08T00:37:31.723Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-08T00:37:31.723Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-08T00:37:36.047Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-08T00:37:36.047Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-08T00:37:36.047Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-08T00:37:36.766Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-08T00:37:36.766Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-08T00:37:36.766Z] ---> aefe523efa57 [2021-01-08T00:37:36.766Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-08T00:37:36.766Z] ---> Running in b6f7c7953f60 [2021-01-08T00:37:37.713Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T00:37:37.713Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T00:37:37.976Z] (1/2) Installing readline (8.0.4-r0) [2021-01-08T00:37:37.976Z] (2/2) Installing bash (5.0.17-r0) [2021-01-08T00:37:37.976Z] Executing bash-5.0.17-r0.post-install [2021-01-08T00:37:37.976Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:37:37.976Z] OK: 12 MiB in 22 packages [2021-01-08T00:37:38.930Z] Removing intermediate container b6f7c7953f60 [2021-01-08T00:37:38.930Z] ---> 900f5d5f1858 [2021-01-08T00:37:38.930Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-08T00:37:40.322Z] ---> Running in 7c4145400779 [2021-01-08T00:37:40.583Z] Removing intermediate container 09b759dcc49d [2021-01-08T00:37:40.583Z] ---> 4e92afeedb49 [2021-01-08T00:37:40.583Z] [2021-01-08T00:37:40.583Z] Step 10/23 : FROM alpine:3.12 [2021-01-08T00:37:40.583Z] ---> 389fef711851 [2021-01-08T00:37:40.583Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T00:37:40.583Z] ---> Running in fdd563f549fd [2021-01-08T00:37:40.583Z] Removing intermediate container 7c4145400779 [2021-01-08T00:37:40.583Z] ---> 0e77e63ff5a5 [2021-01-08T00:37:40.583Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-08T00:37:40.846Z] ---> Running in b68b72ac946c [2021-01-08T00:37:40.846Z] Removing intermediate container fdd563f549fd [2021-01-08T00:37:40.846Z] ---> 265dc3583380 [2021-01-08T00:37:40.846Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-08T00:37:40.846Z] ---> Running in b91e095d685a [2021-01-08T00:37:40.846Z] Removing intermediate container b68b72ac946c [2021-01-08T00:37:40.846Z] ---> c74b797469b9 [2021-01-08T00:37:40.846Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-08T00:37:40.846Z] ---> Running in 3461c2602a73 [2021-01-08T00:37:41.115Z] Removing intermediate container b91e095d685a [2021-01-08T00:37:41.115Z] ---> 11feff496723 [2021-01-08T00:37:41.115Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-08T00:37:41.115Z] ---> Running in 9d965db1895f [2021-01-08T00:37:41.115Z] Removing intermediate container 3461c2602a73 [2021-01-08T00:37:41.115Z] ---> 2465807a399d [2021-01-08T00:37:41.115Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-08T00:37:41.382Z] Removing intermediate container 9d965db1895f [2021-01-08T00:37:41.382Z] ---> ac3107e34ad0 [2021-01-08T00:37:41.382Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:37:41.382Z] ---> Running in c26e5a3001a0 [2021-01-08T00:37:41.482Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.243s coverage: 46.6% of statements [2021-01-08T00:37:41.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-08T00:37:41.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-08T00:37:41.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-08T00:37:41.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-08T00:37:41.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-08T00:37:41.649Z] ---> 965050d5ddb1 [2021-01-08T00:37:41.649Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-08T00:37:41.916Z] ---> 605552a0d950 [2021-01-08T00:37:41.916Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-08T00:37:42.489Z] ---> d74d2566e995 [2021-01-08T00:37:42.489Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-08T00:37:42.489Z] Removing intermediate container c26e5a3001a0 [2021-01-08T00:37:42.489Z] ---> 69c6db07ca28 [2021-01-08T00:37:42.489Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-08T00:37:42.489Z] ---> Running in 385faba0379f [2021-01-08T00:37:42.489Z] ---> Running in 390431966ce0 [2021-01-08T00:37:43.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T00:37:43.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T00:37:43.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T00:37:43.329Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-08T00:37:43.329Z] (2/33) Installing expat (2.2.9-r1) [2021-01-08T00:37:43.329Z] (3/33) Installing libffi (3.3-r2) [2021-01-08T00:37:43.329Z] (4/33) Installing gdbm (1.13-r1) [2021-01-08T00:37:43.329Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-08T00:37:43.329Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-08T00:37:43.329Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-08T00:37:43.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T00:37:44.475Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-08T00:37:44.475Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-08T00:37:44.475Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-08T00:37:44.475Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-08T00:37:44.475Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-08T00:37:44.475Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-08T00:37:44.475Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-08T00:37:44.475Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-08T00:37:44.475Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-08T00:37:44.737Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-08T00:37:44.737Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-08T00:37:44.737Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-08T00:37:44.737Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-08T00:37:44.737Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-08T00:37:44.737Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-08T00:37:44.737Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-08T00:37:44.737Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-08T00:37:44.737Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-08T00:37:44.737Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-08T00:37:44.737Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-08T00:37:44.737Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-08T00:37:44.999Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-08T00:37:44.999Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-08T00:37:44.999Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-08T00:37:44.999Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-08T00:37:44.999Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-08T00:37:44.999Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-08T00:37:44.999Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-08T00:37:44.999Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-08T00:37:45.263Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-08T00:37:45.835Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-08T00:37:45.835Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:37:45.835Z] OK: 71 MiB in 55 packages [2021-01-08T00:37:45.835Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:37:45.835Z] OK: 8 MiB in 19 packages [2021-01-08T00:37:48.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.457s coverage: 27.0% of statements [2021-01-08T00:37:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-08T00:37:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-08T00:37:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-08T00:37:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-08T00:37:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-08T00:37:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-08T00:37:48.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.081s coverage: 100.0% of statements [2021-01-08T00:37:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-08T00:37:48.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2021-01-08T00:37:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-08T00:37:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-08T00:37:48.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.630s coverage: 77.8% of statements [2021-01-08T00:37:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-08T00:37:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-08T00:37:48.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.333s coverage: 82.4% of statements [2021-01-08T00:37:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-08T00:37:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-08T00:37:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-08T00:37:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-08T00:37:52.443Z] Removing intermediate container 390431966ce0 [2021-01-08T00:37:52.443Z] ---> 65760d6ddd3a [2021-01-08T00:37:52.443Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-08T00:37:54.999Z] ---> 889827c7afe3 [2021-01-08T00:37:54.999Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-08T00:37:55.262Z] Removing intermediate container 385faba0379f [2021-01-08T00:37:55.262Z] ---> aab675ac8f1c [2021-01-08T00:37:55.262Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-08T00:37:55.523Z] ---> Running in e5dee3175415 [2021-01-08T00:37:55.523Z] ---> 2f26eb33e105 [2021-01-08T00:37:55.523Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-08T00:37:55.787Z] ---> 7aa141b2cb4e [2021-01-08T00:37:55.788Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-08T00:37:56.050Z] ---> Running in af2582f19e4f [2021-01-08T00:37:56.050Z] Removing intermediate container af2582f19e4f [2021-01-08T00:37:56.050Z] ---> f262f6f859a6 [2021-01-08T00:37:56.050Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T00:37:56.050Z] ---> Running in 3e8b513447cc [2021-01-08T00:37:56.312Z] Removing intermediate container 3e8b513447cc [2021-01-08T00:37:56.312Z] ---> 211e207114b5 [2021-01-08T00:37:56.312Z] Step 21/23 : LABEL arch=x86_64 [2021-01-08T00:37:56.574Z] ---> Running in 0d31c1082cc7 [2021-01-08T00:37:56.574Z] Removing intermediate container 0d31c1082cc7 [2021-01-08T00:37:56.574Z] ---> 70315200d4f8 [2021-01-08T00:37:56.574Z] Step 22/23 : LABEL git_sha=78a4125272904c1191817962eed59749edf85166 [2021-01-08T00:37:56.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.194s coverage: 28.6% of statements [2021-01-08T00:37:56.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-08T00:37:56.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-08T00:37:56.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-08T00:37:56.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-08T00:37:56.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-08T00:37:56.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.155s coverage: 100.0% of statements [2021-01-08T00:37:56.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-08T00:37:56.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.104s coverage: 100.0% of statements [2021-01-08T00:37:56.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-08T00:37:56.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.325s coverage: 86.7% of statements [2021-01-08T00:37:56.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-08T00:37:56.838Z] ---> Running in 5b0726a71253 [2021-01-08T00:37:56.838Z] Collecting docker-compose==1.23.2 [2021-01-08T00:37:56.838Z] Removing intermediate container 5b0726a71253 [2021-01-08T00:37:56.838Z] ---> 42ec12f6b617 [2021-01-08T00:37:56.838Z] Step 23/23 : LABEL version=0.0.0 [2021-01-08T00:37:56.838Z] ---> Running in 1d2ed94f8c4a [2021-01-08T00:37:56.838Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-08T00:37:57.100Z] Removing intermediate container 1d2ed94f8c4a [2021-01-08T00:37:57.100Z] ---> 83a752e1a804 [2021-01-08T00:37:57.100Z] [2021-01-08T00:37:57.362Z] Successfully built 83a752e1a804 [2021-01-08T00:37:57.362Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-08T00:37:57.362Z] Successfully tagged docker-core-data-go:latest [2021-01-08T00:37:57.362Z]  Building docker-core-data-go ... done  Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-08T00:37:57.362Z] Collecting docopt<0.7,>=0.6.1 [2021-01-08T00:37:57.362Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-08T00:37:57.934Z] Collecting jsonschema<3,>=2.5.1 [2021-01-08T00:37:57.934Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-08T00:37:58.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.337s coverage: 97.5% of statements [2021-01-08T00:37:58.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-08T00:37:58.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.160s coverage: 78.3% of statements [2021-01-08T00:37:58.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-08T00:37:58.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-08T00:37:58.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-08T00:37:58.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-08T00:37:58.196Z] Collecting PyYAML<4,>=3.10 [2021-01-08T00:37:58.197Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-08T00:37:59.140Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-08T00:37:59.140Z] Collecting docker<4.0,>=3.6.0 [2021-01-08T00:37:59.140Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-08T00:37:59.401Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-08T00:37:59.401Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-08T00:37:59.979Z] Collecting texttable<0.10,>=0.9.0 [2021-01-08T00:37:59.979Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-08T00:38:00.242Z] Collecting cached-property<2,>=1.2.0 [2021-01-08T00:38:00.242Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-08T00:38:00.505Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-08T00:38:00.505Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-08T00:38:00.505Z] Collecting idna<2.8,>=2.5 [2021-01-08T00:38:00.505Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-08T00:38:00.766Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-08T00:38:00.766Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-08T00:38:00.766Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-08T00:38:00.766Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-08T00:38:00.766Z] Collecting docker-pycreds>=0.4.0 [2021-01-08T00:38:00.766Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-08T00:38:01.028Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-08T00:38:01.028Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-08T00:38:01.028Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-08T00:38:01.028Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-08T00:38:01.028Z] Installing collected packages: idna, urllib3, requests, docopt, jsonschema, PyYAML, docker-pycreds, websocket-client, docker, dockerpty, texttable, cached-property, docker-compose [2021-01-08T00:38:01.028Z] Attempting uninstall: idna [2021-01-08T00:38:01.028Z] Found existing installation: idna 2.9 [2021-01-08T00:38:01.028Z] Uninstalling idna-2.9: [2021-01-08T00:38:01.028Z] Successfully uninstalled idna-2.9 [2021-01-08T00:38:01.291Z] Attempting uninstall: urllib3 [2021-01-08T00:38:01.291Z] Found existing installation: urllib3 1.25.9 [2021-01-08T00:38:01.291Z] Uninstalling urllib3-1.25.9: [2021-01-08T00:38:01.291Z] Successfully uninstalled urllib3-1.25.9 [2021-01-08T00:38:01.553Z] Attempting uninstall: requests [2021-01-08T00:38:01.553Z] Found existing installation: requests 2.23.0 [2021-01-08T00:38:01.553Z] Uninstalling requests-2.23.0: [2021-01-08T00:38:01.553Z] Successfully uninstalled requests-2.23.0 [2021-01-08T00:38:01.821Z] Running setup.py install for docopt: started [2021-01-08T00:38:02.090Z] Running setup.py install for docopt: finished with status 'done' [2021-01-08T00:38:02.354Z] Running setup.py install for PyYAML: started [2021-01-08T00:38:02.926Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-08T00:38:03.187Z] Running setup.py install for dockerpty: started [2021-01-08T00:38:03.760Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-08T00:38:03.760Z] Running setup.py install for texttable: started [2021-01-08T00:38:04.026Z] Running setup.py install for texttable: finished with status 'done' [2021-01-08T00:38:04.288Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-08T00:38:04.763Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.988s coverage: 93.8% of statements [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-08T00:38:04.763Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-08T00:38:04.763Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.242s coverage: 0.1% of statements [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-08T00:38:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-08T00:38:04.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.066s coverage: 100.0% of statements [2021-01-08T00:38:04.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-08T00:38:04.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.098s coverage: 75.5% of statements [2021-01-08T00:38:04.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-08T00:38:05.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-01-08T00:38:05.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.149s coverage: 87.2% of statements [2021-01-08T00:38:06.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.213s coverage: 84.2% of statements [2021-01-08T00:38:07.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.195s coverage: 91.4% of statements [2021-01-08T00:38:07.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-08T00:38:08.515Z] Removing intermediate container e5dee3175415 [2021-01-08T00:38:08.515Z] ---> c8de5baa6afa [2021-01-08T00:38:08.515Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-08T00:38:08.515Z] ---> Running in 0b732a7a5f0c [2021-01-08T00:38:08.515Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T00:38:08.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T00:38:08.777Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T00:38:08.777Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-08T00:38:08.777Z] (3/3) Installing curl (7.69.1-r3) [2021-01-08T00:38:08.777Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:38:08.777Z] OK: 72 MiB in 58 packages [2021-01-08T00:38:09.350Z] Removing intermediate container 0b732a7a5f0c [2021-01-08T00:38:09.350Z] ---> 90f85cfe5dab [2021-01-08T00:38:09.350Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-08T00:38:09.611Z] ---> Running in 73bc0c57cd4b [2021-01-08T00:38:09.611Z] Removing intermediate container 73bc0c57cd4b [2021-01-08T00:38:09.611Z] ---> f999bced5e38 [2021-01-08T00:38:09.611Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T00:38:09.883Z] ---> Running in 362c8a6967f7 [2021-01-08T00:38:09.883Z] Removing intermediate container 362c8a6967f7 [2021-01-08T00:38:09.883Z] ---> 21cd2608faf9 [2021-01-08T00:38:09.883Z] Step 24/26 : LABEL arch=x86_64 [2021-01-08T00:38:09.883Z] ---> Running in eb10ee4b4956 [2021-01-08T00:38:10.148Z] Removing intermediate container eb10ee4b4956 [2021-01-08T00:38:10.148Z] ---> bcb400ff180e [2021-01-08T00:38:10.148Z] Step 25/26 : LABEL git_sha=78a4125272904c1191817962eed59749edf85166 [2021-01-08T00:38:10.148Z] ---> Running in 9c4577b55f01 [2021-01-08T00:38:10.409Z] Removing intermediate container 9c4577b55f01 [2021-01-08T00:38:10.409Z] ---> 7f2427ecf4ea [2021-01-08T00:38:10.409Z] Step 26/26 : LABEL version=0.0.0 [2021-01-08T00:38:10.409Z] ---> Running in e99d99a19c9a [2021-01-08T00:38:10.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.619s coverage: 63.5% of statements [2021-01-08T00:38:10.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-08T00:38:10.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-08T00:38:10.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.090s coverage: 100.0% of statements [2021-01-08T00:38:10.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.072s coverage: 91.3% of statements [2021-01-08T00:38:10.672Z] Removing intermediate container e99d99a19c9a [2021-01-08T00:38:10.672Z] ---> 8b456819f1ac [2021-01-08T00:38:10.672Z] [2021-01-08T00:38:10.672Z] Successfully built 8b456819f1ac [2021-01-08T00:38:10.672Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-08T00:38:11.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2021-01-08T00:38:11.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2021-01-08T00:38:11.256Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-08T00:38:11.274Z] $ docker stop --time=1 4bd5edb037fbea122b80a1e75ede971b0c315c49261ffacaeeec0f3ebb0023c4 [2021-01-08T00:38:12.194Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements [2021-01-08T00:38:12.871Z] $ docker rm -f 4bd5edb037fbea122b80a1e75ede971b0c315c49261ffacaeeec0f3ebb0023c4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-08T00:38:13.585Z] + docker images [2021-01-08T00:38:13.585Z] + grep docker [2021-01-08T00:38:13.585Z] docker-sys-mgmt-agent-go latest 8b456819f1ac 3 seconds ago 313MB [2021-01-08T00:38:13.585Z] docker-core-data-go latest 83a752e1a804 17 seconds ago 22.3MB [2021-01-08T00:38:13.585Z] docker-security-bootstrap-redis-go latest 0876169075de 47 seconds ago 15.8MB [2021-01-08T00:38:13.585Z] docker-core-command-go latest 562131decc6d 54 seconds ago 10.6MB [2021-01-08T00:38:13.585Z] docker-security-secretstore-setup-go latest 1f7a861e8d8b About a minute ago 24.6MB [2021-01-08T00:38:13.585Z] docker-security-proxy-setup-go latest 0ca801e75fb4 About a minute ago 24.4MB [2021-01-08T00:38:13.585Z] docker-core-metadata-go latest 079d16ead1be About a minute ago 13MB [2021-01-08T00:38:13.585Z] docker-support-notifications-go latest a1180e3c1f27 2 minutes ago 12MB [2021-01-08T00:38:13.585Z] docker-support-scheduler-go latest 472024d7d78a 2 minutes ago 10.7MB [2021-01-08T00:38:13.585Z] docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-08T00:38:16.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.820s coverage: 68.9% of statements [2021-01-08T00:38:16.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-08T00:38:16.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-08T00:38:16.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-08T00:38:16.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-08T00:38:16.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-08T00:38:17.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.399s coverage: 37.0% of statements [2021-01-08T00:38:17.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-08T00:38:17.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-08T00:38:17.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.558s coverage: 84.0% of statements [2021-01-08T00:38:17.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.121s coverage: 100.0% of statements [2021-01-08T00:38:24.290Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.391s coverage: 47.1% of statements [2021-01-08T00:38:24.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-08T00:38:24.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-08T00:38:24.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-08T00:38:24.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-08T00:38:24.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-08T00:38:24.290Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.147s coverage: 100.0% of statements [2021-01-08T00:38:24.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-08T00:38:24.290Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.180s coverage: 100.0% of statements [2021-01-08T00:38:24.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-08T00:38:29.342Z] Still waiting to schedule task [2021-01-08T00:38:29.342Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-08T00:38:29.706Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.020s coverage: 29.1% of statements [2021-01-08T00:38:29.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-08T00:38:29.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-08T00:38:29.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-08T00:38:29.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-08T00:38:29.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-08T00:38:29.706Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.194s coverage: 99.0% of statements [2021-01-08T00:38:29.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-08T00:38:29.706Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements [2021-01-08T00:38:29.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-08T00:38:29.706Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-01-08T00:38:29.706Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-08T00:38:29.706Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-01-08T00:38:29.706Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-08T00:38:29.706Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-08T00:38:29.706Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-08T00:38:29.706Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-08T00:38:29.706Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.073s coverage: 87.9% of statements [2021-01-08T00:38:29.706Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-08T00:38:29.706Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-08T00:38:29.706Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2021-01-08T00:38:29.706Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.050s coverage: 32.1% of statements [2021-01-08T00:38:30.678Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-08T00:38:31.268Z] GO111MODULE=on go vet ./... [2021-01-08T00:39:18.604Z] Running on prd-ubuntu18.04-docker-8c-8g-19004 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws [2021-01-08T00:39:18.706Z] Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout [2021-01-08T00:39:20.819Z] using credential edgex-jenkins-ssh [2021-01-08T00:39:20.884Z] Cloning the remote Git repository [2021-01-08T00:39:20.911Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-08T00:39:20.999Z] > git init /w/workspace/edgex-go/18 # timeout=10 [2021-01-08T00:39:21.040Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-08T00:39:21.041Z] > git --version # timeout=10 [2021-01-08T00:39:21.048Z] > git --version # 'git version 2.17.1' [2021-01-08T00:39:21.049Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T00:39:21.077Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T00:39:29.427Z] Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c [2021-01-08T00:39:29.604Z] Merge succeeded, producing e408b9fc78a4745baa3d73528fd6206458cf219f [2021-01-08T00:39:29.605Z] Checking out Revision e408b9fc78a4745baa3d73528fd6206458cf219f (PR-2924) [2021-01-08T00:39:28.826Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-08T00:39:28.837Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T00:39:28.847Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-08T00:39:28.859Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-08T00:39:28.860Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T00:39:28.864Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-08T00:39:29.440Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T00:39:29.446Z] > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # timeout=10 [2021-01-08T00:39:29.528Z] > git remote # timeout=10 [2021-01-08T00:39:29.534Z] > git config --get remote.origin.url # timeout=10 [2021-01-08T00:39:29.539Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T00:39:29.543Z] > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 [2021-01-08T00:39:29.603Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-08T00:39:29.612Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T00:39:29.616Z] > git checkout -f e408b9fc78a4745baa3d73528fd6206458cf219f # timeout=10 [2021-01-08T00:39:33.336Z] Commit message: "Merge commit '6aacc02e765899b5f00a422c0b56178915ca79e6' into HEAD" [2021-01-08T00:39:33.347Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:39:34.514Z] + echo snap-build.sh [2021-01-08T00:39:34.515Z] snap-build.sh [2021-01-08T00:39:34.515Z] + SNAP_BASE_DIR=. [2021-01-08T00:39:34.515Z] + '[' '!' -z /w/workspace/edgex-go/18 ']' [2021-01-08T00:39:34.515Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/18 [2021-01-08T00:39:34.515Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/18]' [2021-01-08T00:39:34.515Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/18] [2021-01-08T00:39:34.515Z] + cd /w/workspace/edgex-go/18 [2021-01-08T00:39:34.515Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-08T00:39:34.515Z] Reading package lists... [2021-01-08T00:39:34.777Z] Building dependency tree... [2021-01-08T00:39:34.777Z] Reading state information... [2021-01-08T00:39:34.777Z] The following packages were automatically installed and are no longer required: [2021-01-08T00:39:34.777Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-08T00:39:34.777Z] uidmap xdelta3 [2021-01-08T00:39:34.777Z] Use 'sudo apt autoremove' to remove them. [2021-01-08T00:39:34.777Z] The following packages will be REMOVED: [2021-01-08T00:39:34.777Z] lxd* lxd-client* [2021-01-08T00:39:33.344Z] > git rev-list --no-walk e788891512ce09ecddd3aa7be51b4fb6d975fd60 # timeout=10 [2021-01-08T00:39:35.349Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-08T00:39:35.349Z] After this operation, 31.7 MB disk space will be freed. [2021-01-08T00:39:36.139Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-08T00:39:36.139Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-08T00:39:37.107Z] Removing lxd dnsmasq configuration [2021-01-08T00:39:37.107Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-08T00:39:37.369Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-08T00:39:38.319Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-08T00:39:38.581Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-08T00:39:38.581Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-08T00:39:39.303Z] gofmt -l . [2021-01-08T00:39:39.303Z] [ "`gofmt -l .`" = "" ] [2021-01-08T00:39:39.303Z] ./bin/test-go-mod-tidy.sh [2021-01-08T00:39:39.303Z] ./bin/test-attribution-txt.sh [2021-01-08T00:39:39.524Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-08T00:39:39.787Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-08T00:39:41.176Z] + sudo snap remove --purge lxd [2021-01-08T00:39:41.438Z] snap "lxd" is not installed [2021-01-08T00:39:41.438Z] + sudo groupadd --force --system lxd [2021-01-08T00:39:41.438Z] ++ whoami [2021-01-08T00:39:41.438Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-08T00:39:41.438Z] + newgrp - lxd [2021-01-08T00:39:41.438Z] + sudo snap install lxd [Pipeline] sh [2021-01-08T00:39:44.275Z] + ls -al . [2021-01-08T00:39:44.275Z] total 664 [2021-01-08T00:39:44.275Z] drwxrwxr-x 9 1001 1001 4096 Jan 8 00:39 . [2021-01-08T00:39:44.275Z] drwxr-xr-x 4 root root 4096 Jan 8 00:36 .. [2021-01-08T00:39:44.275Z] -rw-rw-r-- 1 1001 1001 11 Jan 8 00:34 .dockerignore [2021-01-08T00:39:44.275Z] drwxrwxr-x 8 1001 1001 4096 Jan 8 00:34 .git [2021-01-08T00:39:44.275Z] drwxrwxr-x 3 1001 1001 4096 Jan 8 00:34 .github [2021-01-08T00:39:44.275Z] -rw-rw-r-- 1 1001 1001 824 Jan 8 00:34 .gitignore [2021-01-08T00:39:44.275Z] -rw-rw-r-- 1 1001 1001 166 Jan 8 00:34 .sonarcloud.properties [2021-01-08T00:39:44.275Z] -rw-rw-r-- 1 1001 1001 3804 Jan 8 00:34 CONTRIBUTING.md [2021-01-08T00:39:44.275Z] -rw-rw-r-- 1 1001 1001 931 Jan 8 00:34 Dockerfile.build [2021-01-08T00:39:44.275Z] -rw-rw-r-- 1 1001 1001 863 Jan 8 00:34 Jenkinsfile [2021-01-08T00:39:44.275Z] -rw-rw-r-- 1 1001 1001 10775 Jan 8 00:34 LICENSE [2021-01-08T00:39:44.275Z] -rw-rw-r-- 1 1001 1001 5750 Jan 8 00:34 Makefile [2021-01-08T00:39:44.275Z] -rw-rw-r-- 1 1001 1001 6524 Jan 8 00:34 README.md [2021-01-08T00:39:44.275Z] -rw-rw-r-- 1 1001 1001 6744 Jan 8 00:34 SECURITY.md [2021-01-08T00:39:44.275Z] -rw-rw-r-- 1 1001 1001 5 Jan 8 00:30 VERSION [2021-01-08T00:39:44.275Z] -rw-rw-r-- 1 1001 1001 4131 Jan 8 00:34 ZMQWindows.md [2021-01-08T00:39:44.275Z] drwxrwxr-x 2 1001 1001 4096 Jan 8 00:34 bin [2021-01-08T00:39:44.275Z] drwxrwxr-x 14 1001 1001 4096 Jan 8 00:34 cmd [2021-01-08T00:39:44.275Z] -rw-r--r-- 1 root root 536793 Jan 8 00:38 coverage.out [2021-01-08T00:39:44.275Z] -rw-r--r-- 1 root root 979 Jan 8 00:39 go.mod [2021-01-08T00:39:44.275Z] -rw-r--r-- 1 root root 19019 Jan 8 00:39 go.sum [2021-01-08T00:39:44.275Z] drwxrwxr-x 8 1001 1001 4096 Jan 8 00:34 internal [2021-01-08T00:39:44.275Z] drwxrwxr-x 4 1001 1001 4096 Jan 8 00:34 openapi [2021-01-08T00:39:44.275Z] drwxrwxr-x 4 1001 1001 4096 Jan 8 00:34 snap [2021-01-08T00:39:44.275Z] -rw-rw-r-- 1 1001 1001 168 Jan 8 00:34 version.go [Pipeline] sh [2021-01-08T00:39:44.928Z] + '[' -e coverage.out ] [2021-01-08T00:39:44.928Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-08T00:39:45.001Z] Warning: overwriting stash ‘coverage-report’ [2021-01-08T00:39:46.094Z] Stashed 1 file(s) [Pipeline] sh [2021-01-08T00:39:46.807Z] + make build [2021-01-08T00:39:46.807Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-08T00:39:49.601Z] 2021-01-08T00:39:46Z INFO Waiting for automatic snapd restart... [2021-01-08T00:39:57.012Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-08T00:39:59.625Z] lxd 4.9 from Canonical* installed [2021-01-08T00:39:59.625Z] + sudo lxd init --auto [2021-01-08T00:40:09.670Z] + sudo snap install --classic snapcraft [2021-01-08T00:40:16.259Z] snapcraft 4.4.4 from Canonical* installed [2021-01-08T00:40:16.259Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-08T00:40:16.259Z] + patch --verbose -p1 [2021-01-08T00:40:16.259Z] Hmm... Looks like a unified diff to me... [2021-01-08T00:40:16.259Z] The text leading up to this was: [2021-01-08T00:40:16.259Z] -------------------------- [2021-01-08T00:40:16.259Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-08T00:40:16.259Z] |From: Tony Espy [2021-01-08T00:40:16.259Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-08T00:40:16.259Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-08T00:40:16.259Z] | [2021-01-08T00:40:16.259Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-08T00:40:16.259Z] |optimize the snap CI check run for pull requests. When [2021-01-08T00:40:16.259Z] |applied, it essentially strips out everything (apps and [2021-01-08T00:40:16.259Z] |parts) from the snapcraft.yaml file except those required [2021-01-08T00:40:16.259Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-08T00:40:16.259Z] |catch changes to edgex-go that break the snap build. [2021-01-08T00:40:16.259Z] | [2021-01-08T00:40:16.259Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-08T00:40:16.259Z] |to update this patch file, otherwise it may fail to apply, [2021-01-08T00:40:16.259Z] |resulting in a failed snap build CI check in the associated [2021-01-08T00:40:16.259Z] |pull request. [2021-01-08T00:40:16.259Z] | [2021-01-08T00:40:16.259Z] |Note - in addition to applying this patch, the pipeline also [2021-01-08T00:40:16.259Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-08T00:40:16.259Z] |need to build the finally binary .snap file (and it won't [2021-01-08T00:40:16.259Z] |work with the patch applied). This further reduces the build [2021-01-08T00:40:16.259Z] |time. [2021-01-08T00:40:16.259Z] |--- [2021-01-08T00:40:16.259Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-08T00:40:16.259Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-08T00:40:16.259Z] | [2021-01-08T00:40:16.259Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-08T00:40:16.259Z] |index 1e537489..faf42425 100644 [2021-01-08T00:40:16.259Z] |--- a/snap/snapcraft.yaml [2021-01-08T00:40:16.259Z] |+++ b/snap/snapcraft.yaml [2021-01-08T00:40:16.259Z] -------------------------- [2021-01-08T00:40:16.259Z] patching file snap/snapcraft.yaml [2021-01-08T00:40:16.259Z] Using Plan A... [2021-01-08T00:40:16.259Z] Hunk #1 succeeded at 73. [2021-01-08T00:40:16.259Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-08T00:40:16.259Z] Hunk #3 succeeded at 214. [2021-01-08T00:40:16.259Z] Hunk #4 succeeded at 222. [2021-01-08T00:40:16.259Z] Hunk #5 succeeded at 229. [2021-01-08T00:40:16.259Z] Hunk #6 succeeded at 256. [2021-01-08T00:40:16.259Z] Hunk #7 succeeded at 290. [2021-01-08T00:40:16.259Z] Hunk #8 succeeded at 341. [2021-01-08T00:40:16.259Z] Hmm... Ignoring the trailing garbage. [2021-01-08T00:40:16.259Z] done [2021-01-08T00:40:16.259Z] + sudo snapcraft prime --use-lxd [2021-01-08T00:40:17.198Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-08T00:40:17.198Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-08T00:40:17.198Z] - README.md [2021-01-08T00:40:17.198Z] - snapcraft.yaml.orig [2021-01-08T00:40:17.198Z] [2021-01-08T00:40:17.198Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-08T00:40:18.161Z] Launching a container. [2021-01-08T00:40:19.257Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-08T00:40:22.706Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-08T00:40:27.007Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-08T00:40:27.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-08T00:40:30.430Z] Waiting for container to be ready [2021-01-08T00:40:30.430Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-08T00:40:30.430Z] [2021-01-08T00:40:32.987Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-08T00:40:33.250Z] Waiting for network to be ready... [2021-01-08T00:40:33.385Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-08T00:40:33.821Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-08T00:40:33.821Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-08T00:40:34.392Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] [2021-01-08T00:40:34.392Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-08T00:40:34.392Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-08T00:40:34.652Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-08T00:40:34.652Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] [2021-01-08T00:40:34.652Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-08T00:40:34.652Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-08T00:40:34.652Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-08T00:40:34.652Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] [2021-01-08T00:40:34.652Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-08T00:40:34.652Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] [2021-01-08T00:40:34.652Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-08T00:40:34.652Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-08T00:40:34.652Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-08T00:40:34.652Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-08T00:40:34.912Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-08T00:40:35.172Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-08T00:40:35.172Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-08T00:40:35.433Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-08T00:40:35.433Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] [2021-01-08T00:40:35.433Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] [2021-01-08T00:40:35.433Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-08T00:40:35.433Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-08T00:40:35.433Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-08T00:40:35.694Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-08T00:40:37.694Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-08T00:40:38.242Z] Fetched 23.6 MB in 4s (5335 kB/s) [2021-01-08T00:40:38.816Z] Reading package lists... [2021-01-08T00:40:39.079Z] Reading package lists... [2021-01-08T00:40:39.340Z] Building dependency tree... [2021-01-08T00:40:39.340Z] Reading state information... [2021-01-08T00:40:39.340Z] The following additional packages will be installed: [2021-01-08T00:40:39.340Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-08T00:40:39.340Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-08T00:40:39.341Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-08T00:40:39.341Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-08T00:40:39.341Z] Suggested packages: [2021-01-08T00:40:39.341Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-08T00:40:39.341Z] Recommended packages: [2021-01-08T00:40:39.341Z] gnupg libsasl2-modules [2021-01-08T00:40:39.341Z] The following NEW packages will be installed: [2021-01-08T00:40:39.341Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-08T00:40:39.341Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-08T00:40:39.341Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-08T00:40:39.341Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-08T00:40:39.341Z] The following packages will be upgraded: [2021-01-08T00:40:39.341Z] gpg gpg-agent gpgconf libudev1 [2021-01-08T00:40:39.341Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-08T00:40:39.341Z] Need to get 3532 kB of archives. [2021-01-08T00:40:39.341Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-08T00:40:39.341Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-08T00:40:39.603Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-08T00:40:39.603Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-08T00:40:39.603Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-08T00:40:39.603Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-08T00:40:39.603Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-08T00:40:39.603Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-08T00:40:39.866Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-08T00:40:40.458Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-08T00:40:40.458Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-08T00:40:40.458Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-08T00:40:40.458Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-08T00:40:40.458Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-08T00:40:40.458Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-08T00:40:40.458Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-08T00:40:40.458Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-08T00:40:40.458Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-08T00:40:40.458Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-08T00:40:40.458Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-08T00:40:40.459Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-08T00:40:40.459Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-08T00:40:40.459Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-08T00:40:40.720Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-08T00:40:40.720Z] Fetched 3532 kB in 1s (3037 kB/s) [2021-01-08T00:40:40.720Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-08T00:40:40.720Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-08T00:40:40.720Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-08T00:40:40.981Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-08T00:40:40.981Z] Selecting previously unselected package udev. [2021-01-08T00:40:40.981Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-08T00:40:40.981Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-08T00:40:40.981Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-08T00:40:41.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-08T00:40:41.242Z] Selecting previously unselected package libfuse2:amd64. [2021-01-08T00:40:41.242Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-08T00:40:41.242Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-08T00:40:41.503Z] Selecting previously unselected package fuse. [2021-01-08T00:40:41.503Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-08T00:40:41.503Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-08T00:40:41.503Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-08T00:40:41.503Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-08T00:40:41.503Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-08T00:40:41.503Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-08T00:40:41.766Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-08T00:40:41.766Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-08T00:40:41.766Z] Selecting previously unselected package libksba8:amd64. [2021-01-08T00:40:41.766Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-08T00:40:41.766Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-08T00:40:42.034Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-08T00:40:42.034Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T00:40:42.034Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T00:40:42.034Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-08T00:40:42.034Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T00:40:42.034Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T00:40:42.296Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-08T00:40:42.296Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T00:40:42.296Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T00:40:42.296Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-08T00:40:42.296Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T00:40:42.296Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T00:40:42.557Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-08T00:40:42.557Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T00:40:42.557Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T00:40:42.557Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-08T00:40:42.557Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T00:40:42.557Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T00:40:42.819Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-08T00:40:42.819Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T00:40:42.819Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T00:40:42.819Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-08T00:40:42.819Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T00:40:42.819Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T00:40:43.081Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-08T00:40:43.081Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T00:40:43.081Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T00:40:43.081Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-08T00:40:43.081Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-08T00:40:43.081Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-08T00:40:43.081Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-08T00:40:43.081Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-08T00:40:43.081Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-08T00:40:43.343Z] Selecting previously unselected package libldap-common. [2021-01-08T00:40:43.343Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-08T00:40:43.343Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-08T00:40:43.343Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-08T00:40:43.343Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-08T00:40:43.343Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-08T00:40:43.343Z] Selecting previously unselected package dirmngr. [2021-01-08T00:40:43.343Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-08T00:40:43.604Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-08T00:40:43.605Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-08T00:40:43.605Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-08T00:40:43.605Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-08T00:40:43.605Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-08T00:40:43.605Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-08T00:40:43.866Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-08T00:40:43.866Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T00:40:43.866Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-08T00:40:43.866Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-08T00:40:43.866Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-08T00:40:44.128Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-08T00:40:44.389Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T00:40:44.389Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-08T00:40:44.389Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-08T00:40:44.389Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-08T00:40:44.649Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T00:40:44.649Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T00:40:44.649Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T00:40:44.649Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T00:40:44.649Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T00:40:44.649Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T00:40:44.649Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T00:40:44.649Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-08T00:40:44.649Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-08T00:40:44.911Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-08T00:40:45.172Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-08T00:40:45.173Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-08T00:40:45.173Z] This means they are not meant to be enabled using systemctl. [2021-01-08T00:40:45.173Z] Possible reasons for having this kind of units are: [2021-01-08T00:40:45.173Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-08T00:40:45.173Z] .wants/ or .requires/ directory. [2021-01-08T00:40:45.173Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-08T00:40:45.173Z] a requirement dependency on it. [2021-01-08T00:40:45.173Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-08T00:40:45.173Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-08T00:40:45.173Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-08T00:40:45.173Z] instance name specified. [2021-01-08T00:40:45.398Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-08T00:40:45.432Z] Reading package lists... [2021-01-08T00:40:45.690Z] Building dependency tree... [2021-01-08T00:40:45.690Z] Reading state information... [2021-01-08T00:40:45.690Z] The following additional packages will be installed: [2021-01-08T00:40:45.690Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-08T00:40:45.690Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-08T00:40:45.690Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-08T00:40:45.690Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-08T00:40:45.690Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-08T00:40:45.690Z] Suggested packages: [2021-01-08T00:40:45.690Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-08T00:40:45.691Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-08T00:40:45.691Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-08T00:40:45.691Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-08T00:40:45.691Z] systemd-container policykit-1 [2021-01-08T00:40:45.691Z] Recommended packages: [2021-01-08T00:40:45.691Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-08T00:40:45.951Z] The following NEW packages will be installed: [2021-01-08T00:40:45.951Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-08T00:40:45.951Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-08T00:40:45.951Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-08T00:40:45.951Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-08T00:40:45.951Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-08T00:40:45.951Z] The following packages will be upgraded: [2021-01-08T00:40:45.951Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-08T00:40:45.951Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-08T00:40:45.951Z] Need to get 35.2 MB of archives. [2021-01-08T00:40:45.951Z] After this operation, 141 MB of additional disk space will be used. [2021-01-08T00:40:45.951Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-08T00:40:45.951Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-08T00:40:46.894Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-08T00:40:46.894Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-08T00:40:46.894Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-08T00:40:46.894Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-08T00:40:46.894Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-08T00:40:46.894Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-08T00:40:46.894Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-08T00:40:46.894Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-08T00:40:46.894Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-08T00:40:46.894Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-08T00:40:46.894Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-08T00:40:46.894Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-08T00:40:46.894Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-08T00:40:46.894Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-08T00:40:46.894Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-08T00:40:46.894Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-08T00:40:46.894Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-08T00:40:46.894Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-08T00:40:46.894Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-08T00:40:47.154Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-08T00:40:47.154Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-08T00:40:47.154Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-08T00:40:47.154Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-08T00:40:47.154Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-08T00:40:47.154Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-08T00:40:47.154Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-08T00:40:47.154Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-08T00:40:47.154Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-08T00:40:48.540Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-08T00:40:48.540Z] Fetched 35.2 MB in 2s (15.7 MB/s) [2021-01-08T00:40:48.540Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-08T00:40:48.540Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-08T00:40:48.540Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-08T00:40:48.787Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-08T00:40:49.113Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-08T00:40:49.113Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-08T00:40:49.374Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-08T00:40:49.374Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-08T00:40:49.374Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-08T00:40:49.374Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-08T00:40:49.634Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-08T00:40:49.634Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-08T00:40:49.634Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-08T00:40:49.634Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-08T00:40:50.206Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-08T00:40:50.206Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-08T00:40:50.467Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-08T00:40:50.729Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-08T00:40:50.729Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-08T00:40:50.729Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-08T00:40:50.991Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-08T00:40:50.991Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-08T00:40:50.991Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T00:40:51.253Z] Selecting previously unselected package libexpat1:amd64. [2021-01-08T00:40:51.253Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-08T00:40:51.253Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-08T00:40:51.253Z] Selecting previously unselected package python3.6-minimal. [2021-01-08T00:40:51.253Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-08T00:40:51.253Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T00:40:51.513Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-08T00:40:51.513Z] Checking for services that may need to be restarted...done. [2021-01-08T00:40:51.513Z] Checking for services that may need to be restarted...done. [2021-01-08T00:40:51.775Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T00:40:52.035Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-08T00:40:52.035Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T00:40:52.607Z] Selecting previously unselected package python3-minimal. [2021-01-08T00:40:52.607Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-08T00:40:52.607Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-08T00:40:52.607Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-08T00:40:52.607Z] Selecting previously unselected package mime-support. [2021-01-08T00:40:52.607Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-08T00:40:52.607Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-08T00:40:52.869Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-08T00:40:52.869Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-08T00:40:52.869Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-08T00:40:52.869Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-08T00:40:52.869Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-08T00:40:52.869Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T00:40:53.129Z] Selecting previously unselected package python3.6. [2021-01-08T00:40:53.129Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-08T00:40:53.129Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T00:40:53.391Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-08T00:40:53.391Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-08T00:40:53.391Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-08T00:40:53.391Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-08T00:40:53.653Z] Selecting previously unselected package python3. [2021-01-08T00:40:53.653Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-08T00:40:53.653Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-08T00:40:53.653Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-08T00:40:53.653Z] Selecting previously unselected package multiarch-support. [2021-01-08T00:40:53.653Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-08T00:40:53.653Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-08T00:40:53.653Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-08T00:40:53.913Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-08T00:40:53.913Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-08T00:40:53.913Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-08T00:40:53.913Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-08T00:40:53.913Z] Selecting previously unselected package libbsd0:amd64. [2021-01-08T00:40:53.913Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-08T00:40:53.913Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-08T00:40:54.175Z] Selecting previously unselected package sudo. [2021-01-08T00:40:54.175Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-08T00:40:54.175Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-08T00:40:54.175Z] Selecting previously unselected package apparmor. [2021-01-08T00:40:54.175Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-08T00:40:54.175Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-08T00:40:54.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-08T00:40:54.437Z] Selecting previously unselected package libedit2:amd64. [2021-01-08T00:40:54.437Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-08T00:40:54.437Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-08T00:40:54.437Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-08T00:40:54.437Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-08T00:40:54.437Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T00:40:54.702Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-08T00:40:54.702Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-08T00:40:54.702Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T00:40:54.702Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-08T00:40:54.702Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-08T00:40:54.702Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-08T00:40:54.964Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-08T00:40:54.964Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-08T00:40:54.964Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T00:40:54.964Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-08T00:40:54.964Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-08T00:40:54.964Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T00:40:55.226Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-08T00:40:55.226Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-08T00:40:55.226Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-08T00:40:55.226Z] Selecting previously unselected package openssh-client. [2021-01-08T00:40:55.226Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-08T00:40:55.226Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-08T00:40:55.488Z] Selecting previously unselected package squashfs-tools. [2021-01-08T00:40:55.488Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-08T00:40:55.488Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-08T00:40:55.488Z] Selecting previously unselected package snapd. [2021-01-08T00:40:55.488Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-08T00:40:55.750Z] Unpacking snapd (2.48+18.04) ... [Pipeline] } [2021-01-08T00:40:56.830Z] $ docker stop --time=1 dcd66bbc0c4d496d430578bcfa27e634a2621040a95fb8aaa2269e13e5a2faba [2021-01-08T00:40:58.299Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-08T00:40:58.299Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-08T00:40:58.299Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-08T00:40:58.299Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-08T00:40:58.299Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-08T00:40:58.560Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T00:40:58.560Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-08T00:40:58.560Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-08T00:40:58.560Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-08T00:40:59.197Z] $ docker rm -f dcd66bbc0c4d496d430578bcfa27e634a2621040a95fb8aaa2269e13e5a2faba [2021-01-08T00:40:59.503Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-08T00:40:59.503Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-08T00:40:59.503Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-08T00:40:59.503Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T00:40:59.503Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T00:40:59.503Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T00:41:00.076Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-08T00:41:00.076Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T00:41:00.336Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-08T00:41:00.336Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-08T00:41:00.336Z] running python rtupdate hooks for python3.6... [2021-01-08T00:41:00.336Z] running python post-rtupdate hooks for python3.6... [2021-01-08T00:41:00.336Z] Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:41:01.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-08T00:41:01.136Z] [2021-01-08T00:41:01.136Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:41:01.520Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-08T00:41:01.520Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-08T00:41:01.520Z] 29e5d40040c1: Pulling fs layer [2021-01-08T00:41:01.520Z] 1ce36da41761: Pulling fs layer [2021-01-08T00:41:01.520Z] 25b303627fd3: Pulling fs layer [2021-01-08T00:41:01.720Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-08T00:41:01.720Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T00:41:01.720Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-08T00:41:01.793Z] 29e5d40040c1: Verifying Checksum [2021-01-08T00:41:01.793Z] 29e5d40040c1: Download complete [2021-01-08T00:41:01.983Z] Setting up snapd (2.48+18.04) ... [2021-01-08T00:41:02.247Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-08T00:41:02.393Z] 1ce36da41761: Verifying Checksum [2021-01-08T00:41:02.393Z] 1ce36da41761: Download complete [2021-01-08T00:41:02.393Z] 29e5d40040c1: Pull complete [2021-01-08T00:41:02.508Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-08T00:41:02.771Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-08T00:41:02.771Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-08T00:41:03.032Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-08T00:41:03.032Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-08T00:41:03.292Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-08T00:41:03.292Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-08T00:41:03.553Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-08T00:41:03.814Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-08T00:41:03.814Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-08T00:41:03.814Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-08T00:41:03.841Z] 1ce36da41761: Pull complete [2021-01-08T00:41:04.076Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-08T00:41:04.433Z] 25b303627fd3: Verifying Checksum [2021-01-08T00:41:04.433Z] 25b303627fd3: Download complete [2021-01-08T00:41:05.017Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-08T00:41:05.017Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-08T00:41:05.017Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-08T00:41:06.221Z] Reading package lists... [2021-01-08T00:41:06.221Z] Reading package lists... [2021-01-08T00:41:06.480Z] Building dependency tree... [2021-01-08T00:41:06.480Z] Reading state information... [2021-01-08T00:41:06.740Z] Calculating upgrade... [2021-01-08T00:41:06.740Z] The following packages will be upgraded: [2021-01-08T00:41:06.740Z] advancecomp base-files bash binutils binutils-common [2021-01-08T00:41:06.740Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-08T00:41:06.740Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-08T00:41:06.740Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-08T00:41:06.740Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-08T00:41:06.740Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-08T00:41:06.740Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-08T00:41:06.740Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-08T00:41:06.740Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-08T00:41:06.740Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-08T00:41:06.740Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-08T00:41:06.740Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-08T00:41:06.740Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-08T00:41:06.740Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-08T00:41:06.740Z] ubuntu-keyring util-linux [2021-01-08T00:41:07.000Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-08T00:41:07.000Z] Need to get 63.7 MB of archives. [2021-01-08T00:41:07.000Z] After this operation, 5201 kB of additional disk space will be used. [2021-01-08T00:41:07.000Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-08T00:41:07.000Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] [2021-01-08T00:41:07.943Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-08T00:41:07.943Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-08T00:41:07.943Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-08T00:41:07.943Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-08T00:41:07.943Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-08T00:41:07.943Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-08T00:41:07.943Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-08T00:41:07.943Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-08T00:41:07.943Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-08T00:41:07.943Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-08T00:41:07.943Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-08T00:41:07.943Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-08T00:41:07.943Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-08T00:41:07.943Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-08T00:41:07.943Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-08T00:41:07.943Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-08T00:41:07.943Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-08T00:41:07.943Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-08T00:41:07.943Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-08T00:41:07.943Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-08T00:41:07.943Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-08T00:41:07.943Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-08T00:41:07.943Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-08T00:41:07.943Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-08T00:41:07.943Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-08T00:41:07.943Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-08T00:41:08.204Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-08T00:41:08.204Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-08T00:41:08.204Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-08T00:41:08.204Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-08T00:41:08.204Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-08T00:41:08.204Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-08T00:41:08.204Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-08T00:41:08.204Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-08T00:41:08.204Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-08T00:41:08.204Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-08T00:41:08.204Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-08T00:41:08.204Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-08T00:41:08.204Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-08T00:41:08.204Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-08T00:41:08.204Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-08T00:41:08.467Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-08T00:41:08.467Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-08T00:41:08.467Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-08T00:41:08.467Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-08T00:41:08.467Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-08T00:41:08.467Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-08T00:41:08.467Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-08T00:41:08.467Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-08T00:41:08.467Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-08T00:41:08.467Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-08T00:41:08.467Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-08T00:41:08.467Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-08T00:41:08.467Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-08T00:41:08.467Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-08T00:41:08.467Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-08T00:41:08.467Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-08T00:41:08.467Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-08T00:41:08.467Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-08T00:41:08.467Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-08T00:41:08.467Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-08T00:41:08.467Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-08T00:41:08.467Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-08T00:41:08.467Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-08T00:41:08.467Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-08T00:41:08.729Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-08T00:41:08.729Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-08T00:41:08.729Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-08T00:41:08.729Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-08T00:41:08.729Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-08T00:41:08.729Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-08T00:41:08.729Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-08T00:41:08.729Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-08T00:41:08.729Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-08T00:41:08.729Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-08T00:41:08.729Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2021-01-08T00:41:08.729Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-08T00:41:08.729Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-08T00:41:08.729Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-08T00:41:08.989Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-08T00:41:08.989Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-08T00:41:08.989Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-08T00:41:08.989Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-08T00:41:08.989Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-08T00:41:08.989Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-08T00:41:08.989Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-08T00:41:09.571Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-08T00:41:10.141Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-08T00:41:10.141Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-08T00:41:10.402Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-08T00:41:10.972Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-08T00:41:10.972Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-08T00:41:10.972Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-08T00:41:10.972Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-08T00:41:10.972Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-08T00:41:10.972Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-08T00:41:10.972Z] Fetched 63.7 MB in 4s (16.1 MB/s) [2021-01-08T00:41:10.972Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:10.972Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-08T00:41:10.972Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-08T00:41:11.921Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-08T00:41:11.921Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-08T00:41:11.921Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... [2021-01-08T00:41:11.921Z] Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... [2021-01-08T00:41:12.861Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:12.861Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T00:41:12.861Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:12.861Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T00:41:13.122Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:13.122Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T00:41:13.122Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:13.122Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T00:41:13.381Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:13.381Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T00:41:13.382Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:13.382Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T00:41:13.382Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:13.382Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T00:41:13.641Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T00:41:13.641Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-08T00:41:13.641Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:13.910Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-08T00:41:13.910Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-08T00:41:13.910Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-08T00:41:13.910Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:13.910Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T00:41:14.172Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:14.172Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T00:41:14.172Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:14.434Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T00:41:14.434Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T00:41:14.563Z] 25b303627fd3: Pull complete [2021-01-08T00:41:14.563Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-08T00:41:14.563Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-08T00:41:14.563Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-08T00:41:14.695Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-08T00:41:14.695Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-08T00:41:14.832Z] prd-ubuntu18.04-docker-arm64-4c-16g-18999 does not seem to be running inside a container [2021-01-08T00:41:14.918Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-08T00:41:14.956Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-08T00:41:15.217Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-08T00:41:15.480Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-08T00:41:15.481Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-08T00:41:15.481Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-08T00:41:15.481Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-08T00:41:15.481Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-08T00:41:15.742Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-08T00:41:16.005Z] Installing new version of config file /etc/issue ... [2021-01-08T00:41:16.005Z] Installing new version of config file /etc/issue.net ... [2021-01-08T00:41:16.005Z] Installing new version of config file /etc/lsb-release ... [2021-01-08T00:41:16.005Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-08T00:41:16.269Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-08T00:41:16.269Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-08T00:41:16.269Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-08T00:41:16.269Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:16.269Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-08T00:41:16.269Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-08T00:41:16.532Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-08T00:41:16.532Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-08T00:41:16.808Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:16.808Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T00:41:16.808Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-08T00:41:16.808Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-08T00:41:17.074Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:17.074Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-08T00:41:17.074Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-08T00:41:17.074Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-08T00:41:17.345Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:17.345Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-08T00:41:17.345Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-08T00:41:17.606Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-08T00:41:17.868Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:17.868Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-08T00:41:17.868Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-08T00:41:17.868Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-08T00:41:18.093Z] $ docker top 6f98052ed3ca329fce010dff1d67656a23ab9619ab0ae71e850a87bbb7337eef -eo pid,comm [2021-01-08T00:41:18.129Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:18.129Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-08T00:41:18.129Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [Pipeline] { [2021-01-08T00:41:18.389Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-08T00:41:18.389Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:18.389Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-08T00:41:18.389Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [Pipeline] sh [2021-01-08T00:41:18.651Z] Setting up grep (3.1-2build1) ... [2021-01-08T00:41:18.651Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:18.651Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-08T00:41:18.914Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-08T00:41:18.914Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-08T00:41:18.914Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:18.914Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-08T00:41:18.914Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-08T00:41:19.086Z] + docker-compose build --help [2021-01-08T00:41:19.086Z] + grep parallel [2021-01-08T00:41:19.173Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-08T00:41:19.174Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:19.174Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-08T00:41:19.174Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-08T00:41:19.754Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-08T00:41:19.754Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-08T00:41:19.754Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-08T00:41:19.755Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-08T00:41:20.328Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-08T00:41:20.590Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:20.590Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-08T00:41:20.590Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-08T00:41:21.536Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-08T00:41:21.536Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-08T00:41:21.536Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-08T00:41:21.536Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-08T00:41:21.795Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-08T00:41:21.795Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:21.795Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-08T00:41:21.795Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-08T00:41:22.054Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-08T00:41:22.315Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:22.315Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T00:41:22.315Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T00:41:22.315Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-08T00:41:22.315Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:22.315Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T00:41:22.315Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T00:41:22.490Z] --parallel Build images in parallel. [Pipeline] } [2021-01-08T00:41:22.512Z] $ docker stop --time=1 6f98052ed3ca329fce010dff1d67656a23ab9619ab0ae71e850a87bbb7337eef [2021-01-08T00:41:22.576Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-08T00:41:22.576Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:22.576Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T00:41:22.576Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T00:41:22.837Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-08T00:41:22.837Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:22.837Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T00:41:23.098Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T00:41:23.098Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-08T00:41:23.360Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:23.360Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-08T00:41:23.360Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-08T00:41:23.360Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-08T00:41:23.360Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-08T00:41:23.623Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-08T00:41:23.623Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:23.623Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-08T00:41:23.623Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-08T00:41:23.623Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-08T00:41:23.884Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:23.884Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T00:41:23.884Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T00:41:23.884Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-08T00:41:24.145Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:24.145Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T00:41:24.145Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T00:41:24.145Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-08T00:41:24.376Z] $ docker rm -f 6f98052ed3ca329fce010dff1d67656a23ab9619ab0ae71e850a87bbb7337eef [2021-01-08T00:41:24.407Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:24.407Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T00:41:24.407Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:41:25.002Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-08T00:41:25.002Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-08T00:41:25.263Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-08T00:41:25.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-08T00:41:25.310Z] . [Pipeline] withDockerContainer [2021-01-08T00:41:25.525Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:25.525Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-08T00:41:25.525Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-08T00:41:25.525Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-08T00:41:25.610Z] prd-ubuntu18.04-docker-arm64-4c-16g-18999 does not seem to be running inside a container [2021-01-08T00:41:25.724Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-08T00:41:25.785Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T00:41:25.785Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-08T00:41:25.785Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-08T00:41:26.045Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-08T00:41:26.045Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T00:41:26.045Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-08T00:41:26.045Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-08T00:41:26.306Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-08T00:41:26.567Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T00:41:26.567Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-08T00:41:26.567Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-08T00:41:26.567Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-08T00:41:26.828Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T00:41:26.828Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-08T00:41:26.828Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-08T00:41:26.828Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-08T00:41:27.090Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T00:41:27.090Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-08T00:41:27.090Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-08T00:41:27.087Z] $ docker top a9e20e850c9b31fbc739a329c69672ef6cc923e3ea884c06891d00e027552d9e -eo pid,comm [2021-01-08T00:41:27.363Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [Pipeline] { [Pipeline] sh [2021-01-08T00:41:27.628Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T00:41:27.628Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T00:41:27.628Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T00:41:27.628Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-08T00:41:27.628Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-08T00:41:27.889Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-08T00:41:27.889Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-08T00:41:27.889Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-08T00:41:27.889Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T00:41:27.889Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-08T00:41:27.889Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-08T00:41:28.149Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-08T00:41:28.149Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T00:41:28.149Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-08T00:41:28.181Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-08T00:41:28.409Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-08T00:41:28.409Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-08T00:41:28.670Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T00:41:28.670Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-08T00:41:28.670Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-08T00:41:28.670Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-08T00:41:28.931Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T00:41:28.931Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-08T00:41:28.931Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-08T00:41:28.931Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-08T00:41:29.190Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T00:41:29.190Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-08T00:41:29.190Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-08T00:41:29.451Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-08T00:41:29.712Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T00:41:29.712Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-08T00:41:29.712Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-08T00:41:29.712Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-08T00:41:29.973Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T00:41:29.973Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-08T00:41:29.973Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-08T00:41:29.973Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-08T00:41:30.235Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T00:41:30.235Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-08T00:41:30.235Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-08T00:41:30.235Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-08T00:41:30.495Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T00:41:30.495Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-08T00:41:30.495Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-08T00:41:30.495Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-08T00:41:30.757Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T00:41:30.757Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-08T00:41:30.757Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-08T00:41:31.017Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-08T00:41:31.017Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T00:41:31.017Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-08T00:41:31.017Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-08T00:41:31.280Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-08T00:41:31.280Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T00:41:31.280Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-08T00:41:31.280Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-08T00:41:31.280Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-08T00:41:31.541Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-08T00:41:31.541Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-08T00:41:31.541Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-08T00:41:31.541Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-08T00:41:31.541Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-08T00:41:31.802Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-08T00:41:31.802Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-08T00:41:32.062Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-08T00:41:32.062Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-08T00:41:32.404Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-08T00:41:32.404Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-08T00:41:32.404Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-08T00:41:32.404Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-08T00:41:32.404Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-08T00:41:32.479Z] Building docker-core-command-go ... [2021-01-08T00:41:32.479Z] Building docker-core-data-go ... [2021-01-08T00:41:32.479Z] Building docker-core-metadata-go ... [2021-01-08T00:41:32.479Z] Building docker-security-bootstrap-redis-go ... [2021-01-08T00:41:32.479Z] Building docker-security-proxy-setup-go ... [2021-01-08T00:41:32.479Z] Building docker-security-secretstore-setup-go ... [2021-01-08T00:41:32.479Z] Building docker-support-notifications-go ... [2021-01-08T00:41:32.479Z] Building docker-support-scheduler-go ... [2021-01-08T00:41:32.479Z] Building docker-sys-mgmt-agent-go ... [2021-01-08T00:41:32.479Z] Building docker-support-notifications-go [2021-01-08T00:41:32.479Z] Building docker-core-command-go [2021-01-08T00:41:32.479Z] Building docker-security-proxy-setup-go [2021-01-08T00:41:32.479Z] Building docker-core-metadata-go [2021-01-08T00:41:32.479Z] Building docker-security-bootstrap-redis-go [2021-01-08T00:41:32.673Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-08T00:41:32.673Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-08T00:41:32.673Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-08T00:41:32.938Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-08T00:41:32.938Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-08T00:41:32.938Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-08T00:41:32.938Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-08T00:41:33.221Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-08T00:41:33.221Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-08T00:41:33.221Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2021-01-08T00:41:33.221Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2021-01-08T00:41:34.760Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-08T00:41:34.760Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-08T00:41:34.760Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-08T00:41:34.760Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-08T00:41:34.760Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-08T00:41:35.020Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-08T00:41:35.280Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-08T00:41:35.280Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-08T00:41:35.280Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-08T00:41:35.541Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-08T00:41:35.541Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-08T00:41:35.541Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-08T00:41:35.802Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:35.802Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T00:41:35.802Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:36.062Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T00:41:36.062Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:36.062Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T00:41:36.322Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:36.322Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T00:41:37.259Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:37.259Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T00:41:38.199Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:38.199Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T00:41:38.775Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:38.775Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T00:41:39.346Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:39.346Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T00:41:39.918Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T00:41:40.184Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T00:41:40.184Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-08T00:41:40.184Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-08T00:41:40.184Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-08T00:41:40.184Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-08T00:41:40.445Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-08T00:41:40.445Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-08T00:41:40.708Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-08T00:41:40.708Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-08T00:41:40.708Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-08T00:41:40.708Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-08T00:41:40.970Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-08T00:41:40.970Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-08T00:41:40.970Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-08T00:41:40.970Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-08T00:41:41.231Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T00:41:41.231Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-08T00:41:41.231Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T00:41:41.231Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T00:41:41.231Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T00:41:41.231Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-08T00:41:41.231Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-08T00:41:41.231Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2021-01-08T00:41:41.492Z] [2021-01-08T00:41:41.492Z] Current default time zone: 'Etc/UTC' [2021-01-08T00:41:41.492Z] Local time is now: Fri Jan 8 00:41:41 UTC 2021. [2021-01-08T00:41:41.492Z] Universal Time is now: Fri Jan 8 00:41:41 UTC 2021. [2021-01-08T00:41:41.492Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-08T00:41:41.492Z] [2021-01-08T00:41:41.492Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-08T00:41:41.492Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T00:41:41.492Z] Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... [2021-01-08T00:41:41.492Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-08T00:41:41.492Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-08T00:41:41.754Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-08T00:41:41.754Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-08T00:41:41.754Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-08T00:41:41.754Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-08T00:41:41.754Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-08T00:41:41.754Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T00:41:41.754Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-08T00:41:42.021Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T00:41:42.284Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-08T00:41:42.284Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T00:41:42.284Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-08T00:41:42.284Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-08T00:41:42.284Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-08T00:41:42.284Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-08T00:41:42.284Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-08T00:41:42.284Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-08T00:41:42.284Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-08T00:41:42.546Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-08T00:41:44.462Z] Updating certificates in /etc/ssl/certs... [2021-01-08T00:41:45.406Z] 22 added, 17 removed; done. [2021-01-08T00:41:45.406Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-08T00:41:45.406Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T00:41:45.406Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-08T00:41:45.406Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-08T00:41:45.406Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-08T00:41:45.668Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T00:41:45.668Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-08T00:41:45.668Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T00:41:45.668Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T00:41:45.668Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T00:41:45.668Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T00:41:45.668Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T00:41:45.929Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-08T00:41:45.929Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-08T00:41:45.929Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-08T00:41:45.929Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-08T00:41:46.190Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-08T00:41:46.190Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T00:41:46.190Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T00:41:46.190Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-08T00:41:46.190Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-08T00:41:46.450Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-08T00:41:46.450Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-08T00:41:46.711Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-08T00:41:46.711Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-08T00:41:46.711Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-08T00:41:46.711Z] Updating certificates in /etc/ssl/certs... [2021-01-08T00:41:47.289Z] 0 added, 0 removed; done. [2021-01-08T00:41:47.289Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-08T00:41:47.289Z] done. [2021-01-08T00:41:47.860Z] Reading package lists... [2021-01-08T00:41:48.122Z] Building dependency tree... [2021-01-08T00:41:48.122Z] Reading state information... [2021-01-08T00:41:48.122Z] The following NEW packages will be installed: [2021-01-08T00:41:48.122Z] apt-transport-https [2021-01-08T00:41:48.383Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-08T00:41:48.383Z] Need to get 1696 B of archives. [2021-01-08T00:41:48.383Z] After this operation, 153 kB of additional disk space will be used. [2021-01-08T00:41:48.383Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-08T00:41:48.643Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-08T00:41:48.644Z] Fetched 1696 B in 0s (8468 B/s) [2021-01-08T00:41:48.644Z] Selecting previously unselected package apt-transport-https. [2021-01-08T00:41:48.644Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-08T00:41:48.644Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-08T00:41:48.644Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-08T00:41:48.644Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-08T00:41:48.904Z] Waiting for network to be ready... [2021-01-08T00:41:55.494Z] 2021-01-08T00:41:52Z INFO Waiting for automatic snapd restart... [2021-01-08T00:41:55.494Z] snapd 2.48.2 from Canonical* installed [2021-01-08T00:41:55.754Z] "snapd" switched to the "latest/stable" channel [2021-01-08T00:41:55.754Z] [2021-01-08T00:41:58.298Z] core18 20201210 from Canonical* installed [2021-01-08T00:41:58.558Z] "core18" switched to the "latest/stable" channel [2021-01-08T00:41:58.558Z] [2021-01-08T00:42:01.858Z] snapcraft 4.4.4 from Canonical* installed [2021-01-08T00:42:01.858Z] "snapcraft" switched to the "latest/stable" channel [2021-01-08T00:42:01.858Z] [2021-01-08T00:42:05.182Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-08T00:42:05.182Z] - README.md [2021-01-08T00:42:05.182Z] - snapcraft.yaml.orig [2021-01-08T00:42:05.182Z] [2021-01-08T00:42:05.182Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-08T00:42:11.811Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-08T00:42:11.811Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-08T00:42:11.811Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-08T00:42:11.811Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-08T00:42:13.024Z] Reading package lists... [2021-01-08T00:42:13.285Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-08T00:42:19.870Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-08T00:42:19.870Z] Reading package lists... [2021-01-08T00:42:19.870Z] Building dependency tree... [2021-01-08T00:42:19.870Z] Reading state information... [2021-01-08T00:42:19.870Z] Suggested packages: [2021-01-08T00:42:19.870Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-08T00:42:19.870Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-08T00:42:19.870Z] Recommended packages: [2021-01-08T00:42:19.870Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-08T00:42:19.870Z] The following NEW packages will be installed: [2021-01-08T00:42:19.870Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-08T00:42:19.870Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-08T00:42:19.870Z] pkg-config zip [2021-01-08T00:42:20.132Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-08T00:42:20.132Z] Need to get 7655 kB of archives. [2021-01-08T00:42:20.132Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-08T00:42:20.132Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-08T00:42:20.132Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-08T00:42:20.132Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-08T00:42:20.393Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-08T00:42:20.393Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-08T00:42:20.393Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-08T00:42:20.393Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-08T00:42:20.393Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-08T00:42:20.655Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-08T00:42:20.655Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-08T00:42:20.655Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-08T00:42:20.655Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-08T00:42:20.655Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-08T00:42:20.918Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-08T00:42:20.918Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-08T00:42:21.180Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-08T00:42:21.180Z] Fetched 7655 kB in 1s (6958 kB/s) [2021-01-08T00:42:21.180Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-08T00:42:21.180Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-08T00:42:21.180Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-08T00:42:21.180Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-08T00:42:21.441Z] Selecting previously unselected package libpsl5:amd64. [2021-01-08T00:42:21.441Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-08T00:42:21.441Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-08T00:42:21.703Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-08T00:42:21.703Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-08T00:42:21.703Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-08T00:42:21.703Z] Selecting previously unselected package librtmp1:amd64. [2021-01-08T00:42:21.703Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-08T00:42:21.703Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-08T00:42:21.966Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-08T00:42:21.966Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-08T00:42:21.966Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-08T00:42:21.966Z] Selecting previously unselected package liberror-perl. [2021-01-08T00:42:21.966Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-08T00:42:21.966Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-08T00:42:21.966Z] Selecting previously unselected package git-man. [2021-01-08T00:42:21.966Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-08T00:42:21.966Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-08T00:42:22.232Z] Selecting previously unselected package git. [2021-01-08T00:42:22.232Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-08T00:42:22.232Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-08T00:42:23.175Z] Selecting previously unselected package libnorm1:amd64. [2021-01-08T00:42:23.175Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-08T00:42:23.175Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-08T00:42:23.175Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-08T00:42:23.175Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-08T00:42:23.175Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-08T00:42:23.175Z] Selecting previously unselected package libsodium23:amd64. [2021-01-08T00:42:23.175Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-08T00:42:23.175Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-08T00:42:23.175Z] Selecting previously unselected package libzmq5:amd64. [2021-01-08T00:42:23.175Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-08T00:42:23.175Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-08T00:42:23.435Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-08T00:42:23.435Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-08T00:42:23.435Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-08T00:42:23.435Z] Selecting previously unselected package pkg-config. [2021-01-08T00:42:23.435Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-08T00:42:23.435Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-08T00:42:23.696Z] Selecting previously unselected package zip. [2021-01-08T00:42:23.696Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-08T00:42:23.696Z] Unpacking zip (3.0-11build1) ... [2021-01-08T00:42:23.696Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-08T00:42:23.696Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-08T00:42:23.696Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-08T00:42:23.696Z] Setting up liberror-perl (0.17025-1) ... [2021-01-08T00:42:23.696Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-08T00:42:23.696Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-08T00:42:23.956Z] No schema files found: doing nothing. [2021-01-08T00:42:23.956Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-08T00:42:23.956Z] Setting up zip (3.0-11build1) ... [2021-01-08T00:42:23.956Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-08T00:42:23.956Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-08T00:42:23.956Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-08T00:42:23.956Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-08T00:42:23.956Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-08T00:42:24.216Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-08T00:42:24.216Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-08T00:42:24.216Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-08T00:42:30.810Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-08T00:42:30.810Z] git set to automatically installed. [2021-01-08T00:42:30.810Z] git-man set to automatically installed. [2021-01-08T00:42:30.810Z] libcurl3-gnutls set to automatically installed. [2021-01-08T00:42:30.810Z] liberror-perl set to automatically installed. [2021-01-08T00:42:30.810Z] libglib2.0-0 set to automatically installed. [2021-01-08T00:42:30.810Z] libnghttp2-14 set to automatically installed. [2021-01-08T00:42:30.810Z] libnorm1 set to automatically installed. [2021-01-08T00:42:30.810Z] libpgm-5.2-0 set to automatically installed. [2021-01-08T00:42:30.810Z] libpsl5 set to automatically installed. [2021-01-08T00:42:30.810Z] librtmp1 set to automatically installed. [2021-01-08T00:42:30.810Z] libsodium23 set to automatically installed. [2021-01-08T00:42:30.810Z] libzmq3-dev set to automatically installed. [2021-01-08T00:42:30.810Z] libzmq5 set to automatically installed. [2021-01-08T00:42:30.810Z] pkg-config set to automatically installed. [2021-01-08T00:42:30.810Z] zip set to automatically installed. [2021-01-08T00:42:32.741Z] snapd is not logged in, snap install commands will use sudo [2021-01-08T00:42:39.335Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-08T00:42:39.335Z] snap "core18" has no updates available [2021-01-08T00:42:40.289Z] Pulling config-common [2021-01-08T00:42:40.501Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T00:42:40.501Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-08T00:42:40.501Z] ---> e409f6dc2846 [2021-01-08T00:42:40.501Z] Step 3/22 : WORKDIR /edgex-go [2021-01-08T00:42:40.501Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T00:42:40.501Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-08T00:42:40.501Z] ---> e409f6dc2846 [2021-01-08T00:42:40.501Z] Step 3/22 : WORKDIR /edgex-go [2021-01-08T00:42:40.501Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T00:42:40.501Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-08T00:42:40.501Z] ---> e409f6dc2846 [2021-01-08T00:42:40.501Z] Step 3/22 : WORKDIR /edgex-go [2021-01-08T00:42:40.501Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T00:42:40.501Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-08T00:42:40.501Z] ---> e409f6dc2846 [2021-01-08T00:42:40.501Z] Step 3/21 : WORKDIR /edgex-go [2021-01-08T00:42:40.501Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T00:42:40.501Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-08T00:42:40.501Z] ---> e409f6dc2846 [2021-01-08T00:42:40.501Z] Step 3/24 : WORKDIR /edgex-go [2021-01-08T00:42:41.230Z] Pulling go-build-helper [2021-01-08T00:42:42.501Z] ---> Running in 1e3ac95fc859 [2021-01-08T00:42:42.501Z] ---> Running in 9df9f67c02d0 [2021-01-08T00:42:42.501Z] ---> Running in c1bd0efd4e1a [2021-01-08T00:42:42.501Z] ---> Running in b33d946a6a26 [2021-01-08T00:42:42.501Z] ---> Running in 639b1436603d [2021-01-08T00:42:42.774Z] Removing intermediate container 9df9f67c02d0 [2021-01-08T00:42:42.774Z] ---> 7c52e03c25f0 [2021-01-08T00:42:42.774Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:42:42.774Z] Removing intermediate container 639b1436603d [2021-01-08T00:42:42.774Z] ---> 280165a06c6c [2021-01-08T00:42:42.774Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:42:43.049Z] Removing intermediate container c1bd0efd4e1a [2021-01-08T00:42:43.049Z] ---> 411518676e4c [2021-01-08T00:42:43.049Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:42:43.049Z] Removing intermediate container b33d946a6a26 [2021-01-08T00:42:43.049Z] ---> 31187d07f47f [2021-01-08T00:42:43.049Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:42:43.049Z] Removing intermediate container 1e3ac95fc859 [2021-01-08T00:42:43.049Z] ---> 6e301c3ef8d1 [2021-01-08T00:42:43.049Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:42:43.049Z] ---> Running in 9fae4e5cdcff [2021-01-08T00:42:43.049Z] ---> Running in c190445b65aa [2021-01-08T00:42:43.323Z] ---> Running in 94ebfbc0e1f4 [2021-01-08T00:42:43.323Z] ---> Running in 84210529b219 [2021-01-08T00:42:43.323Z] ---> Running in bebbd4e42310 [2021-01-08T00:42:46.741Z] Removing intermediate container 9fae4e5cdcff [2021-01-08T00:42:46.741Z] ---> 2f6b42cdd785 [2021-01-08T00:42:46.741Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-08T00:42:46.741Z] ---> Running in 63b82001de10 [2021-01-08T00:42:47.019Z] Removing intermediate container c190445b65aa [2021-01-08T00:42:47.019Z] ---> c33ecaf3514b [2021-01-08T00:42:47.019Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-08T00:42:47.019Z] Removing intermediate container 94ebfbc0e1f4 [2021-01-08T00:42:47.019Z] ---> 4d03f5f395ec [2021-01-08T00:42:47.019Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-08T00:42:47.299Z] ---> Running in 6428b01feb13 [2021-01-08T00:42:47.299Z] ---> Running in 2dfc06d88fb0 [2021-01-08T00:42:47.572Z] Removing intermediate container 84210529b219 [2021-01-08T00:42:47.572Z] ---> c6a73d8590ce [2021-01-08T00:42:47.572Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-08T00:42:47.572Z] Removing intermediate container bebbd4e42310 [2021-01-08T00:42:47.572Z] ---> 70aded0a73a0 [2021-01-08T00:42:47.572Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-08T00:42:47.858Z] ---> Running in a9d2178d6423 [2021-01-08T00:42:47.858Z] ---> Running in 678d6722d096 [2021-01-08T00:42:48.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T00:42:49.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T00:42:49.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T00:42:49.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T00:42:49.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:42:49.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T00:42:50.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:42:50.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:42:50.325Z] OK: 217 MiB in 51 packages [2021-01-08T00:42:50.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:42:50.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:42:51.319Z] OK: 217 MiB in 51 packages [2021-01-08T00:42:51.319Z] OK: 217 MiB in 51 packages [2021-01-08T00:42:51.319Z] OK: 217 MiB in 51 packages [2021-01-08T00:42:51.319Z] OK: 217 MiB in 51 packages [2021-01-08T00:42:51.927Z] Removing intermediate container 63b82001de10 [2021-01-08T00:42:51.927Z] ---> 3347798479c5 [2021-01-08T00:42:51.927Z] Step 6/22 : COPY go.mod . [2021-01-08T00:42:52.528Z] Removing intermediate container 6428b01feb13 [2021-01-08T00:42:52.528Z] ---> b724ce3e171f [2021-01-08T00:42:52.528Z] Step 6/21 : COPY go.mod . [2021-01-08T00:42:52.810Z] ---> 655103c313ae [2021-01-08T00:42:52.810Z] Step 7/22 : RUN go mod download [2021-01-08T00:42:53.081Z] ---> Running in 0d06590e7332 [2021-01-08T00:42:53.081Z] Removing intermediate container 2dfc06d88fb0 [2021-01-08T00:42:53.081Z] ---> f04e12a79de8 [2021-01-08T00:42:53.081Z] Step 6/22 : COPY go.mod . [2021-01-08T00:42:53.353Z] Removing intermediate container a9d2178d6423 [2021-01-08T00:42:53.353Z] ---> 3fe3dedea9fa [2021-01-08T00:42:53.353Z] Step 6/24 : COPY go.mod . [2021-01-08T00:42:53.634Z] Removing intermediate container 678d6722d096 [2021-01-08T00:42:53.634Z] ---> edb534611ee5 [2021-01-08T00:42:53.634Z] Step 6/22 : COPY go.mod . [2021-01-08T00:42:53.907Z] ---> dc59350528ac [2021-01-08T00:42:53.907Z] Step 7/21 : RUN go mod download [2021-01-08T00:42:54.183Z] ---> Running in 35cf231c7f12 [2021-01-08T00:42:54.183Z] ---> 12258bd26e12 [2021-01-08T00:42:54.183Z] Step 7/22 : RUN go mod download [2021-01-08T00:42:54.456Z] ---> Running in f0464281b75a [2021-01-08T00:42:54.731Z] ---> 4d36445befb6 [2021-01-08T00:42:54.731Z] Step 7/24 : RUN go mod download [2021-01-08T00:42:55.007Z] ---> Running in b666ce77a634 [2021-01-08T00:42:55.007Z] ---> fdee1611cb4e [2021-01-08T00:42:55.007Z] Step 7/22 : RUN go mod download [2021-01-08T00:42:55.286Z] ---> Running in 3fcd60aac561 [2021-01-08T00:42:57.270Z] Removing intermediate container 0d06590e7332 [2021-01-08T00:42:57.270Z] ---> 2e409e888bd0 [2021-01-08T00:42:57.270Z] Step 8/22 : COPY . . [2021-01-08T00:42:58.721Z] Removing intermediate container 35cf231c7f12 [2021-01-08T00:42:58.721Z] ---> fa4c7e2f8dd1 [2021-01-08T00:42:58.721Z] Step 8/21 : COPY . . [2021-01-08T00:42:59.315Z] Removing intermediate container f0464281b75a [2021-01-08T00:42:59.315Z] ---> a097986e38b1 [2021-01-08T00:42:59.315Z] Step 8/22 : COPY . . [2021-01-08T00:42:59.921Z] Removing intermediate container b666ce77a634 [2021-01-08T00:42:59.921Z] ---> 6ed2920ace09 [2021-01-08T00:42:59.921Z] Step 8/24 : COPY . . [2021-01-08T00:43:00.526Z] Removing intermediate container 3fcd60aac561 [2021-01-08T00:43:00.526Z] ---> 231234c86e29 [2021-01-08T00:43:00.526Z] Step 8/22 : COPY . . [2021-01-08T00:43:08.021Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-08T00:43:08.021Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-08T00:43:08.021Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-08T00:43:08.022Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] [2021-01-08T00:43:08.022Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-08T00:43:08.022Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-08T00:43:08.022Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-08T00:43:08.022Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-08T00:43:08.022Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-08T00:43:08.022Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-08T00:43:08.022Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-08T00:43:08.022Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] [2021-01-08T00:43:08.022Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-08T00:43:08.022Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-08T00:43:08.022Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] [2021-01-08T00:43:08.022Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] [2021-01-08T00:43:08.022Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-08T00:43:08.022Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-08T00:43:08.022Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-08T00:43:08.022Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-08T00:43:08.022Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-08T00:43:08.022Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] [2021-01-08T00:43:08.022Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] [2021-01-08T00:43:08.022Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-08T00:43:08.022Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-08T00:43:08.022Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-08T00:43:08.022Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-08T00:43:08.022Z] Fetched 23.6 MB in 0s (0 B/s) [2021-01-08T00:43:08.022Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-08T00:43:08.022Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-08T00:43:08.022Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-08T00:43:08.022Z] Fetched 279 kB in 0s (0 B/s) [2021-01-08T00:43:08.022Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-08T00:43:08.022Z] Fetched 122 kB in 0s (0 B/s) [2021-01-08T00:43:08.022Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-08T00:43:08.022Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-08T00:43:08.022Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-08T00:43:08.022Z] Fetched 8848 B in 0s (0 B/s) [2021-01-08T00:43:08.022Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-08T00:43:08.023Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-08T00:43:08.023Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-08T00:43:08.023Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-08T00:43:08.023Z] Fetched 214 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-08T00:43:08.023Z] Fetched 155 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-08T00:43:08.023Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-08T00:43:08.023Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-08T00:43:08.023Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-08T00:43:08.023Z] Fetched 499 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-08T00:43:08.023Z] Fetched 111 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-08T00:43:08.023Z] Fetched 240 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-08T00:43:08.023Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-08T00:43:08.023Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-08T00:43:08.023Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-08T00:43:08.023Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-08T00:43:08.023Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-08T00:43:08.023Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-08T00:43:08.023Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-08T00:43:08.023Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-08T00:43:08.023Z] Fetched 8720 B in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-08T00:43:08.023Z] Fetched 137 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-08T00:43:08.023Z] Fetched 119 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-08T00:43:08.023Z] Fetched 109 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-08T00:43:08.023Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-08T00:43:08.023Z] Fetched 645 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-08T00:43:08.023Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-08T00:43:08.023Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-08T00:43:08.023Z] Fetched 368 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-08T00:43:08.023Z] Fetched 187 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-08T00:43:08.023Z] Fetched 175 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-08T00:43:08.023Z] Fetched 206 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-08T00:43:08.023Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-08T00:43:08.023Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-08T00:43:08.023Z] Fetched 159 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-08T00:43:08.023Z] Fetched 107 kB in 0s (0 B/s) [2021-01-08T00:43:08.023Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-08T00:43:08.024Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-08T00:43:08.024Z] Pulling static-packages [2021-01-08T00:43:08.024Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-08T00:43:08.024Z] Skipping pull go-build-helper (already ran) [2021-01-08T00:43:08.024Z] Skipping pull static-packages (already ran) [2021-01-08T00:43:08.024Z] Building go-build-helper [2021-01-08T00:43:11.318Z] Building static-packages [2021-01-08T00:43:13.230Z] Staging go-build-helper [2021-01-08T00:43:14.170Z] Staging static-packages [2021-01-08T00:43:15.124Z] Pulling go115 [2021-01-08T00:43:16.073Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-08T00:43:16.073Z] Skipping pull go115 (already ran) [2021-01-08T00:43:16.073Z] Building go115 [2021-01-08T00:43:16.073Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-08T00:43:16.073Z] Dload Upload Total Spent Left Speed [2021-01-08T00:43:19.167Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 9871k 0 0 21.1M 0 0:00:05 --:--:-- 0:00:05 21.1M 38 115M 38 44.1M 0 0 30.3M 0 0:00:03 0:00:01 0:00:02 30.3M 70 115M 70 80.8M 0 0 32.9M 0 0:00:03 0:00:02 0:00:01 32.9M 100 115M 100 115M 0 0 36.8M 0 0:00:03 0:00:03 --:--:-- 36.8M [2021-01-08T00:43:19.738Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-08T00:43:23.976Z] Staging go115 [2021-01-08T00:43:27.370Z] ---> 2cfbeff35cbb [2021-01-08T00:43:27.370Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-08T00:43:27.370Z] ---> 80b8e4db7c75 [2021-01-08T00:43:27.370Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-08T00:43:27.370Z] ---> Running in cfa324cf9a46 [2021-01-08T00:43:27.370Z] ---> 0c253bf50d77 [2021-01-08T00:43:27.370Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-08T00:43:27.370Z] ---> d90d3819dfe0 [2021-01-08T00:43:27.370Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-08T00:43:27.370Z] ---> 5bc07cbc22fb [2021-01-08T00:43:27.370Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-08T00:43:27.370Z] ---> Running in 9d96b4d39aae [2021-01-08T00:43:27.370Z] ---> Running in 3df6baed94ab [2021-01-08T00:43:27.370Z] ---> Running in c1f0c6155847 [2021-01-08T00:43:27.370Z] ---> Running in 7b6f63bd14ea [2021-01-08T00:43:27.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-08T00:43:27.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-08T00:43:27.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-08T00:43:27.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-08T00:43:27.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-08T00:43:29.270Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-08T00:43:29.270Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-08T00:43:29.270Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-08T00:43:29.270Z] Fetched 0 B in 0s (0 B/s) [2021-01-08T00:43:29.270Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-08T00:43:29.270Z] Fetched 224 kB in 0s (0 B/s) [2021-01-08T00:43:29.270Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-08T00:43:29.270Z] Fetched 157 kB in 0s (0 B/s) [2021-01-08T00:43:29.270Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-08T00:43:29.270Z] Fetched 221 kB in 0s (0 B/s) [2021-01-08T00:43:29.270Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-08T00:43:29.270Z] Fetched 143 kB in 0s (0 B/s) [2021-01-08T00:43:29.270Z] Pulling edgex-go [2021-01-08T00:43:29.531Z] Pulling version [2021-01-08T00:43:30.472Z] Building config-common [2021-01-08T00:43:32.387Z] Skipping build go-build-helper (already ran) [2021-01-08T00:43:32.387Z] Skipping build static-packages (already ran) [2021-01-08T00:43:32.387Z] Skipping build go115 (already ran) [2021-01-08T00:43:32.387Z] Building edgex-go [2021-01-08T00:43:32.648Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-08T00:43:34.032Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-08T00:43:34.032Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.139 [2021-01-08T00:43:34.032Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-08T00:43:34.032Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-08T00:43:34.032Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-08T00:43:34.032Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-08T00:43:34.032Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-08T00:43:34.033Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-08T00:43:34.033Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-08T00:43:34.033Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-08T00:43:34.033Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-08T00:43:34.033Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-08T00:43:34.033Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-08T00:43:34.033Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-08T00:43:34.033Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-08T00:43:34.033Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-08T00:43:34.033Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-08T00:43:34.033Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-08T00:43:34.033Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-08T00:43:34.033Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-08T00:43:34.033Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-08T00:43:34.033Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-08T00:43:34.033Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-08T00:43:34.033Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-08T00:43:34.033Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-08T00:43:34.033Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-08T00:43:34.033Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-08T00:43:34.300Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-08T00:43:34.300Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-08T00:43:34.300Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-08T00:43:34.300Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-08T00:43:34.300Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-08T00:43:34.300Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-08T00:43:34.300Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-08T00:43:34.300Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-08T00:43:34.300Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-08T00:43:34.300Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-08T00:43:34.571Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-08T00:43:34.571Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-08T00:43:34.571Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-08T00:43:41.143Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-08T00:43:44.447Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-08T00:43:45.397Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-08T00:43:46.337Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-08T00:43:46.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-08T00:43:46.598Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-08T00:43:46.859Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-08T00:43:46.860Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-08T00:43:46.860Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-08T00:43:48.771Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-08T00:43:48.771Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-08T00:43:48.771Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-08T00:43:49.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-08T00:43:50.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-08T00:43:50.659Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-08T00:43:52.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-08T00:43:52.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-08T00:43:53.559Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-08T00:43:53.559Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-08T00:43:56.102Z] Building version [2021-01-08T00:43:57.487Z] Staging config-common [2021-01-08T00:43:58.426Z] Skipping stage go-build-helper (already ran) [2021-01-08T00:43:58.426Z] Skipping stage static-packages (already ran) [2021-01-08T00:43:58.426Z] Skipping stage go115 (already ran) [2021-01-08T00:43:58.426Z] Staging edgex-go [2021-01-08T00:43:59.368Z] Staging version [2021-01-08T00:44:00.750Z] Priming config-common [2021-01-08T00:44:01.321Z] Priming go-build-helper [2021-01-08T00:44:02.268Z] Priming static-packages [2021-01-08T00:44:04.818Z] Priming go115 [2021-01-08T00:44:05.757Z] Priming edgex-go [2021-01-08T00:44:06.697Z] Priming version [2021-01-08T00:44:07.644Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-08T00:44:49.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-08T00:44:55.944Z] Removing intermediate container 7b6f63bd14ea [2021-01-08T00:44:55.944Z] ---> 705f3e1bcae5 [2021-01-08T00:44:55.944Z] [2021-01-08T00:44:55.944Z] Step 10/22 : FROM alpine:3.12 [2021-01-08T00:44:55.944Z] 3.12: Pulling from library/alpine [2021-01-08T00:44:57.936Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-08T00:44:57.936Z] Status: Downloaded newer image for alpine:3.12 [2021-01-08T00:44:57.936Z] ---> afeebe901d6b [2021-01-08T00:44:57.936Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-08T00:44:58.214Z] ---> Running in b1419b66afaf [2021-01-08T00:45:01.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T00:45:01.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:45:01.621Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-08T00:45:01.621Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T00:45:01.912Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-08T00:45:01.912Z] (4/5) Installing curl (7.69.1-r3) [2021-01-08T00:45:01.912Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-08T00:45:01.912Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:45:01.912Z] Executing ca-certificates-20191127-r4.trigger [2021-01-08T00:45:02.209Z] OK: 7 MiB in 19 packages [2021-01-08T00:45:04.596Z] Removing intermediate container 9d96b4d39aae [2021-01-08T00:45:04.596Z] ---> c3189cb45a9f [2021-01-08T00:45:04.596Z] [2021-01-08T00:45:04.596Z] Step 10/21 : FROM alpine:3.12 [2021-01-08T00:45:04.596Z] ---> afeebe901d6b [2021-01-08T00:45:04.596Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-08T00:45:04.596Z] Removing intermediate container 3df6baed94ab [2021-01-08T00:45:04.596Z] ---> fdc20f8bf7cb [2021-01-08T00:45:04.596Z] [2021-01-08T00:45:04.596Z] Step 10/24 : FROM scratch [2021-01-08T00:45:04.596Z] ---> [2021-01-08T00:45:04.596Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-08T00:45:04.596Z] Removing intermediate container c1f0c6155847 [2021-01-08T00:45:04.596Z] ---> 849dc433c911 [2021-01-08T00:45:04.596Z] [2021-01-08T00:45:04.596Z] Step 10/22 : FROM scratch [2021-01-08T00:45:04.596Z] ---> [2021-01-08T00:45:04.596Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T00:45:04.596Z] ---> Running in adb01f1e1124 [2021-01-08T00:45:04.596Z] ---> Running in 50de94d04a53 [2021-01-08T00:45:04.897Z] ---> Running in df5dcbe88747 [2021-01-08T00:45:05.883Z] Removing intermediate container df5dcbe88747 [2021-01-08T00:45:05.883Z] ---> 248eabada15d [2021-01-08T00:45:05.883Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-08T00:45:05.883Z] Removing intermediate container 50de94d04a53 [2021-01-08T00:45:05.883Z] ---> 536b8ceb58e7 [2021-01-08T00:45:05.883Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-08T00:45:05.883Z] Removing intermediate container b1419b66afaf [2021-01-08T00:45:05.883Z] ---> 322dc2a6b3a0 [2021-01-08T00:45:05.883Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-08T00:45:05.883Z] ---> Running in d4f2a512f302 [2021-01-08T00:45:05.883Z] ---> Running in cce6552deb21 [2021-01-08T00:45:06.160Z] ---> Running in 362d0ef70a63 [2021-01-08T00:45:06.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T00:45:06.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:45:06.704Z] Removing intermediate container d4f2a512f302 [2021-01-08T00:45:06.704Z] ---> 124553e5dff7 [2021-01-08T00:45:06.704Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-08T00:45:06.704Z] Removing intermediate container cce6552deb21 [2021-01-08T00:45:06.704Z] ---> 269464548f76 [2021-01-08T00:45:06.704Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-08T00:45:06.975Z] ---> Running in 9d73bbb4f441 [2021-01-08T00:45:06.975Z] Removing intermediate container 362d0ef70a63 [2021-01-08T00:45:06.975Z] ---> 8dd1145d64f5 [2021-01-08T00:45:06.975Z] Step 13/22 : WORKDIR / [2021-01-08T00:45:06.975Z] ---> Running in 5e304fb53090 [2021-01-08T00:45:07.250Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-08T00:45:07.250Z] ---> Running in 408a1366056f [2021-01-08T00:45:07.250Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T00:45:07.250Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-08T00:45:07.250Z] (4/4) Installing curl (7.69.1-r3) [2021-01-08T00:45:07.250Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:45:07.250Z] Executing ca-certificates-20191127-r4.trigger [2021-01-08T00:45:07.529Z] OK: 7 MiB in 18 packages [2021-01-08T00:45:07.807Z] Removing intermediate container 9d73bbb4f441 [2021-01-08T00:45:07.807Z] ---> d47404c4f744 [2021-01-08T00:45:07.807Z] Step 14/22 : WORKDIR / [2021-01-08T00:45:07.807Z] Removing intermediate container 5e304fb53090 [2021-01-08T00:45:07.807Z] ---> 1ec732283b13 [2021-01-08T00:45:07.807Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-08T00:45:07.807Z] Removing intermediate container 408a1366056f [2021-01-08T00:45:07.807Z] ---> b210ee24899a [2021-01-08T00:45:07.807Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-08T00:45:08.082Z] ---> Running in 46b90886e0d4 [2021-01-08T00:45:09.063Z] ---> 014512d4328c [2021-01-08T00:45:09.063Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-08T00:45:09.063Z] Removing intermediate container 46b90886e0d4 [2021-01-08T00:45:09.063Z] ---> 835b46a7b9c8 [2021-01-08T00:45:09.063Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-08T00:45:09.665Z] ---> cabe8d217cd3 [2021-01-08T00:45:09.665Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-08T00:45:09.941Z] Removing intermediate container adb01f1e1124 [2021-01-08T00:45:09.941Z] ---> 79362b2d511c [2021-01-08T00:45:09.941Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-08T00:45:10.221Z] ---> Running in 6c1a5134805d [2021-01-08T00:45:10.492Z] ---> d8a22875eaeb [2021-01-08T00:45:10.492Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-08T00:45:10.492Z] ---> 89dcce432574 [2021-01-08T00:45:10.492Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-08T00:45:11.094Z] Removing intermediate container 6c1a5134805d [2021-01-08T00:45:11.094Z] ---> 65b88c301934 [2021-01-08T00:45:11.094Z] Step 13/21 : WORKDIR /edgex [2021-01-08T00:45:11.692Z] ---> 816d0ea2d678 [2021-01-08T00:45:11.692Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-08T00:45:11.963Z] ---> Running in 1f53daacf7e2 [2021-01-08T00:45:12.583Z] ---> 878cf777936c [2021-01-08T00:45:12.583Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-08T00:45:12.583Z] ---> da26cb74c64e [2021-01-08T00:45:12.583Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-08T00:45:12.863Z] ---> 0aab15124e46 [2021-01-08T00:45:12.863Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-08T00:45:12.863Z] Removing intermediate container 1f53daacf7e2 [2021-01-08T00:45:12.863Z] ---> dd3a4ea9041f [2021-01-08T00:45:12.863Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-08T00:45:13.866Z] ---> f02d5747eb2e [2021-01-08T00:45:13.866Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-08T00:45:13.866Z] Removing intermediate container cfa324cf9a46 [2021-01-08T00:45:13.866Z] ---> 643de78be52b [2021-01-08T00:45:13.866Z] [2021-01-08T00:45:13.866Z] Step 10/22 : FROM scratch [2021-01-08T00:45:13.866Z] ---> [2021-01-08T00:45:13.866Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T00:45:13.866Z] ---> Using cache [2021-01-08T00:45:13.866Z] ---> 248eabada15d [2021-01-08T00:45:13.866Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-08T00:45:13.866Z] ---> Running in 18ea34f43bc7 [2021-01-08T00:45:13.866Z] ---> 0b35811759ff [2021-01-08T00:45:13.866Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-08T00:45:14.140Z] ---> cb04e875bbb2 [2021-01-08T00:45:14.141Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-08T00:45:14.141Z] ---> 33bbc26a2670 [2021-01-08T00:45:14.141Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-08T00:45:14.141Z] ---> Running in e78d1a41edc4 [2021-01-08T00:45:14.416Z] ---> Running in a58788092257 [2021-01-08T00:45:14.416Z] Removing intermediate container 18ea34f43bc7 [2021-01-08T00:45:14.416Z] ---> b048b3a422da [2021-01-08T00:45:14.416Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T00:45:14.694Z] Removing intermediate container e78d1a41edc4 [2021-01-08T00:45:14.694Z] ---> cfb4c199b51c [2021-01-08T00:45:14.694Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-08T00:45:14.974Z] ---> Running in baf76585657a [2021-01-08T00:45:14.974Z] ---> Running in d7efb5fd6b72 [2021-01-08T00:45:15.960Z] Removing intermediate container baf76585657a [2021-01-08T00:45:15.960Z] ---> f3d63f1f0ba9 [2021-01-08T00:45:15.960Z] Step 20/22 : LABEL arch=arm64 [2021-01-08T00:45:15.960Z] ---> 0bbc49fcd38d [2021-01-08T00:45:15.960Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-08T00:45:15.960Z] Removing intermediate container d7efb5fd6b72 [2021-01-08T00:45:15.960Z] ---> ff0cc06c7877 [2021-01-08T00:45:15.960Z] Step 14/22 : WORKDIR / [2021-01-08T00:45:15.960Z] ---> Running in dc13eda94a73 [2021-01-08T00:45:16.242Z] ---> 1e1f1e691fcf [2021-01-08T00:45:16.242Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-08T00:45:16.242Z] ---> Running in 19ded85e32a1 [2021-01-08T00:45:16.842Z] Removing intermediate container dc13eda94a73 [2021-01-08T00:45:16.842Z] ---> 04397da4394e [2021-01-08T00:45:16.842Z] Step 21/22 : LABEL git_sha=78a4125272904c1191817962eed59749edf85166 [2021-01-08T00:45:17.117Z] Removing intermediate container 19ded85e32a1 [2021-01-08T00:45:17.117Z] ---> a6d62b5b5bc3 [2021-01-08T00:45:17.117Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-08T00:45:17.117Z] ---> Running in 31d1b9b5efb6 [2021-01-08T00:45:17.117Z] ---> 9cb2cf2f5e31 [2021-01-08T00:45:17.117Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-08T00:45:17.397Z] Removing intermediate container a58788092257 [2021-01-08T00:45:17.397Z] ---> 560bdfcba4bf [2021-01-08T00:45:17.397Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-08T00:45:17.397Z] ---> Running in 85b896d5daf3 [2021-01-08T00:45:17.397Z] ---> Running in a15f2417bd1f [2021-01-08T00:45:17.675Z] ---> f40d3c2e8393 [2021-01-08T00:45:17.675Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-08T00:45:17.953Z] Removing intermediate container 31d1b9b5efb6 [2021-01-08T00:45:17.953Z] ---> 53a3e53ba687 [2021-01-08T00:45:17.953Z] Step 22/22 : LABEL version=0.0.0 [2021-01-08T00:45:17.953Z] ---> Running in 57079a009b93 [2021-01-08T00:45:18.226Z] ---> 2c6b1921e6be [2021-01-08T00:45:18.226Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-08T00:45:18.226Z] ---> Running in ea90ea9781cb [2021-01-08T00:45:18.226Z] Removing intermediate container a15f2417bd1f [2021-01-08T00:45:18.226Z] ---> 96391eeaea19 [2021-01-08T00:45:18.226Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T00:45:18.226Z] Removing intermediate container 85b896d5daf3 [2021-01-08T00:45:18.226Z] ---> 8523ba732b96 [2021-01-08T00:45:18.226Z] Step 20/22 : LABEL arch=arm64 [2021-01-08T00:45:18.500Z] ---> Running in f11b55481bee [2021-01-08T00:45:18.500Z] ---> Running in 39e6102b7394 [2021-01-08T00:45:18.774Z] Removing intermediate container 57079a009b93 [2021-01-08T00:45:18.775Z] ---> f0ecfd065997 [2021-01-08T00:45:18.775Z] Step 18/21 : CMD ["--init=true"] [2021-01-08T00:45:19.050Z] ---> Running in 99c69f5091cc [2021-01-08T00:45:19.050Z] Removing intermediate container ea90ea9781cb [2021-01-08T00:45:19.050Z] ---> 45646bee5c02 [2021-01-08T00:45:19.050Z] [2021-01-08T00:45:19.326Z] Removing intermediate container 39e6102b7394 [2021-01-08T00:45:19.326Z] ---> e5e881a337fd [2021-01-08T00:45:19.326Z] Step 21/22 : LABEL git_sha=78a4125272904c1191817962eed59749edf85166 [2021-01-08T00:45:19.601Z] Removing intermediate container f11b55481bee [2021-01-08T00:45:19.601Z] ---> 3d79f2e38c59 [2021-01-08T00:45:19.601Z] Step 22/24 : LABEL arch=arm64 [2021-01-08T00:45:19.601Z] Successfully built 45646bee5c02 [2021-01-08T00:45:19.601Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-08T00:45:19.601Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-08T00:45:19.601Z] ---> Running in 1469ba6841a0 [2021-01-08T00:45:19.892Z] Removing intermediate container 99c69f5091cc [2021-01-08T00:45:19.892Z] ---> 07df9c8065ce [2021-01-08T00:45:19.892Z] Step 19/21 : LABEL arch=arm64 [2021-01-08T00:45:19.892Z] ---> Running in c7f82b9ffe3e [2021-01-08T00:45:19.892Z] ---> c0ef5573e005 [2021-01-08T00:45:19.892Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-08T00:45:20.176Z] ---> Running in a32b643114ea [2021-01-08T00:45:20.450Z] Removing intermediate container 1469ba6841a0 [2021-01-08T00:45:20.450Z] ---> b880a8016f98 [2021-01-08T00:45:20.450Z] Step 22/22 : LABEL version=0.0.0 [2021-01-08T00:45:20.450Z] ---> Running in 5b62a2183743 [2021-01-08T00:45:20.724Z] Removing intermediate container c7f82b9ffe3e [2021-01-08T00:45:20.724Z] ---> fcfe68a60cc4 [2021-01-08T00:45:20.724Z] Step 23/24 : LABEL git_sha=78a4125272904c1191817962eed59749edf85166 [2021-01-08T00:45:20.996Z] Removing intermediate container a32b643114ea [2021-01-08T00:45:20.996Z] ---> b1e312280bbf [2021-01-08T00:45:20.996Z] Step 20/21 : LABEL git_sha=78a4125272904c1191817962eed59749edf85166 [2021-01-08T00:45:21.269Z] ---> Running in da5bd32c27b5 [2021-01-08T00:45:21.543Z] ---> Running in ca56c5727220 [2021-01-08T00:45:22.149Z] ---> 76ab970a0f96 [2021-01-08T00:45:22.149Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-08T00:45:22.149Z] Removing intermediate container 5b62a2183743 [2021-01-08T00:45:22.149Z] ---> b6bd16f02b5c [2021-01-08T00:45:22.149Z] [2021-01-08T00:45:22.429Z] Successfully built b6bd16f02b5c [2021-01-08T00:45:22.429Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-08T00:45:22.429Z] Building docker-support-scheduler-go [2021-01-08T00:45:23.047Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in f634d32a4439 [2021-01-08T00:45:23.047Z] Removing intermediate container da5bd32c27b5 [2021-01-08T00:45:23.047Z] ---> 63cf247badca [2021-01-08T00:45:23.047Z] Step 24/24 : LABEL version=0.0.0 [2021-01-08T00:45:23.047Z] Removing intermediate container ca56c5727220 [2021-01-08T00:45:23.047Z] ---> 5ef397654dca [2021-01-08T00:45:23.047Z] Step 21/21 : LABEL version=0.0.0 [2021-01-08T00:45:23.322Z] ---> Running in e80a7f84addc [2021-01-08T00:45:23.322Z] ---> Running in 5c4c850f4234 [2021-01-08T00:45:23.633Z] Removing intermediate container f634d32a4439 [2021-01-08T00:45:23.633Z] ---> 96d164783c74 [2021-01-08T00:45:23.633Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T00:45:25.071Z] ---> Running in c952e105a4ae [2021-01-08T00:45:25.358Z] Removing intermediate container e80a7f84addc [2021-01-08T00:45:25.358Z] ---> 1bf673b6fbca [2021-01-08T00:45:25.358Z] [2021-01-08T00:45:25.358Z] Removing intermediate container 5c4c850f4234 [2021-01-08T00:45:25.358Z] ---> 57f483713ca9 [2021-01-08T00:45:25.358Z] [2021-01-08T00:45:25.978Z] Successfully built 1bf673b6fbca [2021-01-08T00:45:25.978Z] Successfully built 57f483713ca9 [2021-01-08T00:45:25.978Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-08T00:45:25.978Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-08T00:45:25.978Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-01-08T00:45:25.978Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-08T00:45:25.978Z] Removing intermediate container c952e105a4ae [2021-01-08T00:45:25.978Z] ---> 0d95912c5d2c [2021-01-08T00:45:25.978Z] Step 20/22 : LABEL arch=arm64 [2021-01-08T00:45:26.576Z] ---> Running in a786e1ddd517 [2021-01-08T00:45:26.846Z] Removing intermediate container a786e1ddd517 [2021-01-08T00:45:26.846Z] ---> 2c299de6e850 [2021-01-08T00:45:26.846Z] Step 21/22 : LABEL git_sha=78a4125272904c1191817962eed59749edf85166 [2021-01-08T00:45:27.118Z] ---> Running in 258cf046684e [2021-01-08T00:45:27.709Z] Removing intermediate container 258cf046684e [2021-01-08T00:45:27.709Z] ---> 46a5d38d24ef [2021-01-08T00:45:27.709Z] Step 22/22 : LABEL version=0.0.0 [2021-01-08T00:45:27.709Z] ---> Running in d019bc67036e [2021-01-08T00:45:28.307Z] Removing intermediate container d019bc67036e [2021-01-08T00:45:28.307Z] ---> 16cab05787c0 [2021-01-08T00:45:28.307Z] [2021-01-08T00:45:28.903Z] Successfully built 16cab05787c0 [2021-01-08T00:45:28.903Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-08T00:46:07.893Z]  Building docker-core-metadata-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T00:46:07.893Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-08T00:46:07.893Z] ---> e409f6dc2846 [2021-01-08T00:46:07.893Z] Step 3/24 : WORKDIR /edgex-go [2021-01-08T00:46:07.893Z] ---> Using cache [2021-01-08T00:46:07.893Z] ---> 6e301c3ef8d1 [2021-01-08T00:46:07.893Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:46:07.893Z] ---> Using cache [2021-01-08T00:46:07.893Z] ---> 70aded0a73a0 [2021-01-08T00:46:07.893Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-08T00:46:08.521Z] ---> Running in d9789c813ae3 [2021-01-08T00:46:09.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T00:46:09.959Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T00:46:09.959Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-08T00:46:09.959Z] ---> e409f6dc2846 [2021-01-08T00:46:09.959Z] Step 3/21 : WORKDIR /edgex-go [2021-01-08T00:46:09.959Z] ---> Using cache [2021-01-08T00:46:09.959Z] ---> 6e301c3ef8d1 [2021-01-08T00:46:09.959Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:46:09.959Z] ---> Using cache [2021-01-08T00:46:09.959Z] ---> 70aded0a73a0 [2021-01-08T00:46:09.959Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-08T00:46:10.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:46:11.150Z] ---> Running in 0b6b97b93330 [2021-01-08T00:46:11.426Z] OK: 217 MiB in 51 packages [2021-01-08T00:46:12.883Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T00:46:12.883Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-08T00:46:12.883Z] ---> e409f6dc2846 [2021-01-08T00:46:12.883Z] Step 3/26 : WORKDIR /edgex-go [2021-01-08T00:46:12.883Z] ---> Using cache [2021-01-08T00:46:12.883Z] ---> 6e301c3ef8d1 [2021-01-08T00:46:12.883Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:46:12.883Z] ---> Using cache [2021-01-08T00:46:12.883Z] ---> 70aded0a73a0 [2021-01-08T00:46:12.883Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-08T00:46:13.157Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T00:46:13.157Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-08T00:46:13.157Z] ---> e409f6dc2846 [2021-01-08T00:46:13.157Z] Step 3/23 : WORKDIR /edgex-go [2021-01-08T00:46:13.157Z] ---> Using cache [2021-01-08T00:46:13.157Z] ---> 6e301c3ef8d1 [2021-01-08T00:46:13.157Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:46:13.157Z] ---> Using cache [2021-01-08T00:46:13.157Z] ---> 70aded0a73a0 [2021-01-08T00:46:13.157Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-08T00:46:13.442Z] ---> Running in cb1ca893cf0f [2021-01-08T00:46:13.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T00:46:13.442Z] ---> Running in b9cab5d4c84a [2021-01-08T00:46:13.720Z] Removing intermediate container d9789c813ae3 [2021-01-08T00:46:13.720Z] ---> 3a4959023c13 [2021-01-08T00:46:13.720Z] Step 6/24 : COPY go.mod . [2021-01-08T00:46:13.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:46:14.596Z] ---> 6f6bd6826ab7 [2021-01-08T00:46:14.596Z] Step 7/24 : RUN go mod download [2021-01-08T00:46:14.597Z] OK: 217 MiB in 51 packages [2021-01-08T00:46:14.870Z] ---> Running in 6680db9957e7 [2021-01-08T00:46:15.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T00:46:15.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T00:46:15.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:46:16.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:46:16.297Z] Removing intermediate container 0b6b97b93330 [2021-01-08T00:46:16.297Z] ---> a631130c3e84 [2021-01-08T00:46:16.297Z] Step 6/21 : COPY go.mod . [2021-01-08T00:46:16.577Z] OK: 217 MiB in 51 packages [2021-01-08T00:46:16.577Z] OK: 217 MiB in 51 packages [2021-01-08T00:46:17.196Z] ---> 9746c45bde07 [2021-01-08T00:46:17.196Z] Step 7/21 : RUN go mod download [2021-01-08T00:46:17.196Z] ---> Running in c96bf886e60f [2021-01-08T00:46:18.186Z] Removing intermediate container b9cab5d4c84a [2021-01-08T00:46:18.187Z] ---> 79c0350a643a [2021-01-08T00:46:18.187Z] Step 6/23 : COPY go.mod . [2021-01-08T00:46:18.459Z] Removing intermediate container 6680db9957e7 [2021-01-08T00:46:18.459Z] ---> 45c4ca13729a [2021-01-08T00:46:18.459Z] Step 8/24 : COPY . . [2021-01-08T00:46:18.459Z] Removing intermediate container cb1ca893cf0f [2021-01-08T00:46:18.459Z] ---> f6f913a36738 [2021-01-08T00:46:18.459Z] Step 6/26 : COPY go.mod . [2021-01-08T00:46:19.076Z] ---> 1bfa26204cd4 [2021-01-08T00:46:19.076Z] Step 7/23 : RUN go mod download [2021-01-08T00:46:19.370Z] ---> Running in c158f2983309 [2021-01-08T00:46:19.644Z] ---> 2a669513a00c [2021-01-08T00:46:19.644Z] Step 7/26 : RUN go mod download [2021-01-08T00:46:20.621Z] ---> Running in 23c321098181 [2021-01-08T00:46:22.070Z] Removing intermediate container c96bf886e60f [2021-01-08T00:46:22.070Z] ---> 951ee50b08cb [2021-01-08T00:46:22.070Z] Step 8/21 : COPY . . [2021-01-08T00:46:24.064Z] Removing intermediate container c158f2983309 [2021-01-08T00:46:24.064Z] ---> f49182badb56 [2021-01-08T00:46:24.064Z] Step 8/23 : COPY . . [2021-01-08T00:46:25.516Z] Removing intermediate container 23c321098181 [2021-01-08T00:46:25.516Z] ---> 4f9add12d384 [2021-01-08T00:46:25.516Z] Step 8/26 : COPY . . [2021-01-08T00:46:40.634Z] ---> 923ce4a5af9e [2021-01-08T00:46:40.634Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-08T00:46:40.909Z] ---> Running in 5cc164daa3c9 [2021-01-08T00:46:41.182Z] ---> ac86c034e084 [2021-01-08T00:46:41.182Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-08T00:46:41.182Z] ---> 18072c5258fd [2021-01-08T00:46:41.182Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-08T00:46:41.182Z] ---> 02fab01904d8 [2021-01-08T00:46:41.182Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-08T00:46:41.458Z] ---> Running in f47e887bbda9 [2021-01-08T00:46:41.458Z] ---> Running in 7d80483ebcd0 [2021-01-08T00:46:41.458Z] ---> Running in d0ff862f35a3 [2021-01-08T00:46:43.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-08T00:46:43.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 [2021-01-08T00:46:44.030Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-08T00:46:44.030Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-08T00:47:52.128Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-08T00:48:00.446Z] Removing intermediate container 5cc164daa3c9 [2021-01-08T00:48:00.446Z] ---> f4dac251ba73 [2021-01-08T00:48:00.446Z] [2021-01-08T00:48:00.446Z] Step 10/24 : FROM alpine:3.12 [2021-01-08T00:48:00.446Z] ---> afeebe901d6b [2021-01-08T00:48:00.446Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-08T00:48:00.446Z] ---> Using cache [2021-01-08T00:48:00.446Z] ---> 322dc2a6b3a0 [2021-01-08T00:48:00.446Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-08T00:48:01.054Z] ---> Running in 55e2eed9704b [2021-01-08T00:48:01.658Z] Removing intermediate container 7d80483ebcd0 [2021-01-08T00:48:01.658Z] ---> a9b7bb3eb04a [2021-01-08T00:48:01.658Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-08T00:48:01.931Z] ---> Running in 5593324de6fd [2021-01-08T00:48:01.931Z] Removing intermediate container 55e2eed9704b [2021-01-08T00:48:01.931Z] ---> 6b1df520c905 [2021-01-08T00:48:01.931Z] Step 13/24 : WORKDIR / [2021-01-08T00:48:02.209Z] ---> Running in 1319cb302b32 [2021-01-08T00:48:02.482Z] Removing intermediate container f47e887bbda9 [2021-01-08T00:48:02.482Z] ---> d125a16d1cc3 [2021-01-08T00:48:02.482Z] [2021-01-08T00:48:02.482Z] Step 10/21 : FROM scratch [2021-01-08T00:48:02.482Z] ---> [2021-01-08T00:48:02.482Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T00:48:02.761Z] ---> Using cache [2021-01-08T00:48:02.761Z] ---> 248eabada15d [2021-01-08T00:48:02.761Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-08T00:48:03.037Z] ---> Running in d15b1822b46d [2021-01-08T00:48:03.313Z] Removing intermediate container 1319cb302b32 [2021-01-08T00:48:03.313Z] ---> 0d85e2e41b3a [2021-01-08T00:48:03.313Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-08T00:48:03.913Z] Removing intermediate container d15b1822b46d [2021-01-08T00:48:03.913Z] ---> 7ceaf2061d2f [2021-01-08T00:48:03.913Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-08T00:48:03.913Z] ---> Running in 114257b1ea4f [2021-01-08T00:48:03.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-08T00:48:04.520Z] ---> 1ec598591440 [2021-01-08T00:48:04.520Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-08T00:48:04.520Z] Removing intermediate container 114257b1ea4f [2021-01-08T00:48:04.520Z] ---> be36b1bb4960 [2021-01-08T00:48:04.520Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-08T00:48:05.509Z] ---> 533e1f302518 [2021-01-08T00:48:05.509Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-08T00:48:05.509Z] ---> e6a9c52ab78b [2021-01-08T00:48:05.509Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-08T00:48:06.955Z] ---> f32df46d54b6 [2021-01-08T00:48:06.955Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-08T00:48:07.232Z] ---> 871246598aa9 [2021-01-08T00:48:07.232Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-08T00:48:08.212Z] Removing intermediate container 5593324de6fd [2021-01-08T00:48:08.212Z] ---> 505687d57083 [2021-01-08T00:48:08.212Z] [2021-01-08T00:48:08.212Z] Step 11/26 : FROM docker:20.10.0 [2021-01-08T00:48:08.212Z] 20.10.0: Pulling from library/docker [2021-01-08T00:48:08.488Z] ---> f931e6cb8ac9 [2021-01-08T00:48:08.488Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-08T00:48:08.760Z] ---> 29b393a291b7 [2021-01-08T00:48:08.760Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-08T00:48:08.760Z] ---> Running in a1fd61d6fdf4 [2021-01-08T00:48:09.739Z] Removing intermediate container a1fd61d6fdf4 [2021-01-08T00:48:09.739Z] ---> d9448de32182 [2021-01-08T00:48:09.739Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T00:48:10.017Z] ---> Running in 6230ea51800b [2021-01-08T00:48:10.625Z] ---> b2d9280c9a3b [2021-01-08T00:48:10.625Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-08T00:48:10.904Z] Removing intermediate container 6230ea51800b [2021-01-08T00:48:10.904Z] ---> 755f2682d056 [2021-01-08T00:48:10.904Z] Step 19/21 : LABEL arch=arm64 [2021-01-08T00:48:11.516Z] ---> Running in 47ccd59cc7e1 [2021-01-08T00:48:12.114Z] ---> 9d48c605909a [2021-01-08T00:48:12.114Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-08T00:48:12.394Z] ---> Running in 605a259ca3ca [2021-01-08T00:48:12.394Z] Removing intermediate container 47ccd59cc7e1 [2021-01-08T00:48:12.394Z] ---> 5d872bec69bc [2021-01-08T00:48:12.394Z] Step 20/21 : LABEL git_sha=78a4125272904c1191817962eed59749edf85166 [2021-01-08T00:48:12.672Z] ---> Running in cfeab7d01921 [2021-01-08T00:48:13.274Z] Removing intermediate container cfeab7d01921 [2021-01-08T00:48:13.274Z] ---> 38f6a38fac79 [2021-01-08T00:48:13.274Z] Step 21/21 : LABEL version=0.0.0 [2021-01-08T00:48:13.869Z] ---> Running in 1facccb34b2a [2021-01-08T00:48:14.481Z] Removing intermediate container 1facccb34b2a [2021-01-08T00:48:14.481Z] ---> cfcf554d2079 [2021-01-08T00:48:14.481Z] [2021-01-08T00:48:15.081Z] Successfully built cfcf554d2079 [2021-01-08T00:48:15.081Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-08T00:48:15.674Z]  Building docker-support-scheduler-go ... done Removing intermediate container 605a259ca3ca [2021-01-08T00:48:15.674Z] ---> a4c4d463707e [2021-01-08T00:48:15.674Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-08T00:48:16.269Z] ---> Running in 441b8b727914 [2021-01-08T00:48:16.867Z] Removing intermediate container 441b8b727914 [2021-01-08T00:48:16.867Z] ---> 65cb7677625a [2021-01-08T00:48:16.867Z] Step 22/24 : LABEL arch=arm64 [2021-01-08T00:48:17.140Z] ---> Running in 99c160d65deb [2021-01-08T00:48:18.123Z] Removing intermediate container 99c160d65deb [2021-01-08T00:48:18.123Z] ---> fb2949355410 [2021-01-08T00:48:18.123Z] Step 23/24 : LABEL git_sha=78a4125272904c1191817962eed59749edf85166 [2021-01-08T00:48:18.395Z] ---> Running in ce08a04aaa6b [2021-01-08T00:48:19.379Z] Removing intermediate container ce08a04aaa6b [2021-01-08T00:48:19.379Z] ---> 55ed603dc1f0 [2021-01-08T00:48:19.379Z] Step 24/24 : LABEL version=0.0.0 [2021-01-08T00:48:19.654Z] ---> Running in f5611281f69a [2021-01-08T00:48:19.927Z] Removing intermediate container d0ff862f35a3 [2021-01-08T00:48:19.927Z] ---> a87a387e3911 [2021-01-08T00:48:19.927Z] [2021-01-08T00:48:19.927Z] Step 10/23 : FROM alpine:3.12 [2021-01-08T00:48:19.927Z] ---> afeebe901d6b [2021-01-08T00:48:19.927Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T00:48:20.198Z] ---> Running in 4643d4d96c8d [2021-01-08T00:48:20.198Z] Removing intermediate container f5611281f69a [2021-01-08T00:48:20.198Z] ---> d19c4d2644eb [2021-01-08T00:48:20.198Z] [2021-01-08T00:48:20.802Z] Successfully built d19c4d2644eb [2021-01-08T00:48:20.802Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-08T00:48:20.802Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4643d4d96c8d [2021-01-08T00:48:20.802Z] ---> a7c30ded005b [2021-01-08T00:48:20.802Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-08T00:48:21.075Z] ---> Running in f81b74536a19 [2021-01-08T00:48:21.075Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-08T00:48:21.075Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-08T00:48:21.075Z] ---> eeaf43b92773 [2021-01-08T00:48:21.075Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-08T00:48:21.350Z] ---> Running in a13c36957894 [2021-01-08T00:48:21.622Z] Removing intermediate container f81b74536a19 [2021-01-08T00:48:21.622Z] ---> 42cefd25abf9 [2021-01-08T00:48:21.622Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-08T00:48:21.622Z] ---> Running in 9c60b5690cde [2021-01-08T00:48:22.218Z] Removing intermediate container 9c60b5690cde [2021-01-08T00:48:22.218Z] ---> 13840709f5ad [2021-01-08T00:48:22.218Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T00:48:22.490Z] ---> Running in 439b36517cf2 [2021-01-08T00:48:22.490Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T00:48:22.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:48:23.360Z] (1/2) Installing readline (8.0.4-r0) [2021-01-08T00:48:23.360Z] (2/2) Installing bash (5.0.17-r0) [2021-01-08T00:48:23.630Z] Executing bash-5.0.17-r0.post-install [2021-01-08T00:48:23.630Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:48:23.630Z] OK: 12 MiB in 22 packages [2021-01-08T00:48:24.610Z] Removing intermediate container 439b36517cf2 [2021-01-08T00:48:24.610Z] ---> ea468fa2dd3d [2021-01-08T00:48:24.610Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-08T00:48:24.610Z] ---> Running in 747da3891dcb [2021-01-08T00:48:24.892Z] Removing intermediate container a13c36957894 [2021-01-08T00:48:24.892Z] ---> af677114b9bd [2021-01-08T00:48:24.892Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-08T00:48:24.892Z] ---> Running in 0ad9c3748ac6 [2021-01-08T00:48:25.488Z] Removing intermediate container 0ad9c3748ac6 [2021-01-08T00:48:25.488Z] ---> 12e4b19a7c94 [2021-01-08T00:48:25.488Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-08T00:48:25.488Z] ---> Running in a8f3cde628c9 [2021-01-08T00:48:26.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T00:48:26.085Z] Removing intermediate container a8f3cde628c9 [2021-01-08T00:48:26.085Z] ---> 53acb81b6e96 [2021-01-08T00:48:26.085Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-08T00:48:26.355Z] ---> Running in 5d8e620773b1 [2021-01-08T00:48:26.626Z] Removing intermediate container 5d8e620773b1 [2021-01-08T00:48:26.626Z] ---> 4e4a395851ba [2021-01-08T00:48:26.626Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-08T00:48:26.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:48:27.218Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-08T00:48:27.493Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-08T00:48:27.493Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-08T00:48:27.767Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-08T00:48:27.767Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-08T00:48:27.767Z] ---> 2154fe0f97d7 [2021-01-08T00:48:27.767Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-08T00:48:28.040Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:48:28.040Z] OK: 8 MiB in 19 packages [2021-01-08T00:48:28.637Z] ---> e92b6f2c8e19 [2021-01-08T00:48:28.637Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-08T00:48:29.229Z] Removing intermediate container 747da3891dcb [2021-01-08T00:48:29.229Z] ---> 8301a1cfe14e [2021-01-08T00:48:29.229Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-08T00:48:29.827Z] ---> ab13b796e3fd [2021-01-08T00:48:29.827Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-08T00:48:29.827Z] ---> Running in 172ab1efa519 [2021-01-08T00:48:30.103Z] ---> cec11dd6bf57 [2021-01-08T00:48:30.103Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-08T00:48:31.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T00:48:31.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:48:31.361Z] ---> bd383a400fef [2021-01-08T00:48:31.361Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-08T00:48:31.649Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-08T00:48:31.649Z] (2/33) Installing expat (2.2.9-r1) [2021-01-08T00:48:31.649Z] (3/33) Installing libffi (3.3-r2) [2021-01-08T00:48:31.649Z] (4/33) Installing gdbm (1.13-r1) [2021-01-08T00:48:31.649Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-08T00:48:31.649Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-08T00:48:31.925Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-08T00:48:32.910Z] ---> 2d1be6557072 [2021-01-08T00:48:32.910Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-08T00:48:33.192Z] ---> Running in a990178f25f5 [2021-01-08T00:48:33.793Z] Removing intermediate container a990178f25f5 [2021-01-08T00:48:33.793Z] ---> 4fc58b5c7862 [2021-01-08T00:48:33.793Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T00:48:33.793Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-08T00:48:33.793Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-08T00:48:33.793Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-08T00:48:33.793Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-08T00:48:33.793Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-08T00:48:33.793Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-08T00:48:34.075Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-08T00:48:34.075Z] ---> Running in d9f2a9a396d2 [2021-01-08T00:48:34.075Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-08T00:48:34.075Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-08T00:48:34.075Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-08T00:48:34.075Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-08T00:48:34.352Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-08T00:48:34.352Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-08T00:48:34.352Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-08T00:48:34.352Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-08T00:48:34.352Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-08T00:48:34.352Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-08T00:48:34.352Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-08T00:48:34.352Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-08T00:48:34.352Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-08T00:48:34.352Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-08T00:48:34.352Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-08T00:48:34.641Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-08T00:48:34.641Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-08T00:48:34.641Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-08T00:48:34.641Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-08T00:48:34.641Z] Removing intermediate container d9f2a9a396d2 [2021-01-08T00:48:34.641Z] ---> 92b5be3e43d7 [2021-01-08T00:48:34.641Z] Step 21/23 : LABEL arch=arm64 [2021-01-08T00:48:34.641Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:48:34.641Z] ---> Running in 09a77c615870 [2021-01-08T00:48:34.921Z] OK: 71 MiB in 55 packages [2021-01-08T00:48:35.195Z] Removing intermediate container 09a77c615870 [2021-01-08T00:48:35.195Z] ---> 55935291e0c9 [2021-01-08T00:48:35.195Z] Step 22/23 : LABEL git_sha=78a4125272904c1191817962eed59749edf85166 [2021-01-08T00:48:35.474Z] ---> Running in c5413ab962a5 [2021-01-08T00:48:36.070Z] Removing intermediate container c5413ab962a5 [2021-01-08T00:48:36.070Z] ---> 34b104b2aec8 [2021-01-08T00:48:36.070Z] Step 23/23 : LABEL version=0.0.0 [2021-01-08T00:48:36.344Z] ---> Running in 77605ea28ed3 [2021-01-08T00:48:36.945Z] Removing intermediate container 77605ea28ed3 [2021-01-08T00:48:36.945Z] ---> 9e8ebe503d87 [2021-01-08T00:48:36.945Z] [2021-01-08T00:48:37.221Z] Successfully built 9e8ebe503d87 [2021-01-08T00:48:37.221Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-08T00:48:40.621Z]  Building docker-core-data-go ... done Removing intermediate container 172ab1efa519 [2021-01-08T00:48:40.621Z] ---> 954a65076d06 [2021-01-08T00:48:40.621Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-08T00:48:40.898Z] ---> Running in 3beef9fce96d [2021-01-08T00:48:46.421Z] Collecting docker-compose==1.23.2 [2021-01-08T00:48:46.421Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-08T00:48:46.697Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-08T00:48:46.697Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-08T00:48:47.294Z] Collecting jsonschema<3,>=2.5.1 [2021-01-08T00:48:47.294Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-08T00:48:47.569Z] Collecting docopt<0.7,>=0.6.1 [2021-01-08T00:48:47.569Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-08T00:48:49.556Z] Collecting cached-property<2,>=1.2.0 [2021-01-08T00:48:49.556Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-08T00:48:49.827Z] Collecting texttable<0.10,>=0.9.0 [2021-01-08T00:48:49.827Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-08T00:48:52.433Z] Collecting docker<4.0,>=3.6.0 [2021-01-08T00:48:52.433Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-08T00:48:52.433Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-08T00:48:52.433Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-08T00:48:55.036Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-08T00:48:55.036Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-08T00:48:55.629Z] Collecting PyYAML<4,>=3.10 [2021-01-08T00:48:55.912Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-08T00:48:58.516Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-08T00:48:58.516Z] Collecting docker-pycreds>=0.4.0 [2021-01-08T00:48:58.516Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-08T00:48:59.104Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-08T00:48:59.375Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-08T00:48:59.375Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-08T00:48:59.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) [2021-01-08T00:48:59.653Z] Collecting idna<2.8,>=2.5 [2021-01-08T00:48:59.653Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-08T00:48:59.653Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-08T00:48:59.653Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-08T00:48:59.653Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-08T00:48:59.653Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-08T00:49:00.622Z] Installing collected packages: websocket-client, jsonschema, docopt, cached-property, texttable, urllib3, idna, requests, docker-pycreds, docker, dockerpty, PyYAML, docker-compose [2021-01-08T00:49:01.214Z] Running setup.py install for docopt: started [2021-01-08T00:49:03.178Z] Running setup.py install for docopt: finished with status 'done' [2021-01-08T00:49:03.178Z] Running setup.py install for texttable: started [2021-01-08T00:49:05.139Z] Running setup.py install for texttable: finished with status 'done' [2021-01-08T00:49:05.139Z] Attempting uninstall: urllib3 [2021-01-08T00:49:05.139Z] Found existing installation: urllib3 1.25.9 [2021-01-08T00:49:05.139Z] Uninstalling urllib3-1.25.9: [2021-01-08T00:49:05.139Z] Successfully uninstalled urllib3-1.25.9 [2021-01-08T00:49:05.409Z] Attempting uninstall: idna [2021-01-08T00:49:05.409Z] Found existing installation: idna 2.9 [2021-01-08T00:49:05.409Z] Uninstalling idna-2.9: [2021-01-08T00:49:05.680Z] Successfully uninstalled idna-2.9 [2021-01-08T00:49:06.273Z] Attempting uninstall: requests [2021-01-08T00:49:06.273Z] Found existing installation: requests 2.23.0 [2021-01-08T00:49:06.273Z] Uninstalling requests-2.23.0: [2021-01-08T00:49:06.543Z] Successfully uninstalled requests-2.23.0 [2021-01-08T00:49:07.512Z] Running setup.py install for dockerpty: started [2021-01-08T00:49:09.476Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-08T00:49:09.476Z] Running setup.py install for PyYAML: started [2021-01-08T00:49:11.451Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-08T00:49:12.440Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-08T00:49:16.734Z] Removing intermediate container 3beef9fce96d [2021-01-08T00:49:16.734Z] ---> e1bd34baaf53 [2021-01-08T00:49:16.734Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-08T00:49:16.734Z] ---> Running in c6ce32bfcb04 [2021-01-08T00:49:17.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T00:49:17.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T00:49:18.202Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T00:49:18.202Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-08T00:49:18.202Z] (3/3) Installing curl (7.69.1-r3) [2021-01-08T00:49:18.202Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T00:49:18.202Z] OK: 71 MiB in 58 packages [2021-01-08T00:49:19.634Z] Removing intermediate container c6ce32bfcb04 [2021-01-08T00:49:19.634Z] ---> 0b0166bfb2b8 [2021-01-08T00:49:19.634Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-08T00:49:19.634Z] ---> Running in 7ec03343438d [2021-01-08T00:49:19.907Z] Removing intermediate container 7ec03343438d [2021-01-08T00:49:19.907Z] ---> 9704defdeb30 [2021-01-08T00:49:19.907Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T00:49:20.180Z] ---> Running in 3ff3df5413bf [2021-01-08T00:49:20.454Z] Removing intermediate container 3ff3df5413bf [2021-01-08T00:49:20.454Z] ---> 0d0a7a6d6172 [2021-01-08T00:49:20.454Z] Step 24/26 : LABEL arch=arm64 [2021-01-08T00:49:20.728Z] ---> Running in 8ab4692d41f2 [2021-01-08T00:49:21.001Z] Removing intermediate container 8ab4692d41f2 [2021-01-08T00:49:21.001Z] ---> d33ca68a765c [2021-01-08T00:49:21.001Z] Step 25/26 : LABEL git_sha=78a4125272904c1191817962eed59749edf85166 [2021-01-08T00:49:21.274Z] ---> Running in a1d76a752b91 [2021-01-08T00:49:21.550Z] Removing intermediate container a1d76a752b91 [2021-01-08T00:49:21.550Z] ---> df089366f2cf [2021-01-08T00:49:21.550Z] Step 26/26 : LABEL version=0.0.0 [2021-01-08T00:49:21.820Z] ---> Running in abc04947d408 [2021-01-08T00:49:22.420Z] Removing intermediate container abc04947d408 [2021-01-08T00:49:22.420Z] ---> 177b1fb091ec [2021-01-08T00:49:22.420Z] [2021-01-08T00:49:22.693Z] Successfully built 177b1fb091ec [2021-01-08T00:49:22.693Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-08T00:49:23.297Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-08T00:49:23.301Z] $ docker stop --time=1 a9e20e850c9b31fbc739a329c69672ef6cc923e3ea884c06891d00e027552d9e [2021-01-08T00:49:25.180Z] $ docker rm -f a9e20e850c9b31fbc739a329c69672ef6cc923e3ea884c06891d00e027552d9e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-08T00:49:25.817Z] + docker+ images [2021-01-08T00:49:25.817Z] grep docker [2021-01-08T00:49:26.089Z] docker-sys-mgmt-agent-go-arm64 latest 177b1fb091ec 3 seconds ago 300MB [2021-01-08T00:49:26.089Z] docker-core-data-go-arm64 latest 9e8ebe503d87 49 seconds ago 21MB [2021-01-08T00:49:26.089Z] docker-security-secretstore-setup-go-arm64 latest d19c4d2644eb About a minute ago 23.4MB [2021-01-08T00:49:26.089Z] docker-support-scheduler-go-arm64 latest cfcf554d2079 About a minute ago 10MB [2021-01-08T00:49:26.089Z] docker-core-metadata-go-arm64 latest 16cab05787c0 3 minutes ago 12.2MB [2021-01-08T00:49:26.089Z] docker-security-proxy-setup-go-arm64 latest 1bf673b6fbca 4 minutes ago 23.2MB [2021-01-08T00:49:26.089Z] docker-support-notifications-go-arm64 latest 57f483713ca9 4 minutes ago 11.4MB [2021-01-08T00:49:26.089Z] docker-security-bootstrap-redis-go-arm64 latest b6bd16f02b5c 4 minutes ago 15.1MB [2021-01-08T00:49:26.089Z] docker-core-command-go-arm64 latest 45646bee5c02 4 minutes ago 9.98MB [2021-01-08T00:49:26.089Z] docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-08T00:49:28.155Z] provisioning config files... [2021-01-08T00:49:28.168Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/18@tmp/config8511935656612111964tmp [Pipeline] { [Pipeline] sh [2021-01-08T00:49:28.578Z] + set +x [2021-01-08T00:49:28.578Z] + curl -s https://codecov.io/bash [2021-01-08T00:49:28.578Z] + bash -s -- [2021-01-08T00:49:29.157Z] [2021-01-08T00:49:29.157Z] _____ _ [2021-01-08T00:49:29.157Z] / ____| | | [2021-01-08T00:49:29.157Z] | | ___ __| | ___ ___ _____ __ [2021-01-08T00:49:29.157Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-08T00:49:29.157Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-08T00:49:29.157Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-08T00:49:29.157Z] Bash-20201231-23d4836 [2021-01-08T00:49:29.157Z] [2021-01-08T00:49:29.157Z] [2021-01-08T00:49:29.157Z] ==> git version 2.24.3 found [2021-01-08T00:49:29.157Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-08T00:49:29.157Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-08T00:49:29.157Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-08T00:49:29.157Z] ==> Jenkins CI detected. [2021-01-08T00:49:29.157Z] project root: . [2021-01-08T00:49:29.157Z] --> token set from env [2021-01-08T00:49:29.157Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-08T00:49:29.157Z] ==> Running gcov in . (disable via -X gcov) [2021-01-08T00:49:29.157Z] ==> Python coveragepy not found [2021-01-08T00:49:29.157Z] ==> Searching for coverage reports in: [2021-01-08T00:49:29.157Z] + . [2021-01-08T00:49:29.157Z] -> Found 1 reports [2021-01-08T00:49:29.157Z] ==> Detecting git/mercurial file structure [2021-01-08T00:49:29.157Z] ==> Reading reports [2021-01-08T00:49:29.157Z] + ./coverage.out bytes=536793 [2021-01-08T00:49:29.157Z] ==> Appending adjustments [2021-01-08T00:49:29.157Z] https://docs.codecov.io/docs/fixing-reports [2021-01-08T00:49:32.479Z] + Found adjustments [2021-01-08T00:49:32.479Z] ==> Gzipping contents [2021-01-08T00:49:32.479Z] 80K /tmp/codecov.yKIfWF.gz [2021-01-08T00:49:32.479Z] ==> Uploading reports [2021-01-08T00:49:32.479Z] url: https://codecov.io [2021-01-08T00:49:32.479Z] query: branch=PR-2924&commit=78a4125272904c1191817962eed59749edf85166&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= [2021-01-08T00:49:32.479Z] -> Pinging Codecov [2021-01-08T00:49:32.479Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2924&commit=78a4125272904c1191817962eed59749edf85166&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= [2021-01-08T00:49:32.741Z] -> Uploading to [2021-01-08T00:49:32.741Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-08/00271124DB129430A58F1EEE437C3FCB/78a4125272904c1191817962eed59749edf85166/022fd41f-b8a3-4b7c-bb67-db580d265a3f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210108T004932Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2e2847e6f1f8235243ab5b18812202feb1ef3e16d0db005badd52ae7461c3544 [2021-01-08T00:49:32.741Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-08T00:49:32.741Z] Dload Upload Total Spent Left Speed [2021-01-08T00:49:33.316Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81787 0 0 100 81787 0 132k --:--:-- --:--:-- --:--:-- 132k [2021-01-08T00:49:33.316Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/78a4125272904c1191817962eed59749edf85166 [Pipeline] } [2021-01-08T00:49:33.329Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:49:35.677Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:49:36.570Z] ---> package-listing.sh [2021-01-08T00:49:36.570Z] ++ facter osfamily [2021-01-08T00:49:36.570Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-08T00:49:36.570Z] + OS_FAMILY=redhat [2021-01-08T00:49:36.570Z] + workspace=/w/workspace/edgex-go/18 [2021-01-08T00:49:36.570Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-08T00:49:36.570Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-08T00:49:36.570Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-08T00:49:36.570Z] + PACKAGES=/tmp/packages_start.txt [2021-01-08T00:49:36.570Z] + '[' /w/workspace/edgex-go/18 ']' [2021-01-08T00:49:36.570Z] + PACKAGES=/tmp/packages_end.txt [2021-01-08T00:49:36.570Z] + case "${OS_FAMILY}" in [2021-01-08T00:49:36.570Z] + rpm -qa [2021-01-08T00:49:36.570Z] + sort [2021-01-08T00:49:41.883Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-08T00:49:41.883Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-08T00:49:41.883Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-08T00:49:41.883Z] + '[' /w/workspace/edgex-go/18 ']' [2021-01-08T00:49:41.883Z] + mkdir -p /w/workspace/edgex-go/18/archives/ [2021-01-08T00:49:41.883Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/18/archives/ [Pipeline] echo [2021-01-08T00:49:41.896Z] 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/18/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-08T00:49:42.200Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:49:42.513Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T00:49:42.513Z] [2021-01-08T00:49:42.513Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-08T00:49:42.872Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T00:49:42.872Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-08T00:49:42.872Z] df20fa9351a1: Pulling fs layer [2021-01-08T00:49:42.872Z] 36b3adc4ff6f: Pulling fs layer [2021-01-08T00:49:42.872Z] 8ad3a11d3b57: Pulling fs layer [2021-01-08T00:49:42.872Z] 46f8f816bc3b: Pulling fs layer [2021-01-08T00:49:42.872Z] 93b61091891f: Pulling fs layer [2021-01-08T00:49:42.872Z] 93b9cdb0e59b: Pulling fs layer [2021-01-08T00:49:42.872Z] 5e14af77c1be: Pulling fs layer [2021-01-08T00:49:42.872Z] 01666e4c0597: Pulling fs layer [2021-01-08T00:49:42.872Z] aa168da1d23b: Pulling fs layer [2021-01-08T00:49:42.872Z] 93b9cdb0e59b: Waiting [2021-01-08T00:49:42.872Z] 5e14af77c1be: Waiting [2021-01-08T00:49:42.872Z] 01666e4c0597: Waiting [2021-01-08T00:49:42.872Z] aa168da1d23b: Waiting [2021-01-08T00:49:42.872Z] 93b61091891f: Waiting [2021-01-08T00:49:42.872Z] 46f8f816bc3b: Waiting [2021-01-08T00:49:42.872Z] 36b3adc4ff6f: Verifying Checksum [2021-01-08T00:49:42.872Z] 36b3adc4ff6f: Download complete [2021-01-08T00:49:42.872Z] 46f8f816bc3b: Verifying Checksum [2021-01-08T00:49:42.872Z] 46f8f816bc3b: Download complete [2021-01-08T00:49:42.872Z] df20fa9351a1: Verifying Checksum [2021-01-08T00:49:42.872Z] df20fa9351a1: Download complete [2021-01-08T00:49:43.139Z] 93b9cdb0e59b: Verifying Checksum [2021-01-08T00:49:43.139Z] 93b9cdb0e59b: Download complete [2021-01-08T00:49:43.139Z] 5e14af77c1be: Verifying Checksum [2021-01-08T00:49:43.139Z] 5e14af77c1be: Download complete [2021-01-08T00:49:43.139Z] 01666e4c0597: Verifying Checksum [2021-01-08T00:49:43.139Z] 01666e4c0597: Download complete [2021-01-08T00:49:43.139Z] 93b61091891f: Verifying Checksum [2021-01-08T00:49:43.139Z] 93b61091891f: Download complete [2021-01-08T00:49:43.139Z] 8ad3a11d3b57: Verifying Checksum [2021-01-08T00:49:43.139Z] 8ad3a11d3b57: Download complete [2021-01-08T00:49:43.406Z] df20fa9351a1: Pull complete [2021-01-08T00:49:43.669Z] 36b3adc4ff6f: Pull complete [2021-01-08T00:49:45.077Z] aa168da1d23b: Download complete [2021-01-08T00:49:46.473Z] 8ad3a11d3b57: Pull complete [2021-01-08T00:49:46.745Z] 46f8f816bc3b: Pull complete [2021-01-08T00:49:47.022Z] 93b61091891f: Pull complete [2021-01-08T00:49:47.290Z] 93b9cdb0e59b: Pull complete [2021-01-08T00:49:47.556Z] 5e14af77c1be: Pull complete [2021-01-08T00:49:47.556Z] 01666e4c0597: Pull complete [2021-01-08T00:49:57.660Z] aa168da1d23b: Pull complete [2021-01-08T00:49:57.660Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-08T00:49:57.660Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T00:49:57.660Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-08T00:49:57.866Z] prd-centos7-docker-4c-2g-18995 does not seem to be running inside a container [2021-01-08T00:49:57.922Z] $ 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/18/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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-08T00:50:02.542Z] $ docker top 4d3ae9225e06ba7ac5e70816cf141526c8ad076c7a50e7368493ae168b8595bb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T00:50:03.172Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-08T00:50:03.486Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-08T00:50:03.794Z] + ls /var/log/sa-host [2021-01-08T00:50:03.794Z] + sadf -c /var/log/sa-host/sa08 [2021-01-08T00:50:03.794Z] file_magic: OK [2021-01-08T00:50:03.794Z] HZ: Using current value: 100 [2021-01-08T00:50:03.794Z] file_header: OK [2021-01-08T00:50:03.794Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-08T00:50:03.794Z] Statistics: [2021-01-08T00:50:03.794Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-08T00:50:03.794Z] File successfully converted to sysstat format version 12.2.1 [2021-01-08T00:50:03.794Z] + sadf -c /var/log/sa-host/sa23 [2021-01-08T00:50:03.794Z] file_magic: OK [2021-01-08T00:50:03.794Z] HZ: Using current value: 100 [2021-01-08T00:50:03.794Z] file_header: OK [2021-01-08T00:50:03.794Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-08T00:50:03.794Z] Statistics: [2021-01-08T00:50:03.794Z] Hnuu...uuuununununu... [2021-01-08T00:50:03.794Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-08T00:50:04.050Z] provisioning config files... [2021-01-08T00:50:04.072Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/18@tmp/config3190088312279720799tmp [Pipeline] { [Pipeline] echo [2021-01-08T00:50:04.157Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:50:04.469Z] ---> create-netrc.sh [Pipeline] } [2021-01-08T00:50:04.480Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-08T00:50:04.603Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:50:04.989Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-08T00:50:05.181Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:50:05.491Z] ---> sudo-logs.sh [2021-01-08T00:50:05.491Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-08T00:50:05.502Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:50:05.802Z] ---> job-cost.sh [2021-01-08T00:50:05.802Z] lf-activate-venv: SKIPPING [2021-01-08T00:50:05.802Z] INFO: No Stack... [2021-01-08T00:50:06.747Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-08T00:50:07.021Z] INFO: Archiving Costs [Pipeline] echo [2021-01-08T00:50:07.035Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T00:50:07.338Z] ---> logs-deploy.sh [2021-01-08T00:50:07.338Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2924/18 [2021-01-08T00:50:07.338Z] INFO: archiving workspace using pattern(s): [2021-01-08T00:50:08.726Z] Archives upload complete. [2021-01-08T00:50:08.726Z] INFO: archiving logs to Nexus