Pull request #3032 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646+4796bc35210d426274ed882bf814f8261df78b77 (62cce6ec7b44e472ae0f522231cb0362b5f3fa63) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-20394 in /w/workspace/edgexfoundry_edgex-go_PR-3032 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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/3032/head:refs/remotes/origin/PR-3032 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4796bc35210d426274ed882bf814f8261df78b77 into PR head commit 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 Merge succeeded, producing 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 Checking out Revision 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 (PR-3032) > git config core.sparsecheckout # timeout=10 > git checkout -f 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 # 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 4796bc35210d426274ed882bf814f8261df78b77 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 # timeout=10 Commit message: "Merge branch 'master' into v2-messaging" > git rev-list --no-walk 7bf9428fc8b174909a95a12a3c8181a378f1c5e7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-15T04:35:09.511Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-15T04:35:09.791Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-15T04:35:09.888Z] ========================================================= [2021-01-15T04:35:09.888Z] EdgeX Global Pipelines Version Info [2021-01-15T04:35:09.888Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:35:11.402Z] ------------------- [2021-01-15T04:35:11.402Z] stable info: [2021-01-15T04:35:11.402Z] ------------------- [2021-01-15T04:35:11.402Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-15T04:35:11.402Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T04:35:11.402Z] Message: update stable to v1.0.177 [2021-01-15T04:35:12.363Z] ------------------- [2021-01-15T04:35:12.363Z] experimental info: [2021-01-15T04:35:12.363Z] ------------------- [2021-01-15T04:35:12.363Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-15T04:35:12.363Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T04:35:12.363Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-15T04:35:12.630Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-15T04:35:12.716Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-15T04:35:12.815Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-15T04:35:12.900Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-15T04:35:12.986Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-15T04:35:13.077Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-15T04:35:13.164Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-15T04:35:13.292Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-15T04:35:13.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-15T04:35:13.491Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-15T04:35:13.580Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-15T04:35:13.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-15T04:35:13.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-15T04:35:13.845Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-15T04:35:13.940Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T04:35:14.026Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T04:35:14.117Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-15T04:35:14.206Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-15T04:35:14.296Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-15T04:35:14.385Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-15T04:35:14.474Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-15T04:35:14.575Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-15T04:35:14.685Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-15T04:35:14.768Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3032 [Pipeline] echo [2021-01-15T04:35:14.855Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3032 [Pipeline] echo [2021-01-15T04:35:14.940Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3032 [Pipeline] echo [2021-01-15T04:35:15.021Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [Pipeline] echo [2021-01-15T04:35:15.108Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9f568b5 [Pipeline] echo [2021-01-15T04:35:15.197Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T04:35:15.368Z] provisioning config files... [2021-01-15T04:35:15.400Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config4178893383292811176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:35:15.756Z] ---> docker-login.sh [2021-01-15T04:35:15.756Z] nexus3.edgexfoundry.org:10001 [2021-01-15T04:35:16.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:35:16.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:35:16.288Z] Configure a credential helper to remove this warning. See [2021-01-15T04:35:16.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:35:16.288Z] [2021-01-15T04:35:16.288Z] Login Succeeded [2021-01-15T04:35:16.288Z] nexus3.edgexfoundry.org:10002 [2021-01-15T04:35:16.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:35:16.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:35:16.551Z] Configure a credential helper to remove this warning. See [2021-01-15T04:35:16.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:35:16.551Z] [2021-01-15T04:35:16.551Z] Login Succeeded [2021-01-15T04:35:16.551Z] nexus3.edgexfoundry.org:10003 [2021-01-15T04:35:16.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:35:16.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:35:16.551Z] Configure a credential helper to remove this warning. See [2021-01-15T04:35:16.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:35:16.551Z] [2021-01-15T04:35:16.551Z] Login Succeeded [2021-01-15T04:35:16.551Z] nexus3.edgexfoundry.org:10004 [2021-01-15T04:35:16.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:35:16.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:35:16.815Z] Configure a credential helper to remove this warning. See [2021-01-15T04:35:16.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:35:16.815Z] [2021-01-15T04:35:16.815Z] Login Succeeded [2021-01-15T04:35:16.815Z] docker.io [2021-01-15T04:35:16.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:35:17.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:35:17.078Z] Configure a credential helper to remove this warning. See [2021-01-15T04:35:17.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:35:17.078Z] [2021-01-15T04:35:17.078Z] Login Succeeded [2021-01-15T04:35:17.340Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T04:35:17.349Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T04:35:17.812Z] ++ 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-15T04:35:17.813Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T04:35:17.813Z] ++ dirname cmd/core-command/Dockerfile [2021-01-15T04:35:17.813Z] ++ cut -d/ -f2 [2021-01-15T04:35:17.813Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-15T04:35:17.813Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T04:35:17.813Z] ++ dirname cmd/core-data/Dockerfile [2021-01-15T04:35:17.813Z] ++ cut -d/ -f2 [2021-01-15T04:35:17.813Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-15T04:35:17.813Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T04:35:17.813Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-15T04:35:17.813Z] ++ cut -d/ -f2 [2021-01-15T04:35:17.813Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-15T04:35:17.813Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T04:35:17.813Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-15T04:35:17.813Z] ++ cut -d/ -f2 [2021-01-15T04:35:17.813Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-15T04:35:17.813Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T04:35:17.813Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-15T04:35:17.813Z] ++ cut -d/ -f2 [2021-01-15T04:35:17.813Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-15T04:35:17.813Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T04:35:17.813Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-15T04:35:17.813Z] ++ cut -d/ -f2 [2021-01-15T04:35:17.813Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-15T04:35:17.813Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T04:35:17.813Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-15T04:35:17.813Z] ++ cut -d/ -f2 [2021-01-15T04:35:17.813Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-15T04:35:17.813Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T04:35:17.813Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-15T04:35:17.813Z] ++ cut -d/ -f2 [2021-01-15T04:35:17.813Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-15T04:35:17.813Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T04:35:17.813Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-15T04:35:17.813Z] ++ cut -d/ -f2 [2021-01-15T04:35:17.813Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-15T04:35:17.936Z] 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-15T04:35:18.787Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T04:35:18.787Z] [2021-01-15T04:35:18.787Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:35:19.142Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T04:35:19.142Z] latest: Pulling from edgex-devops/git-semver [2021-01-15T04:35:19.142Z] 31603596830f: Pulling fs layer [2021-01-15T04:35:19.142Z] 2a8b12db71e7: Pulling fs layer [2021-01-15T04:35:19.142Z] 6ca5941a6612: Pulling fs layer [2021-01-15T04:35:19.142Z] ecc8261a40a4: Pulling fs layer [2021-01-15T04:35:19.142Z] ecc8261a40a4: Waiting [2021-01-15T04:35:19.142Z] 2a8b12db71e7: Verifying Checksum [2021-01-15T04:35:19.142Z] 2a8b12db71e7: Download complete [2021-01-15T04:35:19.142Z] 31603596830f: Verifying Checksum [2021-01-15T04:35:19.142Z] 31603596830f: Download complete [2021-01-15T04:35:19.406Z] ecc8261a40a4: Verifying Checksum [2021-01-15T04:35:19.406Z] ecc8261a40a4: Download complete [2021-01-15T04:35:19.406Z] 6ca5941a6612: Verifying Checksum [2021-01-15T04:35:19.406Z] 6ca5941a6612: Download complete [2021-01-15T04:35:19.668Z] 31603596830f: Pull complete [2021-01-15T04:35:19.931Z] 2a8b12db71e7: Pull complete [2021-01-15T04:35:20.878Z] 6ca5941a6612: Pull complete [2021-01-15T04:35:20.878Z] ecc8261a40a4: Pull complete [2021-01-15T04:35:20.878Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-15T04:35:20.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T04:35:20.878Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-15T04:35:20.991Z] prd-centos7-docker-4c-2g-20394 does not seem to be running inside a container [2021-01-15T04:35:21.042Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-15T04:35:23.673Z] $ docker top ba512216a9cc02696dbbd1dbf6e7d79238e61894e618c825b4a14a84e4beb714 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T04:35:24.058Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T04:35:24.058Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T04:35:24.297Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T04:35:24.303Z] $ docker exec ba512216a9cc02696dbbd1dbf6e7d79238e61894e618c825b4a14a84e4beb714 ssh-agent [2021-01-15T04:35:24.480Z] SSH_AUTH_SOCK=/tmp/ssh-lt8QhPfYPlYX/agent.12 [2021-01-15T04:35:24.480Z] SSH_AGENT_PID=18 [2021-01-15T04:35:24.500Z] Running ssh-add (command line suppressed) [2021-01-15T04:35:24.643Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_4454479141029734710.key (/w/workspace/edgex-go/6@tmp/private_key_4454479141029734710.key) [2021-01-15T04:35:24.700Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T04:35:25.056Z] + git tag --points-at HEAD [Pipeline] } [2021-01-15T04:35:25.087Z] $ docker exec --env ******** --env ******** ba512216a9cc02696dbbd1dbf6e7d79238e61894e618c825b4a14a84e4beb714 ssh-agent -k [2021-01-15T04:35:25.210Z] unset SSH_AUTH_SOCK; [2021-01-15T04:35:25.210Z] unset SSH_AGENT_PID; [2021-01-15T04:35:25.210Z] echo Agent pid 18 killed; [2021-01-15T04:35:25.257Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-15T04:35:25.402Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T04:35:25.402Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T04:35:25.590Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T04:35:25.597Z] $ docker exec ba512216a9cc02696dbbd1dbf6e7d79238e61894e618c825b4a14a84e4beb714 ssh-agent [2021-01-15T04:35:25.771Z] SSH_AUTH_SOCK=/tmp/ssh-5niHmvwplvrm/agent.47 [2021-01-15T04:35:25.771Z] SSH_AGENT_PID=52 [2021-01-15T04:35:25.779Z] Running ssh-add (command line suppressed) [2021-01-15T04:35:25.910Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_4825378430488171143.key (/w/workspace/edgex-go/6@tmp/private_key_4825378430488171143.key) [2021-01-15T04:35:25.963Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T04:35:26.293Z] + git semver init [2021-01-15T04:35:26.293Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T04:35:26.293Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-01-15T04:35:26.293Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-01-15T04:35:26.293Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T04:35:26.293Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T04:35:26.293Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T04:35:26.293Z] # $SEMVER_BRANCH = PR-3032 [2021-01-15T04:35:26.294Z] # $SEMVER_TEMP = /tmp/semver-178302293 [2021-01-15T04:35:26.294Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-15T04:35:44.468Z] # '/tmp/semver-178302293' -> '/w/workspace/edgex-go/6/.semver' [2021-01-15T04:35:44.469Z] # -> Force: false [2021-01-15T04:35:44.469Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-01-15T04:35:44.484Z] $ docker exec --env ******** --env ******** ba512216a9cc02696dbbd1dbf6e7d79238e61894e618c825b4a14a84e4beb714 ssh-agent -k [2021-01-15T04:35:44.740Z] unset SSH_AUTH_SOCK; [2021-01-15T04:35:44.740Z] unset SSH_AGENT_PID; [2021-01-15T04:35:44.740Z] echo Agent pid 52 killed; [2021-01-15T04:35:44.850Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T04:35:45.379Z] + git semver [Pipeline] } [2021-01-15T04:35:45.398Z] $ docker stop --time=1 ba512216a9cc02696dbbd1dbf6e7d79238e61894e618c825b4a14a84e4beb714 [2021-01-15T04:35:47.103Z] $ docker rm -f ba512216a9cc02696dbbd1dbf6e7d79238e61894e618c825b4a14a84e4beb714 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T04:35:47.657Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-15T04:35:48.194Z] Stashed 1 file(s) [Pipeline] echo [2021-01-15T04:35:48.197Z] [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-15T04:35:49.078Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-15T04:35:49.380Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T04:35:49.683Z] + sudo service docker restart [2021-01-15T04:35:49.683Z] + true [2021-01-15T04:35:49.683Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-15T04:35:50.278Z] ========================================================= [2021-01-15T04:35:50.278Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-15T04:35:50.278Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:35:50.630Z] + 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-15T04:35:54.887Z] Sending build context to Docker daemon 326.6MB [2021-01-15T04:35:54.887Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T04:35:54.887Z] Step 2/6 : FROM ${BASE} [2021-01-15T04:35:54.887Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-15T04:35:54.887Z] 188c0c94c7c5: Pulling fs layer [2021-01-15T04:35:54.887Z] 0ef7d3d256c8: Pulling fs layer [2021-01-15T04:35:54.887Z] de9db76c5a1d: Pulling fs layer [2021-01-15T04:35:54.887Z] bca2f99d35d6: Pulling fs layer [2021-01-15T04:35:54.887Z] 93359f2a8cfa: Pulling fs layer [2021-01-15T04:35:54.887Z] 7c6f9722023f: Pulling fs layer [2021-01-15T04:35:54.887Z] a35cf1a2eb13: Pulling fs layer [2021-01-15T04:35:54.887Z] 7c6f9722023f: Waiting [2021-01-15T04:35:54.887Z] 93359f2a8cfa: Waiting [2021-01-15T04:35:54.887Z] a35cf1a2eb13: Waiting [2021-01-15T04:35:54.887Z] bca2f99d35d6: Waiting [2021-01-15T04:35:54.887Z] de9db76c5a1d: Verifying Checksum [2021-01-15T04:35:54.887Z] de9db76c5a1d: Download complete [2021-01-15T04:35:54.887Z] 0ef7d3d256c8: Download complete [2021-01-15T04:35:54.887Z] 93359f2a8cfa: Verifying Checksum [2021-01-15T04:35:54.887Z] 93359f2a8cfa: Download complete [2021-01-15T04:35:54.887Z] 7c6f9722023f: Verifying Checksum [2021-01-15T04:35:54.887Z] 7c6f9722023f: Download complete [2021-01-15T04:35:54.887Z] 188c0c94c7c5: Verifying Checksum [2021-01-15T04:35:54.887Z] 188c0c94c7c5: Download complete [2021-01-15T04:35:55.473Z] 188c0c94c7c5: Pull complete [2021-01-15T04:35:55.473Z] 0ef7d3d256c8: Pull complete [2021-01-15T04:35:55.741Z] de9db76c5a1d: Pull complete [2021-01-15T04:35:56.695Z] a35cf1a2eb13: Verifying Checksum [2021-01-15T04:35:57.659Z] bca2f99d35d6: Download complete [2021-01-15T04:36:03.584Z] Still waiting to schedule task [2021-01-15T04:36:03.584Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-15T04:36:04.321Z] bca2f99d35d6: Pull complete [2021-01-15T04:36:04.321Z] 93359f2a8cfa: Pull complete [2021-01-15T04:36:04.321Z] 7c6f9722023f: Pull complete [2021-01-15T04:36:08.556Z] a35cf1a2eb13: Pull complete [2021-01-15T04:36:08.556Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-15T04:36:08.556Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-15T04:36:08.556Z] ---> a62c8e92a672 [2021-01-15T04:36:08.556Z] 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-15T04:36:08.556Z] ---> Running in 5ff67277b4ec [2021-01-15T04:36:09.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:36:09.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:36:10.285Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T04:36:10.285Z] (2/12) Installing file (5.38-r0) [2021-01-15T04:36:10.285Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T04:36:10.553Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T04:36:17.167Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T04:36:17.167Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T04:36:17.167Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T04:36:17.167Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T04:36:17.167Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T04:36:17.167Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T04:36:17.167Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T04:36:17.167Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T04:36:17.167Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:36:17.167Z] OK: 233 MiB in 51 packages [2021-01-15T04:36:21.402Z] Removing intermediate container 5ff67277b4ec [2021-01-15T04:36:21.402Z] ---> 9aea29eb15d7 [2021-01-15T04:36:21.402Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T04:36:21.402Z] ---> Running in 7cc81219bf71 [2021-01-15T04:36:21.402Z] Removing intermediate container 7cc81219bf71 [2021-01-15T04:36:21.402Z] ---> 968784896cbf [2021-01-15T04:36:21.402Z] Step 5/6 : COPY go.mod . [2021-01-15T04:36:21.402Z] ---> 9abf1339f289 [2021-01-15T04:36:21.402Z] Step 6/6 : RUN go mod download [2021-01-15T04:36:21.402Z] ---> Running in 998b1471576f [2021-01-15T04:36:43.438Z] Removing intermediate container 998b1471576f [2021-01-15T04:36:43.438Z] ---> 98d93c9a8758 [2021-01-15T04:36:43.438Z] Successfully built 98d93c9a8758 [2021-01-15T04:36:43.438Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:36:43.762Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T04:36:43.762Z] . [Pipeline] withDockerContainer [2021-01-15T04:36:43.870Z] prd-centos7-docker-4c-2g-20394 does not seem to be running inside a container [2021-01-15T04:36:43.934Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-15T04:36:44.740Z] $ docker top 3c43a96b25384458291386dc44718b9f79e0d9945257a5b7580afa64e6f57178 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T04:36:45.282Z] + go version [2021-01-15T04:36:45.282Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-15T04:36:45.299Z] $ docker stop --time=1 3c43a96b25384458291386dc44718b9f79e0d9945257a5b7580afa64e6f57178 [2021-01-15T04:36:46.663Z] $ docker rm -f 3c43a96b25384458291386dc44718b9f79e0d9945257a5b7580afa64e6f57178 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:36:47.513Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T04:36:47.513Z] . [Pipeline] withDockerContainer [2021-01-15T04:36:47.612Z] prd-centos7-docker-4c-2g-20394 does not seem to be running inside a container [2021-01-15T04:36:47.664Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-15T04:36:48.505Z] $ docker top a675df1d3cb2ec6464d5c8805152d6e7978dfbfe0f7b7074df04bb2785a057db -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-15T04:36:48.754Z] ========================================================= [2021-01-15T04:36:48.754Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T04:36:48.754Z] ========================================================= [Pipeline] sh [2021-01-15T04:36:49.051Z] + make test [2021-01-15T04:36:49.051Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T04:36:57.265Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T04:37:12.350Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T04:37:20.578Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T04:37:20.578Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T04:37:20.578Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T04:37:20.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T04:37:20.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T04:37:20.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T04:37:20.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T04:37:20.851Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T04:37:21.447Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T04:37:23.422Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T04:37:23.422Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T04:37:23.422Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T04:37:26.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.126s coverage: 46.6% of statements [2021-01-15T04:37:26.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T04:37:26.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T04:37:26.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T04:37:26.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T04:37:26.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T04:37:30.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.0% of statements [2021-01-15T04:37:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T04:37:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T04:37:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T04:37:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T04:37:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T04:37:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T04:37:30.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.107s coverage: 100.0% of statements [2021-01-15T04:37:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T04:37:30.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements [2021-01-15T04:37:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T04:37:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T04:37:30.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.109s coverage: 67.9% of statements [2021-01-15T04:37:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T04:37:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T04:37:30.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.140s coverage: 82.3% of statements [2021-01-15T04:37:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T04:37:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T04:37:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T04:37:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T04:37:30.686Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.334s coverage: 28.6% of statements [2021-01-15T04:37:30.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T04:37:30.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T04:37:30.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T04:37:30.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T04:37:30.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T04:37:30.686Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2021-01-15T04:37:30.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T04:37:30.686Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements [2021-01-15T04:37:30.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T04:37:32.109Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.129s coverage: 86.7% of statements [2021-01-15T04:37:32.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T04:37:32.382Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.110s coverage: 97.5% of statements [2021-01-15T04:37:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T04:37:32.382Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements [2021-01-15T04:37:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T04:37:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T04:37:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T04:37:32.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T04:37:34.364Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.395s coverage: 93.5% of statements [2021-01-15T04:37:34.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T04:37:34.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T04:37:34.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T04:37:34.364Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T04:37:34.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T04:37:34.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T04:37:34.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T04:37:34.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T04:37:34.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T04:37:34.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T04:37:34.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T04:37:34.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T04:37:34.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T04:37:34.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T04:37:34.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T04:37:34.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T04:37:34.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T04:37:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T04:37:34.365Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements [2021-01-15T04:37:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T04:37:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T04:37:34.365Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.096s coverage: 0.1% of statements [2021-01-15T04:37:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T04:37:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T04:37:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T04:37:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T04:37:34.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.029s coverage: 100.0% of statements [2021-01-15T04:37:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T04:37:34.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.050s coverage: 75.5% of statements [2021-01-15T04:37:34.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T04:37:34.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements [2021-01-15T04:37:34.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.104s coverage: 87.2% of statements [2021-01-15T04:37:35.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.2% of statements [2021-01-15T04:37:35.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.120s coverage: 91.4% of statements [2021-01-15T04:37:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T04:37:36.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.209s coverage: 63.5% of statements [2021-01-15T04:37:36.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T04:37:36.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T04:37:36.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements [2021-01-15T04:37:36.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements [2021-01-15T04:37:36.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-01-15T04:37:36.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements [2021-01-15T04:37:36.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2021-01-15T04:37:37.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.334s coverage: 68.9% of statements [2021-01-15T04:37:37.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T04:37:37.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T04:37:37.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T04:37:37.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T04:37:37.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T04:37:38.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 37.0% of statements [2021-01-15T04:37:38.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T04:37:38.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T04:37:38.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.368s coverage: 84.0% of statements [2021-01-15T04:37:38.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements [2021-01-15T04:37:40.349Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 47.1% of statements [2021-01-15T04:37:40.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T04:37:40.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T04:37:40.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T04:37:40.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T04:37:40.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T04:37:40.349Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2021-01-15T04:37:40.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T04:37:40.349Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.062s coverage: 100.0% of statements [2021-01-15T04:37:40.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T04:37:42.327Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.777s coverage: 29.1% of statements [2021-01-15T04:37:42.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T04:37:42.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T04:37:42.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T04:37:42.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T04:37:42.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T04:37:42.327Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements [2021-01-15T04:37:42.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T04:37:42.327Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-01-15T04:37:42.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T04:37:42.327Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-01-15T04:37:42.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T04:37:42.327Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-01-15T04:37:42.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T04:37:42.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T04:37:42.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T04:37:42.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T04:37:42.327Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2021-01-15T04:37:42.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T04:37:42.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T04:37:42.327Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-01-15T04:37:42.589Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-15T04:37:42.855Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-15T04:37:43.118Z] GO111MODULE=on go vet ./... [2021-01-15T04:38:09.849Z] gofmt -l . [2021-01-15T04:38:09.850Z] [ "`gofmt -l .`" = "" ] [2021-01-15T04:38:09.850Z] ./bin/test-go-mod-tidy.sh [2021-01-15T04:38:09.850Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T04:38:10.199Z] + ls -al . [2021-01-15T04:38:10.199Z] total 656 [2021-01-15T04:38:10.199Z] drwxrwxr-x 10 1001 1001 4096 Jan 15 04:38 . [2021-01-15T04:38:10.199Z] drwxr-xr-x 4 root root 28 Jan 15 04:36 .. [2021-01-15T04:38:10.199Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 04:35 .dockerignore [2021-01-15T04:38:10.199Z] drwxrwxr-x 8 1001 1001 179 Jan 15 04:35 .git [2021-01-15T04:38:10.199Z] drwxrwxr-x 3 1001 1001 125 Jan 15 04:35 .github [2021-01-15T04:38:10.199Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 04:35 .gitignore [2021-01-15T04:38:10.199Z] drwx------ 3 1001 1001 47 Jan 15 04:35 .semver [2021-01-15T04:38:10.199Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 04:35 .sonarcloud.properties [2021-01-15T04:38:10.199Z] -rw-rw-r-- 1 1001 1001 7744 Jan 15 04:35 Attribution.txt [2021-01-15T04:38:10.199Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 04:35 CONTRIBUTING.md [2021-01-15T04:38:10.199Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 04:35 Dockerfile.build [2021-01-15T04:38:10.199Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 04:35 Jenkinsfile [2021-01-15T04:38:10.199Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 04:35 LICENSE [2021-01-15T04:38:10.199Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 04:35 Makefile [2021-01-15T04:38:10.199Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 04:35 README.md [2021-01-15T04:38:10.199Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 04:35 SECURITY.md [2021-01-15T04:38:10.199Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 04:35 VERSION [2021-01-15T04:38:10.199Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 04:35 ZMQWindows.md [2021-01-15T04:38:10.199Z] drwxrwxr-x 2 1001 1001 117 Jan 15 04:35 bin [2021-01-15T04:38:10.199Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 04:35 cmd [2021-01-15T04:38:10.199Z] -rw-r--r-- 1 root root 552176 Jan 15 04:37 coverage.out [2021-01-15T04:38:10.199Z] -rw-r--r-- 1 root root 981 Jan 15 04:38 go.mod [2021-01-15T04:38:10.199Z] -rw-r--r-- 1 root root 19241 Jan 15 04:38 go.sum [2021-01-15T04:38:10.199Z] drwxrwxr-x 8 1001 1001 127 Jan 15 04:35 internal [2021-01-15T04:38:10.199Z] drwxrwxr-x 4 1001 1001 26 Jan 15 04:35 openapi [2021-01-15T04:38:10.199Z] drwxrwxr-x 4 1001 1001 71 Jan 15 04:35 snap [2021-01-15T04:38:10.199Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 04:35 version.go [Pipeline] sh [2021-01-15T04:38:10.519Z] + '[' -e coverage.out ] [2021-01-15T04:38:10.519Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T04:38:10.731Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T04:38:11.035Z] + make build [2021-01-15T04:38:11.035Z] 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-15T04:38:14.357Z] 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-15T04:38:22.609Z] 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-15T04:38:22.871Z] 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-15T04:38:24.281Z] 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-15T04:38:24.546Z] 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-15T04:38:25.943Z] 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-15T04:38:27.346Z] 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-15T04:38:28.753Z] 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-15T04:38:30.146Z] 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-15T04:38:31.545Z] 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-15T04:38:32.942Z] 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-15T04:38:33.916Z] $ docker stop --time=1 a675df1d3cb2ec6464d5c8805152d6e7978dfbfe0f7b7074df04bb2785a057db [2021-01-15T04:38:35.602Z] $ docker rm -f a675df1d3cb2ec6464d5c8805152d6e7978dfbfe0f7b7074df04bb2785a057db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:38:39.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T04:38:39.201Z] [2021-01-15T04:38:39.201Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:38:39.545Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T04:38:39.545Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-15T04:38:39.545Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-15T04:38:39.545Z] ca9280d653b3: Pulling fs layer [2021-01-15T04:38:39.545Z] 7e9c9ca2126c: Pulling fs layer [2021-01-15T04:38:40.121Z] cbdbe7a5bc2a: Download complete [2021-01-15T04:38:40.718Z] ca9280d653b3: Verifying Checksum [2021-01-15T04:38:40.718Z] ca9280d653b3: Download complete [2021-01-15T04:38:40.718Z] cbdbe7a5bc2a: Pull complete [2021-01-15T04:38:41.678Z] 7e9c9ca2126c: Verifying Checksum [2021-01-15T04:38:41.678Z] 7e9c9ca2126c: Download complete [2021-01-15T04:38:41.678Z] ca9280d653b3: Pull complete [2021-01-15T04:38:45.444Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20396 in /w/workspace/edgexfoundry_edgex-go_PR-3032 [Pipeline] { [Pipeline] ws [2021-01-15T04:38:45.497Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-01-15T04:38:48.335Z] 7e9c9ca2126c: Pull complete [2021-01-15T04:38:48.335Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-15T04:38:48.335Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T04:38:48.335Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-15T04:38:48.527Z] prd-centos7-docker-4c-2g-20394 does not seem to be running inside a container [2021-01-15T04:38:48.580Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-15T04:38:50.978Z] using credential edgex-jenkins-ssh [2021-01-15T04:38:51.068Z] Cloning the remote Git repository [2021-01-15T04:38:51.539Z] $ docker top 5d126db6245f6755d30cbe174f111b9860c5d15482e605ccd1910abd7fb916f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T04:38:51.140Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T04:38:51.261Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-01-15T04:38:51.376Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T04:38:51.377Z] > git --version # timeout=10 [2021-01-15T04:38:51.397Z] > git --version # 'git version 2.17.1' [2021-01-15T04:38:51.399Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T04:38:51.489Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T04:38:52.072Z] + docker-compose build --help [2021-01-15T04:38:52.072Z] + grep parallel [2021-01-15T04:38:53.025Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T04:38:53.043Z] $ docker stop --time=1 5d126db6245f6755d30cbe174f111b9860c5d15482e605ccd1910abd7fb916f9 [2021-01-15T04:38:54.418Z] $ docker rm -f 5d126db6245f6755d30cbe174f111b9860c5d15482e605ccd1910abd7fb916f9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:38:55.033Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T04:38:55.033Z] . [Pipeline] withDockerContainer [2021-01-15T04:38:55.141Z] prd-centos7-docker-4c-2g-20394 does not seem to be running inside a container [2021-01-15T04:38:55.265Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-15T04:38:56.789Z] $ docker top 343790998b39b6fbbe006551462d1ae1b3a3eb988280c904d99b5b339ff3530a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T04:38:57.390Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T04:38:58.337Z] Building docker-core-command-go ... [2021-01-15T04:38:58.337Z] Building docker-core-data-go ... [2021-01-15T04:38:58.337Z] Building docker-core-metadata-go ... [2021-01-15T04:38:58.337Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T04:38:58.337Z] Building docker-security-proxy-setup-go ... [2021-01-15T04:38:58.337Z] Building docker-security-secretstore-setup-go ... [2021-01-15T04:38:58.337Z] Building docker-support-notifications-go ... [2021-01-15T04:38:58.337Z] Building docker-support-scheduler-go ... [2021-01-15T04:38:58.337Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T04:38:58.337Z] Building docker-security-proxy-setup-go [2021-01-15T04:38:58.337Z] Building docker-core-metadata-go [2021-01-15T04:38:58.337Z] Building docker-support-scheduler-go [2021-01-15T04:38:58.337Z] Building docker-security-bootstrap-redis-go [2021-01-15T04:38:58.337Z] Building docker-support-notifications-go [2021-01-15T04:39:07.680Z] Merging remotes/origin/master commit 4796bc35210d426274ed882bf814f8261df78b77 into PR head commit 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:39:06.722Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T04:39:06.750Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T04:39:06.781Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T04:39:06.820Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T04:39:06.821Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T04:39:06.835Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3032/head:refs/remotes/origin/PR-3032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T04:39:07.701Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T04:39:07.721Z] > git checkout -f 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 # timeout=10 [2021-01-15T04:39:08.244Z] Merge succeeded, producing 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:39:08.245Z] Checking out Revision 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 (PR-3032) [2021-01-15T04:39:08.088Z] > git remote # timeout=10 [2021-01-15T04:39:08.118Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T04:39:08.157Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T04:39:08.173Z] > git merge 4796bc35210d426274ed882bf814f8261df78b77 # timeout=10 [2021-01-15T04:39:08.217Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T04:39:08.253Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T04:39:08.291Z] > git checkout -f 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 # timeout=10 [2021-01-15T04:39:12.712Z] Commit message: "Merge branch 'master' into v2-messaging" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T04:39:14.197Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-15T04:39:14.639Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T04:39:14.982Z] + + truesudo [2021-01-15T04:39:14.983Z] service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T04:39:17.119Z] provisioning config files... [2021-01-15T04:39:17.188Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config7448766562951736578tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:39:17.604Z] ---> docker-login.sh [2021-01-15T04:39:17.604Z] nexus3.edgexfoundry.org:10001 [2021-01-15T04:39:18.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:39:18.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:39:18.808Z] Configure a credential helper to remove this warning. See [2021-01-15T04:39:18.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:39:18.808Z] [2021-01-15T04:39:18.808Z] Login Succeeded [2021-01-15T04:39:18.808Z] nexus3.edgexfoundry.org:10002 [2021-01-15T04:39:19.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:39:19.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:39:19.366Z] Configure a credential helper to remove this warning. See [2021-01-15T04:39:19.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:39:19.366Z] [2021-01-15T04:39:19.366Z] Login Succeeded [2021-01-15T04:39:19.366Z] nexus3.edgexfoundry.org:10003 [2021-01-15T04:39:19.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:39:19.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:39:19.919Z] Configure a credential helper to remove this warning. See [2021-01-15T04:39:19.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:39:19.919Z] [2021-01-15T04:39:19.919Z] Login Succeeded [2021-01-15T04:39:19.919Z] nexus3.edgexfoundry.org:10004 [2021-01-15T04:39:20.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:39:20.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:39:20.519Z] Configure a credential helper to remove this warning. See [2021-01-15T04:39:20.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:39:20.519Z] [2021-01-15T04:39:20.519Z] Login Succeeded [2021-01-15T04:39:20.519Z] docker.io [2021-01-15T04:39:20.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T04:39:21.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T04:39:21.395Z] Configure a credential helper to remove this warning. See [2021-01-15T04:39:21.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T04:39:21.395Z] [2021-01-15T04:39:21.395Z] Login Succeeded [2021-01-15T04:39:21.395Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T04:39:21.413Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-15T04:39:21.874Z] ========================================================= [2021-01-15T04:39:21.874Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-15T04:39:21.874Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:39:22.260Z] + 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-15T04:39:24.912Z] Sending build context to Docker daemon 165.6MB [2021-01-15T04:39:24.912Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T04:39:24.912Z] Step 2/6 : FROM ${BASE} [2021-01-15T04:39:24.912Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-15T04:39:24.912Z] 5f621e34cdf4: Pulling fs layer [2021-01-15T04:39:24.912Z] a4357932f1b6: Pulling fs layer [2021-01-15T04:39:24.912Z] 18c013af1878: Pulling fs layer [2021-01-15T04:39:24.912Z] 00ac8860ef70: Pulling fs layer [2021-01-15T04:39:24.912Z] 63d7cb157983: Pulling fs layer [2021-01-15T04:39:24.912Z] b116817d02f9: Pulling fs layer [2021-01-15T04:39:24.912Z] 745a02a5169b: Pulling fs layer [2021-01-15T04:39:24.912Z] 63d7cb157983: Waiting [2021-01-15T04:39:24.912Z] b116817d02f9: Waiting [2021-01-15T04:39:24.912Z] 745a02a5169b: Waiting [2021-01-15T04:39:24.912Z] 18c013af1878: Verifying Checksum [2021-01-15T04:39:24.912Z] 18c013af1878: Download complete [2021-01-15T04:39:24.912Z] a4357932f1b6: Download complete [2021-01-15T04:39:24.912Z] 63d7cb157983: Verifying Checksum [2021-01-15T04:39:24.912Z] 63d7cb157983: Download complete [2021-01-15T04:39:24.912Z] b116817d02f9: Verifying Checksum [2021-01-15T04:39:24.912Z] b116817d02f9: Download complete [2021-01-15T04:39:24.912Z] 5f621e34cdf4: Verifying Checksum [2021-01-15T04:39:24.912Z] 5f621e34cdf4: Download complete [2021-01-15T04:39:25.518Z] 5f621e34cdf4: Pull complete [2021-01-15T04:39:26.120Z] a4357932f1b6: Pull complete [2021-01-15T04:39:26.722Z] 18c013af1878: Pull complete [2021-01-15T04:39:27.707Z] 745a02a5169b: Download complete [2021-01-15T04:39:28.694Z] 00ac8860ef70: Verifying Checksum [2021-01-15T04:39:28.694Z] 00ac8860ef70: Download complete [2021-01-15T04:39:30.612Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:39:30.612Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:39:30.612Z] ---> 98d93c9a8758 [2021-01-15T04:39:30.612Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T04:39:30.612Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:39:30.612Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:39:30.612Z] ---> 98d93c9a8758 [2021-01-15T04:39:30.612Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T04:39:30.612Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:39:30.612Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:39:30.612Z] ---> 98d93c9a8758 [2021-01-15T04:39:30.612Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T04:39:30.612Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:39:30.612Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:39:30.612Z] ---> 98d93c9a8758 [2021-01-15T04:39:30.612Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T04:39:30.612Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:39:30.612Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:39:30.612Z] ---> 98d93c9a8758 [2021-01-15T04:39:30.612Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T04:39:30.612Z] ---> Running in f141a8596d0d [2021-01-15T04:39:30.612Z] ---> Running in 68f11b0cf4fc [2021-01-15T04:39:30.612Z] ---> Running in 4447b51f22ec [2021-01-15T04:39:30.612Z] ---> Running in 58466b4d5788 [2021-01-15T04:39:30.612Z] ---> Running in ded458879627 [2021-01-15T04:39:31.197Z] Removing intermediate container f141a8596d0d [2021-01-15T04:39:31.197Z] ---> 3517ef9a3e53 [2021-01-15T04:39:31.197Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:39:31.197Z] Removing intermediate container ded458879627 [2021-01-15T04:39:31.197Z] ---> c5996c66c3b0 [2021-01-15T04:39:31.197Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:39:31.197Z] Removing intermediate container 58466b4d5788 [2021-01-15T04:39:31.197Z] ---> 671931eaa7ba [2021-01-15T04:39:31.197Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:39:31.197Z] Removing intermediate container 4447b51f22ec [2021-01-15T04:39:31.197Z] ---> 1c4eee757984 [2021-01-15T04:39:31.197Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:39:31.197Z] Removing intermediate container 68f11b0cf4fc [2021-01-15T04:39:31.197Z] ---> a4c8a26e466f [2021-01-15T04:39:31.197Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:39:31.461Z] ---> Running in 6c74af6c6104 [2021-01-15T04:39:31.461Z] ---> Running in 28eb7a0a2b01 [2021-01-15T04:39:31.461Z] ---> Running in cd95c25dc109 [2021-01-15T04:39:31.461Z] ---> Running in 057519858b84 [2021-01-15T04:39:31.461Z] ---> Running in 2e419e74e18c [2021-01-15T04:39:33.418Z] Removing intermediate container 6c74af6c6104 [2021-01-15T04:39:33.418Z] ---> c97d77c63cc5 [2021-01-15T04:39:33.418Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T04:39:33.681Z] Removing intermediate container 28eb7a0a2b01 [2021-01-15T04:39:33.681Z] ---> 0e9c4bec6380 [2021-01-15T04:39:33.681Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T04:39:33.681Z] ---> Running in 4216a5a3dec1 [2021-01-15T04:39:33.948Z] Removing intermediate container cd95c25dc109 [2021-01-15T04:39:33.948Z] ---> c886badf40dc [2021-01-15T04:39:33.948Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T04:39:33.948Z] ---> Running in ec8ebd195d81 [2021-01-15T04:39:34.226Z] ---> Running in 4bd7e1b64be0 [2021-01-15T04:39:34.226Z] Removing intermediate container 2e419e74e18c [2021-01-15T04:39:34.226Z] ---> afc486f50985 [2021-01-15T04:39:34.226Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T04:39:34.504Z] Removing intermediate container 057519858b84 [2021-01-15T04:39:34.504Z] ---> 8fb0cb413120 [2021-01-15T04:39:34.504Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T04:39:34.504Z] ---> Running in 1512996a70f0 [2021-01-15T04:39:34.786Z] ---> Running in b9dc60edd778 [2021-01-15T04:39:35.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:39:35.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:39:35.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:39:35.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:39:35.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:39:35.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:39:35.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:39:36.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:39:36.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:39:36.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:39:36.422Z] OK: 233 MiB in 51 packages [2021-01-15T04:39:37.012Z] OK: 233 MiB in 51 packages [2021-01-15T04:39:37.012Z] Removing intermediate container 4216a5a3dec1 [2021-01-15T04:39:37.012Z] ---> b9f21a1a69a4 [2021-01-15T04:39:37.012Z] Step 6/24 : COPY go.mod . [2021-01-15T04:39:37.012Z] OK: 233 MiB in 51 packages [2021-01-15T04:39:37.277Z] ---> ffc3574fb9ef [2021-01-15T04:39:37.277Z] Step 7/24 : RUN go mod download [2021-01-15T04:39:37.542Z] ---> Running in 9334c8f9386b [2021-01-15T04:39:37.542Z] OK: 233 MiB in 51 packages [2021-01-15T04:39:37.850Z] Removing intermediate container 1512996a70f0 [2021-01-15T04:39:37.850Z] ---> 5890cd130fe7 [2021-01-15T04:39:37.850Z] Step 6/21 : COPY go.mod . [2021-01-15T04:39:37.850Z] Removing intermediate container 4bd7e1b64be0 [2021-01-15T04:39:37.850Z] ---> 55c1b09db799 [2021-01-15T04:39:37.850Z] Step 6/22 : COPY go.mod . [2021-01-15T04:39:37.850Z] OK: 233 MiB in 51 packages [2021-01-15T04:39:38.130Z] ---> 87e6218a7713 [2021-01-15T04:39:38.130Z] Step 7/21 : RUN go mod download [2021-01-15T04:39:38.130Z] ---> Running in bfa418aa985a [2021-01-15T04:39:38.392Z] ---> 1109416478ca [2021-01-15T04:39:38.392Z] Step 7/22 : RUN go mod download [2021-01-15T04:39:38.665Z] ---> Running in c3788dace5fe [2021-01-15T04:39:38.665Z] Removing intermediate container ec8ebd195d81 [2021-01-15T04:39:38.665Z] ---> 0c6944b7fabd [2021-01-15T04:39:38.665Z] Step 6/21 : COPY go.mod . [2021-01-15T04:39:38.862Z] 00ac8860ef70: Pull complete [2021-01-15T04:39:38.862Z] 63d7cb157983: Pull complete [2021-01-15T04:39:38.862Z] b116817d02f9: Pull complete [2021-01-15T04:39:38.928Z] Removing intermediate container b9dc60edd778 [2021-01-15T04:39:38.928Z] ---> ebc95d7d62de [2021-01-15T04:39:38.928Z] Step 6/22 : COPY go.mod . [2021-01-15T04:39:38.928Z] ---> f152ee3deb4d [2021-01-15T04:39:38.928Z] Step 7/21 : RUN go mod download [2021-01-15T04:39:39.200Z] ---> Running in 74af3492160e [2021-01-15T04:39:39.467Z] ---> 251800ef7c90 [2021-01-15T04:39:39.467Z] Step 7/22 : RUN go mod download [2021-01-15T04:39:39.467Z] ---> Running in 894b71eb6ace [2021-01-15T04:39:39.739Z] Removing intermediate container 9334c8f9386b [2021-01-15T04:39:39.739Z] ---> ce7213a08cee [2021-01-15T04:39:39.739Z] Step 8/24 : COPY . . [2021-01-15T04:39:40.344Z] Removing intermediate container bfa418aa985a [2021-01-15T04:39:40.344Z] ---> 8ae60f99eada [2021-01-15T04:39:40.344Z] Step 8/21 : COPY . . [2021-01-15T04:39:43.219Z] 745a02a5169b: Pull complete [2021-01-15T04:39:43.219Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-15T04:39:43.219Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-15T04:39:43.219Z] ---> b7e6874047d6 [2021-01-15T04:39:43.219Z] 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-15T04:39:43.682Z] Removing intermediate container c3788dace5fe [2021-01-15T04:39:43.682Z] ---> daa7bb9f2b18 [2021-01-15T04:39:43.682Z] Step 8/22 : COPY . . [2021-01-15T04:39:45.840Z] ---> Running in 6b96bab77a69 [2021-01-15T04:39:47.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:39:47.961Z] Removing intermediate container 74af3492160e [2021-01-15T04:39:47.961Z] ---> edddda0d0384 [2021-01-15T04:39:47.961Z] Step 8/21 : COPY . . [2021-01-15T04:39:48.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:39:49.238Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T04:39:49.510Z] (2/12) Installing file (5.38-r0) [2021-01-15T04:39:49.782Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T04:39:49.782Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T04:39:52.225Z] Removing intermediate container 894b71eb6ace [2021-01-15T04:39:52.225Z] ---> af55fa7d03f1 [2021-01-15T04:39:52.225Z] Step 8/22 : COPY . . [2021-01-15T04:39:54.073Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T04:39:54.073Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T04:39:54.073Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T04:39:54.073Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T04:39:54.073Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T04:39:54.073Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T04:39:54.073Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T04:39:54.073Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T04:39:54.344Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:39:54.344Z] OK: 217 MiB in 51 packages [2021-01-15T04:39:58.659Z] Removing intermediate container 6b96bab77a69 [2021-01-15T04:39:58.659Z] ---> 04fd9c336ded [2021-01-15T04:39:58.659Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T04:39:58.659Z] ---> Running in a197236f4948 [2021-01-15T04:39:59.257Z] Removing intermediate container a197236f4948 [2021-01-15T04:39:59.257Z] ---> ac40e96c1dfb [2021-01-15T04:39:59.257Z] Step 5/6 : COPY go.mod . [2021-01-15T04:39:59.863Z] ---> 8b11bebecb96 [2021-01-15T04:39:59.863Z] Step 6/6 : RUN go mod download [2021-01-15T04:39:59.863Z] ---> Running in 84d75263b7d7 [2021-01-15T04:40:24.562Z] ---> 5b39a5b6dc1a [2021-01-15T04:40:24.562Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T04:40:24.562Z] ---> 7b6658ee52d9 [2021-01-15T04:40:24.562Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T04:40:24.562Z] ---> 0fe3594e9fc1 [2021-01-15T04:40:24.562Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T04:40:24.562Z] ---> Running in fbddcb5f9bc7 [2021-01-15T04:40:24.562Z] ---> Running in c1830317e17c [2021-01-15T04:40:24.562Z] ---> Running in 333c99538779 [2021-01-15T04:40:24.562Z] ---> cd370892b258 [2021-01-15T04:40:24.562Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T04:40:24.562Z] ---> 3901579df56b [2021-01-15T04:40:24.562Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T04:40:24.562Z] ---> Running in 384513587cf4 [2021-01-15T04:40:24.562Z] ---> Running in 1c3806c7e33d [2021-01-15T04:40:25.151Z] 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-15T04:40:25.151Z] 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-15T04:40:25.151Z] 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-15T04:40:25.151Z] 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-15T04:40:25.151Z] 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-15T04:40:26.675Z] Removing intermediate container 84d75263b7d7 [2021-01-15T04:40:26.675Z] ---> 3b72fbea32a4 [2021-01-15T04:40:26.675Z] Successfully built 3b72fbea32a4 [2021-01-15T04:40:26.675Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:40:27.025Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T04:40:27.025Z] . [Pipeline] withDockerContainer [2021-01-15T04:40:27.352Z] prd-ubuntu18.04-docker-arm64-4c-16g-20396 does not seem to be running inside a container [2021-01-15T04:40:27.459Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat [2021-01-15T04:40:29.182Z] $ docker top 2b06474fbe6faeed2f9b5ff3e8d24e71fed6bcffb870ec76c66635ad2f71d471 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T04:40:30.262Z] + go version [2021-01-15T04:40:30.262Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-15T04:40:30.288Z] $ docker stop --time=1 2b06474fbe6faeed2f9b5ff3e8d24e71fed6bcffb870ec76c66635ad2f71d471 [2021-01-15T04:40:32.291Z] $ docker rm -f 2b06474fbe6faeed2f9b5ff3e8d24e71fed6bcffb870ec76c66635ad2f71d471 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:40:33.309Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T04:40:33.309Z] . [Pipeline] withDockerContainer [2021-01-15T04:40:33.541Z] prd-ubuntu18.04-docker-arm64-4c-16g-20396 does not seem to be running inside a container [2021-01-15T04:40:33.623Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat [2021-01-15T04:40:34.936Z] $ docker top a6c8693cce306f831a4435d14c405854402b05c6bdd1968c0812c41ae2d77112 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-15T04:40:35.268Z] ========================================================= [2021-01-15T04:40:35.268Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T04:40:35.268Z] ========================================================= [Pipeline] sh [2021-01-15T04:40:35.933Z] + make test [2021-01-15T04:40:35.933Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T04:40:51.901Z] 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-15T04:41:00.157Z] Removing intermediate container 333c99538779 [2021-01-15T04:41:00.157Z] ---> 2f15410d98f2 [2021-01-15T04:41:00.157Z] [2021-01-15T04:41:00.157Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T04:41:00.157Z] Removing intermediate container 1c3806c7e33d [2021-01-15T04:41:00.157Z] ---> 4a6229e6bf9a [2021-01-15T04:41:00.157Z] [2021-01-15T04:41:00.157Z] Step 10/21 : FROM scratch [2021-01-15T04:41:00.157Z] ---> [2021-01-15T04:41:00.157Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T04:41:00.157Z] Removing intermediate container fbddcb5f9bc7 [2021-01-15T04:41:00.157Z] ---> 7113f57420ac [2021-01-15T04:41:00.157Z] [2021-01-15T04:41:00.157Z] Step 10/24 : FROM scratch [2021-01-15T04:41:00.157Z] ---> [2021-01-15T04:41:00.157Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T04:41:00.157Z] 3.12: Pulling from library/alpine [2021-01-15T04:41:00.157Z] ---> Running in 89a6a2f76838 [2021-01-15T04:41:00.157Z] ---> Running in b78aca6af5b8 [2021-01-15T04:41:02.755Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T04:41:04.389Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T04:41:04.389Z] Removing intermediate container b78aca6af5b8 [2021-01-15T04:41:04.389Z] ---> 4b48c0f65a9e [2021-01-15T04:41:04.389Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T04:41:04.389Z] Removing intermediate container 89a6a2f76838 [2021-01-15T04:41:04.389Z] ---> 4fc8c96d22fc [2021-01-15T04:41:04.389Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T04:41:04.389Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T04:41:04.389Z] ---> 389fef711851 [2021-01-15T04:41:04.389Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T04:41:04.389Z] ---> Running in 8c2716b669c0 [2021-01-15T04:41:04.389Z] ---> Running in 4b8b0ca93675 [2021-01-15T04:41:04.653Z] ---> Running in 1deccac40c14 [2021-01-15T04:41:04.653Z] Removing intermediate container c1830317e17c [2021-01-15T04:41:04.653Z] ---> 0ed35dc57400 [2021-01-15T04:41:04.653Z] [2021-01-15T04:41:04.653Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T04:41:04.653Z] ---> 389fef711851 [2021-01-15T04:41:04.653Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T04:41:04.653Z] Removing intermediate container 384513587cf4 [2021-01-15T04:41:04.653Z] ---> 4739b9c829d3 [2021-01-15T04:41:04.653Z] [2021-01-15T04:41:04.653Z] Step 10/22 : FROM scratch [2021-01-15T04:41:04.653Z] ---> [2021-01-15T04:41:04.653Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T04:41:04.653Z] ---> Using cache [2021-01-15T04:41:04.653Z] ---> 4fc8c96d22fc [2021-01-15T04:41:04.653Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T04:41:04.920Z] ---> Running in ce0155e6c832 [2021-01-15T04:41:04.920Z] ---> Running in 4ca024383d3b [2021-01-15T04:41:04.920Z] Removing intermediate container 4b8b0ca93675 [2021-01-15T04:41:04.920Z] ---> d5b3f144b189 [2021-01-15T04:41:04.920Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T04:41:05.189Z] Removing intermediate container 8c2716b669c0 [2021-01-15T04:41:05.189Z] ---> e26e63e3a109 [2021-01-15T04:41:05.189Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T04:41:05.189Z] ---> Running in 0d70cafd9a01 [2021-01-15T04:41:05.189Z] ---> Running in e44a16ba74d0 [2021-01-15T04:41:05.468Z] Removing intermediate container 4ca024383d3b [2021-01-15T04:41:05.468Z] ---> aa2385e5536a [2021-01-15T04:41:05.468Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T04:41:05.468Z] ---> Running in 5b19f3aa4829 [2021-01-15T04:41:05.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:41:05.468Z] Removing intermediate container 0d70cafd9a01 [2021-01-15T04:41:05.468Z] ---> ebcae9e81562 [2021-01-15T04:41:05.468Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T04:41:05.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:41:05.468Z] Removing intermediate container e44a16ba74d0 [2021-01-15T04:41:05.468Z] ---> 72914e0e43a1 [2021-01-15T04:41:05.468Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:41:05.748Z] Removing intermediate container 5b19f3aa4829 [2021-01-15T04:41:05.748Z] ---> c7dfb65017a8 [2021-01-15T04:41:05.748Z] Step 14/22 : WORKDIR / [2021-01-15T04:41:05.748Z] ---> Running in 70abd0835470 [2021-01-15T04:41:05.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:41:05.748Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T04:41:05.748Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T04:41:05.748Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T04:41:05.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:41:05.748Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T04:41:06.012Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T04:41:06.012Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:41:06.012Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T04:41:06.012Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T04:41:06.012Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T04:41:06.012Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T04:41:06.012Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:41:06.012Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T04:41:06.274Z] OK: 7 MiB in 18 packages [2021-01-15T04:41:06.274Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T04:41:06.542Z] OK: 7 MiB in 19 packages [2021-01-15T04:41:06.542Z] ---> dcee9bab62fc [2021-01-15T04:41:06.542Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T04:41:06.542Z] ---> d2488b709e84 [2021-01-15T04:41:06.542Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T04:41:07.122Z] Removing intermediate container 70abd0835470 [2021-01-15T04:41:07.122Z] ---> 1b1e33dd8c43 [2021-01-15T04:41:07.122Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:41:08.073Z] ---> 8fd8bf393c9a [2021-01-15T04:41:08.073Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T04:41:08.337Z] ---> 806c2431e7c5 [2021-01-15T04:41:08.337Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T04:41:08.337Z] ---> a00c4a6a5246 [2021-01-15T04:41:08.337Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T04:41:08.609Z] ---> 2f64401bfdd0 [2021-01-15T04:41:08.610Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T04:41:08.610Z] Removing intermediate container ce0155e6c832 [2021-01-15T04:41:08.610Z] ---> 6f5023bd3cc0 [2021-01-15T04:41:08.610Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T04:41:10.007Z] ---> Running in a7293b734376 [2021-01-15T04:41:10.008Z] ---> Running in 36271ad97a4d [2021-01-15T04:41:10.008Z] ---> edcc4403f0b5 [2021-01-15T04:41:10.008Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T04:41:10.008Z] Removing intermediate container 1deccac40c14 [2021-01-15T04:41:10.008Z] ---> aaf1df0adb4c [2021-01-15T04:41:10.008Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T04:41:10.008Z] ---> fb318dfed0b5 [2021-01-15T04:41:10.008Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:41:10.270Z] ---> Running in a1a38e184b56 [2021-01-15T04:41:10.270Z] Removing intermediate container a7293b734376 [2021-01-15T04:41:10.270Z] ---> 7de8386d21f8 [2021-01-15T04:41:10.270Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:41:10.270Z] Removing intermediate container 36271ad97a4d [2021-01-15T04:41:10.270Z] ---> ae7245033a8b [2021-01-15T04:41:10.270Z] Step 13/21 : WORKDIR /edgex [2021-01-15T04:41:10.538Z] ---> Running in 9968c9763a89 [2021-01-15T04:41:10.538Z] ---> Running in ac7494597f5f [2021-01-15T04:41:10.538Z] ---> b98a8d6e6986 [2021-01-15T04:41:10.538Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T04:41:10.538Z] ---> ebe183e19c28 [2021-01-15T04:41:10.538Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T04:41:10.538Z] Removing intermediate container a1a38e184b56 [2021-01-15T04:41:10.538Z] ---> d47e4e0083d8 [2021-01-15T04:41:10.538Z] Step 13/22 : WORKDIR / [2021-01-15T04:41:10.800Z] ---> Running in 9e144e617b46 [2021-01-15T04:41:10.800Z] ---> Running in 28da89150556 [2021-01-15T04:41:11.064Z] Removing intermediate container ac7494597f5f [2021-01-15T04:41:11.064Z] ---> 3b19330e8394 [2021-01-15T04:41:11.064Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T04:41:11.064Z] Removing intermediate container 9968c9763a89 [2021-01-15T04:41:11.064Z] ---> bf08b738b8d7 [2021-01-15T04:41:11.064Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T04:41:11.064Z] Removing intermediate container 9e144e617b46 [2021-01-15T04:41:11.064Z] ---> c7259780449f [2021-01-15T04:41:11.064Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:41:11.328Z] ---> Running in 0323a4e1fc1e [2021-01-15T04:41:11.328Z] ---> Running in ff1dc15f7c00 [2021-01-15T04:41:11.328Z] ---> b54c616d6333 [2021-01-15T04:41:11.328Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T04:41:11.328Z] Removing intermediate container 28da89150556 [2021-01-15T04:41:11.328Z] ---> 9341b942a67c [2021-01-15T04:41:11.328Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:41:11.594Z] ---> 882823670b3f [2021-01-15T04:41:11.594Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T04:41:11.594Z] Removing intermediate container 0323a4e1fc1e [2021-01-15T04:41:11.594Z] ---> aa6676404c40 [2021-01-15T04:41:11.594Z] Step 20/21 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:41:11.857Z] Removing intermediate container ff1dc15f7c00 [2021-01-15T04:41:11.857Z] ---> 050bb6901792 [2021-01-15T04:41:11.857Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T04:41:11.857Z] ---> Running in ba4fb9236e61 [2021-01-15T04:41:11.857Z] ---> c2db8c94de26 [2021-01-15T04:41:11.857Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T04:41:12.125Z] ---> d99b1ba88c04 [2021-01-15T04:41:12.125Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T04:41:12.125Z] ---> Running in 8db53454366e [2021-01-15T04:41:12.125Z] ---> Running in 17cdbe46bf4b [2021-01-15T04:41:12.125Z] Removing intermediate container ba4fb9236e61 [2021-01-15T04:41:12.125Z] ---> b4664c3c2871 [2021-01-15T04:41:12.125Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T04:41:12.388Z] ---> 33f5761060e5 [2021-01-15T04:41:12.388Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T04:41:12.388Z] ---> Running in 39fabae823c5 [2021-01-15T04:41:12.388Z] Removing intermediate container 17cdbe46bf4b [2021-01-15T04:41:12.388Z] ---> 00de33c8d521 [2021-01-15T04:41:12.388Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:41:12.653Z] Removing intermediate container 8db53454366e [2021-01-15T04:41:12.653Z] ---> 371fdf6458ec [2021-01-15T04:41:12.653Z] Step 21/22 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:41:12.653Z] ---> Running in 412e8af83150 [2021-01-15T04:41:12.917Z] ---> 95b3a0f2450e [2021-01-15T04:41:12.917Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T04:41:12.917Z] ---> Running in d722998d4647 [2021-01-15T04:41:12.917Z] Removing intermediate container 39fabae823c5 [2021-01-15T04:41:12.917Z] ---> a5da3cba2754 [2021-01-15T04:41:12.917Z] [2021-01-15T04:41:12.917Z] ---> ad19dc282974 [2021-01-15T04:41:12.917Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T04:41:12.917Z] Removing intermediate container 412e8af83150 [2021-01-15T04:41:12.917Z] ---> bbcf856ed4b5 [2021-01-15T04:41:12.917Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T04:41:13.507Z] Successfully built a5da3cba2754 [2021-01-15T04:41:13.507Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-15T04:41:13.507Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-15T04:41:13.507Z] ---> Running in 261c4f99b171 [2021-01-15T04:41:13.507Z] ---> Running in 8cec0132d696 [2021-01-15T04:41:13.507Z] ---> dd22c77cb36a [2021-01-15T04:41:13.507Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T04:41:13.507Z] Removing intermediate container d722998d4647 [2021-01-15T04:41:13.507Z] ---> 8899231ec42e [2021-01-15T04:41:13.507Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T04:41:13.771Z] Removing intermediate container 261c4f99b171 [2021-01-15T04:41:13.771Z] ---> 61b66e5b53d6 [2021-01-15T04:41:13.771Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T04:41:13.771Z] ---> Running in 8f318d354bdc [2021-01-15T04:41:13.771Z] Removing intermediate container 8cec0132d696 [2021-01-15T04:41:13.771Z] ---> 122237fe3d00 [2021-01-15T04:41:13.771Z] Step 23/24 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:41:14.035Z] ---> Running in 6ef6728ba461 [2021-01-15T04:41:14.308Z] ---> 4bfd7e22de0a [2021-01-15T04:41:14.308Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T04:41:14.308Z] ---> Running in 922c3d5617f1 [2021-01-15T04:41:14.308Z] Removing intermediate container 8f318d354bdc [2021-01-15T04:41:14.308Z] ---> a91f59b65f09 [2021-01-15T04:41:14.308Z] [2021-01-15T04:41:14.573Z] ---> Running in 13e08f398416 [2021-01-15T04:41:14.573Z] Removing intermediate container 6ef6728ba461 [2021-01-15T04:41:14.573Z] ---> a1f500300e56 [2021-01-15T04:41:14.573Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T04:41:14.838Z] Successfully built a91f59b65f09 [2021-01-15T04:41:15.414Z] Successfully tagged docker-core-metadata-go:latest [2021-01-15T04:41:15.414Z] Building docker-core-command-go [2021-01-15T04:41:16.366Z]  Building docker-core-metadata-go ... done Removing intermediate container 922c3d5617f1 [2021-01-15T04:41:16.366Z] ---> a3216f25a9a1 [2021-01-15T04:41:16.366Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T04:41:16.366Z] ---> Running in d99c0331b9ca [2021-01-15T04:41:21.697Z] ---> Running in fcd63d13cc8d [2021-01-15T04:41:21.697Z] Removing intermediate container d99c0331b9ca [2021-01-15T04:41:21.697Z] ---> 7be4ee14d865 [2021-01-15T04:41:21.697Z] Step 20/21 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:41:25.937Z] Removing intermediate container fcd63d13cc8d [2021-01-15T04:41:25.937Z] ---> 9cac9fa5cbcf [2021-01-15T04:41:25.937Z] [2021-01-15T04:41:26.914Z] ---> Running in 7aca60d787fe [2021-01-15T04:41:26.914Z] Successfully built 9cac9fa5cbcf [2021-01-15T04:41:26.914Z] Successfully tagged docker-support-notifications-go:latest [2021-01-15T04:41:26.914Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-15T04:41:31.169Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:41:31.169Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:41:31.169Z] ---> 98d93c9a8758 [2021-01-15T04:41:31.169Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T04:41:31.169Z] ---> Using cache [2021-01-15T04:41:31.169Z] ---> a4c8a26e466f [2021-01-15T04:41:31.169Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:41:31.169Z] ---> Using cache [2021-01-15T04:41:31.169Z] ---> afc486f50985 [2021-01-15T04:41:31.169Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T04:41:33.119Z] ---> Running in 5acec60493a6 [2021-01-15T04:41:33.119Z] Removing intermediate container 7aca60d787fe [2021-01-15T04:41:33.119Z] ---> d9a01c5e6088 [2021-01-15T04:41:33.119Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T04:41:33.119Z] Removing intermediate container 13e08f398416 [2021-01-15T04:41:33.119Z] ---> ea6d0a563480 [2021-01-15T04:41:33.119Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T04:41:34.069Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:41:34.069Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:41:34.069Z] ---> 98d93c9a8758 [2021-01-15T04:41:34.069Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T04:41:34.069Z] ---> Using cache [2021-01-15T04:41:34.069Z] ---> a4c8a26e466f [2021-01-15T04:41:34.069Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:41:34.069Z] ---> Using cache [2021-01-15T04:41:34.069Z] ---> afc486f50985 [2021-01-15T04:41:34.069Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T04:41:34.069Z] ---> Using cache [2021-01-15T04:41:34.069Z] ---> ebc95d7d62de [2021-01-15T04:41:34.069Z] Step 6/22 : COPY go.mod . [2021-01-15T04:41:34.069Z] ---> Using cache [2021-01-15T04:41:34.069Z] ---> 251800ef7c90 [2021-01-15T04:41:34.069Z] Step 7/22 : RUN go mod download [2021-01-15T04:41:34.069Z] ---> Using cache [2021-01-15T04:41:34.069Z] ---> af55fa7d03f1 [2021-01-15T04:41:34.069Z] Step 8/22 : COPY . . [2021-01-15T04:41:34.069Z] ---> Using cache [2021-01-15T04:41:34.069Z] ---> cd370892b258 [2021-01-15T04:41:34.069Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T04:41:35.181Z] ---> Running in 01d05bdd5436 [2021-01-15T04:41:35.181Z] ---> Running in 0edf9513226e [2021-01-15T04:41:35.181Z] ---> Running in ceb4e912a94f [2021-01-15T04:41:35.918Z] Removing intermediate container 01d05bdd5436 [2021-01-15T04:41:35.919Z] ---> 340e347f2076 [2021-01-15T04:41:35.919Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T04:41:36.235Z] Removing intermediate container 0edf9513226e [2021-01-15T04:41:36.235Z] ---> 129cde3c6ca6 [2021-01-15T04:41:36.235Z] [2021-01-15T04:41:36.523Z] ---> Running in 7e432bf81e47 [2021-01-15T04:41:36.523Z] Successfully built 129cde3c6ca6 [2021-01-15T04:41:36.523Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-15T04:41:36.523Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-01-15T04:41:36.523Z] 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-15T04:41:36.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:41:37.120Z] Removing intermediate container 7e432bf81e47 [2021-01-15T04:41:37.120Z] ---> c25ef6d755a1 [2021-01-15T04:41:37.120Z] Step 21/22 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:41:37.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:41:37.658Z] ---> Running in 0d10b9f41ceb [2021-01-15T04:41:38.641Z] Removing intermediate container 0d10b9f41ceb [2021-01-15T04:41:38.641Z] ---> 6af1ccbef94b [2021-01-15T04:41:38.641Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T04:41:38.641Z] OK: 233 MiB in 51 packages [2021-01-15T04:41:39.252Z] ---> Running in 3073277a120f [2021-01-15T04:41:40.704Z] Removing intermediate container 3073277a120f [2021-01-15T04:41:40.704Z] ---> 220c4431c660 [2021-01-15T04:41:40.704Z] [2021-01-15T04:41:41.283Z] Successfully built 220c4431c660 [2021-01-15T04:41:42.252Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-15T04:41:44.878Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 5acec60493a6 [2021-01-15T04:41:44.878Z] ---> 9d8a3f9ec8f7 [2021-01-15T04:41:44.878Z] Step 6/26 : COPY go.mod . [2021-01-15T04:41:46.538Z] ---> 9e1b6aa1160f [2021-01-15T04:41:46.538Z] Step 7/26 : RUN go mod download [2021-01-15T04:41:47.130Z] ---> Running in cb9c325d33eb [2021-01-15T04:41:49.764Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T04:41:50.570Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:41:50.570Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:41:50.570Z] ---> 98d93c9a8758 [2021-01-15T04:41:50.570Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T04:41:50.570Z] ---> Using cache [2021-01-15T04:41:50.570Z] ---> a4c8a26e466f [2021-01-15T04:41:50.570Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:41:50.570Z] ---> Using cache [2021-01-15T04:41:50.570Z] ---> afc486f50985 [2021-01-15T04:41:50.570Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T04:41:51.170Z] ---> Running in cdf0c144fa03 [2021-01-15T04:41:53.135Z] Removing intermediate container cb9c325d33eb [2021-01-15T04:41:53.135Z] ---> 79d3131a68e0 [2021-01-15T04:41:53.135Z] Step 8/26 : COPY . . [2021-01-15T04:41:53.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:41:54.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:41:55.169Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T04:41:57.412Z] OK: 233 MiB in 51 packages [2021-01-15T04:41:57.807Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T04:41:57.807Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T04:41:57.807Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T04:41:57.807Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T04:41:57.807Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T04:41:57.807Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T04:41:58.417Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:41:58.417Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:41:58.417Z] ---> 98d93c9a8758 [2021-01-15T04:41:58.417Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T04:41:58.417Z] ---> Using cache [2021-01-15T04:41:58.418Z] ---> a4c8a26e466f [2021-01-15T04:41:58.418Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:41:58.418Z] ---> Using cache [2021-01-15T04:41:58.418Z] ---> afc486f50985 [2021-01-15T04:41:58.418Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T04:41:58.418Z] ---> Using cache [2021-01-15T04:41:58.418Z] ---> ebc95d7d62de [2021-01-15T04:41:58.418Z] Step 6/24 : COPY go.mod . [2021-01-15T04:41:58.418Z] ---> Using cache [2021-01-15T04:41:58.418Z] ---> 251800ef7c90 [2021-01-15T04:41:58.418Z] Step 7/24 : RUN go mod download [2021-01-15T04:41:58.418Z] ---> Using cache [2021-01-15T04:41:58.418Z] ---> af55fa7d03f1 [2021-01-15T04:41:58.418Z] Step 8/24 : COPY . . [2021-01-15T04:41:58.680Z] ---> Using cache [2021-01-15T04:41:58.681Z] ---> cd370892b258 [2021-01-15T04:41:58.681Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T04:42:00.536Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T04:42:00.608Z] ---> Running in 19ddb617a301 [2021-01-15T04:42:02.024Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T04:42:03.202Z] 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-15T04:42:03.474Z] Removing intermediate container cdf0c144fa03 [2021-01-15T04:42:03.474Z] ---> 644c050698a2 [2021-01-15T04:42:03.474Z] Step 6/23 : COPY go.mod . [2021-01-15T04:42:06.803Z] ---> f6c60893c371 [2021-01-15T04:42:06.803Z] Step 7/23 : RUN go mod download [2021-01-15T04:42:07.071Z] Removing intermediate container ceb4e912a94f [2021-01-15T04:42:07.071Z] ---> 2115344b3a62 [2021-01-15T04:42:07.071Z] [2021-01-15T04:42:07.071Z] Step 10/22 : FROM scratch [2021-01-15T04:42:07.071Z] ---> [2021-01-15T04:42:07.071Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T04:42:07.676Z] ---> Running in 338a6987aeaf [2021-01-15T04:42:07.943Z] ---> Using cache [2021-01-15T04:42:07.943Z] ---> 4fc8c96d22fc [2021-01-15T04:42:07.943Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T04:42:08.750Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T04:42:08.750Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T04:42:08.750Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T04:42:08.937Z] ---> Running in 674b3b805087 [2021-01-15T04:42:09.930Z] Removing intermediate container 674b3b805087 [2021-01-15T04:42:09.930Z] ---> 13d7fbaeddb9 [2021-01-15T04:42:09.930Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T04:42:09.930Z] ---> Running in 58cca4753fb0 [2021-01-15T04:42:10.914Z] Removing intermediate container 58cca4753fb0 [2021-01-15T04:42:10.914Z] ---> 1b43621f525c [2021-01-15T04:42:10.914Z] Step 14/22 : WORKDIR / [2021-01-15T04:42:11.497Z] ---> Running in 263b1cd55006 [2021-01-15T04:42:12.477Z] Removing intermediate container 338a6987aeaf [2021-01-15T04:42:12.477Z] ---> bcee82108bda [2021-01-15T04:42:12.477Z] Step 8/23 : COPY . . [2021-01-15T04:42:12.748Z] Removing intermediate container 263b1cd55006 [2021-01-15T04:42:12.748Z] ---> d140dbc2ca0e [2021-01-15T04:42:12.748Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:42:13.017Z] ---> 97555c7154fb [2021-01-15T04:42:13.017Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T04:42:13.614Z] ---> Running in b9356a1f05f2 [2021-01-15T04:42:13.891Z] ---> 7a6f30f0ddb7 [2021-01-15T04:42:13.891Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T04:42:15.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.242s coverage: 46.6% of statements [2021-01-15T04:42:15.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T04:42:15.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T04:42:15.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T04:42:15.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T04:42:15.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T04:42:15.848Z] 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-15T04:42:17.823Z] ---> a7be69211d5c [2021-01-15T04:42:17.823Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T04:42:19.385Z] ---> 8c78f62e913f [2021-01-15T04:42:19.385Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T04:42:19.662Z] 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-15T04:42:19.940Z] ---> Running in 8779ff6b5e8a [2021-01-15T04:42:20.913Z] Removing intermediate container 8779ff6b5e8a [2021-01-15T04:42:20.913Z] ---> d5d6f2085fae [2021-01-15T04:42:20.913Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:42:22.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.531s coverage: 27.0% of statements [2021-01-15T04:42:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T04:42:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T04:42:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T04:42:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T04:42:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T04:42:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T04:42:22.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements [2021-01-15T04:42:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T04:42:22.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.170s coverage: 100.0% of statements [2021-01-15T04:42:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T04:42:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T04:42:22.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.266s coverage: 67.9% of statements [2021-01-15T04:42:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T04:42:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T04:42:22.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.402s coverage: 82.3% of statements [2021-01-15T04:42:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T04:42:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T04:42:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T04:42:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T04:42:22.348Z] ---> Running in 73dafaf89c4f [2021-01-15T04:42:23.328Z] Removing intermediate container 73dafaf89c4f [2021-01-15T04:42:23.328Z] ---> ec33a9687726 [2021-01-15T04:42:23.328Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T04:42:23.599Z] ---> Running in fdc25e3ceeb2 [2021-01-15T04:42:25.056Z] Removing intermediate container fdc25e3ceeb2 [2021-01-15T04:42:25.056Z] ---> e1f8fcb3bf17 [2021-01-15T04:42:25.056Z] Step 21/22 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:42:25.325Z] ---> Running in 24d28557c71f [2021-01-15T04:42:25.601Z] Removing intermediate container 24d28557c71f [2021-01-15T04:42:25.601Z] ---> 446ed0dc31d9 [2021-01-15T04:42:25.601Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T04:42:25.877Z] ---> Running in 6f391714f031 [2021-01-15T04:42:27.295Z] Removing intermediate container 6f391714f031 [2021-01-15T04:42:27.295Z] ---> f519e1ba6436 [2021-01-15T04:42:27.295Z] [2021-01-15T04:42:27.295Z] Successfully built f519e1ba6436 [2021-01-15T04:42:27.562Z] Successfully tagged docker-core-command-go:latest [2021-01-15T04:42:31.801Z]  Building docker-core-command-go ... done Removing intermediate container 19ddb617a301 [2021-01-15T04:42:31.801Z] ---> e428809889d2 [2021-01-15T04:42:31.801Z] [2021-01-15T04:42:31.801Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T04:42:31.801Z] ---> 389fef711851 [2021-01-15T04:42:31.801Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T04:42:31.801Z] ---> Using cache [2021-01-15T04:42:31.801Z] ---> aaf1df0adb4c [2021-01-15T04:42:31.801Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T04:42:32.378Z] ---> Running in 2139107b3b1c [2021-01-15T04:42:32.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.119s coverage: 28.6% of statements [2021-01-15T04:42:32.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T04:42:32.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T04:42:32.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T04:42:32.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T04:42:32.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T04:42:32.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.168s coverage: 100.0% of statements [2021-01-15T04:42:32.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T04:42:32.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements [2021-01-15T04:42:32.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T04:42:32.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.358s coverage: 86.7% of statements [2021-01-15T04:42:32.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T04:42:32.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.377s coverage: 97.5% of statements [2021-01-15T04:42:32.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T04:42:32.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.134s coverage: 78.3% of statements [2021-01-15T04:42:32.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T04:42:32.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T04:42:32.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T04:42:32.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T04:42:34.307Z] ---> 5b9c3eb78902 [2021-01-15T04:42:34.307Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T04:42:34.307Z] Removing intermediate container 2139107b3b1c [2021-01-15T04:42:34.307Z] ---> 9bcdb93f7bd0 [2021-01-15T04:42:34.307Z] Step 13/24 : WORKDIR / [2021-01-15T04:42:34.307Z] ---> Running in 90039e43691e [2021-01-15T04:42:34.307Z] ---> Running in d32afb3c9d9a [2021-01-15T04:42:34.307Z] Removing intermediate container 90039e43691e [2021-01-15T04:42:34.307Z] ---> 98cc4352375a [2021-01-15T04:42:34.307Z] 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-15T04:42:34.581Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T04:42:35.534Z] ---> b5ee5f70b7e1 [2021-01-15T04:42:35.534Z] 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-15T04:42:36.518Z] Removing intermediate container b9356a1f05f2 [2021-01-15T04:42:36.518Z] ---> 52d6075aee32 [2021-01-15T04:42:36.518Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T04:42:36.518Z] ---> 93257ac58f74 [2021-01-15T04:42:36.518Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T04:42:36.518Z] ---> Running in 97ec73656f0d [2021-01-15T04:42:37.520Z] ---> f9ef104f56fc [2021-01-15T04:42:37.520Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T04:42:37.797Z] 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-15T04:42:38.389Z] ---> 03266809a72f [2021-01-15T04:42:38.389Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T04:42:39.378Z] ---> 39a47a81cf8d [2021-01-15T04:42:39.378Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T04:42:39.645Z] ---> 29f4d08999c7 [2021-01-15T04:42:39.646Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-15T04:42:39.917Z] ---> Running in e981589b7e13 [2021-01-15T04:42:39.917Z] Removing intermediate container 97ec73656f0d [2021-01-15T04:42:39.917Z] ---> fa9259b69025 [2021-01-15T04:42:39.917Z] [2021-01-15T04:42:39.917Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T04:42:40.195Z] 20.10.0: Pulling from library/docker [2021-01-15T04:42:40.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.208s coverage: 93.5% of statements [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T04:42:40.689Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T04:42:40.689Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.1% of statements [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T04:42:40.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.074s coverage: 100.0% of statements [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T04:42:40.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.110s coverage: 75.5% of statements [2021-01-15T04:42:40.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T04:42:40.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.8% of statements [2021-01-15T04:42:40.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.191s coverage: 87.2% of statements [2021-01-15T04:42:40.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.169s coverage: 84.2% of statements [2021-01-15T04:42:43.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.217s coverage: 91.4% of statements [2021-01-15T04:42:43.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T04:42:43.587Z] Removing intermediate container e981589b7e13 [2021-01-15T04:42:43.587Z] ---> 7ab7d1566618 [2021-01-15T04:42:43.587Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T04:42:44.172Z] ---> Running in 24e760bbf9ee [2021-01-15T04:42:44.779Z] Removing intermediate container 24e760bbf9ee [2021-01-15T04:42:44.779Z] ---> b2861ebc3c4d [2021-01-15T04:42:44.779Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T04:42:44.779Z] ---> Running in 2bc26bb09397 [2021-01-15T04:42:45.051Z] Removing intermediate container 2bc26bb09397 [2021-01-15T04:42:45.051Z] ---> 43604c0ce198 [2021-01-15T04:42:45.051Z] Step 23/24 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:42:45.051Z] ---> Running in 350f6815b3b7 [2021-01-15T04:42:45.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.665s coverage: 63.5% of statements [2021-01-15T04:42:45.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T04:42:45.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T04:42:45.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements [2021-01-15T04:42:45.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2021-01-15T04:42:45.322Z] Removing intermediate container 350f6815b3b7 [2021-01-15T04:42:45.322Z] ---> 34b8d727bac7 [2021-01-15T04:42:45.322Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T04:42:45.601Z] ---> Running in cfa4695155f5 [2021-01-15T04:42:45.918Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2021-01-15T04:42:45.918Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements [2021-01-15T04:42:46.190Z] Removing intermediate container cfa4695155f5 [2021-01-15T04:42:46.190Z] ---> 0ea5c9ffcadf [2021-01-15T04:42:46.190Z] [2021-01-15T04:42:46.190Z] Successfully built 0ea5c9ffcadf [2021-01-15T04:42:46.190Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-15T04:42:46.194Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2021-01-15T04:42:51.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.961s coverage: 68.9% of statements [2021-01-15T04:42:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T04:42:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T04:42:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T04:42:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T04:42:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T04:42:51.739Z]  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T04:42:51.739Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T04:42:51.739Z] ---> aefe523efa57 [2021-01-15T04:42:51.739Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T04:42:52.052Z] ---> Running in 547d182b54e4 [2021-01-15T04:42:52.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.427s coverage: 37.0% of statements [2021-01-15T04:42:52.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T04:42:52.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T04:42:52.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.676s coverage: 84.0% of statements [2021-01-15T04:42:52.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements [2021-01-15T04:42:52.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:42:52.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:42:53.017Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T04:42:53.017Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T04:42:53.017Z] Executing bash-5.0.17-r0.post-install [2021-01-15T04:42:53.017Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:42:53.017Z] OK: 12 MiB in 22 packages [2021-01-15T04:42:54.949Z] Removing intermediate container 547d182b54e4 [2021-01-15T04:42:54.949Z] ---> 1ab9dead89d9 [2021-01-15T04:42:54.949Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T04:42:55.212Z] ---> Running in 61c41403298b [2021-01-15T04:42:55.212Z] Removing intermediate container d32afb3c9d9a [2021-01-15T04:42:55.212Z] ---> 6afdff1923e4 [2021-01-15T04:42:55.212Z] [2021-01-15T04:42:55.212Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T04:42:55.212Z] ---> 389fef711851 [2021-01-15T04:42:55.212Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T04:42:55.212Z] ---> Running in 3e055589df73 [2021-01-15T04:42:55.212Z] Removing intermediate container 61c41403298b [2021-01-15T04:42:55.212Z] ---> d3c3a8b51075 [2021-01-15T04:42:55.212Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T04:42:55.476Z] ---> Running in 6d60f09469c0 [2021-01-15T04:42:55.476Z] Removing intermediate container 3e055589df73 [2021-01-15T04:42:55.476Z] ---> 137a0c9d39cd [2021-01-15T04:42:55.476Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T04:42:55.476Z] ---> Running in 2af370547636 [2021-01-15T04:42:55.739Z] Removing intermediate container 6d60f09469c0 [2021-01-15T04:42:55.739Z] ---> 0857bee10a78 [2021-01-15T04:42:55.739Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T04:42:55.739Z] ---> Running in 7b94746a8dcd [2021-01-15T04:42:55.739Z] Removing intermediate container 2af370547636 [2021-01-15T04:42:55.739Z] ---> aa242f400f13 [2021-01-15T04:42:55.739Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T04:42:56.002Z] ---> Running in 83a293769963 [2021-01-15T04:42:56.002Z] Removing intermediate container 7b94746a8dcd [2021-01-15T04:42:56.002Z] ---> 06d8454de045 [2021-01-15T04:42:56.002Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T04:42:56.002Z] Removing intermediate container 83a293769963 [2021-01-15T04:42:56.002Z] ---> 1b7b1f8d4dbe [2021-01-15T04:42:56.002Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:42:56.265Z] ---> Running in fa6eee943409 [2021-01-15T04:42:56.529Z] ---> 09786b9aac99 [2021-01-15T04:42:56.529Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T04:42:56.799Z] ---> 29fea5bf2c08 [2021-01-15T04:42:56.799Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T04:42:57.379Z] ---> d2d4f32e3465 [2021-01-15T04:42:57.379Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T04:42:57.379Z] ---> Running in 699626d29f64 [2021-01-15T04:42:57.379Z] Removing intermediate container fa6eee943409 [2021-01-15T04:42:57.379Z] ---> afc1783615c1 [2021-01-15T04:42:57.379Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T04:42:57.647Z] ---> Running in d73d93b068a4 [2021-01-15T04:42:57.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:42:58.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:42:58.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:42:58.172Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T04:42:58.435Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T04:42:58.435Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T04:42:58.435Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T04:42:58.435Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T04:42:58.435Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T04:42:58.435Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T04:42:58.958Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.378s coverage: 47.1% of statements [2021-01-15T04:42:58.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T04:42:58.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T04:42:58.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T04:42:58.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T04:42:58.959Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T04:42:58.959Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements [2021-01-15T04:42:58.959Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T04:42:58.959Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements [2021-01-15T04:42:58.959Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T04:42:59.384Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T04:42:59.384Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T04:42:59.384Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T04:42:59.384Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T04:42:59.384Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T04:42:59.384Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T04:42:59.384Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T04:42:59.649Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T04:42:59.649Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T04:42:59.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:42:59.649Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T04:42:59.649Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T04:42:59.649Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T04:42:59.649Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T04:42:59.649Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T04:42:59.649Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T04:42:59.649Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T04:42:59.649Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T04:42:59.650Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T04:42:59.913Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T04:42:59.913Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T04:42:59.913Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T04:42:59.913Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T04:42:59.913Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T04:42:59.913Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T04:42:59.913Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T04:42:59.913Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T04:43:00.489Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:43:00.489Z] OK: 71 MiB in 55 packages [2021-01-15T04:43:00.752Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T04:43:00.752Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T04:43:01.014Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T04:43:01.277Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T04:43:04.598Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T04:43:04.862Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:43:05.132Z] OK: 8 MiB in 19 packages [2021-01-15T04:43:05.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.355s coverage: 29.1% of statements [2021-01-15T04:43:05.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T04:43:05.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T04:43:05.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T04:43:05.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T04:43:05.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T04:43:05.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements [2021-01-15T04:43:05.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T04:43:05.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.110s coverage: 100.0% of statements [2021-01-15T04:43:05.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T04:43:05.692Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-01-15T04:43:05.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T04:43:05.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-01-15T04:43:05.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T04:43:05.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T04:43:05.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T04:43:05.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T04:43:05.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2021-01-15T04:43:05.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T04:43:05.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T04:43:05.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements [2021-01-15T04:43:05.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.074s coverage: 32.1% of statements [2021-01-15T04:43:05.965Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-01-15T04:43:06.530Z] Removing intermediate container d73d93b068a4 [2021-01-15T04:43:06.530Z] ---> ec57bc18773b [2021-01-15T04:43:06.530Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:43:06.942Z] GO111MODULE=on go vet ./... [2021-01-15T04:43:09.094Z] ---> 4a3e28c68913 [2021-01-15T04:43:09.094Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T04:43:09.673Z] Removing intermediate container 699626d29f64 [2021-01-15T04:43:09.673Z] ---> d296914f8443 [2021-01-15T04:43:09.673Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T04:43:09.673Z] ---> Running in 31ad6944bec6 [2021-01-15T04:43:09.935Z] ---> 39dc75cebad4 [2021-01-15T04:43:09.935Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T04:43:10.198Z] ---> 9c7b7d34f500 [2021-01-15T04:43:10.198Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T04:43:10.198Z] ---> Running in 0de36b0a115b [2021-01-15T04:43:10.461Z] Removing intermediate container 0de36b0a115b [2021-01-15T04:43:10.461Z] ---> 05b7e68fd9f4 [2021-01-15T04:43:10.461Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:43:10.461Z] ---> Running in 339e3bd48a8e [2021-01-15T04:43:10.723Z] Removing intermediate container 339e3bd48a8e [2021-01-15T04:43:10.723Z] ---> fefdec65908b [2021-01-15T04:43:10.723Z] Step 21/23 : LABEL arch=x86_64 [2021-01-15T04:43:10.723Z] ---> Running in f3366a99b08e [2021-01-15T04:43:10.985Z] Removing intermediate container f3366a99b08e [2021-01-15T04:43:10.985Z] ---> d02274224675 [2021-01-15T04:43:10.985Z] Step 22/23 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:43:10.985Z] ---> Running in edfe26ae0285 [2021-01-15T04:43:10.985Z] Removing intermediate container edfe26ae0285 [2021-01-15T04:43:10.985Z] ---> afb81fc25039 [2021-01-15T04:43:10.985Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T04:43:11.247Z] ---> Running in b5dd914202b2 [2021-01-15T04:43:11.247Z] Collecting docker-compose==1.23.2 [2021-01-15T04:43:11.247Z] Removing intermediate container b5dd914202b2 [2021-01-15T04:43:11.247Z] ---> be2460487180 [2021-01-15T04:43:11.247Z] [2021-01-15T04:43:11.509Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T04:43:11.509Z] Successfully built be2460487180 [2021-01-15T04:43:11.509Z] Successfully tagged docker-core-data-go:latest [2021-01-15T04:43:11.771Z]  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 [2021-01-15T04:43:11.771Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T04:43:12.344Z] 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-15T04:43:12.606Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T04:43:12.606Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T04:43:12.606Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T04:43:12.606Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T04:43:13.180Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T04:43:13.180Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T04:43:14.126Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T04:43:14.126Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T04:43:14.126Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T04:43:14.126Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T04:43:14.126Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T04:43:14.126Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T04:43:14.389Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T04:43:14.389Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T04:43:14.967Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T04:43:14.967Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T04:43:14.967Z] 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-15T04:43:15.229Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T04:43:15.229Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T04:43:15.229Z] Collecting idna<2.8,>=2.5 [2021-01-15T04:43:15.229Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T04:43:15.229Z] 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-15T04:43:15.491Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T04:43:15.491Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T04:43:15.491Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T04:43:15.491Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T04:43:15.491Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T04:43:15.491Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T04:43:15.491Z] Installing collected packages: PyYAML, jsonschema, texttable, docopt, urllib3, idna, requests, cached-property, websocket-client, docker-pycreds, docker, dockerpty, docker-compose [2021-01-15T04:43:15.491Z] Running setup.py install for PyYAML: started [2021-01-15T04:43:16.065Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T04:43:16.327Z] Running setup.py install for texttable: started [2021-01-15T04:43:16.594Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T04:43:16.594Z] Running setup.py install for docopt: started [2021-01-15T04:43:17.170Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T04:43:17.170Z] Attempting uninstall: urllib3 [2021-01-15T04:43:17.170Z] Found existing installation: urllib3 1.25.9 [2021-01-15T04:43:17.170Z] Uninstalling urllib3-1.25.9: [2021-01-15T04:43:17.170Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T04:43:17.434Z] Attempting uninstall: idna [2021-01-15T04:43:17.434Z] Found existing installation: idna 2.9 [2021-01-15T04:43:17.434Z] Uninstalling idna-2.9: [2021-01-15T04:43:17.434Z] Successfully uninstalled idna-2.9 [2021-01-15T04:43:17.696Z] Attempting uninstall: requests [2021-01-15T04:43:17.696Z] Found existing installation: requests 2.23.0 [2021-01-15T04:43:17.696Z] Uninstalling requests-2.23.0: [2021-01-15T04:43:17.696Z] Successfully uninstalled requests-2.23.0 [2021-01-15T04:43:18.643Z] Running setup.py install for dockerpty: started [2021-01-15T04:43:19.219Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T04:43:19.481Z] 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-15T04:43:22.800Z] Removing intermediate container 31ad6944bec6 [2021-01-15T04:43:22.800Z] ---> bd5e4240d1cb [2021-01-15T04:43:22.800Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T04:43:22.800Z] ---> Running in e22c5d352129 [2021-01-15T04:43:23.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T04:43:23.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T04:43:23.330Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T04:43:23.330Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T04:43:23.330Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T04:43:23.596Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:43:23.596Z] OK: 72 MiB in 58 packages [2021-01-15T04:43:24.175Z] Removing intermediate container e22c5d352129 [2021-01-15T04:43:24.175Z] ---> 8026c51f2ae1 [2021-01-15T04:43:24.175Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T04:43:24.175Z] ---> Running in 4d485064724a [2021-01-15T04:43:24.175Z] Removing intermediate container 4d485064724a [2021-01-15T04:43:24.175Z] ---> 6670369f0608 [2021-01-15T04:43:24.175Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:43:24.437Z] ---> Running in c8cac7fe2ae7 [2021-01-15T04:43:24.437Z] Removing intermediate container c8cac7fe2ae7 [2021-01-15T04:43:24.437Z] ---> 73fab7da0cc8 [2021-01-15T04:43:24.437Z] Step 24/26 : LABEL arch=x86_64 [2021-01-15T04:43:24.437Z] ---> Running in 6618508a2f5d [2021-01-15T04:43:24.698Z] Removing intermediate container 6618508a2f5d [2021-01-15T04:43:24.698Z] ---> bbc1ca261be0 [2021-01-15T04:43:24.698Z] Step 25/26 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:43:24.698Z] ---> Running in b544bb2f9c84 [2021-01-15T04:43:24.960Z] Removing intermediate container b544bb2f9c84 [2021-01-15T04:43:24.960Z] ---> b18f8ef0dcec [2021-01-15T04:43:24.960Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T04:43:24.960Z] ---> Running in a572922b9d9f [2021-01-15T04:43:25.224Z] Removing intermediate container a572922b9d9f [2021-01-15T04:43:25.224Z] ---> 69b505384cb3 [2021-01-15T04:43:25.224Z] [2021-01-15T04:43:25.224Z] Successfully built 69b505384cb3 [2021-01-15T04:43:25.485Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-15T04:43:25.757Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-15T04:43:25.776Z] $ docker stop --time=1 343790998b39b6fbbe006551462d1ae1b3a3eb988280c904d99b5b339ff3530a [2021-01-15T04:43:27.548Z] $ docker rm -f 343790998b39b6fbbe006551462d1ae1b3a3eb988280c904d99b5b339ff3530a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T04:43:28.096Z] + docker images [2021-01-15T04:43:28.096Z] + grep docker [2021-01-15T04:43:28.358Z] docker-sys-mgmt-agent-go latest 69b505384cb3 3 seconds ago 313MB [2021-01-15T04:43:28.358Z] docker-core-data-go latest be2460487180 17 seconds ago 22.3MB [2021-01-15T04:43:28.358Z] docker-security-secretstore-setup-go latest 0ea5c9ffcadf 43 seconds ago 24.6MB [2021-01-15T04:43:28.358Z] docker-core-command-go latest f519e1ba6436 About a minute ago 10.6MB [2021-01-15T04:43:28.358Z] docker-security-bootstrap-redis-go latest 220c4431c660 About a minute ago 15.8MB [2021-01-15T04:43:28.358Z] docker-security-proxy-setup-go latest 129cde3c6ca6 About a minute ago 24.4MB [2021-01-15T04:43:28.358Z] docker-support-notifications-go latest 9cac9fa5cbcf 2 minutes ago 12MB [2021-01-15T04:43:28.358Z] docker-core-metadata-go latest a91f59b65f09 2 minutes ago 13.1MB [2021-01-15T04:43:28.358Z] docker-support-scheduler-go latest a5da3cba2754 2 minutes ago 10.7MB [2021-01-15T04:43:28.358Z] docker 20.10.0 aefe523efa57 4 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-15T04:43:44.128Z] Still waiting to schedule task [2021-01-15T04:43:44.128Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-15T04:44:14.987Z] gofmt -l . [2021-01-15T04:44:16.957Z] [ "`gofmt -l .`" = "" ] [2021-01-15T04:44:20.327Z] ./bin/test-go-mod-tidy.sh [2021-01-15T04:44:20.601Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T04:44:22.287Z] + ls -al . [2021-01-15T04:44:22.287Z] total 684 [2021-01-15T04:44:22.287Z] drwxrwxr-x 9 1001 1001 4096 Jan 15 04:44 . [2021-01-15T04:44:22.287Z] drwxr-xr-x 4 root root 4096 Jan 15 04:40 .. [2021-01-15T04:44:22.287Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 04:39 .dockerignore [2021-01-15T04:44:22.287Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 04:39 .git [2021-01-15T04:44:22.287Z] drwxrwxr-x 3 1001 1001 4096 Jan 15 04:39 .github [2021-01-15T04:44:22.287Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 04:39 .gitignore [2021-01-15T04:44:22.287Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 04:39 .sonarcloud.properties [2021-01-15T04:44:22.287Z] -rw-rw-r-- 1 1001 1001 7744 Jan 15 04:39 Attribution.txt [2021-01-15T04:44:22.287Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 04:39 CONTRIBUTING.md [2021-01-15T04:44:22.287Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 04:39 Dockerfile.build [2021-01-15T04:44:22.287Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 04:39 Jenkinsfile [2021-01-15T04:44:22.287Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 04:39 LICENSE [2021-01-15T04:44:22.287Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 04:39 Makefile [2021-01-15T04:44:22.287Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 04:39 README.md [2021-01-15T04:44:22.287Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 04:39 SECURITY.md [2021-01-15T04:44:22.287Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 04:35 VERSION [2021-01-15T04:44:22.287Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 04:39 ZMQWindows.md [2021-01-15T04:44:22.287Z] drwxrwxr-x 2 1001 1001 4096 Jan 15 04:39 bin [2021-01-15T04:44:22.287Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 04:39 cmd [2021-01-15T04:44:22.287Z] -rw-r--r-- 1 root root 552176 Jan 15 04:43 coverage.out [2021-01-15T04:44:22.287Z] -rw-r--r-- 1 root root 981 Jan 15 04:44 go.mod [2021-01-15T04:44:22.287Z] -rw-r--r-- 1 root root 19241 Jan 15 04:44 go.sum [2021-01-15T04:44:22.287Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 04:39 internal [2021-01-15T04:44:22.287Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 04:39 openapi [2021-01-15T04:44:22.287Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 04:39 snap [2021-01-15T04:44:22.287Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 04:39 version.go [Pipeline] sh [2021-01-15T04:44:22.686Z] Running on prd-ubuntu18.04-docker-8c-8g-20397 in /w/workspace/edgexfoundry_edgex-go_PR-3032 [Pipeline] { [Pipeline] ws [2021-01-15T04:44:22.754Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-01-15T04:44:22.996Z] + '[' -e coverage.out ] [2021-01-15T04:44:22.996Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T04:44:23.069Z] Warning: overwriting stash ‘coverage-report’ [2021-01-15T04:44:24.461Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T04:44:25.018Z] using credential edgex-jenkins-ssh [2021-01-15T04:44:25.079Z] Cloning the remote Git repository [2021-01-15T04:44:25.184Z] + make build [2021-01-15T04:44:25.184Z] 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-15T04:44:25.106Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T04:44:25.173Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-01-15T04:44:25.197Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T04:44:25.198Z] > git --version # timeout=10 [2021-01-15T04:44:25.204Z] > git --version # 'git version 2.17.1' [2021-01-15T04:44:25.205Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T04:44:25.240Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T04:44:36.560Z] Merging remotes/origin/master commit 4796bc35210d426274ed882bf814f8261df78b77 into PR head commit 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:44:36.691Z] Merge succeeded, producing 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:44:36.691Z] Checking out Revision 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 (PR-3032) [2021-01-15T04:44:35.819Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T04:44:35.828Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T04:44:35.842Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T04:44:35.854Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T04:44:35.854Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T04:44:35.858Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3032/head:refs/remotes/origin/PR-3032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T04:44:36.573Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T04:44:36.578Z] > git checkout -f 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 # timeout=10 [2021-01-15T04:44:36.653Z] > git remote # timeout=10 [2021-01-15T04:44:36.661Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T04:44:36.673Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T04:44:36.678Z] > git merge 4796bc35210d426274ed882bf814f8261df78b77 # timeout=10 [2021-01-15T04:44:36.689Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T04:44:36.699Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T04:44:36.704Z] > git checkout -f 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 # timeout=10 [2021-01-15T04:44:37.615Z] 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-15T04:44:40.379Z] Commit message: "Merge branch 'master' into v2-messaging" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:44:41.626Z] + echo snap-build.sh [2021-01-15T04:44:41.626Z] snap-build.sh [2021-01-15T04:44:41.626Z] + SNAP_BASE_DIR=. [2021-01-15T04:44:41.626Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-01-15T04:44:41.626Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-01-15T04:44:41.626Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-01-15T04:44:41.626Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-01-15T04:44:41.626Z] + cd /w/workspace/edgex-go/6 [2021-01-15T04:44:41.626Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-15T04:44:41.626Z] Reading package lists... [2021-01-15T04:44:41.626Z] Building dependency tree... [2021-01-15T04:44:41.626Z] Reading state information... [2021-01-15T04:44:41.889Z] The following packages were automatically installed and are no longer required: [2021-01-15T04:44:41.889Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-15T04:44:41.889Z] uidmap xdelta3 [2021-01-15T04:44:41.889Z] Use 'sudo apt autoremove' to remove them. [2021-01-15T04:44:41.889Z] The following packages will be REMOVED: [2021-01-15T04:44:41.889Z] lxd* lxd-client* [2021-01-15T04:44:42.157Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-15T04:44:42.157Z] After this operation, 31.7 MB disk space will be freed. [2021-01-15T04:44:43.483Z] (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-15T04:44:43.483Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T04:44:44.069Z] Removing lxd dnsmasq configuration [2021-01-15T04:44:44.069Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T04:44:44.332Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-15T04:44:45.286Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-15T04:44:45.556Z] (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-15T04:44:45.557Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T04:44:46.948Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-15T04:44:47.211Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-15T04:44:48.602Z] + sudo snap remove --purge lxd [2021-01-15T04:44:48.602Z] snap "lxd" is not installed [2021-01-15T04:44:48.602Z] + sudo groupadd --force --system lxd [2021-01-15T04:44:48.602Z] ++ whoami [2021-01-15T04:44:48.602Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-15T04:44:48.602Z] + newgrp - lxd [2021-01-15T04:44:48.602Z] + sudo snap install lxd [2021-01-15T04:44:58.673Z] 2021-01-15T04:44:55Z INFO Waiting for automatic snapd restart... [2021-01-15T04:45:04.436Z] 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-15T04:45:11.144Z] 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-15T04:45:13.677Z] lxd 4.10 from Canonical* installed [2021-01-15T04:45:13.677Z] + sudo lxd init --auto [2021-01-15T04:45:16.569Z] 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-15T04:45:18.544Z] 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-15T04:45:21.836Z] + sudo snap install --classic snapcraft [2021-01-15T04:45:25.256Z] 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-15T04:45:27.197Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T04:45:27.197Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-15T04:45:27.197Z] + patch --verbose -p1 [2021-01-15T04:45:27.197Z] Hmm... Looks like a unified diff to me... [2021-01-15T04:45:27.198Z] The text leading up to this was: [2021-01-15T04:45:27.198Z] -------------------------- [2021-01-15T04:45:27.198Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-15T04:45:27.198Z] |From: Tony Espy [2021-01-15T04:45:27.198Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-15T04:45:27.198Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-15T04:45:27.198Z] | [2021-01-15T04:45:27.198Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-15T04:45:27.198Z] |optimize the snap CI check run for pull requests. When [2021-01-15T04:45:27.198Z] |applied, it essentially strips out everything (apps and [2021-01-15T04:45:27.198Z] |parts) from the snapcraft.yaml file except those required [2021-01-15T04:45:27.198Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-15T04:45:27.198Z] |catch changes to edgex-go that break the snap build. [2021-01-15T04:45:27.198Z] | [2021-01-15T04:45:27.198Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-15T04:45:27.198Z] |to update this patch file, otherwise it may fail to apply, [2021-01-15T04:45:27.198Z] |resulting in a failed snap build CI check in the associated [2021-01-15T04:45:27.198Z] |pull request. [2021-01-15T04:45:27.198Z] | [2021-01-15T04:45:27.198Z] |Note - in addition to applying this patch, the pipeline also [2021-01-15T04:45:27.198Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-15T04:45:27.198Z] |need to build the finally binary .snap file (and it won't [2021-01-15T04:45:27.198Z] |work with the patch applied). This further reduces the build [2021-01-15T04:45:27.198Z] |time. [2021-01-15T04:45:27.198Z] |--- [2021-01-15T04:45:27.198Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-15T04:45:27.198Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-15T04:45:27.198Z] | [2021-01-15T04:45:27.198Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-15T04:45:27.198Z] |index 1e537489..faf42425 100644 [2021-01-15T04:45:27.198Z] |--- a/snap/snapcraft.yaml [2021-01-15T04:45:27.198Z] |+++ b/snap/snapcraft.yaml [2021-01-15T04:45:27.198Z] -------------------------- [2021-01-15T04:45:27.198Z] patching file snap/snapcraft.yaml [2021-01-15T04:45:27.198Z] Using Plan A... [2021-01-15T04:45:27.198Z] Hunk #1 succeeded at 73. [2021-01-15T04:45:27.198Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-15T04:45:27.198Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-15T04:45:27.198Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-15T04:45:27.198Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-15T04:45:27.198Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-15T04:45:27.198Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-15T04:45:27.198Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-15T04:45:27.198Z] Hmm... Ignoring the trailing garbage. [2021-01-15T04:45:27.198Z] done [2021-01-15T04:45:27.198Z] + sudo snapcraft prime --use-lxd [2021-01-15T04:45:27.776Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-15T04:45:27.776Z] 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-15T04:45:27.776Z] - README.md [2021-01-15T04:45:27.776Z] - snapcraft.yaml.orig [2021-01-15T04:45:27.776Z] [2021-01-15T04:45:27.776Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T04:45:28.358Z] Launching a container. [2021-01-15T04:45:30.692Z] 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-15T04:45:35.005Z] 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-15T04:45:40.400Z] 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-15T04:45:40.639Z] Waiting for container to be ready [2021-01-15T04:45:40.639Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-15T04:45:40.640Z] [2021-01-15T04:45:43.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T04:45:43.952Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-15T04:45:44.213Z] Waiting for network to be ready... [2021-01-15T04:45:44.783Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T04:45:44.783Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T04:45:45.361Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T04:45:45.361Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T04:45:45.361Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-15T04:45:45.625Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T04:45:45.625Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T04:45:45.625Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T04:45:45.625Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T04:45:45.625Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T04:45:45.625Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T04:45:45.625Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T04:45:45.625Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T04:45:45.625Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T04:45:45.625Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T04:45:45.625Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T04:45:45.625Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-15T04:45:45.891Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T04:45:46.151Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T04:45:46.151Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T04:45:46.151Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T04:45:46.411Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T04:45:46.411Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T04:45:46.411Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T04:45:46.411Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T04:45:46.411Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T04:45:46.411Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T04:45:48.973Z] Fetched 23.7 MB in 4s (5513 kB/s) [2021-01-15T04:45:49.185Z] 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-15T04:45:49.546Z] Reading package lists... [2021-01-15T04:45:49.811Z] Reading package lists... [2021-01-15T04:45:50.072Z] Building dependency tree... [2021-01-15T04:45:50.072Z] Reading state information... [2021-01-15T04:45:50.072Z] The following additional packages will be installed: [2021-01-15T04:45:50.072Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T04:45:50.072Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T04:45:50.072Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T04:45:50.072Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-15T04:45:50.072Z] Suggested packages: [2021-01-15T04:45:50.072Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-15T04:45:50.072Z] Recommended packages: [2021-01-15T04:45:50.072Z] gnupg libsasl2-modules [2021-01-15T04:45:50.339Z] The following NEW packages will be installed: [2021-01-15T04:45:50.339Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T04:45:50.339Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T04:45:50.339Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T04:45:50.339Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-15T04:45:50.339Z] The following packages will be upgraded: [2021-01-15T04:45:50.339Z] gpg gpg-agent gpgconf libudev1 [2021-01-15T04:45:50.339Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-15T04:45:50.339Z] Need to get 3532 kB of archives. [2021-01-15T04:45:50.339Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-15T04:45:50.339Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-15T04:45:50.339Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-15T04:45:50.606Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-15T04:45:50.874Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-15T04:45:50.874Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-15T04:45:51.139Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-15T04:45:51.139Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-15T04:45:51.139Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-15T04:45:51.139Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-15T04:45:51.139Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-15T04:45:51.139Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-15T04:45:51.139Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-15T04:45:51.139Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-15T04:45:51.139Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-15T04:45:51.139Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-15T04:45:51.139Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-15T04:45:51.139Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-15T04:45:51.139Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-15T04:45:51.403Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-15T04:45:51.403Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-15T04:45:51.403Z] 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-15T04:45:51.403Z] 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-15T04:45:51.403Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T04:45:51.403Z] Fetched 3532 kB in 1s (3443 kB/s) [2021-01-15T04:45:51.403Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T04:45:51.403Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-15T04:45:51.403Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T04:45:51.664Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-15T04:45:51.664Z] Selecting previously unselected package udev. [2021-01-15T04:45:51.664Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T04:45:51.664Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-15T04:45:51.664Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-15T04:45:51.928Z] Selecting previously unselected package libfuse2:amd64. [2021-01-15T04:45:51.928Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T04:45:51.928Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T04:45:52.189Z] Selecting previously unselected package fuse. [2021-01-15T04:45:52.189Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T04:45:52.189Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-15T04:45:52.189Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T04:45:52.189Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T04:45:52.457Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T04:45:52.457Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T04:45:52.720Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T04:45:52.720Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T04:45:52.720Z] Selecting previously unselected package libksba8:amd64. [2021-01-15T04:45:52.720Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-15T04:45:52.720Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-15T04:45:52.982Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-15T04:45:52.982Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T04:45:52.982Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T04:45:52.982Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-15T04:45:52.982Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T04:45:52.982Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T04:45:52.982Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-15T04:45:52.982Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T04:45:53.243Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T04:45:53.243Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-15T04:45:53.243Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T04:45:53.243Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T04:45:53.243Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-15T04:45:53.243Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T04:45:53.243Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T04:45:53.505Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-15T04:45:53.505Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T04:45:53.505Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T04:45:53.505Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-15T04:45:53.505Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T04:45:53.505Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] } [2021-01-15T04:45:53.506Z] $ docker stop --time=1 a6c8693cce306f831a4435d14c405854402b05c6bdd1968c0812c41ae2d77112 [2021-01-15T04:45:53.767Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-15T04:45:53.767Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T04:45:53.767Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T04:45:53.767Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-15T04:45:53.767Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T04:45:53.767Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T04:45:53.768Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-15T04:45:53.768Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T04:45:53.768Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T04:45:54.029Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-15T04:45:54.029Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T04:45:54.029Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T04:45:54.029Z] Selecting previously unselected package libldap-common. [2021-01-15T04:45:54.029Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-15T04:45:54.029Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T04:45:54.029Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-15T04:45:54.029Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-15T04:45:54.029Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T04:45:54.290Z] Selecting previously unselected package dirmngr. [2021-01-15T04:45:54.290Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T04:45:54.290Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T04:45:54.550Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T04:45:54.550Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-15T04:45:54.550Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T04:45:54.550Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T04:45:54.550Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T04:45:54.550Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-15T04:45:54.550Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T04:45:54.811Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-15T04:45:54.811Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T04:45:54.811Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-15T04:45:55.073Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-15T04:45:55.335Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T04:45:55.335Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-15T04:45:55.335Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-15T04:45:55.335Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-15T04:45:55.598Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T04:45:55.598Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T04:45:55.598Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T04:45:55.598Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T04:45:55.598Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T04:45:55.598Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T04:45:55.598Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T04:45:55.598Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T04:45:55.598Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T04:45:55.860Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T04:45:56.100Z] $ docker rm -f a6c8693cce306f831a4435d14c405854402b05c6bdd1968c0812c41ae2d77112 [2021-01-15T04:45:56.120Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-15T04:45:56.120Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-15T04:45:56.120Z] This means they are not meant to be enabled using systemctl. [2021-01-15T04:45:56.120Z] Possible reasons for having this kind of units are: [2021-01-15T04:45:56.120Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-15T04:45:56.120Z] .wants/ or .requires/ directory. [2021-01-15T04:45:56.120Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-15T04:45:56.120Z] a requirement dependency on it. [2021-01-15T04:45:56.120Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-15T04:45:56.120Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-15T04:45:56.120Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-15T04:45:56.120Z] instance name specified. [2021-01-15T04:45:56.383Z] Reading package lists... [2021-01-15T04:45:56.644Z] Building dependency tree... [2021-01-15T04:45:56.644Z] Reading state information... [2021-01-15T04:45:56.906Z] The following additional packages will be installed: [2021-01-15T04:45:56.906Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-15T04:45:56.906Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-15T04:45:56.906Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-15T04:45:56.906Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-15T04:45:56.906Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-15T04:45:56.906Z] Suggested packages: [2021-01-15T04:45:56.906Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-15T04:45:56.906Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-15T04:45:56.906Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-15T04:45:56.906Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-15T04:45:56.906Z] systemd-container policykit-1 [2021-01-15T04:45:56.906Z] Recommended packages: [2021-01-15T04:45:56.906Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-15T04:45:56.906Z] The following NEW packages will be installed: [2021-01-15T04:45:56.906Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-15T04:45:56.906Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-15T04:45:56.906Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-15T04:45:56.906Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-15T04:45:56.906Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-15T04:45:56.906Z] The following packages will be upgraded: [2021-01-15T04:45:56.906Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-15T04:45:57.169Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-15T04:45:57.169Z] Need to get 35.2 MB of archives. [2021-01-15T04:45:57.169Z] After this operation, 141 MB of additional disk space will be used. [2021-01-15T04:45:57.169Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-15T04:45:57.169Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-15T04:45:57.768Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-15T04:45:57.768Z] 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-15T04:45:57.768Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-15T04:45:57.768Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-15T04:45:57.768Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-15T04:45:57.768Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-15T04:45:57.768Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-15T04:45:57.768Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-15T04:45:57.768Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-15T04:45:57.768Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-15T04:45:57.768Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-15T04:45:57.768Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-15T04:45:57.768Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-15T04:45:57.768Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:45:58.040Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-15T04:45:58.040Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-15T04:45:58.040Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-15T04:45:58.040Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-15T04:45:58.040Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-15T04:45:58.040Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-15T04:45:58.040Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-15T04:45:58.040Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-15T04:45:58.040Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-15T04:45:58.040Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-15T04:45:58.040Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-15T04:45:58.040Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-15T04:45:58.040Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-15T04:45:58.040Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-15T04:45:58.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T04:45:58.552Z] [2021-01-15T04:45:58.552Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:45:58.949Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T04:45:59.222Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-15T04:45:59.222Z] 29e5d40040c1: Pulling fs layer [2021-01-15T04:45:59.222Z] 1ce36da41761: Pulling fs layer [2021-01-15T04:45:59.222Z] 25b303627fd3: Pulling fs layer [2021-01-15T04:45:59.434Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T04:45:59.434Z] Fetched 35.2 MB in 2s (15.8 MB/s) [2021-01-15T04:45:59.434Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T04:45:59.434Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-15T04:45:59.434Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T04:45:59.820Z] 29e5d40040c1: Verifying Checksum [2021-01-15T04:45:59.821Z] 29e5d40040c1: Download complete [2021-01-15T04:46:00.006Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-15T04:46:00.006Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T04:46:00.097Z] 1ce36da41761: Verifying Checksum [2021-01-15T04:46:00.098Z] 1ce36da41761: Download complete [2021-01-15T04:46:00.266Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-15T04:46:00.266Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T04:46:00.266Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T04:46:00.266Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T04:46:00.385Z] 29e5d40040c1: Pull complete [2021-01-15T04:46:00.531Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-15T04:46:00.531Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T04:46:00.531Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T04:46:00.793Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T04:46:01.059Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-15T04:46:01.059Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-15T04:46:01.322Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-15T04:46:01.585Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-15T04:46:01.585Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T04:46:01.585Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T04:46:01.829Z] 1ce36da41761: Pull complete [2021-01-15T04:46:01.856Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-15T04:46:01.856Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T04:46:01.856Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T04:46:01.856Z] Selecting previously unselected package libexpat1:amd64. [2021-01-15T04:46:02.100Z] 25b303627fd3: Verifying Checksum [2021-01-15T04:46:02.100Z] 25b303627fd3: Download complete [2021-01-15T04:46:02.123Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-15T04:46:02.123Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T04:46:02.123Z] Selecting previously unselected package python3.6-minimal. [2021-01-15T04:46:02.123Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T04:46:02.123Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T04:46:02.391Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-15T04:46:02.391Z] Checking for services that may need to be restarted...done. [2021-01-15T04:46:02.391Z] Checking for services that may need to be restarted...done. [2021-01-15T04:46:02.391Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T04:46:02.652Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T04:46:02.652Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T04:46:02.918Z] Selecting previously unselected package python3-minimal. [2021-01-15T04:46:02.918Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-15T04:46:02.918Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-15T04:46:02.918Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-15T04:46:03.181Z] Selecting previously unselected package mime-support. [2021-01-15T04:46:03.181Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-15T04:46:03.181Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-15T04:46:03.181Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-15T04:46:03.181Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-15T04:46:03.181Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T04:46:03.449Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-15T04:46:03.449Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T04:46:03.449Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T04:46:03.713Z] Selecting previously unselected package python3.6. [2021-01-15T04:46:03.713Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T04:46:03.713Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T04:46:03.976Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-15T04:46:03.976Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-15T04:46:03.977Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T04:46:03.977Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-15T04:46:04.238Z] Selecting previously unselected package python3. [2021-01-15T04:46:04.498Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-15T04:46:04.498Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-15T04:46:04.498Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-15T04:46:04.498Z] Selecting previously unselected package multiarch-support. [2021-01-15T04:46:04.498Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T04:46:04.498Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T04:46:04.498Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T04:46:04.759Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-15T04:46:04.759Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-15T04:46:04.759Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-15T04:46:04.759Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T04:46:04.759Z] Selecting previously unselected package libbsd0:amd64. [2021-01-15T04:46:04.759Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-15T04:46:04.759Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T04:46:05.025Z] Selecting previously unselected package sudo. [2021-01-15T04:46:05.025Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-15T04:46:05.025Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T04:46:05.025Z] Selecting previously unselected package apparmor. [2021-01-15T04:46:05.025Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T04:46:05.025Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-15T04:46:05.286Z] Selecting previously unselected package libedit2:amd64. [2021-01-15T04:46:05.286Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-15T04:46:05.286Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T04:46:05.286Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-15T04:46:05.286Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T04:46:05.286Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T04:46:05.546Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-15T04:46:05.546Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T04:46:05.546Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T04:46:05.546Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-15T04:46:05.546Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-15T04:46:05.546Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T04:46:05.546Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-15T04:46:05.546Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T04:46:05.546Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T04:46:05.810Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-15T04:46:05.810Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T04:46:05.810Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T04:46:05.810Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-15T04:46:05.810Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-15T04:46:05.810Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T04:46:06.073Z] Selecting previously unselected package openssh-client. [2021-01-15T04:46:06.073Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-15T04:46:06.073Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T04:46:06.334Z] Selecting previously unselected package squashfs-tools. [2021-01-15T04:46:06.334Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-15T04:46:06.334Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T04:46:06.334Z] Selecting previously unselected package snapd. [2021-01-15T04:46:06.334Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-15T04:46:06.334Z] Unpacking snapd (2.48+18.04) ... [2021-01-15T04:46:08.273Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T04:46:08.273Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T04:46:08.534Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-15T04:46:08.534Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T04:46:08.534Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T04:46:08.534Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T04:46:08.534Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T04:46:08.795Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-15T04:46:08.795Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-15T04:46:10.183Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T04:46:10.183Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T04:46:10.183Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T04:46:10.183Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T04:46:10.183Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T04:46:10.183Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T04:46:10.752Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T04:46:11.020Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T04:46:11.020Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T04:46:11.020Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-15T04:46:11.020Z] running python rtupdate hooks for python3.6... [2021-01-15T04:46:11.020Z] running python post-rtupdate hooks for python3.6... [2021-01-15T04:46:11.020Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-15T04:46:12.245Z] 25b303627fd3: Pull complete [2021-01-15T04:46:12.245Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-15T04:46:12.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T04:46:12.245Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-15T04:46:12.522Z] prd-ubuntu18.04-docker-arm64-4c-16g-20396 does not seem to be running inside a container [2021-01-15T04:46:12.597Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T04:46:12.932Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-15T04:46:12.933Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T04:46:12.933Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T04:46:13.193Z] Setting up snapd (2.48+18.04) ... [2021-01-15T04:46:13.458Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-15T04:46:13.723Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-15T04:46:13.984Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-15T04:46:13.984Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-15T04:46:14.281Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T04:46:14.281Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T04:46:14.544Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-15T04:46:14.544Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-15T04:46:14.804Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-15T04:46:15.064Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-15T04:46:15.064Z] /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-15T04:46:15.064Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T04:46:15.064Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T04:46:16.009Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T04:46:16.127Z] $ docker top d5058a0294616aa0bafa60112ff9d665e09e000f609ad5de17d5c8117af2c35d -eo pid,comm [2021-01-15T04:46:16.269Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T04:46:16.269Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [Pipeline] { [Pipeline] sh [2021-01-15T04:46:17.235Z] + grep parallel [2021-01-15T04:46:17.235Z] + docker-compose build --help [2021-01-15T04:46:17.484Z] Reading package lists... [2021-01-15T04:46:17.484Z] Reading package lists... [2021-01-15T04:46:17.744Z] Building dependency tree... [2021-01-15T04:46:17.744Z] Reading state information... [2021-01-15T04:46:18.004Z] Calculating upgrade... [2021-01-15T04:46:18.004Z] The following packages will be upgraded: [2021-01-15T04:46:18.004Z] advancecomp base-files bash binutils binutils-common [2021-01-15T04:46:18.004Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-15T04:46:18.004Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-15T04:46:18.004Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-15T04:46:18.004Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-15T04:46:18.004Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-15T04:46:18.004Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-15T04:46:18.004Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-15T04:46:18.004Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-15T04:46:18.004Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-15T04:46:18.004Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-15T04:46:18.004Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-15T04:46:18.004Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-15T04:46:18.004Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-15T04:46:18.004Z] ubuntu-keyring util-linux [2021-01-15T04:46:18.264Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T04:46:18.264Z] Need to get 63.7 MB of archives. [2021-01-15T04:46:18.264Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-15T04:46:18.264Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-15T04:46:18.264Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-15T04:46:18.264Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-15T04:46:18.264Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-15T04:46:18.264Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-15T04:46:18.264Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-15T04:46:18.264Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-15T04:46:18.264Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-15T04:46:18.264Z] 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-15T04:46:18.264Z] 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-15T04:46:18.264Z] 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-15T04:46:18.264Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-15T04:46:18.264Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-15T04:46:18.264Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-15T04:46:18.264Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-15T04:46:18.264Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-15T04:46:18.264Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-15T04:46:18.531Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-15T04:46:18.531Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-15T04:46:18.531Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-15T04:46:18.531Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-15T04:46:18.531Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-15T04:46:18.531Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-15T04:46:18.531Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-15T04:46:18.531Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-15T04:46:18.531Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-15T04:46:18.531Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-15T04:46:18.531Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-15T04:46:18.531Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-15T04:46:18.531Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-15T04:46:18.531Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-15T04:46:18.531Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-15T04:46:18.531Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-15T04:46:18.531Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-15T04:46:18.531Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-15T04:46:18.531Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-15T04:46:18.531Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-15T04:46:18.531Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-15T04:46:18.531Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-15T04:46:18.531Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-15T04:46:18.531Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-15T04:46:18.790Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-15T04:46:18.790Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-15T04:46:18.790Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-15T04:46:18.790Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-15T04:46:18.790Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-15T04:46:18.790Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-15T04:46:18.790Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-15T04:46:18.790Z] Get:49 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-15T04:46:18.790Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-15T04:46:18.790Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-15T04:46:18.790Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-15T04:46:18.790Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-15T04:46:18.790Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-15T04:46:18.790Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-15T04:46:18.790Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-15T04:46:18.790Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-15T04:46:19.057Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-15T04:46:19.057Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-15T04:46:19.057Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-15T04:46:19.057Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-15T04:46:19.057Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-15T04:46:19.057Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-15T04:46:19.057Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-15T04:46:19.057Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-15T04:46:19.057Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-15T04:46:19.057Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-15T04:46:19.318Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-15T04:46:19.318Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-15T04:46:19.318Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-15T04:46:19.318Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-15T04:46:19.318Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-15T04:46:19.318Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-15T04:46:19.318Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-15T04:46:19.318Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-15T04:46:19.318Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-15T04:46:19.318Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-15T04:46:19.318Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-15T04:46:19.318Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-15T04:46:19.584Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-15T04:46:19.584Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-15T04:46:19.584Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-15T04:46:19.584Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-15T04:46:19.584Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-15T04:46:19.584Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-15T04:46:19.584Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-15T04:46:19.584Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-15T04:46:19.584Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-15T04:46:19.584Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-15T04:46:19.584Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-15T04:46:19.584Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-15T04:46:19.584Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-15T04:46:19.584Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-15T04:46:19.584Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-15T04:46:19.846Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-15T04:46:19.846Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-15T04:46:19.846Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-15T04:46:19.846Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T04:46:19.846Z] Fetched 63.7 MB in 2s (39.2 MB/s) [2021-01-15T04:46:19.846Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:19.846Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T04:46:20.107Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T04:46:21.055Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T04:46:21.055Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T04:46:21.055Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-15T04:46:21.055Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-15T04:46:21.565Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T04:46:21.583Z] $ docker stop --time=1 d5058a0294616aa0bafa60112ff9d665e09e000f609ad5de17d5c8117af2c35d [2021-01-15T04:46:21.998Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:21.999Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T04:46:21.999Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:21.999Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T04:46:22.259Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:22.259Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T04:46:22.259Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:22.259Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T04:46:22.520Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:22.520Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T04:46:22.520Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:22.520Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T04:46:22.782Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:22.782Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T04:46:22.782Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T04:46:23.043Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T04:46:23.043Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:23.043Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-15T04:46:23.043Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-15T04:46:23.306Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T04:46:23.306Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:23.306Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T04:46:23.306Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:23.568Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T04:46:23.568Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:23.568Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T04:46:23.601Z] $ docker rm -f d5058a0294616aa0bafa60112ff9d665e09e000f609ad5de17d5c8117af2c35d [2021-01-15T04:46:23.828Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-01-15T04:46:24.089Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T04:46:24.089Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T04:46:24.089Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:46:24.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T04:46:24.486Z] . [Pipeline] withDockerContainer [2021-01-15T04:46:24.665Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T04:46:24.665Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T04:46:24.665Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-15T04:46:24.665Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-15T04:46:24.665Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-15T04:46:24.754Z] prd-ubuntu18.04-docker-arm64-4c-16g-20396 does not seem to be running inside a container [2021-01-15T04:46:24.835Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-15T04:46:24.927Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-15T04:46:24.927Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-15T04:46:25.193Z] Installing new version of config file /etc/issue ... [2021-01-15T04:46:25.193Z] Installing new version of config file /etc/issue.net ... [2021-01-15T04:46:25.193Z] Installing new version of config file /etc/lsb-release ... [2021-01-15T04:46:25.193Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-15T04:46:25.455Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-15T04:46:25.455Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-15T04:46:25.455Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-15T04:46:25.455Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:25.455Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-15T04:46:25.717Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-15T04:46:25.717Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-15T04:46:25.717Z] 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-15T04:46:25.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:25.988Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T04:46:25.988Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-15T04:46:25.988Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-15T04:46:26.252Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:26.252Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-15T04:46:26.252Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-15T04:46:26.252Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-15T04:46:26.312Z] $ docker top 905d4bf70a4bfb7dd0f6de417a6acb9025a939e3c9b969471932554654d0eabe -eo pid,comm [2021-01-15T04:46:26.553Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:26.553Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-15T04:46:26.553Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [Pipeline] { [Pipeline] sh [2021-01-15T04:46:26.816Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-15T04:46:26.816Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:26.816Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T04:46:27.079Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T04:46:27.079Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T04:46:27.079Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:27.079Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T04:46:27.079Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T04:46:27.341Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-15T04:46:27.341Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:27.341Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-15T04:46:27.341Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-15T04:46:27.420Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T04:46:27.606Z] Setting up grep (3.1-2build1) ... [2021-01-15T04:46:27.606Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:27.606Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T04:46:27.606Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T04:46:27.872Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-15T04:46:28.134Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:28.134Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T04:46:28.134Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T04:46:28.134Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-15T04:46:28.396Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:28.396Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T04:46:28.396Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T04:46:28.657Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T04:46:28.917Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T04:46:28.917Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T04:46:28.917Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T04:46:29.490Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-15T04:46:29.490Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:29.490Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-15T04:46:29.490Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T04:46:30.442Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T04:46:30.442Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-15T04:46:30.707Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T04:46:30.707Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-15T04:46:30.707Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T04:46:30.969Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:30.969Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-15T04:46:30.969Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-15T04:46:31.229Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-15T04:46:31.229Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:31.229Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T04:46:31.229Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T04:46:31.490Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T04:46:31.490Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:31.490Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T04:46:31.490Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T04:46:31.707Z] Building docker-core-command-go ... [2021-01-15T04:46:31.707Z] Building docker-core-data-go ... [2021-01-15T04:46:31.707Z] Building docker-core-metadata-go ... [2021-01-15T04:46:31.707Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T04:46:31.707Z] Building docker-security-proxy-setup-go ... [2021-01-15T04:46:31.707Z] Building docker-security-secretstore-setup-go ... [2021-01-15T04:46:31.707Z] Building docker-support-notifications-go ... [2021-01-15T04:46:31.707Z] Building docker-support-scheduler-go ... [2021-01-15T04:46:31.707Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T04:46:31.707Z] Building docker-support-notifications-go [2021-01-15T04:46:31.707Z] Building docker-core-command-go [2021-01-15T04:46:31.707Z] Building docker-core-data-go [2021-01-15T04:46:31.707Z] Building docker-support-scheduler-go [2021-01-15T04:46:31.707Z] Building docker-sys-mgmt-agent-go [2021-01-15T04:46:31.751Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T04:46:31.751Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:31.751Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T04:46:31.751Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T04:46:32.014Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T04:46:32.014Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:32.014Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T04:46:32.014Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T04:46:32.274Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T04:46:32.274Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:32.274Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T04:46:32.274Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T04:46:32.540Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T04:46:32.540Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T04:46:32.540Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T04:46:32.802Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:32.802Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T04:46:32.802Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T04:46:33.067Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T04:46:33.067Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:33.067Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T04:46:33.067Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T04:46:33.360Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T04:46:33.361Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:33.361Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T04:46:33.361Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T04:46:33.623Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-15T04:46:33.623Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:33.623Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T04:46:33.886Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T04:46:34.154Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-15T04:46:34.416Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-15T04:46:34.679Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-15T04:46:34.946Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:34.946Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T04:46:34.946Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T04:46:35.209Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T04:46:35.478Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T04:46:35.478Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-15T04:46:35.478Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T04:46:35.478Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-15T04:46:35.742Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T04:46:35.742Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-15T04:46:35.742Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-15T04:46:36.008Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-15T04:46:36.269Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T04:46:36.269Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T04:46:36.269Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T04:46:36.530Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T04:46:36.530Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T04:46:36.530Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T04:46:36.530Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T04:46:36.797Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T04:46:36.797Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T04:46:36.797Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T04:46:37.078Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T04:46:37.078Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T04:46:37.350Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T04:46:37.350Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T04:46:37.350Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T04:46:37.612Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-15T04:46:37.612Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T04:46:37.612Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T04:46:37.612Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T04:46:37.873Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T04:46:37.873Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T04:46:37.873Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-15T04:46:37.873Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-15T04:46:38.134Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-15T04:46:38.134Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T04:46:38.134Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-15T04:46:38.134Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T04:46:38.433Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T04:46:38.695Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T04:46:38.695Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T04:46:38.695Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T04:46:38.695Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T04:46:38.695Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T04:46:38.695Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-15T04:46:38.695Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-15T04:46:38.957Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-15T04:46:38.957Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T04:46:38.957Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T04:46:38.957Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T04:46:39.559Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-15T04:46:39.559Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T04:46:39.559Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T04:46:39.559Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T04:46:39.823Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-15T04:46:39.823Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T04:46:39.823Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-15T04:46:39.823Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-15T04:46:40.089Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-15T04:46:40.089Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T04:46:40.089Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-15T04:46:40.089Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-15T04:46:40.356Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-15T04:46:40.356Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T04:46:40.356Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-15T04:46:40.356Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-15T04:46:40.618Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-15T04:46:40.618Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T04:46:40.879Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-15T04:46:40.879Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-15T04:46:40.879Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-15T04:46:41.144Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T04:46:41.144Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T04:46:41.144Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-15T04:46:41.144Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-15T04:46:41.412Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T04:46:41.412Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-15T04:46:41.412Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-15T04:46:41.993Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-15T04:46:41.993Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-15T04:46:41.993Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T04:46:41.993Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T04:46:42.256Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T04:46:42.256Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T04:46:42.518Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T04:46:42.518Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T04:46:42.779Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-15T04:46:42.779Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-15T04:46:43.044Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T04:46:43.044Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-15T04:46:43.044Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T04:46:43.044Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-15T04:46:43.305Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-15T04:46:43.305Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-15T04:46:43.305Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-15T04:46:43.305Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-15T04:46:43.566Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-15T04:46:43.566Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-15T04:46:43.566Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-15T04:46:43.566Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-15T04:46:43.836Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-15T04:46:43.837Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-15T04:46:43.837Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-15T04:46:44.106Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-15T04:46:44.688Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-15T04:46:44.688Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-15T04:46:44.949Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-15T04:46:44.949Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-15T04:46:44.949Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T04:46:44.949Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T04:46:45.523Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T04:46:45.523Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T04:46:45.523Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T04:46:45.523Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T04:46:45.785Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T04:46:45.785Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T04:46:46.052Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:46.052Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T04:46:46.052Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:46.052Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T04:46:46.630Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:46.630Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T04:46:46.630Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:46.630Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T04:46:47.576Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:47.576Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T04:46:48.524Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:48.525Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T04:46:49.469Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:49.469Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T04:46:49.731Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:49.731Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T04:46:50.683Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T04:46:50.683Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T04:46:50.949Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T04:46:50.949Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T04:46:50.949Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T04:46:50.949Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T04:46:51.211Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T04:46:51.211Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T04:46:51.470Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-15T04:46:51.470Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-15T04:46:51.470Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T04:46:51.470Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T04:46:51.732Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T04:46:51.732Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T04:46:51.732Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-15T04:46:51.993Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-15T04:46:51.993Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T04:46:51.993Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T04:46:51.993Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T04:46:52.568Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T04:46:52.568Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T04:46:52.568Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-15T04:46:52.568Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-15T04:46:52.568Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-15T04:46:52.568Z] [2021-01-15T04:46:52.568Z] Current default time zone: 'Etc/UTC' [2021-01-15T04:46:52.568Z] Local time is now: Fri Jan 15 04:46:52 UTC 2021. [2021-01-15T04:46:52.568Z] Universal Time is now: Fri Jan 15 04:46:52 UTC 2021. [2021-01-15T04:46:52.568Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-15T04:46:52.568Z] [2021-01-15T04:46:52.829Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-15T04:46:52.829Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T04:46:52.829Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-15T04:46:52.829Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-15T04:46:52.829Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-15T04:46:52.829Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-15T04:46:52.829Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-15T04:46:53.094Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-15T04:46:53.094Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-15T04:46:53.094Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T04:46:53.094Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T04:46:53.094Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-15T04:46:53.356Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T04:46:53.356Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T04:46:53.356Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T04:46:53.356Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-15T04:46:53.356Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-15T04:46:53.356Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-15T04:46:53.618Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-15T04:46:53.618Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-15T04:46:53.618Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-15T04:46:53.618Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-15T04:46:53.618Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T04:46:55.540Z] Updating certificates in /etc/ssl/certs... [2021-01-15T04:46:56.488Z] 22 added, 17 removed; done. [2021-01-15T04:46:56.488Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T04:46:56.488Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T04:46:56.488Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-15T04:46:56.488Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-15T04:46:56.488Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-15T04:46:56.749Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T04:46:56.749Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T04:46:56.749Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T04:46:56.749Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T04:46:56.749Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T04:46:56.749Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T04:46:56.749Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T04:46:57.011Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-15T04:46:57.011Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-15T04:46:57.011Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-15T04:46:57.011Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-15T04:46:57.011Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-15T04:46:57.011Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T04:46:57.011Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T04:46:57.011Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-15T04:46:57.273Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-15T04:46:57.273Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-15T04:46:57.273Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T04:46:57.273Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T04:46:57.535Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-15T04:46:57.535Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T04:46:57.535Z] Updating certificates in /etc/ssl/certs... [2021-01-15T04:46:58.113Z] 0 added, 0 removed; done. [2021-01-15T04:46:58.113Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-15T04:46:58.113Z] done. [2021-01-15T04:46:58.687Z] Reading package lists... [2021-01-15T04:46:58.687Z] Building dependency tree... [2021-01-15T04:46:58.687Z] Reading state information... [2021-01-15T04:46:58.951Z] The following NEW packages will be installed: [2021-01-15T04:46:58.951Z] apt-transport-https [2021-01-15T04:46:59.213Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T04:46:59.213Z] Need to get 1696 B of archives. [2021-01-15T04:46:59.213Z] After this operation, 153 kB of additional disk space will be used. [2021-01-15T04:46:59.213Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-15T04:46:59.213Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T04:46:59.213Z] Fetched 1696 B in 0s (7843 B/s) [2021-01-15T04:46:59.213Z] Selecting previously unselected package apt-transport-https. [2021-01-15T04:46:59.213Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-15T04:46:59.213Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-15T04:46:59.213Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T04:46:59.472Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T04:46:59.733Z] Waiting for network to be ready... [2021-01-15T04:47:06.342Z] 2021-01-15T04:47:02Z INFO Waiting for automatic snapd restart... [2021-01-15T04:47:06.342Z] snapd 2.48.2 from Canonical* installed [2021-01-15T04:47:06.917Z] "snapd" switched to the "latest/stable" channel [2021-01-15T04:47:06.917Z] [2021-01-15T04:47:10.227Z] core18 20201210 from Canonical* installed [2021-01-15T04:47:10.227Z] "core18" switched to the "latest/stable" channel [2021-01-15T04:47:10.227Z] [2021-01-15T04:47:13.535Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T04:47:13.535Z] "snapcraft" switched to the "latest/stable" channel [2021-01-15T04:47:13.535Z] [2021-01-15T04:47:16.848Z] 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-15T04:47:16.848Z] - README.md [2021-01-15T04:47:16.848Z] - snapcraft.yaml.orig [2021-01-15T04:47:16.848Z] [2021-01-15T04:47:16.848Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T04:47:23.464Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T04:47:23.464Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T04:47:23.464Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T04:47:23.726Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T04:47:24.672Z] Reading package lists... [2021-01-15T04:47:25.245Z] 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-15T04:47:31.848Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T04:47:31.848Z] Reading package lists... [2021-01-15T04:47:31.848Z] Building dependency tree... [2021-01-15T04:47:31.848Z] Reading state information... [2021-01-15T04:47:31.848Z] Suggested packages: [2021-01-15T04:47:31.848Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-15T04:47:31.848Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-15T04:47:31.848Z] Recommended packages: [2021-01-15T04:47:31.848Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-15T04:47:31.848Z] The following NEW packages will be installed: [2021-01-15T04:47:31.848Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-15T04:47:31.848Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-15T04:47:31.848Z] pkg-config zip [2021-01-15T04:47:31.848Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T04:47:31.848Z] Need to get 7655 kB of archives. [2021-01-15T04:47:31.848Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-15T04:47:31.848Z] 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-15T04:47:31.848Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-15T04:47:31.848Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-15T04:47:31.848Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-15T04:47:32.110Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-15T04:47:32.110Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-15T04:47:32.110Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-15T04:47:32.110Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-15T04:47:32.110Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-15T04:47:32.110Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-15T04:47:32.372Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-15T04:47:32.372Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-15T04:47:32.372Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-15T04:47:32.637Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-15T04:47:32.637Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-15T04:47:32.637Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T04:47:32.637Z] Fetched 7655 kB in 1s (6983 kB/s) [2021-01-15T04:47:32.898Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-15T04:47:32.898Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-15T04:47:32.898Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-15T04:47:32.898Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T04:47:33.160Z] Selecting previously unselected package libpsl5:amd64. [2021-01-15T04:47:33.160Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-15T04:47:33.160Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T04:47:33.160Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-15T04:47:33.160Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-15T04:47:33.160Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T04:47:33.160Z] Selecting previously unselected package librtmp1:amd64. [2021-01-15T04:47:33.160Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-15T04:47:33.160Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T04:47:33.420Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-15T04:47:33.420Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-15T04:47:33.420Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T04:47:33.420Z] Selecting previously unselected package liberror-perl. [2021-01-15T04:47:33.420Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-15T04:47:33.420Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-15T04:47:33.680Z] Selecting previously unselected package git-man. [2021-01-15T04:47:33.680Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-15T04:47:33.680Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T04:47:33.680Z] Selecting previously unselected package git. [2021-01-15T04:47:33.680Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-15T04:47:33.944Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T04:47:34.515Z] Selecting previously unselected package libnorm1:amd64. [2021-01-15T04:47:34.515Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-15T04:47:34.515Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T04:47:34.777Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-15T04:47:34.777Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-15T04:47:34.777Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T04:47:34.777Z] Selecting previously unselected package libsodium23:amd64. [2021-01-15T04:47:34.777Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-15T04:47:34.777Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-15T04:47:35.038Z] Selecting previously unselected package libzmq5:amd64. [2021-01-15T04:47:35.038Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T04:47:35.038Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T04:47:35.038Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-15T04:47:35.038Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T04:47:35.038Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T04:47:35.299Z] Selecting previously unselected package pkg-config. [2021-01-15T04:47:35.299Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-15T04:47:35.299Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T04:47:35.299Z] Selecting previously unselected package zip. [2021-01-15T04:47:35.299Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-15T04:47:35.299Z] Unpacking zip (3.0-11build1) ... [2021-01-15T04:47:35.299Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T04:47:35.561Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T04:47:35.561Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T04:47:35.561Z] Setting up liberror-perl (0.17025-1) ... [2021-01-15T04:47:35.561Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T04:47:35.561Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T04:47:35.561Z] No schema files found: doing nothing. [2021-01-15T04:47:35.561Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T04:47:35.561Z] Setting up zip (3.0-11build1) ... [2021-01-15T04:47:35.561Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T04:47:35.561Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-15T04:47:35.561Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T04:47:35.824Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T04:47:35.824Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T04:47:35.824Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T04:47:35.824Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T04:47:35.824Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T04:47:39.742Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:47:39.742Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:47:39.742Z] ---> 3b72fbea32a4 [2021-01-15T04:47:39.742Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T04:47:39.742Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:47:39.742Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:47:39.742Z] ---> 3b72fbea32a4 [2021-01-15T04:47:39.742Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T04:47:39.742Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:47:39.742Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:47:39.742Z] ---> 3b72fbea32a4 [2021-01-15T04:47:39.742Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T04:47:39.742Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:47:39.742Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:47:39.742Z] ---> 3b72fbea32a4 [2021-01-15T04:47:39.742Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T04:47:39.742Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:47:39.742Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:47:39.742Z] ---> 3b72fbea32a4 [2021-01-15T04:47:39.742Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T04:47:41.726Z] ---> Running in 201e59ec80c2 [2021-01-15T04:47:41.726Z] ---> Running in 2277c5c5810c [2021-01-15T04:47:41.726Z] ---> Running in 28b2c4eee2fa [2021-01-15T04:47:41.726Z] ---> Running in 1f533554fe69 [2021-01-15T04:47:41.726Z] ---> Running in aba8b3cf3187 [2021-01-15T04:47:42.352Z] Removing intermediate container 28b2c4eee2fa [2021-01-15T04:47:42.352Z] ---> df32bb1a0853 [2021-01-15T04:47:42.352Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:47:42.437Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T04:47:42.437Z] git set to automatically installed. [2021-01-15T04:47:42.437Z] git-man set to automatically installed. [2021-01-15T04:47:42.437Z] libcurl3-gnutls set to automatically installed. [2021-01-15T04:47:42.437Z] liberror-perl set to automatically installed. [2021-01-15T04:47:42.437Z] libglib2.0-0 set to automatically installed. [2021-01-15T04:47:42.437Z] libnghttp2-14 set to automatically installed. [2021-01-15T04:47:42.437Z] libnorm1 set to automatically installed. [2021-01-15T04:47:42.437Z] libpgm-5.2-0 set to automatically installed. [2021-01-15T04:47:42.437Z] libpsl5 set to automatically installed. [2021-01-15T04:47:42.437Z] librtmp1 set to automatically installed. [2021-01-15T04:47:42.437Z] libsodium23 set to automatically installed. [2021-01-15T04:47:42.437Z] libzmq3-dev set to automatically installed. [2021-01-15T04:47:42.437Z] libzmq5 set to automatically installed. [2021-01-15T04:47:42.437Z] pkg-config set to automatically installed. [2021-01-15T04:47:42.437Z] zip set to automatically installed. [2021-01-15T04:47:42.625Z] Removing intermediate container aba8b3cf3187 [2021-01-15T04:47:42.625Z] ---> 90782ad36510 [2021-01-15T04:47:42.625Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:47:42.625Z] ---> Running in 37e65aff9aab [2021-01-15T04:47:42.625Z] Removing intermediate container 2277c5c5810c [2021-01-15T04:47:42.625Z] ---> 89e050efd8dc [2021-01-15T04:47:42.625Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:47:42.625Z] Removing intermediate container 201e59ec80c2 [2021-01-15T04:47:42.625Z] ---> 1f79e5b739fa [2021-01-15T04:47:42.625Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:47:42.625Z] Removing intermediate container 1f533554fe69 [2021-01-15T04:47:42.625Z] ---> 1d2d712d7249 [2021-01-15T04:47:42.625Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:47:42.897Z] ---> Running in fe1920ce0157 [2021-01-15T04:47:42.897Z] ---> Running in 49fc6c754451 [2021-01-15T04:47:42.897Z] ---> Running in 845c30759ae6 [2021-01-15T04:47:42.897Z] ---> Running in 789c5f851e10 [2021-01-15T04:47:44.991Z] snapd is not logged in, snap install commands will use sudo [2021-01-15T04:47:46.294Z] Removing intermediate container 37e65aff9aab [2021-01-15T04:47:46.294Z] ---> 31ae10aa9150 [2021-01-15T04:47:46.294Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T04:47:46.294Z] Removing intermediate container fe1920ce0157 [2021-01-15T04:47:46.294Z] ---> e6b876dfeb50 [2021-01-15T04:47:46.294Z] ---> Running in e16b6d1e461b [2021-01-15T04:47:46.294Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T04:47:46.575Z] ---> Running in 3c1436ba8bff [2021-01-15T04:47:46.858Z] Removing intermediate container 49fc6c754451 [2021-01-15T04:47:46.858Z] ---> 063921904b04 [2021-01-15T04:47:46.858Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T04:47:47.132Z] Removing intermediate container 789c5f851e10 [2021-01-15T04:47:47.132Z] ---> a02145efc67e [2021-01-15T04:47:47.132Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T04:47:47.132Z] ---> Running in bff7d7fdecf1 [2021-01-15T04:47:47.132Z] Removing intermediate container 845c30759ae6 [2021-01-15T04:47:47.132Z] ---> 2f163a2f62e3 [2021-01-15T04:47:47.132Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T04:47:47.405Z] ---> Running in cf1876b400da [2021-01-15T04:47:47.405Z] ---> Running in 8c0bddca24c8 [2021-01-15T04:47:49.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:47:49.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:47:49.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:47:49.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:47:49.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:47:49.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:47:49.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:47:49.691Z] OK: 217 MiB in 51 packages [2021-01-15T04:47:49.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:47:49.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:47:49.972Z] OK: 217 MiB in 51 packages [2021-01-15T04:47:49.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:47:50.962Z] OK: 217 MiB in 51 packages [2021-01-15T04:47:50.962Z] OK: 217 MiB in 51 packages [2021-01-15T04:47:50.962Z] OK: 217 MiB in 51 packages [2021-01-15T04:47:51.242Z] Removing intermediate container e16b6d1e461b [2021-01-15T04:47:51.242Z] ---> 0db399317c52 [2021-01-15T04:47:51.242Z] Step 6/24 : COPY go.mod . [2021-01-15T04:47:51.528Z] Removing intermediate container 3c1436ba8bff [2021-01-15T04:47:51.528Z] ---> 6aef8ab2b46c [2021-01-15T04:47:51.528Z] Step 6/21 : COPY go.mod . [2021-01-15T04:47:51.686Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T04:47:51.686Z] snap "core18" has no updates available [2021-01-15T04:47:52.126Z] ---> 448a5f74f970 [2021-01-15T04:47:52.126Z] Step 7/24 : RUN go mod download [2021-01-15T04:47:52.274Z] Pulling config-common [2021-01-15T04:47:52.405Z] ---> Running in cb92b7cce446 [2021-01-15T04:47:52.681Z] Removing intermediate container cf1876b400da [2021-01-15T04:47:52.681Z] ---> aa793134daee [2021-01-15T04:47:52.681Z] Step 6/23 : COPY go.mod . [2021-01-15T04:47:52.681Z] ---> 158d5e110f68 [2021-01-15T04:47:52.681Z] Step 7/21 : RUN go mod download [2021-01-15T04:47:52.681Z] Removing intermediate container bff7d7fdecf1 [2021-01-15T04:47:52.681Z] ---> 6d52de0fc4f6 [2021-01-15T04:47:52.681Z] Step 6/26 : COPY go.mod . [2021-01-15T04:47:52.954Z] Removing intermediate container 8c0bddca24c8 [2021-01-15T04:47:52.954Z] ---> a84e935c5cd8 [2021-01-15T04:47:52.954Z] Step 6/22 : COPY go.mod . [2021-01-15T04:47:52.954Z] ---> Running in f5c390c7ef84 [2021-01-15T04:47:53.674Z] Pulling go-build-helper [2021-01-15T04:47:53.934Z] ---> f2530c7142f9 [2021-01-15T04:47:53.934Z] Step 7/26 : RUN go mod download [2021-01-15T04:47:54.208Z] ---> 4228063b507c [2021-01-15T04:47:54.208Z] Step 7/23 : RUN go mod download [2021-01-15T04:47:54.208Z] ---> Running in 881f4a4dfdef [2021-01-15T04:47:54.482Z] ---> Running in b91384f0b1cb [2021-01-15T04:47:54.482Z] ---> abb842bfaffa [2021-01-15T04:47:54.482Z] Step 7/22 : RUN go mod download [2021-01-15T04:47:54.758Z] ---> Running in e1643ca9018a [2021-01-15T04:47:56.214Z] Removing intermediate container cb92b7cce446 [2021-01-15T04:47:56.214Z] ---> a5643a083cda [2021-01-15T04:47:56.214Z] Step 8/24 : COPY . . [2021-01-15T04:47:56.818Z] Removing intermediate container f5c390c7ef84 [2021-01-15T04:47:56.818Z] ---> 63acc1e2f383 [2021-01-15T04:47:56.818Z] Step 8/21 : COPY . . [2021-01-15T04:48:00.242Z] Removing intermediate container 881f4a4dfdef [2021-01-15T04:48:00.242Z] ---> 3cd4b46ae86c [2021-01-15T04:48:00.242Z] Step 8/26 : COPY . . [2021-01-15T04:48:00.840Z] Removing intermediate container e1643ca9018a [2021-01-15T04:48:00.840Z] ---> 4a59a64a95d3 [2021-01-15T04:48:00.840Z] Step 8/22 : COPY . . [2021-01-15T04:48:01.113Z] Removing intermediate container b91384f0b1cb [2021-01-15T04:48:01.113Z] ---> f45a59d31df3 [2021-01-15T04:48:01.113Z] Step 8/23 : COPY . . [2021-01-15T04:48:20.308Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T04:48:20.308Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T04:48:20.308Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T04:48:20.308Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T04:48:20.308Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T04:48:20.308Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T04:48:20.308Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T04:48:20.308Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T04:48:20.308Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-15T04:48:20.308Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T04:48:20.308Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T04:48:20.308Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-15T04:48:20.308Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T04:48:20.308Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T04:48:20.308Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T04:48:20.308Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T04:48:20.308Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T04:48:20.308Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T04:48:20.308Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T04:48:20.308Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T04:48:20.308Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T04:48:20.308Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T04:48:20.308Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T04:48:20.308Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T04:48:20.308Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T04:48:20.308Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T04:48:20.308Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T04:48:20.308Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-15T04:48:20.308Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-15T04:48:20.308Z] Fetched 279 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-15T04:48:20.308Z] Fetched 122 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-15T04:48:20.308Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-15T04:48:20.308Z] Fetched 8848 B in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-15T04:48:20.308Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-15T04:48:20.308Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-15T04:48:20.308Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-15T04:48:20.308Z] Fetched 214 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-15T04:48:20.308Z] Fetched 155 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-15T04:48:20.308Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-15T04:48:20.308Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-15T04:48:20.308Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-15T04:48:20.308Z] Fetched 499 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-15T04:48:20.308Z] Fetched 111 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-15T04:48:20.308Z] Fetched 240 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-15T04:48:20.308Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-15T04:48:20.308Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-15T04:48:20.308Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-15T04:48:20.308Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-15T04:48:20.308Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-15T04:48:20.308Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-15T04:48:20.308Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-15T04:48:20.308Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-15T04:48:20.308Z] Fetched 8720 B in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-15T04:48:20.308Z] Fetched 137 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-15T04:48:20.308Z] Fetched 119 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-15T04:48:20.308Z] Fetched 109 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-15T04:48:20.308Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-15T04:48:20.308Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-15T04:48:20.309Z] Fetched 645 kB in 0s (0 B/s) [2021-01-15T04:48:20.309Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-15T04:48:20.309Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-15T04:48:20.309Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-15T04:48:20.309Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-15T04:48:20.309Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-15T04:48:20.309Z] Fetched 368 kB in 0s (0 B/s) [2021-01-15T04:48:20.309Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-15T04:48:20.309Z] Fetched 187 kB in 0s (0 B/s) [2021-01-15T04:48:20.309Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-15T04:48:20.309Z] Fetched 175 kB in 0s (0 B/s) [2021-01-15T04:48:20.309Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-15T04:48:20.309Z] Fetched 206 kB in 0s (0 B/s) [2021-01-15T04:48:20.309Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-15T04:48:20.309Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-15T04:48:20.309Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-15T04:48:20.309Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-15T04:48:20.309Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-15T04:48:20.309Z] Fetched 159 kB in 0s (0 B/s) [2021-01-15T04:48:20.309Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-15T04:48:20.309Z] Fetched 107 kB in 0s (0 B/s) [2021-01-15T04:48:20.309Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-15T04:48:20.309Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-15T04:48:20.309Z] Pulling static-packages [2021-01-15T04:48:20.309Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-15T04:48:20.309Z] Skipping pull go-build-helper (already ran) [2021-01-15T04:48:20.309Z] Skipping pull static-packages (already ran) [2021-01-15T04:48:20.309Z] Building go-build-helper [2021-01-15T04:48:23.289Z] ---> 431512c0737e [2021-01-15T04:48:23.289Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T04:48:23.289Z] ---> 9095afe73624 [2021-01-15T04:48:23.289Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T04:48:23.289Z] ---> 8604eca2ffdb [2021-01-15T04:48:23.289Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T04:48:23.289Z] ---> 6b995a6737ea [2021-01-15T04:48:23.289Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T04:48:23.289Z] ---> 63cd0b54d79e [2021-01-15T04:48:23.289Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T04:48:23.289Z] ---> Running in f320bff25d35 [2021-01-15T04:48:23.289Z] ---> Running in 1e0b4f14fdca [2021-01-15T04:48:23.289Z] ---> Running in 09272d04083c [2021-01-15T04:48:23.289Z] ---> Running in 402c3e5396b8 [2021-01-15T04:48:23.289Z] ---> Running in 296bab786e9c [2021-01-15T04:48:24.526Z] Building static-packages [2021-01-15T04:48:24.753Z] 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-15T04:48:24.753Z] 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-15T04:48:24.753Z] 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-15T04:48:25.034Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T04:48:25.034Z] 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-15T04:48:25.910Z] Staging go-build-helper [2021-01-15T04:48:26.856Z] Staging static-packages [2021-01-15T04:48:27.801Z] Pulling go115 [2021-01-15T04:48:28.747Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-15T04:48:28.747Z] Skipping pull go115 (already ran) [2021-01-15T04:48:28.747Z] Building go115 [2021-01-15T04:48:28.747Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T04:48:28.747Z] Dload Upload Total Spent Left Speed [2021-01-15T04:48:32.197Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 115M 14 16.5M 0 0 21.0M 0 0:00:05 --:--:-- 0:00:05 21.0M 49 115M 49 56.9M 0 0 31.9M 0 0:00:03 0:00:01 0:00:02 31.9M 86 115M 86 100M 0 0 36.1M 0 0:00:03 0:00:02 0:00:01 36.1M 100 115M 100 115M 0 0 36.4M 0 0:00:03 0:00:03 --:--:-- 36.4M [2021-01-15T04:48:32.462Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-15T04:48:36.672Z] Staging go115 [2021-01-15T04:48:41.984Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T04:48:41.984Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T04:48:41.984Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T04:48:41.984Z] Fetched 0 B in 0s (0 B/s) [2021-01-15T04:48:41.984Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-15T04:48:41.984Z] Fetched 224 kB in 0s (0 B/s) [2021-01-15T04:48:41.984Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-15T04:48:41.984Z] Fetched 157 kB in 0s (0 B/s) [2021-01-15T04:48:41.984Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-15T04:48:41.984Z] Fetched 221 kB in 0s (0 B/s) [2021-01-15T04:48:41.984Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-15T04:48:41.984Z] Fetched 143 kB in 0s (0 B/s) [2021-01-15T04:48:41.984Z] Pulling edgex-go [2021-01-15T04:48:42.556Z] Pulling version [2021-01-15T04:48:43.504Z] Building config-common [2021-01-15T04:48:45.423Z] Skipping build go-build-helper (already ran) [2021-01-15T04:48:45.423Z] Skipping build static-packages (already ran) [2021-01-15T04:48:45.423Z] Skipping build go115 (already ran) [2021-01-15T04:48:45.423Z] Building edgex-go [2021-01-15T04:48:45.689Z] 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-15T04:48:48.264Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-15T04:48:48.264Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-15T04:48:48.264Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-15T04:48:48.264Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-15T04:48:48.264Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-15T04:48:48.264Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-15T04:48:48.264Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-15T04:48:48.264Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-15T04:48:48.264Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-15T04:48:48.264Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-15T04:48:48.264Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-15T04:48:48.264Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-15T04:48:48.264Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-15T04:48:48.264Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-15T04:48:48.264Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-15T04:48:48.264Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-15T04:48:48.264Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-15T04:48:48.264Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-15T04:48:48.264Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-15T04:48:48.264Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-15T04:48:48.264Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-15T04:48:48.264Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-15T04:48:48.264Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-15T04:48:48.264Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-15T04:48:48.264Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-15T04:48:48.264Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-15T04:48:48.264Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-15T04:48:48.264Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-15T04:48:48.264Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-15T04:48:48.264Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-15T04:48:48.264Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-15T04:48:48.264Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-15T04:48:48.264Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-15T04:48:48.264Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-15T04:48:48.264Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-15T04:48:48.264Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-15T04:48:48.264Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-15T04:48:48.525Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-15T04:48:48.525Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-15T04:48:48.785Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-15T04:48:48.785Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-15T04:48:55.377Z] 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-15T04:48:59.593Z] 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-15T04:48:59.855Z] 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-15T04:49:00.800Z] 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-15T04:49:01.374Z] 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-15T04:49:01.374Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-15T04:49:01.635Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-15T04:49:01.635Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-15T04:49:01.635Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-15T04:49:03.031Z] 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-15T04:49:03.031Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-15T04:49:03.292Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-15T04:49:04.679Z] 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-15T04:49:05.255Z] 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-15T04:49:05.255Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-15T04:49:07.178Z] 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-15T04:49:07.441Z] 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-15T04:49:08.396Z] 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-15T04:49:08.396Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-15T04:49:10.955Z] Building version [2021-01-15T04:49:12.873Z] Staging config-common [2021-01-15T04:49:13.446Z] Skipping stage go-build-helper (already ran) [2021-01-15T04:49:13.446Z] Skipping stage static-packages (already ran) [2021-01-15T04:49:13.446Z] Skipping stage go115 (already ran) [2021-01-15T04:49:13.446Z] Staging edgex-go [2021-01-15T04:49:14.393Z] Staging version [2021-01-15T04:49:15.339Z] Priming config-common [2021-01-15T04:49:16.292Z] Priming go-build-helper [2021-01-15T04:49:17.281Z] Priming static-packages [2021-01-15T04:49:19.340Z] Priming go115 [2021-01-15T04:49:20.360Z] Priming edgex-go [2021-01-15T04:49:21.452Z] Priming version [2021-01-15T04:49:22.489Z] 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-15T04:50:01.891Z] Removing intermediate container 296bab786e9c [2021-01-15T04:50:01.891Z] ---> 64f08e44620c [2021-01-15T04:50:01.891Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T04:50:02.168Z] ---> Running in 4ef72e262371 [2021-01-15T04:50:03.626Z] Removing intermediate container f320bff25d35 [2021-01-15T04:50:03.626Z] ---> 74be35f9081f [2021-01-15T04:50:03.626Z] [2021-01-15T04:50:03.626Z] Step 10/24 : FROM scratch [2021-01-15T04:50:03.626Z] ---> [2021-01-15T04:50:03.626Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T04:50:03.907Z] ---> Running in a24549a6245c [2021-01-15T04:50:03.907Z] Removing intermediate container 402c3e5396b8 [2021-01-15T04:50:03.907Z] ---> 0f5549acf083 [2021-01-15T04:50:03.907Z] [2021-01-15T04:50:03.907Z] Step 10/22 : FROM scratch [2021-01-15T04:50:03.907Z] ---> [2021-01-15T04:50:03.907Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T04:50:03.907Z] Removing intermediate container 1e0b4f14fdca [2021-01-15T04:50:03.907Z] ---> 222c7ce710ec [2021-01-15T04:50:03.907Z] [2021-01-15T04:50:03.907Z] Step 10/21 : FROM scratch [2021-01-15T04:50:03.907Z] ---> [2021-01-15T04:50:03.907Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T04:50:04.190Z] ---> Running in 398427e57049 [2021-01-15T04:50:04.190Z] ---> Running in 63d1861bcb85 [2021-01-15T04:50:04.468Z] 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-15T04:50:04.468Z] Removing intermediate container a24549a6245c [2021-01-15T04:50:04.468Z] ---> ba27bb47d405 [2021-01-15T04:50:04.468Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T04:50:04.751Z] ---> Running in eef0408b83b7 [2021-01-15T04:50:05.031Z] Removing intermediate container 63d1861bcb85 [2021-01-15T04:50:05.031Z] ---> 4377212d5f70 [2021-01-15T04:50:05.031Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T04:50:05.031Z] Removing intermediate container 398427e57049 [2021-01-15T04:50:05.031Z] ---> 7a05940740f1 [2021-01-15T04:50:05.031Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T04:50:05.031Z] ---> Running in 6dbe4ffd2784 [2021-01-15T04:50:05.304Z] ---> Running in f78f32fd808c [2021-01-15T04:50:05.304Z] Removing intermediate container eef0408b83b7 [2021-01-15T04:50:05.304Z] ---> 4ea9697c4d06 [2021-01-15T04:50:05.304Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T04:50:05.595Z] ---> Running in 46fe2ca4f844 [2021-01-15T04:50:05.876Z] Removing intermediate container 6dbe4ffd2784 [2021-01-15T04:50:05.876Z] ---> d68bb75ebd62 [2021-01-15T04:50:05.876Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T04:50:06.156Z] ---> Running in 0467af3cbf10 [2021-01-15T04:50:06.156Z] Removing intermediate container f78f32fd808c [2021-01-15T04:50:06.156Z] ---> f6c16b131d54 [2021-01-15T04:50:06.156Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T04:50:06.438Z] Removing intermediate container 46fe2ca4f844 [2021-01-15T04:50:06.438Z] ---> a0f8d1e7ed3b [2021-01-15T04:50:06.438Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T04:50:06.438Z] ---> Running in 38b1083f801e [2021-01-15T04:50:06.715Z] Removing intermediate container 0467af3cbf10 [2021-01-15T04:50:06.715Z] ---> 7fc43b40e7a0 [2021-01-15T04:50:06.715Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:50:07.089Z] Removing intermediate container 38b1083f801e [2021-01-15T04:50:07.089Z] ---> d16e50eab547 [2021-01-15T04:50:07.089Z] Step 14/22 : WORKDIR / [2021-01-15T04:50:07.399Z] ---> Running in 03bddaa64ea7 [2021-01-15T04:50:07.793Z] ---> c09af680870a [2021-01-15T04:50:07.793Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T04:50:08.498Z] ---> 5821fc413992 [2021-01-15T04:50:08.498Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T04:50:08.498Z] Removing intermediate container 03bddaa64ea7 [2021-01-15T04:50:08.498Z] ---> b149b63706f9 [2021-01-15T04:50:08.498Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:50:10.128Z] ---> d05dfed5c1bc [2021-01-15T04:50:10.128Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T04:50:10.728Z] ---> 48c72d18d839 [2021-01-15T04:50:10.728Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T04:50:10.728Z] Removing intermediate container 4ef72e262371 [2021-01-15T04:50:10.728Z] ---> c2377b5a01cc [2021-01-15T04:50:10.728Z] [2021-01-15T04:50:10.728Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T04:50:11.016Z] 20.10.0: Pulling from library/docker [2021-01-15T04:50:11.016Z] ---> 86865910086b [2021-01-15T04:50:11.016Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T04:50:13.011Z] ---> 410fd089672b [2021-01-15T04:50:13.011Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T04:50:13.617Z] ---> 4d896dcca24d [2021-01-15T04:50:13.617Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T04:50:13.617Z] ---> 039a66e86f2d [2021-01-15T04:50:13.617Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:50:13.895Z] ---> Running in 66bb6837bbed [2021-01-15T04:50:14.172Z] ---> f63af27caa27 [2021-01-15T04:50:14.172Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T04:50:14.770Z] ---> Running in 1a6edb738cf4 [2021-01-15T04:50:14.770Z] Removing intermediate container 66bb6837bbed [2021-01-15T04:50:14.770Z] ---> fd04493536c6 [2021-01-15T04:50:14.770Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:50:15.051Z] ---> 40554198aa25 [2021-01-15T04:50:15.051Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T04:50:15.051Z] ---> Running in 5937c0ca4210 [2021-01-15T04:50:15.337Z] Removing intermediate container 1a6edb738cf4 [2021-01-15T04:50:15.337Z] ---> 047733244f50 [2021-01-15T04:50:15.337Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:50:15.937Z] ---> Running in 5667a3ddccbe [2021-01-15T04:50:16.212Z] Removing intermediate container 5937c0ca4210 [2021-01-15T04:50:16.212Z] ---> 88f50f8bacd4 [2021-01-15T04:50:16.212Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T04:50:16.490Z] ---> Running in b7283a9fcd31 [2021-01-15T04:50:17.094Z] Removing intermediate container 5667a3ddccbe [2021-01-15T04:50:17.094Z] ---> d9450f22f1d5 [2021-01-15T04:50:17.094Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T04:50:17.094Z] ---> a6f02492fc85 [2021-01-15T04:50:17.094Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T04:50:17.372Z] ---> Running in e8cb8d6e957c [2021-01-15T04:50:17.646Z] Removing intermediate container b7283a9fcd31 [2021-01-15T04:50:17.646Z] ---> 52ffaac57730 [2021-01-15T04:50:17.646Z] Step 20/21 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:50:17.926Z] ---> Running in d97dac488863 [2021-01-15T04:50:18.199Z] ---> d39619f55912 [2021-01-15T04:50:18.199Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T04:50:18.199Z] Removing intermediate container e8cb8d6e957c [2021-01-15T04:50:18.199Z] ---> dd6129145acd [2021-01-15T04:50:18.199Z] Step 21/22 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:50:18.795Z] ---> Running in 97e5fd3ea50b [2021-01-15T04:50:18.795Z] ---> Running in 26c7e8fb9c9f [2021-01-15T04:50:19.069Z] Removing intermediate container d97dac488863 [2021-01-15T04:50:19.069Z] ---> edb3a4f77f48 [2021-01-15T04:50:19.069Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T04:50:19.670Z] ---> Running in f7eee81613ba [2021-01-15T04:50:20.272Z] Removing intermediate container 97e5fd3ea50b [2021-01-15T04:50:20.272Z] Removing intermediate container 26c7e8fb9c9f [2021-01-15T04:50:20.272Z] ---> 2eb04b5dee3c [2021-01-15T04:50:20.272Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T04:50:20.272Z] ---> 37d0edf74c0c [2021-01-15T04:50:20.272Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:50:20.554Z] ---> Running in 216fef211fc3 [2021-01-15T04:50:20.555Z] ---> Running in fe0bbc81c317 [2021-01-15T04:50:20.832Z] Removing intermediate container f7eee81613ba [2021-01-15T04:50:20.832Z] ---> bbd081ce5446 [2021-01-15T04:50:20.832Z] [2021-01-15T04:50:21.434Z] Successfully built bbd081ce5446 [2021-01-15T04:50:21.711Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-15T04:50:21.711Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2021-01-15T04:50:21.711Z] Removing intermediate container 216fef211fc3 [2021-01-15T04:50:21.711Z] ---> f512d4504696 [2021-01-15T04:50:21.711Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T04:50:21.711Z] Removing intermediate container fe0bbc81c317 [2021-01-15T04:50:21.711Z] ---> 0971eb96f0b3 [2021-01-15T04:50:21.711Z] [2021-01-15T04:50:21.985Z] Removing intermediate container 09272d04083c [2021-01-15T04:50:21.985Z] ---> 694489a2d9cc [2021-01-15T04:50:21.985Z] [2021-01-15T04:50:21.985Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T04:50:21.985Z] 3.12: Pulling from library/alpine [2021-01-15T04:50:22.260Z] ---> Running in c0a479256eaf [2021-01-15T04:50:22.540Z] Successfully built 0971eb96f0b3 [2021-01-15T04:50:22.540Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-15T04:50:22.540Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-01-15T04:50:23.524Z] Removing intermediate container c0a479256eaf [2021-01-15T04:50:23.524Z] ---> 42648d96bac7 [2021-01-15T04:50:23.524Z] Step 23/24 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:50:23.524Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T04:50:23.524Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T04:50:23.524Z] ---> afeebe901d6b [2021-01-15T04:50:23.524Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T04:50:24.143Z] ---> Running in 39c5f5f39e1d [2021-01-15T04:50:24.143Z] ---> Running in 0fc771cadb50 [2021-01-15T04:50:26.128Z] Removing intermediate container 0fc771cadb50 [2021-01-15T04:50:26.128Z] ---> 709bba6be2cb [2021-01-15T04:50:26.128Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T04:50:26.744Z] Removing intermediate container 39c5f5f39e1d [2021-01-15T04:50:26.744Z] ---> baefb9a8a592 [2021-01-15T04:50:26.744Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T04:50:27.340Z] ---> Running in 22b62da306c2 [2021-01-15T04:50:27.340Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T04:50:27.340Z] ---> Running in 06ebd36d13e8 [2021-01-15T04:50:27.340Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T04:50:27.340Z] ---> eeaf43b92773 [2021-01-15T04:50:27.340Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T04:50:27.935Z] ---> Running in 7ccab2de1c30 [2021-01-15T04:50:27.935Z] Removing intermediate container 22b62da306c2 [2021-01-15T04:50:27.935Z] ---> d3d721839faf [2021-01-15T04:50:27.935Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T04:50:28.210Z] Removing intermediate container 06ebd36d13e8 [2021-01-15T04:50:28.210Z] ---> 66730905b8a3 [2021-01-15T04:50:28.210Z] [2021-01-15T04:50:28.493Z] ---> Running in 127fd4be52f4 [2021-01-15T04:50:29.096Z] Successfully built 66730905b8a3 [2021-01-15T04:50:29.096Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-15T04:50:29.096Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-15T04:50:29.701Z] Removing intermediate container 127fd4be52f4 [2021-01-15T04:50:29.701Z] ---> 73d087aa8b94 [2021-01-15T04:50:29.701Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:50:29.974Z] ---> Running in 1d9870245911 [2021-01-15T04:50:29.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:50:30.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:50:30.859Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T04:50:30.859Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T04:50:30.859Z] Executing bash-5.0.17-r0.post-install [2021-01-15T04:50:30.859Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:50:30.859Z] OK: 12 MiB in 22 packages [2021-01-15T04:50:33.482Z] Removing intermediate container 1d9870245911 [2021-01-15T04:50:33.482Z] ---> 80e7ba97b35b [2021-01-15T04:50:33.482Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T04:50:33.482Z] Removing intermediate container 7ccab2de1c30 [2021-01-15T04:50:33.482Z] ---> 05d625da9201 [2021-01-15T04:50:33.482Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T04:50:33.482Z] ---> Running in bddfd1a4979d [2021-01-15T04:50:33.757Z] ---> Running in 4d0b6ae9a9cb [2021-01-15T04:50:34.355Z] Removing intermediate container 4d0b6ae9a9cb [2021-01-15T04:50:34.355Z] ---> afceb7269bbb [2021-01-15T04:50:34.355Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T04:50:34.636Z] ---> Running in 15a88a9069fe [2021-01-15T04:50:34.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:50:35.182Z] Removing intermediate container 15a88a9069fe [2021-01-15T04:50:35.182Z] ---> 0a1022af442e [2021-01-15T04:50:35.182Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T04:50:35.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:50:35.457Z] ---> Running in f3dff69a44ac [2021-01-15T04:50:36.443Z] Removing intermediate container f3dff69a44ac [2021-01-15T04:50:36.443Z] ---> 01c845a8f003 [2021-01-15T04:50:36.443Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T04:50:36.443Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T04:50:36.443Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T04:50:36.721Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T04:50:36.993Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T04:50:36.993Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T04:50:37.272Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:50:37.272Z] OK: 8 MiB in 19 packages [2021-01-15T04:50:38.727Z] ---> e8da4c33b33d [2021-01-15T04:50:38.727Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T04:50:40.167Z] Removing intermediate container bddfd1a4979d [2021-01-15T04:50:40.167Z] ---> c9d5371a3b80 [2021-01-15T04:50:40.167Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:50:40.167Z] ---> 1039877518fb [2021-01-15T04:50:40.167Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T04:50:41.157Z] ---> d5c7ccee954e [2021-01-15T04:50:41.157Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T04:50:42.144Z] ---> 26518be55eea [2021-01-15T04:50:42.144Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T04:50:43.122Z] ---> Running in cc79e3c6fd01 [2021-01-15T04:50:43.123Z] ---> 04b7f88b8441 [2021-01-15T04:50:43.123Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T04:50:45.104Z] ---> f39af6c24914 [2021-01-15T04:50:45.104Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T04:50:45.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:50:45.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:50:45.104Z] ---> Running in 0f3eb2eff815 [2021-01-15T04:50:45.717Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T04:50:45.717Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T04:50:45.994Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T04:50:45.994Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T04:50:45.994Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T04:50:45.994Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T04:50:45.994Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T04:50:45.994Z] Removing intermediate container 0f3eb2eff815 [2021-01-15T04:50:45.994Z] ---> 01940a234b80 [2021-01-15T04:50:45.994Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:50:46.595Z] ---> Running in 2c824b86ecd2 [2021-01-15T04:50:48.046Z] Removing intermediate container 2c824b86ecd2 [2021-01-15T04:50:48.046Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T04:50:48.046Z] ---> a3c712352b30 [2021-01-15T04:50:48.046Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T04:50:48.046Z] Step 21/23 : LABEL arch=arm64 [2021-01-15T04:50:48.046Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T04:50:48.046Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T04:50:48.046Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T04:50:48.046Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T04:50:48.046Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T04:50:48.323Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T04:50:48.323Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T04:50:48.323Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T04:50:48.323Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T04:50:48.323Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T04:50:48.323Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T04:50:48.323Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T04:50:48.323Z] ---> Running in a3378bcf0cae [2021-01-15T04:50:48.597Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T04:50:48.597Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T04:50:48.597Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T04:50:48.597Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T04:50:48.597Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T04:50:48.597Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T04:50:48.597Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T04:50:48.597Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T04:50:48.597Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T04:50:48.597Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T04:50:48.597Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T04:50:48.597Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T04:50:48.883Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:50:48.883Z] OK: 71 MiB in 55 packages [2021-01-15T04:50:49.166Z] Removing intermediate container a3378bcf0cae [2021-01-15T04:50:49.166Z] ---> 8fa24ef5e679 [2021-01-15T04:50:49.166Z] Step 22/23 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:50:49.773Z] ---> Running in 5ded0aab0b08 [2021-01-15T04:50:50.759Z] Removing intermediate container 5ded0aab0b08 [2021-01-15T04:50:50.759Z] ---> fed65dbdafc2 [2021-01-15T04:50:50.759Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T04:50:51.359Z] ---> Running in 07793f3fb64d [2021-01-15T04:50:52.344Z] Removing intermediate container 07793f3fb64d [2021-01-15T04:50:52.344Z] ---> c7974ef5cc4e [2021-01-15T04:50:52.344Z] [2021-01-15T04:50:53.333Z] Successfully built c7974ef5cc4e [2021-01-15T04:50:53.333Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-15T04:50:53.333Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-01-15T04:50:55.349Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:50:55.349Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:50:55.349Z] ---> 3b72fbea32a4 [2021-01-15T04:50:55.349Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T04:50:55.349Z] ---> Using cache [2021-01-15T04:50:55.349Z] ---> 1f79e5b739fa [2021-01-15T04:50:55.349Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:50:55.349Z] ---> Using cache [2021-01-15T04:50:55.349Z] ---> 063921904b04 [2021-01-15T04:50:55.349Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T04:50:56.789Z] ---> Running in e0b14505abc2 [2021-01-15T04:50:57.062Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:50:57.062Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:50:57.062Z] ---> 3b72fbea32a4 [2021-01-15T04:50:57.062Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T04:50:57.062Z] ---> Using cache [2021-01-15T04:50:57.062Z] ---> 1f79e5b739fa [2021-01-15T04:50:57.062Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:50:57.062Z] ---> Using cache [2021-01-15T04:50:57.062Z] ---> 063921904b04 [2021-01-15T04:50:57.062Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T04:50:57.679Z] ---> Running in ebeabf1f9214 [2021-01-15T04:50:58.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:50:58.661Z] Removing intermediate container cc79e3c6fd01 [2021-01-15T04:50:58.661Z] ---> 5bb0e9ebf1a1 [2021-01-15T04:50:58.661Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T04:50:59.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:50:59.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:51:00.131Z] OK: 217 MiB in 51 packages [2021-01-15T04:51:00.131Z] ---> Running in 6c9ea99b92dd [2021-01-15T04:51:00.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:51:02.270Z] OK: 217 MiB in 51 packages [2021-01-15T04:51:02.897Z] Removing intermediate container e0b14505abc2 [2021-01-15T04:51:02.897Z] ---> f660f8b0f63c [2021-01-15T04:51:02.897Z] Step 6/22 : COPY go.mod . [2021-01-15T04:51:04.340Z] ---> b1dc3e17dcbf [2021-01-15T04:51:04.340Z] Step 7/22 : RUN go mod download [2021-01-15T04:51:04.340Z] ---> Running in 7a548597dbb3 [2021-01-15T04:51:04.614Z] Removing intermediate container ebeabf1f9214 [2021-01-15T04:51:04.614Z] ---> 92050029e082 [2021-01-15T04:51:04.614Z] Step 6/21 : COPY go.mod . [2021-01-15T04:51:06.068Z] ---> 8d43a65da3b0 [2021-01-15T04:51:06.068Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:51:06.068Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:51:06.068Z] ---> 3b72fbea32a4 [2021-01-15T04:51:06.068Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T04:51:06.068Z] ---> Using cache [2021-01-15T04:51:06.068Z] ---> 1f79e5b739fa [2021-01-15T04:51:06.068Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 7/21 : RUN go mod download [2021-01-15T04:51:06.068Z] [2021-01-15T04:51:06.068Z] ---> Using cache [2021-01-15T04:51:06.068Z] ---> 063921904b04 [2021-01-15T04:51:06.068Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T04:51:06.068Z] ---> Using cache [2021-01-15T04:51:06.068Z] ---> 92050029e082 [2021-01-15T04:51:06.068Z] Step 6/24 : COPY go.mod . [2021-01-15T04:51:06.068Z] ---> Using cache [2021-01-15T04:51:06.068Z] ---> 8d43a65da3b0 [2021-01-15T04:51:06.068Z] Step 7/24 : RUN go mod download [2021-01-15T04:51:06.342Z] ---> Running in a95f17ac75b5 [2021-01-15T04:51:06.342Z] ---> Running in 75d3d0eb4a30 [2021-01-15T04:51:06.619Z] Collecting docker-compose==1.23.2 [2021-01-15T04:51:06.619Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T04:51:07.826Z] 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-15T04:51:07.826Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T04:51:07.826Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T04:51:10.007Z] Removing intermediate container 7a548597dbb3 [2021-01-15T04:51:10.007Z] ---> 9e3e88da89ca [2021-01-15T04:51:10.007Z] Step 8/22 : COPY . . [2021-01-15T04:51:11.451Z] Collecting PyYAML<4,>=3.10 [2021-01-15T04:51:11.451Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T04:51:12.892Z] Removing intermediate container 75d3d0eb4a30 [2021-01-15T04:51:12.892Z] ---> 5fa92759d7c9 [2021-01-15T04:51:12.892Z] Step 8/24 : COPY . . [2021-01-15T04:51:13.166Z] Removing intermediate container a95f17ac75b5 [2021-01-15T04:51:13.166Z] ---> 5344391e58d8 [2021-01-15T04:51:13.166Z] Step 8/21 : COPY . . [2021-01-15T04:51:15.796Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T04:51:15.796Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T04:51:18.428Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T04:51:18.428Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T04:51:19.025Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T04:51:19.025Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T04:51:19.025Z] ---> 3b72fbea32a4 [2021-01-15T04:51:19.025Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T04:51:19.025Z] ---> Using cache [2021-01-15T04:51:19.025Z] ---> 1f79e5b739fa [2021-01-15T04:51:19.025Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T04:51:19.025Z] ---> Using cache [2021-01-15T04:51:19.025Z] ---> 063921904b04 [2021-01-15T04:51:19.025Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T04:51:19.025Z] ---> Using cache [2021-01-15T04:51:19.025Z] ---> 92050029e082 [2021-01-15T04:51:19.025Z] Step 6/22 : COPY go.mod . [2021-01-15T04:51:19.025Z] ---> Using cache [2021-01-15T04:51:19.025Z] ---> 8d43a65da3b0 [2021-01-15T04:51:19.025Z] Step 7/22 : RUN go mod download [2021-01-15T04:51:19.025Z] ---> Using cache [2021-01-15T04:51:19.025Z] ---> 5344391e58d8 [2021-01-15T04:51:19.025Z] Step 8/22 : COPY . . [2021-01-15T04:51:19.025Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T04:51:19.025Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T04:51:21.659Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T04:51:21.659Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T04:51:22.646Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T04:51:22.646Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T04:51:24.084Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T04:51:24.084Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T04:51:25.075Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T04:51:25.075Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T04:51:25.075Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T04:51:25.350Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T04:51:25.947Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T04:51:26.221Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T04:51:26.221Z] 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-15T04:51:26.503Z] Collecting idna<2.8,>=2.5 [2021-01-15T04:51:26.503Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T04:51:26.777Z] 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-15T04:51:26.777Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T04:51:26.777Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T04:51:26.777Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T04:51:26.777Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T04:51:27.767Z] Installing collected packages: texttable, PyYAML, docopt, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, jsonschema, cached-property, docker-compose [2021-01-15T04:51:27.767Z] Running setup.py install for texttable: started [2021-01-15T04:51:30.420Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T04:51:30.420Z] Running setup.py install for PyYAML: started [2021-01-15T04:51:33.087Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T04:51:33.087Z] Running setup.py install for docopt: started [2021-01-15T04:51:35.748Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T04:51:37.197Z] Attempting uninstall: urllib3 [2021-01-15T04:51:37.197Z] Found existing installation: urllib3 1.25.9 [2021-01-15T04:51:37.197Z] Uninstalling urllib3-1.25.9: [2021-01-15T04:51:37.475Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T04:51:38.925Z] Attempting uninstall: idna [2021-01-15T04:51:38.925Z] Found existing installation: idna 2.9 [2021-01-15T04:51:38.925Z] Uninstalling idna-2.9: [2021-01-15T04:51:38.925Z] Successfully uninstalled idna-2.9 [2021-01-15T04:51:39.205Z] ---> 138cca684ec2 [2021-01-15T04:51:39.205Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T04:51:39.483Z] Attempting uninstall: requests [2021-01-15T04:51:39.483Z] Found existing installation: requests 2.23.0 [2021-01-15T04:51:39.483Z] Uninstalling requests-2.23.0: [2021-01-15T04:51:39.764Z] ---> Running in 44ec2fcfdcb7 [2021-01-15T04:51:39.764Z] Successfully uninstalled requests-2.23.0 [2021-01-15T04:51:39.764Z] ---> da91e9122759 [2021-01-15T04:51:39.764Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T04:51:39.764Z] ---> ec9f80af23e4 [2021-01-15T04:51:39.764Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T04:51:39.764Z] ---> 19915b75bd78 [2021-01-15T04:51:39.764Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T04:51:40.046Z] ---> Running in a197f73ff178 [2021-01-15T04:51:40.046Z] ---> Running in db963185090c [2021-01-15T04:51:40.046Z] ---> Running in 37baefdda869 [2021-01-15T04:51:41.512Z] Running setup.py install for dockerpty: started [2021-01-15T04:51:41.512Z] 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-15T04:51:42.122Z] 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-15T04:51:42.401Z] 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-15T04:51:42.401Z] 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-15T04:51:43.857Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T04:51:45.865Z] 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-15T04:51:51.333Z] Removing intermediate container 6c9ea99b92dd [2021-01-15T04:51:51.333Z] ---> b07c1bc48f5a [2021-01-15T04:51:51.333Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T04:51:51.333Z] ---> Running in b063e3cdeccb [2021-01-15T04:51:53.355Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:51:53.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:51:54.637Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T04:51:54.637Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T04:51:54.637Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T04:51:54.637Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:51:54.637Z] OK: 71 MiB in 58 packages [2021-01-15T04:51:56.668Z] Removing intermediate container b063e3cdeccb [2021-01-15T04:51:56.668Z] ---> 5a020f8b8c7e [2021-01-15T04:51:56.668Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T04:51:56.668Z] ---> Running in fd5874ffe243 [2021-01-15T04:51:57.285Z] Removing intermediate container fd5874ffe243 [2021-01-15T04:51:57.285Z] ---> 31f2677a31e6 [2021-01-15T04:51:57.285Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:51:57.285Z] ---> Running in ce1ae002a897 [2021-01-15T04:51:58.287Z] Removing intermediate container ce1ae002a897 [2021-01-15T04:51:58.287Z] ---> 95d8a1e44a79 [2021-01-15T04:51:58.287Z] Step 24/26 : LABEL arch=arm64 [2021-01-15T04:51:58.287Z] ---> Running in 28f81ad90f4b [2021-01-15T04:51:58.900Z] Removing intermediate container 28f81ad90f4b [2021-01-15T04:51:58.900Z] ---> 23b62f29835e [2021-01-15T04:51:58.900Z] Step 25/26 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:51:59.183Z] ---> Running in 5c8d528786ee [2021-01-15T04:51:59.799Z] Removing intermediate container 5c8d528786ee [2021-01-15T04:51:59.799Z] ---> 59b9d8b87ef8 [2021-01-15T04:51:59.799Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T04:52:00.082Z] ---> Running in dd71acdbcc5e [2021-01-15T04:52:00.695Z] Removing intermediate container dd71acdbcc5e [2021-01-15T04:52:00.695Z] ---> 7d33dc19c6f3 [2021-01-15T04:52:00.695Z] [2021-01-15T04:52:00.977Z] Successfully built 7d33dc19c6f3 [2021-01-15T04:52:01.253Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-15T04:52:48.302Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T04:52:48.302Z] 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-15T04:52:56.696Z] Removing intermediate container 44ec2fcfdcb7 [2021-01-15T04:52:56.696Z] ---> 9a6af3e61618 [2021-01-15T04:52:56.696Z] [2021-01-15T04:52:56.696Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T04:52:56.696Z] ---> afeebe901d6b [2021-01-15T04:52:56.696Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T04:52:56.696Z] ---> Running in 4ae3144600aa [2021-01-15T04:52:59.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:52:59.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:53:00.269Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T04:53:00.269Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T04:53:00.269Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T04:53:00.269Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T04:53:00.269Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T04:53:00.269Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:53:00.269Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T04:53:00.551Z] OK: 7 MiB in 19 packages [2021-01-15T04:53:01.159Z] Removing intermediate container a197f73ff178 [2021-01-15T04:53:01.159Z] ---> 328827eb9fed [2021-01-15T04:53:01.159Z] [2021-01-15T04:53:01.159Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T04:53:01.159Z] ---> afeebe901d6b [2021-01-15T04:53:01.159Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T04:53:01.806Z] ---> Running in 5faee0c98488 [2021-01-15T04:53:03.814Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:53:03.814Z] Removing intermediate container 4ae3144600aa [2021-01-15T04:53:03.814Z] ---> 8e5d7f5e9e6d [2021-01-15T04:53:03.814Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T04:53:03.814Z] Removing intermediate container 37baefdda869 [2021-01-15T04:53:03.814Z] ---> 59c613716543 [2021-01-15T04:53:03.814Z] [2021-01-15T04:53:03.814Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T04:53:03.814Z] ---> afeebe901d6b [2021-01-15T04:53:03.814Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T04:53:03.814Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:53:04.093Z] ---> Running in 7cc108d238c9 [2021-01-15T04:53:04.093Z] ---> Running in e265863017ba [2021-01-15T04:53:04.703Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T04:53:04.703Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T04:53:04.703Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T04:53:04.703Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T04:53:04.703Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T04:53:04.703Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:53:04.703Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T04:53:04.986Z] Removing intermediate container 7cc108d238c9 [2021-01-15T04:53:04.986Z] ---> cd712ab9159b [2021-01-15T04:53:04.986Z] Step 13/22 : WORKDIR / [2021-01-15T04:53:04.986Z] OK: 7 MiB in 19 packages [2021-01-15T04:53:05.267Z] ---> Running in f385672fb921 [2021-01-15T04:53:05.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T04:53:05.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T04:53:06.162Z] Removing intermediate container f385672fb921 [2021-01-15T04:53:06.162Z] ---> 07e06430f11d [2021-01-15T04:53:06.162Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:53:06.437Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T04:53:06.718Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T04:53:06.718Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T04:53:06.718Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T04:53:06.718Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T04:53:06.718Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T04:53:06.996Z] OK: 7 MiB in 18 packages [2021-01-15T04:53:07.273Z] ---> 826ca3f847d8 [2021-01-15T04:53:07.273Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T04:53:07.548Z] Removing intermediate container 5faee0c98488 [2021-01-15T04:53:07.548Z] ---> 3792b11bc84c [2021-01-15T04:53:07.548Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T04:53:07.823Z] ---> Running in 84597a4635af [2021-01-15T04:53:08.441Z] Removing intermediate container 84597a4635af [2021-01-15T04:53:08.441Z] ---> 45685844e0dd [2021-01-15T04:53:08.441Z] Step 13/24 : WORKDIR / [2021-01-15T04:53:09.051Z] ---> Running in 9e506eb353ea [2021-01-15T04:53:09.051Z] Removing intermediate container e265863017ba [2021-01-15T04:53:09.051Z] ---> b1ab7f25f8ae [2021-01-15T04:53:09.051Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T04:53:09.051Z] ---> cc8af0855cb6 [2021-01-15T04:53:09.051Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T04:53:09.327Z] ---> Running in 46ba446cf35e [2021-01-15T04:53:09.610Z] Removing intermediate container 9e506eb353ea [2021-01-15T04:53:09.611Z] ---> c6297a005df2 [2021-01-15T04:53:09.611Z] 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-15T04:53:09.888Z] Removing intermediate container 46ba446cf35e [2021-01-15T04:53:09.888Z] ---> d3ec030a88e1 [2021-01-15T04:53:09.888Z] Step 13/21 : WORKDIR /edgex [2021-01-15T04:53:10.488Z] ---> Running in 1089cfebaf9b [2021-01-15T04:53:10.488Z] ---> c8b4a720607e [2021-01-15T04:53:10.488Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T04:53:10.762Z] ---> 5b0172201204 [2021-01-15T04:53:10.762Z] 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-15T04:53:11.037Z] Removing intermediate container 1089cfebaf9b [2021-01-15T04:53:11.037Z] ---> 4ee368c5d0f1 [2021-01-15T04:53:11.037Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T04:53:11.639Z] ---> 34e9bf841d03 [2021-01-15T04:53:11.639Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T04:53:11.920Z] ---> 19cbee4d4ff7 [2021-01-15T04:53:11.920Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T04:53:11.920Z] ---> Running in 778a32aebae7 [2021-01-15T04:53:12.524Z] ---> 7951edeab203 [2021-01-15T04:53:12.524Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T04:53:13.123Z] ---> c1b5cf1db3a0 [2021-01-15T04:53:13.123Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T04:53:13.726Z] Removing intermediate container db963185090c [2021-01-15T04:53:13.726Z] ---> 5941102d5de1 [2021-01-15T04:53:13.726Z] [2021-01-15T04:53:13.726Z] Step 10/22 : FROM scratch [2021-01-15T04:53:13.726Z] ---> [2021-01-15T04:53:13.726Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T04:53:13.726Z] ---> 4b3bee4b7841 [2021-01-15T04:53:13.726Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T04:53:14.010Z] ---> Using cache [2021-01-15T04:53:14.010Z] ---> 7a05940740f1 [2021-01-15T04:53:14.010Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T04:53:14.010Z] ---> Running in ff145bfd356c [2021-01-15T04:53:14.994Z] ---> 52d9cea95925 [2021-01-15T04:53:14.994Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T04:53:14.994Z] Removing intermediate container ff145bfd356c [2021-01-15T04:53:14.994Z] ---> cf9d6b43c103 [2021-01-15T04:53:14.994Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T04:53:14.994Z] ---> Running in 328d93b53026 [2021-01-15T04:53:14.994Z] Removing intermediate container 778a32aebae7 [2021-01-15T04:53:14.994Z] ---> 501766b32bb1 [2021-01-15T04:53:14.994Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T04:53:15.273Z] ---> 26fd0aa23bd8 [2021-01-15T04:53:15.273Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T04:53:15.549Z] ---> Running in 96fa79af472d [2021-01-15T04:53:15.549Z] ---> Running in 23bdcf247507 [2021-01-15T04:53:15.549Z] Removing intermediate container 328d93b53026 [2021-01-15T04:53:15.549Z] ---> a040a75066a6 [2021-01-15T04:53:15.549Z] Step 14/22 : WORKDIR / [2021-01-15T04:53:15.822Z] ---> Running in d31734f33d3a [2021-01-15T04:53:16.099Z] Removing intermediate container 96fa79af472d [2021-01-15T04:53:16.099Z] ---> d2665c348d7b [2021-01-15T04:53:16.099Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T04:53:16.099Z] Removing intermediate container 23bdcf247507 [2021-01-15T04:53:16.099Z] ---> 51e7f24e4058 [2021-01-15T04:53:16.099Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T04:53:16.099Z] ---> d68523cfa6d4 [2021-01-15T04:53:16.099Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T04:53:16.380Z] ---> Running in 427b9f1b5edd [2021-01-15T04:53:16.380Z] ---> Running in 0851c8a945de [2021-01-15T04:53:16.380Z] Removing intermediate container d31734f33d3a [2021-01-15T04:53:16.380Z] ---> 1f7d84531e2f [2021-01-15T04:53:16.380Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T04:53:16.979Z] Removing intermediate container 427b9f1b5edd [2021-01-15T04:53:16.979Z] ---> b16577661607 [2021-01-15T04:53:16.979Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T04:53:16.979Z] Removing intermediate container 0851c8a945de [2021-01-15T04:53:16.979Z] ---> 9f74d9576f57 [2021-01-15T04:53:16.979Z] Step 21/22 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:53:16.979Z] ---> 01592262462a [2021-01-15T04:53:16.979Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-15T04:53:17.278Z] ---> Running in 6354388fc6a8 [2021-01-15T04:53:17.278Z] ---> Running in 540b4ea2d2b1 [2021-01-15T04:53:17.278Z] ---> Running in 6c6194efd657 [2021-01-15T04:53:17.556Z] ---> ef861f7145ba [2021-01-15T04:53:17.556Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T04:53:17.846Z] Removing intermediate container 6354388fc6a8 [2021-01-15T04:53:17.846Z] ---> a8fcc6c5e2cb [2021-01-15T04:53:17.846Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T04:53:17.846Z] Removing intermediate container 540b4ea2d2b1 [2021-01-15T04:53:17.846Z] ---> 8b9bc30b8924 [2021-01-15T04:53:17.846Z] Step 20/21 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:53:18.133Z] ---> Running in 10ba48c6c33b [2021-01-15T04:53:18.410Z] ---> Running in 34f9043ef640 [2021-01-15T04:53:19.012Z] Removing intermediate container 10ba48c6c33b [2021-01-15T04:53:19.012Z] ---> f24e25ffed25 [2021-01-15T04:53:19.012Z] [2021-01-15T04:53:19.296Z] ---> 21ac6390eac5 [2021-01-15T04:53:19.296Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T04:53:19.296Z] Removing intermediate container 34f9043ef640 [2021-01-15T04:53:19.296Z] ---> 0f185559d1a3 [2021-01-15T04:53:19.296Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T04:53:19.296Z] Successfully built f24e25ffed25 [2021-01-15T04:53:19.296Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-15T04:53:19.577Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in cca74a9d2e99 [2021-01-15T04:53:19.854Z] ---> 3d69eea7fda6 [2021-01-15T04:53:19.854Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T04:53:20.138Z] Removing intermediate container cca74a9d2e99 [2021-01-15T04:53:20.138Z] ---> 7d43f2318887 [2021-01-15T04:53:20.138Z] [2021-01-15T04:53:20.138Z] ---> Running in 259111a98ee2 [2021-01-15T04:53:20.412Z] Removing intermediate container 6c6194efd657 [2021-01-15T04:53:20.412Z] ---> 7857689ac9c0 [2021-01-15T04:53:20.412Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T04:53:20.686Z] Successfully built 7d43f2318887 [2021-01-15T04:53:20.686Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-15T04:53:20.686Z]  Building docker-security-proxy-setup-go ... done  ---> Running in bb6568e6b776 [2021-01-15T04:53:20.686Z] Removing intermediate container 259111a98ee2 [2021-01-15T04:53:20.686Z] ---> d32e458907eb [2021-01-15T04:53:20.686Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T04:53:20.961Z] ---> Running in 58df1c4ffaba [2021-01-15T04:53:21.234Z] Removing intermediate container bb6568e6b776 [2021-01-15T04:53:21.234Z] ---> 5bb3926ba576 [2021-01-15T04:53:21.234Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T04:53:21.234Z] ---> Running in 5721d1107b3f [2021-01-15T04:53:21.517Z] Removing intermediate container 58df1c4ffaba [2021-01-15T04:53:21.517Z] ---> 0d4689146408 [2021-01-15T04:53:21.517Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T04:53:21.517Z] ---> Running in 4b2b88033aba [2021-01-15T04:53:21.796Z] Removing intermediate container 5721d1107b3f [2021-01-15T04:53:21.796Z] ---> c0cfea3bf446 [2021-01-15T04:53:21.796Z] Step 23/24 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:53:21.796Z] ---> Running in d0ec078b5e4c [2021-01-15T04:53:22.071Z] Removing intermediate container 4b2b88033aba [2021-01-15T04:53:22.071Z] ---> bcd60f30e1bb [2021-01-15T04:53:22.071Z] Step 21/22 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [2021-01-15T04:53:22.346Z] ---> Running in 6a1f21ca174c [2021-01-15T04:53:22.346Z] Removing intermediate container d0ec078b5e4c [2021-01-15T04:53:22.346Z] ---> 4730c384cd0e [2021-01-15T04:53:22.346Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T04:53:22.622Z] ---> Running in 52336eddebe0 [2021-01-15T04:53:22.622Z] Removing intermediate container 6a1f21ca174c [2021-01-15T04:53:22.622Z] ---> 4e3e61917121 [2021-01-15T04:53:22.622Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T04:53:22.898Z] ---> Running in 7bd214352801 [2021-01-15T04:53:22.898Z] Removing intermediate container 52336eddebe0 [2021-01-15T04:53:22.898Z] ---> aae3859ed3b1 [2021-01-15T04:53:22.898Z] [2021-01-15T04:53:23.500Z] Successfully built aae3859ed3b1 [2021-01-15T04:53:23.500Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-15T04:53:23.500Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 7bd214352801 [2021-01-15T04:53:23.500Z] ---> fe3bb8da23d4 [2021-01-15T04:53:23.500Z] [2021-01-15T04:53:23.775Z] Successfully built fe3bb8da23d4 [2021-01-15T04:53:23.775Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-15T04:53:24.388Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-01-15T04:53:24.376Z] $ docker stop --time=1 905d4bf70a4bfb7dd0f6de417a6acb9025a939e3c9b969471932554654d0eabe [2021-01-15T04:53:26.336Z] $ docker rm -f 905d4bf70a4bfb7dd0f6de417a6acb9025a939e3c9b969471932554654d0eabe [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T04:53:27.063Z] + + grepdocker docker images [2021-01-15T04:53:27.063Z] [2021-01-15T04:53:27.335Z] docker-core-metadata-go-arm64 latest fe3bb8da23d4 4 seconds ago 12.3MB [2021-01-15T04:53:27.335Z] docker-security-secretstore-setup-go-arm64 latest aae3859ed3b1 5 seconds ago 23.4MB [2021-01-15T04:53:27.335Z] docker-security-proxy-setup-go-arm64 latest 7d43f2318887 8 seconds ago 23.2MB [2021-01-15T04:53:27.335Z] docker-security-bootstrap-redis-go-arm64 latest f24e25ffed25 9 seconds ago 15.1MB [2021-01-15T04:53:27.335Z] docker-sys-mgmt-agent-go-arm64 latest 7d33dc19c6f3 About a minute ago 300MB [2021-01-15T04:53:27.335Z] docker-core-data-go-arm64 latest c7974ef5cc4e 2 minutes ago 21MB [2021-01-15T04:53:27.335Z] docker-support-notifications-go-arm64 latest 66730905b8a3 3 minutes ago 11.4MB [2021-01-15T04:53:27.335Z] docker-core-command-go-arm64 latest 0971eb96f0b3 3 minutes ago 9.98MB [2021-01-15T04:53:27.335Z] docker-support-scheduler-go-arm64 latest bbd081ce5446 3 minutes ago 10MB [2021-01-15T04:53:27.335Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-15T04:53:29.290Z] provisioning config files... [2021-01-15T04:53:29.307Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config4435110469103672477tmp [Pipeline] { [Pipeline] sh [2021-01-15T04:53:29.689Z] + set +x [2021-01-15T04:53:29.689Z] + curl -s https://codecov.io/bash [2021-01-15T04:53:29.689Z] + bash -s -- [2021-01-15T04:53:30.265Z] [2021-01-15T04:53:30.265Z] _____ _ [2021-01-15T04:53:30.265Z] / ____| | | [2021-01-15T04:53:30.265Z] | | ___ __| | ___ ___ _____ __ [2021-01-15T04:53:30.265Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-15T04:53:30.265Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-15T04:53:30.265Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-15T04:53:30.265Z] Bash-20201231-23d4836 [2021-01-15T04:53:30.265Z] [2021-01-15T04:53:30.265Z] [2021-01-15T04:53:30.265Z] ==> git version 2.24.3 found [2021-01-15T04:53:30.265Z] ==> 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-15T04:53:30.265Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-15T04:53:30.265Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-15T04:53:30.265Z] ==> Jenkins CI detected. [2021-01-15T04:53:30.265Z] project root: . [2021-01-15T04:53:30.265Z] --> token set from env [2021-01-15T04:53:30.265Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-15T04:53:30.265Z] ==> Running gcov in . (disable via -X gcov) [2021-01-15T04:53:30.265Z] ==> Python coveragepy not found [2021-01-15T04:53:30.265Z] ==> Searching for coverage reports in: [2021-01-15T04:53:30.265Z] + . [2021-01-15T04:53:30.265Z] -> Found 1 reports [2021-01-15T04:53:30.265Z] ==> Detecting git/mercurial file structure [2021-01-15T04:53:30.265Z] ==> Reading reports [2021-01-15T04:53:30.527Z] + ./coverage.out bytes=552176 [2021-01-15T04:53:30.527Z] ==> Appending adjustments [2021-01-15T04:53:30.527Z] https://docs.codecov.io/docs/fixing-reports [2021-01-15T04:53:33.844Z] + Found adjustments [2021-01-15T04:53:33.844Z] ==> Gzipping contents [2021-01-15T04:53:33.844Z] 84K /tmp/codecov.SD0Wnr.gz [2021-01-15T04:53:33.844Z] ==> Uploading reports [2021-01-15T04:53:33.844Z] url: https://codecov.io [2021-01-15T04:53:33.844Z] query: branch=PR-3032&commit=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3032%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3032&job=&cmd_args= [2021-01-15T04:53:33.844Z] -> Pinging Codecov [2021-01-15T04:53:33.844Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3032&commit=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3032%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3032&job=&cmd_args= [2021-01-15T04:53:34.106Z] -> Uploading to [2021-01-15T04:53:34.106Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/9f568b56b8c1b3d9bfa7cd78c828e34a708b7646/843b4a2c-f8ed-4278-9dd5-7613c15cc483.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T045333Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=307d9f560b4125eaaee674c8e52b61e59858dc3bb66f914b0b4621a04168fd40 [2021-01-15T04:53:34.106Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T04:53:34.106Z] Dload Upload Total Spent Left Speed [2021-01-15T04:53:34.679Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83484 0 0 100 83484 0 119k --:--:-- --:--:-- --:--:-- 119k [2021-01-15T04:53:34.679Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [Pipeline] } [2021-01-15T04:53:34.691Z] 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-15T04:53:36.730Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:53:37.618Z] ---> package-listing.sh [2021-01-15T04:53:37.619Z] ++ facter osfamily [2021-01-15T04:53:37.619Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-15T04:53:37.619Z] + OS_FAMILY=redhat [2021-01-15T04:53:37.619Z] + workspace=/w/workspace/edgex-go/6 [2021-01-15T04:53:37.619Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-15T04:53:37.619Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-15T04:53:37.619Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-15T04:53:37.619Z] + PACKAGES=/tmp/packages_start.txt [2021-01-15T04:53:37.619Z] + '[' /w/workspace/edgex-go/6 ']' [2021-01-15T04:53:37.619Z] + PACKAGES=/tmp/packages_end.txt [2021-01-15T04:53:37.619Z] + case "${OS_FAMILY}" in [2021-01-15T04:53:37.619Z] + sort [2021-01-15T04:53:37.619Z] + rpm -qa [2021-01-15T04:53:42.931Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-15T04:53:42.931Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-15T04:53:42.931Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-15T04:53:42.931Z] + '[' /w/workspace/edgex-go/6 ']' [2021-01-15T04:53:42.931Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-01-15T04:53:42.931Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-01-15T04:53:42.945Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-15T04:53:43.237Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:53:43.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T04:53:43.552Z] [2021-01-15T04:53:43.552Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-15T04:53:44.001Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T04:53:44.001Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-15T04:53:44.001Z] df20fa9351a1: Pulling fs layer [2021-01-15T04:53:44.001Z] 36b3adc4ff6f: Pulling fs layer [2021-01-15T04:53:44.001Z] 8ad3a11d3b57: Pulling fs layer [2021-01-15T04:53:44.001Z] 46f8f816bc3b: Pulling fs layer [2021-01-15T04:53:44.001Z] 93b61091891f: Pulling fs layer [2021-01-15T04:53:44.001Z] 93b9cdb0e59b: Pulling fs layer [2021-01-15T04:53:44.001Z] 5e14af77c1be: Pulling fs layer [2021-01-15T04:53:44.001Z] 01666e4c0597: Pulling fs layer [2021-01-15T04:53:44.001Z] aa168da1d23b: Pulling fs layer [2021-01-15T04:53:44.001Z] 93b9cdb0e59b: Waiting [2021-01-15T04:53:44.001Z] 5e14af77c1be: Waiting [2021-01-15T04:53:44.001Z] 01666e4c0597: Waiting [2021-01-15T04:53:44.001Z] aa168da1d23b: Waiting [2021-01-15T04:53:44.001Z] 93b61091891f: Waiting [2021-01-15T04:53:44.001Z] 46f8f816bc3b: Waiting [2021-01-15T04:53:44.001Z] 36b3adc4ff6f: Verifying Checksum [2021-01-15T04:53:44.001Z] 36b3adc4ff6f: Download complete [2021-01-15T04:53:44.288Z] 46f8f816bc3b: Download complete [2021-01-15T04:53:44.288Z] df20fa9351a1: Verifying Checksum [2021-01-15T04:53:44.288Z] df20fa9351a1: Download complete [2021-01-15T04:53:44.288Z] 93b9cdb0e59b: Verifying Checksum [2021-01-15T04:53:44.288Z] 93b9cdb0e59b: Download complete [2021-01-15T04:53:44.288Z] 93b61091891f: Verifying Checksum [2021-01-15T04:53:44.288Z] 93b61091891f: Download complete [2021-01-15T04:53:44.288Z] 5e14af77c1be: Verifying Checksum [2021-01-15T04:53:44.288Z] 5e14af77c1be: Download complete [2021-01-15T04:53:44.288Z] 01666e4c0597: Verifying Checksum [2021-01-15T04:53:44.288Z] 01666e4c0597: Download complete [2021-01-15T04:53:44.606Z] df20fa9351a1: Pull complete [2021-01-15T04:53:44.867Z] 36b3adc4ff6f: Pull complete [2021-01-15T04:53:45.130Z] 8ad3a11d3b57: Verifying Checksum [2021-01-15T04:53:45.131Z] 8ad3a11d3b57: Download complete [2021-01-15T04:53:46.101Z] 8ad3a11d3b57: Pull complete [2021-01-15T04:53:46.101Z] 46f8f816bc3b: Pull complete [2021-01-15T04:53:47.055Z] aa168da1d23b: Verifying Checksum [2021-01-15T04:53:47.055Z] aa168da1d23b: Download complete [2021-01-15T04:53:47.630Z] 93b61091891f: Pull complete [2021-01-15T04:53:47.893Z] 93b9cdb0e59b: Pull complete [2021-01-15T04:53:48.169Z] 5e14af77c1be: Pull complete [2021-01-15T04:53:48.169Z] 01666e4c0597: Pull complete [2021-01-15T04:53:56.356Z] aa168da1d23b: Pull complete [2021-01-15T04:53:56.356Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-15T04:53:56.356Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T04:53:56.356Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-15T04:53:56.646Z] prd-centos7-docker-4c-2g-20394 does not seem to be running inside a container [2021-01-15T04:53:56.700Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-15T04:54:01.601Z] $ docker top 9a7fa33cdd5351b5cb2f599da3f9fb1aee73224c11aec8f4ebcba0682ce6d541 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T04:54:02.181Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-15T04:54:02.484Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-15T04:54:02.787Z] + ls /var/log/sa-host [2021-01-15T04:54:02.787Z] + sadf -c /var/log/sa-host/sa15 [2021-01-15T04:54:02.787Z] file_magic: OK [2021-01-15T04:54:02.787Z] HZ: Using current value: 100 [2021-01-15T04:54:02.787Z] file_header: OK [2021-01-15T04:54:02.787Z] 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-15T04:54:02.787Z] Statistics: [2021-01-15T04:54:02.787Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-15T04:54:02.787Z] File successfully converted to sysstat format version 12.2.1 [2021-01-15T04:54:02.787Z] + sadf -c /var/log/sa-host/sa23 [2021-01-15T04:54:02.787Z] file_magic: OK [2021-01-15T04:54:02.787Z] HZ: Using current value: 100 [2021-01-15T04:54:02.787Z] file_header: OK [2021-01-15T04:54:02.787Z] 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-15T04:54:02.787Z] Statistics: [2021-01-15T04:54:02.787Z] Hnuu...uuuununununu... [2021-01-15T04:54:02.787Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-15T04:54:02.993Z] provisioning config files... [2021-01-15T04:54:03.008Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config7028353798449932515tmp [Pipeline] { [Pipeline] echo [2021-01-15T04:54:03.083Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:54:03.383Z] ---> create-netrc.sh [Pipeline] } [2021-01-15T04:54:03.392Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-15T04:54:03.502Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:54:03.800Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-15T04:54:03.811Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:54:04.111Z] ---> sudo-logs.sh [2021-01-15T04:54:04.111Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-15T04:54:04.123Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:54:04.451Z] ---> job-cost.sh [2021-01-15T04:54:04.451Z] lf-activate-venv: SKIPPING [2021-01-15T04:54:04.451Z] INFO: No Stack... [2021-01-15T04:54:05.396Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-15T04:54:06.789Z] INFO: Archiving Costs [Pipeline] echo [2021-01-15T04:54:06.804Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T04:54:07.108Z] ---> logs-deploy.sh [2021-01-15T04:54:07.108Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3032/6 [2021-01-15T04:54:07.108Z] INFO: archiving workspace using pattern(s): [2021-01-15T04:54:08.500Z] Archives upload complete. [2021-01-15T04:54:08.762Z] INFO: archiving logs to Nexus