Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 2037975b14bcccb26699bfe63d53181688204e32+fc096e9ec0f95dbc625a498b2feb9840babc6219 (e68927adf3d07cfcf6939db48d16ce159377db31) 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-20845 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/30 [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/30 # 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit 2037975b14bcccb26699bfe63d53181688204e32 Merge succeeded, producing 24e43b1c273da5d454bdb7123f49eacfa42701ef Checking out Revision 24e43b1c273da5d454bdb7123f49eacfa42701ef (PR-2970) > git config core.sparsecheckout # timeout=10 > git checkout -f 2037975b14bcccb26699bfe63d53181688204e32 # 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 24e43b1c273da5d454bdb7123f49eacfa42701ef # timeout=10 Commit message: "Merge commit 'fc096e9ec0f95dbc625a498b2feb9840babc6219' into HEAD" > git rev-list --no-walk 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-18T00:31:48.225Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-18T00:31:48.481Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-18T00:31:48.567Z] ========================================================= [2021-01-18T00:31:48.567Z] EdgeX Global Pipelines Version Info [2021-01-18T00:31:48.567Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:31:50.862Z] ------------------- [2021-01-18T00:31:50.862Z] stable info: [2021-01-18T00:31:50.862Z] ------------------- [2021-01-18T00:31:50.862Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-18T00:31:50.862Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-18T00:31:50.862Z] Message: update stable to v1.0.177 [2021-01-18T00:31:51.863Z] ------------------- [2021-01-18T00:31:51.863Z] experimental info: [2021-01-18T00:31:51.863Z] ------------------- [2021-01-18T00:31:51.863Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-18T00:31:51.863Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-18T00:31:51.863Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-18T00:31:52.157Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-18T00:31:52.234Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-18T00:31:52.314Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-18T00:31:52.401Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-18T00:31:52.478Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-18T00:31:52.557Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-18T00:31:52.644Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-18T00:31:52.727Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-18T00:31:52.808Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-18T00:31:52.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-18T00:31:52.970Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-18T00:31:53.058Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-18T00:31:53.140Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-18T00:31:53.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-18T00:31:53.408Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-18T00:31:53.494Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-18T00:31:53.574Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-18T00:31:53.654Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-18T00:31:53.731Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-18T00:31:53.812Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-18T00:31:53.896Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-18T00:31:53.988Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-18T00:31:54.082Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-18T00:31:54.163Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo [2021-01-18T00:31:54.247Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo [2021-01-18T00:31:54.330Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo [2021-01-18T00:31:54.407Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 24e43b1c273da5d454bdb7123f49eacfa42701ef [Pipeline] echo [2021-01-18T00:31:54.490Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 24e43b1 [Pipeline] echo [2021-01-18T00:31:54.581Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-18T00:31:54.759Z] provisioning config files... [2021-01-18T00:31:54.803Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/30@tmp/config2260879819966722190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:31:55.213Z] ---> docker-login.sh [2021-01-18T00:31:55.213Z] nexus3.edgexfoundry.org:10001 [2021-01-18T00:31:55.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:31:56.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:31:56.077Z] Configure a credential helper to remove this warning. See [2021-01-18T00:31:56.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:31:56.077Z] [2021-01-18T00:31:56.077Z] Login Succeeded [2021-01-18T00:31:56.077Z] nexus3.edgexfoundry.org:10002 [2021-01-18T00:31:56.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:31:57.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:31:57.009Z] Configure a credential helper to remove this warning. See [2021-01-18T00:31:57.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:31:57.009Z] [2021-01-18T00:31:57.009Z] Login Succeeded [2021-01-18T00:31:57.009Z] nexus3.edgexfoundry.org:10003 [2021-01-18T00:31:57.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:31:57.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:31:57.294Z] Configure a credential helper to remove this warning. See [2021-01-18T00:31:57.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:31:57.294Z] [2021-01-18T00:31:57.294Z] Login Succeeded [2021-01-18T00:31:57.294Z] nexus3.edgexfoundry.org:10004 [2021-01-18T00:31:57.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:31:57.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:31:57.576Z] Configure a credential helper to remove this warning. See [2021-01-18T00:31:57.576Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:31:57.576Z] [2021-01-18T00:31:57.576Z] Login Succeeded [2021-01-18T00:31:57.576Z] docker.io [2021-01-18T00:31:57.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:31:58.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:31:58.131Z] Configure a credential helper to remove this warning. See [2021-01-18T00:31:58.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:31:58.131Z] [2021-01-18T00:31:58.131Z] Login Succeeded [2021-01-18T00:31:58.131Z] ---> docker-login.sh ends [Pipeline] } [2021-01-18T00:31:58.193Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-18T00:31:58.677Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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:31:58.677Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:31:58.677Z] ++ dirname cmd/core-command/Dockerfile [2021-01-18T00:31:58.677Z] ++ cut -d/ -f2 [2021-01-18T00:31:58.677Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-18T00:31:58.677Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:31:58.677Z] ++ dirname cmd/core-data/Dockerfile [2021-01-18T00:31:58.677Z] ++ cut -d/ -f2 [2021-01-18T00:31:58.677Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-18T00:31:58.677Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:31:58.677Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-18T00:31:58.677Z] ++ cut -d/ -f2 [2021-01-18T00:31:58.677Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-18T00:31:58.677Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:31:58.677Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-18T00:31:58.677Z] ++ cut -d/ -f2 [2021-01-18T00:31:58.677Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-18T00:31:58.677Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:31:58.677Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-18T00:31:58.678Z] ++ cut -d/ -f2 [2021-01-18T00:31:58.678Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-18T00:31:58.678Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:31:58.678Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-18T00:31:58.678Z] ++ cut -d/ -f2 [2021-01-18T00:31:58.678Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-18T00:31:58.678Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:31:58.678Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-18T00:31:58.678Z] ++ cut -d/ -f2 [2021-01-18T00:31:58.678Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-18T00:31:58.678Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:31:58.678Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-18T00:31:58.678Z] ++ cut -d/ -f2 [2021-01-18T00:31:58.678Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-18T00:31:58.678Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T00:31:58.678Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-18T00:31:58.678Z] ++ cut -d/ -f2 [2021-01-18T00:31:58.678Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-18T00:31:58.796Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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:31:59.662Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T00:31:59.662Z] [2021-01-18T00:31:59.662Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:32:00.097Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T00:32:00.097Z] latest: Pulling from edgex-devops/git-semver [2021-01-18T00:32:00.097Z] 31603596830f: Pulling fs layer [2021-01-18T00:32:00.097Z] 2a8b12db71e7: Pulling fs layer [2021-01-18T00:32:00.097Z] 6ca5941a6612: Pulling fs layer [2021-01-18T00:32:00.097Z] ecc8261a40a4: Pulling fs layer [2021-01-18T00:32:00.097Z] ecc8261a40a4: Waiting [2021-01-18T00:32:00.097Z] 2a8b12db71e7: Verifying Checksum [2021-01-18T00:32:00.097Z] 2a8b12db71e7: Download complete [2021-01-18T00:32:00.377Z] 31603596830f: Verifying Checksum [2021-01-18T00:32:00.377Z] 31603596830f: Download complete [2021-01-18T00:32:00.658Z] 6ca5941a6612: Verifying Checksum [2021-01-18T00:32:00.658Z] 6ca5941a6612: Download complete [2021-01-18T00:32:00.942Z] 31603596830f: Pull complete [2021-01-18T00:32:01.233Z] 2a8b12db71e7: Pull complete [2021-01-18T00:32:01.511Z] ecc8261a40a4: Verifying Checksum [2021-01-18T00:32:01.511Z] ecc8261a40a4: Download complete [2021-01-18T00:32:03.010Z] 6ca5941a6612: Pull complete [2021-01-18T00:32:03.735Z] ecc8261a40a4: Pull complete [2021-01-18T00:32:03.736Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-18T00:32:03.736Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T00:32:03.736Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-18T00:32:04.124Z] prd-centos7-docker-4c-2g-20845 does not seem to be running inside a container [2021-01-18T00:32:04.266Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-18T00:32:07.049Z] $ docker top 16c87f8224ef4e641dba7847370b70b6d1d2b050e058ec1d8213030dac9c58aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-18T00:32:07.619Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-18T00:32:07.619Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-18T00:32:07.950Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-18T00:32:07.957Z] $ docker exec 16c87f8224ef4e641dba7847370b70b6d1d2b050e058ec1d8213030dac9c58aa ssh-agent [2021-01-18T00:32:08.273Z] SSH_AUTH_SOCK=/tmp/ssh-jNfP7TJZmrxA/agent.12 [2021-01-18T00:32:08.273Z] SSH_AGENT_PID=18 [2021-01-18T00:32:08.291Z] Running ssh-add (command line suppressed) [2021-01-18T00:32:08.518Z] Identity added: /w/workspace/edgex-go/30@tmp/private_key_170342687295484163.key (/w/workspace/edgex-go/30@tmp/private_key_170342687295484163.key) [2021-01-18T00:32:08.600Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-18T00:32:09.202Z] + git tag --points-at HEAD [Pipeline] } [2021-01-18T00:32:09.402Z] $ docker exec --env ******** --env ******** 16c87f8224ef4e641dba7847370b70b6d1d2b050e058ec1d8213030dac9c58aa ssh-agent -k [2021-01-18T00:32:09.859Z] unset SSH_AUTH_SOCK; [2021-01-18T00:32:09.859Z] unset SSH_AGENT_PID; [2021-01-18T00:32:09.859Z] echo Agent pid 18 killed; [2021-01-18T00:32:10.014Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-18T00:32:10.187Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-18T00:32:10.187Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-18T00:32:10.543Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-18T00:32:10.547Z] $ docker exec 16c87f8224ef4e641dba7847370b70b6d1d2b050e058ec1d8213030dac9c58aa ssh-agent [2021-01-18T00:32:10.848Z] SSH_AUTH_SOCK=/tmp/ssh-fqtxIRMa0emB/agent.48 [2021-01-18T00:32:10.848Z] SSH_AGENT_PID=54 [2021-01-18T00:32:10.864Z] Running ssh-add (command line suppressed) [2021-01-18T00:32:11.187Z] Identity added: /w/workspace/edgex-go/30@tmp/private_key_9047981074921130186.key (/w/workspace/edgex-go/30@tmp/private_key_9047981074921130186.key) [2021-01-18T00:32:12.618Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-18T00:32:13.131Z] + git semver init [2021-01-18T00:32:13.132Z] # -> Open(): unable to determine branch for HEAD [2021-01-18T00:32:13.132Z] # $GIT_DIR = /w/workspace/edgex-go/30/.git [2021-01-18T00:32:13.132Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/30 [2021-01-18T00:32:13.132Z] # $SEMVER_REMOTE_NAME = origin [2021-01-18T00:32:13.132Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-18T00:32:13.132Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-18T00:32:13.132Z] # $SEMVER_BRANCH = PR-2970 [2021-01-18T00:32:13.132Z] # $SEMVER_TEMP = /tmp/semver-262644422 [2021-01-18T00:32:13.132Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-18T00:32:52.282Z] # '/tmp/semver-262644422' -> '/w/workspace/edgex-go/30/.semver' [2021-01-18T00:32:52.282Z] # -> Force: false [2021-01-18T00:32:52.282Z] # $SEMVER_DIR = /w/workspace/edgex-go/30/.semver [Pipeline] } [2021-01-18T00:32:52.312Z] $ docker exec --env ******** --env ******** 16c87f8224ef4e641dba7847370b70b6d1d2b050e058ec1d8213030dac9c58aa ssh-agent -k [2021-01-18T00:32:52.894Z] unset SSH_AUTH_SOCK; [2021-01-18T00:32:52.898Z] unset SSH_AGENT_PID; [2021-01-18T00:32:52.899Z] echo Agent pid 54 killed; [2021-01-18T00:32:53.136Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-18T00:32:54.064Z] + git semver [Pipeline] } [2021-01-18T00:32:54.104Z] $ docker stop --time=1 16c87f8224ef4e641dba7847370b70b6d1d2b050e058ec1d8213030dac9c58aa [2021-01-18T00:32:56.144Z] $ docker rm -f 16c87f8224ef4e641dba7847370b70b6d1d2b050e058ec1d8213030dac9c58aa [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T00:32:56.959Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-18T00:32:58.088Z] Stashed 1 file(s) [Pipeline] echo [2021-01-18T00:32:58.091Z] [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:32:59.074Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-18T00:32:59.405Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-18T00:32:59.742Z] + sudo service docker restart [2021-01-18T00:32:59.742Z] + true [2021-01-18T00:32:59.742Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-18T00:33:00.734Z] ========================================================= [2021-01-18T00:33:00.734Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-18T00:33:00.734Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:33:01.129Z] + 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:33:08.025Z] Sending build context to Docker daemon 326.8MB [2021-01-18T00:33:08.025Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-18T00:33:08.025Z] Step 2/6 : FROM ${BASE} [2021-01-18T00:33:08.025Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-18T00:33:08.025Z] 188c0c94c7c5: Pulling fs layer [2021-01-18T00:33:08.025Z] 0ef7d3d256c8: Pulling fs layer [2021-01-18T00:33:08.025Z] de9db76c5a1d: Pulling fs layer [2021-01-18T00:33:08.025Z] bca2f99d35d6: Pulling fs layer [2021-01-18T00:33:08.025Z] 93359f2a8cfa: Pulling fs layer [2021-01-18T00:33:08.025Z] 7c6f9722023f: Pulling fs layer [2021-01-18T00:33:08.025Z] a35cf1a2eb13: Pulling fs layer [2021-01-18T00:33:08.025Z] bca2f99d35d6: Waiting [2021-01-18T00:33:08.025Z] 93359f2a8cfa: Waiting [2021-01-18T00:33:08.025Z] 7c6f9722023f: Waiting [2021-01-18T00:33:08.025Z] a35cf1a2eb13: Waiting [2021-01-18T00:33:08.025Z] de9db76c5a1d: Verifying Checksum [2021-01-18T00:33:08.025Z] de9db76c5a1d: Download complete [2021-01-18T00:33:08.301Z] 0ef7d3d256c8: Verifying Checksum [2021-01-18T00:33:08.302Z] 0ef7d3d256c8: Download complete [2021-01-18T00:33:08.578Z] 93359f2a8cfa: Verifying Checksum [2021-01-18T00:33:08.578Z] 93359f2a8cfa: Download complete [2021-01-18T00:33:08.578Z] 7c6f9722023f: Verifying Checksum [2021-01-18T00:33:08.578Z] 7c6f9722023f: Download complete [2021-01-18T00:33:08.578Z] 188c0c94c7c5: Verifying Checksum [2021-01-18T00:33:08.578Z] 188c0c94c7c5: Download complete [2021-01-18T00:33:09.632Z] 188c0c94c7c5: Pull complete [2021-01-18T00:33:10.325Z] 0ef7d3d256c8: Pull complete [2021-01-18T00:33:10.605Z] de9db76c5a1d: Pull complete [2021-01-18T00:33:13.548Z] Still waiting to schedule task [2021-01-18T00:33:13.549Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-18T00:33:14.062Z] a35cf1a2eb13: Verifying Checksum [2021-01-18T00:33:14.062Z] a35cf1a2eb13: Download complete [2021-01-18T00:33:15.547Z] bca2f99d35d6: Verifying Checksum [2021-01-18T00:33:15.547Z] bca2f99d35d6: Download complete [2021-01-18T00:33:28.196Z] bca2f99d35d6: Pull complete [2021-01-18T00:33:28.196Z] 93359f2a8cfa: Pull complete [2021-01-18T00:33:28.196Z] 7c6f9722023f: Pull complete [2021-01-18T00:33:33.687Z] a35cf1a2eb13: Pull complete [2021-01-18T00:33:33.687Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-18T00:33:33.687Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-18T00:33:33.687Z] ---> a62c8e92a672 [2021-01-18T00:33:33.687Z] 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:33:33.687Z] ---> Running in 6073922b3d8e [2021-01-18T00:33:34.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:33:35.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:33:35.590Z] (1/12) Installing libmagic (5.38-r0) [2021-01-18T00:33:35.866Z] (2/12) Installing file (5.38-r0) [2021-01-18T00:33:35.866Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-18T00:33:36.137Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-18T00:33:42.971Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-18T00:33:42.971Z] (6/12) Installing patch (2.7.6-r6) [2021-01-18T00:33:42.971Z] (7/12) Installing build-base (0.5-r2) [2021-01-18T00:33:42.971Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-18T00:33:42.971Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-18T00:33:42.971Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-18T00:33:42.971Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-18T00:33:43.262Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-18T00:33:43.262Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:33:43.262Z] OK: 233 MiB in 51 packages [2021-01-18T00:33:46.683Z] Removing intermediate container 6073922b3d8e [2021-01-18T00:33:46.683Z] ---> f9ecc68f9389 [2021-01-18T00:33:46.683Z] Step 4/6 : WORKDIR /edgex-go [2021-01-18T00:33:46.683Z] ---> Running in 9d0b0381dad1 [2021-01-18T00:33:46.972Z] Removing intermediate container 9d0b0381dad1 [2021-01-18T00:33:46.972Z] ---> 3c830f176b69 [2021-01-18T00:33:46.972Z] Step 5/6 : COPY go.mod . [2021-01-18T00:33:47.600Z] ---> 1a3cb358dd3b [2021-01-18T00:33:47.600Z] Step 6/6 : RUN go mod download [2021-01-18T00:33:47.601Z] ---> Running in dd401fb62702 [2021-01-18T00:34:14.701Z] Removing intermediate container dd401fb62702 [2021-01-18T00:34:14.701Z] ---> 217af407c365 [2021-01-18T00:34:14.701Z] Successfully built 217af407c365 [2021-01-18T00:34:14.701Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:34:15.081Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-18T00:34:15.351Z] . [Pipeline] withDockerContainer [2021-01-18T00:34:15.675Z] prd-centos7-docker-4c-2g-20845 does not seem to be running inside a container [2021-01-18T00:34:15.796Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-18T00:34:17.219Z] $ docker top 327f56d8a2647e38bdf1d9feac17e9e043884376b42c6187a60060c74c087e1b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:34:17.934Z] + go version [2021-01-18T00:34:17.934Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-18T00:34:17.954Z] $ docker stop --time=1 327f56d8a2647e38bdf1d9feac17e9e043884376b42c6187a60060c74c087e1b [2021-01-18T00:34:19.553Z] $ docker rm -f 327f56d8a2647e38bdf1d9feac17e9e043884376b42c6187a60060c74c087e1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:34:20.505Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-18T00:34:20.505Z] . [Pipeline] withDockerContainer [2021-01-18T00:34:20.776Z] prd-centos7-docker-4c-2g-20845 does not seem to be running inside a container [2021-01-18T00:34:20.903Z] $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-18T00:34:22.075Z] $ docker top 1829fa5983ce331ac33a7fbda64f2922e6f744d959844b3c0bcd5c004f3c1398 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-18T00:34:22.358Z] ========================================================= [2021-01-18T00:34:22.358Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-18T00:34:22.358Z] ========================================================= [Pipeline] sh [2021-01-18T00:34:22.760Z] + make test [2021-01-18T00:34:22.760Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-18T00:34:38.277Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-18T00:35:11.405Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-18T00:35:14.188Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-18T00:35:16.999Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-18T00:35:16.999Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-18T00:35:16.999Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-18T00:35:21.418Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-18T00:35:21.418Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-18T00:35:21.418Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-18T00:35:21.418Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-18T00:35:21.418Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-18T00:35:21.418Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-18T00:35:26.359Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-18T00:35:26.360Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-18T00:35:26.360Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-18T00:35:31.921Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.123s coverage: 46.6% of statements [2021-01-18T00:35:31.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-18T00:35:31.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-18T00:35:31.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-18T00:35:31.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-18T00:35:31.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-18T00:35:35.813Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.289s coverage: 27.0% of statements [2021-01-18T00:35:35.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-18T00:35:35.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-18T00:35:35.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-18T00:35:35.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-18T00:35:35.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-18T00:35:35.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-18T00:35:35.813Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.081s coverage: 100.0% of statements [2021-01-18T00:35:35.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-18T00:35:35.813Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements [2021-01-18T00:35:35.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-18T00:35:35.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-18T00:35:35.813Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.162s coverage: 67.9% of statements [2021-01-18T00:35:35.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-18T00:35:35.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-18T00:35:36.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.523s coverage: 82.3% of statements [2021-01-18T00:35:36.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-18T00:35:36.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T00:35:36.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-18T00:35:36.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-18T00:35:41.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.646s coverage: 28.6% of statements [2021-01-18T00:35:41.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-18T00:35:41.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-18T00:35:41.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-18T00:35:41.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-18T00:35:41.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-18T00:35:41.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.105s coverage: 100.0% of statements [2021-01-18T00:35:41.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-18T00:35:41.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.163s coverage: 100.0% of statements [2021-01-18T00:35:41.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-18T00:35:41.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.211s coverage: 86.7% of statements [2021-01-18T00:35:41.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-18T00:35:41.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.241s coverage: 97.5% of statements [2021-01-18T00:35:41.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-18T00:35:42.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.171s coverage: 78.3% of statements [2021-01-18T00:35:42.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-18T00:35:42.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-18T00:35:42.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-18T00:35:42.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-18T00:35:46.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.629s coverage: 92.8% of statements [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-18T00:35:46.562Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.085s coverage: 58.8% of statements [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-18T00:35:46.562Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.104s coverage: 0.1% of statements [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-18T00:35:46.562Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-18T00:35:46.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.082s coverage: 43.8% of statements [2021-01-18T00:35:46.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 20.5% of statements [2021-01-18T00:35:46.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements [2021-01-18T00:35:46.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.106s coverage: 96.3% of statements [2021-01-18T00:35:46.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements [2021-01-18T00:35:58.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.063s coverage: 94.4% of statements [2021-01-18T00:35:58.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements [2021-01-18T00:35:58.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-18T00:35:58.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-18T00:35:58.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-18T00:35:58.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-18T00:35:59.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 88.6% of statements [2021-01-18T00:35:59.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-18T00:35:59.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-18T00:35:59.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.067s coverage: 100.0% of statements [2021-01-18T00:35:59.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-18T00:35:59.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements [2021-01-18T00:35:59.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-18T00:35:59.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-01-18T00:35:59.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements [2021-01-18T00:35:59.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.116s coverage: 84.2% of statements [2021-01-18T00:35:59.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.257s coverage: 91.4% of statements [2021-01-18T00:35:59.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-18T00:35:59.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.404s coverage: 63.5% of statements [2021-01-18T00:35:59.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-18T00:35:59.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-18T00:35:59.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2021-01-18T00:35:59.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.074s coverage: 91.3% of statements [2021-01-18T00:35:59.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2021-01-18T00:35:59.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.148s coverage: 73.7% of statements [2021-01-18T00:35:59.520Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20853 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-18T00:35:59.658Z] Running in /w/workspace/edgex-go/30 [Pipeline] { [2021-01-18T00:35:59.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements [Pipeline] checkout [2021-01-18T00:36:01.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.749s coverage: 68.9% of statements [2021-01-18T00:36:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-18T00:36:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-18T00:36:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-18T00:36:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-18T00:36:01.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-18T00:36:03.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.159s coverage: 37.0% of statements [2021-01-18T00:36:03.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-18T00:36:03.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-18T00:36:03.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.990s coverage: 84.0% of statements [2021-01-18T00:36:03.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.072s coverage: 100.0% of statements [2021-01-18T00:36:05.104Z] using credential edgex-jenkins-ssh [2021-01-18T00:36:05.166Z] Cloning the remote Git repository [2021-01-18T00:36:05.246Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:36:05.358Z] > git init /w/workspace/edgex-go/30 # timeout=10 [2021-01-18T00:36:05.435Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:36:05.436Z] > git --version # timeout=10 [2021-01-18T00:36:05.455Z] > git --version # 'git version 2.17.1' [2021-01-18T00:36:05.457Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:36:05.543Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T00:36:08.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.249s coverage: 47.1% of statements [2021-01-18T00:36:08.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-18T00:36:08.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-18T00:36:08.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-18T00:36:08.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-18T00:36:08.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-18T00:36:08.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.107s coverage: 100.0% of statements [2021-01-18T00:36:08.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-18T00:36:08.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.085s coverage: 100.0% of statements [2021-01-18T00:36:08.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-18T00:36:10.563Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.013s coverage: 29.1% of statements [2021-01-18T00:36:10.563Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-18T00:36:10.563Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-18T00:36:10.563Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-18T00:36:10.563Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-18T00:36:10.563Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-18T00:36:10.563Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.105s coverage: 99.0% of statements [2021-01-18T00:36:10.563Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-18T00:36:10.563Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements [2021-01-18T00:36:10.563Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-18T00:36:10.563Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.059s coverage: 0.0% of statements [2021-01-18T00:36:10.563Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-18T00:36:10.563Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2021-01-18T00:36:10.563Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-18T00:36:10.563Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-18T00:36:10.563Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-18T00:36:10.563Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-18T00:36:10.563Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.066s coverage: 87.9% of statements [2021-01-18T00:36:10.563Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-18T00:36:10.563Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-18T00:36:10.563Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.080s coverage: 100.0% of statements [2021-01-18T00:36:11.540Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.048s coverage: 32.1% of statements [2021-01-18T00:36:11.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-01-18T00:36:12.124Z] GO111MODULE=on go vet ./... [2021-01-18T00:36:33.105Z] Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit 2037975b14bcccb26699bfe63d53181688204e32 [2021-01-18T00:36:32.127Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T00:36:32.167Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T00:36:32.195Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T00:36:32.244Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:36:32.245Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:36:32.259Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-18T00:36:33.128Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T00:36:33.144Z] > git checkout -f 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 [2021-01-18T00:36:33.457Z] > git remote # timeout=10 [2021-01-18T00:36:33.479Z] > git config --get remote.origin.url # timeout=10 [2021-01-18T00:36:33.919Z] Merge succeeded, producing dcaf4a812b80e310bb7d38782e48efedccc2e531 [2021-01-18T00:36:33.920Z] Checking out Revision dcaf4a812b80e310bb7d38782e48efedccc2e531 (PR-2970) [2021-01-18T00:36:33.504Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:36:33.515Z] > git merge fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 [2021-01-18T00:36:33.905Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-18T00:36:33.927Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T00:36:33.940Z] > git checkout -f dcaf4a812b80e310bb7d38782e48efedccc2e531 # timeout=10 [2021-01-18T00:36:38.464Z] Commit message: "Merge commit 'fc096e9ec0f95dbc625a498b2feb9840babc6219' into HEAD" [2021-01-18T00:36:38.473Z] > git rev-list --no-walk 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-18T00:36:40.090Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-18T00:36:40.499Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-18T00:36:40.850Z] + true [2021-01-18T00:36:40.850Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-18T00:36:42.914Z] provisioning config files... [2021-01-18T00:36:42.959Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/30@tmp/config3223974137481133423tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:36:43.380Z] ---> docker-login.sh [2021-01-18T00:36:43.380Z] nexus3.edgexfoundry.org:10001 [2021-01-18T00:36:44.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:36:44.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:36:44.645Z] Configure a credential helper to remove this warning. See [2021-01-18T00:36:44.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:36:44.645Z] [2021-01-18T00:36:44.645Z] Login Succeeded [2021-01-18T00:36:44.645Z] nexus3.edgexfoundry.org:10002 [2021-01-18T00:36:45.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:36:45.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:36:45.242Z] Configure a credential helper to remove this warning. See [2021-01-18T00:36:45.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:36:45.242Z] [2021-01-18T00:36:45.242Z] Login Succeeded [2021-01-18T00:36:45.242Z] nexus3.edgexfoundry.org:10003 [2021-01-18T00:36:45.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:36:45.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:36:45.856Z] Configure a credential helper to remove this warning. See [2021-01-18T00:36:45.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:36:45.856Z] [2021-01-18T00:36:45.856Z] Login Succeeded [2021-01-18T00:36:45.856Z] nexus3.edgexfoundry.org:10004 [2021-01-18T00:36:46.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:36:46.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:36:46.455Z] Configure a credential helper to remove this warning. See [2021-01-18T00:36:46.455Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:36:46.455Z] [2021-01-18T00:36:46.455Z] Login Succeeded [2021-01-18T00:36:46.455Z] docker.io [2021-01-18T00:36:47.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T00:36:47.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T00:36:47.327Z] Configure a credential helper to remove this warning. See [2021-01-18T00:36:47.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T00:36:47.327Z] [2021-01-18T00:36:47.327Z] Login Succeeded [2021-01-18T00:36:47.327Z] ---> docker-login.sh ends [Pipeline] } [2021-01-18T00:36:47.344Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-18T00:36:47.818Z] ========================================================= [2021-01-18T00:36:47.818Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-18T00:36:47.818Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:36:48.202Z] + 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:36:50.216Z] Sending build context to Docker daemon 165.7MB [2021-01-18T00:36:50.493Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-18T00:36:50.493Z] Step 2/6 : FROM ${BASE} [2021-01-18T00:36:50.493Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-18T00:36:50.493Z] 5f621e34cdf4: Pulling fs layer [2021-01-18T00:36:50.493Z] a4357932f1b6: Pulling fs layer [2021-01-18T00:36:50.493Z] 18c013af1878: Pulling fs layer [2021-01-18T00:36:50.493Z] 00ac8860ef70: Pulling fs layer [2021-01-18T00:36:50.493Z] 63d7cb157983: Pulling fs layer [2021-01-18T00:36:50.493Z] b116817d02f9: Pulling fs layer [2021-01-18T00:36:50.493Z] 745a02a5169b: Pulling fs layer [2021-01-18T00:36:50.493Z] 00ac8860ef70: Waiting [2021-01-18T00:36:50.493Z] 63d7cb157983: Waiting [2021-01-18T00:36:50.493Z] b116817d02f9: Waiting [2021-01-18T00:36:50.493Z] 745a02a5169b: Waiting [2021-01-18T00:36:50.493Z] 18c013af1878: Verifying Checksum [2021-01-18T00:36:50.493Z] a4357932f1b6: Verifying Checksum [2021-01-18T00:36:50.493Z] a4357932f1b6: Download complete [2021-01-18T00:36:50.493Z] 63d7cb157983: Download complete [2021-01-18T00:36:50.493Z] b116817d02f9: Download complete [2021-01-18T00:36:50.493Z] 5f621e34cdf4: Verifying Checksum [2021-01-18T00:36:50.493Z] 5f621e34cdf4: Download complete [2021-01-18T00:36:51.488Z] 5f621e34cdf4: Pull complete [2021-01-18T00:36:51.764Z] a4357932f1b6: Pull complete [2021-01-18T00:36:52.369Z] 18c013af1878: Pull complete [2021-01-18T00:36:52.968Z] 745a02a5169b: Verifying Checksum [2021-01-18T00:36:52.968Z] 745a02a5169b: Download complete [2021-01-18T00:36:53.962Z] 00ac8860ef70: Verifying Checksum [2021-01-18T00:36:53.963Z] 00ac8860ef70: Download complete [2021-01-18T00:36:59.410Z] gofmt -l . [2021-01-18T00:36:59.410Z] [ "`gofmt -l .`" = "" ] [2021-01-18T00:36:59.410Z] ./bin/test-go-mod-tidy.sh [2021-01-18T00:37:00.049Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-18T00:37:02.274Z] + ls -al . [2021-01-18T00:37:02.274Z] total 668 [2021-01-18T00:37:02.274Z] drwxrwxr-x 10 1001 1001 4096 Jan 18 00:37 . [2021-01-18T00:37:02.274Z] drwxr-xr-x 4 root root 30 Jan 18 00:34 .. [2021-01-18T00:37:02.274Z] -rw-rw-r-- 1 1001 1001 11 Jan 18 00:31 .dockerignore [2021-01-18T00:37:02.274Z] drwxrwxr-x 8 1001 1001 179 Jan 18 00:31 .git [2021-01-18T00:37:02.274Z] drwxrwxr-x 3 1001 1001 125 Jan 18 00:31 .github [2021-01-18T00:37:02.274Z] -rw-rw-r-- 1 1001 1001 872 Jan 18 00:31 .gitignore [2021-01-18T00:37:02.274Z] drwx------ 3 1001 1001 47 Jan 18 00:32 .semver [2021-01-18T00:37:02.274Z] -rw-rw-r-- 1 1001 1001 166 Jan 18 00:31 .sonarcloud.properties [2021-01-18T00:37:02.274Z] -rw-rw-r-- 1 1001 1001 7844 Jan 18 00:31 Attribution.txt [2021-01-18T00:37:02.274Z] -rw-rw-r-- 1 1001 1001 3804 Jan 18 00:31 CONTRIBUTING.md [2021-01-18T00:37:02.274Z] -rw-rw-r-- 1 1001 1001 931 Jan 18 00:31 Dockerfile.build [2021-01-18T00:37:02.274Z] -rw-rw-r-- 1 1001 1001 863 Jan 18 00:31 Jenkinsfile [2021-01-18T00:37:02.274Z] -rw-rw-r-- 1 1001 1001 10775 Jan 18 00:31 LICENSE [2021-01-18T00:37:02.274Z] -rw-rw-r-- 1 1001 1001 6001 Jan 18 00:31 Makefile [2021-01-18T00:37:02.274Z] -rw-rw-r-- 1 1001 1001 6524 Jan 18 00:31 README.md [2021-01-18T00:37:02.274Z] -rw-rw-r-- 1 1001 1001 6744 Jan 18 00:31 SECURITY.md [2021-01-18T00:37:02.274Z] -rw-rw-r-- 1 1001 1001 5 Jan 18 00:32 VERSION [2021-01-18T00:37:02.274Z] -rw-rw-r-- 1 1001 1001 4131 Jan 18 00:31 ZMQWindows.md [2021-01-18T00:37:02.274Z] drwxrwxr-x 2 1001 1001 117 Jan 18 00:31 bin [2021-01-18T00:37:02.274Z] drwxrwxr-x 15 1001 1001 4096 Jan 18 00:31 cmd [2021-01-18T00:37:02.274Z] -rw-r--r-- 1 root root 561484 Jan 18 00:36 coverage.out [2021-01-18T00:37:02.274Z] -rw-r--r-- 1 root root 1007 Jan 18 00:36 go.mod [2021-01-18T00:37:02.274Z] -rw-r--r-- 1 root root 19394 Jan 18 00:36 go.sum [2021-01-18T00:37:02.274Z] drwxrwxr-x 8 1001 1001 127 Jan 18 00:31 internal [2021-01-18T00:37:02.274Z] drwxrwxr-x 4 1001 1001 26 Jan 18 00:31 openapi [2021-01-18T00:37:02.274Z] drwxrwxr-x 4 1001 1001 71 Jan 18 00:31 snap [2021-01-18T00:37:02.274Z] -rw-rw-r-- 1 1001 1001 168 Jan 18 00:31 version.go [Pipeline] sh [2021-01-18T00:37:02.986Z] + '[' -e coverage.out ] [2021-01-18T00:37:02.986Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-18T00:37:03.341Z] Stashed 1 file(s) [Pipeline] sh [2021-01-18T00:37:04.124Z] 00ac8860ef70: Pull complete [2021-01-18T00:37:04.125Z] + make build [2021-01-18T00:37:04.125Z] 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:37:04.398Z] 63d7cb157983: Pull complete [2021-01-18T00:37:04.675Z] b116817d02f9: Pull complete [2021-01-18T00:37:08.089Z] 745a02a5169b: Pull complete [2021-01-18T00:37:08.089Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-18T00:37:08.089Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-18T00:37:08.089Z] ---> b7e6874047d6 [2021-01-18T00:37:08.089Z] 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:37:11.081Z] 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:37:12.415Z] ---> Running in 8e68502d2f70 [2021-01-18T00:37:13.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:37:14.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:37:14.598Z] (1/12) Installing libmagic (5.38-r0) [2021-01-18T00:37:14.871Z] (2/12) Installing file (5.38-r0) [2021-01-18T00:37:14.871Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-18T00:37:15.142Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-18T00:37:23.399Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-18T00:37:23.672Z] (6/12) Installing patch (2.7.6-r6) [2021-01-18T00:37:23.672Z] (7/12) Installing build-base (0.5-r2) [2021-01-18T00:37:23.672Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-18T00:37:23.944Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-18T00:37:23.944Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-18T00:37:23.944Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-18T00:37:24.216Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-18T00:37:24.216Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:37:24.489Z] OK: 217 MiB in 51 packages [2021-01-18T00:37:28.805Z] Removing intermediate container 8e68502d2f70 [2021-01-18T00:37:28.805Z] ---> 705e64130e48 [2021-01-18T00:37:28.805Z] Step 4/6 : WORKDIR /edgex-go [2021-01-18T00:37:28.805Z] ---> Running in 10a4b1bf568a [2021-01-18T00:37:29.086Z] Removing intermediate container 10a4b1bf568a [2021-01-18T00:37:29.086Z] ---> eae49a096db0 [2021-01-18T00:37:29.086Z] Step 5/6 : COPY go.mod . [2021-01-18T00:37:30.066Z] ---> 897b05264fa8 [2021-01-18T00:37:30.066Z] Step 6/6 : RUN go mod download [2021-01-18T00:37:30.066Z] ---> Running in 54902c788cf5 [2021-01-18T00:37:30.082Z] 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:37:32.188Z] 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:37:35.711Z] 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:37:36.756Z] 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:37:40.257Z] 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:37:43.865Z] 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:37:46.643Z] 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:50.463Z] 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:37:53.125Z] 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:37:55.211Z] 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:37:56.892Z] Removing intermediate container 54902c788cf5 [2021-01-18T00:37:56.893Z] ---> 7ceda693b0bb [2021-01-18T00:37:56.893Z] Successfully built 7ceda693b0bb [2021-01-18T00:37:56.893Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:37:57.227Z] + docker inspect -f . ci-base-image-arm64 [2021-01-18T00:37:57.227Z] . [Pipeline] withDockerContainer [2021-01-18T00:37:57.460Z] prd-ubuntu18.04-docker-arm64-4c-16g-20853 does not seem to be running inside a container [2021-01-18T00:37:57.539Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-18T00:37:57.911Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-18T00:37:59.049Z] $ docker top bdc677f425a3919f34870b3d7871db5a3bb66944d3cc1a2852dd2f752912c5e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:38:00.061Z] + go version [2021-01-18T00:38:00.061Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-18T00:38:00.084Z] $ docker stop --time=1 bdc677f425a3919f34870b3d7871db5a3bb66944d3cc1a2852dd2f752912c5e0 [2021-01-18T00:38:02.080Z] $ docker rm -f bdc677f425a3919f34870b3d7871db5a3bb66944d3cc1a2852dd2f752912c5e0 [Pipeline] // withDockerContainer [Pipeline] } [2021-01-18T00:38:02.385Z] $ docker stop --time=1 1829fa5983ce331ac33a7fbda64f2922e6f744d959844b3c0bcd5c004f3c1398 [2021-01-18T00:38:04.565Z] $ docker rm -f 1829fa5983ce331ac33a7fbda64f2922e6f744d959844b3c0bcd5c004f3c1398 [Pipeline] } [Pipeline] // withDockerContainer [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:38:06.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T00:38:06.949Z] + docker inspect -f . ci-base-image-arm64 [2021-01-18T00:38:06.949Z] . [Pipeline] withDockerContainer [2021-01-18T00:38:07.145Z] [2021-01-18T00:38:07.145Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T00:38:07.226Z] prd-ubuntu18.04-docker-arm64-4c-16g-20853 does not seem to be running inside a container [2021-01-18T00:38:07.308Z] $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-18T00:38:08.791Z] $ docker top 60153d3482ea6c2fc734a7aab04979c530b1d1f5a81ec02c5cc0ceb72754ccfc -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-18T00:38:09.177Z] ========================================================= [2021-01-18T00:38:09.177Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-18T00:38:09.177Z] ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:38:09.587Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T00:38:09.587Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-18T00:38:09.587Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-18T00:38:09.587Z] ca9280d653b3: Pulling fs layer [2021-01-18T00:38:09.587Z] 7e9c9ca2126c: Pulling fs layer [2021-01-18T00:38:09.821Z] + make test [2021-01-18T00:38:09.821Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-18T00:38:10.752Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-18T00:38:10.752Z] cbdbe7a5bc2a: Download complete [2021-01-18T00:38:11.027Z] cbdbe7a5bc2a: Pull complete [2021-01-18T00:38:12.042Z] ca9280d653b3: Verifying Checksum [2021-01-18T00:38:12.042Z] ca9280d653b3: Download complete [2021-01-18T00:38:14.118Z] ca9280d653b3: Pull complete [2021-01-18T00:38:14.118Z] 7e9c9ca2126c: Verifying Checksum [2021-01-18T00:38:14.118Z] 7e9c9ca2126c: Download complete [2021-01-18T00:38:26.643Z] 7e9c9ca2126c: Pull complete [2021-01-18T00:38:26.643Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-18T00:38:26.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T00:38:26.643Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-18T00:38:26.959Z] prd-centos7-docker-4c-2g-20845 does not seem to be running inside a container [2021-01-18T00:38:27.075Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-18T00:38:29.531Z] $ docker top 4a9f0bdd0cf2f207976233ea7194942bcb8af477fa139a6d41b3944f60a9f1a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:38:30.153Z] + docker-compose build --help [2021-01-18T00:38:30.153Z] + grep parallel [2021-01-18T00:38:31.570Z] --parallel Build images in parallel. [Pipeline] } [2021-01-18T00:38:31.855Z] $ docker stop --time=1 4a9f0bdd0cf2f207976233ea7194942bcb8af477fa139a6d41b3944f60a9f1a3 [2021-01-18T00:38:33.463Z] $ docker rm -f 4a9f0bdd0cf2f207976233ea7194942bcb8af477fa139a6d41b3944f60a9f1a3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:38:34.322Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T00:38:34.322Z] . [Pipeline] withDockerContainer [2021-01-18T00:38:34.495Z] prd-centos7-docker-4c-2g-20845 does not seem to be running inside a container [2021-01-18T00:38:34.587Z] $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-18T00:38:35.873Z] $ docker top 09b485b5cf175e63bf67077403f0581be0e3ddfc2d21fd2dafbc06dcce256942 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:38:36.459Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-18T00:38:36.634Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-18T00:38:37.872Z] Building docker-core-command-go ... [2021-01-18T00:38:37.872Z] Building docker-core-data-go ... [2021-01-18T00:38:37.872Z] Building docker-core-metadata-go ... [2021-01-18T00:38:37.872Z] Building docker-security-bootstrapper-go ... [2021-01-18T00:38:37.872Z] Building docker-security-proxy-setup-go ... [2021-01-18T00:38:37.872Z] Building docker-security-secretstore-setup-go ... [2021-01-18T00:38:37.872Z] Building docker-support-notifications-go ... [2021-01-18T00:38:37.872Z] Building docker-support-scheduler-go ... [2021-01-18T00:38:37.872Z] Building docker-sys-mgmt-agent-go ... [2021-01-18T00:38:37.872Z] Building docker-security-proxy-setup-go [2021-01-18T00:38:37.872Z] Building docker-support-notifications-go [2021-01-18T00:38:37.872Z] Building docker-core-metadata-go [2021-01-18T00:38:37.872Z] Building docker-support-scheduler-go [2021-01-18T00:38:37.872Z] Building docker-security-bootstrapper-go [2021-01-18T00:39:24.991Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-18T00:39:34.972Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:39:34.972Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:39:34.972Z] ---> 217af407c365 [2021-01-18T00:39:34.972Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T00:39:35.607Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:39:35.607Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:39:35.607Z] ---> 217af407c365 [2021-01-18T00:39:35.607Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:39:35.883Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:39:35.883Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:39:35.883Z] ---> 217af407c365 [2021-01-18T00:39:35.883Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:39:35.883Z] [2021-01-18T00:39:35.883Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:39:35.883Z] ---> 217af407c365 [2021-01-18T00:39:35.883Z] Step 3/33 : WORKDIR /edgex-go [2021-01-18T00:39:35.883Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:39:35.883Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:39:35.883Z] ---> 217af407c365 [2021-01-18T00:39:35.883Z] Step 3/23 : WORKDIR /edgex-go [2021-01-18T00:39:36.482Z] ---> Running in 239800fd7650 [2021-01-18T00:39:36.758Z] ---> Running in bcfd96a0d940 [2021-01-18T00:39:36.758Z] ---> Running in d6dadf68da2b [2021-01-18T00:39:36.758Z] ---> Running in 26dd67b864d4 [2021-01-18T00:39:36.758Z] ---> Running in 4393a37803ed [2021-01-18T00:39:37.382Z] Removing intermediate container 26dd67b864d4 [2021-01-18T00:39:37.382Z] ---> 9130b1a3cf0a [2021-01-18T00:39:37.382Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:39:37.382Z] Removing intermediate container 239800fd7650 [2021-01-18T00:39:37.382Z] ---> 7ff34b57811e [2021-01-18T00:39:37.382Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:39:37.382Z] Removing intermediate container d6dadf68da2b [2021-01-18T00:39:37.382Z] ---> c738a04d0b44 [2021-01-18T00:39:37.382Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:39:37.382Z] Removing intermediate container bcfd96a0d940 [2021-01-18T00:39:37.382Z] ---> 514bd7c88d2b [2021-01-18T00:39:37.382Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:39:37.652Z] Removing intermediate container 4393a37803ed [2021-01-18T00:39:37.652Z] ---> 2586360c3a6f [2021-01-18T00:39:37.653Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:39:37.653Z] ---> Running in f19b03462792 [2021-01-18T00:39:37.653Z] ---> Running in 9846cbb32cd6 [2021-01-18T00:39:37.653Z] ---> Running in 58792c8b74e3 [2021-01-18T00:39:37.653Z] ---> Running in 073f580abbd7 [2021-01-18T00:39:37.653Z] ---> Running in 1df1c77a8284 [2021-01-18T00:39:41.188Z] Removing intermediate container f19b03462792 [2021-01-18T00:39:41.188Z] ---> f332b220c4ae [2021-01-18T00:39:41.188Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-18T00:39:41.188Z] ---> Running in 618bd05e1f39 [2021-01-18T00:39:41.188Z] Removing intermediate container 9846cbb32cd6 [2021-01-18T00:39:41.188Z] ---> fa49bf3a31d3 [2021-01-18T00:39:41.188Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T00:39:41.188Z] Removing intermediate container 073f580abbd7 [2021-01-18T00:39:41.188Z] ---> ba4e0f5e4661 [2021-01-18T00:39:41.188Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:39:41.188Z] Removing intermediate container 58792c8b74e3 [2021-01-18T00:39:41.188Z] ---> 91bd0ac4ae3a [2021-01-18T00:39:41.188Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-18T00:39:41.188Z] ---> Running in b8cc9da2b698 [2021-01-18T00:39:41.188Z] ---> Running in a39ef5d1f807 [2021-01-18T00:39:41.188Z] ---> Running in ad643a48025c [2021-01-18T00:39:41.188Z] Removing intermediate container 1df1c77a8284 [2021-01-18T00:39:41.188Z] ---> 102b4e73f935 [2021-01-18T00:39:41.188Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-18T00:39:41.472Z] ---> Running in 84335362b552 [2021-01-18T00:39:42.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:42.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:42.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:42.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:42.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:43.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:43.361Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-18T00:39:43.361Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-18T00:39:43.361Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-18T00:39:43.361Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-18T00:39:43.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:43.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:43.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:44.123Z] OK: 233 MiB in 51 packages [2021-01-18T00:39:44.357Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-18T00:39:44.357Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-18T00:39:44.357Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-18T00:39:44.357Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-18T00:39:44.357Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-18T00:39:44.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:39:45.068Z] OK: 233 MiB in 51 packages [2021-01-18T00:39:45.354Z] Removing intermediate container 618bd05e1f39 [2021-01-18T00:39:45.354Z] ---> 08fc217f38f2 [2021-01-18T00:39:45.354Z] Step 6/22 : COPY go.mod . [2021-01-18T00:39:45.354Z] OK: 233 MiB in 51 packages [2021-01-18T00:39:45.646Z] OK: 233 MiB in 51 packages [2021-01-18T00:39:45.806Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-18T00:39:45.952Z] Removing intermediate container 84335362b552 [2021-01-18T00:39:45.952Z] ---> aae27a9e6328 [2021-01-18T00:39:45.952Z] Step 6/33 : COPY go.mod . [2021-01-18T00:39:46.258Z] ---> f9b0e6fe066a [2021-01-18T00:39:46.258Z] Step 7/22 : RUN go mod download [2021-01-18T00:39:46.258Z] OK: 233 MiB in 51 packages [2021-01-18T00:39:46.258Z] ---> Running in bcb6c0aa9237 [2021-01-18T00:39:46.531Z] ---> ad0de86d3f71 [2021-01-18T00:39:46.531Z] Step 7/33 : RUN go mod download [2021-01-18T00:39:46.531Z] Removing intermediate container b8cc9da2b698 [2021-01-18T00:39:46.531Z] ---> eecc04b1d5c6 [2021-01-18T00:39:46.531Z] Step 6/21 : COPY go.mod . [2021-01-18T00:39:46.821Z] ---> Running in 108033140fc2 [2021-01-18T00:39:46.821Z] Removing intermediate container a39ef5d1f807 [2021-01-18T00:39:46.821Z] ---> fe1be55a76b8 [2021-01-18T00:39:46.821Z] Step 6/22 : COPY go.mod . [2021-01-18T00:39:47.449Z] ---> d32e740ad690 [2021-01-18T00:39:47.449Z] Step 7/21 : RUN go mod download [2021-01-18T00:39:47.449Z] Removing intermediate container ad643a48025c [2021-01-18T00:39:47.449Z] ---> 5ec2d6131d32 [2021-01-18T00:39:47.449Z] Step 6/23 : COPY go.mod . [2021-01-18T00:39:47.449Z] ---> 95824dcafa95 [2021-01-18T00:39:47.449Z] Step 7/22 : RUN go mod download [2021-01-18T00:39:47.449Z] ---> Running in ba1c637d9ba7 [2021-01-18T00:39:47.743Z] ---> Running in 9428d36a6c1d [2021-01-18T00:39:48.073Z] ---> a7697ff1f94b [2021-01-18T00:39:48.073Z] Step 7/23 : RUN go mod download [2021-01-18T00:39:48.412Z] ---> Running in 579e7b1fe8a2 [2021-01-18T00:39:51.265Z] Removing intermediate container 108033140fc2 [2021-01-18T00:39:51.265Z] ---> 1fbc9f8cef6f [2021-01-18T00:39:51.265Z] Step 8/33 : COPY . . [2021-01-18T00:39:51.265Z] Removing intermediate container bcb6c0aa9237 [2021-01-18T00:39:51.265Z] ---> f1145ebfed75 [2021-01-18T00:39:51.265Z] Step 8/22 : COPY . . [2021-01-18T00:39:51.553Z] Removing intermediate container 9428d36a6c1d [2021-01-18T00:39:51.554Z] ---> 8e7a82a7536f [2021-01-18T00:39:51.554Z] Step 8/22 : COPY . . [2021-01-18T00:39:54.115Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-18T00:39:54.115Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-18T00:39:54.115Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-18T00:39:54.434Z] Removing intermediate container ba1c637d9ba7 [2021-01-18T00:39:54.434Z] ---> df65e2bca20a [2021-01-18T00:39:54.434Z] Step 8/21 : COPY . . [2021-01-18T00:39:54.434Z] Removing intermediate container 579e7b1fe8a2 [2021-01-18T00:39:54.434Z] ---> ca881b01d4ff [2021-01-18T00:39:54.434Z] Step 8/23 : COPY . . [2021-01-18T00:39:59.589Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.280s coverage: 46.6% of statements [2021-01-18T00:39:59.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-18T00:39:59.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-18T00:39:59.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-18T00:39:59.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-18T00:39:59.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-18T00:40:07.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.631s coverage: 27.0% of statements [2021-01-18T00:40:07.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-18T00:40:07.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-18T00:40:07.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-18T00:40:07.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-18T00:40:07.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-18T00:40:07.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-18T00:40:07.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.109s coverage: 100.0% of statements [2021-01-18T00:40:07.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-18T00:40:07.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.107s coverage: 100.0% of statements [2021-01-18T00:40:07.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-18T00:40:07.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-18T00:40:07.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.255s coverage: 67.9% of statements [2021-01-18T00:40:07.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-18T00:40:07.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-18T00:40:07.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.741s coverage: 82.3% of statements [2021-01-18T00:40:07.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-18T00:40:07.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T00:40:07.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-18T00:40:07.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-18T00:40:16.200Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.342s coverage: 28.6% of statements [2021-01-18T00:40:16.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-18T00:40:16.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-18T00:40:16.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-18T00:40:16.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-18T00:40:16.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-18T00:40:16.200Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements [2021-01-18T00:40:16.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-18T00:40:16.200Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements [2021-01-18T00:40:16.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-18T00:40:16.200Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.373s coverage: 86.7% of statements [2021-01-18T00:40:16.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-18T00:40:17.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.412s coverage: 97.5% of statements [2021-01-18T00:40:17.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-18T00:40:17.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.154s coverage: 78.3% of statements [2021-01-18T00:40:17.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-18T00:40:17.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-18T00:40:17.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-18T00:40:17.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-18T00:40:27.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.248s coverage: 92.8% of statements [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-18T00:40:27.397Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-18T00:40:27.397Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.242s coverage: 0.1% of statements [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-18T00:40:27.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-18T00:40:27.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 43.8% of statements [2021-01-18T00:40:27.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.080s coverage: 20.5% of statements [2021-01-18T00:40:27.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements [2021-01-18T00:40:27.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements [2021-01-18T00:40:27.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements [2021-01-18T00:40:39.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.079s coverage: 94.4% of statements [2021-01-18T00:40:39.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements [2021-01-18T00:40:39.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-18T00:40:39.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-18T00:40:39.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-18T00:40:39.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-18T00:40:39.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.081s coverage: 88.6% of statements [2021-01-18T00:40:39.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-18T00:40:39.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-18T00:40:39.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2021-01-18T00:40:39.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-18T00:40:39.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-01-18T00:40:39.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-18T00:40:39.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.8% of statements [2021-01-18T00:40:39.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements [2021-01-18T00:40:39.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.141s coverage: 84.2% of statements [2021-01-18T00:40:40.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.234s coverage: 91.4% of statements [2021-01-18T00:40:40.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-18T00:40:43.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.629s coverage: 63.5% of statements [2021-01-18T00:40:43.509Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-18T00:40:43.509Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-18T00:40:43.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements [2021-01-18T00:40:43.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements [2021-01-18T00:40:43.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2021-01-18T00:40:44.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements [2021-01-18T00:40:45.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-01-18T00:40:49.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.999s coverage: 68.9% of statements [2021-01-18T00:40:49.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-18T00:40:49.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-18T00:40:49.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-18T00:40:49.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-18T00:40:49.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-18T00:40:50.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.388s coverage: 37.0% of statements [2021-01-18T00:40:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-18T00:40:50.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-18T00:40:50.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.944s coverage: 84.0% of statements [2021-01-18T00:40:51.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.104s coverage: 100.0% of statements [2021-01-18T00:40:57.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.426s coverage: 47.1% of statements [2021-01-18T00:40:57.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-18T00:40:57.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-18T00:40:57.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-18T00:40:57.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-18T00:40:57.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-18T00:40:57.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.149s coverage: 100.0% of statements [2021-01-18T00:40:57.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-18T00:40:57.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements [2021-01-18T00:40:57.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-18T00:41:03.392Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.463s coverage: 29.1% of statements [2021-01-18T00:41:03.392Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-18T00:41:03.392Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-18T00:41:03.392Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-18T00:41:03.392Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-18T00:41:03.392Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-18T00:41:03.392Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements [2021-01-18T00:41:03.392Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-18T00:41:03.392Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements [2021-01-18T00:41:03.392Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-18T00:41:03.392Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-01-18T00:41:03.392Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-18T00:41:03.392Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-01-18T00:41:03.392Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-18T00:41:03.392Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-18T00:41:03.392Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-18T00:41:03.392Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-18T00:41:03.392Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements [2021-01-18T00:41:03.392Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-18T00:41:03.392Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-18T00:41:03.392Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements [2021-01-18T00:41:03.578Z] ---> 47c037d31414 [2021-01-18T00:41:03.578Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-18T00:41:03.578Z] ---> e496938aabec [2021-01-18T00:41:03.578Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-18T00:41:03.578Z] ---> 3ae152741c3f [2021-01-18T00:41:03.578Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-18T00:41:03.578Z] ---> a74b489d3cb7 [2021-01-18T00:41:03.578Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-18T00:41:03.578Z] ---> Running in 782b326d524e [2021-01-18T00:41:03.578Z] ---> Running in 3d2aa290d20e [2021-01-18T00:41:03.578Z] ---> Running in 78741ac267b3 [2021-01-18T00:41:03.578Z] ---> Running in 146ea95c79ac [2021-01-18T00:41:03.578Z] ---> ebc850954997 [2021-01-18T00:41:03.578Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-18T00:41:03.578Z] ---> Running in e36f085e9e80 [2021-01-18T00:41:03.578Z] 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:41:03.578Z] 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:41:03.578Z] 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:41:03.578Z] 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:41:03.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-18T00:41:04.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-18T00:41:05.343Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-18T00:41:06.319Z] GO111MODULE=on go vet ./... [2021-01-18T00:41:43.179Z] 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:41:43.180Z] 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:41:51.833Z] Removing intermediate container 78741ac267b3 [2021-01-18T00:41:51.833Z] ---> 84de56b59c9d [2021-01-18T00:41:51.833Z] [2021-01-18T00:41:51.833Z] Step 10/22 : FROM alpine:3.12 [2021-01-18T00:41:52.212Z] 3.12: Pulling from library/alpine [2021-01-18T00:41:53.307Z] Removing intermediate container 3d2aa290d20e [2021-01-18T00:41:53.307Z] ---> 8ae6f34d1124 [2021-01-18T00:41:53.307Z] [2021-01-18T00:41:53.307Z] Step 10/22 : FROM alpine:3.12 [2021-01-18T00:41:53.307Z] 3.12: Pulling from library/alpine [2021-01-18T00:41:53.981Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-18T00:41:53.981Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-18T00:41:53.981Z] Status: Downloaded newer image for alpine:3.12 [2021-01-18T00:41:53.981Z] ---> 389fef711851 [2021-01-18T00:41:53.981Z] Step 11/22 : RUN apk add --update --no-cache dumb-initStatus: Downloaded newer image for alpine:3.12 [2021-01-18T00:41:53.981Z] ---> 389fef711851 [2021-01-18T00:41:53.981Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-18T00:41:53.981Z] [2021-01-18T00:41:55.507Z] ---> Running in 77fff94006f0 [2021-01-18T00:41:55.507Z] ---> Running in e7f155d6b13e [2021-01-18T00:41:55.507Z] Removing intermediate container e36f085e9e80 [2021-01-18T00:41:55.507Z] ---> 11ca96a86638 [2021-01-18T00:41:55.507Z] [2021-01-18T00:41:55.507Z] Step 10/21 : FROM alpine:3.12 [2021-01-18T00:41:55.507Z] ---> 389fef711851 [2021-01-18T00:41:55.507Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-18T00:41:55.796Z] ---> Running in faebece0c508 [2021-01-18T00:41:57.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:41:57.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:41:57.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:41:57.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:41:57.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:41:57.364Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-18T00:41:57.364Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-18T00:41:57.364Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:41:57.692Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:41:57.692Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:41:57.692Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-18T00:41:57.692Z] OK: 6 MiB in 16 packages [2021-01-18T00:41:57.692Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:41:57.692Z] OK: 6 MiB in 15 packages [2021-01-18T00:41:57.991Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-18T00:41:57.991Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:41:57.991Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-18T00:41:57.991Z] (4/4) Installing curl (7.69.1-r3) [2021-01-18T00:41:57.991Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:41:58.274Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:41:58.274Z] OK: 7 MiB in 18 packages [2021-01-18T00:42:01.759Z] Removing intermediate container 782b326d524e [2021-01-18T00:42:01.759Z] ---> 962102824f8e [2021-01-18T00:42:01.759Z] [2021-01-18T00:42:01.759Z] Step 10/23 : FROM alpine:3.12 [2021-01-18T00:42:01.759Z] ---> 389fef711851 [2021-01-18T00:42:01.759Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-18T00:42:01.759Z] Removing intermediate container 146ea95c79ac [2021-01-18T00:42:01.759Z] ---> 85a08ce1433b [2021-01-18T00:42:01.759Z] [2021-01-18T00:42:01.759Z] Step 10/33 : FROM alpine:3.12 [2021-01-18T00:42:01.759Z] ---> 389fef711851 [2021-01-18T00:42:01.759Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-18T00:42:01.759Z] ---> Running in 68cd2d4d68de [2021-01-18T00:42:02.447Z] ---> Running in 9729635253ba [2021-01-18T00:42:02.788Z] Removing intermediate container e7f155d6b13e [2021-01-18T00:42:02.788Z] ---> d2119e5e09b2 [2021-01-18T00:42:02.788Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-18T00:42:02.788Z] Removing intermediate container faebece0c508 [2021-01-18T00:42:02.788Z] ---> 6d139238dd96 [2021-01-18T00:42:02.788Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T00:42:02.788Z] Removing intermediate container 77fff94006f0 [2021-01-18T00:42:02.788Z] ---> b40861ced8f6 [2021-01-18T00:42:02.788Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-18T00:42:03.093Z] ---> Running in e0e5b23052a8 [2021-01-18T00:42:03.093Z] ---> Running in 0a83c7fa0fa8 [2021-01-18T00:42:03.093Z] ---> Running in f4e9b65cd6f3 [2021-01-18T00:42:03.385Z] Removing intermediate container e0e5b23052a8 [2021-01-18T00:42:03.385Z] ---> dc4110747494 [2021-01-18T00:42:03.385Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-18T00:42:03.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:42:03.751Z] Removing intermediate container 0a83c7fa0fa8 [2021-01-18T00:42:03.751Z] ---> fedab8500cdf [2021-01-18T00:42:03.751Z] Step 13/21 : WORKDIR /edgex [2021-01-18T00:42:03.751Z] ---> Running in 056fdcbbd002 [2021-01-18T00:42:03.751Z] Removing intermediate container f4e9b65cd6f3 [2021-01-18T00:42:03.751Z] ---> f7d78aeead22 [2021-01-18T00:42:03.751Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-18T00:42:03.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:42:03.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:42:03.751Z] ---> Running in 3d15827b0b1c [2021-01-18T00:42:04.074Z] ---> Running in 40555195b5a9 [2021-01-18T00:42:04.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:42:04.446Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-18T00:42:04.446Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:42:04.446Z] OK: 6 MiB in 15 packages [2021-01-18T00:42:04.446Z] Removing intermediate container 056fdcbbd002 [2021-01-18T00:42:04.446Z] ---> 7059b3a5328e [2021-01-18T00:42:04.446Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-18T00:42:04.446Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-18T00:42:04.446Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-18T00:42:04.446Z] (3/3) Installing su-exec (0.2-r1) [2021-01-18T00:42:04.446Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:42:04.446Z] OK: 6 MiB in 17 packages [2021-01-18T00:42:04.446Z] Removing intermediate container 3d15827b0b1c [2021-01-18T00:42:04.446Z] ---> 003173cda2f5 [2021-01-18T00:42:04.446Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-18T00:42:05.088Z] Removing intermediate container 40555195b5a9 [2021-01-18T00:42:05.088Z] ---> 0e40af5a4b7c [2021-01-18T00:42:05.088Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-18T00:42:05.425Z] ---> Running in 3cb214fc536d [2021-01-18T00:42:05.425Z] ---> Running in 8855dff8c16a [2021-01-18T00:42:06.100Z] Removing intermediate container 3cb214fc536d [2021-01-18T00:42:06.100Z] ---> 25ffcac791bd [2021-01-18T00:42:06.100Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:42:06.100Z] ---> e9150d65d520 [2021-01-18T00:42:06.100Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-18T00:42:06.100Z] Removing intermediate container 8855dff8c16a [2021-01-18T00:42:06.100Z] ---> abf24f95e2af [2021-01-18T00:42:06.100Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:42:06.415Z] Removing intermediate container 68cd2d4d68de [2021-01-18T00:42:06.415Z] ---> 43b6470de6b0 [2021-01-18T00:42:06.415Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-18T00:42:06.415Z] Removing intermediate container 9729635253ba [2021-01-18T00:42:06.415Z] ---> 1922eb8ad385 [2021-01-18T00:42:06.415Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-18T00:42:06.722Z] ---> Running in a36f3b17b37d [2021-01-18T00:42:06.722Z] ---> Running in 38b7c742a607 [2021-01-18T00:42:06.722Z] ---> 389e54e842a6 [2021-01-18T00:42:06.722Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-18T00:42:07.021Z] ---> ee2ba79f9ab8 [2021-01-18T00:42:07.021Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-18T00:42:07.021Z] Removing intermediate container a36f3b17b37d [2021-01-18T00:42:07.021Z] ---> f30d2f54f452 [2021-01-18T00:42:07.021Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-18T00:42:07.366Z] ---> Running in 45a2233422ad [2021-01-18T00:42:07.686Z] ---> 433929e5d949 [2021-01-18T00:42:07.686Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-18T00:42:07.686Z] Removing intermediate container 38b7c742a607 [2021-01-18T00:42:07.686Z] ---> 815fcd64566d [2021-01-18T00:42:07.686Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-18T00:42:07.686Z] ---> Running in 72b79ae30e28 [2021-01-18T00:42:08.012Z] Removing intermediate container 45a2233422ad [2021-01-18T00:42:08.012Z] ---> 49c8b1146a92 [2021-01-18T00:42:08.012Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-18T00:42:08.309Z] ---> 6d331bb567e4 [2021-01-18T00:42:08.309Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-18T00:42:08.309Z] ---> Running in ced2577329f9 [2021-01-18T00:42:08.609Z] ---> 3cccae3b5eec [2021-01-18T00:42:08.609Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-18T00:42:08.610Z] Removing intermediate container 72b79ae30e28 [2021-01-18T00:42:08.610Z] ---> df1abe3431d6 [2021-01-18T00:42:08.610Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-18T00:42:08.888Z] ---> e7255fd1b94b [2021-01-18T00:42:08.888Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-18T00:42:08.888Z] ---> Running in a0f4d21a8c09 [2021-01-18T00:42:08.888Z] Removing intermediate container ced2577329f9 [2021-01-18T00:42:08.888Z] ---> d576961587bc [2021-01-18T00:42:08.888Z] Step 15/23 : WORKDIR / [2021-01-18T00:42:09.506Z] ---> Running in 42d0363764f0 [2021-01-18T00:42:09.506Z] ---> Running in 659faa1c5fc0 [2021-01-18T00:42:09.506Z] ---> 920cccc6e8fb [2021-01-18T00:42:09.506Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-18T00:42:09.506Z] ---> 1962bb49db96 [2021-01-18T00:42:09.506Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-18T00:42:09.810Z] ---> Running in d51ac5ae3d53 [2021-01-18T00:42:09.810Z] ---> Running in d87cc2d12c7a [2021-01-18T00:42:10.135Z] Removing intermediate container 659faa1c5fc0 [2021-01-18T00:42:10.135Z] ---> 4d3c803d70b1 [2021-01-18T00:42:10.135Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:42:10.135Z] Removing intermediate container 42d0363764f0 [2021-01-18T00:42:10.135Z] ---> fcebe30afd9f [2021-01-18T00:42:10.135Z] Step 18/21 : CMD ["--init=true"] [2021-01-18T00:42:10.414Z] Removing intermediate container d51ac5ae3d53 [2021-01-18T00:42:10.414Z] ---> c8320ee6a1b0 [2021-01-18T00:42:10.414Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:42:10.414Z] ---> Running in cffdf9a26641 [2021-01-18T00:42:10.414Z] Removing intermediate container d87cc2d12c7a [2021-01-18T00:42:10.414Z] ---> 4a052a4f1eb8 [2021-01-18T00:42:10.414Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:42:10.680Z] ---> Running in aa253cdb5ca6 [2021-01-18T00:42:10.680Z] Connecting to github.com (140.82.112.3:443) [2021-01-18T00:42:10.680Z]  ---> Running in ab9d4c51808a [2021-01-18T00:42:10.680Z] ---> c50bfd525d8e [2021-01-18T00:42:10.680Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-18T00:42:10.981Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.110.252:443) [2021-01-18T00:42:10.981Z] Removing intermediate container cffdf9a26641 [2021-01-18T00:42:10.981Z] ---> db59cf78ba91 [2021-01-18T00:42:10.981Z] Step 19/21 : LABEL arch=x86_64 [2021-01-18T00:42:10.981Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-18T00:42:10.981Z] Removing intermediate container aa253cdb5ca6 [2021-01-18T00:42:10.981Z] ---> 4b7dc82f2737 [2021-01-18T00:42:10.981Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T00:42:10.981Z] ---> Running in 7f204b9ec5d1 [2021-01-18T00:42:10.981Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-18T00:42:10.981Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-18T00:42:11.293Z] dockerize [2021-01-18T00:42:11.293Z] Removing intermediate container ab9d4c51808a [2021-01-18T00:42:11.293Z] ---> 1c389066a75b [2021-01-18T00:42:11.293Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T00:42:11.293Z] ---> Running in 572169ea07a6 [2021-01-18T00:42:11.586Z] ---> Running in 219e5162867a [2021-01-18T00:42:11.858Z] Removing intermediate container 7f204b9ec5d1 [2021-01-18T00:42:11.858Z] ---> a3dd8d44c367 [2021-01-18T00:42:11.858Z] Step 20/21 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef [2021-01-18T00:42:11.858Z] Removing intermediate container 572169ea07a6 [2021-01-18T00:42:11.858Z] ---> 088d9c7b1f98 [2021-01-18T00:42:11.858Z] Step 21/22 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef [2021-01-18T00:42:12.138Z] ---> Running in 3fef2ad51721 [2021-01-18T00:42:12.138Z] Removing intermediate container 219e5162867a [2021-01-18T00:42:12.138Z] ---> 84fab87d79b9 [2021-01-18T00:42:12.138Z] Step 21/22 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef [2021-01-18T00:42:12.138Z] ---> Running in d041d6a23027 [2021-01-18T00:42:12.411Z] ---> 278724364fec [2021-01-18T00:42:12.411Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-18T00:42:12.411Z] ---> Running in 64d99f6f1043 [2021-01-18T00:42:12.725Z] Removing intermediate container 3fef2ad51721 [2021-01-18T00:42:12.725Z] ---> 3b43ef44dad6 [2021-01-18T00:42:12.725Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T00:42:12.725Z] Removing intermediate container d041d6a23027 [2021-01-18T00:42:12.725Z] ---> 67eb5e5e6b60 [2021-01-18T00:42:12.725Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:42:12.725Z] ---> Running in 3c54b824c5ae [2021-01-18T00:42:13.008Z] Removing intermediate container a0f4d21a8c09 [2021-01-18T00:42:13.008Z] ---> a06ab2c49355 [2021-01-18T00:42:13.008Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-18T00:42:13.008Z] ---> Running in 43a2d8c89fc0 [2021-01-18T00:42:13.008Z] ---> Running in a85cbd54f7b9 [2021-01-18T00:42:13.008Z] Removing intermediate container 64d99f6f1043 [2021-01-18T00:42:13.008Z] ---> 1b1300ce8120 [2021-01-18T00:42:13.008Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:42:13.287Z] ---> 016ae3d6a423 [2021-01-18T00:42:13.287Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-18T00:42:13.287Z] ---> Running in f362f89192b2 [2021-01-18T00:42:13.565Z] ---> Running in 253ade9807fc [2021-01-18T00:42:13.565Z] Removing intermediate container 3c54b824c5ae [2021-01-18T00:42:13.565Z] ---> b29a4af9b93b [2021-01-18T00:42:13.565Z] [2021-01-18T00:42:13.565Z] Removing intermediate container 43a2d8c89fc0 [2021-01-18T00:42:13.565Z] ---> 5053a8f559bc [2021-01-18T00:42:13.565Z] [2021-01-18T00:42:13.565Z] Removing intermediate container a85cbd54f7b9 [2021-01-18T00:42:13.565Z] ---> feee00bb89fc [2021-01-18T00:42:13.565Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-18T00:42:13.849Z] ---> Running in 9a7270e6e39b [2021-01-18T00:42:13.849Z] Removing intermediate container f362f89192b2 [2021-01-18T00:42:13.849Z] ---> b0c7366e9fe6 [2021-01-18T00:42:13.849Z] [2021-01-18T00:42:13.849Z] Removing intermediate container 253ade9807fc [2021-01-18T00:42:13.849Z] ---> cbdb68b4eb7e [2021-01-18T00:42:13.849Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:42:14.169Z] Successfully built b29a4af9b93b [2021-01-18T00:42:14.446Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-18T00:42:14.446Z] Building docker-sys-mgmt-agent-go [2021-01-18T00:42:14.446Z]  Building docker-security-proxy-setup-go ... done Successfully built 5053a8f559bc [2021-01-18T00:42:14.446Z] Successfully tagged docker-support-notifications-go:latest [2021-01-18T00:42:14.446Z] Building docker-core-command-go [2021-01-18T00:42:14.726Z]  Building docker-support-notifications-go ... done  ---> Running in 01400725b4b2 [2021-01-18T00:42:14.726Z] Successfully built b0c7366e9fe6 [2021-01-18T00:42:14.726Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-18T00:42:14.726Z] Building docker-core-data-go [2021-01-18T00:42:14.726Z]  Building docker-support-scheduler-go ... done Removing intermediate container 9a7270e6e39b [2021-01-18T00:42:14.726Z] ---> ea0ddd90abbc [2021-01-18T00:42:14.726Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-18T00:42:15.024Z] ---> Running in 21ae49bfde0d [2021-01-18T00:42:15.331Z] Removing intermediate container 01400725b4b2 [2021-01-18T00:42:15.332Z] ---> f1f8291170f6 [2021-01-18T00:42:15.332Z] Step 21/23 : LABEL arch=x86_64 [2021-01-18T00:42:15.332Z] ---> Running in b60f99609915 [2021-01-18T00:42:16.022Z] Removing intermediate container b60f99609915 [2021-01-18T00:42:16.022Z] ---> 6280a8462f06 [2021-01-18T00:42:16.022Z] Step 22/23 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef [2021-01-18T00:42:16.306Z] Move dockerize executable [2021-01-18T00:42:16.693Z] ---> Running in bbe98269f87d [2021-01-18T00:42:17.360Z] Removing intermediate container bbe98269f87d [2021-01-18T00:42:17.360Z] ---> 5a215072b2b2 [2021-01-18T00:42:17.360Z] Step 23/23 : LABEL version=0.0.0 [2021-01-18T00:42:17.674Z] ---> Running in 6b3336e2f5dd [2021-01-18T00:42:19.754Z] Removing intermediate container 6b3336e2f5dd [2021-01-18T00:42:19.754Z] ---> 9b59c329cc8f [2021-01-18T00:42:19.754Z] [2021-01-18T00:42:19.754Z] Removing intermediate container 21ae49bfde0d [2021-01-18T00:42:19.754Z] ---> caf41dd5b181 [2021-01-18T00:42:19.754Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-18T00:42:19.754Z] Successfully built 9b59c329cc8f [2021-01-18T00:42:20.084Z] Successfully tagged docker-core-metadata-go:latest [2021-01-18T00:42:20.084Z] Building docker-security-secretstore-setup-go [2021-01-18T00:42:20.371Z]  Building docker-core-metadata-go ... done  ---> Running in ae0492303a5f [2021-01-18T00:42:21.417Z] Removing intermediate container ae0492303a5f [2021-01-18T00:42:21.417Z] ---> 3c0c6d98dc37 [2021-01-18T00:42:21.417Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-18T00:42:22.481Z] ---> 31d21fa94667 [2021-01-18T00:42:22.481Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-18T00:42:23.100Z] ---> Running in a93b7b4f9017 [2021-01-18T00:42:26.877Z] Removing intermediate container a93b7b4f9017 [2021-01-18T00:42:26.877Z] ---> aa0b7bff204a [2021-01-18T00:42:26.877Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:42:28.155Z] gofmt -l . [2021-01-18T00:42:28.155Z] [ "`gofmt -l .`" = "" ] [2021-01-18T00:42:28.408Z] ---> 3dd6b686cb67 [2021-01-18T00:42:28.408Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-18T00:42:29.124Z] ./bin/test-go-mod-tidy.sh [2021-01-18T00:42:29.721Z] ./bin/test-attribution-txt.sh [2021-01-18T00:42:30.554Z] ---> 0f92ff596714 [2021-01-18T00:42:30.554Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-18T00:42:31.144Z] ---> cca4a3e7336e [2021-01-18T00:42:31.144Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [Pipeline] sh [2021-01-18T00:42:31.891Z] + ls -al . [2021-01-18T00:42:31.891Z] total 696 [2021-01-18T00:42:31.891Z] drwxrwxr-x 9 1001 1001 4096 Jan 18 00:42 . [2021-01-18T00:42:31.891Z] drwxr-xr-x 4 root root 4096 Jan 18 00:38 .. [2021-01-18T00:42:31.891Z] -rw-rw-r-- 1 1001 1001 11 Jan 18 00:36 .dockerignore [2021-01-18T00:42:31.891Z] drwxrwxr-x 8 1001 1001 4096 Jan 18 00:36 .git [2021-01-18T00:42:31.891Z] drwxrwxr-x 3 1001 1001 4096 Jan 18 00:36 .github [2021-01-18T00:42:31.891Z] -rw-rw-r-- 1 1001 1001 872 Jan 18 00:36 .gitignore [2021-01-18T00:42:31.891Z] -rw-rw-r-- 1 1001 1001 166 Jan 18 00:36 .sonarcloud.properties [2021-01-18T00:42:31.891Z] -rw-rw-r-- 1 1001 1001 7844 Jan 18 00:36 Attribution.txt [2021-01-18T00:42:31.891Z] -rw-rw-r-- 1 1001 1001 3804 Jan 18 00:36 CONTRIBUTING.md [2021-01-18T00:42:31.891Z] -rw-rw-r-- 1 1001 1001 931 Jan 18 00:36 Dockerfile.build [2021-01-18T00:42:31.891Z] -rw-rw-r-- 1 1001 1001 863 Jan 18 00:36 Jenkinsfile [2021-01-18T00:42:31.891Z] -rw-rw-r-- 1 1001 1001 10775 Jan 18 00:36 LICENSE [2021-01-18T00:42:31.891Z] -rw-rw-r-- 1 1001 1001 6001 Jan 18 00:36 Makefile [2021-01-18T00:42:31.891Z] -rw-rw-r-- 1 1001 1001 6524 Jan 18 00:36 README.md [2021-01-18T00:42:31.891Z] -rw-rw-r-- 1 1001 1001 6744 Jan 18 00:36 SECURITY.md [2021-01-18T00:42:31.891Z] -rw-rw-r-- 1 1001 1001 5 Jan 18 00:32 VERSION [2021-01-18T00:42:31.891Z] -rw-rw-r-- 1 1001 1001 4131 Jan 18 00:36 ZMQWindows.md [2021-01-18T00:42:31.891Z] drwxrwxr-x 2 1001 1001 4096 Jan 18 00:36 bin [2021-01-18T00:42:31.891Z] drwxrwxr-x 15 1001 1001 4096 Jan 18 00:36 cmd [2021-01-18T00:42:31.891Z] -rw-r--r-- 1 root root 561484 Jan 18 00:41 coverage.out [2021-01-18T00:42:31.891Z] -rw-r--r-- 1 root root 1007 Jan 18 00:42 go.mod [2021-01-18T00:42:31.891Z] -rw-r--r-- 1 root root 19394 Jan 18 00:42 go.sum [2021-01-18T00:42:31.891Z] drwxrwxr-x 8 1001 1001 4096 Jan 18 00:36 internal [2021-01-18T00:42:31.891Z] drwxrwxr-x 4 1001 1001 4096 Jan 18 00:36 openapi [2021-01-18T00:42:31.891Z] drwxrwxr-x 4 1001 1001 4096 Jan 18 00:36 snap [2021-01-18T00:42:31.891Z] -rw-rw-r-- 1 1001 1001 168 Jan 18 00:36 version.go [Pipeline] sh [2021-01-18T00:42:32.170Z] ---> 8eb0d1f011bc [2021-01-18T00:42:32.170Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-18T00:42:32.467Z] ---> 494a67285ad1 [2021-01-18T00:42:32.467Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-18T00:42:32.601Z] + '[' -e coverage.out ] [2021-01-18T00:42:32.601Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-18T00:42:32.622Z] Warning: overwriting stash ‘coverage-report’ [2021-01-18T00:42:33.057Z] ---> Running in f40ae4068011 [2021-01-18T00:42:33.329Z] Removing intermediate container f40ae4068011 [2021-01-18T00:42:33.329Z] ---> a78922cce5e7 [2021-01-18T00:42:33.329Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-18T00:42:33.956Z] ---> 0e429c901c70 [2021-01-18T00:42:33.956Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-18T00:42:33.968Z] Stashed 1 file(s) [Pipeline] sh [2021-01-18T00:42:34.621Z] + make build [2021-01-18T00:42:34.621Z] 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:42:35.657Z] ---> Running in f065fe7d3686 [2021-01-18T00:42:42.754Z] Removing intermediate container f065fe7d3686 [2021-01-18T00:42:42.754Z] ---> db7f1dd5cfc4 [2021-01-18T00:42:42.754Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-18T00:42:42.754Z] ---> Running in 6a141c00f0db [2021-01-18T00:42:43.109Z] Removing intermediate container 6a141c00f0db [2021-01-18T00:42:43.109Z] ---> 13e3d8b59ac3 [2021-01-18T00:42:43.109Z] Step 30/33 : CMD ["gate"] [2021-01-18T00:42:46.488Z] ---> Running in 9d931dcdd015 [2021-01-18T00:42:47.020Z] 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:42:48.438Z] Removing intermediate container 9d931dcdd015 [2021-01-18T00:42:48.438Z] ---> 01142cc32b9f [2021-01-18T00:42:48.438Z] Step 31/33 : LABEL arch=x86_64 [2021-01-18T00:42:48.438Z] ---> Running in ee5f8fc70163 [2021-01-18T00:42:48.772Z] Removing intermediate container ee5f8fc70163 [2021-01-18T00:42:48.772Z] ---> 716a922ca3f7 [2021-01-18T00:42:48.772Z] Step 32/33 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef [2021-01-18T00:42:49.922Z] ---> Running in dc52e303b239 [2021-01-18T00:42:50.862Z] Removing intermediate container dc52e303b239 [2021-01-18T00:42:50.862Z] ---> 575309186448 [2021-01-18T00:42:50.862Z] Step 33/33 : LABEL version=0.0.0 [2021-01-18T00:42:51.591Z] ---> Running in bc12cd44870b [2021-01-18T00:42:52.835Z] Removing intermediate container bc12cd44870b [2021-01-18T00:42:52.835Z] ---> 5b51a808c829 [2021-01-18T00:42:52.835Z] [2021-01-18T00:42:55.449Z] Successfully built 5b51a808c829 [2021-01-18T00:42:55.449Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-18T00:43:02.896Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:43:02.896Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:43:02.896Z] ---> 217af407c365 [2021-01-18T00:43:02.896Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T00:43:02.896Z] ---> Using cache [2021-01-18T00:43:02.896Z] ---> 2586360c3a6f [2021-01-18T00:43:02.896Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:43:02.896Z] ---> Using cache [2021-01-18T00:43:02.896Z] ---> 102b4e73f935 [2021-01-18T00:43:02.896Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-18T00:43:02.896Z] ---> Using cache [2021-01-18T00:43:02.896Z] ---> aae27a9e6328 [2021-01-18T00:43:02.896Z] Step 6/24 : COPY go.mod . [2021-01-18T00:43:02.896Z] ---> Using cache [2021-01-18T00:43:02.896Z] ---> ad0de86d3f71 [2021-01-18T00:43:02.896Z] Step 7/24 : RUN go mod download [2021-01-18T00:43:02.896Z] ---> Using cache [2021-01-18T00:43:02.897Z] ---> 1fbc9f8cef6f [2021-01-18T00:43:02.897Z] Step 8/24 : COPY . . [2021-01-18T00:43:02.897Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:43:02.897Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:43:02.897Z] ---> 217af407c365 [2021-01-18T00:43:02.897Z] Step 3/23 : WORKDIR /edgex-go [2021-01-18T00:43:02.897Z] ---> Using cache [2021-01-18T00:43:02.897Z] ---> 2586360c3a6f [2021-01-18T00:43:02.897Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:43:02.897Z] ---> Using cache [2021-01-18T00:43:02.897Z] ---> 102b4e73f935 [2021-01-18T00:43:02.897Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-18T00:43:02.897Z] ---> Using cache [2021-01-18T00:43:02.897Z] ---> aae27a9e6328 [2021-01-18T00:43:02.897Z] Step 6/23 : COPY go.mod . [2021-01-18T00:43:02.897Z] ---> Using cache [2021-01-18T00:43:02.897Z] ---> ad0de86d3f71 [2021-01-18T00:43:02.897Z] Step 7/23 : RUN go mod download [2021-01-18T00:43:02.897Z] ---> Using cache [2021-01-18T00:43:02.897Z] ---> 1fbc9f8cef6f [2021-01-18T00:43:02.897Z] Step 8/23 : COPY . . [2021-01-18T00:43:02.897Z] ---> Using cache [2021-01-18T00:43:02.897Z] ---> 3ae152741c3f [2021-01-18T00:43:02.897Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-18T00:43:02.897Z] ---> Using cache [2021-01-18T00:43:02.897Z] ---> 3ae152741c3f [2021-01-18T00:43:02.897Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-18T00:43:03.171Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:43:03.171Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:43:03.171Z] ---> 217af407c365 [2021-01-18T00:43:03.171Z] Step 3/26 : WORKDIR /edgex-go [2021-01-18T00:43:03.171Z] ---> Using cache [2021-01-18T00:43:03.171Z] ---> 2586360c3a6f [2021-01-18T00:43:03.171Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:43:03.171Z] ---> Using cache [2021-01-18T00:43:03.171Z] ---> 102b4e73f935 [2021-01-18T00:43:03.171Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-18T00:43:03.439Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:43:03.439Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:43:03.439Z] ---> 217af407c365 [2021-01-18T00:43:03.439Z] Step 3/23 : WORKDIR /edgex-go [2021-01-18T00:43:03.439Z] ---> Using cache [2021-01-18T00:43:03.439Z] ---> 2586360c3a6f [2021-01-18T00:43:03.439Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:43:03.439Z] ---> Using cache [2021-01-18T00:43:03.439Z] ---> 102b4e73f935 [2021-01-18T00:43:03.439Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-18T00:43:04.425Z] ---> Running in 03156c93ffcf [2021-01-18T00:43:04.425Z] ---> Running in da26167f8a07 [2021-01-18T00:43:04.425Z] ---> Running in c3d380ab471e [2021-01-18T00:43:04.425Z] ---> Running in 0c2690987d05 [2021-01-18T00:43:06.586Z] 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:43:06.586Z] 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:06.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:43:06.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:43:07.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:43:07.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:43:09.705Z] OK: 233 MiB in 51 packages [2021-01-18T00:43:10.428Z] OK: 233 MiB in 51 packages [2021-01-18T00:43:12.039Z] Removing intermediate container 0c2690987d05 [2021-01-18T00:43:12.039Z] ---> 1d7e42ce7abb [2021-01-18T00:43:12.039Z] Step 6/26 : COPY go.mod . [2021-01-18T00:43:12.039Z] Removing intermediate container c3d380ab471e [2021-01-18T00:43:12.039Z] ---> 5e04c09d4a12 [2021-01-18T00:43:12.039Z] Step 6/23 : COPY go.mod . [2021-01-18T00:43:12.327Z] ---> 8c8ba018664b [2021-01-18T00:43:12.327Z] Step 7/26 : RUN go mod download [2021-01-18T00:43:12.612Z] ---> Running in 9ef510048cba [2021-01-18T00:43:12.612Z] ---> a4b6865fcfed [2021-01-18T00:43:12.612Z] Step 7/23 : RUN go mod download [2021-01-18T00:43:12.895Z] ---> Running in d61ad9f0f3c1 [2021-01-18T00:43:15.045Z] 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:18.434Z] 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:19.857Z] Removing intermediate container 9ef510048cba [2021-01-18T00:43:19.857Z] ---> f4cfc06d64df [2021-01-18T00:43:19.857Z] Step 8/26 : COPY . . [2021-01-18T00:43:19.857Z] Removing intermediate container d61ad9f0f3c1 [2021-01-18T00:43:19.857Z] ---> dfe3726d888b [2021-01-18T00:43:19.857Z] Step 8/23 : COPY . . [2021-01-18T00:43:23.837Z] 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:43:24.832Z] 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:31.568Z] 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:43:36.964Z] 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:41.279Z] 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:43:43.077Z] 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:43:45.588Z] 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:43:48.996Z] 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:43:49.037Z] Removing intermediate container 03156c93ffcf [2021-01-18T00:43:49.037Z] ---> bc90b0d19aed [2021-01-18T00:43:49.037Z] [2021-01-18T00:43:49.037Z] Step 10/23 : FROM alpine:3.12 [2021-01-18T00:43:49.037Z] ---> 389fef711851 [2021-01-18T00:43:49.037Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-18T00:43:49.037Z] ---> Using cache [2021-01-18T00:43:49.037Z] ---> 43b6470de6b0 [2021-01-18T00:43:49.037Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-18T00:43:49.037Z] ---> Using cache [2021-01-18T00:43:49.037Z] ---> f30d2f54f452 [2021-01-18T00:43:49.037Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-18T00:43:49.653Z] ---> Running in 09dc68c7481f [2021-01-18T00:43:51.761Z] Removing intermediate container 09dc68c7481f [2021-01-18T00:43:51.761Z] ---> 786dc5ebb853 [2021-01-18T00:43:51.761Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-18T00:43:51.761Z] ---> Running in b585cc6e0d1e [2021-01-18T00:43:52.776Z] Removing intermediate container b585cc6e0d1e [2021-01-18T00:43:52.776Z] ---> b25c1411797b [2021-01-18T00:43:52.777Z] Step 15/23 : WORKDIR / [2021-01-18T00:43:53.870Z] ---> Running in 6a0ee655b605 [2021-01-18T00:43:54.400Z] 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:43:54.940Z] Removing intermediate container 6a0ee655b605 [2021-01-18T00:43:54.940Z] ---> c71a7ce1d81a [2021-01-18T00:43:54.940Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:43:57.596Z] ---> 79b96ef51c57 [2021-01-18T00:43:57.596Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-18T00:43:57.883Z] Removing intermediate container da26167f8a07 [2021-01-18T00:43:57.883Z] ---> 2a10cd150633 [2021-01-18T00:43:57.883Z] [2021-01-18T00:43:57.883Z] Step 10/24 : FROM alpine:3.12 [2021-01-18T00:43:57.883Z] ---> 389fef711851 [2021-01-18T00:43:57.883Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T00:43:58.709Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-18T00:43:59.347Z] ---> Running in f2ec551e9656 [2021-01-18T00:43:59.632Z] ---> 9bdb93ea11f0 [2021-01-18T00:43:59.632Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-18T00:44:01.651Z] ---> fd075319cfcf [2021-01-18T00:44:01.651Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-18T00:44:01.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:44:01.937Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:44:02.250Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-18T00:44:02.250Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:44:02.250Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-18T00:44:02.250Z] (4/5) Installing curl (7.69.1-r3) [2021-01-18T00:44:02.250Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-18T00:44:02.250Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:44:02.250Z] ---> Running in cfc9095c9796 [2021-01-18T00:44:02.567Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:44:02.567Z] OK: 7 MiB in 19 packages [2021-01-18T00:44:02.860Z] ---> ee00527394b6 [2021-01-18T00:44:02.860Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-18T00:44:02.860Z] ---> abcf5767e26f [2021-01-18T00:44:02.860Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-18T00:44:03.154Z] Removing intermediate container cfc9095c9796 [2021-01-18T00:44:03.154Z] ---> 3bdd6f4f648d [2021-01-18T00:44:03.154Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:44:03.154Z] ---> Running in f2e27d2124f2 [2021-01-18T00:44:03.154Z] ---> Running in 5e0b328081a5 [2021-01-18T00:44:03.154Z] ---> Running in 35a1d979bd46 [2021-01-18T00:44:03.861Z] Removing intermediate container 35a1d979bd46 [2021-01-18T00:44:03.861Z] ---> 19bda2b6203c [2021-01-18T00:44:03.861Z] Step 21/23 : LABEL arch=x86_64 [2021-01-18T00:44:04.240Z] ---> Running in 4f1a21ffb645 [2021-01-18T00:44:04.240Z] Removing intermediate container f2ec551e9656 [2021-01-18T00:44:04.240Z] ---> 3de7b114be01 [2021-01-18T00:44:04.240Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T00:44:04.566Z] ---> Running in 0454fb779ee8 [2021-01-18T00:44:04.851Z] Removing intermediate container 4f1a21ffb645 [2021-01-18T00:44:04.851Z] ---> 167d46b559dd [2021-01-18T00:44:04.851Z] Step 22/23 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef [2021-01-18T00:44:04.851Z] 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:44:04.851Z] 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:44:05.129Z] ---> Running in cccecb448d62 [2021-01-18T00:44:05.425Z] Removing intermediate container 0454fb779ee8 [2021-01-18T00:44:05.425Z] ---> 66858d3e791f [2021-01-18T00:44:05.425Z] Step 13/24 : WORKDIR / [2021-01-18T00:44:05.425Z] ---> Running in 7485e38fdef1 [2021-01-18T00:44:05.425Z] Removing intermediate container cccecb448d62 [2021-01-18T00:44:05.425Z] ---> 4dbbb1aa98a5 [2021-01-18T00:44:05.425Z] Step 23/23 : LABEL version=0.0.0 [Pipeline] } [2021-01-18T00:44:05.434Z] $ docker stop --time=1 60153d3482ea6c2fc734a7aab04979c530b1d1f5a81ec02c5cc0ceb72754ccfc [2021-01-18T00:44:05.791Z] ---> Running in 4111d30a4c8b [2021-01-18T00:44:06.078Z] Removing intermediate container 7485e38fdef1 [2021-01-18T00:44:06.078Z] ---> 23669a39b6dc [2021-01-18T00:44:06.078Z] 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:44:06.358Z] Removing intermediate container 4111d30a4c8b [2021-01-18T00:44:06.358Z] ---> 043592bbf91d [2021-01-18T00:44:06.358Z] [2021-01-18T00:44:06.689Z] ---> 6b3fa41ea88e [2021-01-18T00:44:06.689Z] 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:44:07.031Z] Successfully built 043592bbf91d [2021-01-18T00:44:07.316Z] Successfully tagged docker-core-command-go:latest [2021-01-18T00:44:07.990Z] $ docker rm -f 60153d3482ea6c2fc734a7aab04979c530b1d1f5a81ec02c5cc0ceb72754ccfc [2021-01-18T00:44:08.327Z]  Building docker-core-command-go ... done  ---> 4f00eff94286 [2021-01-18T00:44:08.327Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-18T00:44:09.327Z] ---> 52dcf6f91f49 [2021-01-18T00:44:09.327Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:44:10.118Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T00:44:10.390Z] [2021-01-18T00:44:10.390Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:44:10.785Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T00:44:11.059Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-18T00:44:11.059Z] 29e5d40040c1: Pulling fs layer [2021-01-18T00:44:11.059Z] 1ce36da41761: Pulling fs layer [2021-01-18T00:44:11.059Z] 25b303627fd3: Pulling fs layer [2021-01-18T00:44:11.334Z] 29e5d40040c1: Verifying Checksum [2021-01-18T00:44:11.334Z] 29e5d40040c1: Download complete [2021-01-18T00:44:11.642Z] ---> e6f37a961be0 [2021-01-18T00:44:11.642Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-18T00:44:11.938Z] 1ce36da41761: Verifying Checksum [2021-01-18T00:44:11.938Z] 1ce36da41761: Download complete [2021-01-18T00:44:12.209Z] 29e5d40040c1: Pull complete [2021-01-18T00:44:13.189Z] 1ce36da41761: Pull complete [2021-01-18T00:44:13.754Z] ---> add09758c467 [2021-01-18T00:44:13.754Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-18T00:44:13.783Z] 25b303627fd3: Verifying Checksum [2021-01-18T00:44:13.783Z] 25b303627fd3: Download complete [2021-01-18T00:44:14.388Z] ---> 4e82e7133da1 [2021-01-18T00:44:14.388Z] 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:44:15.371Z] ---> Running in e117d79cb8d8 [2021-01-18T00:44:19.033Z] Removing intermediate container e117d79cb8d8 [2021-01-18T00:44:19.033Z] ---> e6e865c92ae9 [2021-01-18T00:44:19.033Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-18T00:44:19.033Z] ---> Running in facb1de1921e [2021-01-18T00:44:19.441Z] Removing intermediate container facb1de1921e [2021-01-18T00:44:19.441Z] ---> ea4678c53a8a [2021-01-18T00:44:19.441Z] Step 22/24 : LABEL arch=x86_64 [2021-01-18T00:44:19.441Z] ---> Running in 3a154b308004 [2021-01-18T00:44:20.524Z] Removing intermediate container 3a154b308004 [2021-01-18T00:44:20.524Z] ---> 0183be5b44ab [2021-01-18T00:44:20.524Z] Step 23/24 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef [2021-01-18T00:44:20.524Z] ---> Running in 71c55f5831c4 [2021-01-18T00:44:20.840Z] Removing intermediate container 71c55f5831c4 [2021-01-18T00:44:20.840Z] ---> ee79b4cd5ad7 [2021-01-18T00:44:20.840Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T00:44:21.124Z] ---> Running in 9b89b932609e [2021-01-18T00:44:22.159Z] Removing intermediate container 9b89b932609e [2021-01-18T00:44:22.159Z] ---> 9fecb6a4c09c [2021-01-18T00:44:22.159Z] [2021-01-18T00:44:22.470Z] Successfully built 9fecb6a4c09c [2021-01-18T00:44:22.471Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-18T00:44:23.912Z] 25b303627fd3: Pull complete [2021-01-18T00:44:23.912Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-18T00:44:23.912Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T00:44:23.912Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-18T00:44:24.154Z] prd-ubuntu18.04-docker-arm64-4c-16g-20853 does not seem to be running inside a container [2021-01-18T00:44:24.232Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-18T00:44:27.524Z] $ docker top 806416eb91db80c4ce74fcd360250fa8425062a16bbd11908eb1db86cf9cfe25 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:44:28.529Z] + docker-compose build --help [2021-01-18T00:44:28.529Z] + grep parallel [2021-01-18T00:44:33.915Z] --parallel Build images in parallel. [Pipeline] } [2021-01-18T00:44:33.929Z] $ docker stop --time=1 806416eb91db80c4ce74fcd360250fa8425062a16bbd11908eb1db86cf9cfe25 [2021-01-18T00:44:35.246Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f2e27d2124f2 [2021-01-18T00:44:35.246Z] ---> fdba922de585 [2021-01-18T00:44:35.246Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-18T00:44:35.246Z] ---> Running in 5074b53ce202 [2021-01-18T00:44:35.246Z] 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:44:35.813Z] $ docker rm -f 806416eb91db80c4ce74fcd360250fa8425062a16bbd11908eb1db86cf9cfe25 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:44:36.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T00:44:36.633Z] . [Pipeline] withDockerContainer [2021-01-18T00:44:36.767Z] Removing intermediate container 5074b53ce202 [2021-01-18T00:44:36.767Z] ---> 264a7848f70b [2021-01-18T00:44:36.767Z] [2021-01-18T00:44:36.767Z] Step 11/26 : FROM docker:20.10.0 [2021-01-18T00:44:36.767Z] 20.10.0: Pulling from library/docker [2021-01-18T00:44:36.927Z] prd-ubuntu18.04-docker-arm64-4c-16g-20853 does not seem to be running inside a container [2021-01-18T00:44:37.008Z] $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-18T00:44:38.608Z] $ docker top fc9cccb31d217a19310bed1348b15737d502a64a2c7a32d8bb06720f936123ad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:44:39.577Z] Removing intermediate container 5e0b328081a5 [2021-01-18T00:44:39.577Z] ---> 17550fbf8e8e [2021-01-18T00:44:39.577Z] [2021-01-18T00:44:39.577Z] Step 10/23 : FROM alpine:3.12 [2021-01-18T00:44:39.577Z] ---> 389fef711851 [2021-01-18T00:44:39.577Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:44:39.649Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-18T00:44:39.870Z] ---> Running in 933b75dbd15e [2021-01-18T00:44:40.506Z] Removing intermediate container 933b75dbd15e [2021-01-18T00:44:40.506Z] ---> 71dab7d952cc [2021-01-18T00:44:40.506Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-18T00:44:40.506Z] ---> Running in 881fee4385fc [2021-01-18T00:44:41.140Z] Removing intermediate container 881fee4385fc [2021-01-18T00:44:41.140Z] ---> eeb2205317d3 [2021-01-18T00:44:41.140Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-18T00:44:41.481Z] ---> Running in ee635df946a2 [2021-01-18T00:44:42.149Z] Removing intermediate container ee635df946a2 [2021-01-18T00:44:42.149Z] ---> 0a25e53f436f [2021-01-18T00:44:42.149Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:44:42.432Z] ---> Running in d05d9e8d9c6c [2021-01-18T00:44:45.208Z] Building docker-core-command-go ... [2021-01-18T00:44:45.208Z] Building docker-core-data-go ... [2021-01-18T00:44:45.208Z] Building docker-core-metadata-go ... [2021-01-18T00:44:45.208Z] Building docker-security-bootstrapper-go ... [2021-01-18T00:44:45.208Z] Building docker-security-proxy-setup-go ... [2021-01-18T00:44:45.208Z] Building docker-security-secretstore-setup-go ... [2021-01-18T00:44:45.208Z] Building docker-support-notifications-go ... [2021-01-18T00:44:45.208Z] Building docker-support-scheduler-go ... [2021-01-18T00:44:45.208Z] Building docker-sys-mgmt-agent-go ... [2021-01-18T00:44:45.208Z] Building docker-security-proxy-setup-go [2021-01-18T00:44:45.208Z] Building docker-security-secretstore-setup-go [2021-01-18T00:44:45.208Z] Building docker-support-scheduler-go [2021-01-18T00:44:45.208Z] Building docker-sys-mgmt-agent-go [2021-01-18T00:44:45.208Z] Building docker-core-command-go [2021-01-18T00:44:45.953Z] Removing intermediate container d05d9e8d9c6c [2021-01-18T00:44:45.954Z] ---> 634a0917a186 [2021-01-18T00:44:45.954Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-18T00:44:46.231Z] ---> Running in 3dc669a675e4 [2021-01-18T00:44:47.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:44:48.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:44:48.749Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-18T00:44:49.017Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-18T00:44:49.017Z] ---> aefe523efa57 [2021-01-18T00:44:49.017Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-18T00:44:49.288Z] ---> Running in 12dff7f991f9 [2021-01-18T00:44:49.876Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-18T00:44:50.156Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-18T00:44:50.156Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-18T00:44:50.442Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-18T00:44:50.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:44:50.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:44:50.751Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-18T00:44:50.752Z] (1/2) Installing readline (8.0.4-r0) [2021-01-18T00:44:50.752Z] (2/2) Installing bash (5.0.17-r0) [2021-01-18T00:44:50.752Z] Executing bash-5.0.17-r0.post-install [2021-01-18T00:44:50.752Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:44:50.752Z] OK: 12 MiB in 22 packages [2021-01-18T00:44:50.752Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-18T00:44:51.052Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:44:51.052Z] OK: 8 MiB in 20 packages [2021-01-18T00:44:52.567Z] Removing intermediate container 12dff7f991f9 [2021-01-18T00:44:52.567Z] ---> c6fbd62bea05 [2021-01-18T00:44:52.567Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-18T00:44:52.567Z] Removing intermediate container 3dc669a675e4 [2021-01-18T00:44:52.567Z] ---> 5b2b53e06aed [2021-01-18T00:44:52.567Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:44:52.567Z] ---> Running in bf8087977353 [2021-01-18T00:44:52.843Z] Removing intermediate container bf8087977353 [2021-01-18T00:44:52.843Z] ---> ae8da7ea8d26 [2021-01-18T00:44:52.843Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-18T00:44:52.843Z] ---> Running in 1a0d15133c78 [2021-01-18T00:44:53.201Z] ---> 66f9e60dbf54 [2021-01-18T00:44:53.202Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-18T00:44:53.517Z] Removing intermediate container 1a0d15133c78 [2021-01-18T00:44:53.517Z] ---> 2ee65c3f4e9e [2021-01-18T00:44:53.518Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-18T00:44:53.823Z] ---> Running in 97573cd97357 [2021-01-18T00:44:54.447Z] Removing intermediate container 97573cd97357 [2021-01-18T00:44:54.447Z] ---> d6e1ea71aa78 [2021-01-18T00:44:54.447Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-18T00:44:54.447Z] ---> aa230c347bc5 [2021-01-18T00:44:54.447Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-18T00:44:55.110Z] ---> 36b930b5eb82 [2021-01-18T00:44:55.110Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-18T00:44:55.110Z] ---> Running in 75fc4a73ff88 [2021-01-18T00:44:55.110Z] ---> 36f65448eff0 [2021-01-18T00:44:55.110Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-18T00:44:55.381Z] Removing intermediate container 75fc4a73ff88 [2021-01-18T00:44:55.381Z] ---> a8dbc762b2e3 [2021-01-18T00:44:55.381Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:44:55.381Z] ---> Running in 2950d46b6d01 [2021-01-18T00:44:55.657Z] ---> f3e92144a5f9 [2021-01-18T00:44:55.657Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-18T00:44:55.960Z] Removing intermediate container 2950d46b6d01 [2021-01-18T00:44:55.960Z] ---> 14ca084b4fe5 [2021-01-18T00:44:55.960Z] Step 21/23 : LABEL arch=x86_64 [2021-01-18T00:44:55.960Z] ---> Running in 430cbc62d108 [2021-01-18T00:44:56.296Z] ---> 1886968bbe1e [2021-01-18T00:44:56.296Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-18T00:44:56.296Z] ---> Running in d889982e03fd [2021-01-18T00:44:56.586Z] Removing intermediate container 430cbc62d108 [2021-01-18T00:44:56.586Z] ---> 90a1fd1c9e8d [2021-01-18T00:44:56.586Z] Step 22/23 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef [2021-01-18T00:44:56.902Z] ---> Running in 1d235e819283 [2021-01-18T00:44:57.560Z] Removing intermediate container 1d235e819283 [2021-01-18T00:44:57.560Z] ---> ed4b3e5fe3c8 [2021-01-18T00:44:57.560Z] Step 23/23 : LABEL version=0.0.0 [2021-01-18T00:44:57.560Z] ---> Running in 0f57cdc13296 [2021-01-18T00:44:57.853Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:44:57.853Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:44:57.853Z] Removing intermediate container 0f57cdc13296 [2021-01-18T00:44:57.853Z] ---> a2dd6e41a782 [2021-01-18T00:44:57.853Z] [2021-01-18T00:44:58.135Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-18T00:44:58.135Z] (2/33) Installing expat (2.2.9-r1) [2021-01-18T00:44:58.135Z] (3/33) Installing libffi (3.3-r2) [2021-01-18T00:44:58.135Z] (4/33) Installing gdbm (1.13-r1) [2021-01-18T00:44:58.135Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-18T00:44:58.135Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-18T00:44:58.135Z] Successfully built a2dd6e41a782 [2021-01-18T00:44:58.135Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-18T00:44:58.135Z] Successfully tagged docker-core-data-go:latest [2021-01-18T00:44:59.660Z]  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-18T00:44:59.660Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-18T00:44:59.660Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-18T00:44:59.927Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-18T00:44:59.927Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-18T00:44:59.927Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-18T00:44:59.927Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-18T00:44:59.927Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-18T00:45:00.202Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-18T00:45:00.202Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-18T00:45:00.202Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-18T00:45:00.202Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-18T00:45:00.202Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-18T00:45:00.478Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-18T00:45:00.478Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-18T00:45:00.478Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-18T00:45:00.478Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-18T00:45:00.478Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-18T00:45:00.748Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-18T00:45:00.749Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-18T00:45:00.749Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-18T00:45:00.749Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-18T00:45:00.749Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-18T00:45:00.749Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-18T00:45:00.749Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-18T00:45:00.749Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-18T00:45:01.017Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:45:01.017Z] OK: 71 MiB in 55 packages [2021-01-18T00:45:11.251Z] Removing intermediate container d889982e03fd [2021-01-18T00:45:11.251Z] ---> d667368a29fc [2021-01-18T00:45:11.251Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-18T00:45:11.251Z] ---> Running in 730db7e4212d [2021-01-18T00:45:12.813Z] Collecting docker-compose==1.23.2 [2021-01-18T00:45:13.089Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-18T00:45:13.089Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-18T00:45:13.089Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-18T00:45:14.057Z] Collecting texttable<0.10,>=0.9.0 [2021-01-18T00:45:14.057Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-18T00:45:14.642Z] Collecting docker<4.0,>=3.6.0 [2021-01-18T00:45:14.642Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-18T00:45:15.634Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-18T00:45:15.958Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-18T00:45:15.958Z] 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:45:16.231Z] Collecting PyYAML<4,>=3.10 [2021-01-18T00:45:16.231Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-18T00:45:17.223Z] Collecting docopt<0.7,>=0.6.1 [2021-01-18T00:45:17.223Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-18T00:45:18.260Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-18T00:45:18.260Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-18T00:45:18.529Z] Collecting jsonschema<3,>=2.5.1 [2021-01-18T00:45:18.529Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-18T00:45:18.814Z] Collecting cached-property<2,>=1.2.0 [2021-01-18T00:45:18.814Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-18T00:45:18.814Z] Collecting docker-pycreds>=0.4.0 [2021-01-18T00:45:18.814Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-18T00:45:19.118Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-18T00:45:19.118Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-18T00:45:19.438Z] 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:45:19.438Z] 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:45:19.438Z] Collecting idna<2.8,>=2.5 [2021-01-18T00:45:19.438Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-18T00:45:19.438Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-18T00:45:19.438Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-18T00:45:19.438Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-18T00:45:19.438Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-18T00:45:19.771Z] Installing collected packages: dockerpty, texttable, websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, docopt, jsonschema, cached-property, docker-compose [2021-01-18T00:45:19.771Z] Running setup.py install for dockerpty: started [2021-01-18T00:45:20.436Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-18T00:45:20.436Z] Running setup.py install for texttable: started [2021-01-18T00:45:21.082Z] Running setup.py install for texttable: finished with status 'done' [2021-01-18T00:45:21.082Z] Attempting uninstall: urllib3 [2021-01-18T00:45:21.082Z] Found existing installation: urllib3 1.25.9 [2021-01-18T00:45:21.082Z] Uninstalling urllib3-1.25.9: [2021-01-18T00:45:21.356Z] Successfully uninstalled urllib3-1.25.9 [2021-01-18T00:45:21.625Z] Attempting uninstall: idna [2021-01-18T00:45:21.625Z] Found existing installation: idna 2.9 [2021-01-18T00:45:21.625Z] Uninstalling idna-2.9: [2021-01-18T00:45:21.625Z] Successfully uninstalled idna-2.9 [2021-01-18T00:45:21.894Z] Attempting uninstall: requests [2021-01-18T00:45:21.894Z] Found existing installation: requests 2.23.0 [2021-01-18T00:45:21.894Z] Uninstalling requests-2.23.0: [2021-01-18T00:45:21.894Z] Successfully uninstalled requests-2.23.0 [2021-01-18T00:45:22.494Z] Running setup.py install for PyYAML: started [2021-01-18T00:45:23.082Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-18T00:45:23.082Z] Running setup.py install for docopt: started [2021-01-18T00:45:24.058Z] Running setup.py install for docopt: finished with status 'done' [2021-01-18T00:45:24.675Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-18T00:45:29.082Z] Removing intermediate container 730db7e4212d [2021-01-18T00:45:29.082Z] ---> 982931b6e77b [2021-01-18T00:45:29.082Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-18T00:45:29.082Z] ---> Running in eea4784f3ef6 [2021-01-18T00:45:29.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T00:45:29.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T00:45:29.886Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:45:29.886Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-18T00:45:29.886Z] (3/3) Installing curl (7.69.1-r3) [2021-01-18T00:45:29.886Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:45:29.886Z] OK: 72 MiB in 58 packages [2021-01-18T00:45:30.880Z] Removing intermediate container eea4784f3ef6 [2021-01-18T00:45:30.880Z] ---> 8b5fc50ddaa8 [2021-01-18T00:45:30.880Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-18T00:45:30.880Z] ---> Running in 8bba683241e4 [2021-01-18T00:45:31.150Z] Removing intermediate container 8bba683241e4 [2021-01-18T00:45:31.150Z] ---> f6f2c71339e7 [2021-01-18T00:45:31.150Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:45:31.150Z] ---> Running in aa4ba695cbd8 [2021-01-18T00:45:31.425Z] Removing intermediate container aa4ba695cbd8 [2021-01-18T00:45:31.425Z] ---> eb12fa170df0 [2021-01-18T00:45:31.425Z] Step 24/26 : LABEL arch=x86_64 [2021-01-18T00:45:31.425Z] ---> Running in d5163991deaa [2021-01-18T00:45:31.731Z] Removing intermediate container d5163991deaa [2021-01-18T00:45:31.731Z] ---> 341dc665c03b [2021-01-18T00:45:31.731Z] Step 25/26 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef [2021-01-18T00:45:32.054Z] ---> Running in 859819648c9c [2021-01-18T00:45:32.377Z] Removing intermediate container 859819648c9c [2021-01-18T00:45:32.377Z] ---> 96274236e64a [2021-01-18T00:45:32.377Z] Step 26/26 : LABEL version=0.0.0 [2021-01-18T00:45:32.377Z] ---> Running in 8b1caa557df7 [2021-01-18T00:45:32.730Z] Removing intermediate container 8b1caa557df7 [2021-01-18T00:45:32.730Z] ---> 23434a033f64 [2021-01-18T00:45:32.730Z] [2021-01-18T00:45:33.039Z] Successfully built 23434a033f64 [2021-01-18T00:45:33.039Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-18T00:45:33.656Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-18T00:45:33.720Z] $ docker stop --time=1 09b485b5cf175e63bf67077403f0581be0e3ddfc2d21fd2dafbc06dcce256942 [2021-01-18T00:45:36.199Z] $ docker rm -f 09b485b5cf175e63bf67077403f0581be0e3ddfc2d21fd2dafbc06dcce256942 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T00:45:36.903Z] + docker images [2021-01-18T00:45:36.903Z] + grep docker [2021-01-18T00:45:37.481Z] docker-sys-mgmt-agent-go latest 23434a033f64 5 seconds ago 313MB [2021-01-18T00:45:37.481Z] docker-core-data-go latest a2dd6e41a782 40 seconds ago 22.3MB [2021-01-18T00:45:37.481Z] docker-security-secretstore-setup-go latest 9fecb6a4c09c About a minute ago 24.6MB [2021-01-18T00:45:37.481Z] docker-core-command-go latest 043592bbf91d About a minute ago 16.2MB [2021-01-18T00:45:37.481Z] docker-security-bootstrapper-go latest 5b51a808c829 2 minutes ago 41.5MB [2021-01-18T00:45:37.481Z] docker-core-metadata-go latest 9b59c329cc8f 3 minutes ago 18.7MB [2021-01-18T00:45:37.481Z] docker-support-scheduler-go latest b0c7366e9fe6 3 minutes ago 16.4MB [2021-01-18T00:45:37.481Z] docker-security-proxy-setup-go latest b29a4af9b93b 3 minutes ago 24.4MB [2021-01-18T00:45:37.481Z] docker-support-notifications-go latest 5053a8f559bc 3 minutes ago 16.9MB [2021-01-18T00:45:37.481Z] 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:45:53.303Z] Still waiting to schedule task [2021-01-18T00:45:53.303Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-01-18T00:46:06.979Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:46:06.979Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:46:06.979Z] ---> 7ceda693b0bb [2021-01-18T00:46:06.979Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:46:06.979Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:46:06.979Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:46:06.979Z] ---> 7ceda693b0bb [2021-01-18T00:46:06.979Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T00:46:06.979Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:46:06.979Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:46:06.979Z] ---> 7ceda693b0bb [2021-01-18T00:46:06.979Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T00:46:06.979Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:46:06.979Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:46:06.979Z] ---> 7ceda693b0bb [2021-01-18T00:46:06.979Z] Step 3/23 : WORKDIR /edgex-go [2021-01-18T00:46:06.979Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:46:06.979Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:46:06.979Z] ---> 7ceda693b0bb [2021-01-18T00:46:06.979Z] Step 3/26 : WORKDIR /edgex-go [2021-01-18T00:46:06.979Z] ---> Running in 88e09c69e41d [2021-01-18T00:46:06.979Z] ---> Running in b8c552c34802 [2021-01-18T00:46:06.979Z] ---> Running in ee5471735dbb [2021-01-18T00:46:06.979Z] ---> Running in b59a74c18e58 [2021-01-18T00:46:06.979Z] ---> Running in 293cc6adf629 [2021-01-18T00:46:06.979Z] Removing intermediate container b8c552c34802 [2021-01-18T00:46:06.979Z] ---> f58630116669 [2021-01-18T00:46:06.979Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:46:06.979Z] Removing intermediate container b59a74c18e58 [2021-01-18T00:46:06.979Z] ---> 78fb050fa1bd [2021-01-18T00:46:06.979Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:46:06.979Z] Removing intermediate container 88e09c69e41d [2021-01-18T00:46:06.979Z] ---> eeb4a45b8610 [2021-01-18T00:46:06.979Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:46:06.979Z] Removing intermediate container 293cc6adf629 [2021-01-18T00:46:06.979Z] ---> a5c5422ef571 [2021-01-18T00:46:06.979Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:46:06.979Z] Removing intermediate container ee5471735dbb [2021-01-18T00:46:06.979Z] ---> 5658a2553a51 [2021-01-18T00:46:06.979Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:46:06.979Z] ---> Running in e8a59877c338 [2021-01-18T00:46:06.979Z] ---> Running in 6e20b041cba5 [2021-01-18T00:46:06.979Z] ---> Running in 689683dd352e [2021-01-18T00:46:06.979Z] ---> Running in 0bd393d12a6d [2021-01-18T00:46:06.979Z] ---> Running in 5f2635c0113f [2021-01-18T00:46:06.979Z] Removing intermediate container e8a59877c338 [2021-01-18T00:46:06.979Z] ---> 579925b21273 [2021-01-18T00:46:06.979Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T00:46:06.979Z] ---> Running in 125660c37c77 [2021-01-18T00:46:06.979Z] Removing intermediate container 6e20b041cba5 [2021-01-18T00:46:06.979Z] ---> abf7c7b93897 [2021-01-18T00:46:06.979Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-18T00:46:06.980Z] Removing intermediate container 0bd393d12a6d [2021-01-18T00:46:06.980Z] ---> a260f0b41c6f [2021-01-18T00:46:06.980Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-18T00:46:06.980Z] ---> Running in e67aedd20e75 [2021-01-18T00:46:06.980Z] ---> Running in 8ff5edbb5637 [2021-01-18T00:46:06.980Z] Removing intermediate container 5f2635c0113f [2021-01-18T00:46:06.980Z] ---> 73f5205b927b [2021-01-18T00:46:06.980Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T00:46:06.980Z] Removing intermediate container 689683dd352e [2021-01-18T00:46:06.980Z] ---> 1cbde8fa5d83 [2021-01-18T00:46:06.980Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-18T00:46:06.980Z] ---> Running in 2c1c35bd6539 [2021-01-18T00:46:06.980Z] ---> Running in 1b66ec4bc755 [2021-01-18T00:46:06.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:46:07.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:46:07.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:46:07.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:46:07.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:46:08.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:46:08.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:46:08.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:46:08.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:46:09.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:46:09.483Z] OK: 217 MiB in 51 packages [2021-01-18T00:46:09.790Z] OK: 217 MiB in 51 packages [2021-01-18T00:46:10.070Z] OK: 217 MiB in 51 packages [2021-01-18T00:46:11.070Z] Removing intermediate container 125660c37c77 [2021-01-18T00:46:11.070Z] ---> 1cadd3975f91 [2021-01-18T00:46:11.070Z] Step 6/21 : COPY go.mod . [2021-01-18T00:46:11.354Z] Removing intermediate container 8ff5edbb5637 [2021-01-18T00:46:11.354Z] ---> 3a2d45e9c32b [2021-01-18T00:46:11.354Z] Step 6/23 : COPY go.mod . [2021-01-18T00:46:11.354Z] OK: 217 MiB in 51 packages [2021-01-18T00:46:11.648Z] OK: 217 MiB in 51 packages [2021-01-18T00:46:11.937Z] Removing intermediate container 2c1c35bd6539 [2021-01-18T00:46:11.937Z] ---> 2ea8d06f40c4 [2021-01-18T00:46:11.937Z] Step 6/22 : COPY go.mod . [2021-01-18T00:46:12.215Z] ---> 7903a21e11a7 [2021-01-18T00:46:12.215Z] Step 7/21 : RUN go mod download [2021-01-18T00:46:12.487Z] ---> Running in 26494a1dd771 [2021-01-18T00:46:12.487Z] ---> 8203f024f83d [2021-01-18T00:46:12.487Z] Step 7/23 : RUN go mod download [2021-01-18T00:46:12.760Z] ---> Running in c7c8af5af522 [2021-01-18T00:46:13.041Z] ---> e2a39fea004c [2021-01-18T00:46:13.041Z] Step 7/22 : RUN go mod download [2021-01-18T00:46:13.322Z] Removing intermediate container e67aedd20e75 [2021-01-18T00:46:13.322Z] ---> 8f1fd2b75516 [2021-01-18T00:46:13.322Z] Step 6/26 : COPY go.mod . [2021-01-18T00:46:13.595Z] ---> Running in 5afb27d48ccb [2021-01-18T00:46:13.595Z] Removing intermediate container 1b66ec4bc755 [2021-01-18T00:46:13.595Z] ---> 838e6fb3c5be [2021-01-18T00:46:13.595Z] Step 6/24 : COPY go.mod . [2021-01-18T00:46:14.586Z] ---> b3347c180735 [2021-01-18T00:46:14.586Z] Step 7/26 : RUN go mod download [2021-01-18T00:46:14.871Z] ---> Running in d382b380f46f [2021-01-18T00:46:16.226Z] ---> 09c3888e7379 [2021-01-18T00:46:16.226Z] Step 7/24 : RUN go mod download [2021-01-18T00:46:16.226Z] ---> Running in 498f55c0d1cd [2021-01-18T00:46:17.686Z] Removing intermediate container 26494a1dd771 [2021-01-18T00:46:17.686Z] ---> db0938a8e302 [2021-01-18T00:46:17.686Z] Step 8/21 : COPY . . [2021-01-18T00:46:17.686Z] Removing intermediate container c7c8af5af522 [2021-01-18T00:46:17.686Z] ---> cec022b3ee49 [2021-01-18T00:46:17.686Z] Step 8/23 : COPY . . [2021-01-18T00:46:18.286Z] Removing intermediate container 5afb27d48ccb [2021-01-18T00:46:18.286Z] ---> b597975c5bb3 [2021-01-18T00:46:18.286Z] Step 8/22 : COPY . . [2021-01-18T00:46:20.914Z] Removing intermediate container 498f55c0d1cd [2021-01-18T00:46:20.914Z] ---> 38b76e38671d [2021-01-18T00:46:20.914Z] Step 8/24 : COPY . . [2021-01-18T00:46:21.510Z] Removing intermediate container d382b380f46f [2021-01-18T00:46:21.510Z] ---> a641eb2e99d0 [2021-01-18T00:46:21.510Z] Step 8/26 : COPY . . [2021-01-18T00:46:48.334Z] ---> 241f71186d37 [2021-01-18T00:46:48.334Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-18T00:46:48.334Z] ---> 97ca5de654e7 [2021-01-18T00:46:48.334Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-18T00:46:48.334Z] ---> e5cb44f517dd [2021-01-18T00:46:48.334Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-18T00:46:48.334Z] ---> ae099a84186b [2021-01-18T00:46:48.334Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-18T00:46:48.334Z] ---> 5d81d48d45a4 [2021-01-18T00:46:48.334Z] 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:48.334Z] ---> Running in 35b1b5b38e74 [2021-01-18T00:46:48.334Z] ---> Running in c4eb454f81aa [2021-01-18T00:46:48.334Z] ---> Running in 683303c86d67 [2021-01-18T00:46:48.334Z] ---> Running in 247d0a7bab50 [2021-01-18T00:46:48.334Z] ---> Running in d2211fb4c72e [2021-01-18T00:46:48.334Z] 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:48.610Z] 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:48.610Z] 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:46:49.212Z] 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:46:49.212Z] 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:47:37.971Z] Running on prd-ubuntu18.04-docker-8c-8g-20863 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-18T00:47:38.025Z] Running in /w/workspace/edgex-go/30 [Pipeline] { [Pipeline] checkout [2021-01-18T00:47:40.146Z] using credential edgex-jenkins-ssh [2021-01-18T00:47:40.204Z] Cloning the remote Git repository [2021-01-18T00:47:40.229Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:47:40.297Z] > git init /w/workspace/edgex-go/30 # timeout=10 [2021-01-18T00:47:40.324Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:47:40.324Z] > git --version # timeout=10 [2021-01-18T00:47:40.329Z] > git --version # 'git version 2.17.1' [2021-01-18T00:47:40.330Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:47:40.355Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T00:47:46.470Z] Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit 2037975b14bcccb26699bfe63d53181688204e32 [2021-01-18T00:47:45.799Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T00:47:45.805Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T00:47:45.814Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T00:47:45.826Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T00:47:45.827Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:47:45.831Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-18T00:47:46.473Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T00:47:46.478Z] > git checkout -f 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 [2021-01-18T00:47:46.551Z] > git remote # timeout=10 [2021-01-18T00:47:46.557Z] > git config --get remote.origin.url # timeout=10 [2021-01-18T00:47:46.561Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T00:47:46.565Z] > git merge fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 [2021-01-18T00:47:46.647Z] Merge succeeded, producing 1772d0728f5f610d6875eb5182e4a30955de3fb3 [2021-01-18T00:47:46.648Z] Checking out Revision 1772d0728f5f610d6875eb5182e4a30955de3fb3 (PR-2970) [2021-01-18T00:47:46.636Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-18T00:47:46.644Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T00:47:46.646Z] > git checkout -f 1772d0728f5f610d6875eb5182e4a30955de3fb3 # timeout=10 [2021-01-18T00:47:50.361Z] Commit message: "Merge commit 'fc096e9ec0f95dbc625a498b2feb9840babc6219' into HEAD" [2021-01-18T00:47:50.354Z] > git rev-list --no-walk 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:47:51.572Z] + echo snap-build.sh [2021-01-18T00:47:51.572Z] snap-build.sh [2021-01-18T00:47:51.572Z] + SNAP_BASE_DIR=. [2021-01-18T00:47:51.572Z] + '[' '!' -z /w/workspace/edgex-go/30 ']' [2021-01-18T00:47:51.572Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/30 [2021-01-18T00:47:51.572Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/30]' [2021-01-18T00:47:51.572Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/30] [2021-01-18T00:47:51.572Z] + cd /w/workspace/edgex-go/30 [2021-01-18T00:47:51.572Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-18T00:47:51.572Z] Reading package lists... [2021-01-18T00:47:51.572Z] Building dependency tree... [2021-01-18T00:47:51.572Z] Reading state information... [2021-01-18T00:47:51.834Z] The following packages were automatically installed and are no longer required: [2021-01-18T00:47:51.834Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-18T00:47:51.834Z] uidmap xdelta3 [2021-01-18T00:47:51.834Z] Use 'sudo apt autoremove' to remove them. [2021-01-18T00:47:51.834Z] The following packages will be REMOVED: [2021-01-18T00:47:51.834Z] lxd* lxd-client* [2021-01-18T00:47:52.094Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-18T00:47:52.094Z] After this operation, 31.7 MB disk space will be freed. [2021-01-18T00:47:53.139Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-18T00:47:53.139Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-18T00:47:54.089Z] Removing lxd dnsmasq configuration [2021-01-18T00:47:54.089Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-18T00:47:54.089Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-18T00:47:55.042Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-18T00:47:55.310Z] (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:47:55.310Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-18T00:47:56.699Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-18T00:47:56.699Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-18T00:47:57.642Z] + sudo snap remove --purge lxd [2021-01-18T00:47:57.901Z] snap "lxd" is not installed [2021-01-18T00:47:57.901Z] + sudo groupadd --force --system lxd [2021-01-18T00:47:57.901Z] ++ whoami [2021-01-18T00:47:57.901Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-18T00:47:57.901Z] + newgrp - lxd [2021-01-18T00:47:57.901Z] + sudo snap install lxd [2021-01-18T00:48:07.910Z] 2021-01-18T00:48:04Z INFO Waiting for automatic snapd restart... [2021-01-18T00:48:20.167Z] lxd 4.10 from Canonical* installed [2021-01-18T00:48:20.167Z] + sudo lxd init --auto [2021-01-18T00:48:26.091Z] 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:26.091Z] 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:30.196Z] + sudo snap install --classic snapcraft [2021-01-18T00:48:36.822Z] snapcraft 4.4.4 from Canonical* installed [2021-01-18T00:48:36.822Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-18T00:48:36.822Z] + patch --verbose -p1 [2021-01-18T00:48:36.822Z] Hmm... Looks like a unified diff to me... [2021-01-18T00:48:36.822Z] The text leading up to this was: [2021-01-18T00:48:36.822Z] -------------------------- [2021-01-18T00:48:36.822Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-18T00:48:36.822Z] |From: Tony Espy [2021-01-18T00:48:36.822Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-18T00:48:36.822Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-18T00:48:36.822Z] | [2021-01-18T00:48:36.822Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-18T00:48:36.822Z] |optimize the snap CI check run for pull requests. When [2021-01-18T00:48:36.822Z] |applied, it essentially strips out everything (apps and [2021-01-18T00:48:36.822Z] |parts) from the snapcraft.yaml file except those required [2021-01-18T00:48:36.822Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-18T00:48:36.822Z] |catch changes to edgex-go that break the snap build. [2021-01-18T00:48:36.822Z] | [2021-01-18T00:48:36.822Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-18T00:48:36.822Z] |to update this patch file, otherwise it may fail to apply, [2021-01-18T00:48:36.822Z] |resulting in a failed snap build CI check in the associated [2021-01-18T00:48:36.822Z] |pull request. [2021-01-18T00:48:36.822Z] | [2021-01-18T00:48:36.822Z] |Note - in addition to applying this patch, the pipeline also [2021-01-18T00:48:36.822Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-18T00:48:36.822Z] |need to build the finally binary .snap file (and it won't [2021-01-18T00:48:36.822Z] |work with the patch applied). This further reduces the build [2021-01-18T00:48:36.822Z] |time. [2021-01-18T00:48:36.822Z] |--- [2021-01-18T00:48:36.822Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-18T00:48:36.822Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-18T00:48:36.822Z] | [2021-01-18T00:48:36.822Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-18T00:48:36.822Z] |index 1e537489..faf42425 100644 [2021-01-18T00:48:36.822Z] |--- a/snap/snapcraft.yaml [2021-01-18T00:48:36.822Z] |+++ b/snap/snapcraft.yaml [2021-01-18T00:48:36.822Z] -------------------------- [2021-01-18T00:48:36.822Z] patching file snap/snapcraft.yaml [2021-01-18T00:48:36.822Z] Using Plan A... [2021-01-18T00:48:36.822Z] Hunk #1 succeeded at 73. [2021-01-18T00:48:36.822Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-18T00:48:36.822Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-18T00:48:36.822Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-18T00:48:36.822Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-18T00:48:36.822Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-18T00:48:36.822Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-18T00:48:36.822Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-18T00:48:36.822Z] Hmm... Ignoring the trailing garbage. [2021-01-18T00:48:36.822Z] done [2021-01-18T00:48:36.822Z] + sudo snapcraft prime --use-lxd [2021-01-18T00:48:37.397Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-18T00:48:37.397Z] 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:48:37.397Z] - README.md [2021-01-18T00:48:37.397Z] - snapcraft.yaml.orig [2021-01-18T00:48:37.397Z] [2021-01-18T00:48:37.397Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-18T00:48:37.971Z] Launching a container. [2021-01-18T00:48:38.589Z] Removing intermediate container d2211fb4c72e [2021-01-18T00:48:38.589Z] ---> 1c3baaa6b616 [2021-01-18T00:48:38.589Z] [2021-01-18T00:48:38.589Z] Step 10/24 : FROM alpine:3.12 [2021-01-18T00:48:38.589Z] 3.12: Pulling from library/alpine [2021-01-18T00:48:40.588Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-18T00:48:40.588Z] Status: Downloaded newer image for alpine:3.12 [2021-01-18T00:48:40.588Z] ---> afeebe901d6b [2021-01-18T00:48:40.588Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T00:48:41.563Z] ---> Running in 600b04e22dfa [2021-01-18T00:48:43.010Z] Removing intermediate container c4eb454f81aa [2021-01-18T00:48:43.010Z] ---> 3e72d8e6280a [2021-01-18T00:48:43.010Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-18T00:48:43.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:43.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:43.601Z] Removing intermediate container 247d0a7bab50 [2021-01-18T00:48:43.601Z] ---> 94b4a933e137 [2021-01-18T00:48:43.601Z] [2021-01-18T00:48:43.601Z] Step 10/21 : FROM alpine:3.12 [2021-01-18T00:48:43.601Z] ---> afeebe901d6b [2021-01-18T00:48:43.601Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-18T00:48:43.601Z] ---> Running in b93131120dc3 [2021-01-18T00:48:43.601Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-18T00:48:43.912Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:48:43.912Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-18T00:48:43.912Z] (4/5) Installing curl (7.69.1-r3) [2021-01-18T00:48:43.912Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-18T00:48:43.912Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:48:43.912Z] Removing intermediate container 35b1b5b38e74 [2021-01-18T00:48:43.912Z] ---> ec6008aa2603 [2021-01-18T00:48:43.912Z] [2021-01-18T00:48:43.912Z] Step 10/22 : FROM alpine:3.12 [2021-01-18T00:48:43.912Z] ---> afeebe901d6b [2021-01-18T00:48:43.912Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-18T00:48:43.912Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:48:44.186Z] OK: 7 MiB in 19 packages [2021-01-18T00:48:44.186Z] ---> Running in bf433932ae20 [2021-01-18T00:48:44.464Z] ---> Running in 946f901c8d4d [2021-01-18T00:48:44.741Z] Removing intermediate container 683303c86d67 [2021-01-18T00:48:44.741Z] ---> 390d19b7213b [2021-01-18T00:48:44.741Z] [2021-01-18T00:48:44.741Z] Step 10/23 : FROM alpine:3.12 [2021-01-18T00:48:44.741Z] ---> afeebe901d6b [2021-01-18T00:48:44.741Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-18T00:48:45.340Z] ---> Running in dcb598a4ebe0 [2021-01-18T00:48:45.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-18T00:48:46.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:46.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:46.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:46.837Z] Removing intermediate container 600b04e22dfa [2021-01-18T00:48:46.837Z] ---> e6a4bd3edbb7 [2021-01-18T00:48:46.837Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T00:48:46.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:47.114Z] ---> Running in da6fb59b5012 [2021-01-18T00:48:47.114Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:47.389Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-18T00:48:47.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:48:47.389Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:48:47.666Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-18T00:48:47.666Z] (4/4) Installing curl (7.69.1-r3) [2021-01-18T00:48:47.666Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:48:47.666Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-18T00:48:47.666Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:48:47.666Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:48:47.666Z] Removing intermediate container da6fb59b5012 [2021-01-18T00:48:47.666Z] ---> 8b460dbe313a [2021-01-18T00:48:47.666Z] Step 13/24 : WORKDIR / [2021-01-18T00:48:47.666Z] OK: 5 MiB in 15 packages [2021-01-18T00:48:47.942Z] OK: 7 MiB in 18 packages [2021-01-18T00:48:47.942Z] ---> Running in bdd5753f2a34 [2021-01-18T00:48:48.222Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-18T00:48:48.222Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:48:48.222Z] OK: 5 MiB in 15 packages [2021-01-18T00:48:49.205Z] Removing intermediate container bdd5753f2a34 [2021-01-18T00:48:49.205Z] ---> 3e377fe08563 [2021-01-18T00:48:49.205Z] 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:49.798Z] Removing intermediate container 946f901c8d4d [2021-01-18T00:48:49.798Z] ---> d955c2d57229 [2021-01-18T00:48:49.798Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-18T00:48:50.079Z] ---> Running in c79e326c2cc6 [2021-01-18T00:48:50.204Z] Waiting for container to be ready [2021-01-18T00:48:50.204Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-18T00:48:50.204Z] [2021-01-18T00:48:50.354Z] ---> d54fe9d23fd2 [2021-01-18T00:48:50.354Z] 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:50.354Z] Removing intermediate container bf433932ae20 [2021-01-18T00:48:50.354Z] ---> 13b5fe3773b1 [2021-01-18T00:48:50.354Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T00:48:50.630Z] Removing intermediate container b93131120dc3 [2021-01-18T00:48:50.630Z] Removing intermediate container dcb598a4ebe0 [2021-01-18T00:48:50.630Z] ---> 90eef1da5a6b [2021-01-18T00:48:50.630Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-18T00:48:50.630Z] ---> ed4333d58d6e [2021-01-18T00:48:50.630Z] [2021-01-18T00:48:50.630Z] Step 11/26 : FROM docker:20.10.0 [2021-01-18T00:48:50.630Z] 20.10.0: Pulling from library/docker [2021-01-18T00:48:50.630Z] ---> Running in 73d385988d1c [2021-01-18T00:48:50.924Z] ---> Running in 5226c4d28dc2 [2021-01-18T00:48:50.924Z] Removing intermediate container c79e326c2cc6 [2021-01-18T00:48:50.924Z] ---> 8bc6c345e56f [2021-01-18T00:48:50.924Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-18T00:48:51.269Z] ---> Running in 8185828f49e0 [2021-01-18T00:48:51.556Z] Removing intermediate container 73d385988d1c [2021-01-18T00:48:51.556Z] ---> 1496dfb1548a [2021-01-18T00:48:51.556Z] Step 13/21 : WORKDIR /edgex [2021-01-18T00:48:51.556Z] ---> e8d3d41c1c16 [2021-01-18T00:48:51.556Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-18T00:48:51.862Z] ---> Running in ea040c1e602e [2021-01-18T00:48:51.862Z] Removing intermediate container 5226c4d28dc2 [2021-01-18T00:48:51.862Z] ---> 07588fcae576 [2021-01-18T00:48:51.862Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-18T00:48:52.160Z] ---> Running in 8c71cce5107b [2021-01-18T00:48:52.477Z] Removing intermediate container 8185828f49e0 [2021-01-18T00:48:52.477Z] ---> 1d1883036ebe [2021-01-18T00:48:52.477Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-18T00:48:52.764Z] ---> Running in 56c3aca2e001 [2021-01-18T00:48:53.036Z] Removing intermediate container ea040c1e602e [2021-01-18T00:48:53.036Z] ---> 3e6b3a9baa62 [2021-01-18T00:48:53.036Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-18T00:48:53.309Z] ---> 35400ff3291a [2021-01-18T00:48:53.309Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-18T00:48:53.309Z] Removing intermediate container 8c71cce5107b [2021-01-18T00:48:53.309Z] ---> 7f7e12aa056f [2021-01-18T00:48:53.309Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-18T00:48:53.505Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-18T00:48:53.581Z] Removing intermediate container 56c3aca2e001 [2021-01-18T00:48:53.581Z] ---> 78bf3061ee4a [2021-01-18T00:48:53.581Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:48:53.775Z] Waiting for network to be ready... [2021-01-18T00:48:53.857Z] ---> Running in 82b8d7a1e6cd [2021-01-18T00:48:54.035Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-18T00:48:54.036Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-18T00:48:54.036Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-18T00:48:54.295Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-18T00:48:54.295Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-18T00:48:54.295Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-18T00:48:54.295Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-18T00:48:54.295Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-18T00:48:54.295Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-18T00:48:54.295Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-18T00:48:54.457Z] ---> 309041285cd0 [2021-01-18T00:48:54.457Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-18T00:48:54.554Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-18T00:48:54.726Z] Removing intermediate container 82b8d7a1e6cd [2021-01-18T00:48:54.727Z] ---> 4ad9f66eea59 [2021-01-18T00:48:54.727Z] Step 15/23 : WORKDIR / [2021-01-18T00:48:54.815Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-18T00:48:54.815Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-18T00:48:54.998Z] ---> b2fcb4b60918 [2021-01-18T00:48:54.999Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-18T00:48:54.999Z] ---> Running in d6c1ec7ba9b2 [2021-01-18T00:48:55.075Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-18T00:48:55.075Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-18T00:48:55.075Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-18T00:48:55.075Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-18T00:48:55.075Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-18T00:48:55.269Z] ---> 7379038c2fa7 [2021-01-18T00:48:55.269Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-18T00:48:55.335Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-18T00:48:55.595Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-18T00:48:55.856Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-18T00:48:55.856Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-18T00:48:55.856Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-18T00:48:55.856Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-18T00:48:55.856Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-18T00:48:55.856Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-18T00:48:55.856Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-18T00:48:56.241Z] ---> 8631817b0551 [2021-01-18T00:48:56.241Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-18T00:48:56.241Z] Removing intermediate container d6c1ec7ba9b2 [2021-01-18T00:48:56.241Z] ---> e7096f010dfe [2021-01-18T00:48:56.241Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:48:56.850Z] ---> 04eb19a16770 [2021-01-18T00:48:56.850Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-18T00:48:57.443Z] ---> d4ddfa1a1e36 [2021-01-18T00:48:57.443Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-18T00:48:57.714Z] ---> 221351be9936 [2021-01-18T00:48:57.714Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-18T00:48:57.769Z] Fetched 23.7 MB in 4s (6178 kB/s) [2021-01-18T00:48:57.987Z] ---> f8c79fa3fd8b [2021-01-18T00:48:57.987Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-18T00:48:57.987Z] ---> 98f0d622caaf [2021-01-18T00:48:57.987Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-18T00:48:58.262Z] ---> Running in 188d924dc5e0 [2021-01-18T00:48:58.709Z] Reading package lists... [2021-01-18T00:48:58.709Z] Reading package lists... [2021-01-18T00:48:58.866Z] ---> Running in 783fda1ec789 [2021-01-18T00:48:58.866Z] ---> d2eb4add2255 [2021-01-18T00:48:58.866Z] 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:58.866Z] Removing intermediate container 188d924dc5e0 [2021-01-18T00:48:58.866Z] ---> 40c430f42638 [2021-01-18T00:48:58.866Z] Step 18/21 : CMD ["--init=true"] [2021-01-18T00:48:58.970Z] Building dependency tree... [2021-01-18T00:48:58.970Z] Reading state information... [2021-01-18T00:48:58.970Z] The following additional packages will be installed: [2021-01-18T00:48:58.970Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-18T00:48:58.970Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-18T00:48:58.970Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-18T00:48:58.970Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-18T00:48:58.970Z] Suggested packages: [2021-01-18T00:48:58.970Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-18T00:48:58.970Z] Recommended packages: [2021-01-18T00:48:58.970Z] gnupg libsasl2-modules [2021-01-18T00:48:58.970Z] The following NEW packages will be installed: [2021-01-18T00:48:58.970Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-18T00:48:58.970Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-18T00:48:58.970Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-18T00:48:58.970Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-18T00:48:58.970Z] The following packages will be upgraded: [2021-01-18T00:48:58.970Z] gpg gpg-agent gpgconf libudev1 [2021-01-18T00:48:59.141Z] ---> Running in bdc185292bc1 [2021-01-18T00:48:59.230Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-18T00:48:59.231Z] Need to get 3532 kB of archives. [2021-01-18T00:48:59.231Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-18T00:48:59.231Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-18T00:48:59.231Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-18T00:48:59.492Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-18T00:48:59.740Z] ---> Running in 13b77b5c2dc2 [2021-01-18T00:48:59.752Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-18T00:48:59.752Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-18T00:48:59.752Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-18T00:48:59.752Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-18T00:49:00.012Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-18T00:49:00.012Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-18T00:49:00.012Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-18T00:49:00.012Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-18T00:49:00.012Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-18T00:49:00.012Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-18T00:49:00.012Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-18T00:49:00.012Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-18T00:49:00.012Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-18T00:49:00.012Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-18T00:49:00.012Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-18T00:49:00.012Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-18T00:49:00.012Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-18T00:49:00.012Z] 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:49:00.012Z] 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:49:00.014Z] Removing intermediate container 783fda1ec789 [2021-01-18T00:49:00.014Z] ---> c44850c06daa [2021-01-18T00:49:00.014Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:49:00.014Z] ---> ca898ef765c4 [2021-01-18T00:49:00.014Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-18T00:49:00.273Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T00:49:00.273Z] Fetched 3532 kB in 1s (3356 kB/s) [2021-01-18T00:49:00.273Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-18T00:49:00.273Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-18T00:49:00.273Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T00:49:00.289Z] ---> Running in 94a6867c06fe [2021-01-18T00:49:00.289Z] Removing intermediate container 13b77b5c2dc2 [2021-01-18T00:49:00.289Z] ---> 3505a111ac19 [2021-01-18T00:49:00.289Z] Step 19/21 : LABEL arch=arm64 [2021-01-18T00:49:00.534Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-18T00:49:00.534Z] Selecting previously unselected package udev. [2021-01-18T00:49:00.534Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-18T00:49:00.534Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-18T00:49:00.534Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-18T00:49:00.794Z] Selecting previously unselected package libfuse2:amd64. [2021-01-18T00:49:00.794Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-18T00:49:00.794Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-18T00:49:00.794Z] Selecting previously unselected package fuse. [2021-01-18T00:49:00.794Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-18T00:49:00.794Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-18T00:49:00.903Z] ---> Running in f1d43a1b4a05 [2021-01-18T00:49:00.904Z] Removing intermediate container 94a6867c06fe [2021-01-18T00:49:00.904Z] ---> 2f765e2e7984 [2021-01-18T00:49:00.904Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T00:49:01.055Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T00:49:01.055Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T00:49:01.055Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T00:49:01.055Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T00:49:01.315Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T00:49:01.315Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T00:49:01.315Z] Selecting previously unselected package libksba8:amd64. [2021-01-18T00:49:01.316Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-18T00:49:01.316Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-18T00:49:01.316Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-18T00:49:01.316Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:49:01.316Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:49:01.501Z] ---> Running in f97dc12cf1f6 [2021-01-18T00:49:01.501Z] ---> 6c0ec17fa8a9 [2021-01-18T00:49:01.501Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-18T00:49:01.580Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-18T00:49:01.580Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:49:01.581Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:49:01.581Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-18T00:49:01.581Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:49:01.581Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:49:01.581Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-18T00:49:01.581Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:49:01.581Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:49:01.781Z] Removing intermediate container f1d43a1b4a05 [2021-01-18T00:49:01.781Z] ---> 647637fdfb20 [2021-01-18T00:49:01.781Z] Step 20/21 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef [2021-01-18T00:49:01.854Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-18T00:49:01.854Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:49:01.855Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:49:01.855Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-18T00:49:01.855Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:49:01.855Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:49:01.855Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-18T00:49:01.855Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:49:01.855Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:49:02.062Z] ---> Running in 4f3e285e9531 [2021-01-18T00:49:02.117Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-18T00:49:02.117Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:49:02.117Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:49:02.117Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-18T00:49:02.117Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T00:49:02.117Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:49:02.380Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-18T00:49:02.380Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-18T00:49:02.380Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T00:49:02.380Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-18T00:49:02.380Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-18T00:49:02.380Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T00:49:02.380Z] Selecting previously unselected package libldap-common. [2021-01-18T00:49:02.380Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-18T00:49:02.380Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T00:49:02.380Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-18T00:49:02.380Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-18T00:49:02.380Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T00:49:02.664Z] Selecting previously unselected package dirmngr. [2021-01-18T00:49:02.664Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T00:49:02.664Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-18T00:49:02.664Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T00:49:02.664Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-18T00:49:02.669Z] ---> Running in 0030d1e8fe28 [2021-01-18T00:49:02.669Z] Removing intermediate container f97dc12cf1f6 [2021-01-18T00:49:02.669Z] ---> 3aac498fe1eb [2021-01-18T00:49:02.669Z] Step 21/22 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef [2021-01-18T00:49:02.935Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-18T00:49:02.935Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T00:49:02.935Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T00:49:02.935Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-18T00:49:02.935Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:49:02.935Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-18T00:49:02.935Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T00:49:02.935Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-18T00:49:02.950Z] Removing intermediate container 4f3e285e9531 [2021-01-18T00:49:02.950Z] ---> 33c33efa71fb [2021-01-18T00:49:02.950Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:49:02.950Z] ---> Running in 51663e75ae19 [2021-01-18T00:49:03.197Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-18T00:49:03.233Z] Removing intermediate container 0030d1e8fe28 [2021-01-18T00:49:03.233Z] ---> b09a9141286c [2021-01-18T00:49:03.233Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T00:49:03.233Z] ---> Running in be96b07482d5 [2021-01-18T00:49:03.233Z] ---> Running in b355c813cc6d [2021-01-18T00:49:03.459Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:49:03.459Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-18T00:49:03.459Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-18T00:49:03.459Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-18T00:49:03.459Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:49:03.459Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:49:03.505Z] Removing intermediate container bdc185292bc1 [2021-01-18T00:49:03.505Z] ---> 47790d83aa6d [2021-01-18T00:49:03.505Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-18T00:49:03.505Z] ---> Running in c36b59a8ee36 [2021-01-18T00:49:03.723Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:49:03.723Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:49:03.723Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:49:03.723Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:49:03.723Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T00:49:03.723Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T00:49:03.723Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-18T00:49:03.723Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T00:49:03.791Z] Removing intermediate container 51663e75ae19 [2021-01-18T00:49:03.791Z] ---> bc1e1becb1af [2021-01-18T00:49:03.791Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:49:03.791Z] Removing intermediate container b355c813cc6d [2021-01-18T00:49:03.791Z] ---> 0ba5d45934c6 [2021-01-18T00:49:03.791Z] [2021-01-18T00:49:03.791Z] Removing intermediate container be96b07482d5 [2021-01-18T00:49:03.791Z] ---> 95c8783606ff [2021-01-18T00:49:03.791Z] Step 21/23 : LABEL arch=arm64 [2021-01-18T00:49:04.066Z] ---> Running in 57a4a3136e8a [2021-01-18T00:49:04.066Z] ---> Running in eea4d464426e [2021-01-18T00:49:04.299Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-18T00:49:04.299Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-18T00:49:04.299Z] This means they are not meant to be enabled using systemctl. [2021-01-18T00:49:04.299Z] Possible reasons for having this kind of units are: [2021-01-18T00:49:04.299Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-18T00:49:04.299Z] .wants/ or .requires/ directory. [2021-01-18T00:49:04.299Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-18T00:49:04.299Z] a requirement dependency on it. [2021-01-18T00:49:04.299Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-18T00:49:04.299Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-18T00:49:04.299Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-18T00:49:04.299Z] instance name specified. [2021-01-18T00:49:04.338Z] Removing intermediate container c36b59a8ee36 [2021-01-18T00:49:04.338Z] ---> e3bd378bb05d [2021-01-18T00:49:04.338Z] Step 22/24 : LABEL arch=arm64 [2021-01-18T00:49:04.559Z] Reading package lists... [2021-01-18T00:49:04.559Z] Building dependency tree... [2021-01-18T00:49:04.559Z] Reading state information... [2021-01-18T00:49:04.609Z] Successfully built 0ba5d45934c6 [2021-01-18T00:49:04.609Z] ---> Running in 688afd187030 [2021-01-18T00:49:04.609Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-18T00:49:04.609Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-18T00:49:04.609Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-01-18T00:49:04.609Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-18T00:49:04.609Z] Removing intermediate container 57a4a3136e8a [2021-01-18T00:49:04.609Z] ---> ea826a936810 [2021-01-18T00:49:04.609Z] [2021-01-18T00:49:04.609Z] ---> eeaf43b92773 [2021-01-18T00:49:04.609Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-18T00:49:04.819Z] The following additional packages will be installed: [2021-01-18T00:49:04.819Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-18T00:49:04.819Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-18T00:49:04.819Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-18T00:49:04.819Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-18T00:49:04.819Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-18T00:49:04.819Z] Suggested packages: [2021-01-18T00:49:04.819Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-18T00:49:04.819Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-18T00:49:04.819Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-18T00:49:04.819Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-18T00:49:04.819Z] systemd-container policykit-1 [2021-01-18T00:49:04.819Z] Recommended packages: [2021-01-18T00:49:04.819Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-18T00:49:04.819Z] The following NEW packages will be installed: [2021-01-18T00:49:04.819Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-18T00:49:04.819Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-18T00:49:04.819Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-18T00:49:04.819Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-18T00:49:04.819Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-18T00:49:04.819Z] The following packages will be upgraded: [2021-01-18T00:49:04.819Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-18T00:49:04.819Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-18T00:49:04.819Z] Need to get 35.2 MB of archives. [2021-01-18T00:49:04.819Z] After this operation, 141 MB of additional disk space will be used. [2021-01-18T00:49:04.819Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-18T00:49:04.881Z] Removing intermediate container eea4d464426e [2021-01-18T00:49:04.881Z] ---> 63ef47c1e7b7 [2021-01-18T00:49:04.882Z] Step 22/23 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef [2021-01-18T00:49:04.882Z] ---> Running in c7482c76696d [2021-01-18T00:49:05.080Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-18T00:49:05.080Z] Get:3 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:49:05.080Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-18T00:49:05.080Z] 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:49:05.080Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-18T00:49:05.080Z] 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:49:05.080Z] 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:49:05.080Z] 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:49:05.080Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-18T00:49:05.080Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-18T00:49:05.080Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-18T00:49:05.080Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-18T00:49:05.080Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-18T00:49:05.080Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-18T00:49:05.080Z] 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:49:05.080Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-18T00:49:05.151Z] Successfully built ea826a936810 [2021-01-18T00:49:05.151Z] ---> Running in 016adff36f76 [2021-01-18T00:49:05.151Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-18T00:49:05.152Z] Building docker-core-metadata-go [2021-01-18T00:49:05.423Z]  Building docker-support-scheduler-go ... done Removing intermediate container 688afd187030 [2021-01-18T00:49:05.423Z] ---> 33554eefc4a8 [2021-01-18T00:49:05.423Z] Step 23/24 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef [2021-01-18T00:49:05.423Z] ---> Running in ee8dabb0c335 [2021-01-18T00:49:05.702Z] Removing intermediate container 016adff36f76 [2021-01-18T00:49:05.702Z] ---> 9aec524ab559 [2021-01-18T00:49:05.702Z] Step 23/23 : LABEL version=0.0.0 [2021-01-18T00:49:05.973Z] ---> Running in 40420c3408cd [2021-01-18T00:49:06.020Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-18T00:49:06.020Z] 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:49:06.020Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-18T00:49:06.020Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-18T00:49:06.020Z] 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:49:06.021Z] 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:49:06.021Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-18T00:49:06.021Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-18T00:49:06.021Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-18T00:49:06.021Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-18T00:49:06.021Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-18T00:49:06.021Z] 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:49:06.021Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-18T00:49:06.245Z] Removing intermediate container ee8dabb0c335 [2021-01-18T00:49:06.245Z] ---> 4f2a0e7b7398 [2021-01-18T00:49:06.245Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T00:49:06.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:49:06.519Z] ---> Running in 8723516f1038 [2021-01-18T00:49:06.519Z] Removing intermediate container 40420c3408cd [2021-01-18T00:49:06.519Z] ---> 9eaa2e89f55d [2021-01-18T00:49:06.519Z] [2021-01-18T00:49:06.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:49:06.963Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T00:49:06.963Z] Fetched 35.2 MB in 2s (16.7 MB/s) [2021-01-18T00:49:07.123Z] Successfully built 9eaa2e89f55d [2021-01-18T00:49:07.123Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-18T00:49:07.123Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-18T00:49:07.123Z] (1/2) Installing readline (8.0.4-r0) [2021-01-18T00:49:07.123Z] Removing intermediate container 8723516f1038 [2021-01-18T00:49:07.123Z] ---> 559b168baadb [2021-01-18T00:49:07.123Z] [2021-01-18T00:49:07.123Z] (2/2) Installing bash (5.0.17-r0) [2021-01-18T00:49:07.123Z] Executing bash-5.0.17-r0.post-install [2021-01-18T00:49:07.123Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:49:07.123Z] OK: 12 MiB in 22 packages [2021-01-18T00:49:07.230Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-18T00:49:07.231Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-18T00:49:07.231Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T00:49:07.397Z] Successfully built 559b168baadb [2021-01-18T00:49:07.672Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-18T00:49:07.672Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-01-18T00:49:07.802Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-18T00:49:07.802Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T00:49:08.073Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-18T00:49:08.073Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-18T00:49:08.073Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-18T00:49:08.073Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-18T00:49:08.334Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-18T00:49:08.595Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-18T00:49:08.595Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-18T00:49:08.595Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-18T00:49:08.856Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-18T00:49:08.856Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-18T00:49:09.099Z] Removing intermediate container c7482c76696d [2021-01-18T00:49:09.099Z] ---> 1afda0e9a62f [2021-01-18T00:49:09.099Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-18T00:49:09.099Z] ---> Running in 6ae529bb3e16 [2021-01-18T00:49:09.441Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-18T00:49:09.441Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-18T00:49:09.441Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-18T00:49:09.441Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-18T00:49:09.693Z] Removing intermediate container 6ae529bb3e16 [2021-01-18T00:49:09.693Z] ---> 00f7ed9f76fe [2021-01-18T00:49:09.693Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-18T00:49:09.693Z] ---> Running in 723aa2b55398 [2021-01-18T00:49:09.705Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-18T00:49:09.705Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T00:49:09.705Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:49:09.705Z] Selecting previously unselected package libexpat1:amd64. [2021-01-18T00:49:09.705Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-18T00:49:09.705Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-18T00:49:09.969Z] Selecting previously unselected package python3.6-minimal. [2021-01-18T00:49:09.969Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T00:49:09.969Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:49:10.278Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-18T00:49:10.278Z] Checking for services that may need to be restarted...done. [2021-01-18T00:49:10.278Z] Checking for services that may need to be restarted...done. [2021-01-18T00:49:10.539Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:49:10.539Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-18T00:49:10.539Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:49:10.674Z] Removing intermediate container 723aa2b55398 [2021-01-18T00:49:10.674Z] ---> f6235c8e34c2 [2021-01-18T00:49:10.674Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-18T00:49:11.122Z] Selecting previously unselected package python3-minimal. [2021-01-18T00:49:11.122Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-18T00:49:11.122Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-18T00:49:11.122Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-18T00:49:11.122Z] Selecting previously unselected package mime-support. [2021-01-18T00:49:11.122Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-18T00:49:11.122Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-18T00:49:11.122Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-18T00:49:11.122Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-18T00:49:11.122Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-18T00:49:11.383Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-18T00:49:11.383Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T00:49:11.383Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:49:11.643Z] Selecting previously unselected package python3.6. [2021-01-18T00:49:11.643Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T00:49:11.643Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:49:11.643Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-18T00:49:11.643Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-18T00:49:11.643Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-18T00:49:11.643Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-18T00:49:11.663Z] ---> Running in 6562cbe035f9 [2021-01-18T00:49:11.904Z] Selecting previously unselected package python3. [2021-01-18T00:49:11.904Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-18T00:49:11.904Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-18T00:49:11.904Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-18T00:49:12.166Z] Selecting previously unselected package multiarch-support. [2021-01-18T00:49:12.166Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T00:49:12.166Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-18T00:49:12.166Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-18T00:49:12.166Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-18T00:49:12.166Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-18T00:49:12.166Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-18T00:49:12.166Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-18T00:49:12.426Z] Selecting previously unselected package libbsd0:amd64. [2021-01-18T00:49:12.426Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-18T00:49:12.426Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-18T00:49:12.426Z] Selecting previously unselected package sudo. [2021-01-18T00:49:12.426Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-18T00:49:12.426Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-18T00:49:12.687Z] Selecting previously unselected package apparmor. [2021-01-18T00:49:12.687Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-18T00:49:12.687Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-18T00:49:12.947Z] Selecting previously unselected package libedit2:amd64. [2021-01-18T00:49:12.947Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-18T00:49:12.947Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-18T00:49:13.100Z] Removing intermediate container 6562cbe035f9 [2021-01-18T00:49:13.100Z] ---> 584f814df161 [2021-01-18T00:49:13.100Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-18T00:49:13.208Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-18T00:49:13.208Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T00:49:13.208Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:49:13.208Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-18T00:49:13.208Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T00:49:13.208Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:49:13.469Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-18T00:49:13.469Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-18T00:49:13.469Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-18T00:49:13.469Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-18T00:49:13.469Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T00:49:13.469Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:49:13.731Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-18T00:49:13.731Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T00:49:13.731Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:49:13.731Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-18T00:49:13.731Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-18T00:49:13.731Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-18T00:49:13.992Z] Selecting previously unselected package openssh-client. [2021-01-18T00:49:13.992Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-18T00:49:13.992Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-18T00:49:13.992Z] Selecting previously unselected package squashfs-tools. [2021-01-18T00:49:13.992Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-18T00:49:13.992Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-18T00:49:14.254Z] Selecting previously unselected package snapd. [2021-01-18T00:49:14.254Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-18T00:49:14.254Z] Unpacking snapd (2.48+18.04) ... [2021-01-18T00:49:15.720Z] ---> a803fb80228b [2021-01-18T00:49:15.720Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-18T00:49:16.169Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-18T00:49:16.169Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-18T00:49:16.169Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-18T00:49:16.169Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-18T00:49:16.432Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-18T00:49:16.432Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:49:16.432Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T00:49:16.432Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-18T00:49:16.432Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-18T00:49:16.709Z] ---> c62b46942f61 [2021-01-18T00:49:16.709Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-18T00:49:17.381Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-18T00:49:17.381Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-18T00:49:17.381Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-18T00:49:17.381Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:49:17.381Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:49:17.381Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T00:49:17.697Z] ---> dacd81f77fe3 [2021-01-18T00:49:17.697Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-18T00:49:17.953Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-18T00:49:17.969Z] ---> Running in e4b8722a8a1d [2021-01-18T00:49:18.215Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:49:18.791Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-18T00:49:19.052Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-18T00:49:19.052Z] running python rtupdate hooks for python3.6... [2021-01-18T00:49:19.052Z] running python post-rtupdate hooks for python3.6... [2021-01-18T00:49:19.052Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-18T00:49:19.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:49:19.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:49:20.009Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-18T00:49:20.009Z] (2/33) Installing expat (2.2.9-r1) [2021-01-18T00:49:20.009Z] (3/33) Installing libffi (3.3-r2) [2021-01-18T00:49:20.009Z] (4/33) Installing gdbm (1.13-r1) [2021-01-18T00:49:20.009Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-18T00:49:20.009Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-18T00:49:20.009Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-18T00:49:20.437Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-18T00:49:20.438Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T00:49:20.699Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-18T00:49:20.699Z] Setting up snapd (2.48+18.04) ... [2021-01-18T00:49:21.269Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-18T00:49:21.269Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-18T00:49:21.531Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-18T00:49:21.531Z] 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:49:21.793Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-18T00:49:21.793Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-18T00:49:22.053Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-18T00:49:22.053Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-18T00:49:22.334Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-18T00:49:22.595Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-18T00:49:22.595Z] /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:49:22.595Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T00:49:22.595Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-18T00:49:22.625Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-18T00:49:22.626Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-18T00:49:22.626Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-18T00:49:22.626Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-18T00:49:22.626Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-18T00:49:22.626Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-18T00:49:22.626Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-18T00:49:22.626Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-18T00:49:22.626Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-18T00:49:22.626Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-18T00:49:22.626Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-18T00:49:22.626Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-18T00:49:22.626Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-18T00:49:22.626Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-18T00:49:22.626Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-18T00:49:22.626Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-18T00:49:22.626Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-18T00:49:22.626Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-18T00:49:22.626Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-18T00:49:22.897Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-18T00:49:22.897Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-18T00:49:22.897Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-18T00:49:22.897Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-18T00:49:22.897Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-18T00:49:22.897Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-18T00:49:22.897Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-18T00:49:23.170Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:49:23.170Z] OK: 71 MiB in 55 packages [2021-01-18T00:49:23.538Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-18T00:49:23.538Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-18T00:49:23.538Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-18T00:49:24.741Z] Reading package lists... [2021-01-18T00:49:24.741Z] Reading package lists... [2021-01-18T00:49:25.001Z] Building dependency tree... [2021-01-18T00:49:25.001Z] Reading state information... [2021-01-18T00:49:25.001Z] Calculating upgrade... [2021-01-18T00:49:25.263Z] The following packages will be upgraded: [2021-01-18T00:49:25.263Z] advancecomp base-files bash binutils binutils-common [2021-01-18T00:49:25.263Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-18T00:49:25.263Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-18T00:49:25.263Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-18T00:49:25.263Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-18T00:49:25.263Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-18T00:49:25.263Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-18T00:49:25.263Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-18T00:49:25.263Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-18T00:49:25.263Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-18T00:49:25.263Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-18T00:49:25.263Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-18T00:49:25.263Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-18T00:49:25.263Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-18T00:49:25.263Z] ubuntu-keyring util-linux [2021-01-18T00:49:25.523Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-18T00:49:25.523Z] Need to get 63.7 MB of archives. [2021-01-18T00:49:25.523Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-18T00:49:25.523Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-18T00:49:25.523Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-18T00:49:26.095Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-18T00:49:26.095Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-18T00:49:26.095Z] 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:49:26.095Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-18T00:49:26.095Z] 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:49:26.095Z] 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:49:26.095Z] 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:49:26.095Z] 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:49:26.095Z] 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:49:26.095Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-18T00:49:26.095Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-18T00:49:26.095Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-18T00:49:26.095Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-18T00:49:26.095Z] 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:49:26.095Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-18T00:49:26.095Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-18T00:49:26.355Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-18T00:49:26.355Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-18T00:49:26.355Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-18T00:49:26.355Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-18T00:49:26.355Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-18T00:49:26.355Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-18T00:49:26.355Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-18T00:49:26.355Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-18T00:49:26.355Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-18T00:49:26.355Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-18T00:49:26.355Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-18T00:49:26.355Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-18T00:49:26.355Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-18T00:49:26.355Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-18T00:49:26.355Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-18T00:49:26.355Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-18T00:49:26.355Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-18T00:49:26.355Z] Get:36 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:49:26.355Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-18T00:49:26.355Z] Get:38 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:49:26.355Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-18T00:49:26.355Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-18T00:49:26.355Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-18T00:49:26.614Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-18T00:49:26.614Z] Get:43 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:49:26.614Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-18T00:49:26.614Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-18T00:49:26.614Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-18T00:49:26.614Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-18T00:49:26.614Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-18T00:49:26.614Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-18T00:49:26.614Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-18T00:49:26.614Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-18T00:49:26.614Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-18T00:49:26.614Z] Get:53 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:49:26.614Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-18T00:49:26.614Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-18T00:49:26.614Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-18T00:49:26.614Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-18T00:49:26.614Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-18T00:49:26.614Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-18T00:49:26.614Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-18T00:49:26.614Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-18T00:49:26.874Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-18T00:49:26.874Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-18T00:49:26.874Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-18T00:49:26.874Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-18T00:49:26.874Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-18T00:49:26.874Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-18T00:49:26.874Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-18T00:49:26.874Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-18T00:49:26.874Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-18T00:49:26.874Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-18T00:49:26.874Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-18T00:49:26.874Z] 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:49:26.874Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-18T00:49:26.874Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-18T00:49:26.874Z] 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:49:26.874Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-18T00:49:27.135Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-18T00:49:27.135Z] 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:49:27.135Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-18T00:49:27.135Z] 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:49:27.135Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-18T00:49:27.135Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-18T00:49:27.135Z] 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:49:27.135Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-18T00:49:27.135Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-18T00:49:27.394Z] 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:49:27.394Z] 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:49:27.964Z] 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:49:28.224Z] 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:49:28.224Z] 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:49:28.483Z] 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:49:28.744Z] 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:49:28.744Z] 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:49:28.744Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-18T00:49:28.744Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-18T00:49:28.744Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-18T00:49:28.744Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T00:49:28.744Z] Fetched 63.7 MB in 3s (18.3 MB/s) [2021-01-18T00:49:29.005Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:29.005Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T00:49:29.005Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T00:49:29.586Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T00:49:29.586Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T00:49:29.848Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-18T00:49:29.848Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-18T00:49:30.422Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:30.422Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:49:30.683Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:30.683Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:49:30.683Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:30.683Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:49:30.944Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:30.944Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:49:30.944Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:30.944Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:49:31.205Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:31.205Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:49:31.205Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:31.205Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:49:31.464Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:49:31.464Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T00:49:31.464Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:31.464Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-18T00:49:31.726Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:49:31.726Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T00:49:31.726Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:31.726Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:49:31.726Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:31.726Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:49:31.986Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:31.986Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T00:49:32.246Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:49:32.246Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T00:49:32.246Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T00:49:32.505Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T00:49:32.765Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-18T00:49:33.025Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T00:49:33.025Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-18T00:49:33.025Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-18T00:49:33.025Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-18T00:49:33.286Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-18T00:49:33.323Z] Removing intermediate container e4b8722a8a1d [2021-01-18T00:49:33.323Z] ---> dadc453c8207 [2021-01-18T00:49:33.323Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-18T00:49:33.323Z] ---> Running in 923ca79987fc [2021-01-18T00:49:33.549Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-18T00:49:33.549Z] Installing new version of config file /etc/issue ... [2021-01-18T00:49:33.549Z] Installing new version of config file /etc/issue.net ... [2021-01-18T00:49:33.549Z] Installing new version of config file /etc/lsb-release ... [2021-01-18T00:49:33.549Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-18T00:49:33.814Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-18T00:49:33.814Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-18T00:49:33.814Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-18T00:49:34.074Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:34.074Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-18T00:49:34.075Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-18T00:49:34.075Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-18T00:49:34.336Z] 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:49:34.336Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:34.336Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:49:34.336Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-18T00:49:34.596Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:49:34.596Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:34.596Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-18T00:49:34.596Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-18T00:49:34.855Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-18T00:49:34.855Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:34.855Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-18T00:49:35.119Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-18T00:49:35.379Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-18T00:49:35.379Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:35.379Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T00:49:35.379Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T00:49:35.640Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-18T00:49:35.640Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:35.640Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T00:49:35.640Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T00:49:35.900Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-18T00:49:35.900Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:35.900Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-18T00:49:36.164Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-18T00:49:36.164Z] Setting up grep (3.1-2build1) ... [2021-01-18T00:49:36.164Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:36.164Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-18T00:49:36.434Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-18T00:49:36.434Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-18T00:49:36.695Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:36.695Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T00:49:36.695Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T00:49:36.695Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-18T00:49:36.956Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:36.956Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-18T00:49:36.956Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-18T00:49:37.528Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-18T00:49:37.529Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-18T00:49:37.529Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-18T00:49:37.529Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-18T00:49:38.100Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-18T00:49:38.360Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:38.360Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-18T00:49:38.360Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-18T00:49:38.728Z] Collecting docker-compose==1.23.2 [2021-01-18T00:49:38.728Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-18T00:49:38.728Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-18T00:49:38.728Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-18T00:49:39.301Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-18T00:49:39.301Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-18T00:49:39.587Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-18T00:49:39.588Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-18T00:49:39.588Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-18T00:49:39.856Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:39.856Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-18T00:49:39.856Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-18T00:49:39.856Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-18T00:49:40.119Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:40.119Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:49:40.119Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:49:40.119Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:49:40.380Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:40.380Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:49:40.380Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:49:40.380Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:49:40.639Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:40.639Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:49:40.639Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:49:40.639Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:49:40.899Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:40.899Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:49:40.899Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:49:40.899Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:49:41.160Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:41.160Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T00:49:41.160Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T00:49:41.160Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T00:49:41.160Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T00:49:41.421Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-18T00:49:41.421Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:41.421Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T00:49:41.421Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T00:49:41.682Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-18T00:49:41.682Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:41.682Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:49:41.682Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:49:41.944Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:49:41.944Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:41.944Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:49:41.944Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:49:42.130Z] Collecting docker<4.0,>=3.6.0 [2021-01-18T00:49:42.130Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-18T00:49:42.130Z] 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:49:42.209Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:49:42.209Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:42.209Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:49:42.469Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:49:42.729Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:49:42.989Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-18T00:49:43.250Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-18T00:49:43.512Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:43.512Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T00:49:43.512Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T00:49:43.574Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-18T00:49:43.574Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-18T00:49:43.784Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-18T00:49:43.784Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T00:49:43.784Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-18T00:49:43.784Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T00:49:44.045Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-18T00:49:44.045Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:49:44.045Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-18T00:49:44.306Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-18T00:49:44.306Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-18T00:49:44.557Z] Collecting PyYAML<4,>=3.10 [2021-01-18T00:49:44.557Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-18T00:49:44.571Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:49:44.571Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-18T00:49:44.571Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T00:49:44.571Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T00:49:44.832Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:49:44.832Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-18T00:49:44.832Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T00:49:45.093Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T00:49:45.354Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:49:45.354Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-18T00:49:45.354Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T00:49:45.614Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T00:49:45.614Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:49:45.614Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T00:49:45.614Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T00:49:45.875Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-18T00:49:45.875Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T00:49:45.875Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T00:49:46.139Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T00:49:46.139Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-18T00:49:46.139Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:49:46.139Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-18T00:49:46.139Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-18T00:49:46.403Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-18T00:49:46.665Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:49:46.665Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-18T00:49:46.665Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T00:49:46.665Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T00:49:46.927Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:49:46.927Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T00:49:46.927Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T00:49:47.187Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-18T00:49:47.187Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:49:47.187Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-18T00:49:47.187Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-18T00:49:47.449Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-18T00:49:47.449Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:49:47.449Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-18T00:49:47.449Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-18T00:49:47.709Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-18T00:49:47.969Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:49:47.969Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T00:49:47.969Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T00:49:48.229Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-18T00:49:48.229Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:49:48.229Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-18T00:49:48.229Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-18T00:49:48.489Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-18T00:49:48.749Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:49:48.749Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-18T00:49:48.749Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-18T00:49:48.749Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-18T00:49:48.869Z] Collecting texttable<0.10,>=0.9.0 [2021-01-18T00:49:48.869Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-18T00:49:49.012Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:49:49.012Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-18T00:49:49.012Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-18T00:49:49.012Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-18T00:49:49.273Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:49:49.274Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-18T00:49:49.274Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-18T00:49:49.274Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-18T00:49:49.534Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:49:49.534Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-18T00:49:49.534Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-18T00:49:49.534Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-18T00:49:49.534Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T00:49:49.534Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-18T00:49:49.534Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-18T00:49:49.799Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-18T00:49:49.799Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-18T00:49:49.799Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-18T00:49:49.799Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-18T00:49:50.060Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-18T00:49:50.060Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-18T00:49:50.060Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-18T00:49:50.321Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-18T00:49:50.587Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-18T00:49:50.587Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-18T00:49:50.848Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-18T00:49:50.848Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-18T00:49:50.848Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-18T00:49:50.848Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-18T00:49:50.860Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-18T00:49:50.860Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-18T00:49:51.108Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-18T00:49:51.108Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-18T00:49:51.108Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-18T00:49:51.108Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-18T00:49:51.371Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-18T00:49:51.371Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-18T00:49:51.371Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-18T00:49:51.631Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-18T00:49:51.631Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-18T00:49:51.631Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-18T00:49:51.840Z] Collecting jsonschema<3,>=2.5.1 [2021-01-18T00:49:51.840Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-18T00:49:51.891Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-18T00:49:51.891Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-18T00:49:52.437Z] Collecting cached-property<2,>=1.2.0 [2021-01-18T00:49:52.437Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-18T00:49:52.711Z] Collecting docopt<0.7,>=0.6.1 [2021-01-18T00:49:52.711Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-18T00:49:52.832Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-18T00:49:52.832Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-18T00:49:52.832Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-18T00:49:52.832Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-18T00:49:52.832Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T00:49:52.832Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T00:49:53.410Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T00:49:53.410Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T00:49:53.410Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T00:49:53.410Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T00:49:53.675Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T00:49:53.675Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T00:49:53.675Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:53.675Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:49:53.948Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:53.948Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:49:53.948Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:53.948Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:49:54.213Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:54.213Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:49:55.155Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:55.155Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:49:55.335Z] Collecting docker-pycreds>=0.4.0 [2021-01-18T00:49:55.335Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-18T00:49:56.098Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:56.098Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:49:56.318Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-18T00:49:56.318Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-18T00:49:56.589Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:49:56.589Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:49:56.589Z] ---> 7ceda693b0bb [2021-01-18T00:49:56.589Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T00:49:56.589Z] ---> Using cache [2021-01-18T00:49:56.589Z] ---> 5658a2553a51 [2021-01-18T00:49:56.589Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:49:56.589Z] ---> Using cache [2021-01-18T00:49:56.589Z] ---> 73f5205b927b [2021-01-18T00:49:56.589Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-18T00:49:56.670Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:56.670Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:49:56.865Z] 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:49:56.865Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:49:56.865Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:49:56.865Z] ---> 7ceda693b0bb [2021-01-18T00:49:56.865Z] Step 3/23 : WORKDIR /edgex-go [2021-01-18T00:49:56.865Z] ---> Using cache [2021-01-18T00:49:56.865Z] ---> 5658a2553a51 [2021-01-18T00:49:56.865Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:49:56.865Z] ---> Using cache [2021-01-18T00:49:56.865Z] ---> 73f5205b927b [2021-01-18T00:49:56.865Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-18T00:49:56.865Z] ---> Using cache [2021-01-18T00:49:56.865Z] ---> 2ea8d06f40c4 [2021-01-18T00:49:56.865Z] Step 6/23 : COPY go.mod . [2021-01-18T00:49:56.865Z] ---> Using cache [2021-01-18T00:49:56.865Z] ---> e2a39fea004c [2021-01-18T00:49:56.865Z] Step 7/23 : RUN go mod download [2021-01-18T00:49:56.865Z] ---> Using cache [2021-01-18T00:49:56.865Z] ---> b597975c5bb3 [2021-01-18T00:49:56.865Z] Step 8/23 : COPY . . [2021-01-18T00:49:56.931Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:56.931Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:49:57.137Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:49:57.137Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:49:57.137Z] ---> 7ceda693b0bb [2021-01-18T00:49:57.137Z] Step 3/23 : WORKDIR /edgex-go [2021-01-18T00:49:57.137Z] ---> Using cache [2021-01-18T00:49:57.137Z] ---> 5658a2553a51 [2021-01-18T00:49:57.137Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:49:57.137Z] ---> Using cache [2021-01-18T00:49:57.137Z] ---> 73f5205b927b [2021-01-18T00:49:57.137Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-18T00:49:57.137Z] ---> Using cache [2021-01-18T00:49:57.137Z] ---> 241f71186d37 [2021-01-18T00:49:57.137Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-18T00:49:57.137Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T00:49:57.137Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-18T00:49:57.137Z] ---> 7ceda693b0bb [2021-01-18T00:49:57.137Z] Step 3/33 : WORKDIR /edgex-go [2021-01-18T00:49:57.137Z] ---> Using cache [2021-01-18T00:49:57.137Z] ---> 5658a2553a51 [2021-01-18T00:49:57.137Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:49:57.137Z] ---> Using cache [2021-01-18T00:49:57.137Z] ---> 73f5205b927b [2021-01-18T00:49:57.137Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-18T00:49:57.137Z] ---> Using cache [2021-01-18T00:49:57.137Z] ---> 2ea8d06f40c4 [2021-01-18T00:49:57.137Z] Step 6/33 : COPY go.mod . [2021-01-18T00:49:57.137Z] ---> Using cache [2021-01-18T00:49:57.137Z] ---> e2a39fea004c [2021-01-18T00:49:57.137Z] Step 7/33 : RUN go mod download [2021-01-18T00:49:57.137Z] ---> Using cache [2021-01-18T00:49:57.137Z] ---> b597975c5bb3 [2021-01-18T00:49:57.137Z] Step 8/33 : COPY . . [2021-01-18T00:49:57.137Z] ---> Using cache [2021-01-18T00:49:57.137Z] ---> 241f71186d37 [2021-01-18T00:49:57.137Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-18T00:49:57.734Z] Collecting idna<2.8,>=2.5 [2021-01-18T00:49:57.734Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-18T00:49:57.875Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T00:49:57.875Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T00:49:57.875Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-18T00:49:57.875Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-18T00:49:58.144Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-18T00:49:58.144Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-18T00:49:58.335Z] 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:49:58.335Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-18T00:49:58.335Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-18T00:49:58.335Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-18T00:49:58.335Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-18T00:49:58.404Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-18T00:49:58.404Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-18T00:49:58.404Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-18T00:49:58.404Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-18T00:49:58.665Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-18T00:49:58.665Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-18T00:49:58.665Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-18T00:49:58.665Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-18T00:49:58.925Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-18T00:49:58.925Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-18T00:49:59.185Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:49:59.185Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-18T00:49:59.185Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:49:59.185Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:49:59.185Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:49:59.185Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-18T00:49:59.185Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-18T00:49:59.185Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-18T00:49:59.316Z] Installing collected packages: dockerpty, urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, texttable, jsonschema, cached-property, docopt, docker-compose [2021-01-18T00:49:59.316Z] Running setup.py install for dockerpty: started [2021-01-18T00:49:59.445Z] [2021-01-18T00:49:59.445Z] Current default time zone: 'Etc/UTC' [2021-01-18T00:49:59.445Z] Local time is now: Mon Jan 18 00:49:59 UTC 2021. [2021-01-18T00:49:59.445Z] Universal Time is now: Mon Jan 18 00:49:59 UTC 2021. [2021-01-18T00:49:59.445Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-18T00:49:59.445Z] [2021-01-18T00:49:59.445Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-18T00:49:59.445Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:49:59.445Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-18T00:49:59.445Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-18T00:49:59.445Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-18T00:49:59.445Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-18T00:49:59.706Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-18T00:49:59.706Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-18T00:49:59.706Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-18T00:49:59.706Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-18T00:49:59.706Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:49:59.706Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-18T00:49:59.967Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:49:59.967Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-18T00:49:59.967Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:49:59.967Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-18T00:49:59.967Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-18T00:49:59.967Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-18T00:50:00.230Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-18T00:50:00.230Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-18T00:50:00.230Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-18T00:50:00.230Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-18T00:50:00.230Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-18T00:50:02.071Z] ---> Running in 8c8d205ffe87 [2021-01-18T00:50:02.071Z] ---> Running in 1855f152e077 [2021-01-18T00:50:02.071Z] ---> Running in 17cf98c9135a [2021-01-18T00:50:02.071Z] ---> Running in 743fd012a296 [2021-01-18T00:50:02.071Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-18T00:50:02.071Z] Attempting uninstall: urllib3 [2021-01-18T00:50:02.071Z] Found existing installation: urllib3 1.25.9 [2021-01-18T00:50:02.071Z] Uninstalling urllib3-1.25.9: [2021-01-18T00:50:02.181Z] Updating certificates in /etc/ssl/certs... [2021-01-18T00:50:02.358Z] Successfully uninstalled urllib3-1.25.9 [2021-01-18T00:50:03.122Z] 22 added, 17 removed; done. [2021-01-18T00:50:03.122Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-18T00:50:03.122Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T00:50:03.122Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-18T00:50:03.122Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-18T00:50:03.122Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-18T00:50:03.122Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:50:03.122Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-18T00:50:03.355Z] Attempting uninstall: idna [2021-01-18T00:50:03.355Z] Found existing installation: idna 2.9 [2021-01-18T00:50:03.355Z] Uninstalling idna-2.9: [2021-01-18T00:50:03.355Z] Successfully uninstalled idna-2.9 [2021-01-18T00:50:03.382Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:50:03.382Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:50:03.382Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:50:03.382Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:50:03.382Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:50:03.382Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-18T00:50:03.382Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-18T00:50:03.382Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-18T00:50:03.639Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-18T00:50:03.646Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-18T00:50:03.646Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-18T00:50:03.646Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:50:03.646Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T00:50:03.646Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-18T00:50:03.646Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-18T00:50:03.646Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-18T00:50:03.907Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-18T00:50:03.907Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-18T00:50:03.907Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-18T00:50:03.907Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-18T00:50:03.907Z] Updating certificates in /etc/ssl/certs... [2021-01-18T00:50:03.915Z] Attempting uninstall: requests [2021-01-18T00:50:03.916Z] Found existing installation: requests 2.23.0 [2021-01-18T00:50:03.916Z] Uninstalling requests-2.23.0: [2021-01-18T00:50:03.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:50:04.194Z] 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:50:04.194Z] Successfully uninstalled requests-2.23.0 [2021-01-18T00:50:04.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:50:04.479Z] 0 added, 0 removed; done. [2021-01-18T00:50:04.479Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-18T00:50:04.479Z] done. [2021-01-18T00:50:04.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:50:05.050Z] Reading package lists... [2021-01-18T00:50:05.050Z] Building dependency tree... [2021-01-18T00:50:05.050Z] Reading state information... [2021-01-18T00:50:05.311Z] The following NEW packages will be installed: [2021-01-18T00:50:05.311Z] apt-transport-https [2021-01-18T00:50:05.311Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-18T00:50:05.311Z] Need to get 1696 B of archives. [2021-01-18T00:50:05.311Z] After this operation, 153 kB of additional disk space will be used. [2021-01-18T00:50:05.311Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-18T00:50:05.311Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T00:50:05.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:50:05.573Z] Fetched 1696 B in 0s (30.8 kB/s) [2021-01-18T00:50:05.573Z] Selecting previously unselected package apt-transport-https. [2021-01-18T00:50:05.573Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-18T00:50:05.573Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-18T00:50:05.573Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-18T00:50:05.573Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-18T00:50:05.687Z] OK: 217 MiB in 51 packages [2021-01-18T00:50:05.833Z] Waiting for network to be ready... [2021-01-18T00:50:05.965Z] Running setup.py install for PyYAML: started [2021-01-18T00:50:06.575Z] OK: 217 MiB in 51 packages [2021-01-18T00:50:08.023Z] Removing intermediate container 17cf98c9135a [2021-01-18T00:50:08.023Z] ---> 4e50f641a25a [2021-01-18T00:50:08.023Z] Step 6/22 : COPY go.mod . [2021-01-18T00:50:08.624Z] Removing intermediate container 1855f152e077 [2021-01-18T00:50:08.624Z] ---> e1f7a2d159d3 [2021-01-18T00:50:08.624Z] Step 6/23 : COPY go.mod . [2021-01-18T00:50:09.226Z] ---> ede3d0184978 [2021-01-18T00:50:09.226Z] Step 7/22 : RUN go mod download [2021-01-18T00:50:09.507Z] ---> Running in f121cdb5df88 [2021-01-18T00:50:10.114Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-18T00:50:10.114Z] ---> 5a0afc32cd5e [2021-01-18T00:50:10.114Z] Step 7/23 : RUN go mod download [2021-01-18T00:50:10.114Z] Running setup.py install for texttable: started [2021-01-18T00:50:10.391Z] ---> Running in 0e5dcc528b77 [2021-01-18T00:50:12.422Z] 2021-01-18T00:50:08Z INFO Waiting for automatic snapd restart... [2021-01-18T00:50:12.422Z] snapd 2.48.2 from Canonical* installed [2021-01-18T00:50:12.992Z] "snapd" switched to the "latest/stable" channel [2021-01-18T00:50:12.992Z] [2021-01-18T00:50:13.809Z] Running setup.py install for texttable: finished with status 'done' [2021-01-18T00:50:14.411Z] Running setup.py install for docopt: started [2021-01-18T00:50:14.411Z] Removing intermediate container f121cdb5df88 [2021-01-18T00:50:14.411Z] ---> b2db4d84d037 [2021-01-18T00:50:14.411Z] Step 8/22 : COPY . . [2021-01-18T00:50:15.686Z] core18 20201210 from Canonical* installed [2021-01-18T00:50:15.696Z] Removing intermediate container 0e5dcc528b77 [2021-01-18T00:50:15.696Z] ---> f8d5014149e5 [2021-01-18T00:50:15.696Z] Step 8/23 : COPY . . [2021-01-18T00:50:15.949Z] "core18" switched to the "latest/stable" channel [2021-01-18T00:50:15.949Z] [2021-01-18T00:50:17.676Z] Running setup.py install for docopt: finished with status 'done' [2021-01-18T00:50:19.114Z] 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:50:19.254Z] snapcraft 4.4.4 from Canonical* installed [2021-01-18T00:50:19.254Z] "snapcraft" switched to the "latest/stable" channel [2021-01-18T00:50:19.254Z] [2021-01-18T00:50:22.551Z] 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:50:22.551Z] - README.md [2021-01-18T00:50:22.551Z] - snapcraft.yaml.orig [2021-01-18T00:50:22.551Z] [2021-01-18T00:50:22.551Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-18T00:50:29.140Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T00:50:29.140Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-18T00:50:29.140Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-18T00:50:29.140Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-18T00:50:30.340Z] Reading package lists... [2021-01-18T00:50:30.601Z] 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:50:31.543Z] Removing intermediate container 923ca79987fc [2021-01-18T00:50:31.543Z] ---> a04bac2f0821 [2021-01-18T00:50:31.543Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-18T00:50:31.543Z] ---> Running in 2dfe4a3c020c [2021-01-18T00:50:32.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:50:32.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:50:33.402Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T00:50:33.402Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-18T00:50:33.402Z] (3/3) Installing curl (7.69.1-r3) [2021-01-18T00:50:33.402Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:50:33.685Z] OK: 71 MiB in 58 packages [2021-01-18T00:50:37.114Z] Removing intermediate container 2dfe4a3c020c [2021-01-18T00:50:37.114Z] ---> bd3eb1255575 [2021-01-18T00:50:37.114Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-18T00:50:37.114Z] ---> Running in cfa5d4efb3eb [2021-01-18T00:50:37.183Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T00:50:37.183Z] Reading package lists... [2021-01-18T00:50:37.183Z] Building dependency tree... [2021-01-18T00:50:37.183Z] Reading state information... [2021-01-18T00:50:37.183Z] Suggested packages: [2021-01-18T00:50:37.183Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-18T00:50:37.183Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-18T00:50:37.183Z] Recommended packages: [2021-01-18T00:50:37.183Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-18T00:50:37.183Z] The following NEW packages will be installed: [2021-01-18T00:50:37.183Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-18T00:50:37.183Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-18T00:50:37.183Z] pkg-config zip [2021-01-18T00:50:37.183Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-18T00:50:37.183Z] Need to get 7655 kB of archives. [2021-01-18T00:50:37.183Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-18T00:50:37.183Z] 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:50:37.183Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-18T00:50:37.183Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-18T00:50:37.183Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-18T00:50:37.183Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-18T00:50:37.183Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-18T00:50:37.183Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-18T00:50:37.183Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-18T00:50:37.442Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-18T00:50:37.442Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-18T00:50:37.442Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-18T00:50:37.442Z] 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:50:37.442Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-18T00:50:37.703Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-18T00:50:37.703Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-18T00:50:37.703Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T00:50:37.703Z] Fetched 7655 kB in 1s (10.5 MB/s) [2021-01-18T00:50:37.703Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-18T00:50:37.703Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-18T00:50:37.703Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-18T00:50:37.703Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-18T00:50:37.963Z] Selecting previously unselected package libpsl5:amd64. [2021-01-18T00:50:37.963Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-18T00:50:37.963Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-18T00:50:38.224Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-18T00:50:38.224Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-18T00:50:38.224Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-18T00:50:38.224Z] Selecting previously unselected package librtmp1:amd64. [2021-01-18T00:50:38.224Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-18T00:50:38.224Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-18T00:50:38.224Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-18T00:50:38.224Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-18T00:50:38.224Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-18T00:50:38.485Z] Selecting previously unselected package liberror-perl. [2021-01-18T00:50:38.485Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-18T00:50:38.485Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-18T00:50:38.485Z] Selecting previously unselected package git-man. [2021-01-18T00:50:38.485Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-18T00:50:38.485Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-18T00:50:38.560Z] Removing intermediate container cfa5d4efb3eb [2021-01-18T00:50:38.560Z] ---> fff646b81e67 [2021-01-18T00:50:38.560Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:50:38.745Z] Selecting previously unselected package git. [2021-01-18T00:50:38.745Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-18T00:50:38.745Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-18T00:50:38.837Z] ---> Running in a624f4896fd9 [2021-01-18T00:50:39.316Z] Selecting previously unselected package libnorm1:amd64. [2021-01-18T00:50:39.316Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-18T00:50:39.316Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-18T00:50:39.581Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-18T00:50:39.581Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-18T00:50:39.581Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-18T00:50:39.581Z] Selecting previously unselected package libsodium23:amd64. [2021-01-18T00:50:39.581Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-18T00:50:39.581Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-18T00:50:39.841Z] Selecting previously unselected package libzmq5:amd64. [2021-01-18T00:50:39.841Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-18T00:50:39.841Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T00:50:39.841Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-18T00:50:39.841Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-18T00:50:39.841Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T00:50:40.102Z] Selecting previously unselected package pkg-config. [2021-01-18T00:50:40.102Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-18T00:50:40.102Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-18T00:50:40.102Z] Selecting previously unselected package zip. [2021-01-18T00:50:40.102Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-18T00:50:40.102Z] Unpacking zip (3.0-11build1) ... [2021-01-18T00:50:40.102Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-18T00:50:40.295Z] Removing intermediate container a624f4896fd9 [2021-01-18T00:50:40.295Z] ---> 1b47293663c3 [2021-01-18T00:50:40.295Z] Step 24/26 : LABEL arch=arm64 [2021-01-18T00:50:40.295Z] ---> Running in 89121d09b787 [2021-01-18T00:50:40.366Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-18T00:50:40.366Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-18T00:50:40.366Z] Setting up liberror-perl (0.17025-1) ... [2021-01-18T00:50:40.366Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-18T00:50:40.366Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-18T00:50:40.366Z] No schema files found: doing nothing. [2021-01-18T00:50:40.366Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-18T00:50:40.366Z] Setting up zip (3.0-11build1) ... [2021-01-18T00:50:40.366Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-18T00:50:40.627Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-18T00:50:40.627Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-18T00:50:40.627Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T00:50:40.627Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-18T00:50:40.627Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T00:50:40.627Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-18T00:50:40.889Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-18T00:50:41.788Z] Removing intermediate container 89121d09b787 [2021-01-18T00:50:41.788Z] ---> 1db47dc117f7 [2021-01-18T00:50:41.788Z] Step 25/26 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef [2021-01-18T00:50:42.089Z] ---> Running in 06189dda667f [2021-01-18T00:50:43.559Z] Removing intermediate container 06189dda667f [2021-01-18T00:50:43.559Z] ---> c262baab0c82 [2021-01-18T00:50:43.559Z] Step 26/26 : LABEL version=0.0.0 [2021-01-18T00:50:43.858Z] ---> Running in 4e38287eaa17 [2021-01-18T00:50:44.888Z] Removing intermediate container 4e38287eaa17 [2021-01-18T00:50:44.888Z] ---> 10939842330e [2021-01-18T00:50:44.888Z] [2021-01-18T00:50:46.355Z] Successfully built 10939842330e [2021-01-18T00:50:46.355Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-18T00:50:47.507Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T00:50:47.507Z] git set to automatically installed. [2021-01-18T00:50:47.507Z] git-man set to automatically installed. [2021-01-18T00:50:47.507Z] libcurl3-gnutls set to automatically installed. [2021-01-18T00:50:47.507Z] liberror-perl set to automatically installed. [2021-01-18T00:50:47.507Z] libglib2.0-0 set to automatically installed. [2021-01-18T00:50:47.507Z] libnghttp2-14 set to automatically installed. [2021-01-18T00:50:47.507Z] libnorm1 set to automatically installed. [2021-01-18T00:50:47.507Z] libpgm-5.2-0 set to automatically installed. [2021-01-18T00:50:47.507Z] libpsl5 set to automatically installed. [2021-01-18T00:50:47.507Z] librtmp1 set to automatically installed. [2021-01-18T00:50:47.507Z] libsodium23 set to automatically installed. [2021-01-18T00:50:47.507Z] libzmq3-dev set to automatically installed. [2021-01-18T00:50:47.507Z] libzmq5 set to automatically installed. [2021-01-18T00:50:47.507Z] pkg-config set to automatically installed. [2021-01-18T00:50:47.507Z] zip set to automatically installed. [2021-01-18T00:50:48.891Z] snapd is not logged in, snap install commands will use sudo [2021-01-18T00:50:49.286Z]  Building docker-sys-mgmt-agent-go ... done  ---> 27c761a6a0d5 [2021-01-18T00:50:49.286Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-18T00:50:49.286Z] ---> 9d1218a69e7a [2021-01-18T00:50:49.286Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-18T00:50:49.286Z] ---> Running in d758634c519c [2021-01-18T00:50:49.564Z] ---> Running in c45bfcc3d186 [2021-01-18T00:50:51.555Z] 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:50:51.555Z] 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:50:55.476Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T00:50:55.476Z] snap "core18" has no updates available [2021-01-18T00:50:56.047Z] Pulling config-common [2021-01-18T00:50:56.988Z] Pulling go-build-helper [2021-01-18T00:51:18.415Z] 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:51:18.963Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-18T00:51:18.963Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-18T00:51:18.963Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-18T00:51:18.963Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-18T00:51:18.963Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-18T00:51:18.963Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-18T00:51:18.963Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-18T00:51:18.963Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-18T00:51:18.963Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-18T00:51:18.963Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-18T00:51:18.963Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-18T00:51:18.963Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-18T00:51:18.963Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-18T00:51:18.963Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-18T00:51:18.963Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-18T00:51:18.963Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-18T00:51:18.963Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-18T00:51:18.963Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-18T00:51:18.963Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-18T00:51:18.963Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-18T00:51:18.963Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-18T00:51:18.963Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-18T00:51:18.963Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-18T00:51:18.963Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-18T00:51:18.963Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-18T00:51:18.963Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-18T00:51:18.963Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-18T00:51:18.963Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-18T00:51:18.963Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-18T00:51:18.963Z] Fetched 279 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-18T00:51:18.963Z] Fetched 122 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-18T00:51:18.963Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-18T00:51:18.963Z] Fetched 8848 B in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-18T00:51:18.963Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-18T00:51:18.963Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-18T00:51:18.963Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-18T00:51:18.963Z] Fetched 214 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-18T00:51:18.963Z] Fetched 155 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-18T00:51:18.963Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-18T00:51:18.963Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-18T00:51:18.963Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-18T00:51:18.963Z] Fetched 499 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-18T00:51:18.963Z] Fetched 111 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-18T00:51:18.963Z] Fetched 240 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-18T00:51:18.963Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-18T00:51:18.963Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-18T00:51:18.963Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-18T00:51:18.963Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-18T00:51:18.963Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-18T00:51:18.963Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-18T00:51:18.963Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-18T00:51:18.963Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-18T00:51:18.963Z] Fetched 8720 B in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-18T00:51:18.963Z] Fetched 137 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-18T00:51:18.963Z] Fetched 119 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-18T00:51:18.963Z] Fetched 109 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-18T00:51:18.963Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-18T00:51:18.963Z] Fetched 645 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-18T00:51:18.963Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-18T00:51:18.963Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-18T00:51:18.963Z] Fetched 368 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-18T00:51:18.963Z] Fetched 187 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-18T00:51:18.963Z] Fetched 175 kB in 0s (0 B/s) [2021-01-18T00:51:18.963Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-18T00:51:21.506Z] Fetched 206 kB in 0s (0 B/s) [2021-01-18T00:51:21.506Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-18T00:51:21.506Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-18T00:51:21.506Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-18T00:51:21.506Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-18T00:51:21.506Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-18T00:51:21.506Z] Fetched 159 kB in 0s (0 B/s) [2021-01-18T00:51:21.506Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-18T00:51:21.506Z] Fetched 107 kB in 0s (0 B/s) [2021-01-18T00:51:21.506Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-18T00:51:21.506Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-18T00:51:21.506Z] Pulling static-packages [2021-01-18T00:51:22.448Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-18T00:51:22.448Z] Skipping pull go-build-helper (already ran) [2021-01-18T00:51:22.448Z] Skipping pull static-packages (already ran) [2021-01-18T00:51:22.448Z] Building go-build-helper [2021-01-18T00:51:25.748Z] Building static-packages [2021-01-18T00:51:27.663Z] Staging go-build-helper [2021-01-18T00:51:28.608Z] Staging static-packages [2021-01-18T00:51:29.553Z] Pulling go115 [2021-01-18T00:51:30.494Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-18T00:51:30.494Z] Skipping pull go115 (already ran) [2021-01-18T00:51:30.494Z] Building go115 [2021-01-18T00:51:30.494Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T00:51:30.494Z] Dload Upload Total Spent Left Speed [2021-01-18T00:51:33.555Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 115M 6 7407k 0 0 12.4M 0 0:00:09 --:--:-- 0:00:09 12.3M 37 115M 37 43.0M 0 0 27.5M 0 0:00:04 0:00:01 0:00:03 27.5M 76 115M 76 88.3M 0 0 34.5M 0 0:00:03 0:00:02 0:00:01 34.5M 100 115M 100 115M 0 0 35.6M 0 0:00:03 0:00:03 --:--:-- 35.6M [2021-01-18T00:51:34.127Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-18T00:51:38.348Z] Staging go115 [2021-01-18T00:51:40.645Z] Removing intermediate container 8c8d205ffe87 [2021-01-18T00:51:40.645Z] ---> 88979f42132f [2021-01-18T00:51:40.645Z] [2021-01-18T00:51:40.645Z] Step 10/33 : FROM alpine:3.12 [2021-01-18T00:51:40.645Z] ---> afeebe901d6b [2021-01-18T00:51:40.645Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-18T00:51:40.645Z] ---> Running in 2167cf575e4b [2021-01-18T00:51:40.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:51:40.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:51:41.252Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-18T00:51:41.252Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-18T00:51:41.252Z] (3/3) Installing su-exec (0.2-r1) [2021-01-18T00:51:41.252Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:51:41.252Z] OK: 6 MiB in 17 packages [2021-01-18T00:51:43.288Z] Removing intermediate container 2167cf575e4b [2021-01-18T00:51:43.288Z] ---> a0e759c1e302 [2021-01-18T00:51:43.288Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-18T00:51:43.563Z] ---> Running in 48125197f565 [2021-01-18T00:51:43.655Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-18T00:51:43.655Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-18T00:51:43.655Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-18T00:51:43.655Z] Fetched 0 B in 0s (0 B/s) [2021-01-18T00:51:43.655Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-18T00:51:43.655Z] Fetched 224 kB in 0s (0 B/s) [2021-01-18T00:51:43.655Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-18T00:51:43.655Z] Fetched 157 kB in 0s (0 B/s) [2021-01-18T00:51:43.655Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-18T00:51:43.655Z] Fetched 221 kB in 0s (0 B/s) [2021-01-18T00:51:43.655Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-18T00:51:43.655Z] Fetched 143 kB in 0s (0 B/s) [2021-01-18T00:51:43.655Z] Pulling edgex-go [2021-01-18T00:51:43.916Z] Pulling version [2021-01-18T00:51:44.569Z] Removing intermediate container 48125197f565 [2021-01-18T00:51:44.569Z] ---> dcb5bcd91f7f [2021-01-18T00:51:44.569Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-18T00:51:44.569Z] ---> Running in 5910df7bb65e [2021-01-18T00:51:44.858Z] Building config-common [2021-01-18T00:51:45.563Z] Removing intermediate container 5910df7bb65e [2021-01-18T00:51:45.563Z] ---> 509e598e7ddd [2021-01-18T00:51:45.563Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-18T00:51:45.563Z] ---> Running in fa15f920b1c7 [2021-01-18T00:51:46.776Z] Skipping build go-build-helper (already ran) [2021-01-18T00:51:46.776Z] Skipping build static-packages (already ran) [2021-01-18T00:51:46.776Z] Skipping build go115 (already ran) [2021-01-18T00:51:46.776Z] Building edgex-go [2021-01-18T00:51:47.037Z] 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:51:48.381Z] Connecting to github.com (140.82.113.3:443) [2021-01-18T00:51:48.423Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-18T00:51:48.423Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-18T00:51:48.423Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-18T00:51:48.423Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-18T00:51:48.423Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-18T00:51:48.423Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-18T00:51:48.423Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-18T00:51:48.423Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-18T00:51:48.423Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-18T00:51:48.423Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-18T00:51:48.423Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-18T00:51:48.423Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-18T00:51:48.423Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-18T00:51:48.696Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-18T00:51:48.696Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-18T00:51:48.696Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-18T00:51:48.696Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-18T00:51:48.696Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-18T00:51:48.696Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-18T00:51:48.696Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-18T00:51:48.696Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-18T00:51:48.696Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-18T00:51:48.696Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-18T00:51:48.696Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-18T00:51:48.696Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-18T00:51:48.696Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-18T00:51:48.696Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-18T00:51:48.696Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-18T00:51:48.696Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-18T00:51:48.696Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-18T00:51:48.696Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-18T00:51:48.696Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-18T00:51:48.696Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-18T00:51:48.696Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-18T00:51:48.696Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-18T00:51:48.696Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-18T00:51:48.696Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-18T00:51:48.696Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-18T00:51:48.696Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-18T00:51:48.955Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-18T00:51:48.955Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-18T00:51:49.046Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.67.156:443) [2021-01-18T00:51:49.046Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-18T00:51:49.348Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-18T00:51:49.348Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-18T00:51:49.348Z] dockerize [2021-01-18T00:51:52.032Z] Removing intermediate container 743fd012a296 [2021-01-18T00:51:52.032Z] ---> d163b2933022 [2021-01-18T00:51:52.032Z] [2021-01-18T00:51:52.032Z] Step 10/23 : FROM alpine:3.12 [2021-01-18T00:51:52.032Z] ---> afeebe901d6b [2021-01-18T00:51:52.032Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-18T00:51:52.032Z] ---> Using cache [2021-01-18T00:51:52.032Z] ---> 90eef1da5a6b [2021-01-18T00:51:52.032Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-18T00:51:52.032Z] ---> Using cache [2021-01-18T00:51:52.032Z] ---> 07588fcae576 [2021-01-18T00:51:52.032Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-18T00:51:52.311Z] ---> Running in 7cf8897aec1c [2021-01-18T00:51:52.311Z] Removing intermediate container fa15f920b1c7 [2021-01-18T00:51:52.311Z] ---> b148467757b3 [2021-01-18T00:51:52.311Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-18T00:51:52.592Z] ---> Running in d474fbdc4240 [2021-01-18T00:51:53.200Z] Removing intermediate container 7cf8897aec1c [2021-01-18T00:51:53.200Z] ---> b279862ae826 [2021-01-18T00:51:53.200Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-18T00:51:53.476Z] ---> Running in fe371ae8b005 [2021-01-18T00:51:53.476Z] Removing intermediate container d474fbdc4240 [2021-01-18T00:51:53.476Z] ---> 61823cd1be38 [2021-01-18T00:51:53.476Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-18T00:51:53.754Z] ---> Running in fea35046742b [2021-01-18T00:51:54.359Z] Removing intermediate container fe371ae8b005 [2021-01-18T00:51:54.359Z] ---> 6b113ca1cf78 [2021-01-18T00:51:54.359Z] Step 15/23 : WORKDIR / [2021-01-18T00:51:54.641Z] Removing intermediate container fea35046742b [2021-01-18T00:51:54.641Z] ---> ecd33bf610df [2021-01-18T00:51:54.641Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-18T00:51:54.641Z] ---> Running in b60d9eb20a8d [2021-01-18T00:51:54.641Z] ---> Running in 85d3fbfbcf35 [2021-01-18T00:51:55.536Z] 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:51:56.082Z] Removing intermediate container b60d9eb20a8d [2021-01-18T00:51:56.082Z] ---> 913ae82df886 [2021-01-18T00:51:56.082Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:51:57.083Z] Move dockerize executable [2021-01-18T00:51:57.698Z] ---> f392969b327b [2021-01-18T00:51:57.698Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-18T00:51:59.724Z] Removing intermediate container 85d3fbfbcf35 [2021-01-18T00:51:59.724Z] ---> 55ff83c66cfb [2021-01-18T00:51:59.724Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-18T00:51:59.742Z] 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:52:00.003Z] ---> 922a26074b2b [2021-01-18T00:52:00.003Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-18T00:52:00.003Z] ---> Running in e062455d26e6 [2021-01-18T00:52:00.317Z] 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:52:01.005Z] Removing intermediate container e062455d26e6 [2021-01-18T00:52:01.005Z] ---> fd05e0511aa5 [2021-01-18T00:52:01.005Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-18T00:52:01.270Z] 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:52:01.530Z] 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:52:01.530Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-18T00:52:01.606Z] ---> 5d628c100264 [2021-01-18T00:52:01.606Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-18T00:52:01.791Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-18T00:52:01.791Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-18T00:52:01.791Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-18T00:52:01.884Z] ---> Running in bc1e72bc7d9f [2021-01-18T00:52:02.485Z] ---> a5f7c67275c6 [2021-01-18T00:52:02.485Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-18T00:52:02.485Z] Removing intermediate container bc1e72bc7d9f [2021-01-18T00:52:02.485Z] ---> 3d38be6e2ca2 [2021-01-18T00:52:02.485Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:52:02.757Z] ---> Running in 57fa4d8b4b7d [2021-01-18T00:52:02.758Z] ---> Running in 1a5d3a5beb85 [2021-01-18T00:52:03.707Z] 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:52:03.707Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-18T00:52:03.707Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-18T00:52:03.745Z] Removing intermediate container 1a5d3a5beb85 [2021-01-18T00:52:03.745Z] ---> 3c8435d6577e [2021-01-18T00:52:03.745Z] Step 21/23 : LABEL arch=arm64 [2021-01-18T00:52:04.018Z] ---> Running in f023e3d65b11 [2021-01-18T00:52:04.653Z] 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:52:05.005Z] Removing intermediate container f023e3d65b11 [2021-01-18T00:52:05.005Z] ---> 37e5e4c6c9dd [2021-01-18T00:52:05.005Z] Step 22/23 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef [2021-01-18T00:52:05.005Z] ---> Running in 3fdd3b943c23 [2021-01-18T00:52:05.234Z] 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:52:05.234Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-18T00:52:06.010Z] Removing intermediate container 3fdd3b943c23 [2021-01-18T00:52:06.010Z] ---> ac621d0e874f [2021-01-18T00:52:06.010Z] Step 23/23 : LABEL version=0.0.0 [2021-01-18T00:52:06.289Z] ---> Running in 108dab2d9f59 [2021-01-18T00:52:06.567Z] Removing intermediate container 57fa4d8b4b7d [2021-01-18T00:52:06.567Z] ---> 085ce36f0702 [2021-01-18T00:52:06.567Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:52:06.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:52:07.176Z] Removing intermediate container 108dab2d9f59 [2021-01-18T00:52:07.176Z] ---> dca83a35bb2b [2021-01-18T00:52:07.176Z] [2021-01-18T00:52:07.562Z] 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:52:07.785Z] Successfully built dca83a35bb2b [2021-01-18T00:52:07.785Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-18T00:52:08.063Z]  Building docker-core-metadata-go ... done  ---> b4e170e8aa08 [2021-01-18T00:52:08.063Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-18T00:52:08.135Z] 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:52:08.135Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-18T00:52:09.516Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-18T00:52:09.516Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-18T00:52:10.714Z] ---> c6026da796b8 [2021-01-18T00:52:10.714Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-18T00:52:12.074Z] Building version [2021-01-18T00:52:12.168Z] ---> e09d560cc029 [2021-01-18T00:52:12.168Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-18T00:52:12.769Z] Removing intermediate container d758634c519c [2021-01-18T00:52:12.769Z] ---> 4404c5d01637 [2021-01-18T00:52:12.769Z] [2021-01-18T00:52:12.769Z] Step 10/22 : FROM alpine:3.12 [2021-01-18T00:52:12.769Z] ---> afeebe901d6b [2021-01-18T00:52:12.769Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-18T00:52:13.387Z] ---> Running in ecc1a2d1947c [2021-01-18T00:52:13.989Z] Staging config-common [2021-01-18T00:52:14.373Z] ---> ddb8676479c0 [2021-01-18T00:52:14.373Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-18T00:52:14.567Z] Skipping stage go-build-helper (already ran) [2021-01-18T00:52:14.567Z] Skipping stage static-packages (already ran) [2021-01-18T00:52:14.567Z] Skipping stage go115 (already ran) [2021-01-18T00:52:14.567Z] Staging edgex-go [2021-01-18T00:52:14.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:52:15.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:52:15.250Z] ---> fee7cd7c1cfc [2021-01-18T00:52:15.250Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-18T00:52:15.512Z] Staging version [2021-01-18T00:52:15.851Z] ---> Running in 8b28e4b42f87 [2021-01-18T00:52:15.851Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-18T00:52:16.130Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-18T00:52:16.130Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:52:16.130Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T00:52:16.403Z] OK: 6 MiB in 16 packages [2021-01-18T00:52:16.453Z] Priming config-common [2021-01-18T00:52:16.679Z] Removing intermediate container 8b28e4b42f87 [2021-01-18T00:52:16.679Z] ---> 76d9569685d0 [2021-01-18T00:52:16.679Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-18T00:52:17.394Z] Priming go-build-helper [2021-01-18T00:52:17.668Z] ---> e5410fbcba52 [2021-01-18T00:52:17.668Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-18T00:52:18.277Z] ---> Running in 25bbd2ae2c52 [2021-01-18T00:52:18.335Z] Priming static-packages [2021-01-18T00:52:18.564Z] Removing intermediate container ecc1a2d1947c [2021-01-18T00:52:18.565Z] ---> d7927ee0c8da [2021-01-18T00:52:18.565Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-18T00:52:18.847Z] ---> Running in b2109d007468 [2021-01-18T00:52:19.460Z] Removing intermediate container b2109d007468 [2021-01-18T00:52:19.460Z] ---> 193de4813c7d [2021-01-18T00:52:19.460Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-18T00:52:19.739Z] ---> Running in feaf10cb3f9c [2021-01-18T00:52:20.345Z] Removing intermediate container feaf10cb3f9c [2021-01-18T00:52:20.345Z] ---> 8ad9e3920232 [2021-01-18T00:52:20.345Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-18T00:52:20.909Z] Priming go115 [2021-01-18T00:52:20.949Z] ---> Running in f1786be1e95e [2021-01-18T00:52:21.480Z] Priming edgex-go [2021-01-18T00:52:21.549Z] Removing intermediate container f1786be1e95e [2021-01-18T00:52:21.549Z] ---> 3429d8e0303c [2021-01-18T00:52:21.549Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:52:21.826Z] Removing intermediate container 25bbd2ae2c52 [2021-01-18T00:52:21.826Z] ---> f526d2bfef3d [2021-01-18T00:52:21.826Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-18T00:52:22.445Z] ---> Running in 4415508cc260 [2021-01-18T00:52:22.721Z] ---> 3d7182022e5f [2021-01-18T00:52:22.721Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-18T00:52:22.905Z] Priming version [2021-01-18T00:52:23.006Z] Removing intermediate container 4415508cc260 [2021-01-18T00:52:23.006Z] ---> f8458ac9f43b [2021-01-18T00:52:23.006Z] Step 30/33 : CMD ["gate"] [2021-01-18T00:52:23.732Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-18T00:52:23.995Z] ---> Running in ca3f89dd22fe [2021-01-18T00:52:24.265Z] ---> d721ac30a549 [2021-01-18T00:52:24.265Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-18T00:52:24.534Z] Removing intermediate container ca3f89dd22fe [2021-01-18T00:52:24.534Z] ---> fb1793869463 [2021-01-18T00:52:24.534Z] Step 31/33 : LABEL arch=arm64 [2021-01-18T00:52:25.129Z] ---> Running in 2debdebc523a [2021-01-18T00:52:25.129Z] ---> a4e5ec7fbc1a [2021-01-18T00:52:25.129Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-18T00:52:25.413Z] ---> Running in c3bb70af9a99 [2021-01-18T00:52:25.413Z] Removing intermediate container 2debdebc523a [2021-01-18T00:52:25.413Z] ---> d59c773a190e [2021-01-18T00:52:25.413Z] Step 32/33 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2021-01-18T00:52:26.008Z] ---> Running in 12ac8368ba90 [2021-01-18T00:52:26.008Z] Removing intermediate container c3bb70af9a99 [2021-01-18T00:52:26.008Z] ---> a90ea43742b6 [2021-01-18T00:52:26.008Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-18T00:52:26.282Z] ---> Running in bad0986db41a [Pipeline] // stage [Pipeline] } [2021-01-18T00:52:26.556Z] Removing intermediate container 12ac8368ba90 [2021-01-18T00:52:26.556Z] ---> 3ae6f6118ce3 [2021-01-18T00:52:26.556Z] Step 33/33 : LABEL version=0.0.0 [2021-01-18T00:52:26.830Z] Removing intermediate container bad0986db41a [2021-01-18T00:52:26.830Z] ---> 9f5cc9be9eb6 [2021-01-18T00:52:26.830Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T00:52:27.424Z] ---> Running in 22d087e7c8cd [2021-01-18T00:52:27.424Z] ---> Running in cbfc5faeee7b [2021-01-18T00:52:28.035Z] Removing intermediate container 22d087e7c8cd [2021-01-18T00:52:28.035Z] ---> 226ff1689935 [2021-01-18T00:52:28.035Z] Step 21/22 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef [2021-01-18T00:52:28.035Z] Removing intermediate container cbfc5faeee7b [2021-01-18T00:52:28.035Z] ---> fc76f6abda1b [2021-01-18T00:52:28.035Z] [2021-01-18T00:52:28.035Z] ---> Running in 2bb970af8791 [2021-01-18T00:52:28.632Z] Successfully built fc76f6abda1b [2021-01-18T00:52:28.906Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-18T00:52:28.906Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 2bb970af8791 [2021-01-18T00:52:28.906Z] ---> 8f9b59d4378d [2021-01-18T00:52:28.906Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T00:52:29.178Z] ---> Running in af04fceb45e4 [2021-01-18T00:52:30.158Z] Removing intermediate container af04fceb45e4 [2021-01-18T00:52:30.158Z] ---> 90e67a302dd2 [2021-01-18T00:52:30.158Z] [2021-01-18T00:52:30.429Z] Removing intermediate container c45bfcc3d186 [2021-01-18T00:52:30.429Z] ---> 8ea195db8fbf [2021-01-18T00:52:30.429Z] [2021-01-18T00:52:30.429Z] Step 10/23 : FROM alpine:3.12 [2021-01-18T00:52:30.429Z] ---> afeebe901d6b [2021-01-18T00:52:30.429Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T00:52:30.429Z] Successfully built 90e67a302dd2 [2021-01-18T00:52:30.429Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-18T00:52:30.701Z]  Building docker-support-notifications-go ... done  ---> Running in 034a93477f6c [2021-01-18T00:52:30.974Z] Removing intermediate container 034a93477f6c [2021-01-18T00:52:30.974Z] ---> 7ab96a0a95e3 [2021-01-18T00:52:30.974Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-18T00:52:31.247Z] ---> Running in 29bb4cf6e1e6 [2021-01-18T00:52:31.840Z] Removing intermediate container 29bb4cf6e1e6 [2021-01-18T00:52:31.840Z] ---> e632a414b5c1 [2021-01-18T00:52:31.840Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-18T00:52:31.840Z] ---> Running in 6cad57ca8584 [2021-01-18T00:52:32.438Z] Removing intermediate container 6cad57ca8584 [2021-01-18T00:52:32.438Z] ---> 7b1548143bf7 [2021-01-18T00:52:32.438Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T00:52:32.438Z] ---> Running in d488d1fd2742 [2021-01-18T00:52:35.057Z] Removing intermediate container d488d1fd2742 [2021-01-18T00:52:35.057Z] ---> e32f29f196f5 [2021-01-18T00:52:35.057Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-18T00:52:35.057Z] ---> Running in 117568d0e9c9 [2021-01-18T00:52:36.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T00:52:36.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T00:52:37.639Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-18T00:52:37.639Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-18T00:52:37.910Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-18T00:52:37.910Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-18T00:52:38.508Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-18T00:52:38.509Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-18T00:52:38.509Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T00:52:38.509Z] OK: 8 MiB in 20 packages [2021-01-18T00:52:39.943Z] Removing intermediate container 117568d0e9c9 [2021-01-18T00:52:39.943Z] ---> 1a37b6e8a008 [2021-01-18T00:52:39.943Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T00:52:40.545Z] ---> 4f380232cb4a [2021-01-18T00:52:40.545Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-18T00:52:42.027Z] ---> d136af1e63b0 [2021-01-18T00:52:42.027Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-18T00:52:43.032Z] ---> 4d3c6525b077 [2021-01-18T00:52:43.032Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-18T00:52:43.032Z] ---> Running in a55567e92d85 [2021-01-18T00:52:43.629Z] Removing intermediate container a55567e92d85 [2021-01-18T00:52:43.629Z] ---> d68f340c1e21 [2021-01-18T00:52:43.629Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T00:52:43.629Z] ---> Running in fca4e1c67da6 [2021-01-18T00:52:44.223Z] Removing intermediate container fca4e1c67da6 [2021-01-18T00:52:44.223Z] ---> 78d69928ff4e [2021-01-18T00:52:44.223Z] Step 21/23 : LABEL arch=arm64 [2021-01-18T00:52:44.223Z] ---> Running in 9b2ae3077005 [2021-01-18T00:52:44.815Z] Removing intermediate container 9b2ae3077005 [2021-01-18T00:52:44.815Z] ---> 1f4a3981917c [2021-01-18T00:52:44.815Z] Step 22/23 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef [2021-01-18T00:52:44.815Z] ---> Running in 13400152dbd3 [2021-01-18T00:52:45.408Z] Removing intermediate container 13400152dbd3 [2021-01-18T00:52:45.408Z] ---> 6cff2c3c7bac [2021-01-18T00:52:45.408Z] Step 23/23 : LABEL version=0.0.0 [2021-01-18T00:52:45.408Z] ---> Running in 8c4ef587aa99 [2021-01-18T00:52:46.007Z] Removing intermediate container 8c4ef587aa99 [2021-01-18T00:52:46.007Z] ---> 69e621ec1245 [2021-01-18T00:52:46.007Z] [2021-01-18T00:52:46.278Z] Successfully built 69e621ec1245 [2021-01-18T00:52:46.278Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-18T00:52:46.565Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-18T00:52:46.561Z] $ docker stop --time=1 fc9cccb31d217a19310bed1348b15737d502a64a2c7a32d8bb06720f936123ad [2021-01-18T00:52:48.525Z] $ docker rm -f fc9cccb31d217a19310bed1348b15737d502a64a2c7a32d8bb06720f936123ad [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T00:52:49.193Z] + docker images [2021-01-18T00:52:49.193Z] + grep docker [2021-01-18T00:52:49.464Z] docker-core-data-go-arm64 latest 69e621ec1245 4 seconds ago 21MB [2021-01-18T00:52:49.464Z] docker-support-notifications-go-arm64 latest 90e67a302dd2 20 seconds ago 15.9MB [2021-01-18T00:52:49.464Z] docker-security-bootstrapper-go-arm64 latest fc76f6abda1b 22 seconds ago 40.3MB [2021-01-18T00:52:49.464Z] docker-core-metadata-go-arm64 latest dca83a35bb2b 43 seconds ago 17.7MB [2021-01-18T00:52:49.464Z] docker-sys-mgmt-agent-go-arm64 latest 10939842330e 2 minutes ago 300MB [2021-01-18T00:52:49.464Z] docker-core-command-go-arm64 latest 9eaa2e89f55d 3 minutes ago 15.4MB [2021-01-18T00:52:49.464Z] docker-security-secretstore-setup-go-arm64 latest 559b168baadb 3 minutes ago 23.4MB [2021-01-18T00:52:49.464Z] docker-support-scheduler-go-arm64 latest ea826a936810 3 minutes ago 15.5MB [2021-01-18T00:52:49.464Z] docker-security-proxy-setup-go-arm64 latest 0ba5d45934c6 3 minutes ago 23.2MB [2021-01-18T00:52:49.464Z] 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:52:51.561Z] provisioning config files... [2021-01-18T00:52:51.587Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/30@tmp/config6005576324094766856tmp [Pipeline] { [Pipeline] sh [2021-01-18T00:52:51.981Z] + set +x [2021-01-18T00:52:51.981Z] + curl -s https://codecov.io/bash [2021-01-18T00:52:51.981Z] + bash -s -- [2021-01-18T00:52:52.578Z] [2021-01-18T00:52:52.578Z] _____ _ [2021-01-18T00:52:52.578Z] / ____| | | [2021-01-18T00:52:52.578Z] | | ___ __| | ___ ___ _____ __ [2021-01-18T00:52:52.578Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-18T00:52:52.578Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-18T00:52:52.578Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-18T00:52:52.578Z] Bash-20210115-cec3c92 [2021-01-18T00:52:52.578Z] [2021-01-18T00:52:52.578Z] [2021-01-18T00:52:52.578Z] ==> git version 2.24.3 found [2021-01-18T00:52:52.578Z] ==> 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:52:52.578Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-18T00:52:52.578Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-18T00:52:52.578Z] ==> Jenkins CI detected. [2021-01-18T00:52:52.578Z] project root: . [2021-01-18T00:52:52.578Z] --> token set from env [2021-01-18T00:52:52.578Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-18T00:52:52.861Z] ==> Running gcov in . (disable via -X gcov) [2021-01-18T00:52:52.861Z] ==> Python coveragepy not found [2021-01-18T00:52:52.861Z] ==> Searching for coverage reports in: [2021-01-18T00:52:52.861Z] + . [2021-01-18T00:52:52.861Z] -> Found 1 reports [2021-01-18T00:52:52.861Z] ==> Detecting git/mercurial file structure [2021-01-18T00:52:52.861Z] ==> Reading reports [2021-01-18T00:52:52.861Z] + ./coverage.out bytes=561484 [2021-01-18T00:52:53.341Z] ==> Appending adjustments [2021-01-18T00:52:53.341Z] https://docs.codecov.io/docs/fixing-reports [2021-01-18T00:52:59.419Z] + Found adjustments [2021-01-18T00:52:59.419Z] ==> Gzipping contents [2021-01-18T00:52:59.419Z] 84K /tmp/codecov.7B1jjA.gz [2021-01-18T00:52:59.419Z] ==> Uploading reports [2021-01-18T00:52:59.419Z] url: https://codecov.io [2021-01-18T00:52:59.419Z] query: branch=PR-2970&commit=24e43b1c273da5d454bdb7123f49eacfa42701ef&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F30%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-18T00:52:59.419Z] -> Pinging Codecov [2021-01-18T00:52:59.419Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-2970&commit=24e43b1c273da5d454bdb7123f49eacfa42701ef&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F30%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-18T00:52:59.419Z] -> Uploading to [2021-01-18T00:52:59.419Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-18/00271124DB129430A58F1EEE437C3FCB/24e43b1c273da5d454bdb7123f49eacfa42701ef/355450a1-3826-4f14-8820-adb4e708b55b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210118T005259Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b9540cecfd9fa7f9af9d2105f5f43d2e151264cd1fd86df3e171c2dfac77c2b4 [2021-01-18T00:52:59.419Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T00:52:59.419Z] Dload Upload Total Spent Left Speed [2021-01-18T00:53:00.020Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85163 0 0 100 85163 0 146k --:--:-- --:--:-- --:--:-- 146k 100 85163 0 0 100 85163 0 146k --:--:-- --:--:-- --:--:-- 146k [2021-01-18T00:53:00.021Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/24e43b1c273da5d454bdb7123f49eacfa42701ef [Pipeline] } [2021-01-18T00:53:00.038Z] 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:53:02.246Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:53:03.590Z] ---> package-listing.sh [2021-01-18T00:53:03.590Z] ++ facter osfamily [2021-01-18T00:53:03.590Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-18T00:53:03.865Z] + OS_FAMILY=redhat [2021-01-18T00:53:03.865Z] + workspace=/w/workspace/edgex-go/30 [2021-01-18T00:53:03.865Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-18T00:53:03.865Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-18T00:53:03.865Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-18T00:53:03.865Z] + PACKAGES=/tmp/packages_start.txt [2021-01-18T00:53:03.865Z] + '[' /w/workspace/edgex-go/30 ']' [2021-01-18T00:53:03.865Z] + PACKAGES=/tmp/packages_end.txt [2021-01-18T00:53:03.865Z] + case "${OS_FAMILY}" in [2021-01-18T00:53:03.865Z] + rpm -qa [2021-01-18T00:53:03.865Z] + sort [2021-01-18T00:53:10.610Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-18T00:53:10.610Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-18T00:53:10.610Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-18T00:53:10.610Z] + '[' /w/workspace/edgex-go/30 ']' [2021-01-18T00:53:10.610Z] + mkdir -p /w/workspace/edgex-go/30/archives/ [2021-01-18T00:53:10.610Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/30/archives/ [Pipeline] echo [2021-01-18T00:53:10.631Z] 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/30/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:53:10.981Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:53:11.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T00:53:11.897Z] [2021-01-18T00:53:11.897Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-18T00:53:12.318Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T00:53:12.599Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-18T00:53:12.599Z] df20fa9351a1: Pulling fs layer [2021-01-18T00:53:12.599Z] 36b3adc4ff6f: Pulling fs layer [2021-01-18T00:53:12.599Z] 8ad3a11d3b57: Pulling fs layer [2021-01-18T00:53:12.599Z] 46f8f816bc3b: Pulling fs layer [2021-01-18T00:53:12.599Z] 93b61091891f: Pulling fs layer [2021-01-18T00:53:12.599Z] 93b9cdb0e59b: Pulling fs layer [2021-01-18T00:53:12.599Z] 5e14af77c1be: Pulling fs layer [2021-01-18T00:53:12.599Z] 01666e4c0597: Pulling fs layer [2021-01-18T00:53:12.599Z] aa168da1d23b: Pulling fs layer [2021-01-18T00:53:12.599Z] 46f8f816bc3b: Waiting [2021-01-18T00:53:12.599Z] 93b61091891f: Waiting [2021-01-18T00:53:12.599Z] 5e14af77c1be: Waiting [2021-01-18T00:53:12.599Z] 93b9cdb0e59b: Waiting [2021-01-18T00:53:12.599Z] 01666e4c0597: Waiting [2021-01-18T00:53:12.599Z] aa168da1d23b: Waiting [2021-01-18T00:53:12.599Z] 36b3adc4ff6f: Download complete [2021-01-18T00:53:12.899Z] 46f8f816bc3b: Verifying Checksum [2021-01-18T00:53:12.899Z] 46f8f816bc3b: Download complete [2021-01-18T00:53:12.899Z] df20fa9351a1: Download complete [2021-01-18T00:53:12.899Z] 93b9cdb0e59b: Verifying Checksum [2021-01-18T00:53:12.899Z] 93b9cdb0e59b: Download complete [2021-01-18T00:53:12.899Z] 5e14af77c1be: Verifying Checksum [2021-01-18T00:53:12.899Z] 5e14af77c1be: Download complete [2021-01-18T00:53:12.899Z] 01666e4c0597: Download complete [2021-01-18T00:53:12.899Z] 93b61091891f: Verifying Checksum [2021-01-18T00:53:12.899Z] 93b61091891f: Download complete [2021-01-18T00:53:13.529Z] df20fa9351a1: Pull complete [2021-01-18T00:53:13.816Z] 8ad3a11d3b57: Verifying Checksum [2021-01-18T00:53:13.816Z] 8ad3a11d3b57: Download complete [2021-01-18T00:53:14.114Z] 36b3adc4ff6f: Pull complete [2021-01-18T00:53:16.820Z] 8ad3a11d3b57: Pull complete [2021-01-18T00:53:16.821Z] 46f8f816bc3b: Pull complete [2021-01-18T00:53:18.379Z] 93b61091891f: Pull complete [2021-01-18T00:53:19.400Z] aa168da1d23b: Verifying Checksum [2021-01-18T00:53:19.400Z] aa168da1d23b: Download complete [2021-01-18T00:53:20.442Z] 93b9cdb0e59b: Pull complete [2021-01-18T00:53:20.732Z] 5e14af77c1be: Pull complete [2021-01-18T00:53:21.000Z] 01666e4c0597: Pull complete [2021-01-18T00:53:33.508Z] aa168da1d23b: Pull complete [2021-01-18T00:53:33.508Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-18T00:53:33.509Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T00:53:33.509Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-18T00:53:33.820Z] prd-centos7-docker-4c-2g-20845 does not seem to be running inside a container [2021-01-18T00:53:33.938Z] $ 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/30/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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-18T00:53:38.322Z] $ docker top 935d45146a3e6a21fb58f81d1237cc58674109a1025ba06c6fdffdb594fa2e45 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T00:53:39.551Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-18T00:53:40.245Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-18T00:53:40.568Z] + ls /var/log/sa-host [2021-01-18T00:53:40.568Z] + sadf -c /var/log/sa-host/sa18 [2021-01-18T00:53:40.568Z] file_magic: OK [2021-01-18T00:53:40.568Z] HZ: Using current value: 100 [2021-01-18T00:53:40.568Z] file_header: OK [2021-01-18T00:53:40.568Z] 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:53:40.568Z] Statistics: [2021-01-18T00:53:40.568Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-18T00:53:40.568Z] File successfully converted to sysstat format version 12.2.1 [2021-01-18T00:53:40.568Z] + sadf -c /var/log/sa-host/sa23 [2021-01-18T00:53:40.568Z] file_magic: OK [2021-01-18T00:53:40.568Z] HZ: Using current value: 100 [2021-01-18T00:53:40.568Z] file_header: OK [2021-01-18T00:53:40.568Z] 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:53:40.568Z] Statistics: [2021-01-18T00:53:40.568Z] Hnuu...uuuununununu... [2021-01-18T00:53:40.568Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-18T00:53:40.825Z] provisioning config files... [2021-01-18T00:53:40.849Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/30@tmp/config3122852228225112329tmp [Pipeline] { [Pipeline] echo [2021-01-18T00:53:40.922Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:53:41.241Z] ---> create-netrc.sh [Pipeline] } [2021-01-18T00:53:41.252Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-18T00:53:41.350Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:53:41.695Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-18T00:53:41.713Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:53:42.084Z] ---> sudo-logs.sh [2021-01-18T00:53:42.085Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-18T00:53:42.372Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:53:43.120Z] ---> job-cost.sh [2021-01-18T00:53:43.120Z] lf-activate-venv: SKIPPING [2021-01-18T00:53:43.120Z] INFO: No Stack... [2021-01-18T00:53:44.166Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-18T00:53:45.159Z] INFO: Archiving Costs [Pipeline] echo [2021-01-18T00:53:45.175Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T00:53:45.859Z] ---> logs-deploy.sh [2021-01-18T00:53:45.859Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/30 [2021-01-18T00:53:45.859Z] INFO: archiving workspace using pattern(s): [2021-01-18T00:53:50.039Z] Archives upload complete. [2021-01-18T00:53:50.039Z] INFO: archiving logs to Nexus