Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d8589a92f3202e3fdf0c57a326c0783cadca1318+fc096e9ec0f95dbc625a498b2feb9840babc6219 (055c4a1daa481adfe7eb5755f2ddeecf669c5298) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20840 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit d8589a92f3202e3fdf0c57a326c0783cadca1318 Merge succeeded, producing 3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 Checking out Revision 3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 (PR-3040) > git config core.sparsecheckout # timeout=10 > git checkout -f d8589a92f3202e3fdf0c57a326c0783cadca1318 # 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 fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 # timeout=10 Commit message: "Merge commit 'fc096e9ec0f95dbc625a498b2feb9840babc6219' into HEAD" > git rev-list --no-walk d8589a92f3202e3fdf0c57a326c0783cadca1318 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-18T00:30:20.833Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-18T00:30:21.126Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-18T00:30:21.230Z] ========================================================= [2021-01-18T00:30:21.230Z] EdgeX Global Pipelines Version Info [2021-01-18T00:30:21.230Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:30:22.849Z] ------------------- [2021-01-18T00:30:22.849Z] stable info: [2021-01-18T00:30:22.849Z] ------------------- [2021-01-18T00:30:22.849Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-18T00:30:22.849Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-18T00:30:22.849Z] Message: update stable to v1.0.177 [2021-01-18T00:30:23.798Z] ------------------- [2021-01-18T00:30:23.798Z] experimental info: [2021-01-18T00:30:23.798Z] ------------------- [2021-01-18T00:30:23.798Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-18T00:30:23.798Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-18T00:30:23.798Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-18T00:30:24.125Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-18T00:30:24.237Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-18T00:30:24.326Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-18T00:30:24.425Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-18T00:30:24.514Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-18T00:30:24.602Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-18T00:30:24.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-18T00:30:24.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-18T00:30:24.975Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-18T00:30:25.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-18T00:30:25.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-18T00:30:25.282Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-18T00:30:25.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-18T00:30:25.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-18T00:30:25.596Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-18T00:30:25.693Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-18T00:30:25.812Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-18T00:30:25.906Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-18T00:30:26.006Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-18T00:30:26.097Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-18T00:30:26.191Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-18T00:30:26.298Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-18T00:30:26.402Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-18T00:30:26.501Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3040 [Pipeline] echo [2021-01-18T00:30:26.659Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3040 [Pipeline] echo [2021-01-18T00:30:26.757Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3040 [Pipeline] echo [2021-01-18T00:30:26.899Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [Pipeline] echo [2021-01-18T00:30:27.011Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3002c63 [Pipeline] echo [2021-01-18T00:30:27.112Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-18T00:30:27.338Z] provisioning config files... [2021-01-18T00:30:27.391Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2165218523785522726tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:30:27.745Z] ---> docker-login.sh [2021-01-18T00:30:27.745Z] nexus3.edgexfoundry.org:10001 [2021-01-18T00:30:28.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:30:28.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:30:28.013Z] Configure a credential helper to remove this warning. See [2021-01-18T00:30:28.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:30:28.013Z] [2021-01-18T00:30:28.013Z] Login Succeeded [2021-01-18T00:30:28.013Z] nexus3.edgexfoundry.org:10002 [2021-01-18T00:30:28.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:30:28.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:30:28.312Z] Configure a credential helper to remove this warning. See [2021-01-18T00:30:28.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:30:28.312Z] [2021-01-18T00:30:28.312Z] Login Succeeded [2021-01-18T00:30:28.312Z] nexus3.edgexfoundry.org:10003 [2021-01-18T00:30:28.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:30:28.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:30:28.581Z] Configure a credential helper to remove this warning. See [2021-01-18T00:30:28.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:30:28.581Z] [2021-01-18T00:30:28.581Z] Login Succeeded [2021-01-18T00:30:28.581Z] nexus3.edgexfoundry.org:10004 [2021-01-18T00:30:28.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:30:28.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:30:28.844Z] Configure a credential helper to remove this warning. See [2021-01-18T00:30:28.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:30:28.844Z] [2021-01-18T00:30:28.844Z] Login Succeeded [2021-01-18T00:30:28.844Z] docker.io [2021-01-18T00:30:28.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:30:29.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:30:29.107Z] Configure a credential helper to remove this warning. See [2021-01-18T00:30:29.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:30:29.107Z] [2021-01-18T00:30:29.107Z] Login Succeeded [2021-01-18T00:30:29.107Z] ---> docker-login.sh ends [Pipeline] } [2021-01-18T00:30:29.121Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-18T00:30:29.606Z] ++ 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-18T00:30:29.606Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:30:29.606Z] ++ dirname cmd/core-command/Dockerfile [2021-01-18T00:30:29.606Z] ++ cut -d/ -f2 [2021-01-18T00:30:29.606Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-18T00:30:29.606Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:30:29.606Z] ++ dirname cmd/core-data/Dockerfile [2021-01-18T00:30:29.606Z] ++ cut -d/ -f2 [2021-01-18T00:30:29.606Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-18T00:30:29.607Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:30:29.607Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-18T00:30:29.607Z] ++ cut -d/ -f2 [2021-01-18T00:30:29.607Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-18T00:30:29.607Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:30:29.607Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-18T00:30:29.607Z] ++ cut -d/ -f2 [2021-01-18T00:30:29.607Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-18T00:30:29.607Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:30:29.607Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-18T00:30:29.607Z] ++ cut -d/ -f2 [2021-01-18T00:30:29.607Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-18T00:30:29.607Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:30:29.607Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-18T00:30:29.607Z] ++ cut -d/ -f2 [2021-01-18T00:30:29.607Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-18T00:30:29.607Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:30:29.607Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-18T00:30:29.607Z] ++ cut -d/ -f2 [2021-01-18T00:30:29.607Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-18T00:30:29.607Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:30:29.607Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-18T00:30:29.607Z] ++ cut -d/ -f2 [2021-01-18T00:30:29.607Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-18T00:30:29.607Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:30:29.607Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-18T00:30:29.607Z] ++ cut -d/ -f2 [2021-01-18T00:30:29.607Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-18T00:30:29.694Z] 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-18T00:30:31.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T00:30:31.241Z] [2021-01-18T00:30:31.241Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:30:31.592Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T00:30:31.592Z] latest: Pulling from edgex-devops/git-semver [2021-01-18T00:30:31.592Z] 31603596830f: Pulling fs layer [2021-01-18T00:30:31.592Z] 2a8b12db71e7: Pulling fs layer [2021-01-18T00:30:31.592Z] 6ca5941a6612: Pulling fs layer [2021-01-18T00:30:31.592Z] ecc8261a40a4: Pulling fs layer [2021-01-18T00:30:31.592Z] ecc8261a40a4: Waiting [2021-01-18T00:30:31.592Z] 2a8b12db71e7: Verifying Checksum [2021-01-18T00:30:31.592Z] 2a8b12db71e7: Download complete [2021-01-18T00:30:31.592Z] 31603596830f: Verifying Checksum [2021-01-18T00:30:31.592Z] 31603596830f: Download complete [2021-01-18T00:30:31.856Z] ecc8261a40a4: Verifying Checksum [2021-01-18T00:30:31.856Z] ecc8261a40a4: Download complete [2021-01-18T00:30:31.856Z] 6ca5941a6612: Verifying Checksum [2021-01-18T00:30:31.856Z] 6ca5941a6612: Download complete [2021-01-18T00:30:32.125Z] 31603596830f: Pull complete [2021-01-18T00:30:32.125Z] 2a8b12db71e7: Pull complete [2021-01-18T00:30:33.086Z] 6ca5941a6612: Pull complete [2021-01-18T00:30:33.086Z] ecc8261a40a4: Pull complete [2021-01-18T00:30:33.086Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-18T00:30:33.349Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T00:30:33.349Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-18T00:30:33.456Z] prd-centos7-docker-4c-2g-20840 does not seem to be running inside a container [2021-01-18T00:30:33.527Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-18T00:30:36.200Z] $ docker top eead578fad23ce1b9a5a98c1a89b0600986661f6225f01c145656106f0a225e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-18T00:30:36.481Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-18T00:30:36.481Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-18T00:30:36.696Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-18T00:30:36.700Z] $ docker exec eead578fad23ce1b9a5a98c1a89b0600986661f6225f01c145656106f0a225e1 ssh-agent [2021-01-18T00:30:36.868Z] SSH_AUTH_SOCK=/tmp/ssh-xYYJKu6TMO8x/agent.12 [2021-01-18T00:30:36.868Z] SSH_AGENT_PID=18 [2021-01-18T00:30:36.883Z] Running ssh-add (command line suppressed) [2021-01-18T00:30:36.999Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2676959619857571921.key (/w/workspace/edgex-go/4@tmp/private_key_2676959619857571921.key) [2021-01-18T00:30:37.080Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-18T00:30:37.477Z] + git tag --points-at HEAD [Pipeline] } [2021-01-18T00:30:37.524Z] $ docker exec --env ******** --env ******** eead578fad23ce1b9a5a98c1a89b0600986661f6225f01c145656106f0a225e1 ssh-agent -k [2021-01-18T00:30:37.628Z] unset SSH_AUTH_SOCK; [2021-01-18T00:30:37.628Z] unset SSH_AGENT_PID; [2021-01-18T00:30:37.628Z] echo Agent pid 18 killed; [2021-01-18T00:30:37.675Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-18T00:30:37.950Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-18T00:30:37.950Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-18T00:30:38.112Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-18T00:30:38.118Z] $ docker exec eead578fad23ce1b9a5a98c1a89b0600986661f6225f01c145656106f0a225e1 ssh-agent [2021-01-18T00:30:38.273Z] SSH_AUTH_SOCK=/tmp/ssh-3lgGXGQAi2Fn/agent.46 [2021-01-18T00:30:38.273Z] SSH_AGENT_PID=51 [2021-01-18T00:30:38.281Z] Running ssh-add (command line suppressed) [2021-01-18T00:30:38.396Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_961219145657889083.key (/w/workspace/edgex-go/4@tmp/private_key_961219145657889083.key) [2021-01-18T00:30:38.841Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-18T00:30:39.249Z] + git semver init [2021-01-18T00:30:39.249Z] # -> Open(): unable to determine branch for HEAD [2021-01-18T00:30:39.249Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-01-18T00:30:39.249Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-01-18T00:30:39.249Z] # $SEMVER_REMOTE_NAME = origin [2021-01-18T00:30:39.249Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-18T00:30:39.249Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-18T00:30:39.249Z] # $SEMVER_BRANCH = PR-3040 [2021-01-18T00:30:39.249Z] # $SEMVER_TEMP = /tmp/semver-545024018 [2021-01-18T00:30:39.249Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-18T00:31:11.556Z] # '/tmp/semver-545024018' -> '/w/workspace/edgex-go/4/.semver' [2021-01-18T00:31:11.556Z] # -> Force: false [2021-01-18T00:31:11.556Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-01-18T00:31:11.572Z] $ docker exec --env ******** --env ******** eead578fad23ce1b9a5a98c1a89b0600986661f6225f01c145656106f0a225e1 ssh-agent -k [2021-01-18T00:31:11.846Z] unset SSH_AUTH_SOCK; [2021-01-18T00:31:11.846Z] unset SSH_AGENT_PID; [2021-01-18T00:31:11.846Z] echo Agent pid 51 killed; [2021-01-18T00:31:11.970Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-18T00:31:12.510Z] + git semver [Pipeline] } [2021-01-18T00:31:12.530Z] $ docker stop --time=1 eead578fad23ce1b9a5a98c1a89b0600986661f6225f01c145656106f0a225e1 [2021-01-18T00:31:14.138Z] $ docker rm -f eead578fad23ce1b9a5a98c1a89b0600986661f6225f01c145656106f0a225e1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T00:31:14.646Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-18T00:31:15.194Z] Stashed 1 file(s) [Pipeline] echo [2021-01-18T00:31:15.196Z] [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-18T00:31:16.073Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-18T00:31:16.377Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-18T00:31:16.679Z] + sudo service docker restart [2021-01-18T00:31:16.679Z] + true [2021-01-18T00:31:16.679Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-18T00:31:17.281Z] ========================================================= [2021-01-18T00:31:17.281Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-18T00:31:17.281Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:31:17.623Z] + 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-18T00:31:20.952Z] Sending build context to Docker daemon 326.5MB [2021-01-18T00:31:20.952Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-18T00:31:20.952Z] Step 2/6 : FROM ${BASE} [2021-01-18T00:31:21.220Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-18T00:31:21.220Z] 188c0c94c7c5: Pulling fs layer [2021-01-18T00:31:21.220Z] 0ef7d3d256c8: Pulling fs layer [2021-01-18T00:31:21.220Z] de9db76c5a1d: Pulling fs layer [2021-01-18T00:31:21.220Z] bca2f99d35d6: Pulling fs layer [2021-01-18T00:31:21.220Z] 93359f2a8cfa: Pulling fs layer [2021-01-18T00:31:21.220Z] 7c6f9722023f: Pulling fs layer [2021-01-18T00:31:21.220Z] a35cf1a2eb13: Pulling fs layer [2021-01-18T00:31:21.220Z] 93359f2a8cfa: Waiting [2021-01-18T00:31:21.220Z] a35cf1a2eb13: Waiting [2021-01-18T00:31:21.220Z] 7c6f9722023f: Waiting [2021-01-18T00:31:21.220Z] bca2f99d35d6: Waiting [2021-01-18T00:31:21.220Z] de9db76c5a1d: Verifying Checksum [2021-01-18T00:31:21.220Z] de9db76c5a1d: Download complete [2021-01-18T00:31:21.220Z] 0ef7d3d256c8: Verifying Checksum [2021-01-18T00:31:21.220Z] 0ef7d3d256c8: Download complete [2021-01-18T00:31:21.220Z] 93359f2a8cfa: Verifying Checksum [2021-01-18T00:31:21.220Z] 93359f2a8cfa: Download complete [2021-01-18T00:31:21.220Z] 7c6f9722023f: Verifying Checksum [2021-01-18T00:31:21.220Z] 7c6f9722023f: Download complete [2021-01-18T00:31:21.220Z] 188c0c94c7c5: Verifying Checksum [2021-01-18T00:31:21.220Z] 188c0c94c7c5: Download complete [2021-01-18T00:31:21.794Z] 188c0c94c7c5: Pull complete [2021-01-18T00:31:22.057Z] 0ef7d3d256c8: Pull complete [2021-01-18T00:31:22.057Z] de9db76c5a1d: Pull complete [2021-01-18T00:31:23.462Z] a35cf1a2eb13: Verifying Checksum [2021-01-18T00:31:23.462Z] a35cf1a2eb13: Download complete [2021-01-18T00:31:24.424Z] bca2f99d35d6: Verifying Checksum [2021-01-18T00:31:24.424Z] bca2f99d35d6: Download complete [2021-01-18T00:31:29.776Z] bca2f99d35d6: Pull complete [2021-01-18T00:31:29.776Z] 93359f2a8cfa: Pull complete [2021-01-18T00:31:29.776Z] 7c6f9722023f: Pull complete [2021-01-18T00:31:30.558Z] Still waiting to schedule task [2021-01-18T00:31:30.558Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-18T00:31:35.115Z] a35cf1a2eb13: Pull complete [2021-01-18T00:31:35.115Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-18T00:31:35.115Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-18T00:31:35.116Z] ---> a62c8e92a672 [2021-01-18T00:31:35.116Z] 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-18T00:31:35.116Z] ---> Running in ea99b5eac304 [2021-01-18T00:31:35.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:31:36.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:31:36.915Z] (1/12) Installing libmagic (5.38-r0) [2021-01-18T00:31:37.178Z] (2/12) Installing file (5.38-r0) [2021-01-18T00:31:37.443Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-18T00:31:37.443Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-18T00:31:55.593Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-18T00:31:55.593Z] (6/12) Installing patch (2.7.6-r6) [2021-01-18T00:31:55.593Z] (7/12) Installing build-base (0.5-r2) [2021-01-18T00:31:55.593Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-18T00:31:55.593Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-18T00:31:55.593Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-18T00:31:55.855Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-18T00:31:55.855Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-18T00:31:56.117Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:31:56.117Z] OK: 233 MiB in 51 packages [2021-01-18T00:31:59.425Z] Removing intermediate container ea99b5eac304 [2021-01-18T00:31:59.425Z] ---> 7c73b8f8b102 [2021-01-18T00:31:59.425Z] Step 4/6 : WORKDIR /edgex-go [2021-01-18T00:31:59.693Z] ---> Running in 008bac0f18b5 [2021-01-18T00:31:59.693Z] Removing intermediate container 008bac0f18b5 [2021-01-18T00:31:59.693Z] ---> e9b706ad9b1b [2021-01-18T00:31:59.693Z] Step 5/6 : COPY go.mod . [2021-01-18T00:31:59.960Z] ---> a2bdb4ccb22f [2021-01-18T00:31:59.960Z] Step 6/6 : RUN go mod download [2021-01-18T00:31:59.960Z] ---> Running in be0586c699cb [2021-01-18T00:32:22.357Z] Removing intermediate container be0586c699cb [2021-01-18T00:32:22.357Z] ---> 78182571a679 [2021-01-18T00:32:22.357Z] Successfully built 78182571a679 [2021-01-18T00:32:22.357Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:32:22.678Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-18T00:32:22.678Z] . [Pipeline] withDockerContainer [2021-01-18T00:32:22.783Z] prd-centos7-docker-4c-2g-20840 does not seem to be running inside a container [2021-01-18T00:32:22.832Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-18T00:32:23.721Z] $ docker top c66caf5d151d1bc9582ba9534b7c5b4c2711a9568f6c1fcbf97c5b6a63dca36b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:32:24.295Z] + go version [2021-01-18T00:32:24.295Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-18T00:32:24.316Z] $ docker stop --time=1 c66caf5d151d1bc9582ba9534b7c5b4c2711a9568f6c1fcbf97c5b6a63dca36b [2021-01-18T00:32:25.678Z] $ docker rm -f c66caf5d151d1bc9582ba9534b7c5b4c2711a9568f6c1fcbf97c5b6a63dca36b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:32:26.475Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-18T00:32:26.475Z] . [Pipeline] withDockerContainer [2021-01-18T00:32:26.646Z] prd-centos7-docker-4c-2g-20840 does not seem to be running inside a container [2021-01-18T00:32:26.812Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-18T00:32:27.429Z] $ docker top d4a2cb7aa100207b45ca20e2d351ba02348be654d1cf3e09a4726964c7d4037e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-18T00:32:27.607Z] ========================================================= [2021-01-18T00:32:27.607Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-18T00:32:27.607Z] ========================================================= [Pipeline] sh [2021-01-18T00:32:27.899Z] + make test [2021-01-18T00:32:27.899Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-18T00:32:37.999Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-18T00:32:56.309Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-18T00:33:04.681Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-18T00:33:05.647Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-18T00:33:05.647Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-18T00:33:05.647Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-18T00:33:05.647Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-18T00:33:05.647Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-18T00:33:07.068Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-18T00:33:07.068Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-18T00:33:08.046Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-18T00:33:10.709Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-18T00:33:10.709Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-18T00:33:10.709Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-18T00:33:12.680Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements [2021-01-18T00:33:12.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-18T00:33:12.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-18T00:33:12.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-18T00:33:12.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-18T00:33:12.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-18T00:33:18.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.244s coverage: 27.0% of statements [2021-01-18T00:33:18.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-18T00:33:18.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-18T00:33:18.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-18T00:33:18.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-18T00:33:18.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-18T00:33:18.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-18T00:33:18.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements [2021-01-18T00:33:18.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-18T00:33:18.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements [2021-01-18T00:33:18.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-18T00:33:18.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-18T00:33:18.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.151s coverage: 67.9% of statements [2021-01-18T00:33:18.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-18T00:33:18.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-18T00:33:18.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.151s coverage: 82.3% of statements [2021-01-18T00:33:18.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-18T00:33:18.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T00:33:18.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-18T00:33:18.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-18T00:33:20.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.367s coverage: 28.6% of statements [2021-01-18T00:33:20.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-18T00:33:20.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-18T00:33:20.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-18T00:33:20.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-18T00:33:20.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-18T00:33:20.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements [2021-01-18T00:33:20.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-18T00:33:20.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements [2021-01-18T00:33:20.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-18T00:33:20.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.145s coverage: 86.7% of statements [2021-01-18T00:33:20.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-18T00:33:21.368Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.190s coverage: 97.5% of statements [2021-01-18T00:33:21.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-18T00:33:21.961Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.050s coverage: 78.3% of statements [2021-01-18T00:33:21.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-18T00:33:21.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-18T00:33:21.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-18T00:33:21.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-18T00:33:24.566Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.359s coverage: 92.8% of statements [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-18T00:33:24.566Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.080s coverage: 58.8% of statements [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-18T00:33:24.566Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.078s coverage: 0.1% of statements [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-18T00:33:24.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.030s coverage: 100.0% of statements [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-18T00:33:24.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.059s coverage: 75.5% of statements [2021-01-18T00:33:24.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-18T00:33:24.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.080s coverage: 80.8% of statements [2021-01-18T00:33:24.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements [2021-01-18T00:33:24.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 84.2% of statements [2021-01-18T00:33:25.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.142s coverage: 91.4% of statements [2021-01-18T00:33:25.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-18T00:33:26.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.271s coverage: 63.5% of statements [2021-01-18T00:33:26.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-18T00:33:26.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-18T00:33:26.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements [2021-01-18T00:33:26.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.057s coverage: 91.3% of statements [2021-01-18T00:33:26.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-01-18T00:33:27.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2021-01-18T00:33:27.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-01-18T00:33:28.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.486s coverage: 68.9% of statements [2021-01-18T00:33:28.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-18T00:33:28.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-18T00:33:28.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-18T00:33:28.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-18T00:33:28.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-18T00:33:29.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.128s coverage: 37.0% of statements [2021-01-18T00:33:29.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-18T00:33:29.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-18T00:33:29.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.504s coverage: 84.0% of statements [2021-01-18T00:33:29.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements [2021-01-18T00:33:33.346Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.174s coverage: 47.1% of statements [2021-01-18T00:33:33.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-18T00:33:33.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-18T00:33:33.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-18T00:33:33.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-18T00:33:33.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-18T00:33:33.346Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.070s coverage: 100.0% of statements [2021-01-18T00:33:33.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-18T00:33:33.346Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements [2021-01-18T00:33:33.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-18T00:33:34.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.047s coverage: 29.1% of statements [2021-01-18T00:33:34.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-18T00:33:34.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-18T00:33:34.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-18T00:33:34.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-18T00:33:34.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-18T00:33:34.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2021-01-18T00:33:34.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-18T00:33:34.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements [2021-01-18T00:33:34.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-18T00:33:34.778Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements [2021-01-18T00:33:34.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-18T00:33:34.778Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.064s coverage: 100.0% of statements [2021-01-18T00:33:34.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-18T00:33:34.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-18T00:33:34.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-18T00:33:34.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-18T00:33:34.778Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.063s coverage: 87.9% of statements [2021-01-18T00:33:34.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-18T00:33:34.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-18T00:33:34.778Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-01-18T00:33:35.362Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements [2021-01-18T00:33:35.631Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.038s coverage: 100.0% of statements [2021-01-18T00:33:35.894Z] GO111MODULE=on go vet ./... [2021-01-18T00:33:37.321Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20847 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws [2021-01-18T00:33:37.369Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-18T00:33:42.234Z] using credential edgex-jenkins-ssh [2021-01-18T00:33:42.294Z] Cloning the remote Git repository [2021-01-18T00:33:42.365Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:33:42.472Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-18T00:33:42.564Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:33:42.564Z] > git --version # timeout=10 [2021-01-18T00:33:42.591Z] > git --version # 'git version 2.17.1' [2021-01-18T00:33:42.593Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:33:42.653Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T00:33:57.693Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T00:33:57.712Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T00:33:57.743Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T00:33:57.780Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:33:57.780Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:33:57.792Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-18T00:33:58.388Z] Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit d8589a92f3202e3fdf0c57a326c0783cadca1318 [2021-01-18T00:33:59.090Z] Merge succeeded, producing 2a97bb73a0a3dcf0284197a38a4dede928b89934 [2021-01-18T00:33:59.091Z] Checking out Revision 2a97bb73a0a3dcf0284197a38a4dede928b89934 (PR-3040) [2021-01-18T00:33:58.404Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T00:33:58.417Z] > git checkout -f d8589a92f3202e3fdf0c57a326c0783cadca1318 # timeout=10 [2021-01-18T00:33:58.712Z] > git remote # timeout=10 [2021-01-18T00:33:58.734Z] > git config --get remote.origin.url # timeout=10 [2021-01-18T00:33:58.756Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:33:58.766Z] > git merge fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 [2021-01-18T00:33:59.074Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-18T00:33:59.094Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T00:33:59.110Z] > git checkout -f 2a97bb73a0a3dcf0284197a38a4dede928b89934 # timeout=10 [2021-01-18T00:34:03.401Z] Commit message: "Merge commit 'fc096e9ec0f95dbc625a498b2feb9840babc6219' into HEAD" [2021-01-18T00:34:03.407Z] > git rev-list --no-walk d8589a92f3202e3fdf0c57a326c0783cadca1318 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-18T00:34:05.039Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-18T00:34:05.485Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-18T00:34:05.824Z] + sudo service docker restart+ [2021-01-18T00:34:05.824Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-18T00:34:07.902Z] provisioning config files... [2021-01-18T00:34:07.947Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8371948516566324020tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:34:08.344Z] ---> docker-login.sh [2021-01-18T00:34:08.344Z] nexus3.edgexfoundry.org:10001 [2021-01-18T00:34:08.351Z] gofmt -l . [2021-01-18T00:34:08.351Z] [ "`gofmt -l .`" = "" ] [2021-01-18T00:34:08.351Z] ./bin/test-go-mod-tidy.sh [2021-01-18T00:34:08.351Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-18T00:34:09.250Z] + ls -al . [2021-01-18T00:34:09.250Z] total 656 [2021-01-18T00:34:09.250Z] drwxrwxr-x 10 1001 1001 4096 Jan 18 00:34 . [2021-01-18T00:34:09.250Z] drwxr-xr-x 4 root root 28 Jan 18 00:32 .. [2021-01-18T00:34:09.250Z] -rw-rw-r-- 1 1001 1001 11 Jan 18 00:30 .dockerignore [2021-01-18T00:34:09.250Z] drwxrwxr-x 8 1001 1001 179 Jan 18 00:30 .git [2021-01-18T00:34:09.250Z] drwxrwxr-x 3 1001 1001 125 Jan 18 00:30 .github [2021-01-18T00:34:09.250Z] -rw-rw-r-- 1 1001 1001 824 Jan 18 00:30 .gitignore [2021-01-18T00:34:09.250Z] drwx------ 3 1001 1001 47 Jan 18 00:31 .semver [2021-01-18T00:34:09.250Z] -rw-rw-r-- 1 1001 1001 166 Jan 18 00:30 .sonarcloud.properties [2021-01-18T00:34:09.250Z] -rw-rw-r-- 1 1001 1001 7744 Jan 18 00:30 Attribution.txt [2021-01-18T00:34:09.250Z] -rw-rw-r-- 1 1001 1001 3804 Jan 18 00:30 CONTRIBUTING.md [2021-01-18T00:34:09.250Z] -rw-rw-r-- 1 1001 1001 931 Jan 18 00:30 Dockerfile.build [2021-01-18T00:34:09.250Z] -rw-rw-r-- 1 1001 1001 863 Jan 18 00:30 Jenkinsfile [2021-01-18T00:34:09.250Z] -rw-rw-r-- 1 1001 1001 10775 Jan 18 00:30 LICENSE [2021-01-18T00:34:09.250Z] -rw-rw-r-- 1 1001 1001 5750 Jan 18 00:30 Makefile [2021-01-18T00:34:09.250Z] -rw-rw-r-- 1 1001 1001 6524 Jan 18 00:30 README.md [2021-01-18T00:34:09.250Z] -rw-rw-r-- 1 1001 1001 6744 Jan 18 00:30 SECURITY.md [2021-01-18T00:34:09.250Z] -rw-rw-r-- 1 1001 1001 5 Jan 18 00:31 VERSION [2021-01-18T00:34:09.250Z] -rw-rw-r-- 1 1001 1001 4131 Jan 18 00:30 ZMQWindows.md [2021-01-18T00:34:09.250Z] drwxrwxr-x 2 1001 1001 117 Jan 18 00:30 bin [2021-01-18T00:34:09.250Z] drwxrwxr-x 14 1001 1001 4096 Jan 18 00:30 cmd [2021-01-18T00:34:09.250Z] -rw-r--r-- 1 root root 550280 Jan 18 00:33 coverage.out [2021-01-18T00:34:09.250Z] -rw-r--r-- 1 root root 981 Jan 18 00:34 go.mod [2021-01-18T00:34:09.250Z] -rw-r--r-- 1 root root 19326 Jan 18 00:34 go.sum [2021-01-18T00:34:09.250Z] drwxrwxr-x 8 1001 1001 127 Jan 18 00:30 internal [2021-01-18T00:34:09.250Z] drwxrwxr-x 4 1001 1001 26 Jan 18 00:30 openapi [2021-01-18T00:34:09.250Z] drwxrwxr-x 4 1001 1001 71 Jan 18 00:30 snap [2021-01-18T00:34:09.250Z] -rw-rw-r-- 1 1001 1001 168 Jan 18 00:30 version.go [Pipeline] sh [2021-01-18T00:34:09.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:34:09.572Z] + '[' -e coverage.out ] [2021-01-18T00:34:09.572Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-18T00:34:09.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:34:09.644Z] Configure a credential helper to remove this warning. See [2021-01-18T00:34:09.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:34:09.644Z] [2021-01-18T00:34:09.644Z] Login Succeeded [2021-01-18T00:34:09.644Z] nexus3.edgexfoundry.org:10002 [2021-01-18T00:34:09.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:34:10.066Z] Stashed 1 file(s) [Pipeline] sh [2021-01-18T00:34:10.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:34:10.196Z] Configure a credential helper to remove this warning. See [2021-01-18T00:34:10.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:34:10.196Z] [2021-01-18T00:34:10.196Z] Login Succeeded [2021-01-18T00:34:10.196Z] nexus3.edgexfoundry.org:10003 [2021-01-18T00:34:10.365Z] + make build [2021-01-18T00:34:10.366Z] 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-18T00:34:10.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:34:10.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:34:10.742Z] Configure a credential helper to remove this warning. See [2021-01-18T00:34:10.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:34:10.742Z] [2021-01-18T00:34:10.742Z] Login Succeeded [2021-01-18T00:34:10.742Z] nexus3.edgexfoundry.org:10004 [2021-01-18T00:34:11.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:34:11.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:34:11.016Z] Configure a credential helper to remove this warning. See [2021-01-18T00:34:11.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:34:11.016Z] [2021-01-18T00:34:11.016Z] Login Succeeded [2021-01-18T00:34:11.294Z] docker.io [2021-01-18T00:34:11.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:34:11.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:34:11.838Z] Configure a credential helper to remove this warning. See [2021-01-18T00:34:11.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:34:11.838Z] [2021-01-18T00:34:11.838Z] Login Succeeded [2021-01-18T00:34:11.838Z] ---> docker-login.sh ends [Pipeline] } [2021-01-18T00:34:11.855Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-18T00:34:12.319Z] ========================================================= [2021-01-18T00:34:12.320Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-18T00:34:12.320Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:34:12.685Z] + 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-18T00:34:13.704Z] 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-18T00:34:15.344Z] Sending build context to Docker daemon 165.5MB [2021-01-18T00:34:15.345Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-18T00:34:15.345Z] Step 2/6 : FROM ${BASE} [2021-01-18T00:34:15.345Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-18T00:34:15.345Z] 5f621e34cdf4: Pulling fs layer [2021-01-18T00:34:15.345Z] a4357932f1b6: Pulling fs layer [2021-01-18T00:34:15.345Z] 18c013af1878: Pulling fs layer [2021-01-18T00:34:15.345Z] 00ac8860ef70: Pulling fs layer [2021-01-18T00:34:15.345Z] 63d7cb157983: Pulling fs layer [2021-01-18T00:34:15.345Z] b116817d02f9: Pulling fs layer [2021-01-18T00:34:15.345Z] 745a02a5169b: Pulling fs layer [2021-01-18T00:34:15.345Z] 00ac8860ef70: Waiting [2021-01-18T00:34:15.345Z] b116817d02f9: Waiting [2021-01-18T00:34:15.345Z] 745a02a5169b: Waiting [2021-01-18T00:34:15.345Z] 63d7cb157983: Waiting [2021-01-18T00:34:15.345Z] 18c013af1878: Verifying Checksum [2021-01-18T00:34:15.345Z] 18c013af1878: Download complete [2021-01-18T00:34:15.345Z] a4357932f1b6: Verifying Checksum [2021-01-18T00:34:15.345Z] a4357932f1b6: Download complete [2021-01-18T00:34:15.345Z] 63d7cb157983: Download complete [2021-01-18T00:34:15.345Z] b116817d02f9: Verifying Checksum [2021-01-18T00:34:15.345Z] b116817d02f9: Download complete [2021-01-18T00:34:15.345Z] 5f621e34cdf4: Verifying Checksum [2021-01-18T00:34:15.345Z] 5f621e34cdf4: Download complete [2021-01-18T00:34:15.961Z] 5f621e34cdf4: Pull complete [2021-01-18T00:34:16.578Z] a4357932f1b6: Pull complete [2021-01-18T00:34:17.180Z] 18c013af1878: Pull complete [2021-01-18T00:34:17.780Z] 745a02a5169b: Verifying Checksum [2021-01-18T00:34:17.780Z] 745a02a5169b: Download complete [2021-01-18T00:34:18.769Z] 00ac8860ef70: Verifying Checksum [2021-01-18T00:34:18.770Z] 00ac8860ef70: Download complete [2021-01-18T00:34:23.872Z] 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-18T00:34:24.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-18T00:34:25.751Z] 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-18T00:34:26.382Z] 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-18T00:34:27.959Z] 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-18T00:34:28.939Z] 00ac8860ef70: Pull complete [2021-01-18T00:34:28.939Z] 63d7cb157983: Pull complete [2021-01-18T00:34:28.939Z] b116817d02f9: Pull complete [2021-01-18T00:34:29.895Z] 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-18T00:34:30.881Z] 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-18T00:34:32.302Z] 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-18T00:34:32.333Z] 745a02a5169b: Pull complete [2021-01-18T00:34:32.333Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-18T00:34:32.333Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-18T00:34:32.333Z] ---> b7e6874047d6 [2021-01-18T00:34:32.333Z] 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-18T00:34:33.704Z] 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-18T00:34:34.663Z] 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-18T00:34:35.757Z] ---> Running in 585c48ecfa41 [Pipeline] } [2021-01-18T00:34:36.089Z] $ docker stop --time=1 d4a2cb7aa100207b45ca20e2d351ba02348be654d1cf3e09a4726964c7d4037e [2021-01-18T00:34:36.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:34:37.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:34:37.793Z] $ docker rm -f d4a2cb7aa100207b45ca20e2d351ba02348be654d1cf3e09a4726964c7d4037e [2021-01-18T00:34:37.941Z] (1/12) Installing libmagic (5.38-r0) [2021-01-18T00:34:38.212Z] (2/12) Installing file (5.38-r0) [2021-01-18T00:34:38.212Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-18T00:34:38.212Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:34:41.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T00:34:41.715Z] [2021-01-18T00:34:41.715Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:34:42.082Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T00:34:42.083Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-18T00:34:42.083Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-18T00:34:42.083Z] ca9280d653b3: Pulling fs layer [2021-01-18T00:34:42.083Z] 7e9c9ca2126c: Pulling fs layer [2021-01-18T00:34:42.350Z] cbdbe7a5bc2a: Download complete [2021-01-18T00:34:42.554Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-18T00:34:42.554Z] (6/12) Installing patch (2.7.6-r6) [2021-01-18T00:34:42.554Z] (7/12) Installing build-base (0.5-r2) [2021-01-18T00:34:42.554Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-18T00:34:42.554Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-18T00:34:42.614Z] cbdbe7a5bc2a: Pull complete [2021-01-18T00:34:42.826Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-18T00:34:42.827Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-18T00:34:43.104Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-18T00:34:43.104Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:34:43.104Z] OK: 217 MiB in 51 packages [2021-01-18T00:34:43.190Z] ca9280d653b3: Verifying Checksum [2021-01-18T00:34:43.190Z] ca9280d653b3: Download complete [2021-01-18T00:34:44.151Z] ca9280d653b3: Pull complete [2021-01-18T00:34:44.736Z] 7e9c9ca2126c: Verifying Checksum [2021-01-18T00:34:44.736Z] 7e9c9ca2126c: Download complete [2021-01-18T00:34:47.418Z] Removing intermediate container 585c48ecfa41 [2021-01-18T00:34:47.418Z] ---> 9bc7c4831555 [2021-01-18T00:34:47.418Z] Step 4/6 : WORKDIR /edgex-go [2021-01-18T00:34:47.418Z] ---> Running in fc73e5253dd3 [2021-01-18T00:34:47.691Z] Removing intermediate container fc73e5253dd3 [2021-01-18T00:34:47.691Z] ---> 34758871f705 [2021-01-18T00:34:47.691Z] Step 5/6 : COPY go.mod . [2021-01-18T00:34:48.683Z] ---> 9f7bedb09840 [2021-01-18T00:34:48.683Z] Step 6/6 : RUN go mod download [2021-01-18T00:34:48.683Z] ---> Running in ddab4dad059f [2021-01-18T00:34:51.363Z] 7e9c9ca2126c: Pull complete [2021-01-18T00:34:51.363Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-18T00:34:51.363Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T00:34:51.363Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-18T00:34:51.583Z] prd-centos7-docker-4c-2g-20840 does not seem to be running inside a container [2021-01-18T00:34:51.640Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-18T00:34:54.772Z] $ docker top 5f0292e244becfababd310b52cf9bc6f74a2de413e01b4943a0e11e03b85a83e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:34:55.283Z] + docker-compose build --help [2021-01-18T00:34:55.283Z] + grep parallel [2021-01-18T00:34:56.231Z] --parallel Build images in parallel. [Pipeline] } [2021-01-18T00:34:56.248Z] $ docker stop --time=1 5f0292e244becfababd310b52cf9bc6f74a2de413e01b4943a0e11e03b85a83e [2021-01-18T00:34:57.636Z] $ docker rm -f 5f0292e244becfababd310b52cf9bc6f74a2de413e01b4943a0e11e03b85a83e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:34:58.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T00:34:58.259Z] . [Pipeline] withDockerContainer [2021-01-18T00:34:58.360Z] prd-centos7-docker-4c-2g-20840 does not seem to be running inside a container [2021-01-18T00:34:58.419Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-18T00:34:59.049Z] $ docker top 23f01db45e80e99e1c2fafec2bd2e558ed6823b076fdb00c6db3bc3a74b1a069 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:34:59.602Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-18T00:35:00.557Z] Building docker-core-command-go ... [2021-01-18T00:35:00.557Z] Building docker-core-data-go ... [2021-01-18T00:35:00.557Z] Building docker-core-metadata-go ... [2021-01-18T00:35:00.557Z] Building docker-security-bootstrap-redis-go ... [2021-01-18T00:35:00.557Z] Building docker-security-proxy-setup-go ... [2021-01-18T00:35:00.557Z] Building docker-security-secretstore-setup-go ... [2021-01-18T00:35:00.557Z] Building docker-support-notifications-go ... [2021-01-18T00:35:00.557Z] Building docker-support-scheduler-go ... [2021-01-18T00:35:00.557Z] Building docker-sys-mgmt-agent-go ... [2021-01-18T00:35:00.557Z] Building docker-core-data-go [2021-01-18T00:35:00.557Z] Building docker-support-scheduler-go [2021-01-18T00:35:00.557Z] Building docker-support-notifications-go [2021-01-18T00:35:00.557Z] Building docker-security-bootstrap-redis-go [2021-01-18T00:35:00.557Z] Building docker-security-secretstore-setup-go [2021-01-18T00:35:15.526Z] Removing intermediate container ddab4dad059f [2021-01-18T00:35:15.526Z] ---> 2e47c513fdff [2021-01-18T00:35:15.526Z] Successfully built 2e47c513fdff [2021-01-18T00:35:15.526Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:35:15.886Z] + docker inspect -f . ci-base-image-arm64 [2021-01-18T00:35:15.886Z] . [Pipeline] withDockerContainer [2021-01-18T00:35:16.139Z] prd-ubuntu18.04-docker-arm64-4c-16g-20847 does not seem to be running inside a container [2021-01-18T00:35:16.230Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-18T00:35:17.824Z] $ docker top 9a37f4840f22e07100af82454be5d2f6574602f224eab4b66418784229f64072 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:35:18.869Z] + go version [2021-01-18T00:35:18.869Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-18T00:35:18.888Z] $ docker stop --time=1 9a37f4840f22e07100af82454be5d2f6574602f224eab4b66418784229f64072 [2021-01-18T00:35:20.854Z] $ docker rm -f 9a37f4840f22e07100af82454be5d2f6574602f224eab4b66418784229f64072 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:35:21.910Z] + docker inspect -f . ci-base-image-arm64 [2021-01-18T00:35:21.910Z] . [Pipeline] withDockerContainer [2021-01-18T00:35:22.184Z] prd-ubuntu18.04-docker-arm64-4c-16g-20847 does not seem to be running inside a container [2021-01-18T00:35:22.269Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-18T00:35:23.759Z] $ docker top 0e1041e6d144c7c7a81486337870990a631d654c6804338a9ebbceb7a41786d2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-18T00:35:24.163Z] ========================================================= [2021-01-18T00:35:24.163Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-18T00:35:24.163Z] ========================================================= [Pipeline] sh [2021-01-18T00:35:24.809Z] + make test [2021-01-18T00:35:24.809Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-18T00:35:39.601Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:35:39.601Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:35:39.601Z] ---> 78182571a679 [2021-01-18T00:35:39.601Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T00:35:39.601Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:35:39.601Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:35:39.601Z] ---> 78182571a679 [2021-01-18T00:35:39.601Z] Step 3/23 : WORKDIR /edgex-go [2021-01-18T00:35:39.601Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:35:39.601Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:35:39.601Z] ---> 78182571a679 [2021-01-18T00:35:39.601Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:35:39.601Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:35:39.601Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:35:39.601Z] ---> 78182571a679 [2021-01-18T00:35:39.601Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T00:35:39.601Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:35:39.601Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:35:39.601Z] ---> 78182571a679 [2021-01-18T00:35:39.601Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T00:35:39.601Z] ---> Running in 03b70177d46e [2021-01-18T00:35:39.601Z] ---> Running in 821824cff8fe [2021-01-18T00:35:39.601Z] ---> Running in 0e6f8c6d681b [2021-01-18T00:35:39.601Z] ---> Running in 790c43081993 [2021-01-18T00:35:39.601Z] ---> Running in 281a02365e67 [2021-01-18T00:35:39.601Z] Removing intermediate container 281a02365e67 [2021-01-18T00:35:39.601Z] ---> fed73058c19d [2021-01-18T00:35:39.601Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:35:39.601Z] Removing intermediate container 03b70177d46e [2021-01-18T00:35:39.601Z] ---> a019a14ef8b1 [2021-01-18T00:35:39.601Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:35:39.601Z] Removing intermediate container 790c43081993 [2021-01-18T00:35:39.601Z] ---> 6e8b2915ec9d [2021-01-18T00:35:39.601Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:35:39.601Z] Removing intermediate container 0e6f8c6d681b [2021-01-18T00:35:39.601Z] ---> 6676064380f6 [2021-01-18T00:35:39.601Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:35:39.601Z] Removing intermediate container 821824cff8fe [2021-01-18T00:35:39.601Z] ---> 855c949a0741 [2021-01-18T00:35:39.601Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:35:39.601Z] ---> Running in 2318662c933f [2021-01-18T00:35:39.601Z] ---> Running in 88d5594c8850 [2021-01-18T00:35:39.601Z] ---> Running in beaeb1727696 [2021-01-18T00:35:39.601Z] ---> Running in 64d1e9c7724b [2021-01-18T00:35:39.601Z] ---> Running in 21ecd3dbae4e [2021-01-18T00:35:39.601Z] Removing intermediate container 2318662c933f [2021-01-18T00:35:39.601Z] ---> a46c63629b8f [2021-01-18T00:35:39.601Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-18T00:35:39.601Z] ---> Running in 71f21f570615 [2021-01-18T00:35:39.601Z] Removing intermediate container 88d5594c8850 [2021-01-18T00:35:39.601Z] ---> b7eaf0083a23 [2021-01-18T00:35:39.601Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-18T00:35:39.601Z] Removing intermediate container 21ecd3dbae4e [2021-01-18T00:35:39.601Z] ---> a8d30d5bfb2d [2021-01-18T00:35:39.601Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:35:39.601Z] Removing intermediate container beaeb1727696 [2021-01-18T00:35:39.601Z] ---> 10a2f19a09e7 [2021-01-18T00:35:39.601Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T00:35:39.601Z] ---> Running in 0192053e0b47 [2021-01-18T00:35:39.601Z] ---> Running in efb135793e3c [2021-01-18T00:35:40.183Z] Removing intermediate container 64d1e9c7724b [2021-01-18T00:35:40.183Z] ---> 7b41c6b26293 [2021-01-18T00:35:40.183Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-18T00:35:40.183Z] ---> Running in adda0cae1755 [2021-01-18T00:35:40.448Z] ---> Running in 9c3a4f9cc5f0 [2021-01-18T00:35:40.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:35:41.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:35:41.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:35:41.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:35:41.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:35:41.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:35:41.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:35:41.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:35:42.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:35:42.420Z] OK: 233 MiB in 51 packages [2021-01-18T00:35:42.420Z] OK: 233 MiB in 51 packages [2021-01-18T00:35:42.420Z] OK: 233 MiB in 51 packages [2021-01-18T00:35:42.691Z] OK: 233 MiB in 51 packages [2021-01-18T00:35:42.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:35:43.268Z] Removing intermediate container 9c3a4f9cc5f0 [2021-01-18T00:35:43.268Z] ---> 5ec677fb2f7c [2021-01-18T00:35:43.268Z] Step 6/23 : COPY go.mod . [2021-01-18T00:35:43.537Z] Removing intermediate container adda0cae1755 [2021-01-18T00:35:43.537Z] ---> c8e6fefc4ae9 [2021-01-18T00:35:43.537Z] Step 6/21 : COPY go.mod . [2021-01-18T00:35:43.537Z] Removing intermediate container 71f21f570615 [2021-01-18T00:35:43.537Z] ---> 0b04b16e81b5 [2021-01-18T00:35:43.537Z] Step 6/24 : COPY go.mod . [2021-01-18T00:35:43.537Z] ---> 39bab52017d3 [2021-01-18T00:35:43.537Z] Step 7/23 : RUN go mod download [2021-01-18T00:35:43.537Z] Removing intermediate container efb135793e3c [2021-01-18T00:35:43.537Z] ---> 4e369a802b2d [2021-01-18T00:35:43.537Z] Step 6/22 : COPY go.mod . [2021-01-18T00:35:43.800Z] ---> Running in 4d2e46e9ae5c [2021-01-18T00:35:43.800Z] ---> 8c3c97a12c42 [2021-01-18T00:35:43.800Z] Step 7/21 : RUN go mod download [2021-01-18T00:35:43.800Z] ---> f9d8e208bae3 [2021-01-18T00:35:43.800Z] Step 7/24 : RUN go mod download [2021-01-18T00:35:44.066Z] ---> Running in 005d6080a79a [2021-01-18T00:35:44.066Z] ---> Running in ec2311a92cbf [2021-01-18T00:35:44.338Z] ---> f868c23e8ac5 [2021-01-18T00:35:44.338Z] Step 7/22 : RUN go mod download [2021-01-18T00:35:44.338Z] ---> Running in 98e717b0fdee [2021-01-18T00:35:45.339Z] OK: 233 MiB in 51 packages [2021-01-18T00:35:45.925Z] Removing intermediate container 0192053e0b47 [2021-01-18T00:35:45.925Z] ---> 980cc0375676 [2021-01-18T00:35:45.925Z] Step 6/24 : COPY go.mod . [2021-01-18T00:35:46.507Z] ---> 78818e79d0d9 [2021-01-18T00:35:46.507Z] Step 7/24 : RUN go mod download [2021-01-18T00:35:46.507Z] Removing intermediate container ec2311a92cbf [2021-01-18T00:35:46.507Z] ---> 1791682a7abe [2021-01-18T00:35:46.507Z] Step 8/24 : COPY . . [2021-01-18T00:35:46.507Z] ---> Running in 80f4eb85d526 [2021-01-18T00:35:46.507Z] Removing intermediate container 005d6080a79a [2021-01-18T00:35:46.507Z] ---> 149fecb40771 [2021-01-18T00:35:46.507Z] Step 8/21 : COPY . . [2021-01-18T00:35:46.772Z] Removing intermediate container 4d2e46e9ae5c [2021-01-18T00:35:46.772Z] ---> c737535bee86 [2021-01-18T00:35:46.772Z] Step 8/23 : COPY . . [2021-01-18T00:35:48.972Z] Removing intermediate container 98e717b0fdee [2021-01-18T00:35:48.972Z] ---> 51740d7f27ea [2021-01-18T00:35:48.972Z] Step 8/22 : COPY . . [2021-01-18T00:35:51.634Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-18T00:35:57.415Z] Removing intermediate container 80f4eb85d526 [2021-01-18T00:35:57.415Z] ---> ba322c90657a [2021-01-18T00:35:57.415Z] Step 8/24 : COPY . . [2021-01-18T00:36:24.327Z] ---> d8a79a178dcc [2021-01-18T00:36:24.327Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-18T00:36:24.327Z] ---> 029102dbbacb [2021-01-18T00:36:24.327Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-18T00:36:24.607Z] ---> Running in 50aa261b633d [2021-01-18T00:36:24.607Z] ---> Running in f9c56656282e [2021-01-18T00:36:25.556Z] ---> 9aacf6a861dd [2021-01-18T00:36:25.556Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-18T00:36:26.160Z] ---> 976e15775d71 [2021-01-18T00:36:26.160Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-18T00:36:26.160Z] ---> Running in 45292450499e [2021-01-18T00:36:26.160Z] ---> Running in f9dfa237aa43 [2021-01-18T00:36:26.426Z] ---> b42fc2fd2be0 [2021-01-18T00:36:26.426Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-18T00:36:26.696Z] ---> Running in 73d392ee0959 [2021-01-18T00:36:27.692Z] 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-18T00:36:27.692Z] 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-18T00:36:27.692Z] 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-18T00:36:27.964Z] 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-18T00:36:27.964Z] 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-18T00:36:38.711Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-18T00:36:44.145Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-18T00:36:47.549Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-18T00:36:47.549Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-18T00:36:47.549Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-18T00:36:47.549Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-18T00:36:47.549Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-18T00:36:47.549Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-18T00:36:50.036Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-18T00:36:52.705Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-18T00:36:59.437Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-18T00:36:59.437Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-18T00:36:59.437Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-18T00:37:04.868Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.304s coverage: 46.6% of statements [2021-01-18T00:37:04.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-18T00:37:04.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-18T00:37:04.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-18T00:37:04.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-18T00:37:04.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-18T00:37:06.973Z] 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-18T00:37:13.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.550s coverage: 27.0% of statements [2021-01-18T00:37:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-18T00:37:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-18T00:37:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-18T00:37:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-18T00:37:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-18T00:37:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-18T00:37:13.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements [2021-01-18T00:37:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-18T00:37:13.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements [2021-01-18T00:37:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-18T00:37:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-18T00:37:13.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.351s coverage: 67.9% of statements [2021-01-18T00:37:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-18T00:37:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-18T00:37:13.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.696s coverage: 82.3% of statements [2021-01-18T00:37:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-18T00:37:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T00:37:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-18T00:37:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-18T00:37:13.707Z] Removing intermediate container 45292450499e [2021-01-18T00:37:13.707Z] ---> a54e27c19d13 [2021-01-18T00:37:13.707Z] [2021-01-18T00:37:13.707Z] Step 10/22 : FROM alpine:3.12 [2021-01-18T00:37:13.707Z] 3.12: Pulling from library/alpine [2021-01-18T00:37:14.672Z] Removing intermediate container 50aa261b633d [2021-01-18T00:37:14.672Z] ---> 900133575693 [2021-01-18T00:37:14.672Z] [2021-01-18T00:37:14.672Z] Step 10/21 : FROM scratch [2021-01-18T00:37:14.672Z] ---> [2021-01-18T00:37:14.672Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:37:15.646Z] ---> Running in a3f8e3a38de9 [2021-01-18T00:37:15.646Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-18T00:37:15.646Z] Removing intermediate container 73d392ee0959 [2021-01-18T00:37:15.646Z] ---> 1cdb51100544 [2021-01-18T00:37:15.646Z] [2021-01-18T00:37:15.646Z] Step 10/24 : FROM scratch [2021-01-18T00:37:15.646Z] ---> [2021-01-18T00:37:15.646Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-18T00:37:15.646Z] Status: Downloaded newer image for alpine:3.12 [2021-01-18T00:37:15.646Z] ---> 389fef711851 [2021-01-18T00:37:15.646Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T00:37:15.646Z] Removing intermediate container f9c56656282e [2021-01-18T00:37:15.646Z] ---> 5674ce4e4a31 [2021-01-18T00:37:15.646Z] [2021-01-18T00:37:15.646Z] Step 10/24 : FROM alpine:3.12 [2021-01-18T00:37:15.646Z] ---> 389fef711851 [2021-01-18T00:37:15.646Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T00:37:15.646Z] ---> Running in c66e4cf038d6 [2021-01-18T00:37:15.646Z] ---> Running in 7c896ccec93b [2021-01-18T00:37:15.924Z] ---> Running in 6b5028606b1d [2021-01-18T00:37:15.924Z] Removing intermediate container a3f8e3a38de9 [2021-01-18T00:37:15.924Z] ---> 484c13793521 [2021-01-18T00:37:15.924Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-18T00:37:16.206Z] ---> Running in 14fcf12f0281 [2021-01-18T00:37:16.206Z] Removing intermediate container c66e4cf038d6 [2021-01-18T00:37:16.206Z] ---> 9e2a55fb3b29 [2021-01-18T00:37:16.206Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-18T00:37:16.476Z] ---> Running in b1dcbf9d2ad5 [2021-01-18T00:37:16.761Z] Removing intermediate container 14fcf12f0281 [2021-01-18T00:37:16.761Z] ---> 4730ec73e042 [2021-01-18T00:37:16.761Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-18T00:37:17.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:17.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:17.094Z] ---> Running in 25a38fd28752 [2021-01-18T00:37:17.094Z] Removing intermediate container b1dcbf9d2ad5 [2021-01-18T00:37:17.094Z] ---> ec7ef8b1e437 [2021-01-18T00:37:17.094Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-18T00:37:17.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:17.410Z] ---> Running in dc4c0f3d3159 [2021-01-18T00:37:17.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:17.410Z] Removing intermediate container 25a38fd28752 [2021-01-18T00:37:17.410Z] ---> a02fb1e2520c [2021-01-18T00:37:17.410Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:37:17.410Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-18T00:37:17.410Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:37:17.410Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-18T00:37:17.410Z] (4/5) Installing curl (7.69.1-r3) [2021-01-18T00:37:17.410Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-18T00:37:17.700Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:37:17.700Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-18T00:37:17.700Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:37:17.700Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-18T00:37:17.700Z] (4/5) Installing curl (7.69.1-r3) [2021-01-18T00:37:17.700Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-18T00:37:17.700Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:37:17.700Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:37:17.700Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:37:17.965Z] OK: 7 MiB in 19 packages [2021-01-18T00:37:17.965Z] OK: 7 MiB in 19 packages [2021-01-18T00:37:18.548Z] Removing intermediate container dc4c0f3d3159 [2021-01-18T00:37:18.548Z] ---> ff3e5f5dbdb8 [2021-01-18T00:37:18.548Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-18T00:37:19.151Z] ---> 9e902f448eb4 [2021-01-18T00:37:19.151Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-18T00:37:19.748Z] ---> a78ad2dd7cf3 [2021-01-18T00:37:19.748Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-18T00:37:21.518Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.166s coverage: 28.6% of statements [2021-01-18T00:37:21.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-18T00:37:21.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-18T00:37:21.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-18T00:37:21.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-18T00:37:21.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-18T00:37:21.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.142s coverage: 100.0% of statements [2021-01-18T00:37:21.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-18T00:37:21.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements [2021-01-18T00:37:21.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-18T00:37:21.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.412s coverage: 86.7% of statements [2021-01-18T00:37:21.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-18T00:37:21.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.361s coverage: 97.5% of statements [2021-01-18T00:37:21.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-18T00:37:21.698Z] ---> 20ef459a7967 [2021-01-18T00:37:21.698Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-18T00:37:21.698Z] Removing intermediate container f9dfa237aa43 [2021-01-18T00:37:21.698Z] ---> 15086d8a7be4 [2021-01-18T00:37:21.699Z] [2021-01-18T00:37:21.699Z] Step 10/23 : FROM alpine:3.12 [2021-01-18T00:37:21.699Z] ---> 389fef711851 [2021-01-18T00:37:21.699Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:37:21.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.144s coverage: 78.3% of statements [2021-01-18T00:37:21.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-18T00:37:21.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-18T00:37:21.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-18T00:37:21.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-18T00:37:21.965Z] ---> 61f66db2aded [2021-01-18T00:37:21.966Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-18T00:37:21.966Z] Removing intermediate container 7c896ccec93b [2021-01-18T00:37:21.966Z] ---> 481887717c53 [2021-01-18T00:37:21.966Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-18T00:37:21.966Z] Removing intermediate container 6b5028606b1d [2021-01-18T00:37:21.966Z] ---> ab42f73d1238 [2021-01-18T00:37:21.966Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T00:37:22.234Z] ---> Running in 8654f64c263b [2021-01-18T00:37:22.512Z] ---> Running in 0e5aa56bb307 [2021-01-18T00:37:22.512Z] ---> Running in 54a599304a9a [2021-01-18T00:37:22.512Z] ---> 7ecf4db4dc82 [2021-01-18T00:37:22.512Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-18T00:37:22.512Z] ---> a238a0e4447f [2021-01-18T00:37:22.512Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:37:22.512Z] Removing intermediate container 8654f64c263b [2021-01-18T00:37:22.512Z] ---> 339ac3958993 [2021-01-18T00:37:22.512Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-18T00:37:22.512Z] ---> Running in e51889715130 [2021-01-18T00:37:22.782Z] ---> Running in 4824883dcabb [2021-01-18T00:37:22.782Z] Removing intermediate container 54a599304a9a [2021-01-18T00:37:22.782Z] ---> 68a012c928e2 [2021-01-18T00:37:22.782Z] Step 13/24 : WORKDIR / [2021-01-18T00:37:22.782Z] Removing intermediate container 0e5aa56bb307 [2021-01-18T00:37:22.782Z] ---> 9e6812f9e3fd [2021-01-18T00:37:22.782Z] Step 13/22 : WORKDIR / [2021-01-18T00:37:23.052Z] ---> Running in 6fbf74929338 [2021-01-18T00:37:23.052Z] ---> Running in b257eab9fb23 [2021-01-18T00:37:23.052Z] Removing intermediate container e51889715130 [2021-01-18T00:37:23.052Z] ---> dab549075937 [2021-01-18T00:37:23.052Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:37:23.052Z] ---> 35d8ca843244 [2021-01-18T00:37:23.052Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-18T00:37:23.052Z] Removing intermediate container 4824883dcabb [2021-01-18T00:37:23.052Z] ---> 848f33df9cd9 [2021-01-18T00:37:23.052Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-18T00:37:23.325Z] ---> Running in 922f8e4c1080 [2021-01-18T00:37:23.325Z] Removing intermediate container 6fbf74929338 [2021-01-18T00:37:23.325Z] ---> bdb8cd2d1eda [2021-01-18T00:37:23.325Z] 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-18T00:37:23.325Z] ---> Running in 8cfe1df49d1e [2021-01-18T00:37:23.593Z] Removing intermediate container b257eab9fb23 [2021-01-18T00:37:23.593Z] ---> a8216314759d [2021-01-18T00:37:23.593Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:37:23.593Z] Removing intermediate container 922f8e4c1080 [2021-01-18T00:37:23.593Z] ---> d5a059bd0706 [2021-01-18T00:37:23.593Z] Step 19/21 : LABEL arch=x86_64 [2021-01-18T00:37:23.593Z] ---> Running in 776f419ea2a7 [2021-01-18T00:37:23.857Z] ---> b49de05b3adb [2021-01-18T00:37:23.857Z] 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-18T00:37:23.857Z] Removing intermediate container 8cfe1df49d1e [2021-01-18T00:37:23.857Z] ---> fb1b1808dee9 [2021-01-18T00:37:23.857Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:37:23.857Z] ---> 6f1cdae7e642 [2021-01-18T00:37:23.857Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-18T00:37:24.137Z] ---> Running in ee6ea44c1c8a [2021-01-18T00:37:24.137Z] ---> 3494462ce9e7 [2021-01-18T00:37:24.137Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-18T00:37:24.137Z] Removing intermediate container 776f419ea2a7 [2021-01-18T00:37:24.137Z] ---> 5fc5b7d4ed54 [2021-01-18T00:37:24.137Z] Step 20/21 : LABEL git_sha=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [2021-01-18T00:37:25.115Z] ---> 31a2273b39ef [2021-01-18T00:37:25.115Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-18T00:37:25.115Z] ---> Running in 5c881443568f [2021-01-18T00:37:25.115Z] ---> 703cd04bcdd8 [2021-01-18T00:37:25.115Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-18T00:37:25.115Z] ---> 64c14c687e8d [2021-01-18T00:37:25.115Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-18T00:37:25.115Z] ---> Running in bc00160eec98 [2021-01-18T00:37:25.396Z] Removing intermediate container 5c881443568f [2021-01-18T00:37:25.396Z] ---> cf2296d82b4e [2021-01-18T00:37:25.396Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T00:37:25.396Z] ---> 4a9e87544f75 [2021-01-18T00:37:25.396Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-18T00:37:25.396Z] ---> Running in dab1cc6c7108 [2021-01-18T00:37:25.670Z] Removing intermediate container bc00160eec98 [2021-01-18T00:37:25.671Z] ---> 17dabec6256d [2021-01-18T00:37:25.671Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:37:25.671Z] ---> 8c8cfb70986a [2021-01-18T00:37:25.671Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-18T00:37:25.671Z] ---> Running in dc68ead1f7fb [2021-01-18T00:37:25.937Z] Removing intermediate container dab1cc6c7108 [2021-01-18T00:37:25.937Z] ---> 052ff5404739 [2021-01-18T00:37:25.937Z] [2021-01-18T00:37:26.201Z] ---> f63c973e62a0 [2021-01-18T00:37:26.201Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-18T00:37:26.201Z] Removing intermediate container dc68ead1f7fb [2021-01-18T00:37:26.201Z] ---> 5d864d7152e7 [2021-01-18T00:37:26.201Z] Step 22/24 : LABEL arch=x86_64 [2021-01-18T00:37:26.201Z] Successfully built 052ff5404739 [2021-01-18T00:37:26.469Z] ---> 4fb2963caad0 [2021-01-18T00:37:26.469Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-18T00:37:26.469Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-18T00:37:26.469Z] Building docker-sys-mgmt-agent-go [2021-01-18T00:37:26.469Z]  Building docker-support-scheduler-go ... done  ---> Running in da22a9d8883b [2021-01-18T00:37:26.469Z] ---> Running in 001c408c9be8 [2021-01-18T00:37:26.746Z] Removing intermediate container ee6ea44c1c8a [2021-01-18T00:37:26.746Z] ---> c4c84d307040 [2021-01-18T00:37:26.746Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-18T00:37:27.014Z] ---> Running in 5531efe5bfd9 [2021-01-18T00:37:27.014Z] Removing intermediate container 001c408c9be8 [2021-01-18T00:37:27.014Z] ---> 357bcb8d4592 [2021-01-18T00:37:27.014Z] Step 23/24 : LABEL git_sha=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [2021-01-18T00:37:27.288Z] ---> 7c8cc6bc88e8 [2021-01-18T00:37:27.288Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-18T00:37:27.288Z] ---> Running in 2e63efea69c0 [2021-01-18T00:37:27.911Z] ---> 21ec7c6f37d6 [2021-01-18T00:37:27.911Z] 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-18T00:37:28.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:28.188Z] Removing intermediate container 2e63efea69c0 [2021-01-18T00:37:28.188Z] ---> 25045a4d484d [2021-01-18T00:37:28.188Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T00:37:28.188Z] ---> Running in 4cf53805d46f [2021-01-18T00:37:28.188Z] ---> Running in 741658bc9a3d [2021-01-18T00:37:28.456Z] Removing intermediate container da22a9d8883b [2021-01-18T00:37:28.456Z] ---> fe3ef552976f [2021-01-18T00:37:28.456Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-18T00:37:28.456Z] Removing intermediate container 741658bc9a3d [2021-01-18T00:37:28.456Z] ---> cbec1d44cf67 [2021-01-18T00:37:28.456Z] [2021-01-18T00:37:29.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:29.869Z] ---> Running in f54ecd1b1ae9 [2021-01-18T00:37:29.869Z] Successfully built cbec1d44cf67 [2021-01-18T00:37:30.136Z] Successfully tagged docker-support-notifications-go:latest [2021-01-18T00:37:30.136Z] Building docker-security-proxy-setup-go [2021-01-18T00:37:30.723Z]  Building docker-support-notifications-go ... done (1/5) Installing libgcc (9.3.0-r2) [2021-01-18T00:37:30.723Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-18T00:37:31.005Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-18T00:37:31.281Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-18T00:37:31.877Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-18T00:37:31.877Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:37:31.877Z] OK: 8 MiB in 19 packages [2021-01-18T00:37:31.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.346s coverage: 92.8% of statements [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-18T00:37:31.988Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-18T00:37:31.988Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.225s coverage: 0.1% of statements [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-18T00:37:31.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.068s coverage: 100.0% of statements [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-18T00:37:31.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.103s coverage: 75.5% of statements [2021-01-18T00:37:31.988Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-18T00:37:31.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.088s coverage: 80.8% of statements [2021-01-18T00:37:31.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.165s coverage: 87.2% of statements [2021-01-18T00:37:31.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.170s coverage: 84.2% of statements [2021-01-18T00:37:32.160Z] Removing intermediate container f54ecd1b1ae9 [2021-01-18T00:37:32.160Z] ---> 062386ba80af [2021-01-18T00:37:32.160Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T00:37:32.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.213s coverage: 91.4% of statements [2021-01-18T00:37:32.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-18T00:37:32.751Z] ---> Running in a089448b026a [2021-01-18T00:37:33.335Z] Removing intermediate container 4cf53805d46f [2021-01-18T00:37:33.335Z] ---> 41be920d5688 [2021-01-18T00:37:33.335Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-18T00:37:34.338Z] Removing intermediate container a089448b026a [2021-01-18T00:37:34.338Z] ---> 1036604c8b92 [2021-01-18T00:37:34.338Z] Step 21/22 : LABEL git_sha=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [2021-01-18T00:37:35.677Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.540s coverage: 63.5% of statements [2021-01-18T00:37:35.677Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-18T00:37:35.677Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-18T00:37:35.677Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2021-01-18T00:37:35.677Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements [2021-01-18T00:37:35.677Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.084s coverage: 100.0% of statements [2021-01-18T00:37:35.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements [2021-01-18T00:37:36.936Z] ---> Running in 96a7f82b5444 [2021-01-18T00:37:36.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-01-18T00:37:37.203Z] ---> Running in 7958334770f6 [2021-01-18T00:37:37.203Z] Removing intermediate container 5531efe5bfd9 [2021-01-18T00:37:37.203Z] ---> f5aaf7d3c76c [2021-01-18T00:37:37.203Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:37:38.183Z] Removing intermediate container 96a7f82b5444 [2021-01-18T00:37:38.183Z] ---> a9ab5267ad69 [2021-01-18T00:37:38.183Z] Step 22/24 : LABEL arch=x86_64 [2021-01-18T00:37:38.183Z] Removing intermediate container 7958334770f6 [2021-01-18T00:37:38.183Z] ---> 52fa23486382 [2021-01-18T00:37:38.183Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:37:38.183Z] ---> Running in 4d07e6fbe759 [2021-01-18T00:37:38.183Z] ---> 362cd1c35397 [2021-01-18T00:37:38.183Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-18T00:37:38.792Z] ---> Running in 515d818468b7 [2021-01-18T00:37:39.381Z] Removing intermediate container 4d07e6fbe759 [2021-01-18T00:37:39.381Z] ---> a9a1ca527934 [2021-01-18T00:37:39.381Z] Step 23/24 : LABEL git_sha=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [2021-01-18T00:37:39.663Z] ---> Running in bc5a46585e45 [2021-01-18T00:37:39.663Z] Removing intermediate container 515d818468b7 [2021-01-18T00:37:39.663Z] ---> 483fbe43d016 [2021-01-18T00:37:39.663Z] [2021-01-18T00:37:40.262Z] Successfully built 483fbe43d016 [2021-01-18T00:37:40.847Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-18T00:37:40.847Z] Building docker-core-metadata-go [2021-01-18T00:37:40.847Z]  Building docker-security-bootstrap-redis-go ... done  ---> 154c99754a11 [2021-01-18T00:37:40.847Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-18T00:37:42.301Z] Removing intermediate container bc5a46585e45 [2021-01-18T00:37:42.301Z] ---> 0d344fff4104 [2021-01-18T00:37:42.301Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T00:37:42.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.968s coverage: 68.9% of statements [2021-01-18T00:37:42.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-18T00:37:42.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-18T00:37:42.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-18T00:37:42.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-18T00:37:42.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-18T00:37:42.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.361s coverage: 37.0% of statements [2021-01-18T00:37:42.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-18T00:37:42.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-18T00:37:42.950Z] ---> Running in 5e805b831da1 [2021-01-18T00:37:42.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.615s coverage: 84.0% of statements [2021-01-18T00:37:42.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.099s coverage: 100.0% of statements [2021-01-18T00:37:43.553Z] ---> 069c1343c608 [2021-01-18T00:37:43.553Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-18T00:37:43.831Z] ---> Running in 20d238c6af59 [2021-01-18T00:37:43.831Z] Removing intermediate container 5e805b831da1 [2021-01-18T00:37:43.831Z] ---> a900b1a06816 [2021-01-18T00:37:43.831Z] [2021-01-18T00:37:44.832Z] Successfully built a900b1a06816 [2021-01-18T00:37:44.832Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:37:44.832Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:37:44.832Z] ---> 78182571a679 [2021-01-18T00:37:44.832Z] Step 3/26 : WORKDIR /edgex-go [2021-01-18T00:37:44.832Z] ---> Using cache [2021-01-18T00:37:44.832Z] ---> 855c949a0741 [2021-01-18T00:37:44.832Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:37:44.832Z] ---> Using cache [2021-01-18T00:37:44.832Z] ---> 7b41c6b26293 [2021-01-18T00:37:44.832Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-18T00:37:45.434Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-18T00:37:45.434Z] Building docker-core-command-go [2021-01-18T00:37:45.434Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 20d238c6af59 [2021-01-18T00:37:45.434Z] ---> d0dfc092f308 [2021-01-18T00:37:45.434Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:37:45.434Z] ---> Running in cd063db696b3 [2021-01-18T00:37:45.434Z] ---> Running in fa31a52f5fc5 [2021-01-18T00:37:46.895Z] Removing intermediate container fa31a52f5fc5 [2021-01-18T00:37:46.895Z] ---> c923dda27727 [2021-01-18T00:37:46.895Z] Step 21/23 : LABEL arch=x86_64 [2021-01-18T00:37:48.867Z] ---> Running in 9287535f0947 [2021-01-18T00:37:48.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:48.867Z] Removing intermediate container 9287535f0947 [2021-01-18T00:37:48.867Z] ---> 53a39b4b11e8 [2021-01-18T00:37:48.867Z] Step 22/23 : LABEL git_sha=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [2021-01-18T00:37:49.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.346s coverage: 47.1% of statements [2021-01-18T00:37:49.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-18T00:37:49.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-18T00:37:49.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-18T00:37:49.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-18T00:37:49.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-18T00:37:49.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.161s coverage: 100.0% of statements [2021-01-18T00:37:49.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-18T00:37:49.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.127s coverage: 100.0% of statements [2021-01-18T00:37:49.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-18T00:37:49.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:49.870Z] ---> Running in 5700a4535812 [2021-01-18T00:37:50.457Z] Removing intermediate container 5700a4535812 [2021-01-18T00:37:50.457Z] ---> 082d3af4b32d [2021-01-18T00:37:50.457Z] Step 23/23 : LABEL version=0.0.0 [2021-01-18T00:37:50.727Z] OK: 233 MiB in 51 packages [2021-01-18T00:37:51.008Z] ---> Running in 74a8b3caa68f [2021-01-18T00:37:52.017Z] Removing intermediate container 74a8b3caa68f [2021-01-18T00:37:52.017Z] ---> 423f07089ba9 [2021-01-18T00:37:52.017Z] [2021-01-18T00:37:52.289Z] Successfully built 423f07089ba9 [2021-01-18T00:37:52.289Z] Successfully tagged docker-core-data-go:latest [2021-01-18T00:37:52.559Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:37:52.559Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:37:52.559Z] ---> 78182571a679 [2021-01-18T00:37:52.559Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T00:37:52.559Z] ---> Using cache [2021-01-18T00:37:52.559Z] ---> 855c949a0741 [2021-01-18T00:37:52.559Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:37:52.559Z] ---> Using cache [2021-01-18T00:37:52.559Z] ---> 7b41c6b26293 [2021-01-18T00:37:52.559Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T00:37:53.524Z] Removing intermediate container cd063db696b3 [2021-01-18T00:37:53.524Z] ---> e1bd5945dc08 [2021-01-18T00:37:53.524Z] Step 6/26 : COPY go.mod . [2021-01-18T00:37:53.524Z] ---> Running in d9e88cb199e8 [2021-01-18T00:37:54.506Z] ---> 3e1a84d5adcc [2021-01-18T00:37:54.506Z] Step 7/26 : RUN go mod download [2021-01-18T00:37:54.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:54.950Z] ---> Running in 0950512c2b60 [2021-01-18T00:37:55.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.199s coverage: 29.1% of statements [2021-01-18T00:37:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-18T00:37:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-18T00:37:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-18T00:37:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-18T00:37:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-18T00:37:55.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.185s coverage: 99.0% of statements [2021-01-18T00:37:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-18T00:37:55.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements [2021-01-18T00:37:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-18T00:37:55.143Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-01-18T00:37:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-18T00:37:55.143Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-01-18T00:37:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-18T00:37:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-18T00:37:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-18T00:37:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-18T00:37:55.143Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements [2021-01-18T00:37:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-18T00:37:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-18T00:37:55.143Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-01-18T00:37:55.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:37:56.131Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.051s coverage: 32.1% of statements [2021-01-18T00:37:56.774Z] OK: 233 MiB in 51 packages [2021-01-18T00:37:57.556Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-18T00:37:58.151Z] GO111MODULE=on go vet ./... [2021-01-18T00:37:58.764Z] Removing intermediate container d9e88cb199e8 [2021-01-18T00:37:58.764Z] ---> 3698647a2a9c [2021-01-18T00:37:58.764Z] Step 6/21 : COPY go.mod . [2021-01-18T00:37:59.735Z] ---> 708ab4e1ee9f [2021-01-18T00:37:59.735Z] Step 7/21 : RUN go mod download [2021-01-18T00:38:00.352Z] ---> Running in 96d15d3e085f [2021-01-18T00:38:00.620Z] Removing intermediate container 0950512c2b60 [2021-01-18T00:38:00.620Z] ---> 1553028d0520 [2021-01-18T00:38:00.620Z] Step 8/26 : COPY . . [2021-01-18T00:38:06.078Z] Removing intermediate container 96d15d3e085f [2021-01-18T00:38:06.078Z] ---> 9918a75fe259 [2021-01-18T00:38:06.078Z] Step 8/21 : COPY . . [2021-01-18T00:38:09.539Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:38:09.539Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:38:09.539Z] ---> 78182571a679 [2021-01-18T00:38:09.539Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:38:09.539Z] ---> Using cache [2021-01-18T00:38:09.539Z] ---> 855c949a0741 [2021-01-18T00:38:09.539Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:38:09.539Z] ---> Using cache [2021-01-18T00:38:09.539Z] ---> 7b41c6b26293 [2021-01-18T00:38:09.539Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:38:09.539Z] ---> Using cache [2021-01-18T00:38:09.539Z] ---> 3698647a2a9c [2021-01-18T00:38:09.539Z] Step 6/22 : COPY go.mod . [2021-01-18T00:38:09.539Z] ---> Using cache [2021-01-18T00:38:09.539Z] ---> 708ab4e1ee9f [2021-01-18T00:38:09.539Z] Step 7/22 : RUN go mod download [2021-01-18T00:38:09.539Z] ---> Using cache [2021-01-18T00:38:09.539Z] ---> 9918a75fe259 [2021-01-18T00:38:09.539Z] Step 8/22 : COPY . . [2021-01-18T00:38:09.818Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:38:09.818Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:38:09.818Z] ---> 78182571a679 [2021-01-18T00:38:09.818Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:38:09.818Z] ---> Using cache [2021-01-18T00:38:09.818Z] ---> 855c949a0741 [2021-01-18T00:38:09.818Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:38:09.818Z] ---> Using cache [2021-01-18T00:38:09.818Z] ---> 7b41c6b26293 [2021-01-18T00:38:09.818Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:38:09.819Z] ---> Using cache [2021-01-18T00:38:09.819Z] ---> 3698647a2a9c [2021-01-18T00:38:09.819Z] Step 6/22 : COPY go.mod . [2021-01-18T00:38:09.819Z] ---> Using cache [2021-01-18T00:38:09.819Z] ---> 708ab4e1ee9f [2021-01-18T00:38:09.819Z] Step 7/22 : RUN go mod download [2021-01-18T00:38:09.819Z] ---> Using cache [2021-01-18T00:38:09.819Z] ---> 9918a75fe259 [2021-01-18T00:38:09.819Z] Step 8/22 : COPY . . [2021-01-18T00:38:48.872Z] ---> f99141a95c65 [2021-01-18T00:38:48.872Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-18T00:38:48.872Z] ---> 0725fa9ae228 [2021-01-18T00:38:48.872Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-18T00:38:48.872Z] ---> Running in b1688104f5a5 [2021-01-18T00:38:48.872Z] ---> Running in 4a1e1dea204b [2021-01-18T00:38:48.872Z] ---> 3d109dbff23c [2021-01-18T00:38:48.872Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-18T00:38:48.872Z] ---> 3bca67214da5 [2021-01-18T00:38:48.872Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-18T00:38:48.872Z] ---> Running in d32a53d3a5fe [2021-01-18T00:38:48.872Z] ---> Running in c283555dc955 [2021-01-18T00:38:48.872Z] 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-18T00:38:48.872Z] 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-18T00:38:48.872Z] 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-18T00:38:48.872Z] 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-18T00:39:06.179Z] gofmt -l . [2021-01-18T00:39:07.159Z] [ "`gofmt -l .`" = "" ] [2021-01-18T00:39:10.526Z] ./bin/test-go-mod-tidy.sh [2021-01-18T00:39:10.801Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-18T00:39:12.913Z] + ls -al . [2021-01-18T00:39:12.913Z] total 684 [2021-01-18T00:39:12.913Z] drwxrwxr-x 9 1001 1001 4096 Jan 18 00:39 . [2021-01-18T00:39:12.913Z] drwxr-xr-x 4 root root 4096 Jan 18 00:35 .. [2021-01-18T00:39:12.913Z] -rw-rw-r-- 1 1001 1001 11 Jan 18 00:33 .dockerignore [2021-01-18T00:39:12.913Z] drwxrwxr-x 8 1001 1001 4096 Jan 18 00:34 .git [2021-01-18T00:39:12.913Z] drwxrwxr-x 3 1001 1001 4096 Jan 18 00:33 .github [2021-01-18T00:39:12.913Z] -rw-rw-r-- 1 1001 1001 824 Jan 18 00:33 .gitignore [2021-01-18T00:39:12.913Z] -rw-rw-r-- 1 1001 1001 166 Jan 18 00:33 .sonarcloud.properties [2021-01-18T00:39:12.913Z] -rw-rw-r-- 1 1001 1001 7744 Jan 18 00:33 Attribution.txt [2021-01-18T00:39:12.913Z] -rw-rw-r-- 1 1001 1001 3804 Jan 18 00:33 CONTRIBUTING.md [2021-01-18T00:39:12.913Z] -rw-rw-r-- 1 1001 1001 931 Jan 18 00:33 Dockerfile.build [2021-01-18T00:39:12.913Z] -rw-rw-r-- 1 1001 1001 863 Jan 18 00:33 Jenkinsfile [2021-01-18T00:39:12.913Z] -rw-rw-r-- 1 1001 1001 10775 Jan 18 00:33 LICENSE [2021-01-18T00:39:12.913Z] -rw-rw-r-- 1 1001 1001 5750 Jan 18 00:33 Makefile [2021-01-18T00:39:12.913Z] -rw-rw-r-- 1 1001 1001 6524 Jan 18 00:33 README.md [2021-01-18T00:39:12.913Z] -rw-rw-r-- 1 1001 1001 6744 Jan 18 00:33 SECURITY.md [2021-01-18T00:39:12.913Z] -rw-rw-r-- 1 1001 1001 5 Jan 18 00:31 VERSION [2021-01-18T00:39:12.913Z] -rw-rw-r-- 1 1001 1001 4131 Jan 18 00:33 ZMQWindows.md [2021-01-18T00:39:12.913Z] drwxrwxr-x 2 1001 1001 4096 Jan 18 00:33 bin [2021-01-18T00:39:12.913Z] drwxrwxr-x 14 1001 1001 4096 Jan 18 00:33 cmd [2021-01-18T00:39:12.913Z] -rw-r--r-- 1 root root 550280 Jan 18 00:37 coverage.out [2021-01-18T00:39:12.913Z] -rw-r--r-- 1 root root 981 Jan 18 00:39 go.mod [2021-01-18T00:39:12.913Z] -rw-r--r-- 1 root root 19326 Jan 18 00:39 go.sum [2021-01-18T00:39:12.913Z] drwxrwxr-x 8 1001 1001 4096 Jan 18 00:33 internal [2021-01-18T00:39:12.913Z] drwxrwxr-x 4 1001 1001 4096 Jan 18 00:33 openapi [2021-01-18T00:39:12.913Z] drwxrwxr-x 4 1001 1001 4096 Jan 18 00:33 snap [2021-01-18T00:39:12.913Z] -rw-rw-r-- 1 1001 1001 168 Jan 18 00:33 version.go [Pipeline] sh [2021-01-18T00:39:13.581Z] + '[' -e coverage.out ] [2021-01-18T00:39:13.581Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-18T00:39:13.603Z] Warning: overwriting stash ‘coverage-report’ [2021-01-18T00:39:14.940Z] Stashed 1 file(s) [Pipeline] sh [2021-01-18T00:39:15.678Z] + make build [2021-01-18T00:39:15.678Z] 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-18T00:39:15.787Z] 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-18T00:39:21.243Z] Removing intermediate container c283555dc955 [2021-01-18T00:39:21.243Z] ---> e4e9d6dd6462 [2021-01-18T00:39:21.244Z] [2021-01-18T00:39:21.244Z] Step 10/22 : FROM scratch [2021-01-18T00:39:21.244Z] ---> [2021-01-18T00:39:21.244Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:39:21.825Z] ---> Using cache [2021-01-18T00:39:21.825Z] ---> 484c13793521 [2021-01-18T00:39:21.825Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-18T00:39:21.825Z] ---> Running in 9826547872df [2021-01-18T00:39:22.096Z] Removing intermediate container 4a1e1dea204b [2021-01-18T00:39:22.096Z] ---> c6c7b615d1cf [2021-01-18T00:39:22.096Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-18T00:39:22.096Z] ---> Running in 30b85f814e0f [2021-01-18T00:39:22.379Z] Removing intermediate container 9826547872df [2021-01-18T00:39:22.379Z] ---> 61f97b8a786d [2021-01-18T00:39:22.379Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T00:39:23.003Z] ---> Running in d30abd07aa7d [2021-01-18T00:39:23.003Z] 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-18T00:39:25.817Z] Removing intermediate container d30abd07aa7d [2021-01-18T00:39:25.817Z] ---> 0ac0f0921ca5 [2021-01-18T00:39:25.817Z] Step 14/22 : WORKDIR / [2021-01-18T00:39:25.817Z] ---> Running in c17a15744981 [2021-01-18T00:39:26.080Z] Removing intermediate container b1688104f5a5 [2021-01-18T00:39:26.080Z] ---> 8f320f9783a6 [2021-01-18T00:39:26.080Z] [2021-01-18T00:39:26.080Z] Step 10/21 : FROM alpine:3.12 [2021-01-18T00:39:26.080Z] ---> 389fef711851 [2021-01-18T00:39:26.080Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-18T00:39:26.080Z] Removing intermediate container d32a53d3a5fe [2021-01-18T00:39:26.080Z] ---> b7f35f6333c2 [2021-01-18T00:39:26.080Z] [2021-01-18T00:39:26.080Z] Step 10/22 : FROM scratch [2021-01-18T00:39:26.080Z] ---> [2021-01-18T00:39:26.080Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:39:26.080Z] ---> Running in 06cb4f7993af [2021-01-18T00:39:26.346Z] ---> Using cache [2021-01-18T00:39:26.346Z] ---> 484c13793521 [2021-01-18T00:39:26.346Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-18T00:39:26.346Z] Removing intermediate container c17a15744981 [2021-01-18T00:39:26.346Z] ---> 68b03e4f02e3 [2021-01-18T00:39:26.346Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:39:26.346Z] ---> Running in d4ef1488659c [2021-01-18T00:39:26.610Z] Removing intermediate container d4ef1488659c [2021-01-18T00:39:26.610Z] ---> ceba31747852 [2021-01-18T00:39:26.610Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T00:39:26.879Z] ---> 6f58572846e2 [2021-01-18T00:39:26.879Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-18T00:39:26.879Z] ---> Running in 66a0ae025b7a [2021-01-18T00:39:26.879Z] Removing intermediate container 30b85f814e0f [2021-01-18T00:39:26.879Z] ---> f1753ca1c8c4 [2021-01-18T00:39:26.879Z] [2021-01-18T00:39:26.879Z] Step 11/26 : FROM docker:20.10.0 [2021-01-18T00:39:26.879Z] 20.10.0: Pulling from library/docker [2021-01-18T00:39:27.156Z] Removing intermediate container 66a0ae025b7a [2021-01-18T00:39:27.157Z] ---> 50b5fba4728b [2021-01-18T00:39:27.157Z] Step 14/22 : WORKDIR / [2021-01-18T00:39:27.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:27.157Z] ---> Running in 35ee16a4922a [2021-01-18T00:39:27.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:27.427Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-18T00:39:27.694Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:39:27.694Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-18T00:39:27.694Z] (4/4) Installing curl (7.69.1-r3) [2021-01-18T00:39:27.694Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:39:27.694Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:39:27.694Z] OK: 7 MiB in 18 packages [2021-01-18T00:39:28.290Z] ---> 0dd03ab10642 [2021-01-18T00:39:28.290Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-18T00:39:28.290Z] Removing intermediate container 35ee16a4922a [2021-01-18T00:39:28.290Z] ---> 0ea055d082b8 [2021-01-18T00:39:28.290Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:39:29.106Z] 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-18T00:39:29.246Z] ---> 1e513288c4ba [2021-01-18T00:39:29.246Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-18T00:39:29.246Z] ---> e861570103ae [2021-01-18T00:39:29.246Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-18T00:39:29.511Z] ---> Running in 0039aa685e49 [2021-01-18T00:39:29.511Z] Removing intermediate container 06cb4f7993af [2021-01-18T00:39:29.511Z] ---> 4a8c3e835ed9 [2021-01-18T00:39:29.511Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T00:39:29.511Z] ---> Running in 6689fe74659a [2021-01-18T00:39:30.466Z] Removing intermediate container 0039aa685e49 [2021-01-18T00:39:30.466Z] ---> 95ab5048f6d3 [2021-01-18T00:39:30.466Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:39:30.735Z] Removing intermediate container 6689fe74659a [2021-01-18T00:39:30.735Z] ---> b873afdb8278 [2021-01-18T00:39:30.735Z] Step 13/21 : WORKDIR /edgex [2021-01-18T00:39:30.735Z] ---> 452dcf73cb54 [2021-01-18T00:39:30.735Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-18T00:39:30.735Z] ---> Running in e84169708059 [2021-01-18T00:39:30.735Z] ---> Running in 5d9df56b0568 [2021-01-18T00:39:31.004Z] Removing intermediate container e84169708059 [2021-01-18T00:39:31.004Z] ---> 910c8cdd4d50 [2021-01-18T00:39:31.004Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T00:39:31.004Z] Removing intermediate container 5d9df56b0568 [2021-01-18T00:39:31.004Z] ---> 766177612144 [2021-01-18T00:39:31.004Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-18T00:39:31.273Z] ---> 94753b021f01 [2021-01-18T00:39:31.273Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-18T00:39:31.273Z] ---> Running in 9984c8a0b3a9 [2021-01-18T00:39:31.273Z] ---> Running in ff406bf78347 [2021-01-18T00:39:31.536Z] Removing intermediate container ff406bf78347 [2021-01-18T00:39:31.536Z] ---> 80fe28e51939 [2021-01-18T00:39:31.536Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:39:31.536Z] Removing intermediate container 9984c8a0b3a9 [2021-01-18T00:39:31.536Z] ---> b3054eb691a7 [2021-01-18T00:39:31.536Z] Step 21/22 : LABEL git_sha=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [2021-01-18T00:39:31.536Z] ---> 04cfe64a871c [2021-01-18T00:39:31.536Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-18T00:39:31.804Z] ---> Running in ae740e4c855e [2021-01-18T00:39:31.804Z] ---> Running in b59a2152308c [2021-01-18T00:39:31.804Z] Removing intermediate container ae740e4c855e [2021-01-18T00:39:31.804Z] ---> 4be3d305a289 [2021-01-18T00:39:31.804Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T00:39:32.082Z] ---> Running in 41e6f1ea94fe [2021-01-18T00:39:32.082Z] Removing intermediate container b59a2152308c [2021-01-18T00:39:32.082Z] ---> 0cf0826450d7 [2021-01-18T00:39:32.082Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:39:32.082Z] ---> Running in 5dc0c0bc204d [2021-01-18T00:39:32.358Z] ---> d1476898ba61 [2021-01-18T00:39:32.358Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-18T00:39:32.358Z] Removing intermediate container 41e6f1ea94fe [2021-01-18T00:39:32.358Z] ---> c522f5656980 [2021-01-18T00:39:32.358Z] Step 21/22 : LABEL git_sha=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [2021-01-18T00:39:32.358Z] Removing intermediate container 5dc0c0bc204d [2021-01-18T00:39:32.630Z] ---> fb140fddce1e [2021-01-18T00:39:32.630Z] [2021-01-18T00:39:32.630Z] ---> Running in 9e8846822cd0 [2021-01-18T00:39:32.630Z] Successfully built fb140fddce1e [2021-01-18T00:39:32.898Z] Successfully tagged docker-core-command-go:latest [2021-01-18T00:39:32.898Z]  Building docker-core-command-go ... done Removing intermediate container 9e8846822cd0 [2021-01-18T00:39:32.898Z] ---> 4ba7122bb7dd [2021-01-18T00:39:32.898Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:39:33.165Z] ---> 8cabf1d1745f [2021-01-18T00:39:33.165Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-18T00:39:33.165Z] ---> Running in f25e8a16f9ed [2021-01-18T00:39:33.165Z] ---> Running in fb8600918615 [2021-01-18T00:39:33.427Z] Removing intermediate container f25e8a16f9ed [2021-01-18T00:39:33.427Z] ---> fb3bb96570f6 [2021-01-18T00:39:33.427Z] [2021-01-18T00:39:33.427Z] Removing intermediate container fb8600918615 [2021-01-18T00:39:33.427Z] ---> 358b911bf336 [2021-01-18T00:39:33.427Z] Step 18/21 : CMD ["--init=true"] [2021-01-18T00:39:33.427Z] Successfully built fb3bb96570f6 [2021-01-18T00:39:33.427Z] Successfully tagged docker-core-metadata-go:latest [2021-01-18T00:39:33.689Z]  Building docker-core-metadata-go ... done  ---> Running in a4cdd00fd58c [2021-01-18T00:39:33.951Z] Removing intermediate container a4cdd00fd58c [2021-01-18T00:39:33.951Z] ---> 8fddecd300f7 [2021-01-18T00:39:33.951Z] Step 19/21 : LABEL arch=x86_64 [2021-01-18T00:39:33.951Z] ---> Running in 03b71005fdb5 [2021-01-18T00:39:34.224Z] Removing intermediate container 03b71005fdb5 [2021-01-18T00:39:34.224Z] ---> 04fe560503ac [2021-01-18T00:39:34.224Z] Step 20/21 : LABEL git_sha=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [2021-01-18T00:39:34.224Z] ---> Running in 9e26cb2c8e1e [2021-01-18T00:39:34.486Z] Removing intermediate container 9e26cb2c8e1e [2021-01-18T00:39:34.486Z] ---> 65ff7005ff5e [2021-01-18T00:39:34.486Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T00:39:34.749Z] ---> Running in f21248297065 [2021-01-18T00:39:34.749Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-18T00:39:34.749Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-18T00:39:34.749Z] ---> aefe523efa57 [2021-01-18T00:39:34.749Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-18T00:39:34.749Z] ---> Running in 2e4d8a8d4ca1 [2021-01-18T00:39:35.014Z] Removing intermediate container f21248297065 [2021-01-18T00:39:35.014Z] ---> 28332961a68d [2021-01-18T00:39:35.014Z] [2021-01-18T00:39:35.289Z] Successfully built 28332961a68d [2021-01-18T00:39:35.289Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-18T00:39:35.569Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:35.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:35.832Z] (1/2) Installing readline (8.0.4-r0) [2021-01-18T00:39:35.832Z] (2/2) Installing bash (5.0.17-r0) [2021-01-18T00:39:35.832Z] Executing bash-5.0.17-r0.post-install [2021-01-18T00:39:35.832Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:39:35.832Z] OK: 12 MiB in 22 packages [2021-01-18T00:39:36.408Z] Removing intermediate container 2e4d8a8d4ca1 [2021-01-18T00:39:36.408Z] ---> 479857d78569 [2021-01-18T00:39:36.408Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-18T00:39:36.408Z] ---> Running in 51bfdca9c2ac [2021-01-18T00:39:36.408Z] Removing intermediate container 51bfdca9c2ac [2021-01-18T00:39:36.408Z] ---> 26542f9e51ac [2021-01-18T00:39:36.408Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-18T00:39:36.669Z] ---> Running in fc58d29edc38 [2021-01-18T00:39:36.669Z] Removing intermediate container fc58d29edc38 [2021-01-18T00:39:36.669Z] ---> a5e154dfeca1 [2021-01-18T00:39:36.669Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-18T00:39:36.669Z] ---> Running in c0e0beb4299c [2021-01-18T00:39:36.931Z] Removing intermediate container c0e0beb4299c [2021-01-18T00:39:36.931Z] ---> 8711a68a3eb2 [2021-01-18T00:39:36.931Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-18T00:39:37.505Z] ---> d028e7809957 [2021-01-18T00:39:37.505Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-18T00:39:37.769Z] ---> 5040c0d39485 [2021-01-18T00:39:37.769Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-18T00:39:38.030Z] ---> 71e2dfd794bc [2021-01-18T00:39:38.030Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-18T00:39:38.030Z] ---> Running in 6612fb592621 [2021-01-18T00:39:38.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:38.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:38.869Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-18T00:39:38.869Z] (2/33) Installing expat (2.2.9-r1) [2021-01-18T00:39:38.869Z] (3/33) Installing libffi (3.3-r2) [2021-01-18T00:39:38.869Z] (4/33) Installing gdbm (1.13-r1) [2021-01-18T00:39:38.869Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-18T00:39:38.869Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-18T00:39:38.869Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-18T00:39:39.819Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-18T00:39:39.819Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-18T00:39:39.819Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-18T00:39:39.819Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-18T00:39:39.819Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-18T00:39:39.819Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-18T00:39:40.082Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-18T00:39:40.082Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-18T00:39:40.082Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-18T00:39:40.082Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-18T00:39:40.082Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-18T00:39:40.082Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-18T00:39:40.082Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-18T00:39:40.082Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-18T00:39:40.082Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-18T00:39:40.343Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-18T00:39:40.344Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-18T00:39:40.344Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-18T00:39:40.344Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-18T00:39:40.344Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-18T00:39:40.344Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-18T00:39:40.607Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-18T00:39:40.607Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-18T00:39:40.607Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-18T00:39:40.607Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-18T00:39:40.607Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-18T00:39:40.607Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:39:40.607Z] OK: 71 MiB in 55 packages [2021-01-18T00:39:48.874Z] Removing intermediate container 6612fb592621 [2021-01-18T00:39:48.874Z] ---> b08975da2d07 [2021-01-18T00:39:48.874Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-18T00:39:48.874Z] ---> Running in c25d301ce2d1 [2021-01-18T00:39:50.799Z] Collecting docker-compose==1.23.2 [2021-01-18T00:39:50.799Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-18T00:39:50.799Z] Collecting texttable<0.10,>=0.9.0 [2021-01-18T00:39:50.799Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-18T00:39:51.061Z] 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-18T00:39:51.323Z] Collecting jsonschema<3,>=2.5.1 [2021-01-18T00:39:51.323Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-18T00:39:51.323Z] Collecting docopt<0.7,>=0.6.1 [2021-01-18T00:39:51.323Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-18T00:39:52.336Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-18T00:39:52.336Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-18T00:39:52.336Z] Collecting PyYAML<4,>=3.10 [2021-01-18T00:39:52.336Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-18T00:39:53.360Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-18T00:39:53.360Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-18T00:39:53.360Z] Collecting cached-property<2,>=1.2.0 [2021-01-18T00:39:53.360Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-18T00:39:53.631Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-18T00:39:53.631Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-18T00:39:54.208Z] Collecting docker<4.0,>=3.6.0 [2021-01-18T00:39:54.208Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-18T00:39:54.208Z] 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-18T00:39:54.471Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-18T00:39:54.471Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-18T00:39:54.471Z] Collecting idna<2.8,>=2.5 [2021-01-18T00:39:54.471Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-18T00:39:54.471Z] 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-18T00:39:54.761Z] Collecting docker-pycreds>=0.4.0 [2021-01-18T00:39:54.761Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-18T00:39:54.761Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-18T00:39:54.761Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-18T00:39:54.761Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-18T00:39:54.761Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-18T00:39:54.761Z] Installing collected packages: texttable, jsonschema, docopt, urllib3, idna, requests, PyYAML, websocket-client, cached-property, dockerpty, docker-pycreds, docker, docker-compose [2021-01-18T00:39:54.761Z] Running setup.py install for texttable: started [2021-01-18T00:39:55.337Z] Running setup.py install for texttable: finished with status 'done' [2021-01-18T00:39:55.337Z] Running setup.py install for docopt: started [2021-01-18T00:39:55.885Z] 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-18T00:39:55.913Z] Running setup.py install for docopt: finished with status 'done' [2021-01-18T00:39:55.913Z] Attempting uninstall: urllib3 [2021-01-18T00:39:55.913Z] Found existing installation: urllib3 1.25.9 [2021-01-18T00:39:55.913Z] Uninstalling urllib3-1.25.9: [2021-01-18T00:39:55.913Z] Successfully uninstalled urllib3-1.25.9 [2021-01-18T00:39:56.174Z] Attempting uninstall: idna [2021-01-18T00:39:56.174Z] Found existing installation: idna 2.9 [2021-01-18T00:39:56.174Z] Uninstalling idna-2.9: [2021-01-18T00:39:56.174Z] Successfully uninstalled idna-2.9 [2021-01-18T00:39:56.436Z] Attempting uninstall: requests [2021-01-18T00:39:56.436Z] Found existing installation: requests 2.23.0 [2021-01-18T00:39:56.436Z] Uninstalling requests-2.23.0: [2021-01-18T00:39:56.436Z] Successfully uninstalled requests-2.23.0 [2021-01-18T00:39:56.699Z] Running setup.py install for PyYAML: started [2021-01-18T00:39:56.863Z] 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-18T00:39:57.272Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-18T00:39:57.272Z] Running setup.py install for dockerpty: started [2021-01-18T00:39:57.844Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-18T00:39:58.425Z] 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-18T00:40:01.005Z] Removing intermediate container c25d301ce2d1 [2021-01-18T00:40:01.005Z] ---> ae1777559c01 [2021-01-18T00:40:01.005Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-18T00:40:01.274Z] ---> Running in 79bed9849faa [2021-01-18T00:40:01.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:40:01.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:40:02.128Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:40:02.128Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-18T00:40:02.128Z] (3/3) Installing curl (7.69.1-r3) [2021-01-18T00:40:02.128Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:40:02.128Z] OK: 72 MiB in 58 packages [2021-01-18T00:40:02.258Z] 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-18T00:40:02.704Z] Removing intermediate container 79bed9849faa [2021-01-18T00:40:02.704Z] ---> b9800ac1e12a [2021-01-18T00:40:02.704Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-18T00:40:02.704Z] ---> Running in b5ed124e8123 [2021-01-18T00:40:02.704Z] Removing intermediate container b5ed124e8123 [2021-01-18T00:40:02.704Z] ---> f60f3bd5839a [2021-01-18T00:40:02.704Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:40:02.978Z] ---> Running in e90e1e4d35cb [2021-01-18T00:40:02.978Z] Removing intermediate container e90e1e4d35cb [2021-01-18T00:40:02.978Z] ---> f135c6e1a34b [2021-01-18T00:40:02.978Z] Step 24/26 : LABEL arch=x86_64 [2021-01-18T00:40:03.238Z] 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-18T00:40:03.242Z] ---> Running in 5a3a54c68763 [2021-01-18T00:40:03.242Z] Removing intermediate container 5a3a54c68763 [2021-01-18T00:40:03.242Z] ---> e19319111e92 [2021-01-18T00:40:03.242Z] Step 25/26 : LABEL git_sha=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [2021-01-18T00:40:03.242Z] ---> Running in 44f080c06d50 [2021-01-18T00:40:03.508Z] Removing intermediate container 44f080c06d50 [2021-01-18T00:40:03.508Z] ---> 7553e0000d2d [2021-01-18T00:40:03.508Z] Step 26/26 : LABEL version=0.0.0 [2021-01-18T00:40:03.508Z] ---> Running in 848290652a7c [2021-01-18T00:40:03.771Z] Removing intermediate container 848290652a7c [2021-01-18T00:40:03.771Z] ---> 53f3d788ff9e [2021-01-18T00:40:03.771Z] [2021-01-18T00:40:03.771Z] Successfully built 53f3d788ff9e [2021-01-18T00:40:03.771Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-18T00:40:04.627Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-18T00:40:04.646Z] $ docker stop --time=1 23f01db45e80e99e1c2fafec2bd2e558ed6823b076fdb00c6db3bc3a74b1a069 [2021-01-18T00:40:06.250Z] $ docker rm -f 23f01db45e80e99e1c2fafec2bd2e558ed6823b076fdb00c6db3bc3a74b1a069 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T00:40:06.774Z] + grep docker [2021-01-18T00:40:06.774Z] + docker images [2021-01-18T00:40:06.774Z] docker-sys-mgmt-agent-go latest 53f3d788ff9e 3 seconds ago 313MB [2021-01-18T00:40:06.774Z] docker-security-proxy-setup-go latest 28332961a68d 32 seconds ago 24.4MB [2021-01-18T00:40:06.774Z] docker-core-metadata-go latest fb3bb96570f6 33 seconds ago 13.1MB [2021-01-18T00:40:06.774Z] docker-core-command-go latest fb140fddce1e 34 seconds ago 10.6MB [2021-01-18T00:40:06.774Z] docker-core-data-go latest 423f07089ba9 2 minutes ago 22.3MB [2021-01-18T00:40:06.774Z] docker-security-secretstore-setup-go latest a900b1a06816 2 minutes ago 24.6MB [2021-01-18T00:40:06.774Z] docker-security-bootstrap-redis-go latest 483fbe43d016 2 minutes ago 15.8MB [2021-01-18T00:40:06.774Z] docker-support-notifications-go latest cbec1d44cf67 2 minutes ago 12MB [2021-01-18T00:40:06.774Z] docker-support-scheduler-go latest 052ff5404739 2 minutes ago 10.7MB [2021-01-18T00:40:06.774Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-18T00:40:09.955Z] 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-18T00:40:15.361Z] 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-18T00:40:19.677Z] 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-18T00:40:22.514Z] Still waiting to schedule task [2021-01-18T00:40:22.515Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-18T00:40:25.078Z] 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-18T00:40:29.385Z] 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-18T00:40:34.791Z] 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-18T00:40:39.121Z] $ docker stop --time=1 0e1041e6d144c7c7a81486337870990a631d654c6804338a9ebbceb7a41786d2 [2021-01-18T00:40:41.779Z] $ docker rm -f 0e1041e6d144c7c7a81486337870990a631d654c6804338a9ebbceb7a41786d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:40:43.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T00:40:44.188Z] [2021-01-18T00:40:44.188Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:40:44.581Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T00:40:44.855Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-18T00:40:44.855Z] 29e5d40040c1: Pulling fs layer [2021-01-18T00:40:44.855Z] 1ce36da41761: Pulling fs layer [2021-01-18T00:40:44.855Z] 25b303627fd3: Pulling fs layer [2021-01-18T00:40:44.855Z] 29e5d40040c1: Download complete [2021-01-18T00:40:45.834Z] 29e5d40040c1: Pull complete [2021-01-18T00:40:45.834Z] 1ce36da41761: Verifying Checksum [2021-01-18T00:40:45.834Z] 1ce36da41761: Download complete [2021-01-18T00:40:46.816Z] 1ce36da41761: Pull complete [2021-01-18T00:40:47.412Z] 25b303627fd3: Verifying Checksum [2021-01-18T00:40:47.412Z] 25b303627fd3: Download complete [2021-01-18T00:40:57.573Z] 25b303627fd3: Pull complete [2021-01-18T00:40:57.573Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-18T00:40:57.573Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T00:40:57.573Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-18T00:40:57.888Z] prd-ubuntu18.04-docker-arm64-4c-16g-20847 does not seem to be running inside a container [2021-01-18T00:40:57.965Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-18T00:41:01.381Z] $ docker top 42782db4ad44a6f6ad6160258a5a67d2181b85422eaf2934efcc1fd7cf991459 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:41:02.547Z] + docker-compose build --help [2021-01-18T00:41:02.547Z] + grep parallel [2021-01-18T00:41:07.930Z] --parallel Build images in parallel. [Pipeline] } [2021-01-18T00:41:07.937Z] $ docker stop --time=1 42782db4ad44a6f6ad6160258a5a67d2181b85422eaf2934efcc1fd7cf991459 [2021-01-18T00:41:09.988Z] $ docker rm -f 42782db4ad44a6f6ad6160258a5a67d2181b85422eaf2934efcc1fd7cf991459 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:41:11.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T00:41:11.045Z] . [Pipeline] withDockerContainer [2021-01-18T00:41:11.343Z] prd-ubuntu18.04-docker-arm64-4c-16g-20847 does not seem to be running inside a container [2021-01-18T00:41:11.447Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-18T00:41:13.023Z] $ docker top 983ce285f0dee0d018530cd6897090d6ed7f0135c4c24cd5184ecde98fd0f28d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:41:14.117Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-18T00:41:19.538Z] Building docker-core-command-go ... [2021-01-18T00:41:19.538Z] Building docker-core-data-go ... [2021-01-18T00:41:19.538Z] Building docker-core-metadata-go ... [2021-01-18T00:41:19.538Z] Building docker-security-bootstrap-redis-go ... [2021-01-18T00:41:19.538Z] Building docker-security-proxy-setup-go ... [2021-01-18T00:41:19.538Z] Building docker-security-secretstore-setup-go ... [2021-01-18T00:41:19.538Z] Building docker-support-notifications-go ... [2021-01-18T00:41:19.538Z] Building docker-support-scheduler-go ... [2021-01-18T00:41:19.538Z] Building docker-sys-mgmt-agent-go ... [2021-01-18T00:41:19.538Z] Building docker-support-notifications-go [2021-01-18T00:41:19.538Z] Building docker-sys-mgmt-agent-go [2021-01-18T00:41:19.538Z] Building docker-core-command-go [2021-01-18T00:41:19.538Z] Building docker-security-proxy-setup-go [2021-01-18T00:41:19.538Z] Building docker-core-metadata-go [2021-01-18T00:42:19.032Z] Running on prd-ubuntu18.04-docker-8c-8g-20861 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws [2021-01-18T00:42:19.086Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-18T00:42:21.451Z] using credential edgex-jenkins-ssh [2021-01-18T00:42:21.518Z] Cloning the remote Git repository [2021-01-18T00:42:21.541Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:42:21.620Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-18T00:42:21.648Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:42:21.648Z] > git --version # timeout=10 [2021-01-18T00:42:21.659Z] > git --version # 'git version 2.17.1' [2021-01-18T00:42:21.659Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:42:21.694Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T00:42:27.605Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:42:27.605Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:42:27.605Z] ---> 2e47c513fdff [2021-01-18T00:42:27.605Z] Step 3/26 : WORKDIR /edgex-go [2021-01-18T00:42:27.605Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:42:27.605Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:42:27.605Z] ---> 2e47c513fdff [2021-01-18T00:42:27.605Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T00:42:27.605Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:42:27.605Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:42:27.605Z] ---> 2e47c513fdff [2021-01-18T00:42:27.605Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:42:27.605Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:42:27.605Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:42:27.605Z] ---> 2e47c513fdff [2021-01-18T00:42:27.605Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:42:27.605Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:42:27.605Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:42:27.605Z] ---> 2e47c513fdff [2021-01-18T00:42:27.605Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T00:42:27.605Z] ---> Running in 7bdc74a5f75a [2021-01-18T00:42:27.605Z] ---> Running in 41de4847edec [2021-01-18T00:42:27.605Z] ---> Running in 1d62ee8da8b7 [2021-01-18T00:42:27.605Z] ---> Running in 958f3221b2cd [2021-01-18T00:42:27.605Z] ---> Running in 5ef3f2c1249a [2021-01-18T00:42:28.593Z] Removing intermediate container 7bdc74a5f75a [2021-01-18T00:42:28.593Z] ---> d7a9df56057f [2021-01-18T00:42:28.593Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:42:28.593Z] Removing intermediate container 41de4847edec [2021-01-18T00:42:28.593Z] ---> b422a55986b7 [2021-01-18T00:42:28.593Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:42:28.593Z] Removing intermediate container 1d62ee8da8b7 [2021-01-18T00:42:28.594Z] ---> de7f80723414 [2021-01-18T00:42:28.594Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:42:28.594Z] Removing intermediate container 5ef3f2c1249a [2021-01-18T00:42:28.594Z] ---> c31e61a2c7b5 [2021-01-18T00:42:28.594Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:42:28.594Z] Removing intermediate container 958f3221b2cd [2021-01-18T00:42:28.594Z] ---> dc1741d41b78 [2021-01-18T00:42:28.594Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:42:28.594Z] ---> Running in 46fb9477dc18 [2021-01-18T00:42:28.594Z] ---> Running in 46266be2ad41 [2021-01-18T00:42:28.594Z] ---> Running in eb79c5d06881 [2021-01-18T00:42:28.594Z] ---> Running in 18778e92835a [2021-01-18T00:42:28.594Z] ---> Running in 15025e7e97fb [2021-01-18T00:42:32.942Z] Removing intermediate container 46266be2ad41 [2021-01-18T00:42:32.942Z] ---> c1b9a64fbb6b [2021-01-18T00:42:32.942Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T00:42:32.942Z] ---> Running in 5358e13e1871 [2021-01-18T00:42:32.942Z] Removing intermediate container 46fb9477dc18 [2021-01-18T00:42:32.942Z] ---> 942ad9b8299d [2021-01-18T00:42:32.942Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-18T00:42:33.216Z] Removing intermediate container 18778e92835a [2021-01-18T00:42:33.216Z] ---> 53e33bf711d2 [2021-01-18T00:42:33.216Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-18T00:42:33.216Z] ---> Running in d62148b1b0df [2021-01-18T00:42:33.216Z] Removing intermediate container 15025e7e97fb [2021-01-18T00:42:33.216Z] ---> 010180f5fba1 [2021-01-18T00:42:33.216Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:42:33.216Z] ---> Running in 81c4ce5a6b7f [2021-01-18T00:42:33.491Z] Removing intermediate container eb79c5d06881 [2021-01-18T00:42:33.492Z] ---> 4eff490ab745 [2021-01-18T00:42:33.492Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:42:33.766Z] ---> Running in 3be0e132588a [2021-01-18T00:42:33.766Z] ---> Running in 8b766856de30 [2021-01-18T00:42:34.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:42:35.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:42:35.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:42:35.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:42:35.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:42:36.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:42:36.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:42:36.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:42:36.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:42:36.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:42:37.574Z] OK: 217 MiB in 51 packages [2021-01-18T00:42:37.574Z] OK: 217 MiB in 51 packages [2021-01-18T00:42:37.574Z] OK: 217 MiB in 51 packages [2021-01-18T00:42:38.186Z] OK: 217 MiB in 51 packages [2021-01-18T00:42:38.186Z] OK: 217 MiB in 51 packages [2021-01-18T00:42:39.646Z] Removing intermediate container 3be0e132588a [2021-01-18T00:42:39.646Z] ---> e1b436ed683f [2021-01-18T00:42:39.646Z] Step 6/22 : COPY go.mod . [2021-01-18T00:42:39.646Z] Removing intermediate container 81c4ce5a6b7f [2021-01-18T00:42:39.646Z] ---> 2eaf0ae2541a [2021-01-18T00:42:39.646Z] Step 6/26 : COPY go.mod . [2021-01-18T00:42:39.938Z] Removing intermediate container d62148b1b0df [2021-01-18T00:42:39.938Z] ---> a3d280206065 [2021-01-18T00:42:39.938Z] Step 6/24 : COPY go.mod . [2021-01-18T00:42:40.217Z] Removing intermediate container 8b766856de30 [2021-01-18T00:42:40.217Z] ---> ac889f0a07b4 [2021-01-18T00:42:40.217Z] Step 6/22 : COPY go.mod . [2021-01-18T00:42:40.217Z] Removing intermediate container 5358e13e1871 [2021-01-18T00:42:40.217Z] ---> d9d7bb612f89 [2021-01-18T00:42:40.217Z] Step 6/21 : COPY go.mod . [2021-01-18T00:42:40.823Z] ---> e46ca3152911 [2021-01-18T00:42:40.823Z] Step 7/26 : RUN go mod download [2021-01-18T00:42:41.095Z] ---> fd4b75651b6d [2021-01-18T00:42:41.095Z] Step 7/22 : RUN go mod download [2021-01-18T00:42:41.095Z] ---> Running in 5b65f2c286a3 [2021-01-18T00:42:41.095Z] ---> 535d543c94c0 [2021-01-18T00:42:41.095Z] Step 7/24 : RUN go mod download [2021-01-18T00:42:41.378Z] ---> Running in fa24049508c7 [2021-01-18T00:42:41.378Z] ---> c1db43c3d3bd [2021-01-18T00:42:41.378Z] Step 7/22 : RUN go mod download [2021-01-18T00:42:41.378Z] ---> Running in d607bd967bd1 [2021-01-18T00:42:41.658Z] ---> 993250a2bc8c [2021-01-18T00:42:41.658Z] Step 7/21 : RUN go mod download [2021-01-18T00:42:41.658Z] ---> Running in b5fe084b640e [2021-01-18T00:42:41.941Z] ---> Running in 9d2e9b7e49e5 [2021-01-18T00:42:46.275Z] Removing intermediate container 5b65f2c286a3 [2021-01-18T00:42:46.275Z] ---> e80f22cb4a46 [2021-01-18T00:42:46.275Z] Step 8/26 : COPY . . [2021-01-18T00:42:46.275Z] Removing intermediate container fa24049508c7 [2021-01-18T00:42:46.275Z] ---> 6d8873c30992 [2021-01-18T00:42:46.275Z] Step 8/22 : COPY . . [2021-01-18T00:42:46.876Z] Removing intermediate container d607bd967bd1 [2021-01-18T00:42:46.876Z] ---> 4d67ffdfa1f1 [2021-01-18T00:42:46.876Z] Step 8/24 : COPY . . [2021-01-18T00:42:46.876Z] Removing intermediate container 9d2e9b7e49e5 [2021-01-18T00:42:46.876Z] ---> 9217460c86fe [2021-01-18T00:42:46.876Z] Step 8/21 : COPY . . [2021-01-18T00:42:48.440Z] Removing intermediate container b5fe084b640e [2021-01-18T00:42:48.440Z] ---> 860cfd8e0061 [2021-01-18T00:42:48.440Z] Step 8/22 : COPY . . [2021-01-18T00:43:05.520Z] Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit d8589a92f3202e3fdf0c57a326c0783cadca1318 [2021-01-18T00:43:05.766Z] Merge succeeded, producing 1be5c73b1e9a9bb29eae810f6d0f39c09cbbd248 [2021-01-18T00:43:05.766Z] Checking out Revision 1be5c73b1e9a9bb29eae810f6d0f39c09cbbd248 (PR-3040) [2021-01-18T00:43:04.912Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T00:43:04.920Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T00:43:04.941Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T00:43:04.966Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:43:04.967Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:43:04.972Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-18T00:43:05.528Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T00:43:05.532Z] > git checkout -f d8589a92f3202e3fdf0c57a326c0783cadca1318 # timeout=10 [2021-01-18T00:43:05.648Z] > git remote # timeout=10 [2021-01-18T00:43:05.655Z] > git config --get remote.origin.url # timeout=10 [2021-01-18T00:43:05.667Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:43:05.670Z] > git merge fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 [2021-01-18T00:43:05.759Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-18T00:43:05.767Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T00:43:05.771Z] > git checkout -f 1be5c73b1e9a9bb29eae810f6d0f39c09cbbd248 # timeout=10 [2021-01-18T00:43:09.533Z] Commit message: "Merge commit 'fc096e9ec0f95dbc625a498b2feb9840babc6219' into HEAD" [2021-01-18T00:43:09.536Z] > git rev-list --no-walk d8589a92f3202e3fdf0c57a326c0783cadca1318 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:43:10.724Z] + echo snap-build.sh [2021-01-18T00:43:10.724Z] snap-build.sh [2021-01-18T00:43:10.724Z] + SNAP_BASE_DIR=. [2021-01-18T00:43:10.724Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-01-18T00:43:10.724Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-01-18T00:43:10.724Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-01-18T00:43:10.724Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-01-18T00:43:10.724Z] + cd /w/workspace/edgex-go/4 [2021-01-18T00:43:10.724Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-18T00:43:10.724Z] Reading package lists... [2021-01-18T00:43:10.989Z] Building dependency tree... [2021-01-18T00:43:10.989Z] Reading state information... [2021-01-18T00:43:11.252Z] The following packages were automatically installed and are no longer required: [2021-01-18T00:43:11.252Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-18T00:43:11.252Z] uidmap xdelta3 [2021-01-18T00:43:11.252Z] Use 'sudo apt autoremove' to remove them. [2021-01-18T00:43:11.252Z] The following packages will be REMOVED: [2021-01-18T00:43:11.252Z] lxd* lxd-client* [2021-01-18T00:43:11.826Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-18T00:43:11.826Z] After this operation, 31.7 MB disk space will be freed. [2021-01-18T00:43:12.872Z] (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-18T00:43:12.872Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-18T00:43:13.819Z] Removing lxd dnsmasq configuration [2021-01-18T00:43:13.819Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-18T00:43:14.087Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-18T00:43:15.040Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-18T00:43:15.040Z] (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-18T00:43:15.040Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-18T00:43:15.289Z] ---> ef2f0cb4c5b9 [2021-01-18T00:43:15.289Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-18T00:43:15.289Z] ---> eef4f97a1907 [2021-01-18T00:43:15.289Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-18T00:43:15.289Z] ---> 44dabf6eba47 [2021-01-18T00:43:15.289Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-18T00:43:15.289Z] ---> 7bf5e6cfa302 [2021-01-18T00:43:15.289Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-18T00:43:15.289Z] ---> 10db33e8f921 [2021-01-18T00:43:15.289Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-18T00:43:15.289Z] ---> Running in daf9ab24c4b0 [2021-01-18T00:43:15.289Z] ---> Running in 1e8b04fa640a [2021-01-18T00:43:15.289Z] ---> Running in efe77ab306e0 [2021-01-18T00:43:15.289Z] ---> Running in 19e0cdb70ee2 [2021-01-18T00:43:15.289Z] ---> Running in 9bdf009f4282 [2021-01-18T00:43:15.570Z] 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-18T00:43:15.847Z] 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-18T00:43:15.847Z] 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-18T00:43:16.124Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-18T00:43:16.124Z] 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-18T00:43:16.960Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-18T00:43:16.960Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-18T00:43:18.348Z] + sudo snap remove --purge lxd [2021-01-18T00:43:18.612Z] snap "lxd" is not installed [2021-01-18T00:43:18.612Z] + sudo groupadd --force --system lxd [2021-01-18T00:43:18.612Z] ++ whoami [2021-01-18T00:43:18.612Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-18T00:43:18.612Z] + newgrp - lxd [2021-01-18T00:43:18.612Z] + sudo snap install lxd [2021-01-18T00:43:28.667Z] 2021-01-18T00:43:26Z INFO Waiting for automatic snapd restart... [2021-01-18T00:43:40.932Z] lxd 4.10 from Canonical* installed [2021-01-18T00:43:40.932Z] + sudo lxd init --auto [2021-01-18T00:43:51.012Z] + sudo snap install --classic snapcraft [2021-01-18T00:43:59.180Z] snapcraft 4.4.4 from Canonical* installed [2021-01-18T00:43:59.180Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-18T00:43:59.180Z] + patch --verbose -p1 [2021-01-18T00:43:59.180Z] Hmm... Looks like a unified diff to me... [2021-01-18T00:43:59.180Z] The text leading up to this was: [2021-01-18T00:43:59.180Z] -------------------------- [2021-01-18T00:43:59.180Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-18T00:43:59.180Z] |From: Tony Espy [2021-01-18T00:43:59.180Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-18T00:43:59.180Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-18T00:43:59.180Z] | [2021-01-18T00:43:59.180Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-18T00:43:59.180Z] |optimize the snap CI check run for pull requests. When [2021-01-18T00:43:59.180Z] |applied, it essentially strips out everything (apps and [2021-01-18T00:43:59.180Z] |parts) from the snapcraft.yaml file except those required [2021-01-18T00:43:59.180Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-18T00:43:59.180Z] |catch changes to edgex-go that break the snap build. [2021-01-18T00:43:59.180Z] | [2021-01-18T00:43:59.180Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-18T00:43:59.180Z] |to update this patch file, otherwise it may fail to apply, [2021-01-18T00:43:59.180Z] |resulting in a failed snap build CI check in the associated [2021-01-18T00:43:59.180Z] |pull request. [2021-01-18T00:43:59.180Z] | [2021-01-18T00:43:59.180Z] |Note - in addition to applying this patch, the pipeline also [2021-01-18T00:43:59.180Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-18T00:43:59.180Z] |need to build the finally binary .snap file (and it won't [2021-01-18T00:43:59.180Z] |work with the patch applied). This further reduces the build [2021-01-18T00:43:59.180Z] |time. [2021-01-18T00:43:59.180Z] |--- [2021-01-18T00:43:59.180Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-18T00:43:59.180Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-18T00:43:59.180Z] | [2021-01-18T00:43:59.180Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-18T00:43:59.180Z] |index 1e537489..faf42425 100644 [2021-01-18T00:43:59.180Z] |--- a/snap/snapcraft.yaml [2021-01-18T00:43:59.180Z] |+++ b/snap/snapcraft.yaml [2021-01-18T00:43:59.180Z] -------------------------- [2021-01-18T00:43:59.180Z] patching file snap/snapcraft.yaml [2021-01-18T00:43:59.180Z] Using Plan A... [2021-01-18T00:43:59.180Z] Hunk #1 succeeded at 73. [2021-01-18T00:43:59.180Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-18T00:43:59.180Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-18T00:43:59.180Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-18T00:43:59.180Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-18T00:43:59.180Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-18T00:43:59.180Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-18T00:43:59.180Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-18T00:43:59.180Z] Hmm... Ignoring the trailing garbage. [2021-01-18T00:43:59.180Z] done [2021-01-18T00:43:59.180Z] + sudo snapcraft prime --use-lxd [2021-01-18T00:43:59.442Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-18T00:43:59.442Z] 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-18T00:43:59.442Z] - README.md [2021-01-18T00:43:59.442Z] - snapcraft.yaml.orig [2021-01-18T00:43:59.442Z] [2021-01-18T00:43:59.442Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-18T00:44:00.389Z] Launching a container. [2021-01-18T00:44:15.340Z] Waiting for container to be ready [2021-01-18T00:44:15.340Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-18T00:44:15.340Z] [2021-01-18T00:44:17.909Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-18T00:44:18.170Z] Waiting for network to be ready... [2021-01-18T00:44:18.433Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-18T00:44:18.697Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-18T00:44:18.697Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-18T00:44:18.697Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-18T00:44:18.697Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-18T00:44:18.697Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-18T00:44:18.697Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-18T00:44:18.697Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-18T00:44:18.697Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-18T00:44:19.294Z] Get:10 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-18T00:44:19.555Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-18T00:44:19.816Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-18T00:44:19.816Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-18T00:44:19.816Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-18T00:44:19.816Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-18T00:44:19.816Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-18T00:44:19.816Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-18T00:44:19.816Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-18T00:44:20.394Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-18T00:44:20.659Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-18T00:44:20.659Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-18T00:44:20.659Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-18T00:44:20.659Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-18T00:44:20.659Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-18T00:44:20.659Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-18T00:44:20.659Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-18T00:44:20.922Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-18T00:44:24.235Z] Fetched 23.7 MB in 6s (4188 kB/s) [2021-01-18T00:44:25.647Z] Reading package lists... [2021-01-18T00:44:25.647Z] Reading package lists... [2021-01-18T00:44:25.909Z] Building dependency tree... [2021-01-18T00:44:25.909Z] Reading state information... [2021-01-18T00:44:26.171Z] The following additional packages will be installed: [2021-01-18T00:44:26.171Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-18T00:44:26.171Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-18T00:44:26.171Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-18T00:44:26.171Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-18T00:44:26.171Z] Suggested packages: [2021-01-18T00:44:26.171Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-18T00:44:26.171Z] Recommended packages: [2021-01-18T00:44:26.171Z] gnupg libsasl2-modules [2021-01-18T00:44:26.171Z] The following NEW packages will be installed: [2021-01-18T00:44:26.171Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-18T00:44:26.171Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-18T00:44:26.171Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-18T00:44:26.171Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-18T00:44:26.171Z] The following packages will be upgraded: [2021-01-18T00:44:26.171Z] gpg gpg-agent gpgconf libudev1 [2021-01-18T00:44:26.171Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-18T00:44:26.171Z] Need to get 3532 kB of archives. [2021-01-18T00:44:26.171Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-18T00:44:26.171Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-18T00:44:26.433Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-18T00:44:26.433Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-18T00:44:26.433Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-18T00:44:26.433Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-18T00:44:26.433Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-18T00:44:26.433Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-18T00:44:26.694Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-18T00:44:26.959Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-18T00:44:26.959Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-18T00:44:26.959Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-18T00:44:26.959Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-18T00:44:26.959Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-18T00:44:26.959Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-18T00:44:26.959Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-18T00:44:26.959Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-18T00:44:26.959Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-18T00:44:27.222Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-18T00:44:27.222Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-18T00:44:27.222Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-18T00:44:27.222Z] 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-18T00:44:27.222Z] 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-18T00:44:27.483Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T00:44:27.483Z] Fetched 3532 kB in 1s (3521 kB/s) [2021-01-18T00:44:27.483Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-18T00:44:27.483Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-18T00:44:27.483Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T00:44:27.483Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-18T00:44:27.746Z] Selecting previously unselected package udev. [2021-01-18T00:44:27.746Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-18T00:44:27.746Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-18T00:44:27.746Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-18T00:44:28.008Z] Selecting previously unselected package libfuse2:amd64. [2021-01-18T00:44:28.008Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-18T00:44:28.008Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-18T00:44:28.008Z] Selecting previously unselected package fuse. [2021-01-18T00:44:28.008Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-18T00:44:28.008Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-18T00:44:28.273Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T00:44:28.273Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T00:44:28.273Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T00:44:28.273Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T00:44:28.536Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T00:44:28.536Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T00:44:28.536Z] Selecting previously unselected package libksba8:amd64. [2021-01-18T00:44:28.536Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-18T00:44:28.798Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-18T00:44:28.798Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-18T00:44:28.798Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:44:28.798Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:28.798Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-18T00:44:28.798Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:44:28.798Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:29.060Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-18T00:44:29.060Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:44:29.060Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:29.060Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-18T00:44:29.060Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:44:29.060Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:29.060Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-18T00:44:29.060Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:44:29.060Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:29.322Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-18T00:44:29.322Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:44:29.322Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:29.322Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-18T00:44:29.322Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:44:29.322Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:29.322Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-18T00:44:29.322Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:44:29.322Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:29.585Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-18T00:44:29.585Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:44:29.585Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:29.585Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-18T00:44:29.585Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-18T00:44:29.585Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T00:44:29.847Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-18T00:44:29.847Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-18T00:44:29.847Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T00:44:29.847Z] Selecting previously unselected package libldap-common. [2021-01-18T00:44:29.847Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-18T00:44:29.847Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T00:44:29.847Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-18T00:44:29.847Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-18T00:44:29.847Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T00:44:30.109Z] Selecting previously unselected package dirmngr. [2021-01-18T00:44:30.109Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T00:44:30.109Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-18T00:44:30.109Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T00:44:30.109Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-18T00:44:30.109Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-18T00:44:30.370Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T00:44:30.370Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T00:44:30.370Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-18T00:44:30.370Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:30.370Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-18T00:44:30.370Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T00:44:30.371Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-18T00:44:30.944Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-18T00:44:30.944Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:31.206Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-18T00:44:31.206Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-18T00:44:31.206Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-18T00:44:31.206Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:31.206Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:31.206Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:31.468Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:31.468Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:31.468Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:31.468Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:44:31.468Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T00:44:31.468Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-18T00:44:31.468Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T00:44:32.044Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-18T00:44:32.044Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-18T00:44:32.044Z] This means they are not meant to be enabled using systemctl. [2021-01-18T00:44:32.044Z] Possible reasons for having this kind of units are: [2021-01-18T00:44:32.044Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-18T00:44:32.044Z] .wants/ or .requires/ directory. [2021-01-18T00:44:32.044Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-18T00:44:32.044Z] a requirement dependency on it. [2021-01-18T00:44:32.044Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-18T00:44:32.044Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-18T00:44:32.044Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-18T00:44:32.044Z] instance name specified. [2021-01-18T00:44:32.623Z] Reading package lists... [2021-01-18T00:44:32.884Z] Building dependency tree... [2021-01-18T00:44:32.884Z] Reading state information... [2021-01-18T00:44:32.884Z] The following additional packages will be installed: [2021-01-18T00:44:32.884Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-18T00:44:32.884Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-18T00:44:32.884Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-18T00:44:32.884Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-18T00:44:32.884Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-18T00:44:32.884Z] Suggested packages: [2021-01-18T00:44:32.884Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-18T00:44:32.884Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-18T00:44:32.884Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-18T00:44:32.884Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-18T00:44:32.884Z] systemd-container policykit-1 [2021-01-18T00:44:32.884Z] Recommended packages: [2021-01-18T00:44:32.884Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-18T00:44:32.884Z] The following NEW packages will be installed: [2021-01-18T00:44:32.884Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-18T00:44:32.884Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-18T00:44:32.884Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-18T00:44:32.884Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-18T00:44:32.884Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-18T00:44:32.884Z] The following packages will be upgraded: [2021-01-18T00:44:32.884Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-18T00:44:33.152Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-18T00:44:33.152Z] Need to get 35.2 MB of archives. [2021-01-18T00:44:33.152Z] After this operation, 141 MB of additional disk space will be used. [2021-01-18T00:44:33.152Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-18T00:44:33.152Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-18T00:44:33.152Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-18T00:44:33.152Z] 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-18T00:44:33.152Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-18T00:44:33.152Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-18T00:44:33.152Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-18T00:44:33.415Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-18T00:44:33.415Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-18T00:44:33.415Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-18T00:44:33.415Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-18T00:44:33.415Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-18T00:44:33.415Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-18T00:44:33.415Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-18T00:44:33.415Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-18T00:44:33.415Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-18T00:44:33.415Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-18T00:44:33.999Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-18T00:44:33.999Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-18T00:44:33.999Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-18T00:44:33.999Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-18T00:44:33.999Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-18T00:44:33.999Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-18T00:44:33.999Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-18T00:44:33.999Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-18T00:44:33.999Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-18T00:44:33.999Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-18T00:44:34.265Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-18T00:44:34.265Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-18T00:44:34.265Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-18T00:44:35.658Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T00:44:35.658Z] Fetched 35.2 MB in 2s (15.4 MB/s) [2021-01-18T00:44:35.658Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-18T00:44:35.658Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-18T00:44:35.658Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T00:44:36.234Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-18T00:44:36.503Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T00:44:36.503Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-18T00:44:36.503Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-18T00:44:36.503Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-18T00:44:36.503Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-18T00:44:36.764Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-18T00:44:37.028Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-18T00:44:37.028Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-18T00:44:37.028Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-18T00:44:37.292Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-18T00:44:37.292Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-18T00:44:37.873Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-18T00:44:37.873Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-18T00:44:37.873Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-18T00:44:38.137Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-18T00:44:38.402Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-18T00:44:38.402Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T00:44:38.402Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:44:38.402Z] Selecting previously unselected package libexpat1:amd64. [2021-01-18T00:44:38.402Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-18T00:44:38.402Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-18T00:44:38.669Z] Selecting previously unselected package python3.6-minimal. [2021-01-18T00:44:38.669Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T00:44:38.669Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:44:38.933Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-18T00:44:38.933Z] Checking for services that may need to be restarted...done. [2021-01-18T00:44:38.933Z] Checking for services that may need to be restarted...done. [2021-01-18T00:44:39.197Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:44:39.197Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-18T00:44:39.197Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:44:40.159Z] Selecting previously unselected package python3-minimal. [2021-01-18T00:44:40.159Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-18T00:44:40.159Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-18T00:44:40.159Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-18T00:44:40.159Z] Selecting previously unselected package mime-support. [2021-01-18T00:44:40.159Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-18T00:44:40.159Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-18T00:44:40.422Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-18T00:44:40.422Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-18T00:44:40.422Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-18T00:44:40.422Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-18T00:44:40.422Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T00:44:40.422Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:44:40.685Z] Selecting previously unselected package python3.6. [2021-01-18T00:44:40.685Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T00:44:40.685Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:44:40.948Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-18T00:44:40.948Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-18T00:44:40.948Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-18T00:44:40.948Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-18T00:44:41.212Z] Selecting previously unselected package python3. [2021-01-18T00:44:41.212Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-18T00:44:41.212Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-18T00:44:41.212Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-18T00:44:41.474Z] Selecting previously unselected package multiarch-support. [2021-01-18T00:44:41.474Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T00:44:41.474Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-18T00:44:41.474Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-18T00:44:41.474Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-18T00:44:41.474Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-18T00:44:41.474Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-18T00:44:41.474Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-18T00:44:41.737Z] Selecting previously unselected package libbsd0:amd64. [2021-01-18T00:44:41.737Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-18T00:44:41.737Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-18T00:44:41.737Z] Selecting previously unselected package sudo. [2021-01-18T00:44:41.737Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-18T00:44:41.737Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-18T00:44:41.999Z] Selecting previously unselected package apparmor. [2021-01-18T00:44:41.999Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-18T00:44:41.999Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-18T00:44:41.999Z] Selecting previously unselected package libedit2:amd64. [2021-01-18T00:44:41.999Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-18T00:44:41.999Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-18T00:44:42.264Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-18T00:44:42.264Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T00:44:42.264Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:44:42.264Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-18T00:44:42.264Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T00:44:42.264Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:44:42.264Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-18T00:44:42.264Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-18T00:44:42.264Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-18T00:44:42.528Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-18T00:44:42.528Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T00:44:42.528Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:44:42.528Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-18T00:44:42.528Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T00:44:42.528Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:44:42.791Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-18T00:44:42.791Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-18T00:44:42.791Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-18T00:44:43.053Z] Selecting previously unselected package openssh-client. [2021-01-18T00:44:43.053Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-18T00:44:43.053Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-18T00:44:43.314Z] Selecting previously unselected package squashfs-tools. [2021-01-18T00:44:43.314Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-18T00:44:43.314Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-18T00:44:43.314Z] Selecting previously unselected package snapd. [2021-01-18T00:44:43.315Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-18T00:44:43.315Z] Unpacking snapd (2.48+18.04) ... [2021-01-18T00:44:45.898Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-18T00:44:45.898Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-18T00:44:45.898Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-18T00:44:46.161Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-18T00:44:46.161Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-18T00:44:46.161Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:44:46.161Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T00:44:46.161Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-18T00:44:46.161Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-18T00:44:47.110Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-18T00:44:47.110Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-18T00:44:47.110Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-18T00:44:47.110Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:44:47.110Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:44:47.110Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:44:48.089Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-18T00:44:48.089Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:44:48.089Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-18T00:44:48.089Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-18T00:44:48.089Z] running python rtupdate hooks for python3.6... [2021-01-18T00:44:48.089Z] running python post-rtupdate hooks for python3.6... [2021-01-18T00:44:48.089Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-18T00:44:49.483Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-18T00:44:49.744Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:44:49.744Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-18T00:44:50.007Z] Setting up snapd (2.48+18.04) ... [2021-01-18T00:44:50.582Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-18T00:44:50.582Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-18T00:44:50.846Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-18T00:44:51.110Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-18T00:44:51.371Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-18T00:44:51.371Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-18T00:44:51.632Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-18T00:44:51.896Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-18T00:44:52.160Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-18T00:44:52.421Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-18T00:44:52.682Z] /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-18T00:44:52.682Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T00:44:52.682Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-18T00:44:52.989Z] 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-18T00:44:54.071Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-18T00:44:54.072Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-18T00:44:54.072Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-18T00:44:56.256Z] Reading package lists... [2021-01-18T00:44:56.256Z] Reading package lists... [2021-01-18T00:44:56.518Z] Building dependency tree... [2021-01-18T00:44:56.518Z] Reading state information... [2021-01-18T00:44:56.518Z] Calculating upgrade... [2021-01-18T00:44:56.781Z] The following packages will be upgraded: [2021-01-18T00:44:56.781Z] advancecomp base-files bash binutils binutils-common [2021-01-18T00:44:56.781Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-18T00:44:56.781Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-18T00:44:56.781Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-18T00:44:56.781Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-18T00:44:56.781Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-18T00:44:56.781Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-18T00:44:56.781Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-18T00:44:56.781Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-18T00:44:56.781Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-18T00:44:56.781Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-18T00:44:56.781Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-18T00:44:56.781Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-18T00:44:56.781Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-18T00:44:56.781Z] ubuntu-keyring util-linux [2021-01-18T00:44:57.042Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-18T00:44:57.042Z] Need to get 63.7 MB of archives. [2021-01-18T00:44:57.042Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-18T00:44:57.042Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-18T00:44:57.042Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-18T00:44:57.616Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-18T00:44:57.616Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-18T00:44:57.616Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-18T00:44:57.616Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-18T00:44:57.616Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-18T00:44:57.616Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-18T00:44:57.616Z] 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-18T00:44:57.616Z] 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-18T00:44:57.616Z] 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-18T00:44:57.616Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-18T00:44:57.616Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-18T00:44:57.616Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-18T00:44:57.616Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-18T00:44:57.616Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-18T00:44:57.616Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-18T00:44:57.616Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-18T00:44:57.616Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-18T00:44:57.879Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-18T00:44:57.879Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-18T00:44:57.879Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-18T00:44:57.879Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-18T00:44:57.879Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-18T00:44:57.879Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-18T00:44:57.879Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-18T00:44:57.879Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-18T00:44:57.879Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-18T00:44:57.879Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-18T00:44:57.879Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-18T00:44:57.879Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-18T00:44:57.879Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-18T00:44:58.144Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-18T00:44:58.144Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-18T00:44:58.144Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-18T00:44:58.144Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-18T00:44:58.144Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-18T00:44:58.144Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-18T00:44:58.144Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-18T00:44:58.144Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-18T00:44:58.144Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-18T00:44:58.144Z] Get:42 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-18T00:44:58.144Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-18T00:44:58.144Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-18T00:44:58.144Z] Get:45 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-18T00:44:58.144Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-18T00:44:58.144Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-18T00:44:58.144Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-18T00:44:58.144Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-18T00:44:58.144Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-18T00:44:58.144Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-18T00:44:58.144Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-18T00:44:58.144Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-18T00:44:58.144Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-18T00:44:58.144Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-18T00:44:58.144Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-18T00:44:58.144Z] Get:57 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-18T00:44:58.407Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-18T00:44:58.407Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-18T00:44:58.407Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-18T00:44:58.407Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-18T00:44:58.407Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-18T00:44:58.407Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-18T00:44:58.407Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-18T00:44:58.407Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-18T00:44:58.407Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-18T00:44:58.407Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-18T00:44:58.407Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-18T00:44:58.407Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-18T00:44:58.407Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-18T00:44:58.407Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-18T00:44:58.407Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-18T00:44:58.407Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-18T00:44:58.407Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-18T00:44:58.407Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-18T00:44:58.407Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-18T00:44:58.407Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-18T00:44:58.407Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-18T00:44:58.407Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-18T00:44:58.407Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-18T00:44:58.673Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-18T00:44:58.673Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-18T00:44:58.673Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-18T00:44:58.673Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-18T00:44:58.673Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-18T00:44:58.673Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-18T00:44:58.673Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-18T00:44:58.673Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-18T00:44:59.245Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-18T00:44:59.506Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-18T00:44:59.769Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-18T00:44:59.769Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-18T00:45:00.718Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-18T00:45:00.718Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-18T00:45:00.718Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-18T00:45:00.718Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-18T00:45:00.718Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-18T00:45:00.718Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T00:45:00.718Z] Fetched 63.7 MB in 4s (16.6 MB/s) [2021-01-18T00:45:00.980Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:00.980Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T00:45:00.981Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T00:45:01.953Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T00:45:01.953Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T00:45:01.953Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-18T00:45:01.953Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-18T00:45:02.546Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:02.546Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:02.811Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:02.811Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:02.811Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:02.811Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:03.076Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:03.076Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:03.076Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:03.340Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:03.341Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:03.341Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:03.341Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:03.341Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:03.608Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:03.608Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T00:45:03.608Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:03.608Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-18T00:45:03.869Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:03.869Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T00:45:03.869Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:03.869Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:04.132Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:04.132Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:04.132Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:04.132Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:45:04.395Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:04.395Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T00:45:04.395Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T00:45:04.659Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T00:45:05.232Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-18T00:45:05.426Z] Removing intermediate container daf9ab24c4b0 [2021-01-18T00:45:05.426Z] ---> 3a8a1b59afe9 [2021-01-18T00:45:05.426Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-18T00:45:05.426Z] ---> Running in 4f3986857415 [2021-01-18T00:45:05.494Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T00:45:05.494Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-18T00:45:05.494Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-18T00:45:05.494Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-18T00:45:05.704Z] Removing intermediate container efe77ab306e0 [2021-01-18T00:45:05.704Z] ---> e5b1359cef66 [2021-01-18T00:45:05.704Z] [2021-01-18T00:45:05.704Z] Step 10/24 : FROM scratch [2021-01-18T00:45:05.704Z] ---> [2021-01-18T00:45:05.704Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-18T00:45:05.756Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-18T00:45:05.984Z] Removing intermediate container 9bdf009f4282 [2021-01-18T00:45:05.984Z] ---> 187c84b42f63 [2021-01-18T00:45:05.984Z] [2021-01-18T00:45:05.984Z] Step 10/22 : FROM scratch [2021-01-18T00:45:05.984Z] ---> [2021-01-18T00:45:05.984Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:45:06.023Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-18T00:45:06.023Z] Installing new version of config file /etc/issue ... [2021-01-18T00:45:06.023Z] Installing new version of config file /etc/issue.net ... [2021-01-18T00:45:06.023Z] Installing new version of config file /etc/lsb-release ... [2021-01-18T00:45:06.023Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-18T00:45:06.258Z] Removing intermediate container 19e0cdb70ee2 [2021-01-18T00:45:06.258Z] ---> 121d3b5266cf [2021-01-18T00:45:06.258Z] [2021-01-18T00:45:06.258Z] Step 10/21 : FROM alpine:3.12 [2021-01-18T00:45:06.258Z] ---> Running in dc6410f00ad3 [2021-01-18T00:45:06.258Z] 3.12: Pulling from library/alpine [2021-01-18T00:45:06.258Z] ---> Running in e6820169f657 [2021-01-18T00:45:06.601Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-18T00:45:06.601Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-18T00:45:06.601Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-18T00:45:06.601Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:06.601Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-18T00:45:06.864Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-18T00:45:06.864Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-18T00:45:06.864Z] 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-18T00:45:06.880Z] Removing intermediate container dc6410f00ad3 [2021-01-18T00:45:06.880Z] ---> e2d9b3def5aa [2021-01-18T00:45:06.880Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-18T00:45:07.126Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:07.126Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:45:07.126Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-18T00:45:07.126Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:45:07.164Z] ---> Running in b7cc0f12cb35 [2021-01-18T00:45:07.389Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:07.389Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-18T00:45:07.389Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-18T00:45:07.389Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-18T00:45:07.442Z] Removing intermediate container e6820169f657 [2021-01-18T00:45:07.442Z] ---> f4d5e05db109 [2021-01-18T00:45:07.442Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-18T00:45:07.652Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:07.652Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-18T00:45:07.652Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-18T00:45:07.733Z] ---> Running in 9461069522de [2021-01-18T00:45:07.733Z] 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-18T00:45:07.914Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-18T00:45:08.009Z] Removing intermediate container b7cc0f12cb35 [2021-01-18T00:45:08.009Z] ---> 724ddc3c21bb [2021-01-18T00:45:08.009Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-18T00:45:08.176Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:08.176Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T00:45:08.176Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T00:45:08.176Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-18T00:45:08.176Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:08.176Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T00:45:08.303Z] ---> Running in 99576466fab0 [2021-01-18T00:45:08.303Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-18T00:45:08.303Z] Status: Downloaded newer image for alpine:3.12 [2021-01-18T00:45:08.303Z] ---> afeebe901d6b [2021-01-18T00:45:08.303Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-18T00:45:08.439Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T00:45:08.439Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-18T00:45:08.439Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:08.439Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-18T00:45:08.588Z] Removing intermediate container 9461069522de [2021-01-18T00:45:08.588Z] ---> a39ee7953c68 [2021-01-18T00:45:08.588Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T00:45:08.588Z] ---> Running in 1a49178c8600 [2021-01-18T00:45:08.703Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-18T00:45:08.703Z] Setting up grep (3.1-2build1) ... [2021-01-18T00:45:08.862Z] ---> Running in 3825f1daa99e [2021-01-18T00:45:08.862Z] Removing intermediate container 99576466fab0 [2021-01-18T00:45:08.862Z] ---> 4415ac5bdac6 [2021-01-18T00:45:08.862Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-18T00:45:08.967Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:08.967Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-18T00:45:08.967Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-18T00:45:08.967Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-18T00:45:09.231Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:09.231Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T00:45:09.231Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T00:45:09.231Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-18T00:45:09.463Z] Removing intermediate container 3825f1daa99e [2021-01-18T00:45:09.463Z] ---> 8cd7a2a09910 [2021-01-18T00:45:09.463Z] Step 14/22 : WORKDIR / [2021-01-18T00:45:09.495Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:09.495Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-18T00:45:09.495Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-18T00:45:09.740Z] ---> Running in 620086de5bc8 [2021-01-18T00:45:10.079Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-18T00:45:10.079Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-18T00:45:10.079Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-18T00:45:10.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:45:10.341Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-18T00:45:10.620Z] Removing intermediate container 620086de5bc8 [2021-01-18T00:45:10.620Z] ---> 68cbbcc45fe5 [2021-01-18T00:45:10.620Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:45:10.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:45:10.620Z] ---> b075a1d94020 [2021-01-18T00:45:10.620Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-18T00:45:10.916Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-18T00:45:10.916Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:10.916Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-18T00:45:10.916Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-18T00:45:11.224Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-18T00:45:11.702Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:45:11.702Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-18T00:45:11.702Z] (4/4) Installing curl (7.69.1-r3) [2021-01-18T00:45:11.702Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:45:11.702Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:45:11.702Z] ---> 2f8dfae02867 [2021-01-18T00:45:11.702Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-18T00:45:12.066Z] OK: 7 MiB in 18 packages [2021-01-18T00:45:12.309Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-18T00:45:12.309Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-18T00:45:12.309Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-18T00:45:12.309Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-18T00:45:12.309Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-18T00:45:12.309Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:12.309Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-18T00:45:12.309Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-18T00:45:12.576Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-18T00:45:12.840Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:12.840Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:45:12.840Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:45:12.840Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:45:12.840Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:12.840Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:45:13.101Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:45:13.101Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:45:13.101Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:13.101Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:45:13.286Z] ---> 5a1ed21f0cf8 [2021-01-18T00:45:13.286Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-18T00:45:13.364Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:45:13.364Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:45:13.364Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:13.364Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:45:13.624Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:45:13.624Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:45:13.624Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:13.624Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T00:45:13.624Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T00:45:13.675Z] Removing intermediate container 4f3986857415 [2021-01-18T00:45:13.675Z] ---> f2c11215eac3 [2021-01-18T00:45:13.675Z] [2021-01-18T00:45:13.675Z] Step 11/26 : FROM docker:20.10.0 [2021-01-18T00:45:13.885Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T00:45:13.885Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T00:45:13.885Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-18T00:45:13.954Z] 20.10.0: Pulling from library/docker [2021-01-18T00:45:14.148Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:14.148Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T00:45:14.148Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T00:45:14.148Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-18T00:45:14.411Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:14.411Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:45:14.411Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:45:14.411Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:45:14.411Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:14.411Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:45:14.411Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:45:14.673Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:45:14.673Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:14.673Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:45:14.673Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:45:15.247Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:45:15.509Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-18T00:45:16.082Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-18T00:45:16.082Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:16.082Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T00:45:16.082Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T00:45:16.345Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-18T00:45:16.345Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:45:16.345Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-18T00:45:16.345Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T00:45:16.606Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-18T00:45:16.606Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:16.606Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-18T00:45:16.606Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-18T00:45:16.614Z] ---> 03122e4e6ea9 [2021-01-18T00:45:16.614Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-18T00:45:16.614Z] Removing intermediate container 1a49178c8600 [2021-01-18T00:45:16.614Z] ---> f9c0e27bf94a [2021-01-18T00:45:16.614Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T00:45:16.614Z] ---> d4f94fb45f82 [2021-01-18T00:45:16.614Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:45:16.868Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-18T00:45:16.890Z] ---> Running in a2d599f343fa [2021-01-18T00:45:17.129Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:17.129Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-18T00:45:17.129Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T00:45:17.392Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T00:45:17.392Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:17.392Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-18T00:45:17.653Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T00:45:17.653Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T00:45:17.653Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:17.653Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-18T00:45:17.914Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T00:45:17.914Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T00:45:18.176Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:18.176Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:45:18.176Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:45:18.176Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-18T00:45:18.351Z] ---> 857f195c1040 [2021-01-18T00:45:18.351Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-18T00:45:18.351Z] ---> Running in eac9a0dba12e [2021-01-18T00:45:18.351Z] Removing intermediate container a2d599f343fa [2021-01-18T00:45:18.351Z] ---> 5c9820ec4ca5 [2021-01-18T00:45:18.351Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-18T00:45:18.351Z] ---> 8753fc6226b2 [2021-01-18T00:45:18.351Z] Step 13/21 : WORKDIR /edgex [2021-01-18T00:45:18.437Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T00:45:18.437Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T00:45:18.437Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T00:45:18.437Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-18T00:45:18.705Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:18.705Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-18T00:45:18.705Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-18T00:45:18.971Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-18T00:45:18.971Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:18.971Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-18T00:45:18.971Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T00:45:18.985Z] ---> Running in ecdbbef4ffd7 [2021-01-18T00:45:18.985Z] Removing intermediate container 1e8b04fa640a [2021-01-18T00:45:18.985Z] ---> 1ee24520bf21 [2021-01-18T00:45:18.985Z] [2021-01-18T00:45:18.985Z] Step 10/22 : FROM scratch [2021-01-18T00:45:18.985Z] ---> [2021-01-18T00:45:18.985Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:45:19.233Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T00:45:19.264Z] ---> Using cache [2021-01-18T00:45:19.264Z] ---> f4d5e05db109 [2021-01-18T00:45:19.264Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-18T00:45:19.504Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:19.504Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T00:45:19.504Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T00:45:19.552Z] Removing intermediate container eac9a0dba12e [2021-01-18T00:45:19.552Z] ---> ec89a2f7bab4 [2021-01-18T00:45:19.552Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:45:19.552Z] ---> Running in 6b6005a6c6d8 [2021-01-18T00:45:19.552Z] Removing intermediate container ecdbbef4ffd7 [2021-01-18T00:45:19.552Z] ---> b3bc297db754 [2021-01-18T00:45:19.552Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-18T00:45:19.813Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-18T00:45:19.813Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:19.813Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-18T00:45:19.813Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-18T00:45:19.838Z] ---> Running in f98fb9890d86 [2021-01-18T00:45:20.114Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-18T00:45:20.114Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:20.114Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-18T00:45:20.114Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-18T00:45:20.396Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-18T00:45:20.455Z] Removing intermediate container 6b6005a6c6d8 [2021-01-18T00:45:20.456Z] ---> 31e915215e64 [2021-01-18T00:45:20.456Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T00:45:20.670Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:20.671Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T00:45:20.671Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T00:45:20.962Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-18T00:45:20.962Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:20.962Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-18T00:45:20.962Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-18T00:45:21.066Z] ---> 985f92ef5b3c [2021-01-18T00:45:21.066Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-18T00:45:21.066Z] Removing intermediate container f98fb9890d86 [2021-01-18T00:45:21.066Z] ---> c989c6215e7f [2021-01-18T00:45:21.066Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T00:45:21.066Z] ---> Running in 3b4520d7107a [2021-01-18T00:45:21.232Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-18T00:45:21.681Z] ---> 54ad0a76545b [2021-01-18T00:45:21.682Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-18T00:45:21.682Z] ---> Running in 7766510d2524 [2021-01-18T00:45:21.862Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:21.862Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-18T00:45:21.862Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-18T00:45:21.862Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-18T00:45:21.862Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:21.862Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-18T00:45:21.862Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-18T00:45:21.955Z] Removing intermediate container 3b4520d7107a [2021-01-18T00:45:21.955Z] ---> 5992946fc26f [2021-01-18T00:45:21.955Z] Step 14/22 : WORKDIR / [2021-01-18T00:45:22.147Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-18T00:45:22.147Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:22.147Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-18T00:45:22.147Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-18T00:45:22.228Z] ---> Running in 977c2cc4b193 [2021-01-18T00:45:22.448Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-18T00:45:22.449Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:22.449Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-18T00:45:22.717Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-18T00:45:22.717Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-18T00:45:22.717Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:45:22.717Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-18T00:45:22.717Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-18T00:45:22.978Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-18T00:45:22.978Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-18T00:45:22.978Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-18T00:45:23.219Z] ---> ad63b5e41a14 [2021-01-18T00:45:23.219Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-18T00:45:23.219Z] Removing intermediate container 7766510d2524 [2021-01-18T00:45:23.219Z] ---> 192e81437149 [2021-01-18T00:45:23.219Z] Step 21/22 : LABEL git_sha=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [2021-01-18T00:45:23.245Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-18T00:45:23.245Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-18T00:45:23.245Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-18T00:45:23.492Z] ---> Running in ee159b7fe2b1 [2021-01-18T00:45:23.492Z] ---> Running in 0a441b8626cf [2021-01-18T00:45:23.545Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-18T00:45:23.545Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-18T00:45:23.810Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-18T00:45:23.810Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-18T00:45:24.073Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-18T00:45:24.073Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-18T00:45:24.073Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-18T00:45:24.073Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-18T00:45:24.099Z] Removing intermediate container 977c2cc4b193 [2021-01-18T00:45:24.099Z] ---> d1b4378af3fc [2021-01-18T00:45:24.099Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:45:24.099Z] ---> a0776a73f274 [2021-01-18T00:45:24.099Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-18T00:45:24.340Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-18T00:45:24.340Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-18T00:45:24.340Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-18T00:45:24.340Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-18T00:45:24.379Z] Removing intermediate container 0a441b8626cf [2021-01-18T00:45:24.379Z] ---> bf7e33ae96a8 [2021-01-18T00:45:24.379Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:45:24.379Z] Removing intermediate container ee159b7fe2b1 [2021-01-18T00:45:24.379Z] ---> 76e07449127e [2021-01-18T00:45:24.379Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:45:24.604Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-18T00:45:24.604Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-18T00:45:24.604Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-18T00:45:24.604Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-18T00:45:24.867Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-18T00:45:24.868Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-18T00:45:24.984Z] ---> Running in ed0532c8d55b [2021-01-18T00:45:24.984Z] ---> Running in 00330e68be77 [2021-01-18T00:45:25.134Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-18T00:45:25.134Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-18T00:45:25.586Z] ---> fa6c9206e88a [2021-01-18T00:45:25.586Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-18T00:45:26.100Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-18T00:45:26.100Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-18T00:45:26.100Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-18T00:45:26.100Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-18T00:45:26.189Z] ---> 9581985c8b4b [2021-01-18T00:45:26.189Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-18T00:45:26.189Z] Removing intermediate container ed0532c8d55b [2021-01-18T00:45:26.189Z] ---> 3c2e055dd5f9 [2021-01-18T00:45:26.189Z] [2021-01-18T00:45:26.367Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T00:45:26.367Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T00:45:26.800Z] Removing intermediate container 00330e68be77 [2021-01-18T00:45:26.800Z] ---> f1b0c4436616 [2021-01-18T00:45:26.800Z] Step 22/24 : LABEL arch=arm64 [2021-01-18T00:45:26.800Z] Successfully built 3c2e055dd5f9 [2021-01-18T00:45:26.943Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T00:45:26.943Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T00:45:27.075Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-18T00:45:27.075Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2021-01-18T00:45:27.075Z] ---> Running in c143dca10721 [2021-01-18T00:45:27.203Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T00:45:27.204Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T00:45:27.204Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T00:45:27.204Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T00:45:27.350Z] ---> Running in c1ff5a82d598 [2021-01-18T00:45:27.350Z] ---> 216b93788814 [2021-01-18T00:45:27.350Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-18T00:45:27.466Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:27.466Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:45:27.466Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:27.466Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:45:27.727Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:27.727Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:45:27.727Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:27.727Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:45:27.956Z] Removing intermediate container c143dca10721 [2021-01-18T00:45:27.956Z] ---> 9f89c1b9aa75 [2021-01-18T00:45:27.956Z] Step 18/21 : CMD ["--init=true"] [2021-01-18T00:45:27.956Z] ---> Running in a8d09b23b77f [2021-01-18T00:45:28.231Z] Removing intermediate container c1ff5a82d598 [2021-01-18T00:45:28.231Z] ---> ec89a3bf1273 [2021-01-18T00:45:28.231Z] Step 23/24 : LABEL git_sha=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [2021-01-18T00:45:28.509Z] ---> Running in 8d9f4038396e [2021-01-18T00:45:28.781Z] ---> 19edea71ab65 [2021-01-18T00:45:28.781Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-18T00:45:29.117Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:29.117Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:45:29.374Z] Removing intermediate container a8d09b23b77f [2021-01-18T00:45:29.374Z] ---> 1f7f6a97ec2b [2021-01-18T00:45:29.374Z] Step 19/21 : LABEL arch=arm64 [2021-01-18T00:45:29.965Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-18T00:45:29.965Z] ---> Running in 17838950d51d [2021-01-18T00:45:29.965Z] Removing intermediate container 8d9f4038396e [2021-01-18T00:45:29.965Z] ---> aa8252270a7d [2021-01-18T00:45:29.965Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T00:45:29.965Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-18T00:45:29.965Z] ---> eeaf43b92773 [2021-01-18T00:45:29.965Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-18T00:45:30.066Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:30.066Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:45:30.237Z] ---> Running in e80fefe1c77b [2021-01-18T00:45:30.518Z] ---> Running in f65c08ccbbc2 [2021-01-18T00:45:30.518Z] ---> Running in 5a79b6692f32 [2021-01-18T00:45:30.640Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:30.640Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:45:31.113Z] Removing intermediate container 17838950d51d [2021-01-18T00:45:31.113Z] ---> c85a1ad225f4 [2021-01-18T00:45:31.113Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:45:31.223Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:31.224Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:45:31.728Z] ---> Running in b1f8e291eae0 [2021-01-18T00:45:31.728Z] Removing intermediate container e80fefe1c77b [2021-01-18T00:45:31.728Z] ---> 002d00467494 [2021-01-18T00:45:31.728Z] Step 20/21 : LABEL git_sha=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [2021-01-18T00:45:31.728Z] Removing intermediate container f65c08ccbbc2 [2021-01-18T00:45:31.728Z] ---> 82f2adfa220f [2021-01-18T00:45:31.728Z] [2021-01-18T00:45:32.177Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:45:32.177Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:45:32.177Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-18T00:45:32.177Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-18T00:45:32.384Z] Successfully built 82f2adfa220f [2021-01-18T00:45:32.384Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-18T00:45:32.384Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-18T00:45:32.384Z] ---> Running in 09d11f78a84f [2021-01-18T00:45:32.439Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-18T00:45:32.439Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-18T00:45:32.663Z] Removing intermediate container b1f8e291eae0 [2021-01-18T00:45:32.663Z] ---> 2692e33ac3d0 [2021-01-18T00:45:32.663Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T00:45:32.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:45:32.701Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-18T00:45:32.701Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-18T00:45:32.701Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-18T00:45:32.701Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-18T00:45:32.939Z] ---> Running in 08427845c336 [2021-01-18T00:45:32.939Z] Removing intermediate container 09d11f78a84f [2021-01-18T00:45:32.939Z] ---> 52f16b099d22 [2021-01-18T00:45:32.939Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T00:45:32.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:45:32.962Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-18T00:45:32.962Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-18T00:45:32.962Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-18T00:45:32.962Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-18T00:45:33.218Z] ---> Running in f2305aadc58a [2021-01-18T00:45:33.224Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-18T00:45:33.225Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-18T00:45:33.225Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:33.225Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-18T00:45:33.225Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:33.225Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:33.225Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:33.488Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-18T00:45:33.488Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-18T00:45:33.488Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-18T00:45:33.488Z] [2021-01-18T00:45:33.488Z] Current default time zone: 'Etc/UTC' [2021-01-18T00:45:33.488Z] Local time is now: Mon Jan 18 00:45:33 UTC 2021. [2021-01-18T00:45:33.488Z] Universal Time is now: Mon Jan 18 00:45:33 UTC 2021. [2021-01-18T00:45:33.488Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-18T00:45:33.488Z] [2021-01-18T00:45:33.500Z] Removing intermediate container 08427845c336 [2021-01-18T00:45:33.500Z] ---> b374b0ebfb07 [2021-01-18T00:45:33.501Z] Step 21/22 : LABEL git_sha=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [2021-01-18T00:45:33.750Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-18T00:45:33.750Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:33.750Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-18T00:45:33.750Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:45:33.750Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-18T00:45:33.750Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-18T00:45:33.750Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-18T00:45:33.781Z] (1/2) Installing readline (8.0.4-r0) [2021-01-18T00:45:33.781Z] ---> Running in 7ba591cbc0e0 [2021-01-18T00:45:33.781Z] (2/2) Installing bash (5.0.17-r0) [2021-01-18T00:45:33.781Z] Executing bash-5.0.17-r0.post-install [2021-01-18T00:45:33.781Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:45:33.781Z] OK: 12 MiB in 22 packages [2021-01-18T00:45:33.781Z] Removing intermediate container f2305aadc58a [2021-01-18T00:45:33.781Z] ---> 6e1242666e86 [2021-01-18T00:45:33.781Z] [2021-01-18T00:45:34.018Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-18T00:45:34.018Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-18T00:45:34.018Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-18T00:45:34.018Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:34.018Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-18T00:45:34.280Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:45:34.280Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-18T00:45:34.280Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:34.280Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-18T00:45:34.280Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-18T00:45:34.381Z] Successfully built 6e1242666e86 [2021-01-18T00:45:34.542Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-18T00:45:34.542Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-18T00:45:34.542Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-18T00:45:34.542Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-18T00:45:34.542Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-18T00:45:34.542Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-18T00:45:34.658Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-18T00:45:34.935Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-01-18T00:45:34.935Z] Removing intermediate container 7ba591cbc0e0 [2021-01-18T00:45:34.935Z] ---> 98f4a2b5f51c [2021-01-18T00:45:34.935Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:45:35.538Z] ---> Running in 4ae8c172bb93 [2021-01-18T00:45:36.141Z] Removing intermediate container 4ae8c172bb93 [2021-01-18T00:45:36.141Z] ---> fe28ea436699 [2021-01-18T00:45:36.141Z] [2021-01-18T00:45:36.425Z] Removing intermediate container 5a79b6692f32 [2021-01-18T00:45:36.425Z] ---> 836332aef8a4 [2021-01-18T00:45:36.425Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-18T00:45:36.466Z] Updating certificates in /etc/ssl/certs... [2021-01-18T00:45:36.705Z] Successfully built fe28ea436699 [2021-01-18T00:45:36.705Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-18T00:45:36.705Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-01-18T00:45:36.980Z] ---> Running in 3740349e658c [2021-01-18T00:45:37.578Z] Removing intermediate container 3740349e658c [2021-01-18T00:45:37.578Z] ---> 094686332cf4 [2021-01-18T00:45:37.578Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-18T00:45:37.859Z] 22 added, 17 removed; done. [2021-01-18T00:45:37.859Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-18T00:45:37.859Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:45:37.859Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-18T00:45:37.859Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-18T00:45:37.859Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-18T00:45:37.859Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:45:37.859Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-18T00:45:38.120Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:45:38.121Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:45:38.121Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:45:38.121Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:45:38.121Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:45:38.121Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-18T00:45:38.121Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-18T00:45:38.121Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-18T00:45:38.179Z] ---> Running in cf5cfc0ec814 [2021-01-18T00:45:38.384Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-18T00:45:38.384Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-18T00:45:38.384Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:45:38.384Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:45:38.384Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-18T00:45:38.384Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-18T00:45:38.384Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-18T00:45:38.649Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-18T00:45:38.649Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-18T00:45:38.649Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-18T00:45:38.649Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-18T00:45:38.649Z] Updating certificates in /etc/ssl/certs... [2021-01-18T00:45:38.777Z] Removing intermediate container cf5cfc0ec814 [2021-01-18T00:45:38.777Z] ---> 6acb001370b3 [2021-01-18T00:45:38.777Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-18T00:45:39.053Z] ---> Running in 8c3e1dc7972c [2021-01-18T00:45:39.598Z] 0 added, 0 removed; done. [2021-01-18T00:45:39.598Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-18T00:45:39.598Z] done. [2021-01-18T00:45:40.045Z] Removing intermediate container 8c3e1dc7972c [2021-01-18T00:45:40.045Z] ---> 1264cfd9756f [2021-01-18T00:45:40.045Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-18T00:45:40.439Z] Reading package lists... [2021-01-18T00:45:40.440Z] Building dependency tree... [2021-01-18T00:45:40.440Z] Reading state information... [2021-01-18T00:45:40.710Z] The following NEW packages will be installed: [2021-01-18T00:45:40.710Z] apt-transport-https [2021-01-18T00:45:40.710Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-18T00:45:40.710Z] Need to get 1696 B of archives. [2021-01-18T00:45:40.710Z] After this operation, 153 kB of additional disk space will be used. [2021-01-18T00:45:40.710Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-18T00:45:40.998Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T00:45:40.998Z] Fetched 1696 B in 0s (35.8 kB/s) [2021-01-18T00:45:40.998Z] Selecting previously unselected package apt-transport-https. [2021-01-18T00:45:40.998Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-18T00:45:40.998Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-18T00:45:40.998Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-18T00:45:41.265Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-18T00:45:41.529Z] Waiting for network to be ready... [2021-01-18T00:45:43.480Z] ---> 507e44d1d1c4 [2021-01-18T00:45:43.480Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-18T00:45:44.965Z] ---> 96344fb843fa [2021-01-18T00:45:44.965Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-18T00:45:46.959Z] ---> 89f7fa7c6537 [2021-01-18T00:45:46.959Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-18T00:45:47.239Z] ---> Running in 194ba068d964 [2021-01-18T00:45:48.138Z] 2021-01-18T00:45:45Z INFO Waiting for automatic snapd restart... [2021-01-18T00:45:48.400Z] snapd 2.48.2 from Canonical* installed [2021-01-18T00:45:48.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:45:48.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:45:49.671Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-18T00:45:49.671Z] (2/33) Installing expat (2.2.9-r1) [2021-01-18T00:45:49.671Z] (3/33) Installing libffi (3.3-r2) [2021-01-18T00:45:49.671Z] (4/33) Installing gdbm (1.13-r1) [2021-01-18T00:45:49.671Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-18T00:45:49.671Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-18T00:45:49.671Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-18T00:45:49.788Z] "snapd" switched to the "latest/stable" channel [2021-01-18T00:45:49.788Z] [2021-01-18T00:45:51.654Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-18T00:45:51.654Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-18T00:45:51.654Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-18T00:45:51.654Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-18T00:45:51.654Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-18T00:45:51.930Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-18T00:45:51.930Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-18T00:45:51.930Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-18T00:45:51.930Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-18T00:45:51.930Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-18T00:45:52.207Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-18T00:45:52.207Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-18T00:45:52.207Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-18T00:45:52.207Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-18T00:45:52.207Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-18T00:45:52.207Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-18T00:45:52.207Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-18T00:45:52.207Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-18T00:45:52.207Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-18T00:45:52.482Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-18T00:45:52.482Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-18T00:45:52.482Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-18T00:45:52.482Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-18T00:45:52.482Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-18T00:45:52.482Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-18T00:45:52.482Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-18T00:45:52.755Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:45:52.755Z] OK: 71 MiB in 55 packages [2021-01-18T00:45:55.094Z] core18 20201210 from Canonical* installed [2021-01-18T00:45:55.094Z] "core18" switched to the "latest/stable" channel [2021-01-18T00:45:55.094Z] [2021-01-18T00:46:01.701Z] snapcraft 4.4.4 from Canonical* installed [2021-01-18T00:46:01.701Z] "snapcraft" switched to the "latest/stable" channel [2021-01-18T00:46:01.701Z] [2021-01-18T00:46:05.055Z] 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-18T00:46:05.055Z] - README.md [2021-01-18T00:46:05.055Z] - snapcraft.yaml.orig [2021-01-18T00:46:05.055Z] [2021-01-18T00:46:05.055Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-18T00:46:05.227Z] Removing intermediate container 194ba068d964 [2021-01-18T00:46:05.227Z] ---> a9faaa835ab1 [2021-01-18T00:46:05.227Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-18T00:46:05.227Z] ---> Running in 7e684b816165 [2021-01-18T00:46:11.655Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T00:46:11.655Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-18T00:46:11.655Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-18T00:46:11.655Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-18T00:46:11.990Z] Collecting docker-compose==1.23.2 [2021-01-18T00:46:11.990Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-18T00:46:11.990Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:46:11.990Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:46:11.990Z] ---> 2e47c513fdff [2021-01-18T00:46:11.990Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:46:11.990Z] ---> Using cache [2021-01-18T00:46:11.990Z] ---> dc1741d41b78 [2021-01-18T00:46:11.990Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:46:11.990Z] ---> Using cache [2021-01-18T00:46:11.990Z] ---> 010180f5fba1 [2021-01-18T00:46:11.990Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:46:11.990Z] ---> Using cache [2021-01-18T00:46:11.990Z] ---> e1b436ed683f [2021-01-18T00:46:11.990Z] Step 6/22 : COPY go.mod . [2021-01-18T00:46:11.990Z] ---> Using cache [2021-01-18T00:46:11.990Z] ---> fd4b75651b6d [2021-01-18T00:46:11.990Z] Step 7/22 : RUN go mod download [2021-01-18T00:46:11.990Z] ---> Using cache [2021-01-18T00:46:11.990Z] ---> 6d8873c30992 [2021-01-18T00:46:11.990Z] Step 8/22 : COPY . . [2021-01-18T00:46:11.990Z] ---> Using cache [2021-01-18T00:46:11.990Z] ---> 44dabf6eba47 [2021-01-18T00:46:11.990Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-18T00:46:13.458Z] Collecting docker<4.0,>=3.6.0 [2021-01-18T00:46:13.458Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-18T00:46:13.847Z] Reading package lists... [2021-01-18T00:46:14.111Z] 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-18T00:46:14.922Z] ---> Running in ad4c92e0c9f3 [2021-01-18T00:46:14.922Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-18T00:46:14.922Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-18T00:46:16.233Z] 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-18T00:46:18.233Z] Collecting docopt<0.7,>=0.6.1 [2021-01-18T00:46:18.233Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-18T00:46:19.686Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:46:19.686Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:46:19.686Z] ---> 2e47c513fdff [2021-01-18T00:46:19.686Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T00:46:19.686Z] ---> Using cache [2021-01-18T00:46:19.686Z] ---> dc1741d41b78 [2021-01-18T00:46:19.686Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:46:19.686Z] ---> Using cache [2021-01-18T00:46:19.686Z] ---> 010180f5fba1 [2021-01-18T00:46:19.686Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-18T00:46:19.686Z] ---> Using cache [2021-01-18T00:46:19.686Z] ---> e1b436ed683f [2021-01-18T00:46:19.686Z] Step 6/24 : COPY go.mod . [2021-01-18T00:46:19.686Z] ---> Using cache [2021-01-18T00:46:19.686Z] ---> fd4b75651b6d [2021-01-18T00:46:19.686Z] Step 7/24 : RUN go mod download [2021-01-18T00:46:19.686Z] ---> Using cache [2021-01-18T00:46:19.686Z] ---> 6d8873c30992 [2021-01-18T00:46:19.686Z] Step 8/24 : COPY . . [2021-01-18T00:46:19.686Z] ---> Using cache [2021-01-18T00:46:19.686Z] ---> 44dabf6eba47 [2021-01-18T00:46:19.686Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-18T00:46:20.584Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T00:46:20.584Z] Reading package lists... [2021-01-18T00:46:20.584Z] Building dependency tree... [2021-01-18T00:46:20.584Z] Reading state information... [2021-01-18T00:46:20.584Z] Suggested packages: [2021-01-18T00:46:20.584Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-18T00:46:20.584Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-18T00:46:20.584Z] Recommended packages: [2021-01-18T00:46:20.584Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-18T00:46:20.848Z] The following NEW packages will be installed: [2021-01-18T00:46:20.848Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-18T00:46:20.848Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-18T00:46:20.848Z] pkg-config zip [2021-01-18T00:46:20.848Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-18T00:46:20.848Z] Need to get 7655 kB of archives. [2021-01-18T00:46:20.848Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-18T00:46:20.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-18T00:46:20.848Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-18T00:46:20.848Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-18T00:46:20.848Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-18T00:46:20.848Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-18T00:46:21.110Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-18T00:46:21.110Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-18T00:46:21.110Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-18T00:46:21.110Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-18T00:46:21.371Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-18T00:46:21.371Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-18T00:46:21.371Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-18T00:46:21.371Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-18T00:46:21.371Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-18T00:46:21.371Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-18T00:46:21.633Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T00:46:21.633Z] Fetched 7655 kB in 1s (10.2 MB/s) [2021-01-18T00:46:21.895Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-18T00:46:21.895Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-18T00:46:21.895Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-18T00:46:21.895Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-18T00:46:22.157Z] Selecting previously unselected package libpsl5:amd64. [2021-01-18T00:46:22.157Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-18T00:46:22.157Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-18T00:46:22.157Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-18T00:46:22.157Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-18T00:46:22.157Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-18T00:46:22.157Z] Selecting previously unselected package librtmp1:amd64. [2021-01-18T00:46:22.157Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-18T00:46:22.157Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-18T00:46:22.344Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:46:22.344Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:46:22.344Z] ---> 2e47c513fdff [2021-01-18T00:46:22.344Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T00:46:22.344Z] ---> Using cache [2021-01-18T00:46:22.344Z] ---> dc1741d41b78 [2021-01-18T00:46:22.344Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:46:22.344Z] ---> Using cache [2021-01-18T00:46:22.344Z] ---> 010180f5fba1 [2021-01-18T00:46:22.344Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T00:46:22.344Z] ---> Using cache [2021-01-18T00:46:22.344Z] ---> e1b436ed683f [2021-01-18T00:46:22.344Z] Step 6/21 : COPY go.mod . [2021-01-18T00:46:22.344Z] ---> Using cache [2021-01-18T00:46:22.344Z] ---> fd4b75651b6d [2021-01-18T00:46:22.344Z] Step 7/21 : RUN go mod download [2021-01-18T00:46:22.344Z] ---> Using cache [2021-01-18T00:46:22.344Z] ---> 6d8873c30992 [2021-01-18T00:46:22.344Z] Step 8/21 : COPY . . [2021-01-18T00:46:22.344Z] Collecting cached-property<2,>=1.2.0 [2021-01-18T00:46:22.344Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-18T00:46:22.344Z] ---> Using cache [2021-01-18T00:46:22.344Z] ---> 44dabf6eba47 [2021-01-18T00:46:22.345Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-18T00:46:22.345Z] ---> Running in 0d7a5623fbe0 [2021-01-18T00:46:22.420Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-18T00:46:22.420Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-18T00:46:22.420Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-18T00:46:22.420Z] Selecting previously unselected package liberror-perl. [2021-01-18T00:46:22.420Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-18T00:46:22.420Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-18T00:46:22.623Z] ---> Running in 73d60d856d75 [2021-01-18T00:46:22.682Z] Selecting previously unselected package git-man. [2021-01-18T00:46:22.682Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-18T00:46:22.682Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-18T00:46:22.682Z] Selecting previously unselected package git. [2021-01-18T00:46:22.682Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-18T00:46:22.682Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-18T00:46:23.620Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:46:23.620Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:46:23.620Z] ---> 2e47c513fdff [2021-01-18T00:46:23.620Z] Step 3/23 : WORKDIR /edgex-go [2021-01-18T00:46:23.620Z] ---> Using cache [2021-01-18T00:46:23.620Z] ---> dc1741d41b78 [2021-01-18T00:46:23.620Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:46:23.620Z] ---> Using cache [2021-01-18T00:46:23.620Z] ---> 010180f5fba1 [2021-01-18T00:46:23.620Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-18T00:46:23.620Z] ---> Running in 6ffa257352e7 [2021-01-18T00:46:23.620Z] Collecting PyYAML<4,>=3.10 [2021-01-18T00:46:23.620Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-18T00:46:23.629Z] Selecting previously unselected package libnorm1:amd64. [2021-01-18T00:46:23.629Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-18T00:46:23.629Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-18T00:46:23.890Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-18T00:46:23.890Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-18T00:46:23.890Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-18T00:46:23.890Z] Selecting previously unselected package libsodium23:amd64. [2021-01-18T00:46:23.890Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-18T00:46:23.890Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-18T00:46:23.890Z] Selecting previously unselected package libzmq5:amd64. [2021-01-18T00:46:23.890Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-18T00:46:23.890Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T00:46:24.150Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-18T00:46:24.150Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-18T00:46:24.150Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T00:46:24.150Z] Selecting previously unselected package pkg-config. [2021-01-18T00:46:24.150Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-18T00:46:24.150Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-18T00:46:24.411Z] Selecting previously unselected package zip. [2021-01-18T00:46:24.411Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-18T00:46:24.411Z] Unpacking zip (3.0-11build1) ... [2021-01-18T00:46:24.411Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-18T00:46:24.411Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-18T00:46:24.411Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-18T00:46:24.411Z] Setting up liberror-perl (0.17025-1) ... [2021-01-18T00:46:24.674Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-18T00:46:24.674Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-18T00:46:24.674Z] No schema files found: doing nothing. [2021-01-18T00:46:24.674Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-18T00:46:24.674Z] Setting up zip (3.0-11build1) ... [2021-01-18T00:46:24.674Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-18T00:46:24.674Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-18T00:46:24.674Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-18T00:46:24.674Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T00:46:24.935Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-18T00:46:24.935Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T00:46:24.935Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-18T00:46:24.935Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-18T00:46:25.621Z] 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-18T00:46:25.621Z] 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-18T00:46:25.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:46:27.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:46:28.104Z] OK: 217 MiB in 51 packages [2021-01-18T00:46:30.162Z] Collecting jsonschema<3,>=2.5.1 [2021-01-18T00:46:30.162Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-18T00:46:30.162Z] Removing intermediate container 6ffa257352e7 [2021-01-18T00:46:30.162Z] ---> 5ca0428592a0 [2021-01-18T00:46:30.162Z] Step 6/23 : COPY go.mod . [2021-01-18T00:46:30.162Z] 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-18T00:46:30.465Z] Collecting texttable<0.10,>=0.9.0 [2021-01-18T00:46:30.750Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-18T00:46:31.039Z] ---> 1c5afaa084a5 [2021-01-18T00:46:31.039Z] Step 7/23 : RUN go mod download [2021-01-18T00:46:31.039Z] ---> Running in 2dced43dc172 [2021-01-18T00:46:31.601Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T00:46:31.873Z] git set to automatically installed. [2021-01-18T00:46:31.873Z] git-man set to automatically installed. [2021-01-18T00:46:31.873Z] libcurl3-gnutls set to automatically installed. [2021-01-18T00:46:31.873Z] liberror-perl set to automatically installed. [2021-01-18T00:46:31.873Z] libglib2.0-0 set to automatically installed. [2021-01-18T00:46:31.873Z] libnghttp2-14 set to automatically installed. [2021-01-18T00:46:31.873Z] libnorm1 set to automatically installed. [2021-01-18T00:46:31.873Z] libpgm-5.2-0 set to automatically installed. [2021-01-18T00:46:31.873Z] libpsl5 set to automatically installed. [2021-01-18T00:46:31.873Z] librtmp1 set to automatically installed. [2021-01-18T00:46:31.873Z] libsodium23 set to automatically installed. [2021-01-18T00:46:31.873Z] libzmq3-dev set to automatically installed. [2021-01-18T00:46:31.873Z] libzmq5 set to automatically installed. [2021-01-18T00:46:31.873Z] pkg-config set to automatically installed. [2021-01-18T00:46:31.873Z] zip set to automatically installed. [2021-01-18T00:46:33.861Z] snapd is not logged in, snap install commands will use sudo [2021-01-18T00:46:36.482Z] Removing intermediate container 2dced43dc172 [2021-01-18T00:46:36.482Z] ---> 1dd5683fc1d0 [2021-01-18T00:46:36.482Z] Step 8/23 : COPY . . [2021-01-18T00:46:36.482Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-18T00:46:36.482Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-18T00:46:37.962Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-18T00:46:37.962Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-18T00:46:38.967Z] Collecting docker-pycreds>=0.4.0 [2021-01-18T00:46:38.967Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-18T00:46:39.250Z] 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-18T00:46:39.250Z] 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-18T00:46:39.883Z] Collecting idna<2.8,>=2.5 [2021-01-18T00:46:39.883Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-18T00:46:40.471Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T00:46:40.733Z] snap "core18" has no updates available [2021-01-18T00:46:41.340Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-18T00:46:41.340Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-18T00:46:41.687Z] Pulling config-common [2021-01-18T00:46:41.962Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-18T00:46:41.962Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-18T00:46:41.962Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-18T00:46:41.962Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-18T00:46:43.080Z] Pulling go-build-helper [2021-01-18T00:46:43.975Z] Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, dockerpty, docopt, cached-property, PyYAML, jsonschema, texttable, docker-compose [2021-01-18T00:46:43.975Z] Attempting uninstall: idna [2021-01-18T00:46:43.975Z] Found existing installation: idna 2.9 [2021-01-18T00:46:43.975Z] Uninstalling idna-2.9: [2021-01-18T00:46:43.975Z] Successfully uninstalled idna-2.9 [2021-01-18T00:46:44.974Z] Attempting uninstall: urllib3 [2021-01-18T00:46:44.974Z] Found existing installation: urllib3 1.25.9 [2021-01-18T00:46:45.252Z] Uninstalling urllib3-1.25.9: [2021-01-18T00:46:45.530Z] Successfully uninstalled urllib3-1.25.9 [2021-01-18T00:46:46.518Z] Attempting uninstall: requests [2021-01-18T00:46:46.518Z] Found existing installation: requests 2.23.0 [2021-01-18T00:46:46.796Z] Uninstalling requests-2.23.0: [2021-01-18T00:46:46.796Z] Successfully uninstalled requests-2.23.0 [2021-01-18T00:46:50.239Z] Running setup.py install for dockerpty: started [2021-01-18T00:46:54.608Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-18T00:46:54.608Z] Running setup.py install for docopt: started [2021-01-18T00:46:57.274Z] Running setup.py install for docopt: finished with status 'done' [2021-01-18T00:46:57.274Z] ---> 93a14f299d56 [2021-01-18T00:46:57.274Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-18T00:46:57.274Z] Running setup.py install for PyYAML: started [2021-01-18T00:46:57.563Z] ---> Running in 2c7ec4753a49 [2021-01-18T00:46:59.576Z] 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-18T00:47:01.042Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-18T00:47:01.673Z] Running setup.py install for texttable: started [2021-01-18T00:47:05.108Z] Running setup.py install for texttable: finished with status 'done' [2021-01-18T00:47:06.104Z] 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-18T00:47:09.694Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-18T00:47:09.694Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-18T00:47:09.694Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-18T00:47:09.694Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-18T00:47:09.694Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-18T00:47:09.694Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-18T00:47:09.694Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-18T00:47:09.694Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-18T00:47:09.694Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-18T00:47:09.694Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-18T00:47:09.694Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-18T00:47:09.694Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-18T00:47:09.694Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-18T00:47:09.694Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-18T00:47:09.694Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-18T00:47:09.694Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-18T00:47:09.694Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-18T00:47:09.694Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-18T00:47:09.694Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-18T00:47:09.694Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-18T00:47:09.694Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-18T00:47:09.694Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-18T00:47:09.694Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-18T00:47:09.694Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-18T00:47:09.694Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-18T00:47:09.694Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-18T00:47:09.694Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-18T00:47:09.694Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-18T00:47:09.694Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-18T00:47:09.694Z] Fetched 279 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-18T00:47:09.694Z] Fetched 122 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-18T00:47:09.694Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-18T00:47:09.694Z] Fetched 8848 B in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-18T00:47:09.694Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-18T00:47:09.694Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-18T00:47:09.694Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-18T00:47:09.694Z] Fetched 214 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-18T00:47:09.694Z] Fetched 155 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-18T00:47:09.694Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-18T00:47:09.694Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-18T00:47:09.694Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-18T00:47:09.694Z] Fetched 499 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-18T00:47:09.694Z] Fetched 111 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-18T00:47:09.694Z] Fetched 240 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-18T00:47:09.694Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-18T00:47:09.694Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-18T00:47:09.694Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-18T00:47:09.694Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-18T00:47:09.694Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-18T00:47:09.694Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-18T00:47:09.694Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-18T00:47:09.694Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-18T00:47:09.694Z] Fetched 8720 B in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-18T00:47:09.694Z] Fetched 137 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-18T00:47:09.694Z] Fetched 119 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-18T00:47:09.694Z] Fetched 109 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-18T00:47:09.694Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-18T00:47:09.694Z] Fetched 645 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-18T00:47:09.694Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-18T00:47:09.694Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-18T00:47:09.694Z] Fetched 368 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-18T00:47:09.694Z] Fetched 187 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-18T00:47:09.694Z] Fetched 175 kB in 0s (0 B/s) [2021-01-18T00:47:09.694Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-18T00:47:11.580Z] Removing intermediate container 7e684b816165 [2021-01-18T00:47:11.580Z] ---> 21fe29e1e41c [2021-01-18T00:47:11.580Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-18T00:47:11.613Z] Fetched 206 kB in 0s (0 B/s) [2021-01-18T00:47:11.613Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-18T00:47:11.613Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-18T00:47:11.613Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-18T00:47:11.613Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-18T00:47:11.613Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-18T00:47:11.613Z] Fetched 159 kB in 0s (0 B/s) [2021-01-18T00:47:11.613Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-18T00:47:11.613Z] Fetched 107 kB in 0s (0 B/s) [2021-01-18T00:47:11.613Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-18T00:47:11.613Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-18T00:47:11.613Z] Pulling static-packages [2021-01-18T00:47:12.179Z] ---> Running in ab9adc5f2c0f [2021-01-18T00:47:13.531Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-18T00:47:13.531Z] Skipping pull go-build-helper (already ran) [2021-01-18T00:47:13.531Z] Skipping pull static-packages (already ran) [2021-01-18T00:47:13.531Z] Building go-build-helper [2021-01-18T00:47:14.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:47:14.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:47:15.459Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:47:15.459Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-18T00:47:15.459Z] (3/3) Installing curl (7.69.1-r3) [2021-01-18T00:47:15.459Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:47:15.459Z] OK: 71 MiB in 58 packages [2021-01-18T00:47:17.472Z] Removing intermediate container ab9adc5f2c0f [2021-01-18T00:47:17.472Z] ---> 20faafe7cc83 [2021-01-18T00:47:17.472Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-18T00:47:17.748Z] Building static-packages [2021-01-18T00:47:17.768Z] ---> Running in 1dc8123dd5f4 [2021-01-18T00:47:18.383Z] Removing intermediate container 1dc8123dd5f4 [2021-01-18T00:47:18.383Z] ---> 1908a1721785 [2021-01-18T00:47:18.383Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:47:18.672Z] ---> Running in 4f5e8f980dc9 [2021-01-18T00:47:19.287Z] Removing intermediate container 4f5e8f980dc9 [2021-01-18T00:47:19.287Z] ---> 57c330154bae [2021-01-18T00:47:19.287Z] Step 24/26 : LABEL arch=arm64 [2021-01-18T00:47:19.571Z] ---> Running in 2d700718930c [2021-01-18T00:47:20.190Z] Removing intermediate container 2d700718930c [2021-01-18T00:47:20.190Z] ---> 076fa5240f28 [2021-01-18T00:47:20.190Z] Step 25/26 : LABEL git_sha=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [2021-01-18T00:47:20.302Z] Staging go-build-helper [2021-01-18T00:47:20.481Z] ---> Running in 7fd73d27a63e [2021-01-18T00:47:21.486Z] Removing intermediate container 7fd73d27a63e [2021-01-18T00:47:21.486Z] ---> 5dd27cafda2e [2021-01-18T00:47:21.486Z] Step 26/26 : LABEL version=0.0.0 [2021-01-18T00:47:21.486Z] ---> Running in 835a136bc03d [2021-01-18T00:47:21.741Z] Staging static-packages [2021-01-18T00:47:22.102Z] Removing intermediate container 835a136bc03d [2021-01-18T00:47:22.102Z] ---> 24ed255d1b4b [2021-01-18T00:47:22.102Z] [2021-01-18T00:47:22.696Z] Pulling go115 [2021-01-18T00:47:22.722Z] Successfully built 24ed255d1b4b [2021-01-18T00:47:22.722Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-18T00:47:24.085Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-18T00:47:24.085Z] Skipping pull go115 (already ran) [2021-01-18T00:47:24.085Z] Building go115 [2021-01-18T00:47:24.085Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T00:47:24.085Z] Dload Upload Total Spent Left Speed [2021-01-18T00:47:27.868Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 1711k 0 0 2483k 0 0:00:47 --:--:-- 0:00:47 2480k 22 115M 22 26.1M 0 0 17.8M 0 0:00:06 0:00:01 0:00:05 17.8M 56 115M 56 65.5M 0 0 26.5M 0 0:00:04 0:00:02 0:00:02 26.5M 88 115M 88 101M 0 0 29.3M 0 0:00:03 0:00:03 --:--:-- 29.3M 100 115M 100 115M 0 0 29.9M 0 0:00:03 0:00:03 --:--:-- 29.9M [2021-01-18T00:47:28.443Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-18T00:47:33.751Z] Staging go115 [2021-01-18T00:47:41.922Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-18T00:47:41.922Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-18T00:47:41.922Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-18T00:47:41.922Z] Fetched 0 B in 0s (0 B/s) [2021-01-18T00:47:41.922Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-18T00:47:41.922Z] Fetched 224 kB in 0s (0 B/s) [2021-01-18T00:47:41.922Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-18T00:47:41.922Z] Fetched 157 kB in 0s (0 B/s) [2021-01-18T00:47:41.922Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-18T00:47:41.922Z] Fetched 221 kB in 0s (0 B/s) [2021-01-18T00:47:41.922Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-18T00:47:41.922Z] Fetched 143 kB in 0s (0 B/s) [2021-01-18T00:47:41.922Z] Pulling edgex-go [2021-01-18T00:47:42.868Z] Pulling version [2021-01-18T00:47:44.257Z] Building config-common [2021-01-18T00:47:46.808Z] Skipping build go-build-helper (already ran) [2021-01-18T00:47:46.808Z] Skipping build static-packages (already ran) [2021-01-18T00:47:46.808Z] Skipping build go115 (already ran) [2021-01-18T00:47:46.808Z] Building edgex-go [2021-01-18T00:47:47.762Z] 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-18T00:47:49.155Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-18T00:47:49.155Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-18T00:47:49.155Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-18T00:47:49.155Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-18T00:47:49.155Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-18T00:47:49.155Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-18T00:47:49.155Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-18T00:47:49.155Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-18T00:47:49.155Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-18T00:47:49.155Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-18T00:47:49.155Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-18T00:47:49.155Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-18T00:47:49.155Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-18T00:47:49.155Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-18T00:47:49.155Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-18T00:47:49.155Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-18T00:47:49.155Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-18T00:47:49.155Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-18T00:47:49.155Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-18T00:47:49.155Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-18T00:47:49.155Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-18T00:47:49.155Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-18T00:47:49.155Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-18T00:47:49.155Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-18T00:47:49.155Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-18T00:47:49.155Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-18T00:47:49.155Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-18T00:47:49.155Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-18T00:47:49.155Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-18T00:47:49.155Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-18T00:47:49.421Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-18T00:47:49.421Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-18T00:47:49.421Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-18T00:47:49.421Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-18T00:47:49.421Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-18T00:47:49.421Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-18T00:47:49.421Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-18T00:47:49.421Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-18T00:47:49.421Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-18T00:47:49.421Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-18T00:47:49.686Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-18T00:47:55.196Z]  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-18T00:47:55.196Z] Removing intermediate container ad4c92e0c9f3 [2021-01-18T00:47:55.196Z] ---> c38654fee5b0 [2021-01-18T00:47:55.196Z] [2021-01-18T00:47:55.196Z] Step 10/22 : FROM alpine:3.12 [2021-01-18T00:47:55.196Z] ---> afeebe901d6b [2021-01-18T00:47:55.196Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T00:47:55.196Z] ---> Running in 64c17eafd731 [2021-01-18T00:47:55.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:47:55.473Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:47:56.074Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-18T00:47:56.351Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:47:56.351Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-18T00:47:56.351Z] (4/5) Installing curl (7.69.1-r3) [2021-01-18T00:47:56.351Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-18T00:47:56.351Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:47:56.351Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:47:56.631Z] OK: 7 MiB in 19 packages [2021-01-18T00:47:59.290Z] Removing intermediate container 64c17eafd731 [2021-01-18T00:47:59.290Z] ---> 4fc6152e28c5 [2021-01-18T00:47:59.290Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-18T00:47:59.290Z] ---> Running in 12d5701f8356 [2021-01-18T00:47:59.782Z] 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-18T00:47:59.899Z] Removing intermediate container 12d5701f8356 [2021-01-18T00:47:59.899Z] ---> 4c7c135e5d3b [2021-01-18T00:47:59.899Z] Step 13/22 : WORKDIR / [2021-01-18T00:47:59.899Z] ---> Running in 005c6d4a2dca [2021-01-18T00:48:00.505Z] Removing intermediate container 005c6d4a2dca [2021-01-18T00:48:00.505Z] ---> 5b019c6b12a0 [2021-01-18T00:48:00.505Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:48:01.963Z] ---> 0c2ac8eace7b [2021-01-18T00:48:01.963Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-18T00:48:03.973Z] ---> 00c254f4a6ca [2021-01-18T00:48:03.973Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-18T00:48:04.007Z] 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-18T00:48:04.964Z] 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-18T00:48:06.355Z] 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-18T00:48:06.616Z] 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-18T00:48:06.799Z] ---> 38f02b977ea1 [2021-01-18T00:48:06.799Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-18T00:48:06.877Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-18T00:48:07.137Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-18T00:48:07.137Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-18T00:48:07.137Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-18T00:48:07.866Z] Removing intermediate container 0d7a5623fbe0 [2021-01-18T00:48:07.866Z] ---> 1c68d5d6aa2b [2021-01-18T00:48:07.866Z] [2021-01-18T00:48:07.866Z] Step 10/24 : FROM alpine:3.12 [2021-01-18T00:48:07.866Z] ---> afeebe901d6b [2021-01-18T00:48:07.866Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T00:48:07.866Z] ---> Using cache [2021-01-18T00:48:07.866Z] ---> 4fc6152e28c5 [2021-01-18T00:48:07.866Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T00:48:08.137Z] ---> Running in baf15d8508e3 [2021-01-18T00:48:08.138Z] ---> b574860e0507 [2021-01-18T00:48:08.138Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-18T00:48:08.412Z] ---> Running in 19890d15b88e [2021-01-18T00:48:09.082Z] 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-18T00:48:09.082Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-18T00:48:09.082Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-18T00:48:09.401Z] Removing intermediate container baf15d8508e3 [2021-01-18T00:48:09.401Z] ---> 7f4e0834e6ce [2021-01-18T00:48:09.401Z] Step 13/24 : WORKDIR / [2021-01-18T00:48:09.676Z] ---> Running in 55da0e86e822 [2021-01-18T00:48:10.473Z] 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-18T00:48:11.132Z] Removing intermediate container 55da0e86e822 [2021-01-18T00:48:11.132Z] ---> 3206140cc01a [2021-01-18T00:48:11.132Z] 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-18T00:48:11.426Z] 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-18T00:48:11.688Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-18T00:48:13.131Z] Removing intermediate container 73d60d856d75 [2021-01-18T00:48:13.131Z] ---> 508a80222cf4 [2021-01-18T00:48:13.131Z] [2021-01-18T00:48:13.131Z] Step 10/21 : FROM scratch [2021-01-18T00:48:13.131Z] ---> [2021-01-18T00:48:13.131Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:48:13.131Z] ---> 5ecb96e99754 [2021-01-18T00:48:13.131Z] 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-18T00:48:13.131Z] ---> Using cache [2021-01-18T00:48:13.131Z] ---> f4d5e05db109 [2021-01-18T00:48:13.131Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-18T00:48:13.412Z] Removing intermediate container 19890d15b88e [2021-01-18T00:48:13.412Z] ---> f849bf55694b [2021-01-18T00:48:13.412Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-18T00:48:13.412Z] ---> Running in 9139389a9d0f [2021-01-18T00:48:13.609Z] 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-18T00:48:13.694Z] ---> Running in 9128fd8509bc [2021-01-18T00:48:14.302Z] Removing intermediate container 9139389a9d0f [2021-01-18T00:48:14.302Z] ---> 7f37f7682a18 [2021-01-18T00:48:14.302Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-18T00:48:14.302Z] ---> Running in a528f973127c [2021-01-18T00:48:14.569Z] 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-18T00:48:14.580Z] Removing intermediate container 9128fd8509bc [2021-01-18T00:48:14.580Z] ---> a1e5b4b14c63 [2021-01-18T00:48:14.580Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T00:48:14.580Z] ---> 16a8629c173a [2021-01-18T00:48:14.580Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-18T00:48:14.856Z] ---> Running in f8e98e6c0f44 [2021-01-18T00:48:15.129Z] Removing intermediate container a528f973127c [2021-01-18T00:48:15.129Z] ---> 3e3433669f8a [2021-01-18T00:48:15.129Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:48:15.510Z] 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-18T00:48:15.511Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-18T00:48:15.731Z] Removing intermediate container f8e98e6c0f44 [2021-01-18T00:48:15.731Z] ---> 53b690ec71ca [2021-01-18T00:48:15.731Z] Step 21/22 : LABEL git_sha=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [2021-01-18T00:48:16.339Z] ---> Running in c5ca0857388b [2021-01-18T00:48:16.339Z] ---> 112c2a3a6d62 [2021-01-18T00:48:16.340Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-18T00:48:16.630Z] ---> 452376c40e3a [2021-01-18T00:48:16.630Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-18T00:48:17.236Z] Removing intermediate container c5ca0857388b [2021-01-18T00:48:17.236Z] ---> 38d59934ee75 [2021-01-18T00:48:17.236Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:48:17.845Z] ---> Running in e29c530ec702 [2021-01-18T00:48:18.822Z] Building version [2021-01-18T00:48:18.855Z] ---> da39901a1762 [2021-01-18T00:48:18.855Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-18T00:48:19.132Z] Removing intermediate container e29c530ec702 [2021-01-18T00:48:19.132Z] ---> 8c18789c564c [2021-01-18T00:48:19.132Z] [2021-01-18T00:48:19.132Z] ---> a06612b4ef68 [2021-01-18T00:48:19.132Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-18T00:48:20.126Z] Successfully built 8c18789c564c [2021-01-18T00:48:20.127Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-18T00:48:21.125Z]  Building docker-security-bootstrap-redis-go ... done  ---> 8a9a89daccf7 [2021-01-18T00:48:21.125Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-18T00:48:21.126Z] ---> Running in 0d43465b0e8a [2021-01-18T00:48:21.126Z] ---> d891fdeb962e [2021-01-18T00:48:21.126Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-18T00:48:22.124Z] Removing intermediate container 0d43465b0e8a [2021-01-18T00:48:22.124Z] ---> 3da82aed7562 [2021-01-18T00:48:22.124Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:48:22.130Z] Staging config-common [2021-01-18T00:48:22.407Z] ---> Running in 8c80254dd4ae [2021-01-18T00:48:22.408Z] ---> e4a2c288f8d6 [2021-01-18T00:48:22.408Z] 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-18T00:48:22.681Z] ---> Running in 1f7c9aeb1552 [2021-01-18T00:48:22.979Z] Removing intermediate container 8c80254dd4ae [2021-01-18T00:48:23.076Z] Skipping stage go-build-helper (already ran) [2021-01-18T00:48:23.076Z] Skipping stage static-packages (already ran) [2021-01-18T00:48:23.076Z] Skipping stage go115 (already ran) [2021-01-18T00:48:23.076Z] Staging edgex-go [2021-01-18T00:48:23.255Z] ---> 4c5ca32a47ec [2021-01-18T00:48:23.256Z] Step 19/21 : LABEL arch=arm64 [2021-01-18T00:48:23.256Z] ---> Running in fa367cc7a757 [2021-01-18T00:48:24.055Z] Staging version [2021-01-18T00:48:24.247Z] Removing intermediate container fa367cc7a757 [2021-01-18T00:48:24.247Z] ---> aa61660a90a8 [2021-01-18T00:48:24.247Z] Step 20/21 : LABEL git_sha=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [2021-01-18T00:48:24.523Z] ---> Running in 12032f245bc6 [2021-01-18T00:48:25.125Z] Removing intermediate container 12032f245bc6 [2021-01-18T00:48:25.126Z] ---> e90d8b52ff57 [2021-01-18T00:48:25.126Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T00:48:25.406Z] ---> Running in 0cab1dea77ff [2021-01-18T00:48:25.477Z] Priming config-common [2021-01-18T00:48:26.003Z] Removing intermediate container 1f7c9aeb1552 [2021-01-18T00:48:26.003Z] ---> e1ad1735f6ad [2021-01-18T00:48:26.003Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-18T00:48:26.276Z] Removing intermediate container 0cab1dea77ff [2021-01-18T00:48:26.276Z] ---> d7184fec66b6 [2021-01-18T00:48:26.276Z] [2021-01-18T00:48:26.276Z] ---> Running in 538b7bfeea02 [2021-01-18T00:48:26.888Z] Priming go-build-helper [2021-01-18T00:48:26.900Z] Successfully built d7184fec66b6 [2021-01-18T00:48:26.900Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-18T00:48:26.900Z]  Building docker-support-scheduler-go ... done Removing intermediate container 538b7bfeea02 [2021-01-18T00:48:26.900Z] ---> 26380fdfa360 [2021-01-18T00:48:26.900Z] Step 22/24 : LABEL arch=arm64 [2021-01-18T00:48:27.173Z] ---> Running in 9f2547b35eac [2021-01-18T00:48:27.766Z] Removing intermediate container 9f2547b35eac [2021-01-18T00:48:27.766Z] ---> 83e82fa2a13f [2021-01-18T00:48:27.766Z] Step 23/24 : LABEL git_sha=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [2021-01-18T00:48:27.766Z] ---> Running in fa1863a58257 [2021-01-18T00:48:27.837Z] Priming static-packages [2021-01-18T00:48:28.357Z] Removing intermediate container fa1863a58257 [2021-01-18T00:48:28.357Z] ---> 515ef42bd29f [2021-01-18T00:48:28.357Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T00:48:28.357Z] ---> Running in 60ad38e14aef [2021-01-18T00:48:28.953Z] Removing intermediate container 60ad38e14aef [2021-01-18T00:48:28.953Z] ---> 6eb2e3e97188 [2021-01-18T00:48:28.953Z] [2021-01-18T00:48:29.230Z] Successfully built 6eb2e3e97188 [2021-01-18T00:48:29.512Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-18T00:48:31.143Z] Priming go115 [2021-01-18T00:48:31.723Z] Priming edgex-go [2021-01-18T00:48:33.156Z] Priming version [2021-01-18T00:48:34.549Z] 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-18T00:48:41.937Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2c7ec4753a49 [2021-01-18T00:48:41.937Z] ---> d3ea1488526a [2021-01-18T00:48:41.937Z] [2021-01-18T00:48:41.937Z] Step 10/23 : FROM alpine:3.12 [2021-01-18T00:48:41.937Z] ---> afeebe901d6b [2021-01-18T00:48:41.937Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:48:41.937Z] ---> Running in 2061ad0674d3 [2021-01-18T00:48:41.937Z] Removing intermediate container 2061ad0674d3 [2021-01-18T00:48:41.937Z] ---> d42fd7978838 [2021-01-18T00:48:41.938Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-18T00:48:41.938Z] ---> Running in cb78a577fa60 [2021-01-18T00:48:41.938Z] Removing intermediate container cb78a577fa60 [2021-01-18T00:48:41.938Z] ---> 0f2973d5e26e [2021-01-18T00:48:41.938Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-18T00:48:41.938Z] ---> Running in 76e42d4514fe [2021-01-18T00:48:41.938Z] Removing intermediate container 76e42d4514fe [2021-01-18T00:48:41.938Z] ---> ea4b9ab07d24 [2021-01-18T00:48:41.938Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:48:41.938Z] ---> Running in 12dbb958a134 [2021-01-18T00:48:44.581Z] Removing intermediate container 12dbb958a134 [2021-01-18T00:48:44.581Z] ---> 0abf08d691df [2021-01-18T00:48:44.581Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-18T00:48:44.581Z] ---> Running in a4da52abc635 [2021-01-18T00:48:46.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:46.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:48.040Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-18T00:48:48.040Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-18T00:48:48.312Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-18T00:48:48.904Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-18T00:48:49.499Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-18T00:48:49.499Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:48:49.499Z] OK: 8 MiB in 19 packages [2021-01-18T00:48:50.930Z] Removing intermediate container a4da52abc635 [2021-01-18T00:48:50.930Z] ---> b99833444c95 [2021-01-18T00:48:50.930Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:48:51.907Z] ---> c224e9942927 [2021-01-18T00:48:51.907Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-18T00:48:53.343Z] ---> 9aa981638788 [2021-01-18T00:48:53.343Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-18T00:48:53.940Z] ---> bd2b7f62fea6 [2021-01-18T00:48:53.940Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-18T00:48:53.940Z] ---> Running in de4002eb407b [2021-01-18T00:48:54.542Z] Removing intermediate container de4002eb407b [2021-01-18T00:48:54.542Z] ---> 7cc7dc797285 [2021-01-18T00:48:54.542Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:48:54.542Z] ---> Running in 98e115d75d8c [2021-01-18T00:48:55.136Z] Removing intermediate container 98e115d75d8c [2021-01-18T00:48:55.136Z] ---> 2f20d5a83f8d [2021-01-18T00:48:55.136Z] Step 21/23 : LABEL arch=arm64 [2021-01-18T00:48:55.408Z] ---> Running in 60f511aa7167 [2021-01-18T00:48:56.005Z] Removing intermediate container 60f511aa7167 [2021-01-18T00:48:56.005Z] ---> 74c19f53ec0b [2021-01-18T00:48:56.005Z] Step 22/23 : LABEL git_sha=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [2021-01-18T00:48:56.005Z] ---> Running in f62422d3aa8b [2021-01-18T00:48:56.606Z] Removing intermediate container f62422d3aa8b [2021-01-18T00:48:56.606Z] ---> 8a3864958869 [2021-01-18T00:48:56.606Z] Step 23/23 : LABEL version=0.0.0 [2021-01-18T00:48:56.606Z] ---> Running in de896a75ddc8 [2021-01-18T00:48:57.204Z] Removing intermediate container de896a75ddc8 [2021-01-18T00:48:57.204Z] ---> 84f3d7d79107 [2021-01-18T00:48:57.204Z] [2021-01-18T00:48:57.798Z] Successfully built 84f3d7d79107 [2021-01-18T00:48:57.798Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-18T00:48:58.408Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-18T00:48:58.391Z] $ docker stop --time=1 983ce285f0dee0d018530cd6897090d6ed7f0135c4c24cd5184ecde98fd0f28d [2021-01-18T00:49:00.446Z] $ docker rm -f 983ce285f0dee0d018530cd6897090d6ed7f0135c4c24cd5184ecde98fd0f28d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T00:49:01.220Z] + + dockergrep images docker [2021-01-18T00:49:01.220Z] [2021-01-18T00:49:01.497Z] docker-core-data-go-arm64 latest 84f3d7d79107 5 seconds ago 21MB [2021-01-18T00:49:01.497Z] docker-security-secretstore-setup-go-arm64 latest 6eb2e3e97188 33 seconds ago 23.4MB [2021-01-18T00:49:01.497Z] docker-support-scheduler-go-arm64 latest d7184fec66b6 36 seconds ago 10MB [2021-01-18T00:49:01.497Z] docker-security-bootstrap-redis-go-arm64 latest 8c18789c564c 43 seconds ago 15.1MB [2021-01-18T00:49:01.497Z] docker-sys-mgmt-agent-go-arm64 latest 24ed255d1b4b About a minute ago 300MB [2021-01-18T00:49:01.497Z] docker-core-metadata-go-arm64 latest fe28ea436699 3 minutes ago 12.3MB [2021-01-18T00:49:01.497Z] docker-security-proxy-setup-go-arm64 latest 6e1242666e86 3 minutes ago 23.2MB [2021-01-18T00:49:01.497Z] docker-support-notifications-go-arm64 latest 82f2adfa220f 3 minutes ago 11.4MB [2021-01-18T00:49:01.497Z] docker-core-command-go-arm64 latest 3c2e055dd5f9 3 minutes ago 9.98MB [2021-01-18T00:49:01.497Z] 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-18T00:49:03.636Z] provisioning config files... [2021-01-18T00:49:03.676Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config8780180215462671590tmp [Pipeline] { [Pipeline] sh [2021-01-18T00:49:04.094Z] + set +x [2021-01-18T00:49:04.094Z] + curl -s https://codecov.io/bash [2021-01-18T00:49:04.094Z] + bash -s -- [2021-01-18T00:49:04.666Z] [2021-01-18T00:49:04.666Z] _____ _ [2021-01-18T00:49:04.666Z] / ____| | | [2021-01-18T00:49:04.666Z] | | ___ __| | ___ ___ _____ __ [2021-01-18T00:49:04.666Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-18T00:49:04.666Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-18T00:49:04.666Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-18T00:49:04.666Z] Bash-20210115-cec3c92 [2021-01-18T00:49:04.666Z] [2021-01-18T00:49:04.666Z] [2021-01-18T00:49:04.666Z] ==> git version 2.24.3 found [2021-01-18T00:49:04.666Z] ==> 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-18T00:49:04.666Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-18T00:49:04.666Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-18T00:49:04.666Z] ==> Jenkins CI detected. [2021-01-18T00:49:04.666Z] project root: . [2021-01-18T00:49:04.666Z] --> token set from env [2021-01-18T00:49:04.666Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-18T00:49:04.666Z] ==> Running gcov in . (disable via -X gcov) [2021-01-18T00:49:04.666Z] ==> Python coveragepy not found [2021-01-18T00:49:04.666Z] ==> Searching for coverage reports in: [2021-01-18T00:49:04.666Z] + . [2021-01-18T00:49:04.666Z] -> Found 1 reports [2021-01-18T00:49:04.666Z] ==> Detecting git/mercurial file structure [2021-01-18T00:49:04.666Z] ==> Reading reports [2021-01-18T00:49:04.666Z] + ./coverage.out bytes=550280 [2021-01-18T00:49:04.666Z] ==> Appending adjustments [2021-01-18T00:49:04.666Z] https://docs.codecov.io/docs/fixing-reports [2021-01-18T00:49:07.977Z] + Found adjustments [2021-01-18T00:49:07.977Z] ==> Gzipping contents [2021-01-18T00:49:07.977Z] 84K /tmp/codecov.GcpWrs.gz [2021-01-18T00:49:07.977Z] ==> Uploading reports [2021-01-18T00:49:07.977Z] url: https://codecov.io [2021-01-18T00:49:07.977Z] query: branch=PR-3040&commit=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3040%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3040&job=&cmd_args= [2021-01-18T00:49:07.977Z] -> Pinging Codecov [2021-01-18T00:49:07.977Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3040&commit=3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3040%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3040&job=&cmd_args= [2021-01-18T00:49:07.977Z] -> Uploading to [2021-01-18T00:49:07.977Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-18/00271124DB129430A58F1EEE437C3FCB/3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9/b88834dc-3c60-4c52-8b34-e6aabb752b10.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210118T004907Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a7d838f0f27a168407fffc9be36e55ab363b294dc1a825d3f86fc5f0f9bb560d [2021-01-18T00:49:07.977Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T00:49:07.977Z] Dload Upload Total Spent Left Speed [2021-01-18T00:49:08.550Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83213 0 0 100 83213 0 158k --:--:-- --:--:-- --:--:-- 158k [2021-01-18T00:49:08.550Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 [Pipeline] } [2021-01-18T00:49:08.560Z] 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-18T00:49:10.735Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:49:11.620Z] ---> package-listing.sh [2021-01-18T00:49:11.620Z] ++ facter osfamily [2021-01-18T00:49:11.620Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-18T00:49:11.620Z] + OS_FAMILY=redhat [2021-01-18T00:49:11.620Z] + workspace=/w/workspace/edgex-go/4 [2021-01-18T00:49:11.620Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-18T00:49:11.620Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-18T00:49:11.620Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-18T00:49:11.620Z] + PACKAGES=/tmp/packages_start.txt [2021-01-18T00:49:11.620Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-18T00:49:11.620Z] + PACKAGES=/tmp/packages_end.txt [2021-01-18T00:49:11.620Z] + case "${OS_FAMILY}" in [2021-01-18T00:49:11.620Z] + rpm -qa [2021-01-18T00:49:11.620Z] + sort [2021-01-18T00:49:16.924Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-18T00:49:16.924Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-18T00:49:16.924Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-18T00:49:16.924Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-18T00:49:16.924Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-01-18T00:49:16.924Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-01-18T00:49:16.939Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-18T00:49:17.231Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:49:17.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T00:49:17.801Z] [2021-01-18T00:49:17.801Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:49:18.173Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T00:49:19.119Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-18T00:49:19.119Z] df20fa9351a1: Pulling fs layer [2021-01-18T00:49:19.119Z] 36b3adc4ff6f: Pulling fs layer [2021-01-18T00:49:19.119Z] 8ad3a11d3b57: Pulling fs layer [2021-01-18T00:49:19.119Z] 46f8f816bc3b: Pulling fs layer [2021-01-18T00:49:19.119Z] 93b61091891f: Pulling fs layer [2021-01-18T00:49:19.119Z] 93b9cdb0e59b: Pulling fs layer [2021-01-18T00:49:19.119Z] 5e14af77c1be: Pulling fs layer [2021-01-18T00:49:19.119Z] 01666e4c0597: Pulling fs layer [2021-01-18T00:49:19.119Z] aa168da1d23b: Pulling fs layer [2021-01-18T00:49:19.119Z] 93b9cdb0e59b: Waiting [2021-01-18T00:49:19.119Z] 5e14af77c1be: Waiting [2021-01-18T00:49:19.119Z] 46f8f816bc3b: Waiting [2021-01-18T00:49:19.119Z] 93b61091891f: Waiting [2021-01-18T00:49:19.119Z] 01666e4c0597: Waiting [2021-01-18T00:49:19.119Z] aa168da1d23b: Waiting [2021-01-18T00:49:19.382Z] 36b3adc4ff6f: Verifying Checksum [2021-01-18T00:49:19.382Z] 36b3adc4ff6f: Download complete [2021-01-18T00:49:19.382Z] 46f8f816bc3b: Verifying Checksum [2021-01-18T00:49:19.382Z] 46f8f816bc3b: Download complete [2021-01-18T00:49:19.382Z] df20fa9351a1: Verifying Checksum [2021-01-18T00:49:19.382Z] 93b9cdb0e59b: Download complete [2021-01-18T00:49:19.382Z] 5e14af77c1be: Verifying Checksum [2021-01-18T00:49:19.382Z] 5e14af77c1be: Download complete [2021-01-18T00:49:19.382Z] 93b61091891f: Verifying Checksum [2021-01-18T00:49:19.382Z] 93b61091891f: Download complete [2021-01-18T00:49:19.382Z] 01666e4c0597: Verifying Checksum [2021-01-18T00:49:19.382Z] 01666e4c0597: Download complete [2021-01-18T00:49:19.382Z] 8ad3a11d3b57: Verifying Checksum [2021-01-18T00:49:19.382Z] 8ad3a11d3b57: Download complete [2021-01-18T00:49:19.646Z] df20fa9351a1: Pull complete [2021-01-18T00:49:19.908Z] 36b3adc4ff6f: Pull complete [2021-01-18T00:49:20.880Z] 8ad3a11d3b57: Pull complete [2021-01-18T00:49:20.880Z] 46f8f816bc3b: Pull complete [2021-01-18T00:49:21.456Z] aa168da1d23b: Download complete [2021-01-18T00:49:22.031Z] 93b61091891f: Pull complete [2021-01-18T00:49:22.293Z] 93b9cdb0e59b: Pull complete [2021-01-18T00:49:22.556Z] 5e14af77c1be: Pull complete [2021-01-18T00:49:22.556Z] 01666e4c0597: Pull complete [2021-01-18T00:49:34.825Z] aa168da1d23b: Pull complete [2021-01-18T00:49:34.825Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-18T00:49:34.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T00:49:34.825Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-18T00:49:35.113Z] prd-centos7-docker-4c-2g-20840 does not seem to be running inside a container [2021-01-18T00:49:35.254Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-18T00:49:37.957Z] $ docker top a0dac706d1bac23c632e66641cd3a43951dfb7e2f5b41ecc6862955899a8825c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:49:38.546Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-18T00:49:38.856Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-18T00:49:39.153Z] + ls /var/log/sa-host [2021-01-18T00:49:39.154Z] + sadf -c /var/log/sa-host/sa18 [2021-01-18T00:49:39.154Z] file_magic: OK [2021-01-18T00:49:39.154Z] HZ: Using current value: 100 [2021-01-18T00:49:39.154Z] file_header: OK [2021-01-18T00:49:39.154Z] 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-18T00:49:39.154Z] Statistics: [2021-01-18T00:49:39.154Z] 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-18T00:49:39.154Z] File successfully converted to sysstat format version 12.2.1 [2021-01-18T00:49:39.154Z] + sadf -c /var/log/sa-host/sa23 [2021-01-18T00:49:39.154Z] file_magic: OK [2021-01-18T00:49:39.154Z] HZ: Using current value: 100 [2021-01-18T00:49:39.154Z] file_header: OK [2021-01-18T00:49:39.154Z] 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-18T00:49:39.154Z] Statistics: [2021-01-18T00:49:39.154Z] Hnuu...uuuununununu... [2021-01-18T00:49:39.154Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-18T00:49:39.791Z] provisioning config files... [2021-01-18T00:49:39.810Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config2149585736385185825tmp [Pipeline] { [Pipeline] echo [2021-01-18T00:49:39.893Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:49:40.198Z] ---> create-netrc.sh [Pipeline] } [2021-01-18T00:49:40.208Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-18T00:49:40.402Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:49:40.703Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-18T00:49:40.714Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:49:41.014Z] ---> sudo-logs.sh [2021-01-18T00:49:41.014Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-18T00:49:41.025Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:49:41.322Z] ---> job-cost.sh [2021-01-18T00:49:41.322Z] lf-activate-venv: SKIPPING [2021-01-18T00:49:41.322Z] INFO: No Stack... [2021-01-18T00:49:42.717Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-18T00:49:42.979Z] INFO: Archiving Costs [Pipeline] echo [2021-01-18T00:49:42.991Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:49:43.290Z] ---> logs-deploy.sh [2021-01-18T00:49:43.290Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3040/4 [2021-01-18T00:49:43.290Z] INFO: archiving workspace using pattern(s): [2021-01-18T00:49:45.210Z] Archives upload complete. [2021-01-18T00:49:45.210Z] INFO: archiving logs to Nexus