Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from c4eb6dd5dc08378382a8720c3740a8cc81c6949e+ba3f575de95cda6ffdeb8943f6d6d62c3955065b (51b7b81869e5507782e24fabfef7f26f015765af) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-21815 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/35 [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/35 # 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 Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit c4eb6dd5dc08378382a8720c3740a8cc81c6949e Merge succeeded, producing c4eb6dd5dc08378382a8720c3740a8cc81c6949e Checking out Revision c4eb6dd5dc08378382a8720c3740a8cc81c6949e (PR-2970) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f c4eb6dd5dc08378382a8720c3740a8cc81c6949e # 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 ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c4eb6dd5dc08378382a8720c3740a8cc81c6949e # timeout=10 Commit message: "feat(security): Address PR feedback" First time build. Skipping changelog. > git rev-list --no-walk 1892680d62af45601badb2c80b80b0c26b044750 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-21T01:26:18.009Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-21T01:26:18.327Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-21T01:26:18.503Z] ========================================================= [2021-01-21T01:26:18.503Z] EdgeX Global Pipelines Version Info [2021-01-21T01:26:18.503Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-21T01:26:20.981Z] ------------------- [2021-01-21T01:26:20.982Z] stable info: [2021-01-21T01:26:20.982Z] ------------------- [2021-01-21T01:26:20.982Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T01:26:20.982Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T01:26:20.982Z] Message: update stable to v1.0.179 [2021-01-21T01:26:22.052Z] ------------------- [2021-01-21T01:26:22.052Z] experimental info: [2021-01-21T01:26:22.052Z] ------------------- [2021-01-21T01:26:22.052Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T01:26:22.052Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T01:26:22.052Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-21T01:26:22.642Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-21T01:26:22.741Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-21T01:26:22.841Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-21T01:26:22.957Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-21T01:26:23.082Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-21T01:26:23.227Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-21T01:26:23.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-21T01:26:23.473Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-21T01:26:23.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-21T01:26:23.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-21T01:26:23.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-21T01:26:23.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-21T01:26:23.959Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-21T01:26:24.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-21T01:26:24.301Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T01:26:24.417Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T01:26:24.517Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-21T01:26:24.609Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-21T01:26:24.695Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-21T01:26:24.787Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-21T01:26:24.927Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-21T01:26:25.023Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-21T01:26:25.117Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-21T01:26:25.240Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo [2021-01-21T01:26:25.385Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo [2021-01-21T01:26:25.472Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo [2021-01-21T01:26:25.566Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c4eb6dd5dc08378382a8720c3740a8cc81c6949e [Pipeline] echo [2021-01-21T01:26:25.657Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c4eb6dd [Pipeline] echo [2021-01-21T01:26:25.779Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T01:26:25.965Z] provisioning config files... [2021-01-21T01:26:26.033Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/35@tmp/config7649989216075769271tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T01:26:26.492Z] ---> docker-login.sh [2021-01-21T01:26:26.493Z] nexus3.edgexfoundry.org:10001 [2021-01-21T01:26:27.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T01:26:27.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T01:26:27.409Z] Configure a credential helper to remove this warning. See [2021-01-21T01:26:27.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T01:26:27.409Z] [2021-01-21T01:26:27.409Z] Login Succeeded [2021-01-21T01:26:27.409Z] nexus3.edgexfoundry.org:10002 [2021-01-21T01:26:28.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T01:26:28.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T01:26:28.069Z] Configure a credential helper to remove this warning. See [2021-01-21T01:26:28.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T01:26:28.069Z] [2021-01-21T01:26:28.069Z] Login Succeeded [2021-01-21T01:26:28.069Z] nexus3.edgexfoundry.org:10003 [2021-01-21T01:26:28.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T01:26:28.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T01:26:28.712Z] Configure a credential helper to remove this warning. See [2021-01-21T01:26:28.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T01:26:28.712Z] [2021-01-21T01:26:28.712Z] Login Succeeded [2021-01-21T01:26:28.712Z] nexus3.edgexfoundry.org:10004 [2021-01-21T01:26:29.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T01:26:29.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T01:26:29.005Z] Configure a credential helper to remove this warning. See [2021-01-21T01:26:29.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T01:26:29.005Z] [2021-01-21T01:26:29.005Z] Login Succeeded [2021-01-21T01:26:29.005Z] docker.io [2021-01-21T01:26:29.655Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T01:26:29.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T01:26:29.928Z] Configure a credential helper to remove this warning. See [2021-01-21T01:26:29.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T01:26:29.928Z] [2021-01-21T01:26:29.928Z] Login Succeeded [2021-01-21T01:26:29.928Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T01:26:29.958Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T01:26:30.584Z] ++ 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-21T01:26:30.585Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T01:26:30.585Z] ++ dirname cmd/core-command/Dockerfile [2021-01-21T01:26:30.585Z] ++ cut -d/ -f2 [2021-01-21T01:26:30.585Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-21T01:26:30.585Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T01:26:30.585Z] ++ dirname cmd/core-data/Dockerfile [2021-01-21T01:26:30.585Z] ++ cut -d/ -f2 [2021-01-21T01:26:30.585Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-21T01:26:30.585Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T01:26:30.585Z] ++ cut -d/ -f2 [2021-01-21T01:26:30.585Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-21T01:26:30.585Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-21T01:26:30.585Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T01:26:30.585Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-21T01:26:30.585Z] ++ cut -d/ -f2 [2021-01-21T01:26:30.585Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-21T01:26:30.585Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T01:26:30.585Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-21T01:26:30.585Z] ++ cut -d/ -f2 [2021-01-21T01:26:30.585Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-21T01:26:30.585Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T01:26:30.585Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-21T01:26:30.585Z] ++ cut -d/ -f2 [2021-01-21T01:26:30.585Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-21T01:26:30.585Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T01:26:30.585Z] ++ cut -d/ -f2 [2021-01-21T01:26:30.585Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-21T01:26:30.585Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-21T01:26:30.585Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T01:26:30.585Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-21T01:26:30.585Z] ++ cut -d/ -f2 [2021-01-21T01:26:30.585Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-21T01:26:30.585Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T01:26:30.585Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-21T01:26:30.585Z] ++ cut -d/ -f2 [2021-01-21T01:26:30.585Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-21T01:26:30.740Z] 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-21T01:26:32.340Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T01:26:32.612Z] [2021-01-21T01:26:32.612Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T01:26:33.088Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T01:26:33.088Z] latest: Pulling from edgex-devops/git-semver [2021-01-21T01:26:33.088Z] 31603596830f: Pulling fs layer [2021-01-21T01:26:33.088Z] 2a8b12db71e7: Pulling fs layer [2021-01-21T01:26:33.088Z] 6ca5941a6612: Pulling fs layer [2021-01-21T01:26:33.088Z] ecc8261a40a4: Pulling fs layer [2021-01-21T01:26:33.088Z] ecc8261a40a4: Waiting [2021-01-21T01:26:33.088Z] 2a8b12db71e7: Verifying Checksum [2021-01-21T01:26:33.088Z] 2a8b12db71e7: Download complete [2021-01-21T01:26:33.395Z] 31603596830f: Verifying Checksum [2021-01-21T01:26:33.395Z] 31603596830f: Download complete [2021-01-21T01:26:34.041Z] ecc8261a40a4: Verifying Checksum [2021-01-21T01:26:34.041Z] ecc8261a40a4: Download complete [2021-01-21T01:26:34.041Z] 6ca5941a6612: Verifying Checksum [2021-01-21T01:26:34.041Z] 6ca5941a6612: Download complete [2021-01-21T01:26:34.323Z] 31603596830f: Pull complete [2021-01-21T01:26:34.921Z] 2a8b12db71e7: Pull complete [2021-01-21T01:26:35.935Z] 6ca5941a6612: Pull complete [2021-01-21T01:26:36.532Z] ecc8261a40a4: Pull complete [2021-01-21T01:26:36.532Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-21T01:26:36.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T01:26:36.532Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-21T01:26:36.731Z] prd-centos7-docker-4c-2g-21815 does not seem to be running inside a container [2021-01-21T01:26:36.916Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T01:26:40.041Z] $ docker top dbab1331b3519f36b08674ddacc1f882801a77c56b24f4137f37e2f04b921d21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T01:26:40.575Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T01:26:40.575Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T01:26:41.056Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T01:26:41.063Z] $ docker exec dbab1331b3519f36b08674ddacc1f882801a77c56b24f4137f37e2f04b921d21 ssh-agent [2021-01-21T01:26:41.343Z] SSH_AUTH_SOCK=/tmp/ssh-iqQ348yhpDxF/agent.11 [2021-01-21T01:26:41.343Z] SSH_AGENT_PID=17 [2021-01-21T01:26:41.360Z] Running ssh-add (command line suppressed) [2021-01-21T01:26:41.563Z] Identity added: /w/workspace/edgex-go/35@tmp/private_key_7216796511652462572.key (/w/workspace/edgex-go/35@tmp/private_key_7216796511652462572.key) [2021-01-21T01:26:41.682Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T01:26:42.138Z] + git tag --points-at HEAD [Pipeline] } [2021-01-21T01:26:42.200Z] $ docker exec --env ******** --env ******** dbab1331b3519f36b08674ddacc1f882801a77c56b24f4137f37e2f04b921d21 ssh-agent -k [2021-01-21T01:26:42.589Z] unset SSH_AUTH_SOCK; [2021-01-21T01:26:42.591Z] unset SSH_AGENT_PID; [2021-01-21T01:26:42.591Z] echo Agent pid 17 killed; [2021-01-21T01:26:42.751Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-21T01:26:42.961Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T01:26:42.962Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T01:26:43.288Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T01:26:43.363Z] $ docker exec dbab1331b3519f36b08674ddacc1f882801a77c56b24f4137f37e2f04b921d21 ssh-agent [2021-01-21T01:26:43.764Z] SSH_AUTH_SOCK=/tmp/ssh-u8HwnEnV2Gmv/agent.46 [2021-01-21T01:26:43.764Z] SSH_AGENT_PID=51 [2021-01-21T01:26:43.873Z] Running ssh-add (command line suppressed) [2021-01-21T01:26:44.313Z] Identity added: /w/workspace/edgex-go/35@tmp/private_key_6133672481660533265.key (/w/workspace/edgex-go/35@tmp/private_key_6133672481660533265.key) [2021-01-21T01:26:44.431Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T01:26:44.889Z] + git semver init [2021-01-21T01:26:44.889Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T01:26:44.889Z] # $GIT_DIR = /w/workspace/edgex-go/35/.git [2021-01-21T01:26:44.889Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/35 [2021-01-21T01:26:44.889Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T01:26:44.889Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T01:26:44.889Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T01:26:44.889Z] # $SEMVER_BRANCH = PR-2970 [2021-01-21T01:26:44.889Z] # $SEMVER_TEMP = /tmp/semver-397350889 [2021-01-21T01:26:44.889Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-21T01:27:17.924Z] # '/tmp/semver-397350889' -> '/w/workspace/edgex-go/35/.semver' [2021-01-21T01:27:18.558Z] # -> Force: false [2021-01-21T01:27:18.558Z] # $SEMVER_DIR = /w/workspace/edgex-go/35/.semver [Pipeline] } [2021-01-21T01:27:18.590Z] $ docker exec --env ******** --env ******** dbab1331b3519f36b08674ddacc1f882801a77c56b24f4137f37e2f04b921d21 ssh-agent -k [2021-01-21T01:27:19.381Z] unset SSH_AUTH_SOCK; [2021-01-21T01:27:19.382Z] unset SSH_AGENT_PID; [2021-01-21T01:27:19.382Z] echo Agent pid 51 killed; [2021-01-21T01:27:19.631Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T01:27:20.227Z] + git semver [Pipeline] } [2021-01-21T01:27:20.635Z] $ docker stop --time=1 dbab1331b3519f36b08674ddacc1f882801a77c56b24f4137f37e2f04b921d21 [2021-01-21T01:27:22.762Z] $ docker rm -f dbab1331b3519f36b08674ddacc1f882801a77c56b24f4137f37e2f04b921d21 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T01:27:23.602Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-21T01:27:24.825Z] Stashed 1 file(s) [Pipeline] echo [2021-01-21T01:27:24.828Z] [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-21T01:27:25.927Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T01:27:26.277Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T01:27:26.635Z] + true [2021-01-21T01:27:26.635Z] + sudo service docker restart [2021-01-21T01:27:26.635Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-21T01:27:28.087Z] ========================================================= [2021-01-21T01:27:28.087Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T01:27:28.088Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T01:27:28.479Z] + 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-21T01:27:35.355Z] Sending build context to Docker daemon 327.8MB [2021-01-21T01:27:35.355Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T01:27:35.355Z] Step 2/6 : FROM ${BASE} [2021-01-21T01:27:35.355Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T01:27:35.355Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T01:27:35.355Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T01:27:35.355Z] de9db76c5a1d: Pulling fs layer [2021-01-21T01:27:35.355Z] bca2f99d35d6: Pulling fs layer [2021-01-21T01:27:35.355Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T01:27:35.355Z] 7c6f9722023f: Pulling fs layer [2021-01-21T01:27:35.355Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T01:27:35.355Z] 93359f2a8cfa: Waiting [2021-01-21T01:27:35.355Z] 7c6f9722023f: Waiting [2021-01-21T01:27:35.355Z] a35cf1a2eb13: Waiting [2021-01-21T01:27:35.355Z] bca2f99d35d6: Waiting [2021-01-21T01:27:35.355Z] de9db76c5a1d: Download complete [2021-01-21T01:27:35.355Z] 0ef7d3d256c8: Download complete [2021-01-21T01:27:35.355Z] 93359f2a8cfa: Verifying Checksum [2021-01-21T01:27:35.355Z] 93359f2a8cfa: Download complete [2021-01-21T01:27:35.355Z] 7c6f9722023f: Verifying Checksum [2021-01-21T01:27:35.355Z] 7c6f9722023f: Download complete [2021-01-21T01:27:36.086Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T01:27:36.086Z] 188c0c94c7c5: Download complete [2021-01-21T01:27:36.892Z] 188c0c94c7c5: Pull complete [2021-01-21T01:27:37.674Z] 0ef7d3d256c8: Pull complete [2021-01-21T01:27:37.674Z] de9db76c5a1d: Pull complete [2021-01-21T01:27:40.192Z] Still waiting to schedule task [2021-01-21T01:27:40.193Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-21T01:27:42.276Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T01:27:42.277Z] a35cf1a2eb13: Download complete [2021-01-21T01:27:44.528Z] bca2f99d35d6: Verifying Checksum [2021-01-21T01:27:44.528Z] bca2f99d35d6: Download complete [2021-01-21T01:27:54.915Z] bca2f99d35d6: Pull complete [2021-01-21T01:27:54.915Z] 93359f2a8cfa: Pull complete [2021-01-21T01:27:54.915Z] 7c6f9722023f: Pull complete [2021-01-21T01:28:01.889Z] a35cf1a2eb13: Pull complete [2021-01-21T01:28:01.889Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T01:28:01.889Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T01:28:01.889Z] ---> a62c8e92a672 [2021-01-21T01:28:01.889Z] 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-21T01:28:01.889Z] ---> Running in 540d2ad2c27f [2021-01-21T01:28:03.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T01:28:04.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T01:28:04.371Z] (1/12) Installing libmagic (5.38-r0) [2021-01-21T01:28:04.652Z] (2/12) Installing file (5.38-r0) [2021-01-21T01:28:04.653Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-21T01:28:04.928Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-21T01:28:09.288Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-21T01:28:09.288Z] (6/12) Installing patch (2.7.6-r6) [2021-01-21T01:28:09.288Z] (7/12) Installing build-base (0.5-r2) [2021-01-21T01:28:09.288Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-21T01:28:09.288Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-21T01:28:09.559Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-21T01:28:09.559Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-21T01:28:09.559Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-21T01:28:09.849Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:28:09.849Z] OK: 233 MiB in 51 packages [2021-01-21T01:28:14.284Z] Removing intermediate container 540d2ad2c27f [2021-01-21T01:28:14.284Z] ---> 85c236b8c94f [2021-01-21T01:28:14.284Z] Step 4/6 : WORKDIR /edgex-go [2021-01-21T01:28:14.284Z] ---> Running in 3d3752c3e2b0 [2021-01-21T01:28:14.620Z] Removing intermediate container 3d3752c3e2b0 [2021-01-21T01:28:14.620Z] ---> e4f808ff1c2c [2021-01-21T01:28:14.620Z] Step 5/6 : COPY go.mod . [2021-01-21T01:28:15.305Z] ---> ed870c741cce [2021-01-21T01:28:15.305Z] Step 6/6 : RUN go mod download [2021-01-21T01:28:15.305Z] ---> Running in d2e1153e3055 [2021-01-21T01:28:42.346Z] Removing intermediate container d2e1153e3055 [2021-01-21T01:28:42.346Z] ---> f13cb85f2446 [2021-01-21T01:28:42.346Z] Successfully built f13cb85f2446 [2021-01-21T01:28:42.346Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T01:28:42.822Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T01:28:43.097Z] . [Pipeline] withDockerContainer [2021-01-21T01:28:43.422Z] prd-centos7-docker-4c-2g-21815 does not seem to be running inside a container [2021-01-21T01:28:43.574Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@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-x86_64 cat [2021-01-21T01:28:44.842Z] $ docker top ce7415906835ad0b1a3ea28f391656117b094739892486d6efef0f7af4d334a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T01:28:45.475Z] + go version [2021-01-21T01:28:45.475Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T01:28:45.547Z] $ docker stop --time=1 ce7415906835ad0b1a3ea28f391656117b094739892486d6efef0f7af4d334a3 [2021-01-21T01:28:47.126Z] $ docker rm -f ce7415906835ad0b1a3ea28f391656117b094739892486d6efef0f7af4d334a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T01:28:48.072Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T01:28:48.073Z] . [Pipeline] withDockerContainer [2021-01-21T01:28:48.278Z] prd-centos7-docker-4c-2g-21815 does not seem to be running inside a container [2021-01-21T01:28:48.464Z] $ 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/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@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-x86_64 cat [2021-01-21T01:28:49.638Z] $ docker top 48cb77bc7c396272e1a2a653c925cefe8d32ff1236b96b59539a633ff02ecbea -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T01:28:49.986Z] ========================================================= [2021-01-21T01:28:49.986Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-21T01:28:49.986Z] ========================================================= [Pipeline] sh [2021-01-21T01:28:50.472Z] + make test [2021-01-21T01:28:50.472Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-21T01:29:09.222Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-21T01:29:29.302Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21817 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-21T01:29:29.366Z] Running in /w/workspace/edgex-go/35 [Pipeline] { [Pipeline] checkout [2021-01-21T01:29:34.502Z] using credential edgex-jenkins-ssh [2021-01-21T01:29:34.571Z] Cloning the remote Git repository [2021-01-21T01:29:34.638Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-21T01:29:34.748Z] > git init /w/workspace/edgex-go/35 # timeout=10 [2021-01-21T01:29:34.830Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T01:29:34.831Z] > git --version # timeout=10 [2021-01-21T01:29:34.849Z] > git --version # 'git version 2.17.1' [2021-01-21T01:29:34.851Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T01:29:34.920Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T01:29:37.976Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-21T01:29:48.798Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-21T01:29:48.798Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-21T01:29:48.798Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-21T01:29:48.798Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-21T01:29:50.795Z] Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:29:51.324Z] Merge succeeded, producing c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:29:51.325Z] Checking out Revision c4eb6dd5dc08378382a8720c3740a8cc81c6949e (PR-2970) [2021-01-21T01:29:49.834Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T01:29:49.850Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T01:29:49.879Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T01:29:49.921Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T01:29:49.921Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T01:29:49.937Z] > 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-21T01:29:50.809Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T01:29:50.837Z] > git checkout -f c4eb6dd5dc08378382a8720c3740a8cc81c6949e # timeout=10 [2021-01-21T01:29:51.142Z] > git remote # timeout=10 [2021-01-21T01:29:51.168Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T01:29:51.187Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T01:29:51.198Z] > git merge ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 [2021-01-21T01:29:51.267Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T01:29:51.370Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T01:29:51.384Z] > git checkout -f c4eb6dd5dc08378382a8720c3740a8cc81c6949e # timeout=10 [2021-01-21T01:29:55.667Z] Commit message: "feat(security): Address PR feedback" [2021-01-21T01:29:55.841Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-21T01:29:55.841Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-21T01:29:55.841Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-21T01:29:55.841Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-21T01:29:55.841Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-21T01:29:55.841Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T01:29:57.327Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-21T01:29:57.810Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T01:29:58.158Z] + sudo service docker restart [2021-01-21T01:29:58.158Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T01:30:00.228Z] provisioning config files... [2021-01-21T01:30:00.285Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/35@tmp/config3735300308152219166tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T01:30:00.532Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-21T01:30:00.532Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-21T01:30:00.533Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-21T01:30:00.785Z] ---> docker-login.sh [2021-01-21T01:30:00.785Z] nexus3.edgexfoundry.org:10001 [2021-01-21T01:30:01.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T01:30:02.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T01:30:02.049Z] Configure a credential helper to remove this warning. See [2021-01-21T01:30:02.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T01:30:02.049Z] [2021-01-21T01:30:02.049Z] Login Succeeded [2021-01-21T01:30:02.049Z] nexus3.edgexfoundry.org:10002 [2021-01-21T01:30:02.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T01:30:02.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T01:30:02.602Z] Configure a credential helper to remove this warning. See [2021-01-21T01:30:02.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T01:30:02.602Z] [2021-01-21T01:30:02.602Z] Login Succeeded [2021-01-21T01:30:02.602Z] nexus3.edgexfoundry.org:10003 [2021-01-21T01:30:03.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T01:30:03.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T01:30:03.202Z] Configure a credential helper to remove this warning. See [2021-01-21T01:30:03.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T01:30:03.202Z] [2021-01-21T01:30:03.202Z] Login Succeeded [2021-01-21T01:30:03.202Z] nexus3.edgexfoundry.org:10004 [2021-01-21T01:30:03.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T01:30:03.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T01:30:03.801Z] Configure a credential helper to remove this warning. See [2021-01-21T01:30:03.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T01:30:03.801Z] [2021-01-21T01:30:03.801Z] Login Succeeded [2021-01-21T01:30:03.801Z] docker.io [2021-01-21T01:30:04.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T01:30:04.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T01:30:04.673Z] Configure a credential helper to remove this warning. See [2021-01-21T01:30:04.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T01:30:04.673Z] [2021-01-21T01:30:04.673Z] Login Succeeded [2021-01-21T01:30:04.673Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T01:30:04.690Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-21T01:30:05.193Z] ========================================================= [2021-01-21T01:30:05.193Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T01:30:05.193Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T01:30:05.581Z] + 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-21T01:30:06.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.305s coverage: 46.6% of statements [2021-01-21T01:30:06.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-21T01:30:06.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-21T01:30:06.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-21T01:30:06.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-21T01:30:06.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-21T01:30:08.208Z] Sending build context to Docker daemon 166.3MB [2021-01-21T01:30:08.208Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T01:30:08.208Z] Step 2/6 : FROM ${BASE} [2021-01-21T01:30:08.208Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T01:30:08.208Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T01:30:08.208Z] a4357932f1b6: Pulling fs layer [2021-01-21T01:30:08.208Z] 18c013af1878: Pulling fs layer [2021-01-21T01:30:08.208Z] 00ac8860ef70: Pulling fs layer [2021-01-21T01:30:08.208Z] 63d7cb157983: Pulling fs layer [2021-01-21T01:30:08.208Z] b116817d02f9: Pulling fs layer [2021-01-21T01:30:08.208Z] 745a02a5169b: Pulling fs layer [2021-01-21T01:30:08.208Z] 00ac8860ef70: Waiting [2021-01-21T01:30:08.208Z] 63d7cb157983: Waiting [2021-01-21T01:30:08.208Z] b116817d02f9: Waiting [2021-01-21T01:30:08.208Z] 745a02a5169b: Waiting [2021-01-21T01:30:08.208Z] 18c013af1878: Verifying Checksum [2021-01-21T01:30:08.208Z] 18c013af1878: Download complete [2021-01-21T01:30:08.208Z] a4357932f1b6: Verifying Checksum [2021-01-21T01:30:08.208Z] a4357932f1b6: Download complete [2021-01-21T01:30:08.208Z] 63d7cb157983: Verifying Checksum [2021-01-21T01:30:08.208Z] 63d7cb157983: Download complete [2021-01-21T01:30:08.208Z] b116817d02f9: Verifying Checksum [2021-01-21T01:30:08.208Z] b116817d02f9: Download complete [2021-01-21T01:30:08.208Z] 5f621e34cdf4: Verifying Checksum [2021-01-21T01:30:08.208Z] 5f621e34cdf4: Download complete [2021-01-21T01:30:08.805Z] 5f621e34cdf4: Pull complete [2021-01-21T01:30:09.087Z] a4357932f1b6: Pull complete [2021-01-21T01:30:09.362Z] 18c013af1878: Pull complete [2021-01-21T01:30:09.957Z] 745a02a5169b: Verifying Checksum [2021-01-21T01:30:09.957Z] 745a02a5169b: Download complete [2021-01-21T01:30:11.398Z] 00ac8860ef70: Verifying Checksum [2021-01-21T01:30:11.398Z] 00ac8860ef70: Download complete [2021-01-21T01:30:12.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.306s coverage: 27.0% of statements [2021-01-21T01:30:12.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-21T01:30:12.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-21T01:30:12.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-21T01:30:12.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-21T01:30:12.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-21T01:30:12.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-21T01:30:12.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.177s coverage: 100.0% of statements [2021-01-21T01:30:12.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-21T01:30:12.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.116s coverage: 100.0% of statements [2021-01-21T01:30:12.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-21T01:30:12.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-21T01:30:12.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 67.9% of statements [2021-01-21T01:30:12.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-21T01:30:12.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-21T01:30:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.560s coverage: 82.3% of statements [2021-01-21T01:30:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-21T01:30:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T01:30:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-21T01:30:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-21T01:30:16.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.705s coverage: 28.6% of statements [2021-01-21T01:30:16.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-21T01:30:16.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-21T01:30:16.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-21T01:30:16.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-21T01:30:16.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-21T01:30:16.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.218s coverage: 100.0% of statements [2021-01-21T01:30:16.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-21T01:30:16.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements [2021-01-21T01:30:16.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-21T01:30:17.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.211s coverage: 86.7% of statements [2021-01-21T01:30:17.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-21T01:30:18.528Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.176s coverage: 97.5% of statements [2021-01-21T01:30:18.528Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-21T01:30:18.528Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.098s coverage: 78.3% of statements [2021-01-21T01:30:18.528Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-21T01:30:18.528Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-21T01:30:18.528Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-21T01:30:18.528Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-21T01:30:21.551Z] 00ac8860ef70: Pull complete [2021-01-21T01:30:21.551Z] 63d7cb157983: Pull complete [2021-01-21T01:30:21.551Z] b116817d02f9: Pull complete [2021-01-21T01:30:24.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.939s coverage: 92.8% of statements [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-21T01:30:24.234Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-21T01:30:24.234Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.110s coverage: 0.1% of statements [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-21T01:30:24.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-21T01:30:24.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.094s coverage: 43.8% of statements [2021-01-21T01:30:24.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.107s coverage: 79.5% of statements [2021-01-21T01:30:24.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.087s coverage: 94.1% of statements [2021-01-21T01:30:24.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.185s coverage: 96.3% of statements [2021-01-21T01:30:24.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.045s coverage: 87.5% of statements [2021-01-21T01:30:24.932Z] 745a02a5169b: Pull complete [2021-01-21T01:30:25.204Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T01:30:25.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T01:30:25.204Z] ---> b7e6874047d6 [2021-01-21T01:30:25.204Z] 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-21T01:30:28.583Z] ---> Running in 980d4fcfdedf [2021-01-21T01:30:29.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T01:30:30.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T01:30:30.756Z] (1/12) Installing libmagic (5.38-r0) [2021-01-21T01:30:30.756Z] (2/12) Installing file (5.38-r0) [2021-01-21T01:30:31.029Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-21T01:30:31.029Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-21T01:30:33.638Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-21T01:30:33.638Z] (6/12) Installing patch (2.7.6-r6) [2021-01-21T01:30:33.638Z] (7/12) Installing build-base (0.5-r2) [2021-01-21T01:30:33.638Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-21T01:30:33.638Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-21T01:30:33.638Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-21T01:30:33.911Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-21T01:30:33.911Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-21T01:30:34.183Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:30:34.183Z] OK: 217 MiB in 51 packages [2021-01-21T01:30:36.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.087s coverage: 94.4% of statements [2021-01-21T01:30:36.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.095s coverage: 44.8% of statements [2021-01-21T01:30:36.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-21T01:30:36.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-21T01:30:36.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-21T01:30:36.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-21T01:30:36.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.216s coverage: 87.2% of statements [2021-01-21T01:30:36.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-21T01:30:36.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-21T01:30:36.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements [2021-01-21T01:30:36.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-21T01:30:36.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.062s coverage: 75.5% of statements [2021-01-21T01:30:36.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-21T01:30:36.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.081s coverage: 80.8% of statements [2021-01-21T01:30:36.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements [2021-01-21T01:30:36.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.144s coverage: 84.2% of statements [2021-01-21T01:30:36.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.123s coverage: 91.4% of statements [2021-01-21T01:30:36.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-21T01:30:36.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.534s coverage: 63.5% of statements [2021-01-21T01:30:36.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-21T01:30:36.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-21T01:30:36.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-01-21T01:30:36.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2021-01-21T01:30:36.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.091s coverage: 100.0% of statements [2021-01-21T01:30:36.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements [2021-01-21T01:30:36.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-01-21T01:30:38.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.733s coverage: 68.9% of statements [2021-01-21T01:30:38.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-21T01:30:38.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-21T01:30:38.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-21T01:30:38.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-21T01:30:38.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-21T01:30:38.512Z] Removing intermediate container 980d4fcfdedf [2021-01-21T01:30:38.512Z] ---> 3798d25c67d6 [2021-01-21T01:30:38.512Z] Step 4/6 : WORKDIR /edgex-go [2021-01-21T01:30:38.512Z] ---> Running in 41122692d0c1 [2021-01-21T01:30:38.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.148s coverage: 37.0% of statements [2021-01-21T01:30:38.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-21T01:30:38.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-21T01:30:38.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.526s coverage: 84.0% of statements [2021-01-21T01:30:38.784Z] Removing intermediate container 41122692d0c1 [2021-01-21T01:30:38.784Z] ---> 269f659ae0aa [2021-01-21T01:30:38.784Z] Step 5/6 : COPY go.mod . [2021-01-21T01:30:39.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.077s coverage: 100.0% of statements [2021-01-21T01:30:39.378Z] ---> b06956dd6208 [2021-01-21T01:30:39.378Z] Step 6/6 : RUN go mod download [2021-01-21T01:30:39.651Z] ---> Running in f423326eb52d [2021-01-21T01:30:42.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.254s coverage: 47.1% of statements [2021-01-21T01:30:42.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-21T01:30:42.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-21T01:30:42.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-21T01:30:42.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-21T01:30:42.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-21T01:30:42.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.089s coverage: 100.0% of statements [2021-01-21T01:30:42.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-21T01:30:42.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.142s coverage: 100.0% of statements [2021-01-21T01:30:42.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-21T01:30:45.108Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.222s coverage: 29.1% of statements [2021-01-21T01:30:45.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-21T01:30:45.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-21T01:30:45.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-21T01:30:45.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-21T01:30:45.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-21T01:30:45.108Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements [2021-01-21T01:30:45.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-21T01:30:45.108Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements [2021-01-21T01:30:45.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-21T01:30:45.108Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-01-21T01:30:45.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-21T01:30:45.108Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2021-01-21T01:30:45.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-21T01:30:45.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-21T01:30:45.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-21T01:30:45.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-21T01:30:45.757Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements [2021-01-21T01:30:45.757Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-21T01:30:45.757Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-21T01:30:45.757Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2021-01-21T01:30:46.423Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.079s coverage: 32.1% of statements [2021-01-21T01:30:46.697Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.170s coverage: 100.0% of statements [2021-01-21T01:30:47.333Z] GO111MODULE=on go vet ./... [2021-01-21T01:31:06.454Z] Removing intermediate container f423326eb52d [2021-01-21T01:31:06.454Z] ---> 4bbd2331dcc0 [2021-01-21T01:31:06.454Z] Successfully built 4bbd2331dcc0 [2021-01-21T01:31:06.454Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T01:31:06.790Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T01:31:06.790Z] . [Pipeline] withDockerContainer [2021-01-21T01:31:07.062Z] prd-ubuntu18.04-docker-arm64-4c-16g-21817 does not seem to be running inside a container [2021-01-21T01:31:07.143Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@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 ******** ci-base-image-arm64 cat [2021-01-21T01:31:08.640Z] $ docker top bf276d9064454de270cd3cd29b140fc0008d83e30a845ee3c25810c27bec812b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T01:31:09.644Z] + go version [2021-01-21T01:31:09.644Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-21T01:31:09.665Z] $ docker stop --time=1 bf276d9064454de270cd3cd29b140fc0008d83e30a845ee3c25810c27bec812b [2021-01-21T01:31:11.620Z] $ docker rm -f bf276d9064454de270cd3cd29b140fc0008d83e30a845ee3c25810c27bec812b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T01:31:12.653Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T01:31:12.653Z] . [Pipeline] withDockerContainer [2021-01-21T01:31:12.915Z] prd-ubuntu18.04-docker-arm64-4c-16g-21817 does not seem to be running inside a container [2021-01-21T01:31:12.996Z] $ 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/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@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 ******** ci-base-image-arm64 cat [2021-01-21T01:31:14.462Z] $ docker top 061468a84b8639af6e1770a65cd58225bd3c181b63a3406b626c0f788220bcb7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T01:31:14.858Z] ========================================================= [2021-01-21T01:31:14.858Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-21T01:31:14.858Z] ========================================================= [Pipeline] sh [2021-01-21T01:31:15.500Z] + make test [2021-01-21T01:31:15.501Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-21T01:31:34.659Z] gofmt -l . [2021-01-21T01:31:35.640Z] [ "`gofmt -l .`" = "" ] [2021-01-21T01:31:36.650Z] ./bin/test-go-mod-tidy.sh [2021-01-21T01:31:37.679Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-21T01:31:38.173Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-21T01:31:39.456Z] + ls -al . [2021-01-21T01:31:39.456Z] total 668 [2021-01-21T01:31:39.456Z] drwxrwxr-x 10 1001 1001 4096 Jan 21 01:31 . [2021-01-21T01:31:39.456Z] drwxr-xr-x 4 root root 30 Jan 21 01:28 .. [2021-01-21T01:31:39.456Z] -rw-rw-r-- 1 1001 1001 11 Jan 21 01:26 .dockerignore [2021-01-21T01:31:39.456Z] drwxrwxr-x 8 1001 1001 179 Jan 21 01:26 .git [2021-01-21T01:31:39.456Z] drwxrwxr-x 3 1001 1001 125 Jan 21 01:26 .github [2021-01-21T01:31:39.456Z] -rw-rw-r-- 1 1001 1001 872 Jan 21 01:26 .gitignore [2021-01-21T01:31:39.456Z] drwx------ 3 1001 1001 47 Jan 21 01:27 .semver [2021-01-21T01:31:39.456Z] -rw-rw-r-- 1 1001 1001 166 Jan 21 01:26 .sonarcloud.properties [2021-01-21T01:31:39.456Z] -rw-rw-r-- 1 1001 1001 7859 Jan 21 01:26 Attribution.txt [2021-01-21T01:31:39.456Z] -rw-rw-r-- 1 1001 1001 3804 Jan 21 01:26 CONTRIBUTING.md [2021-01-21T01:31:39.456Z] -rw-rw-r-- 1 1001 1001 931 Jan 21 01:26 Dockerfile.build [2021-01-21T01:31:39.456Z] -rw-rw-r-- 1 1001 1001 863 Jan 21 01:26 Jenkinsfile [2021-01-21T01:31:39.456Z] -rw-rw-r-- 1 1001 1001 10775 Jan 21 01:26 LICENSE [2021-01-21T01:31:39.456Z] -rw-rw-r-- 1 1001 1001 6001 Jan 21 01:26 Makefile [2021-01-21T01:31:39.456Z] -rw-rw-r-- 1 1001 1001 6524 Jan 21 01:26 README.md [2021-01-21T01:31:39.456Z] -rw-rw-r-- 1 1001 1001 6744 Jan 21 01:26 SECURITY.md [2021-01-21T01:31:39.456Z] -rw-rw-r-- 1 1001 1001 5 Jan 21 01:27 VERSION [2021-01-21T01:31:39.456Z] -rw-rw-r-- 1 1001 1001 4131 Jan 21 01:26 ZMQWindows.md [2021-01-21T01:31:39.456Z] drwxrwxr-x 2 1001 1001 117 Jan 21 01:26 bin [2021-01-21T01:31:39.456Z] drwxrwxr-x 15 1001 1001 4096 Jan 21 01:26 cmd [2021-01-21T01:31:39.456Z] -rw-r--r-- 1 root root 561674 Jan 21 01:30 coverage.out [2021-01-21T01:31:39.456Z] -rw-r--r-- 1 root root 1053 Jan 21 01:31 go.mod [2021-01-21T01:31:39.457Z] -rw-r--r-- 1 root root 18878 Jan 21 01:31 go.sum [2021-01-21T01:31:39.457Z] drwxrwxr-x 8 1001 1001 127 Jan 21 01:26 internal [2021-01-21T01:31:39.457Z] drwxrwxr-x 4 1001 1001 26 Jan 21 01:26 openapi [2021-01-21T01:31:39.457Z] drwxrwxr-x 4 1001 1001 71 Jan 21 01:26 snap [2021-01-21T01:31:39.457Z] -rw-rw-r-- 1 1001 1001 168 Jan 21 01:26 version.go [Pipeline] sh [2021-01-21T01:31:40.231Z] + '[' -e coverage.out ] [2021-01-21T01:31:40.231Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-21T01:31:40.764Z] Stashed 1 file(s) [Pipeline] sh [2021-01-21T01:31:42.051Z] + make build [2021-01-21T01:31:42.051Z] 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-21T01:31:47.735Z] 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-21T01:32:00.403Z] 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-21T01:32:02.529Z] 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-21T01:32:06.004Z] 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-21T01:32:07.120Z] 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-21T01:32:11.609Z] 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-21T01:32:13.636Z] 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-21T01:32:16.483Z] 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-21T01:32:19.182Z] 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-21T01:32:22.903Z] 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-21T01:32:24.689Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-21T01:32:25.734Z] 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-21T01:32:27.811Z] 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-21T01:32:28.085Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [Pipeline] } [2021-01-21T01:32:30.623Z] $ docker stop --time=1 48cb77bc7c396272e1a2a653c925cefe8d32ff1236b96b59539a633ff02ecbea [2021-01-21T01:32:33.062Z] $ docker rm -f 48cb77bc7c396272e1a2a653c925cefe8d32ff1236b96b59539a633ff02ecbea [2021-01-21T01:32:33.528Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-21T01:32:33.528Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-21T01:32:33.528Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T01:32:37.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T01:32:37.161Z] [2021-01-21T01:32:37.161Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T01:32:37.638Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T01:32:37.905Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-21T01:32:37.905Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-21T01:32:37.905Z] ca9280d653b3: Pulling fs layer [2021-01-21T01:32:37.905Z] 7e9c9ca2126c: Pulling fs layer [2021-01-21T01:32:38.517Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-21T01:32:38.517Z] cbdbe7a5bc2a: Download complete [2021-01-21T01:32:39.557Z] ca9280d653b3: Verifying Checksum [2021-01-21T01:32:39.557Z] ca9280d653b3: Download complete [2021-01-21T01:32:39.557Z] cbdbe7a5bc2a: Pull complete [2021-01-21T01:32:40.562Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-21T01:32:40.562Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-21T01:32:40.562Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-21T01:32:40.562Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-21T01:32:40.562Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-21T01:32:40.562Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-21T01:32:42.673Z] ca9280d653b3: Pull complete [2021-01-21T01:32:44.134Z] 7e9c9ca2126c: Download complete [2021-01-21T01:32:47.437Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-21T01:32:47.437Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-21T01:32:47.437Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-21T01:32:54.178Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.256s coverage: 46.6% of statements [2021-01-21T01:32:54.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-21T01:32:54.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-21T01:32:54.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-21T01:32:54.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-21T01:32:54.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-21T01:32:56.678Z] 7e9c9ca2126c: Pull complete [2021-01-21T01:32:56.678Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-21T01:32:56.678Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T01:32:56.678Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-21T01:32:56.975Z] prd-centos7-docker-4c-2g-21815 does not seem to be running inside a container [2021-01-21T01:32:57.106Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@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-21T01:32:59.037Z] $ docker top 62a000f237e53809648fdab4b1a5007da13defcde47092f824656c686ecabb18 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T01:32:59.602Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.549s coverage: 27.0% of statements [2021-01-21T01:32:59.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-21T01:32:59.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-21T01:32:59.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-21T01:32:59.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-21T01:32:59.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-21T01:32:59.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-21T01:32:59.602Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-01-21T01:32:59.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-21T01:32:59.602Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements [2021-01-21T01:32:59.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-21T01:32:59.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-21T01:32:59.602Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.259s coverage: 67.9% of statements [2021-01-21T01:32:59.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-21T01:32:59.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-21T01:32:59.772Z] + docker-compose build --help [2021-01-21T01:32:59.772Z] + grep parallel [2021-01-21T01:33:00.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.724s coverage: 82.3% of statements [2021-01-21T01:33:00.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-21T01:33:00.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T01:33:00.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-21T01:33:00.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-21T01:33:01.257Z] --parallel Build images in parallel. [Pipeline] } [2021-01-21T01:33:01.544Z] $ docker stop --time=1 62a000f237e53809648fdab4b1a5007da13defcde47092f824656c686ecabb18 [2021-01-21T01:33:03.263Z] $ docker rm -f 62a000f237e53809648fdab4b1a5007da13defcde47092f824656c686ecabb18 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T01:33:04.036Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T01:33:04.036Z] . [Pipeline] withDockerContainer [2021-01-21T01:33:04.243Z] prd-centos7-docker-4c-2g-21815 does not seem to be running inside a container [2021-01-21T01:33:04.337Z] $ 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/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@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:latest cat [2021-01-21T01:33:05.668Z] $ docker top 4fe1d522f50a8c8bc290a81eedb1585b44bbf84225d164dd371df744752b2b5a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T01:33:06.343Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-21T01:33:07.796Z] Building docker-core-command-go ... [2021-01-21T01:33:07.796Z] Building docker-core-data-go ... [2021-01-21T01:33:07.796Z] Building docker-core-metadata-go ... [2021-01-21T01:33:07.796Z] Building docker-security-bootstrapper-go ... [2021-01-21T01:33:07.796Z] Building docker-security-proxy-setup-go ... [2021-01-21T01:33:07.796Z] Building docker-security-secretstore-setup-go ... [2021-01-21T01:33:07.796Z] Building docker-support-notifications-go ... [2021-01-21T01:33:07.796Z] Building docker-support-scheduler-go ... [2021-01-21T01:33:07.796Z] Building docker-sys-mgmt-agent-go ... [2021-01-21T01:33:07.796Z] Building docker-security-secretstore-setup-go [2021-01-21T01:33:07.796Z] Building docker-support-scheduler-go [2021-01-21T01:33:07.796Z] Building docker-security-proxy-setup-go [2021-01-21T01:33:07.796Z] Building docker-security-bootstrapper-go [2021-01-21T01:33:07.796Z] Building docker-core-command-go [2021-01-21T01:33:08.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.113s coverage: 28.6% of statements [2021-01-21T01:33:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-21T01:33:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-21T01:33:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-21T01:33:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-21T01:33:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-21T01:33:08.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.191s coverage: 100.0% of statements [2021-01-21T01:33:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-21T01:33:08.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements [2021-01-21T01:33:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-21T01:33:08.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.291s coverage: 86.7% of statements [2021-01-21T01:33:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-21T01:33:08.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.344s coverage: 97.5% of statements [2021-01-21T01:33:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-21T01:33:08.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.137s coverage: 78.3% of statements [2021-01-21T01:33:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-21T01:33:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-21T01:33:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-21T01:33:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-21T01:33:19.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.133s coverage: 92.8% of statements [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-21T01:33:19.102Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-21T01:33:19.102Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.191s coverage: 0.1% of statements [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-21T01:33:19.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-21T01:33:19.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 43.8% of statements [2021-01-21T01:33:19.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.094s coverage: 79.5% of statements [2021-01-21T01:33:19.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements [2021-01-21T01:33:19.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements [2021-01-21T01:33:19.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements [2021-01-21T01:33:31.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.079s coverage: 94.4% of statements [2021-01-21T01:33:31.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-01-21T01:33:31.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-21T01:33:31.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-21T01:33:31.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-21T01:33:31.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-21T01:33:31.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.119s coverage: 87.2% of statements [2021-01-21T01:33:31.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-21T01:33:31.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-21T01:33:31.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-01-21T01:33:31.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-21T01:33:31.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-01-21T01:33:31.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-21T01:33:31.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-01-21T01:33:31.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.115s coverage: 87.2% of statements [2021-01-21T01:33:31.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.125s coverage: 84.2% of statements [2021-01-21T01:33:31.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.149s coverage: 91.4% of statements [2021-01-21T01:33:31.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-21T01:33:31.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.487s coverage: 63.5% of statements [2021-01-21T01:33:31.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-21T01:33:31.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-21T01:33:31.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-01-21T01:33:32.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 91.3% of statements [2021-01-21T01:33:33.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements [2021-01-21T01:33:33.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements [2021-01-21T01:33:34.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-01-21T01:33:38.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.892s coverage: 68.9% of statements [2021-01-21T01:33:38.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-21T01:33:38.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-21T01:33:38.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-21T01:33:38.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-21T01:33:38.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-21T01:33:40.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.387s coverage: 37.0% of statements [2021-01-21T01:33:40.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-21T01:33:40.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-21T01:33:40.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.709s coverage: 84.0% of statements [2021-01-21T01:33:40.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.117s coverage: 100.0% of statements [2021-01-21T01:33:46.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.363s coverage: 47.1% of statements [2021-01-21T01:33:46.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-21T01:33:46.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-21T01:33:46.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-21T01:33:46.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-21T01:33:46.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-21T01:33:46.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements [2021-01-21T01:33:46.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-21T01:33:46.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements [2021-01-21T01:33:46.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-21T01:33:52.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.020s coverage: 29.1% of statements [2021-01-21T01:33:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-21T01:33:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-21T01:33:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-21T01:33:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-21T01:33:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-21T01:33:52.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.211s coverage: 99.0% of statements [2021-01-21T01:33:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-21T01:33:52.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2021-01-21T01:33:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-21T01:33:52.324Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements [2021-01-21T01:33:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-21T01:33:52.324Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-01-21T01:33:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-21T01:33:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-21T01:33:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-21T01:33:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-21T01:33:52.324Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements [2021-01-21T01:33:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-21T01:33:52.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-21T01:33:52.324Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-01-21T01:33:52.324Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-01-21T01:33:52.920Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-21T01:33:53.513Z] GO111MODULE=on go vet ./... [2021-01-21T01:34:05.394Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T01:34:05.394Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T01:34:05.394Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T01:34:05.394Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T01:34:05.394Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T01:34:05.394Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T01:34:05.394Z] ---> f13cb85f2446 [2021-01-21T01:34:05.394Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T01:34:05.394Z] ---> f13cb85f2446 [2021-01-21T01:34:05.394Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T01:34:05.394Z] ---> f13cb85f2446 [2021-01-21T01:34:05.394Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T01:34:05.394Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T01:34:05.394Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-21T01:34:05.394Z] ---> f13cb85f2446 [2021-01-21T01:34:05.394Z] Step 3/33 : WORKDIR /edgex-go [2021-01-21T01:34:05.394Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T01:34:05.394Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T01:34:05.394Z] ---> f13cb85f2446 [2021-01-21T01:34:05.394Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T01:34:05.394Z] ---> Running in d3d61aa1f7ec [2021-01-21T01:34:05.394Z] ---> Running in 53e8a984bd28 [2021-01-21T01:34:05.394Z] ---> Running in 536bed05f160 [2021-01-21T01:34:05.394Z] ---> Running in 2d4c159ae204 [2021-01-21T01:34:05.394Z] ---> Running in d1f16489be6b [2021-01-21T01:34:05.685Z] Removing intermediate container 536bed05f160 [2021-01-21T01:34:05.685Z] ---> 610be262affa [2021-01-21T01:34:05.685Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:34:05.685Z] Removing intermediate container 2d4c159ae204 [2021-01-21T01:34:05.685Z] ---> 655fd3cc8045 [2021-01-21T01:34:05.685Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:34:05.685Z] Removing intermediate container 53e8a984bd28 [2021-01-21T01:34:05.685Z] ---> 59111dd3c040 [2021-01-21T01:34:05.685Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:34:05.967Z] Removing intermediate container d3d61aa1f7ec [2021-01-21T01:34:05.967Z] ---> bdd167fc58e5 [2021-01-21T01:34:05.967Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:34:05.967Z] Removing intermediate container d1f16489be6b [2021-01-21T01:34:05.967Z] ---> f8506dfd8a29 [2021-01-21T01:34:05.967Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:34:05.967Z] ---> Running in 19b4c251baa4 [2021-01-21T01:34:05.967Z] ---> Running in 4d81fa6f9a31 [2021-01-21T01:34:05.967Z] ---> Running in 899c01ef756c [2021-01-21T01:34:05.967Z] ---> Running in 484f47c73ea5 [2021-01-21T01:34:05.967Z] ---> Running in 3ab90ddbba9b [2021-01-21T01:34:09.428Z] Removing intermediate container 19b4c251baa4 [2021-01-21T01:34:09.428Z] ---> 47eb212a5997 [2021-01-21T01:34:09.428Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-21T01:34:09.428Z] ---> Running in 5d28982c5418 [2021-01-21T01:34:09.428Z] Removing intermediate container 899c01ef756c [2021-01-21T01:34:09.428Z] ---> e35de00222bc [2021-01-21T01:34:09.428Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-21T01:34:09.747Z] Removing intermediate container 4d81fa6f9a31 [2021-01-21T01:34:09.747Z] ---> 5d9f02698bcf [2021-01-21T01:34:09.747Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T01:34:09.747Z] Removing intermediate container 3ab90ddbba9b [2021-01-21T01:34:09.747Z] ---> edc6c999b490 [2021-01-21T01:34:09.747Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T01:34:09.747Z] ---> Running in f83d4e9a126e [2021-01-21T01:34:09.747Z] Removing intermediate container 484f47c73ea5 [2021-01-21T01:34:09.747Z] ---> 7200034db967 [2021-01-21T01:34:09.747Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-21T01:34:10.054Z] ---> Running in 6c4a0bc6d149 [2021-01-21T01:34:10.054Z] ---> Running in 2fa0e912ddf0 [2021-01-21T01:34:10.054Z] ---> Running in 3c1771678ede [2021-01-21T01:34:11.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T01:34:11.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T01:34:11.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T01:34:11.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T01:34:11.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T01:34:11.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T01:34:11.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T01:34:11.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T01:34:12.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T01:34:12.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T01:34:12.655Z] OK: 233 MiB in 51 packages [2021-01-21T01:34:13.041Z] OK: 233 MiB in 51 packages [2021-01-21T01:34:13.041Z] OK: 233 MiB in 51 packages [2021-01-21T01:34:13.333Z] OK: 233 MiB in 51 packages [2021-01-21T01:34:13.333Z] OK: 233 MiB in 51 packages [2021-01-21T01:34:14.891Z] Removing intermediate container f83d4e9a126e [2021-01-21T01:34:14.891Z] ---> e3fb9032222e [2021-01-21T01:34:14.891Z] Step 6/24 : COPY go.mod . [2021-01-21T01:34:14.891Z] Removing intermediate container 5d28982c5418 [2021-01-21T01:34:14.891Z] ---> fc05ea36136b [2021-01-21T01:34:14.891Z] Step 6/23 : COPY go.mod . [2021-01-21T01:34:15.184Z] Removing intermediate container 6c4a0bc6d149 [2021-01-21T01:34:15.184Z] ---> 61c1b0dac7ab [2021-01-21T01:34:15.184Z] Step 6/21 : COPY go.mod . [2021-01-21T01:34:15.501Z] Removing intermediate container 3c1771678ede [2021-01-21T01:34:15.501Z] ---> 432319d24f5d [2021-01-21T01:34:15.501Z] Step 6/33 : COPY go.mod . [2021-01-21T01:34:15.501Z] Removing intermediate container 2fa0e912ddf0 [2021-01-21T01:34:15.501Z] ---> 7ac6aac4b35c [2021-01-21T01:34:15.501Z] Step 6/22 : COPY go.mod . [2021-01-21T01:34:15.501Z] ---> c00516346f58 [2021-01-21T01:34:15.501Z] Step 7/24 : RUN go mod download [2021-01-21T01:34:15.786Z] ---> 25f704af234a [2021-01-21T01:34:15.786Z] Step 7/23 : RUN go mod download [2021-01-21T01:34:15.786Z] ---> Running in 76360eec0c2f [2021-01-21T01:34:16.062Z] ---> Running in f410493d91b7 [2021-01-21T01:34:16.062Z] ---> 5d59ed6ed0b4 [2021-01-21T01:34:16.062Z] Step 7/21 : RUN go mod download [2021-01-21T01:34:16.062Z] ---> ef434b3c5c36 [2021-01-21T01:34:16.062Z] Step 7/33 : RUN go mod download [2021-01-21T01:34:16.355Z] ---> aad7514e37e5 [2021-01-21T01:34:16.355Z] Step 7/22 : RUN go mod download [2021-01-21T01:34:16.355Z] ---> Running in 00375ccea505 [2021-01-21T01:34:16.355Z] ---> Running in f5d5a888c3df [2021-01-21T01:34:16.684Z] ---> Running in 45f87b292926 [2021-01-21T01:34:21.178Z] Removing intermediate container f5d5a888c3df [2021-01-21T01:34:21.178Z] ---> 56c144fe4921 [2021-01-21T01:34:21.178Z] Step 8/33 : COPY . . [2021-01-21T01:34:21.178Z] Removing intermediate container 00375ccea505 [2021-01-21T01:34:21.178Z] ---> 8c36b7030ba5 [2021-01-21T01:34:21.178Z] Step 8/21 : COPY . . [2021-01-21T01:34:21.485Z] Removing intermediate container 45f87b292926 [2021-01-21T01:34:21.485Z] ---> 80c394ded49c [2021-01-21T01:34:21.485Z] Step 8/22 : COPY . . [2021-01-21T01:34:22.161Z] Removing intermediate container f410493d91b7 [2021-01-21T01:34:22.162Z] ---> 264050b5cfa0 [2021-01-21T01:34:22.162Z] Step 8/23 : COPY . . [2021-01-21T01:34:22.845Z] Removing intermediate container 76360eec0c2f [2021-01-21T01:34:22.845Z] ---> cd2ccf99076d [2021-01-21T01:34:22.845Z] Step 8/24 : COPY . . [2021-01-21T01:35:01.541Z] gofmt -l . [2021-01-21T01:35:02.524Z] [ "`gofmt -l .`" = "" ] [2021-01-21T01:35:05.131Z] ./bin/test-go-mod-tidy.sh [2021-01-21T01:35:05.407Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-21T01:35:07.503Z] + ls -al . [2021-01-21T01:35:07.503Z] total 696 [2021-01-21T01:35:07.503Z] drwxrwxr-x 9 1001 1001 4096 Jan 21 01:35 . [2021-01-21T01:35:07.503Z] drwxr-xr-x 4 root root 4096 Jan 21 01:31 .. [2021-01-21T01:35:07.503Z] -rw-rw-r-- 1 1001 1001 11 Jan 21 01:29 .dockerignore [2021-01-21T01:35:07.503Z] drwxrwxr-x 8 1001 1001 4096 Jan 21 01:29 .git [2021-01-21T01:35:07.503Z] drwxrwxr-x 3 1001 1001 4096 Jan 21 01:29 .github [2021-01-21T01:35:07.503Z] -rw-rw-r-- 1 1001 1001 872 Jan 21 01:29 .gitignore [2021-01-21T01:35:07.503Z] -rw-rw-r-- 1 1001 1001 166 Jan 21 01:29 .sonarcloud.properties [2021-01-21T01:35:07.503Z] -rw-rw-r-- 1 1001 1001 7859 Jan 21 01:29 Attribution.txt [2021-01-21T01:35:07.503Z] -rw-rw-r-- 1 1001 1001 3804 Jan 21 01:29 CONTRIBUTING.md [2021-01-21T01:35:07.503Z] -rw-rw-r-- 1 1001 1001 931 Jan 21 01:29 Dockerfile.build [2021-01-21T01:35:07.503Z] -rw-rw-r-- 1 1001 1001 863 Jan 21 01:29 Jenkinsfile [2021-01-21T01:35:07.503Z] -rw-rw-r-- 1 1001 1001 10775 Jan 21 01:29 LICENSE [2021-01-21T01:35:07.503Z] -rw-rw-r-- 1 1001 1001 6001 Jan 21 01:29 Makefile [2021-01-21T01:35:07.503Z] -rw-rw-r-- 1 1001 1001 6524 Jan 21 01:29 README.md [2021-01-21T01:35:07.503Z] -rw-rw-r-- 1 1001 1001 6744 Jan 21 01:29 SECURITY.md [2021-01-21T01:35:07.503Z] -rw-rw-r-- 1 1001 1001 5 Jan 21 01:27 VERSION [2021-01-21T01:35:07.503Z] -rw-rw-r-- 1 1001 1001 4131 Jan 21 01:29 ZMQWindows.md [2021-01-21T01:35:07.503Z] drwxrwxr-x 2 1001 1001 4096 Jan 21 01:29 bin [2021-01-21T01:35:07.503Z] drwxrwxr-x 15 1001 1001 4096 Jan 21 01:29 cmd [2021-01-21T01:35:07.503Z] -rw-r--r-- 1 root root 561674 Jan 21 01:33 coverage.out [2021-01-21T01:35:07.503Z] -rw-r--r-- 1 root root 1053 Jan 21 01:35 go.mod [2021-01-21T01:35:07.503Z] -rw-r--r-- 1 root root 18878 Jan 21 01:35 go.sum [2021-01-21T01:35:07.503Z] drwxrwxr-x 8 1001 1001 4096 Jan 21 01:29 internal [2021-01-21T01:35:07.503Z] drwxrwxr-x 4 1001 1001 4096 Jan 21 01:29 openapi [2021-01-21T01:35:07.503Z] drwxrwxr-x 4 1001 1001 4096 Jan 21 01:29 snap [2021-01-21T01:35:07.503Z] -rw-rw-r-- 1 1001 1001 168 Jan 21 01:29 version.go [Pipeline] sh [2021-01-21T01:35:08.160Z] + '[' -e coverage.out ] [2021-01-21T01:35:08.160Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-21T01:35:08.228Z] Warning: overwriting stash ‘coverage-report’ [2021-01-21T01:35:09.383Z] Stashed 1 file(s) [Pipeline] sh [2021-01-21T01:35:10.160Z] + make build [2021-01-21T01:35:10.161Z] 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-21T01:35:20.355Z] 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-21T01:35:31.908Z] ---> 1af679bd6e16 [2021-01-21T01:35:31.908Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-21T01:35:31.908Z] ---> 2139e3ec530e [2021-01-21T01:35:31.908Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-21T01:35:31.908Z] ---> 96689b40b592 [2021-01-21T01:35:31.908Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-21T01:35:31.908Z] ---> 553b403c584b [2021-01-21T01:35:31.908Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-21T01:35:31.908Z] ---> Running in b1a913bf7c80 [2021-01-21T01:35:31.908Z] ---> Running in 6ec970bdafca [2021-01-21T01:35:31.908Z] ---> Running in 9f7ccc1199cf [2021-01-21T01:35:31.908Z] ---> Running in c9835302cda2 [2021-01-21T01:35:31.908Z] ---> 14490a886a75 [2021-01-21T01:35:31.908Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-21T01:35:31.908Z] ---> Running in ed7fff5468eb [2021-01-21T01:35:31.908Z] 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-21T01:35:31.908Z] 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-21T01:35:31.908Z] 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-21T01:35:31.908Z] 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-21T01:35:31.908Z] 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-21T01:35:42.530Z] 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-21T01:35:45.911Z] 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-21T01:35:52.597Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-21T01:35:52.868Z] 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-21T01:35:57.187Z] 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-21T01:36:02.584Z] 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-21T01:36:05.971Z] 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-21T01:36:11.364Z] 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-21T01:36:11.797Z] 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-21T01:36:12.213Z] 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-21T01:36:13.923Z] 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-21T01:36:13.991Z] 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-21T01:36:19.390Z] 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-21T01:36:20.930Z] Removing intermediate container ed7fff5468eb [2021-01-21T01:36:20.930Z] ---> ed5170651e20 [2021-01-21T01:36:20.930Z] [2021-01-21T01:36:20.930Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T01:36:20.930Z] Removing intermediate container c9835302cda2 [2021-01-21T01:36:20.930Z] ---> 094727796dc1 [2021-01-21T01:36:20.930Z] [2021-01-21T01:36:20.930Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T01:36:20.930Z] 3.12: Pulling from library/alpine [2021-01-21T01:36:20.930Z] 3.12: Pulling from library/alpine [2021-01-21T01:36:22.617Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T01:36:22.617Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T01:36:22.617Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T01:36:22.617Z] ---> 389fef711851 [2021-01-21T01:36:22.617Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-21T01:36:22.617Z] Status: Image is up to date for alpine:3.12 [2021-01-21T01:36:22.617Z] ---> 389fef711851 [2021-01-21T01:36:22.617Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-21T01:36:22.802Z] 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-21T01:36:26.968Z] ---> Running in a596bd9bb71b [2021-01-21T01:36:26.968Z] ---> Running in 65964701b559 [2021-01-21T01:36:26.968Z] Removing intermediate container b1a913bf7c80 [2021-01-21T01:36:26.968Z] ---> 644334eb5760 [2021-01-21T01:36:26.968Z] [2021-01-21T01:36:26.968Z] Step 10/24 : FROM alpine:3.12 [2021-01-21T01:36:26.968Z] ---> 389fef711851 [2021-01-21T01:36:26.968Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T01:36:26.968Z] Removing intermediate container 9f7ccc1199cf [2021-01-21T01:36:26.968Z] ---> a69a5040b95d [2021-01-21T01:36:26.968Z] [2021-01-21T01:36:26.968Z] Step 10/21 : FROM alpine:3.12 [2021-01-21T01:36:26.968Z] ---> 389fef711851 [2021-01-21T01:36:26.968Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-21T01:36:26.968Z] ---> Running in e557f5c1c881 [2021-01-21T01:36:26.968Z] ---> Running in 7fe8401693f3 [2021-01-21T01:36:27.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T01:36:27.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T01:36:27.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T01:36:27.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] } [2021-01-21T01:36:28.208Z] $ docker stop --time=1 061468a84b8639af6e1770a65cd58225bd3c181b63a3406b626c0f788220bcb7 [2021-01-21T01:36:28.244Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-21T01:36:28.244Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:36:28.244Z] OK: 6 MiB in 15 packages [2021-01-21T01:36:28.244Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-21T01:36:28.244Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:36:28.244Z] OK: 6 MiB in 15 packages [2021-01-21T01:36:29.251Z] Removing intermediate container 6ec970bdafca [2021-01-21T01:36:29.251Z] ---> 4d3e2551e846 [2021-01-21T01:36:29.251Z] [2021-01-21T01:36:29.251Z] Step 10/33 : FROM alpine:3.12 [2021-01-21T01:36:29.251Z] ---> 389fef711851 [2021-01-21T01:36:29.251Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-21T01:36:29.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T01:36:29.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T01:36:29.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T01:36:29.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T01:36:29.525Z] ---> Running in f27c8c0542bd [2021-01-21T01:36:29.842Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-21T01:36:29.842Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T01:36:29.842Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T01:36:29.842Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-21T01:36:29.842Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T01:36:29.842Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T01:36:29.842Z] (4/4) Installing curl (7.69.1-r3) [2021-01-21T01:36:29.842Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T01:36:29.842Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:36:29.842Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T01:36:30.124Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:36:30.124Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T01:36:30.124Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T01:36:30.124Z] OK: 7 MiB in 19 packages [2021-01-21T01:36:30.124Z] OK: 7 MiB in 18 packages [2021-01-21T01:36:30.437Z] Removing intermediate container a596bd9bb71b [2021-01-21T01:36:30.437Z] ---> 9e234d8f06b0 [2021-01-21T01:36:30.437Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-21T01:36:30.437Z] ---> Running in 61c81f77c591 [2021-01-21T01:36:30.437Z] Removing intermediate container 65964701b559 [2021-01-21T01:36:30.437Z] ---> 42b6268f535c [2021-01-21T01:36:30.437Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-21T01:36:30.665Z] $ docker rm -f 061468a84b8639af6e1770a65cd58225bd3c181b63a3406b626c0f788220bcb7 [2021-01-21T01:36:30.757Z] ---> Running in 0c0a135a4084 [2021-01-21T01:36:30.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T01:36:31.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T01:36:31.323Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-21T01:36:31.323Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-21T01:36:31.323Z] Removing intermediate container 61c81f77c591 [2021-01-21T01:36:31.323Z] ---> 158a4cece210 [2021-01-21T01:36:31.323Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-21T01:36:31.323Z] (3/3) Installing su-exec (0.2-r1) [2021-01-21T01:36:31.323Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:36:31.323Z] OK: 6 MiB in 17 packages [2021-01-21T01:36:31.603Z] Removing intermediate container 0c0a135a4084 [2021-01-21T01:36:31.603Z] ---> ab9113985ef4 [2021-01-21T01:36:31.603Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-21T01:36:31.603Z] ---> Running in 46e83eed0b48 [Pipeline] // withDockerContainer [Pipeline] } [2021-01-21T01:36:31.881Z] ---> Running in 73fd78f85196 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-01-21T01:36:32.196Z] Removing intermediate container e557f5c1c881 [2021-01-21T01:36:32.196Z] ---> 42bb1b2d57c6 [2021-01-21T01:36:32.196Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T01:36:32.196Z] Removing intermediate container 7fe8401693f3 [2021-01-21T01:36:32.196Z] ---> 0c0ea8768d06 [2021-01-21T01:36:32.196Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T01:36:32.196Z] Removing intermediate container 46e83eed0b48 [2021-01-21T01:36:32.196Z] ---> 01eab0e6f537 [2021-01-21T01:36:32.196Z] Step 14/22 : EXPOSE $APP_PORT [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T01:36:32.500Z] ---> Running in ab91d0d17722 [2021-01-21T01:36:32.500Z] Removing intermediate container 73fd78f85196 [2021-01-21T01:36:32.500Z] ---> cfbc0f2d3d68 [2021-01-21T01:36:32.500Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-21T01:36:32.500Z] ---> Running in a7a3c13c2617 [2021-01-21T01:36:32.500Z] ---> Running in 313e96f63a00 [2021-01-21T01:36:32.500Z] ---> Running in 6799a31bf8c2 [2021-01-21T01:36:32.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T01:36:32.610Z] [2021-01-21T01:36:32.610Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T01:36:32.769Z] Removing intermediate container f27c8c0542bd [2021-01-21T01:36:32.769Z] ---> 522efda0ffd4 [2021-01-21T01:36:32.769Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-21T01:36:32.769Z] Removing intermediate container a7a3c13c2617 [2021-01-21T01:36:32.769Z] ---> 37b0a0e216a2 [2021-01-21T01:36:32.769Z] Step 13/21 : WORKDIR /edgex [2021-01-21T01:36:32.769Z] Removing intermediate container ab91d0d17722 [2021-01-21T01:36:32.769Z] ---> b6499172a67e [2021-01-21T01:36:32.769Z] Step 13/24 : WORKDIR / [2021-01-21T01:36:32.987Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T01:36:33.258Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-21T01:36:33.258Z] 29e5d40040c1: Pulling fs layer [2021-01-21T01:36:33.258Z] 1ce36da41761: Pulling fs layer [2021-01-21T01:36:33.258Z] 25b303627fd3: Pulling fs layer [2021-01-21T01:36:33.841Z] ---> Running in 3ed7aa67bdc7 [2021-01-21T01:36:33.841Z] ---> Running in f890cb9f9e5a [2021-01-21T01:36:33.841Z] Removing intermediate container 313e96f63a00 [2021-01-21T01:36:33.841Z] ---> df390c1744a8 [2021-01-21T01:36:33.841Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T01:36:33.841Z] Removing intermediate container 6799a31bf8c2 [2021-01-21T01:36:33.841Z] ---> c7be2bc16f9f [2021-01-21T01:36:33.841Z] Step 15/23 : WORKDIR / [2021-01-21T01:36:33.841Z] ---> Running in 888ab433a921 [2021-01-21T01:36:33.855Z] 29e5d40040c1: Verifying Checksum [2021-01-21T01:36:33.855Z] 29e5d40040c1: Download complete [2021-01-21T01:36:34.127Z] 1ce36da41761: Verifying Checksum [2021-01-21T01:36:34.127Z] 1ce36da41761: Download complete [2021-01-21T01:36:34.174Z] ---> Running in a92b69c6ce31 [2021-01-21T01:36:34.399Z] 29e5d40040c1: Pull complete [2021-01-21T01:36:34.546Z] Removing intermediate container f890cb9f9e5a [2021-01-21T01:36:34.546Z] ---> 1f93fa48f83f [2021-01-21T01:36:34.546Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-21T01:36:34.546Z] Removing intermediate container 3ed7aa67bdc7 [2021-01-21T01:36:34.546Z] ---> bd4db924eaf1 [2021-01-21T01:36:34.546Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-21T01:36:34.848Z] ---> 27d911557ddf [2021-01-21T01:36:34.848Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-21T01:36:34.848Z] Removing intermediate container 888ab433a921 [2021-01-21T01:36:34.848Z] ---> 22839901e679 [2021-01-21T01:36:34.848Z] 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-21T01:36:34.848Z] ---> Running in 34414dc5ffc0 [2021-01-21T01:36:34.848Z] Removing intermediate container a92b69c6ce31 [2021-01-21T01:36:34.848Z] ---> 75267ff500e1 [2021-01-21T01:36:34.848Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T01:36:35.448Z] ---> 27e7edb85d6e [2021-01-21T01:36:35.448Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-21T01:36:35.752Z] Removing intermediate container 34414dc5ffc0 [2021-01-21T01:36:35.752Z] ---> 862483cf40de [2021-01-21T01:36:35.752Z] 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-21T01:36:35.820Z] 1ce36da41761: Pull complete [2021-01-21T01:36:35.820Z] 25b303627fd3: Verifying Checksum [2021-01-21T01:36:35.820Z] 25b303627fd3: Download complete [2021-01-21T01:36:36.069Z] ---> 647890f3e0e2 [2021-01-21T01:36:36.069Z] 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-21T01:36:36.069Z] ---> b9584db851f2 [2021-01-21T01:36:36.069Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-21T01:36:36.069Z] ---> Running in 7e7a411fe43a [2021-01-21T01:36:36.800Z] ---> b4d102b38de4 [2021-01-21T01:36:36.800Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-21T01:36:37.649Z] ---> 3406214e322d [2021-01-21T01:36:37.649Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-21T01:36:37.649Z] ---> ae8e011a3fd7 [2021-01-21T01:36:37.649Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-21T01:36:38.123Z] ---> f8f8b09ff4ba [2021-01-21T01:36:38.123Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-21T01:36:38.483Z] ---> Running in 1ec51a1ddd0e [2021-01-21T01:36:38.483Z] Connecting to github.com (140.82.113.3:443) [2021-01-21T01:36:38.483Z]  ---> fafbbbbdbd4c [2021-01-21T01:36:38.483Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-21T01:36:38.787Z] ---> 1c859300f5a5 [2021-01-21T01:36:38.787Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-21T01:36:38.787Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.147.108:443) [2021-01-21T01:36:38.787Z]  ---> 30ba68c3f072 [2021-01-21T01:36:38.787Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-21T01:36:38.787Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-21T01:36:39.072Z] Removing intermediate container 1ec51a1ddd0e [2021-01-21T01:36:39.072Z] ---> a0e3b16cdfe3 [2021-01-21T01:36:39.072Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T01:36:39.072Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-21T01:36:39.072Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-21T01:36:39.072Z]  ---> Running in 23c8cb776a97 [2021-01-21T01:36:39.072Z] dockerize [2021-01-21T01:36:39.352Z] ---> Running in dfaf42c1d9be [2021-01-21T01:36:39.352Z] ---> 916c32f222c6 [2021-01-21T01:36:39.352Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-21T01:36:39.624Z] ---> Running in 459b6d56e781 [2021-01-21T01:36:39.624Z] Removing intermediate container 23c8cb776a97 [2021-01-21T01:36:39.624Z] ---> 4931e9a8d595 [2021-01-21T01:36:39.624Z] Step 18/21 : CMD ["--init=true"] [2021-01-21T01:36:39.624Z] Removing intermediate container dfaf42c1d9be [2021-01-21T01:36:39.624Z] ---> 2585f0dc2d3c [2021-01-21T01:36:39.624Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T01:36:39.904Z] ---> 02dfd6da0df9 [2021-01-21T01:36:39.904Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-21T01:36:39.904Z] ---> Running in a9da9bd7c4d4 [2021-01-21T01:36:39.904Z] ---> Running in 94d883b032ab [2021-01-21T01:36:40.204Z] Removing intermediate container 459b6d56e781 [2021-01-21T01:36:40.205Z] ---> bed823f8c9bd [2021-01-21T01:36:40.205Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T01:36:40.561Z] ---> Running in 102c56427d06 [2021-01-21T01:36:40.561Z] Removing intermediate container a9da9bd7c4d4 [2021-01-21T01:36:40.561Z] ---> 5cda026c05a1 [2021-01-21T01:36:40.561Z] Step 19/21 : LABEL arch=x86_64 [2021-01-21T01:36:40.561Z] Removing intermediate container 94d883b032ab [2021-01-21T01:36:40.561Z] ---> 6ae096f60105 [2021-01-21T01:36:40.561Z] Step 21/22 : LABEL git_sha=c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:36:40.860Z] ---> Running in 6f9d5171d777 [2021-01-21T01:36:40.860Z] ---> Running in 2b6d84134a80 [2021-01-21T01:36:41.145Z] Removing intermediate container 102c56427d06 [2021-01-21T01:36:41.145Z] ---> 36cdc77d6b76 [2021-01-21T01:36:41.145Z] Step 21/23 : LABEL arch=x86_64 [2021-01-21T01:36:41.145Z] ---> eeed14251bec [2021-01-21T01:36:41.145Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-21T01:36:41.145Z] Removing intermediate container 7e7a411fe43a [2021-01-21T01:36:41.145Z] ---> 8c11ac2e1ed6 [2021-01-21T01:36:41.145Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-21T01:36:41.449Z] ---> Running in cf8421dca1bc [2021-01-21T01:36:41.449Z] ---> Running in 6775cfaae136 [2021-01-21T01:36:41.449Z] Removing intermediate container 2b6d84134a80 [2021-01-21T01:36:41.449Z] ---> 2ec4f7af5b9e [2021-01-21T01:36:41.449Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T01:36:41.449Z] Removing intermediate container 6f9d5171d777 [2021-01-21T01:36:41.449Z] ---> 638599b98f46 [2021-01-21T01:36:41.449Z] Step 20/21 : LABEL git_sha=c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:36:41.767Z] ---> Running in 63813bf1f0c5 [2021-01-21T01:36:41.767Z] ---> Running in 2c67320f321a [2021-01-21T01:36:42.072Z] Removing intermediate container cf8421dca1bc [2021-01-21T01:36:42.072Z] ---> 8928b08ad656 [2021-01-21T01:36:42.072Z] Step 22/23 : LABEL git_sha=c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:36:42.072Z] Removing intermediate container 6775cfaae136 [2021-01-21T01:36:42.072Z] ---> dae3d41f6880 [2021-01-21T01:36:42.072Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-21T01:36:42.072Z] ---> 4a53dab12263 [2021-01-21T01:36:42.072Z] 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-21T01:36:42.072Z] Removing intermediate container 63813bf1f0c5 [2021-01-21T01:36:42.072Z] ---> c8fba0504893 [2021-01-21T01:36:42.072Z] [2021-01-21T01:36:42.415Z] Removing intermediate container 2c67320f321a [2021-01-21T01:36:42.415Z] ---> 8d905da3063d [2021-01-21T01:36:42.415Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T01:36:42.415Z] ---> Running in 91ead90a6005 [2021-01-21T01:36:42.415Z] ---> Running in 40b1991d36d5 [2021-01-21T01:36:42.415Z] ---> Running in 9aca3ba1d9c9 [2021-01-21T01:36:42.711Z] ---> Running in 222b4b46348d [2021-01-21T01:36:43.015Z] Removing intermediate container 40b1991d36d5 [2021-01-21T01:36:43.015Z] ---> b3e5ae41ecd8 [2021-01-21T01:36:43.015Z] 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-21T01:36:43.015Z] Removing intermediate container 91ead90a6005 [2021-01-21T01:36:43.015Z] ---> dff1661ff999 [2021-01-21T01:36:43.015Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T01:36:43.015Z] Removing intermediate container 222b4b46348d [2021-01-21T01:36:43.015Z] ---> 202dd28f73b4 [2021-01-21T01:36:43.015Z] [2021-01-21T01:36:43.289Z] Successfully built c8fba0504893 [2021-01-21T01:36:43.289Z] ---> Running in 49e8b977174e [2021-01-21T01:36:43.289Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-21T01:36:43.289Z] Building docker-support-notifications-go [2021-01-21T01:36:43.289Z]  Building docker-support-scheduler-go ... done  ---> Running in 91adce44f5be [2021-01-21T01:36:43.910Z] Successfully built 202dd28f73b4 [2021-01-21T01:36:43.910Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-21T01:36:43.910Z] Building docker-core-data-go [2021-01-21T01:36:43.910Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 91adce44f5be [2021-01-21T01:36:43.910Z] ---> 27aae5c6dd13 [2021-01-21T01:36:43.910Z] [2021-01-21T01:36:44.511Z] Successfully built 27aae5c6dd13 [2021-01-21T01:36:44.511Z] Successfully tagged docker-core-command-go:latest [2021-01-21T01:36:44.511Z] Building docker-sys-mgmt-agent-go [2021-01-21T01:36:44.805Z]  Building docker-core-command-go ... done Move dockerize executable [2021-01-21T01:36:45.098Z] Removing intermediate container 9aca3ba1d9c9 [2021-01-21T01:36:45.098Z] ---> f222f2aecee3 [2021-01-21T01:36:45.098Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-21T01:36:45.437Z] ---> Running in 5ad1bf395575 [2021-01-21T01:36:45.938Z] 25b303627fd3: Pull complete [2021-01-21T01:36:45.938Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-21T01:36:45.938Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T01:36:45.938Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-21T01:36:46.199Z] prd-ubuntu18.04-docker-arm64-4c-16g-21817 does not seem to be running inside a container [2021-01-21T01:36:46.270Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@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-21T01:36:46.464Z] Removing intermediate container 5ad1bf395575 [2021-01-21T01:36:46.464Z] ---> 9def3e2538b7 [2021-01-21T01:36:46.464Z] Step 22/24 : LABEL arch=x86_64 [2021-01-21T01:36:46.752Z] ---> Running in 55ecb184e109 [2021-01-21T01:36:47.084Z] Removing intermediate container 49e8b977174e [2021-01-21T01:36:47.084Z] ---> b09c7ff7ecaf [2021-01-21T01:36:47.084Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-21T01:36:48.537Z] ---> Running in 45ba564ba06c [2021-01-21T01:36:49.173Z] Removing intermediate container 55ecb184e109 [2021-01-21T01:36:49.173Z] ---> f926f6bd34d5 [2021-01-21T01:36:49.173Z] Step 23/24 : LABEL git_sha=c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:36:49.454Z] ---> Running in 91f881a98858 [2021-01-21T01:36:49.525Z] $ docker top 0a522acf29cc33934243e2442a7f7448566885b6a26ebef83d48089406433c9e -eo pid,comm [2021-01-21T01:36:49.781Z] Removing intermediate container 45ba564ba06c [2021-01-21T01:36:49.781Z] ---> 12c04e7d67ef [2021-01-21T01:36:49.781Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [Pipeline] { [Pipeline] sh [2021-01-21T01:36:50.621Z] + grep parallel [2021-01-21T01:36:50.621Z] + docker-compose build --help [2021-01-21T01:36:51.774Z] Removing intermediate container 91f881a98858 [2021-01-21T01:36:51.774Z] ---> 7ed2c2b8108e [2021-01-21T01:36:51.774Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T01:36:52.979Z] ---> Running in b04c5301c61e [2021-01-21T01:36:52.979Z] ---> d8945778f337 [2021-01-21T01:36:52.979Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-21T01:36:52.979Z] ---> Running in 310159ce8279 [2021-01-21T01:36:53.272Z] Removing intermediate container b04c5301c61e [2021-01-21T01:36:53.554Z] ---> c8f22d17fea1 [2021-01-21T01:36:53.554Z] [2021-01-21T01:36:53.936Z] Successfully built c8f22d17fea1 [2021-01-21T01:36:53.936Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-21T01:36:53.936Z] Building docker-core-metadata-go [2021-01-21T01:36:53.995Z] --parallel Build images in parallel. [Pipeline] } [2021-01-21T01:36:54.010Z] $ docker stop --time=1 0a522acf29cc33934243e2442a7f7448566885b6a26ebef83d48089406433c9e [2021-01-21T01:36:55.971Z] $ docker rm -f 0a522acf29cc33934243e2442a7f7448566885b6a26ebef83d48089406433c9e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T01:36:56.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T01:36:56.838Z] . [Pipeline] withDockerContainer [2021-01-21T01:36:57.119Z] prd-ubuntu18.04-docker-arm64-4c-16g-21817 does not seem to be running inside a container [2021-01-21T01:36:57.213Z] $ 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/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-21T01:36:57.571Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 310159ce8279 [2021-01-21T01:36:57.571Z] ---> d4c23b53ca6e [2021-01-21T01:36:57.571Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T01:36:58.674Z] $ docker top f6eb1f6330c4e12bdb2ad9dc38b762e8bf2e0acf83e04407dfc93bdb52112dad -eo pid,comm [2021-01-21T01:36:58.688Z] ---> 84ed5dfd08e7 [2021-01-21T01:36:58.688Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [Pipeline] { [Pipeline] sh [2021-01-21T01:36:59.322Z] ---> 3972ea149eb9 [2021-01-21T01:36:59.322Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-21T01:36:59.735Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-21T01:37:00.362Z] ---> aef9c8178c64 [2021-01-21T01:37:00.362Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-21T01:37:03.126Z] ---> 6e86995e6acb [2021-01-21T01:37:03.126Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-21T01:37:04.025Z] Building docker-core-command-go ... [2021-01-21T01:37:04.025Z] Building docker-core-data-go ... [2021-01-21T01:37:04.025Z] Building docker-core-metadata-go ... [2021-01-21T01:37:04.025Z] Building docker-security-bootstrapper-go ... [2021-01-21T01:37:04.025Z] Building docker-security-proxy-setup-go ... [2021-01-21T01:37:04.025Z] Building docker-security-secretstore-setup-go ... [2021-01-21T01:37:04.025Z] Building docker-support-notifications-go ... [2021-01-21T01:37:04.025Z] Building docker-support-scheduler-go ... [2021-01-21T01:37:04.025Z] Building docker-sys-mgmt-agent-go ... [2021-01-21T01:37:04.025Z] Building docker-support-notifications-go [2021-01-21T01:37:04.025Z] Building docker-support-scheduler-go [2021-01-21T01:37:04.025Z] Building docker-core-metadata-go [2021-01-21T01:37:04.025Z] Building docker-security-secretstore-setup-go [2021-01-21T01:37:04.025Z] Building docker-security-proxy-setup-go [2021-01-21T01:37:04.229Z] ---> 6b009c321247 [2021-01-21T01:37:04.230Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-21T01:37:05.464Z] ---> Running in 933b4ac8ff54 [2021-01-21T01:37:06.564Z] Removing intermediate container 933b4ac8ff54 [2021-01-21T01:37:06.564Z] ---> e40660f148ef [2021-01-21T01:37:06.564Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-21T01:37:07.197Z] ---> 9631b8d8a5f9 [2021-01-21T01:37:07.197Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-21T01:37:08.399Z] ---> Running in e92b9d06da03 [2021-01-21T01:37:13.205Z] Removing intermediate container e92b9d06da03 [2021-01-21T01:37:13.205Z] ---> 67cb997a9d21 [2021-01-21T01:37:13.205Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-21T01:37:13.853Z] ---> Running in 5ca2bfe2e4e6 [2021-01-21T01:37:14.940Z] Removing intermediate container 5ca2bfe2e4e6 [2021-01-21T01:37:14.940Z] ---> f1dcea23f598 [2021-01-21T01:37:14.940Z] Step 30/33 : CMD ["gate"] [2021-01-21T01:37:15.592Z] ---> Running in c619cf31a043 [2021-01-21T01:37:16.629Z] Removing intermediate container c619cf31a043 [2021-01-21T01:37:16.629Z] ---> 11f90ea76df2 [2021-01-21T01:37:16.629Z] Step 31/33 : LABEL arch=x86_64 [2021-01-21T01:37:17.675Z] ---> Running in 2ab10625c945 [2021-01-21T01:37:18.771Z] Removing intermediate container 2ab10625c945 [2021-01-21T01:37:18.771Z] ---> 7c62f7a59e83 [2021-01-21T01:37:18.771Z] Step 32/33 : LABEL git_sha=c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:37:20.090Z] ---> Running in b3c7808f09d7 [2021-01-21T01:37:21.580Z] Removing intermediate container b3c7808f09d7 [2021-01-21T01:37:21.580Z] ---> c1f7ae0b7559 [2021-01-21T01:37:21.580Z] Step 33/33 : LABEL version=0.0.0 [2021-01-21T01:37:22.192Z] ---> Running in 61c7b6fdae39 [2021-01-21T01:37:23.919Z] Removing intermediate container 61c7b6fdae39 [2021-01-21T01:37:23.920Z] ---> 252f01d75032 [2021-01-21T01:37:23.920Z] [2021-01-21T01:37:25.551Z] Successfully built 252f01d75032 [2021-01-21T01:37:25.551Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-21T01:37:31.238Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T01:37:31.238Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T01:37:31.238Z] ---> f13cb85f2446 [2021-01-21T01:37:31.238Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T01:37:31.238Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T01:37:31.238Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T01:37:31.238Z] ---> f13cb85f2446 [2021-01-21T01:37:31.238Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T01:37:31.238Z] ---> Using cache [2021-01-21T01:37:31.238Z] ---> f8506dfd8a29 [2021-01-21T01:37:31.238Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:37:31.238Z] ---> Using cache [2021-01-21T01:37:31.238Z] ---> f8506dfd8a29 [2021-01-21T01:37:31.238Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:37:31.238Z] ---> Using cache [2021-01-21T01:37:31.238Z] ---> edc6c999b490 [2021-01-21T01:37:31.238Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates ---> Using cache [2021-01-21T01:37:31.238Z] [2021-01-21T01:37:31.238Z] ---> edc6c999b490 [2021-01-21T01:37:31.238Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-21T01:37:31.238Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T01:37:31.238Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-21T01:37:31.238Z] ---> f13cb85f2446 [2021-01-21T01:37:31.238Z] Step 3/26 : WORKDIR /edgex-go [2021-01-21T01:37:31.238Z] ---> Using cache [2021-01-21T01:37:31.238Z] ---> f8506dfd8a29 [2021-01-21T01:37:31.238Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:37:31.238Z] ---> Using cache [2021-01-21T01:37:31.238Z] ---> edc6c999b490 [2021-01-21T01:37:31.238Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-21T01:37:32.768Z] ---> Running in 6a66b8a164ef [2021-01-21T01:37:32.768Z] ---> Running in 1ebd5bde88cd [2021-01-21T01:37:32.768Z] ---> Running in ae6e0f09faee [2021-01-21T01:37:34.284Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T01:37:34.284Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T01:37:34.284Z] ---> f13cb85f2446 [2021-01-21T01:37:34.284Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T01:37:34.284Z] ---> Using cache [2021-01-21T01:37:34.284Z] ---> f8506dfd8a29 [2021-01-21T01:37:34.284Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:37:34.284Z] ---> Using cache [2021-01-21T01:37:34.284Z] ---> edc6c999b490 [2021-01-21T01:37:34.284Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-21T01:37:34.284Z] ---> Using cache [2021-01-21T01:37:34.284Z] ---> 7ac6aac4b35c [2021-01-21T01:37:34.284Z] Step 6/23 : COPY go.mod . [2021-01-21T01:37:34.284Z] ---> Using cache [2021-01-21T01:37:34.284Z] ---> aad7514e37e5 [2021-01-21T01:37:34.284Z] Step 7/23 : RUN go mod download [2021-01-21T01:37:34.284Z] ---> Using cache [2021-01-21T01:37:34.284Z] ---> 80c394ded49c [2021-01-21T01:37:34.284Z] Step 8/23 : COPY . . [2021-01-21T01:37:34.554Z] ---> Using cache [2021-01-21T01:37:34.554Z] ---> 96689b40b592 [2021-01-21T01:37:34.554Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-21T01:37:35.173Z] ---> Running in addb5236ee04 [2021-01-21T01:37:36.618Z] 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-21T01:37:36.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T01:37:36.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T01:37:36.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T01:37:37.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T01:37:37.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T01:37:37.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T01:37:37.912Z] OK: 233 MiB in 51 packages [2021-01-21T01:37:37.912Z] OK: 233 MiB in 51 packages [2021-01-21T01:37:37.912Z] OK: 233 MiB in 51 packages [2021-01-21T01:37:39.957Z] Removing intermediate container ae6e0f09faee [2021-01-21T01:37:39.957Z] ---> e31bd83cdb5d [2021-01-21T01:37:39.957Z] Step 6/26 : COPY go.mod . [2021-01-21T01:37:39.957Z] Removing intermediate container 1ebd5bde88cd [2021-01-21T01:37:39.957Z] ---> f9ad9b0bb52d [2021-01-21T01:37:39.957Z] Step 6/23 : COPY go.mod . [2021-01-21T01:37:39.957Z] Removing intermediate container 6a66b8a164ef [2021-01-21T01:37:39.957Z] ---> 5df1108a02d6 [2021-01-21T01:37:39.957Z] Step 6/22 : COPY go.mod . [2021-01-21T01:37:41.593Z] ---> 651198b04b36 [2021-01-21T01:37:41.593Z] Step 7/26 : RUN go mod download [2021-01-21T01:37:42.295Z] ---> ca2f2c300e22 [2021-01-21T01:37:42.295Z] Step 7/23 : RUN go mod download [2021-01-21T01:37:42.295Z] ---> 044e028625b4 [2021-01-21T01:37:42.295Z] Step 7/22 : RUN go mod download [2021-01-21T01:37:42.295Z] ---> Running in 65d21fe1b7df [2021-01-21T01:37:42.295Z] ---> Running in 7da83b449815 [2021-01-21T01:37:42.295Z] ---> Running in 9f61477d2ff1 [2021-01-21T01:37:47.462Z] Removing intermediate container 65d21fe1b7df [2021-01-21T01:37:47.462Z] ---> aff02eebc52c [2021-01-21T01:37:47.462Z] Step 8/26 : COPY . . [2021-01-21T01:37:47.768Z] Removing intermediate container 7da83b449815 [2021-01-21T01:37:47.768Z] ---> 13388070a3f0 [2021-01-21T01:37:47.768Z] Step 8/23 : COPY . . [2021-01-21T01:37:48.443Z] Removing intermediate container 9f61477d2ff1 [2021-01-21T01:37:48.443Z] ---> a889ef941427 [2021-01-21T01:37:48.443Z] Step 8/22 : COPY . . [2021-01-21T01:38:12.079Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T01:38:12.079Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T01:38:12.079Z] ---> 4bbd2331dcc0 [2021-01-21T01:38:12.079Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T01:38:12.079Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T01:38:12.079Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T01:38:12.079Z] ---> 4bbd2331dcc0 [2021-01-21T01:38:12.079Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T01:38:12.079Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T01:38:12.079Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T01:38:12.079Z] ---> 4bbd2331dcc0 [2021-01-21T01:38:12.079Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T01:38:12.079Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T01:38:12.079Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T01:38:12.079Z] ---> 4bbd2331dcc0 [2021-01-21T01:38:12.079Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T01:38:12.079Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T01:38:12.079Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T01:38:12.079Z] ---> 4bbd2331dcc0 [2021-01-21T01:38:12.079Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T01:38:15.463Z] ---> Running in 8c8c5ac01e6f [2021-01-21T01:38:15.463Z] ---> Running in 5a192da8bb6c [2021-01-21T01:38:15.463Z] ---> Running in df9da256b9fa [2021-01-21T01:38:15.463Z] ---> Running in 0c9ba8e36447 [2021-01-21T01:38:15.463Z] ---> Running in 96caec8bfb4c [2021-01-21T01:38:16.058Z] Removing intermediate container 96caec8bfb4c [2021-01-21T01:38:16.058Z] ---> 63c40047435a [2021-01-21T01:38:16.058Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:38:16.332Z] ---> Running in bf4556053dba [2021-01-21T01:38:16.332Z] Removing intermediate container df9da256b9fa [2021-01-21T01:38:16.332Z] ---> d4061328088f [2021-01-21T01:38:16.332Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:38:16.332Z] Removing intermediate container 0c9ba8e36447 [2021-01-21T01:38:16.332Z] ---> fe2e31d76d7c [2021-01-21T01:38:16.332Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:38:16.332Z] Removing intermediate container 8c8c5ac01e6f [2021-01-21T01:38:16.332Z] ---> f7094b1ac4f9 [2021-01-21T01:38:16.332Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:38:16.332Z] Removing intermediate container 5a192da8bb6c [2021-01-21T01:38:16.332Z] ---> 639ea3a02b11 [2021-01-21T01:38:16.332Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:38:16.605Z] ---> Running in bfb77aed6324 [2021-01-21T01:38:16.605Z] ---> Running in 5e812546d3e6 [2021-01-21T01:38:16.605Z] ---> Running in 67b985338265 [2021-01-21T01:38:16.605Z] ---> Running in 476d04eeb3a3 [2021-01-21T01:38:20.014Z] Removing intermediate container bf4556053dba [2021-01-21T01:38:20.014Z] ---> faf9dbe30734 [2021-01-21T01:38:20.014Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T01:38:20.288Z] ---> Running in b9bba352f0d0 [2021-01-21T01:38:20.567Z] Removing intermediate container bfb77aed6324 [2021-01-21T01:38:20.567Z] ---> cfaf33151efc [2021-01-21T01:38:20.567Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-21T01:38:20.567Z] Removing intermediate container 67b985338265 [2021-01-21T01:38:20.567Z] ---> db56dc498215 [2021-01-21T01:38:20.567Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-21T01:38:20.839Z] ---> Running in 7187148e4d16 [2021-01-21T01:38:20.839Z] ---> Running in b6240618a28c [2021-01-21T01:38:21.115Z] Removing intermediate container 476d04eeb3a3 [2021-01-21T01:38:21.115Z] ---> bd6a8725aabf [2021-01-21T01:38:21.115Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T01:38:21.115Z] Removing intermediate container 5e812546d3e6 [2021-01-21T01:38:21.115Z] ---> 1e69c1224b6a [2021-01-21T01:38:21.115Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-21T01:38:21.390Z] ---> Running in 3a26ed350007 [2021-01-21T01:38:21.390Z] ---> Running in 35e3b61f1e1c [2021-01-21T01:38:21.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T01:38:22.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T01:38:22.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T01:38:23.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T01:38:23.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T01:38:23.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T01:38:23.399Z] OK: 217 MiB in 51 packages [2021-01-21T01:38:23.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T01:38:23.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T01:38:23.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T01:38:23.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T01:38:24.579Z] OK: 217 MiB in 51 packages [2021-01-21T01:38:24.579Z] OK: 217 MiB in 51 packages [2021-01-21T01:38:24.855Z] OK: 217 MiB in 51 packages [2021-01-21T01:38:24.855Z] OK: 217 MiB in 51 packages [2021-01-21T01:38:25.135Z] Removing intermediate container b9bba352f0d0 [2021-01-21T01:38:25.135Z] ---> 27cd725b334e [2021-01-21T01:38:25.135Z] Step 6/21 : COPY go.mod . [2021-01-21T01:38:26.116Z] ---> 0395834b66f4 [2021-01-21T01:38:26.116Z] Step 7/21 : RUN go mod download [2021-01-21T01:38:26.116Z] Removing intermediate container 7187148e4d16 [2021-01-21T01:38:26.116Z] ---> 3bd1f2ff95ac [2021-01-21T01:38:26.116Z] Step 6/22 : COPY go.mod . [2021-01-21T01:38:26.389Z] ---> Running in ae1381c6646f [2021-01-21T01:38:26.665Z] Removing intermediate container 3a26ed350007 [2021-01-21T01:38:26.665Z] ---> cbee972580c5 [2021-01-21T01:38:26.665Z] Step 6/22 : COPY go.mod . [2021-01-21T01:38:26.943Z] Removing intermediate container 35e3b61f1e1c [2021-01-21T01:38:26.943Z] ---> 9a361b4ebafa [2021-01-21T01:38:26.943Z] Step 6/24 : COPY go.mod . [2021-01-21T01:38:26.943Z] Removing intermediate container b6240618a28c [2021-01-21T01:38:26.943Z] ---> d84ab95c1c71 [2021-01-21T01:38:26.943Z] Step 6/23 : COPY go.mod . [2021-01-21T01:38:27.219Z] ---> 779041a7e577 [2021-01-21T01:38:27.219Z] Step 7/22 : RUN go mod download [2021-01-21T01:38:27.493Z] ---> Running in df423324a80e [2021-01-21T01:38:28.097Z] ---> c22ac7a6adaf [2021-01-21T01:38:28.097Z] Step 7/22 : RUN go mod download [2021-01-21T01:38:28.097Z] ---> b6bca3d25bd9 [2021-01-21T01:38:28.097Z] Step 7/24 : RUN go mod download [2021-01-21T01:38:28.097Z] ---> cfc66014b160 [2021-01-21T01:38:28.097Z] Step 7/23 : RUN go mod download [2021-01-21T01:38:28.097Z] ---> Running in 702870a3e9b4 [2021-01-21T01:38:28.386Z] ---> Running in 0cd1d9625099 [2021-01-21T01:38:28.386Z] ---> Running in 7a885e002cd8 [2021-01-21T01:38:30.387Z] Removing intermediate container ae1381c6646f [2021-01-21T01:38:30.387Z] ---> 432c43c13c04 [2021-01-21T01:38:30.387Z] Step 8/21 : COPY . . [2021-01-21T01:38:31.369Z] Removing intermediate container df423324a80e [2021-01-21T01:38:31.369Z] ---> 86e4070ba6fb [2021-01-21T01:38:31.369Z] Step 8/22 : COPY . . [2021-01-21T01:38:33.348Z] Removing intermediate container 0cd1d9625099 [2021-01-21T01:38:33.348Z] ---> 111ca20fb32e [2021-01-21T01:38:33.348Z] Step 8/24 : COPY . . [2021-01-21T01:38:33.348Z] Removing intermediate container 702870a3e9b4 [2021-01-21T01:38:33.348Z] ---> ae0f3f36a89d [2021-01-21T01:38:33.348Z] Step 8/22 : COPY . . [2021-01-21T01:38:33.949Z] Removing intermediate container 7a885e002cd8 [2021-01-21T01:38:33.949Z] ---> 2a75ef3b1032 [2021-01-21T01:38:33.949Z] Step 8/23 : COPY . . [2021-01-21T01:38:46.171Z] Removing intermediate container addb5236ee04 [2021-01-21T01:38:46.171Z] ---> 9a67044b5744 [2021-01-21T01:38:46.171Z] [2021-01-21T01:38:46.171Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T01:38:46.171Z] ---> 389fef711851 [2021-01-21T01:38:46.171Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-21T01:38:46.171Z] ---> Using cache [2021-01-21T01:38:46.171Z] ---> 42b6268f535c [2021-01-21T01:38:46.171Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-21T01:38:46.171Z] ---> Using cache [2021-01-21T01:38:46.171Z] ---> ab9113985ef4 [2021-01-21T01:38:46.171Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-21T01:38:46.171Z] ---> Running in 57cf9a914b9b [2021-01-21T01:38:46.492Z] Removing intermediate container 57cf9a914b9b [2021-01-21T01:38:46.492Z] ---> 6f9f07176fb5 [2021-01-21T01:38:46.492Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-21T01:38:47.543Z] ---> Running in 8a8cf36d9986 [2021-01-21T01:38:49.024Z] Removing intermediate container 8a8cf36d9986 [2021-01-21T01:38:49.024Z] ---> 19e13b4bdc9c [2021-01-21T01:38:49.024Z] Step 15/23 : WORKDIR / [2021-01-21T01:38:50.531Z] ---> Running in 79138b5e632d [2021-01-21T01:38:51.568Z] ---> 0d9eb3b6a59f [2021-01-21T01:38:51.568Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-21T01:38:51.568Z] Removing intermediate container 79138b5e632d [2021-01-21T01:38:51.568Z] ---> 67b700fd8c66 [2021-01-21T01:38:51.568Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T01:38:51.568Z] ---> b7bdacfb40ba [2021-01-21T01:38:51.568Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-21T01:38:51.568Z] ---> a9cc01e5cd67 [2021-01-21T01:38:51.568Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-21T01:38:51.873Z] ---> Running in 78c14f5fe380 [2021-01-21T01:38:51.873Z] ---> Running in 859c9c2ca7ea [2021-01-21T01:38:51.873Z] ---> Running in 0a74f2d106e0 [2021-01-21T01:38:52.178Z] ---> e4d7aa414336 [2021-01-21T01:38:52.178Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-21T01:38:53.721Z] ---> 416659f161f4 [2021-01-21T01:38:53.721Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-21T01:38:54.018Z] 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-21T01:38:54.018Z] 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-21T01:38:54.018Z] 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-21T01:38:55.050Z] ---> 0e51bd648dd4 [2021-01-21T01:38:55.050Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-21T01:38:55.674Z] ---> Running in c7e4656be278 [2021-01-21T01:38:56.313Z] Removing intermediate container c7e4656be278 [2021-01-21T01:38:56.313Z] ---> 7bcd923569be [2021-01-21T01:38:56.313Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T01:38:56.611Z] ---> Running in 855e3d03643f [2021-01-21T01:38:56.935Z] Removing intermediate container 855e3d03643f [2021-01-21T01:38:56.935Z] ---> a0f637860746 [2021-01-21T01:38:56.935Z] Step 21/23 : LABEL arch=x86_64 [2021-01-21T01:38:57.255Z] ---> Running in 32dbbc380d3e [2021-01-21T01:38:58.012Z] Removing intermediate container 32dbbc380d3e [2021-01-21T01:38:58.012Z] ---> 69de7ba73dd0 [2021-01-21T01:38:58.012Z] Step 22/23 : LABEL git_sha=c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:38:58.379Z] ---> Running in e5924a5f457e [2021-01-21T01:38:59.134Z] Removing intermediate container e5924a5f457e [2021-01-21T01:38:59.134Z] ---> e854ed9cdc30 [2021-01-21T01:38:59.134Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T01:38:59.441Z] ---> Running in b9bc7c61dd57 [2021-01-21T01:39:00.043Z] Removing intermediate container b9bc7c61dd57 [2021-01-21T01:39:00.043Z] ---> ac3c2986e17f [2021-01-21T01:39:00.043Z] [2021-01-21T01:39:00.786Z] ---> 8c3bffbd8bc5 [2021-01-21T01:39:00.786Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-21T01:39:00.786Z] ---> 6579ad1d88a4 [2021-01-21T01:39:00.786Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-21T01:39:00.786Z] ---> 539f73e854af [2021-01-21T01:39:00.786Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-21T01:39:00.786Z] ---> 28f7bc445424 [2021-01-21T01:39:00.786Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-21T01:39:00.786Z] ---> Running in 9d468a625997 [2021-01-21T01:39:00.786Z] ---> c415bd80d643 [2021-01-21T01:39:00.786Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-21T01:39:00.786Z] ---> Running in ce009e0ad22b [2021-01-21T01:39:00.786Z] ---> Running in 77e8507c02b6 [2021-01-21T01:39:00.786Z] ---> Running in 0e74506fdbe4 [2021-01-21T01:39:00.786Z] ---> Running in 0150bd9ab5cf [2021-01-21T01:39:00.786Z] 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-21T01:39:00.786Z] 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-21T01:39:00.786Z] 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-21T01:39:00.786Z] 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-21T01:39:00.786Z] 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-21T01:39:01.092Z] Successfully built ac3c2986e17f [2021-01-21T01:39:01.092Z] Successfully tagged docker-core-metadata-go:latest [2021-01-21T01:39:34.732Z]  Building docker-core-metadata-go ... done Removing intermediate container 0a74f2d106e0 [2021-01-21T01:39:34.733Z] ---> 57b987c91911 [2021-01-21T01:39:34.733Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-21T01:39:34.733Z] Removing intermediate container 78c14f5fe380 [2021-01-21T01:39:34.733Z] ---> 73d2dfa5165a [2021-01-21T01:39:34.733Z] [2021-01-21T01:39:34.733Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T01:39:34.733Z] ---> 389fef711851 [2021-01-21T01:39:34.733Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-21T01:39:34.733Z] ---> Running in 139496c75cf2 [2021-01-21T01:39:34.733Z] ---> Running in 1df3040bb4e4 [2021-01-21T01:39:35.762Z] 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-21T01:39:35.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T01:39:36.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T01:39:36.484Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-21T01:39:36.484Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-21T01:39:36.484Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:39:36.484Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T01:39:36.484Z] OK: 6 MiB in 16 packages [2021-01-21T01:39:39.145Z] Removing intermediate container 859c9c2ca7ea [2021-01-21T01:39:39.145Z] ---> 14652a456524 [2021-01-21T01:39:39.145Z] [2021-01-21T01:39:39.145Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T01:39:39.145Z] ---> 389fef711851 [2021-01-21T01:39:39.145Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T01:39:39.145Z] ---> Running in 9e0dc45d4aef [2021-01-21T01:39:39.753Z] Removing intermediate container 9e0dc45d4aef [2021-01-21T01:39:39.753Z] ---> 28bd3566db4f [2021-01-21T01:39:39.753Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-21T01:39:39.753Z] Removing intermediate container 1df3040bb4e4 [2021-01-21T01:39:39.753Z] ---> 220994571d78 [2021-01-21T01:39:39.753Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-21T01:39:39.753Z] Removing intermediate container 139496c75cf2 [2021-01-21T01:39:39.753Z] ---> fd8f1ddcbbc9 [2021-01-21T01:39:39.753Z] [2021-01-21T01:39:39.753Z] Step 11/26 : FROM docker:20.10.0 [2021-01-21T01:39:40.042Z] ---> Running in 42601849b9b9 [2021-01-21T01:39:40.042Z] ---> Running in 4703788ef3a2 [2021-01-21T01:39:40.042Z] 20.10.0: Pulling from library/docker [2021-01-21T01:39:40.669Z] Removing intermediate container 42601849b9b9 [2021-01-21T01:39:40.669Z] ---> bac1f82e3dc7 [2021-01-21T01:39:40.669Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-21T01:39:40.669Z] Removing intermediate container 4703788ef3a2 [2021-01-21T01:39:40.669Z] ---> 03aca4c86aca [2021-01-21T01:39:40.669Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-21T01:39:40.669Z] ---> Running in c4123ae7410d [2021-01-21T01:39:41.034Z] ---> Running in 8fe3300d1996 [2021-01-21T01:39:41.378Z] Removing intermediate container c4123ae7410d [2021-01-21T01:39:41.378Z] ---> a712e296d953 [2021-01-21T01:39:41.378Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:39:41.378Z] ---> Running in df726dd5d666 [2021-01-21T01:39:41.761Z] Removing intermediate container 8fe3300d1996 [2021-01-21T01:39:41.761Z] ---> af820843d0e3 [2021-01-21T01:39:41.761Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-21T01:39:41.761Z] ---> Running in 9989479b46ed [2021-01-21T01:39:42.538Z] Removing intermediate container 9989479b46ed [2021-01-21T01:39:42.538Z] ---> 034b65710fe3 [2021-01-21T01:39:42.538Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T01:39:43.758Z] ---> 1d7676b21d13 [2021-01-21T01:39:43.758Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-21T01:39:44.044Z] Removing intermediate container df726dd5d666 [2021-01-21T01:39:44.044Z] ---> bdab5aa1de6c [2021-01-21T01:39:44.044Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-21T01:39:44.636Z] ---> Running in c800cd7f9464 [2021-01-21T01:39:44.907Z] ---> 36b7714013d8 [2021-01-21T01:39:44.907Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-21T01:39:45.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T01:39:45.924Z] ---> 149bade9b7e1 [2021-01-21T01:39:45.924Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-21T01:39:46.203Z] ---> Running in 16eaeb57dd71 [2021-01-21T01:39:46.497Z] Removing intermediate container 16eaeb57dd71 [2021-01-21T01:39:46.497Z] ---> f9562215dd7c [2021-01-21T01:39:46.497Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T01:39:46.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T01:39:46.497Z] ---> Running in 27ece1f8ae28 [2021-01-21T01:39:47.139Z] Removing intermediate container 27ece1f8ae28 [2021-01-21T01:39:47.140Z] ---> f5b480fbedfb [2021-01-21T01:39:47.140Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T01:39:47.140Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-21T01:39:47.140Z] ---> Running in 925a1ab85c85 [2021-01-21T01:39:47.408Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-21T01:39:47.408Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-21T01:39:47.408Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-21T01:39:47.681Z] Removing intermediate container 925a1ab85c85 [2021-01-21T01:39:47.681Z] ---> c74351fd6d4e [2021-01-21T01:39:47.681Z] Step 21/22 : LABEL git_sha=c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:39:47.681Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-21T01:39:47.681Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-21T01:39:47.681Z] ---> Running in 9c6bb7841bd6 [2021-01-21T01:39:47.968Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:39:47.968Z] OK: 8 MiB in 20 packages [2021-01-21T01:39:48.242Z] Removing intermediate container 9c6bb7841bd6 [2021-01-21T01:39:48.242Z] ---> 632eeb577584 [2021-01-21T01:39:48.242Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T01:39:48.532Z] ---> Running in 9b8f6d37d5c0 [2021-01-21T01:39:49.180Z] Removing intermediate container 9b8f6d37d5c0 [2021-01-21T01:39:49.180Z] ---> ae336e18a550 [2021-01-21T01:39:49.180Z] [2021-01-21T01:39:49.180Z] Removing intermediate container c800cd7f9464 [2021-01-21T01:39:49.180Z] ---> 38bb74bbe943 [2021-01-21T01:39:49.180Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T01:39:49.180Z] Successfully built ae336e18a550 [2021-01-21T01:39:49.467Z] Successfully tagged docker-support-notifications-go:latest [2021-01-21T01:39:49.746Z]  Building docker-support-notifications-go ... done  ---> 1729c8e5b739 [2021-01-21T01:39:49.746Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-21T01:39:50.819Z] ---> fb787f6f6d27 [2021-01-21T01:39:50.819Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-21T01:39:51.431Z] ---> bee21700cd0d [2021-01-21T01:39:51.431Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-21T01:39:52.023Z] ---> Running in 90da3a999f09 [2021-01-21T01:39:52.316Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T01:39:52.316Z] Removing intermediate container 90da3a999f09 [2021-01-21T01:39:52.316Z] ---> 866d7240b37e [2021-01-21T01:39:52.316Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T01:39:52.316Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T01:39:52.316Z] ---> aefe523efa57 [2021-01-21T01:39:52.316Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-21T01:39:52.609Z] ---> Running in eca1d00ff040 [2021-01-21T01:39:52.609Z] ---> Running in e42334c0c2d0 [2021-01-21T01:39:52.894Z] Removing intermediate container eca1d00ff040 [2021-01-21T01:39:52.894Z] ---> d48b61afbc8f [2021-01-21T01:39:52.894Z] Step 21/23 : LABEL arch=x86_64 [2021-01-21T01:39:52.894Z] ---> Running in 4e269445ada1 [2021-01-21T01:39:53.172Z] Removing intermediate container 4e269445ada1 [2021-01-21T01:39:53.172Z] ---> 2d07835ef33c [2021-01-21T01:39:53.172Z] Step 22/23 : LABEL git_sha=c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:39:53.468Z] ---> Running in 6457ecf596de [2021-01-21T01:39:53.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T01:39:53.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T01:39:53.468Z] Removing intermediate container 6457ecf596de [2021-01-21T01:39:53.468Z] ---> 29ca618e8b97 [2021-01-21T01:39:53.468Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T01:39:53.468Z] ---> Running in 629b938cc988 [2021-01-21T01:39:53.740Z] (1/2) Installing readline (8.0.4-r0) [2021-01-21T01:39:53.740Z] (2/2) Installing bash (5.0.17-r0) [2021-01-21T01:39:53.740Z] Executing bash-5.0.17-r0.post-install [2021-01-21T01:39:53.740Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:39:53.740Z] OK: 12 MiB in 22 packages [2021-01-21T01:39:53.740Z] Removing intermediate container 629b938cc988 [2021-01-21T01:39:53.740Z] ---> f8bec1493458 [2021-01-21T01:39:53.740Z] [2021-01-21T01:39:54.331Z] Successfully built f8bec1493458 [2021-01-21T01:39:54.331Z] Successfully tagged docker-core-data-go:latest [2021-01-21T01:39:55.794Z]  Building docker-core-data-go ... done Removing intermediate container e42334c0c2d0 [2021-01-21T01:39:55.794Z] ---> 4ec917008ac2 [2021-01-21T01:39:55.794Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-21T01:39:55.794Z] ---> Running in f5721f1c5f3a [2021-01-21T01:39:55.794Z] Removing intermediate container f5721f1c5f3a [2021-01-21T01:39:55.794Z] ---> 19c1b3563e71 [2021-01-21T01:39:55.794Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-21T01:39:56.511Z] ---> Running in 1159b111f916 [2021-01-21T01:39:56.778Z] Removing intermediate container 1159b111f916 [2021-01-21T01:39:56.778Z] ---> e0593a86d2a4 [2021-01-21T01:39:56.778Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-21T01:39:56.778Z] ---> Running in 5f04f301d2bb [2021-01-21T01:39:57.060Z] Removing intermediate container 5f04f301d2bb [2021-01-21T01:39:57.060Z] ---> b2c1b53cd1c0 [2021-01-21T01:39:57.060Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-21T01:39:57.664Z] ---> e0a6832418ff [2021-01-21T01:39:57.664Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-21T01:39:58.294Z] ---> f22a0c2dc48f [2021-01-21T01:39:58.294Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-21T01:39:58.911Z] ---> e6ba178389a3 [2021-01-21T01:39:58.911Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-21T01:39:59.205Z] ---> Running in 7de039972856 [2021-01-21T01:40:00.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T01:40:00.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T01:40:00.459Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-21T01:40:00.459Z] (2/33) Installing expat (2.2.9-r1) [2021-01-21T01:40:00.459Z] (3/33) Installing libffi (3.3-r2) [2021-01-21T01:40:00.459Z] (4/33) Installing gdbm (1.13-r1) [2021-01-21T01:40:00.459Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-21T01:40:00.754Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-21T01:40:00.754Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-21T01:40:02.904Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-21T01:40:02.904Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-21T01:40:02.904Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-21T01:40:02.904Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-21T01:40:02.904Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-21T01:40:02.904Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-21T01:40:02.904Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-21T01:40:02.904Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-21T01:40:02.904Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-21T01:40:02.904Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-21T01:40:02.904Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-21T01:40:02.904Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-21T01:40:02.904Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-21T01:40:03.181Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-21T01:40:03.181Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-21T01:40:03.181Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-21T01:40:03.181Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-21T01:40:03.181Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-21T01:40:03.181Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-21T01:40:03.508Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-21T01:40:03.508Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-21T01:40:03.508Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-21T01:40:03.508Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-21T01:40:03.508Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-21T01:40:03.508Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-21T01:40:03.508Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-21T01:40:03.792Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:40:03.792Z] OK: 71 MiB in 55 packages [2021-01-21T01:40:13.990Z] Removing intermediate container 7de039972856 [2021-01-21T01:40:13.990Z] ---> 3408b14227a6 [2021-01-21T01:40:13.990Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-21T01:40:13.990Z] ---> Running in c021b8b3189d [2021-01-21T01:40:16.065Z] Collecting docker-compose==1.23.2 [2021-01-21T01:40:16.065Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-21T01:40:16.350Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-21T01:40:16.350Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-21T01:40:17.353Z] Collecting jsonschema<3,>=2.5.1 [2021-01-21T01:40:17.353Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-21T01:40:17.353Z] Collecting docopt<0.7,>=0.6.1 [2021-01-21T01:40:17.623Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-21T01:40:18.622Z] Collecting cached-property<2,>=1.2.0 [2021-01-21T01:40:18.622Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-21T01:40:18.897Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-21T01:40:18.897Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-21T01:40:19.194Z] Collecting texttable<0.10,>=0.9.0 [2021-01-21T01:40:19.194Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-21T01:40:20.265Z] Collecting docker<4.0,>=3.6.0 [2021-01-21T01:40:20.265Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-21T01:40:20.265Z] 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-21T01:40:20.584Z] Collecting PyYAML<4,>=3.10 [2021-01-21T01:40:20.584Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-21T01:40:22.086Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-21T01:40:22.086Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-21T01:40:22.086Z] 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-21T01:40:22.367Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-21T01:40:22.367Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-21T01:40:22.597Z] 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-21T01:40:22.597Z] 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-21T01:40:22.637Z] 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-21T01:40:22.637Z] Collecting idna<2.8,>=2.5 [2021-01-21T01:40:22.637Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-21T01:40:22.921Z] Collecting docker-pycreds>=0.4.0 [2021-01-21T01:40:22.921Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-21T01:40:22.921Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-21T01:40:22.921Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-21T01:40:22.921Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-21T01:40:22.921Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-21T01:40:23.191Z] Installing collected packages: dockerpty, jsonschema, docopt, cached-property, urllib3, idna, requests, texttable, websocket-client, docker-pycreds, docker, PyYAML, docker-compose [2021-01-21T01:40:23.191Z] Running setup.py install for dockerpty: started [2021-01-21T01:40:23.776Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-21T01:40:24.087Z] Running setup.py install for docopt: started [2021-01-21T01:40:24.677Z] Running setup.py install for docopt: finished with status 'done' [2021-01-21T01:40:24.677Z] Attempting uninstall: urllib3 [2021-01-21T01:40:24.677Z] Found existing installation: urllib3 1.25.9 [2021-01-21T01:40:24.677Z] Uninstalling urllib3-1.25.9: [2021-01-21T01:40:24.948Z] Successfully uninstalled urllib3-1.25.9 [2021-01-21T01:40:25.254Z] Attempting uninstall: idna [2021-01-21T01:40:25.254Z] Found existing installation: idna 2.9 [2021-01-21T01:40:25.254Z] Uninstalling idna-2.9: [2021-01-21T01:40:25.254Z] Successfully uninstalled idna-2.9 [2021-01-21T01:40:25.553Z] Attempting uninstall: requests [2021-01-21T01:40:25.553Z] Found existing installation: requests 2.23.0 [2021-01-21T01:40:25.553Z] Uninstalling requests-2.23.0: [2021-01-21T01:40:25.553Z] Successfully uninstalled requests-2.23.0 [2021-01-21T01:40:25.553Z] Running setup.py install for texttable: started [2021-01-21T01:40:27.518Z] Running setup.py install for texttable: finished with status 'done' [2021-01-21T01:40:27.784Z] Running setup.py install for PyYAML: started [2021-01-21T01:40:28.368Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-21T01:40:28.989Z] 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-21T01:40:32.390Z] Removing intermediate container c021b8b3189d [2021-01-21T01:40:32.391Z] ---> 0ae33b74fee5 [2021-01-21T01:40:32.391Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-21T01:40:32.391Z] ---> Running in 59c2e1827f0e [2021-01-21T01:40:33.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T01:40:33.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T01:40:33.672Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T01:40:33.672Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-21T01:40:33.672Z] (3/3) Installing curl (7.69.1-r3) [2021-01-21T01:40:33.672Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:40:33.672Z] OK: 72 MiB in 58 packages [2021-01-21T01:40:34.669Z] Removing intermediate container 59c2e1827f0e [2021-01-21T01:40:34.669Z] ---> ee3fd99617ef [2021-01-21T01:40:34.669Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-21T01:40:34.669Z] ---> Running in da05756d5187 [2021-01-21T01:40:34.939Z] Removing intermediate container da05756d5187 [2021-01-21T01:40:34.939Z] ---> 0a9e4e75c427 [2021-01-21T01:40:34.939Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T01:40:34.939Z] ---> Running in 72dcee52ac37 [2021-01-21T01:40:35.223Z] Removing intermediate container 72dcee52ac37 [2021-01-21T01:40:35.223Z] ---> 0af166bd33b9 [2021-01-21T01:40:35.223Z] Step 24/26 : LABEL arch=x86_64 [2021-01-21T01:40:35.524Z] ---> Running in 9ab799bf9c11 [2021-01-21T01:40:35.798Z] Removing intermediate container 9ab799bf9c11 [2021-01-21T01:40:35.799Z] ---> 9644c9a87b73 [2021-01-21T01:40:35.799Z] Step 25/26 : LABEL git_sha=c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:40:35.799Z] ---> Running in 2e6a4d32b32b [2021-01-21T01:40:36.422Z] Removing intermediate container 2e6a4d32b32b [2021-01-21T01:40:36.422Z] ---> 3b307ba16265 [2021-01-21T01:40:36.422Z] Step 26/26 : LABEL version=0.0.0 [2021-01-21T01:40:36.422Z] ---> Running in b71a8d16da56 [2021-01-21T01:40:36.694Z] Removing intermediate container b71a8d16da56 [2021-01-21T01:40:36.694Z] ---> e5bdc518955e [2021-01-21T01:40:36.694Z] [2021-01-21T01:40:36.968Z] Successfully built e5bdc518955e [2021-01-21T01:40:36.968Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-21T01:40:37.734Z] Removing intermediate container 0e74506fdbe4 [2021-01-21T01:40:37.734Z] ---> 3c56a6430f30 [2021-01-21T01:40:37.734Z] [2021-01-21T01:40:37.734Z] Step 10/24 : FROM alpine:3.12 [2021-01-21T01:40:37.734Z] 3.12: Pulling from library/alpine [2021-01-21T01:40:37.734Z] Removing intermediate container ce009e0ad22b [2021-01-21T01:40:37.734Z] Removing intermediate container 77e8507c02b6 [2021-01-21T01:40:37.734Z] ---> 7aeb224a920c [2021-01-21T01:40:37.734Z] [2021-01-21T01:40:37.734Z] Step 10/21 : FROM alpine:3.12 [2021-01-21T01:40:37.734Z] ---> 66b1e96623ae [2021-01-21T01:40:37.734Z] [2021-01-21T01:40:37.734Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T01:40:37.734Z] 3.12: Pulling from library/alpine [2021-01-21T01:40:37.734Z] 3.12: Pulling from library/alpine [2021-01-21T01:40:37.734Z] Removing intermediate container 9d468a625997 [2021-01-21T01:40:37.734Z] ---> cf37596fe420 [2021-01-21T01:40:37.734Z] [2021-01-21T01:40:37.734Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T01:40:37.735Z] 3.12: Pulling from library/alpine [2021-01-21T01:40:37.946Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-21T01:40:37.978Z] $ docker stop --time=1 4fe1d522f50a8c8bc290a81eedb1585b44bbf84225d164dd371df744752b2b5a [2021-01-21T01:40:38.329Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T01:40:38.329Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T01:40:38.329Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T01:40:38.329Z] Status: Image is up to date for alpine:3.12 [2021-01-21T01:40:38.329Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T01:40:38.329Z] Status: Image is up to date for alpine:3.12 [2021-01-21T01:40:38.329Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T01:40:38.329Z] ---> afeebe901d6b [2021-01-21T01:40:38.329Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T01:40:38.329Z] Status: Image is up to date for alpine:3.12 [2021-01-21T01:40:38.329Z] ---> afeebe901d6b [2021-01-21T01:40:38.329Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-21T01:40:38.329Z] ---> afeebe901d6b [2021-01-21T01:40:38.329Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-21T01:40:38.329Z] ---> afeebe901d6b [2021-01-21T01:40:38.329Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-21T01:40:38.613Z] ---> Running in 5bc76b256d59 [2021-01-21T01:40:38.614Z] ---> Running in 6ba69358f678 [2021-01-21T01:40:38.614Z] ---> Running in 89de44c7c0f8 [2021-01-21T01:40:38.614Z] ---> Running in ff53f8b30718 [2021-01-21T01:40:40.045Z] $ docker rm -f 4fe1d522f50a8c8bc290a81eedb1585b44bbf84225d164dd371df744752b2b5a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T01:40:40.891Z] + grep docker [2021-01-21T01:40:40.892Z] + docker images [2021-01-21T01:40:41.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T01:40:41.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T01:40:41.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T01:40:41.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T01:40:41.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T01:40:41.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T01:40:41.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T01:40:41.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T01:40:41.478Z] docker-sys-mgmt-agent-go latest e5bdc518955e 5 seconds ago 313MB [2021-01-21T01:40:41.478Z] docker-core-data-go latest f8bec1493458 48 seconds ago 22.3MB [2021-01-21T01:40:41.478Z] docker-support-notifications-go latest ae336e18a550 53 seconds ago 16.9MB [2021-01-21T01:40:41.478Z] docker-core-metadata-go latest ac3c2986e17f About a minute ago 18.8MB [2021-01-21T01:40:41.478Z] docker-security-bootstrapper-go latest 252f01d75032 3 minutes ago 41.5MB [2021-01-21T01:40:41.478Z] docker-security-secretstore-setup-go latest c8f22d17fea1 3 minutes ago 24.6MB [2021-01-21T01:40:41.478Z] docker-core-command-go latest 27aae5c6dd13 3 minutes ago 16.3MB [2021-01-21T01:40:41.478Z] docker-security-proxy-setup-go latest 202dd28f73b4 3 minutes ago 24.4MB [2021-01-21T01:40:41.478Z] docker-support-scheduler-go latest c8fba0504893 4 minutes ago 16.4MB [2021-01-21T01:40:41.478Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-01-21T01:40:41.889Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T01:40:41.889Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-21T01:40:41.889Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:40:41.889Z] OK: 5 MiB in 15 packages [2021-01-21T01:40:41.889Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T01:40:41.889Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T01:40:41.889Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-21T01:40:41.889Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T01:40:41.889Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T01:40:41.889Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-21T01:40:41.889Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:40:41.889Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T01:40:41.889Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-21T01:40:41.889Z] Executing busybox-1.31.1-r19.trigger Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-01-21T01:40:42.166Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T01:40:42.166Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T01:40:42.166Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-21T01:40:42.166Z] (4/4) Installing curl (7.69.1-r3) [2021-01-21T01:40:42.166Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:40:42.166Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T01:40:42.166Z] OK: 7 MiB in 19 packages [Pipeline] findFiles [Pipeline] node [2021-01-21T01:40:42.447Z] OK: 6 MiB in 16 packages [2021-01-21T01:40:42.447Z] OK: 7 MiB in 18 packages [2021-01-21T01:40:43.898Z] Removing intermediate container 5bc76b256d59 [2021-01-21T01:40:43.898Z] ---> 1b88210e532d [2021-01-21T01:40:43.898Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-21T01:40:44.175Z] ---> Running in 5f47eaab3832 [2021-01-21T01:40:45.267Z] Removing intermediate container ff53f8b30718 [2021-01-21T01:40:45.267Z] ---> ba6de8be5f2b [2021-01-21T01:40:45.267Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-21T01:40:45.267Z] Removing intermediate container 5f47eaab3832 [2021-01-21T01:40:45.267Z] ---> a62a2818d593 [2021-01-21T01:40:45.267Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-21T01:40:45.549Z] ---> Running in 59abb657177b [2021-01-21T01:40:45.831Z] Removing intermediate container 6ba69358f678 [2021-01-21T01:40:45.831Z] ---> e62d2ca0c6e8 [2021-01-21T01:40:45.831Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T01:40:45.831Z] Removing intermediate container 89de44c7c0f8 [2021-01-21T01:40:45.831Z] ---> ca6445919d00 [2021-01-21T01:40:45.831Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T01:40:45.831Z] ---> Running in 510e77609045 [2021-01-21T01:40:46.130Z] ---> Running in 7136e27f536f [2021-01-21T01:40:46.130Z] ---> Running in 015d9f9d28ae [2021-01-21T01:40:46.434Z] Removing intermediate container 59abb657177b [2021-01-21T01:40:46.434Z] ---> 60f2f16580ff [2021-01-21T01:40:46.434Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-21T01:40:46.712Z] ---> Running in 231f5a15c53c [2021-01-21T01:40:46.991Z] Removing intermediate container 510e77609045 [2021-01-21T01:40:46.991Z] ---> 3a271f2f59c0 [2021-01-21T01:40:46.991Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-21T01:40:46.991Z] Removing intermediate container 7136e27f536f [2021-01-21T01:40:46.991Z] ---> 6b91b182b493 [2021-01-21T01:40:46.991Z] Step 13/24 : WORKDIR / [2021-01-21T01:40:47.265Z] Removing intermediate container 015d9f9d28ae [2021-01-21T01:40:47.265Z] ---> 44efc57cafd8 [2021-01-21T01:40:47.265Z] Step 13/21 : WORKDIR /edgex [2021-01-21T01:40:47.265Z] ---> Running in fc27dc58ac4e [2021-01-21T01:40:47.547Z] ---> Running in e86961aff37e [2021-01-21T01:40:47.547Z] ---> Running in 52c1f5323fc3 [2021-01-21T01:40:47.547Z] Removing intermediate container 0150bd9ab5cf [2021-01-21T01:40:47.547Z] ---> a4a584cd265b [2021-01-21T01:40:47.547Z] [2021-01-21T01:40:47.547Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T01:40:47.547Z] ---> afeebe901d6b [2021-01-21T01:40:47.547Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-21T01:40:47.547Z] ---> Using cache [2021-01-21T01:40:47.547Z] ---> 1b88210e532d [2021-01-21T01:40:47.547Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-21T01:40:47.547Z] ---> Using cache [2021-01-21T01:40:47.547Z] ---> a62a2818d593 [2021-01-21T01:40:47.547Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-21T01:40:47.547Z] Removing intermediate container 231f5a15c53c [2021-01-21T01:40:47.547Z] ---> 6f4c1edd8607 [2021-01-21T01:40:47.547Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-21T01:40:47.821Z] ---> Running in a3a0436aef70 [2021-01-21T01:40:47.821Z] ---> Running in 7ac17ed34327 [2021-01-21T01:40:48.092Z] Removing intermediate container fc27dc58ac4e [2021-01-21T01:40:48.092Z] ---> a6da56920ec6 [2021-01-21T01:40:48.092Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T01:40:48.363Z] Removing intermediate container 52c1f5323fc3 [2021-01-21T01:40:48.363Z] ---> 9c21030c3b31 [2021-01-21T01:40:48.363Z] 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-21T01:40:48.363Z] Removing intermediate container e86961aff37e [2021-01-21T01:40:48.363Z] ---> 2dccc302b0e3 [2021-01-21T01:40:48.363Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-21T01:40:48.635Z] Removing intermediate container a3a0436aef70 [2021-01-21T01:40:48.635Z] ---> 8bbf5df2a782 [2021-01-21T01:40:48.635Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-21T01:40:48.635Z] Removing intermediate container 7ac17ed34327 [2021-01-21T01:40:48.635Z] ---> a56b49a07776 [2021-01-21T01:40:48.635Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T01:40:48.906Z] ---> Running in a6004724ab5a [2021-01-21T01:40:49.180Z] ---> d84fec2ab8b4 [2021-01-21T01:40:49.181Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-21T01:40:49.456Z] ---> 5e7d4361fb69 [2021-01-21T01:40:49.456Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-21T01:40:49.456Z] ---> 7918395c020c [2021-01-21T01:40:49.456Z] 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-21T01:40:49.456Z] ---> 9b1e5cc0d17f [2021-01-21T01:40:49.456Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-21T01:40:49.738Z] Removing intermediate container a6004724ab5a [2021-01-21T01:40:49.738Z] ---> dba277dd6bf9 [2021-01-21T01:40:49.738Z] Step 15/23 : WORKDIR / [2021-01-21T01:40:50.016Z] ---> Running in 3b591b8e0ed9 [2021-01-21T01:40:50.620Z] ---> 0ac37666909e [2021-01-21T01:40:50.620Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-21T01:40:50.899Z] Removing intermediate container 3b591b8e0ed9 [2021-01-21T01:40:50.899Z] ---> cdd393112814 [2021-01-21T01:40:51.178Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T01:40:51.178Z] ---> 4ea3110832a9 [2021-01-21T01:40:51.178Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-21T01:40:51.178Z] ---> eb3732c20031 [2021-01-21T01:40:51.178Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-21T01:40:51.456Z] ---> 4334b11590fa [2021-01-21T01:40:51.456Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-21T01:40:51.735Z] ---> 785dcc691773 [2021-01-21T01:40:51.735Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-21T01:40:52.009Z] ---> 72255d15f9da [2021-01-21T01:40:52.290Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-21T01:40:52.290Z] ---> 58e6325f45b1 [2021-01-21T01:40:52.290Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-21T01:40:52.290Z] ---> Running in 32e4b70783a8 [2021-01-21T01:40:52.562Z] ---> 29d8eeebc6f7 [2021-01-21T01:40:52.562Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-21T01:40:53.156Z] ---> 8774aa314c37 [2021-01-21T01:40:53.156Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-21T01:40:53.156Z] ---> Running in 9d0f4d77bfc8 [2021-01-21T01:40:53.156Z] Removing intermediate container 32e4b70783a8 [2021-01-21T01:40:53.156Z] ---> 5229e12cb1f5 [2021-01-21T01:40:53.156Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T01:40:53.430Z] ---> Running in c8f6ed718a8c [2021-01-21T01:40:53.430Z] ---> 5e62504deb6f [2021-01-21T01:40:53.430Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-21T01:40:53.706Z] ---> Running in 64c2809ac9ca [2021-01-21T01:40:53.981Z] Removing intermediate container 9d0f4d77bfc8 [2021-01-21T01:40:53.981Z] ---> 5b520eae16aa [2021-01-21T01:40:53.981Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T01:40:54.255Z] Removing intermediate container c8f6ed718a8c [2021-01-21T01:40:54.255Z] ---> a7b87769945f [2021-01-21T01:40:54.255Z] Step 18/21 : CMD ["--init=true"] [2021-01-21T01:40:54.255Z] ---> ade3b6903036 [2021-01-21T01:40:54.255Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-21T01:40:54.255Z] ---> Running in 05fb1a816cf5 [2021-01-21T01:40:54.527Z] ---> Running in af871009bc94 [2021-01-21T01:40:54.527Z] Removing intermediate container 64c2809ac9ca [2021-01-21T01:40:54.527Z] ---> f861dee20b64 [2021-01-21T01:40:54.527Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T01:40:54.800Z] ---> Running in 19d6da3f97a2 [2021-01-21T01:40:55.073Z] ---> 4dd9fbf41382 [2021-01-21T01:40:55.073Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-21T01:40:55.073Z] Removing intermediate container 05fb1a816cf5 [2021-01-21T01:40:55.073Z] ---> dcc3389ead21 [2021-01-21T01:40:55.073Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T01:40:55.348Z] Removing intermediate container af871009bc94 [2021-01-21T01:40:55.348Z] ---> 959637b83ced [2021-01-21T01:40:55.348Z] Step 19/21 : LABEL arch=arm64 [2021-01-21T01:40:55.348Z] ---> e3827a43e652 [2021-01-21T01:40:55.348Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-21T01:40:55.348Z] ---> Running in 28543084a29b [2021-01-21T01:40:55.623Z] ---> Running in 63696a01fda2 [2021-01-21T01:40:55.623Z] ---> Running in a23906a9fc2f [2021-01-21T01:40:55.623Z] Removing intermediate container 19d6da3f97a2 [2021-01-21T01:40:55.623Z] ---> ce24df7ea415 [2021-01-21T01:40:55.623Z] Step 21/22 : LABEL git_sha=c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:40:55.896Z] ---> 942e90ca564a [2021-01-21T01:40:55.896Z] 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-21T01:40:55.896Z] ---> Running in be416c27be4d [2021-01-21T01:40:56.171Z] Removing intermediate container 28543084a29b [2021-01-21T01:40:56.171Z] ---> f0a8b40ec570 [2021-01-21T01:40:56.171Z] Step 21/22 : LABEL git_sha=c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:40:56.171Z] ---> Running in a3f8d3205c52 [2021-01-21T01:40:56.442Z] Removing intermediate container 63696a01fda2 [2021-01-21T01:40:56.442Z] ---> 241e37c2d84b [2021-01-21T01:40:56.442Z] Step 20/21 : LABEL git_sha=c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:40:56.442Z] Removing intermediate container a23906a9fc2f [2021-01-21T01:40:56.442Z] ---> dd7bd8f99ba7 [2021-01-21T01:40:56.442Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T01:40:56.717Z] ---> Running in 258b1e5c87cb [2021-01-21T01:40:56.717Z] Removing intermediate container be416c27be4d [2021-01-21T01:40:56.717Z] ---> ee0edd1206e4 [2021-01-21T01:40:56.717Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T01:40:56.995Z] ---> Running in abe77b8a2454 [2021-01-21T01:40:56.995Z] ---> Running in b1cdb2d9000d [2021-01-21T01:40:57.273Z] ---> Running in 6675a2aac343 [2021-01-21T01:40:57.312Z] Still waiting to schedule task [2021-01-21T01:40:57.312Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-21T01:40:57.548Z] Removing intermediate container 258b1e5c87cb [2021-01-21T01:40:57.548Z] ---> 76236b16b216 [2021-01-21T01:40:57.548Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T01:40:58.155Z] ---> Running in 6f3de7b0e6e2 [2021-01-21T01:40:58.155Z] Removing intermediate container abe77b8a2454 [2021-01-21T01:40:58.155Z] ---> 9a5ec84044ca [2021-01-21T01:40:58.155Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T01:40:58.155Z] Removing intermediate container b1cdb2d9000d [2021-01-21T01:40:58.155Z] ---> 0ab876414879 [2021-01-21T01:40:58.155Z] Step 21/23 : LABEL arch=arm64 [2021-01-21T01:40:58.155Z] Removing intermediate container 6675a2aac343 [2021-01-21T01:40:58.155Z] ---> 4a9a0856346e [2021-01-21T01:40:58.155Z] [2021-01-21T01:40:58.439Z] ---> Running in 49f80db97748 [2021-01-21T01:40:58.721Z] ---> Running in 4a202bab85e1 [2021-01-21T01:40:58.721Z] Removing intermediate container 6f3de7b0e6e2 [2021-01-21T01:40:58.721Z] ---> 57476aabe8b0 [2021-01-21T01:40:58.721Z] [2021-01-21T01:40:58.991Z] Successfully built 4a9a0856346e [2021-01-21T01:40:58.991Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-21T01:40:58.991Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-21T01:40:59.265Z] Removing intermediate container 49f80db97748 [2021-01-21T01:40:59.265Z] ---> 9e8ef4f3c56a [2021-01-21T01:40:59.265Z] [2021-01-21T01:40:59.265Z] Successfully built 57476aabe8b0 [2021-01-21T01:40:59.541Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-21T01:40:59.541Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-21T01:40:59.541Z] Removing intermediate container 4a202bab85e1 [2021-01-21T01:40:59.541Z] ---> acadbf606fba [2021-01-21T01:40:59.541Z] Step 22/23 : LABEL git_sha=c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:40:59.541Z] Successfully built 9e8ef4f3c56a [2021-01-21T01:40:59.541Z] Removing intermediate container a3f8d3205c52 [2021-01-21T01:40:59.541Z] ---> 6ec2680ce971 [2021-01-21T01:40:59.541Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-21T01:40:59.541Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-21T01:40:59.823Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-21T01:40:59.823Z] ---> Running in d26c67205d55 [2021-01-21T01:41:00.099Z] ---> Running in 4dee4f92951d [2021-01-21T01:41:00.374Z] Removing intermediate container d26c67205d55 [2021-01-21T01:41:00.374Z] ---> e93be285ce40 [2021-01-21T01:41:00.374Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T01:41:00.374Z] Removing intermediate container 4dee4f92951d [2021-01-21T01:41:00.374Z] ---> 1efe6524d47f [2021-01-21T01:41:00.374Z] Step 22/24 : LABEL arch=arm64 [2021-01-21T01:41:00.647Z] ---> Running in 9f23c5027cf0 [2021-01-21T01:41:00.647Z] ---> Running in 8058267df039 [2021-01-21T01:41:01.239Z] Removing intermediate container 9f23c5027cf0 [2021-01-21T01:41:01.239Z] ---> 947597928941 [2021-01-21T01:41:01.239Z] [2021-01-21T01:41:01.510Z] Removing intermediate container 8058267df039 [2021-01-21T01:41:01.510Z] ---> 72718a7be4fc [2021-01-21T01:41:01.510Z] Step 23/24 : LABEL git_sha=c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:41:01.510Z] Successfully built 947597928941 [2021-01-21T01:41:01.510Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-21T01:41:01.510Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-01-21T01:41:01.779Z] ---> Running in eae3fae3132a [2021-01-21T01:41:02.372Z] Removing intermediate container eae3fae3132a [2021-01-21T01:41:02.372Z] ---> 52ba9565350b [2021-01-21T01:41:02.372Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T01:41:02.372Z] ---> Running in 85669077e62b [2021-01-21T01:41:02.987Z] Removing intermediate container 85669077e62b [2021-01-21T01:41:02.987Z] ---> 2f39bbe3b034 [2021-01-21T01:41:02.987Z] [2021-01-21T01:41:03.584Z] Successfully built 2f39bbe3b034 [2021-01-21T01:41:03.584Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-21T01:41:48.384Z] Running on prd-ubuntu18.04-docker-8c-8g-21823 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-21T01:41:48.449Z] Running in /w/workspace/edgex-go/35 [Pipeline] { [Pipeline] checkout [2021-01-21T01:41:50.541Z] using credential edgex-jenkins-ssh [2021-01-21T01:41:50.665Z] Cloning the remote Git repository [2021-01-21T01:41:50.692Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-21T01:41:50.754Z] > git init /w/workspace/edgex-go/35 # timeout=10 [2021-01-21T01:41:50.777Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T01:41:50.777Z] > git --version # timeout=10 [2021-01-21T01:41:50.782Z] > git --version # 'git version 2.17.1' [2021-01-21T01:41:50.782Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T01:41:50.802Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T01:41:56.445Z] Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:41:56.554Z] Merge succeeded, producing c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:41:56.554Z] Checking out Revision c4eb6dd5dc08378382a8720c3740a8cc81c6949e (PR-2970) [2021-01-21T01:41:55.806Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T01:41:55.817Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T01:41:55.826Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T01:41:55.835Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T01:41:55.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T01:41:55.839Z] > 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-21T01:41:56.458Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T01:41:56.464Z] > git checkout -f c4eb6dd5dc08378382a8720c3740a8cc81c6949e # timeout=10 [2021-01-21T01:41:56.525Z] > git remote # timeout=10 [2021-01-21T01:41:56.532Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T01:41:56.536Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T01:41:56.540Z] > git merge ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 [2021-01-21T01:41:56.549Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T01:41:56.561Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T01:41:56.568Z] > git checkout -f c4eb6dd5dc08378382a8720c3740a8cc81c6949e # timeout=10 [2021-01-21T01:42:00.138Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T01:42:00.138Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T01:42:00.138Z] ---> 4bbd2331dcc0 [2021-01-21T01:42:00.138Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T01:42:00.138Z] ---> Using cache [2021-01-21T01:42:00.138Z] ---> 639ea3a02b11 [2021-01-21T01:42:00.138Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:42:00.138Z] ---> Using cache [2021-01-21T01:42:00.138Z] ---> db56dc498215 [2021-01-21T01:42:00.138Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-21T01:42:00.138Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T01:42:00.138Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T01:42:00.138Z] ---> 4bbd2331dcc0 [2021-01-21T01:42:00.138Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T01:42:00.138Z] ---> Using cache [2021-01-21T01:42:00.138Z] ---> 639ea3a02b11 [2021-01-21T01:42:00.138Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:42:00.138Z] ---> Using cache [2021-01-21T01:42:00.138Z] ---> db56dc498215 [2021-01-21T01:42:00.138Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-21T01:42:00.138Z] ---> Using cache [2021-01-21T01:42:00.138Z] ---> d84ab95c1c71 [2021-01-21T01:42:00.138Z] Step 6/23 : COPY go.mod . [2021-01-21T01:42:00.138Z] ---> Using cache [2021-01-21T01:42:00.138Z] ---> cfc66014b160 [2021-01-21T01:42:00.138Z] Step 7/23 : RUN go mod download [2021-01-21T01:42:00.138Z] ---> Using cache [2021-01-21T01:42:00.138Z] ---> 2a75ef3b1032 [2021-01-21T01:42:00.138Z] Step 8/23 : COPY . . [2021-01-21T01:42:00.138Z] ---> Using cache [2021-01-21T01:42:00.138Z] ---> c415bd80d643 [2021-01-21T01:42:00.138Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-21T01:42:00.138Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T01:42:00.138Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-21T01:42:00.138Z] ---> 4bbd2331dcc0 [2021-01-21T01:42:00.138Z] Step 3/26 : WORKDIR /edgex-go [2021-01-21T01:42:00.138Z] ---> Using cache [2021-01-21T01:42:00.138Z] ---> 639ea3a02b11 [2021-01-21T01:42:00.138Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:42:00.138Z] ---> Using cache [2021-01-21T01:42:00.138Z] ---> db56dc498215 [2021-01-21T01:42:00.138Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-21T01:42:00.138Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T01:42:00.138Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-21T01:42:00.138Z] ---> 4bbd2331dcc0 [2021-01-21T01:42:00.138Z] Step 3/33 : WORKDIR /edgex-go [2021-01-21T01:42:00.138Z] ---> Using cache [2021-01-21T01:42:00.138Z] ---> 639ea3a02b11 [2021-01-21T01:42:00.138Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:42:00.138Z] ---> Using cache [2021-01-21T01:42:00.138Z] ---> db56dc498215 [2021-01-21T01:42:00.138Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-21T01:42:00.138Z] ---> Using cache [2021-01-21T01:42:00.138Z] ---> d84ab95c1c71 [2021-01-21T01:42:00.138Z] Step 6/33 : COPY go.mod . [2021-01-21T01:42:00.138Z] ---> Using cache [2021-01-21T01:42:00.138Z] ---> cfc66014b160 [2021-01-21T01:42:00.138Z] Step 7/33 : RUN go mod download [2021-01-21T01:42:00.138Z] ---> Using cache [2021-01-21T01:42:00.138Z] ---> 2a75ef3b1032 [2021-01-21T01:42:00.138Z] Step 8/33 : COPY . . [2021-01-21T01:42:00.138Z] ---> Using cache [2021-01-21T01:42:00.138Z] ---> c415bd80d643 [2021-01-21T01:42:00.138Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-21T01:42:00.138Z] ---> Running in 05e914bd6914 [2021-01-21T01:42:00.138Z] ---> Running in 502c172e8642 [2021-01-21T01:42:00.138Z] ---> Running in 93321a04fc6e [2021-01-21T01:42:00.138Z] ---> Running in 48bc1ddbfd8a [2021-01-21T01:42:00.138Z] 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-21T01:42:00.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T01:42:00.138Z] 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-21T01:42:00.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T01:42:00.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T01:42:00.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T01:42:00.188Z] Commit message: "feat(security): Address PR feedback" [2021-01-21T01:42:00.743Z] OK: 217 MiB in 51 packages [2021-01-21T01:42:00.743Z] OK: 217 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T01:42:01.488Z] + echo snap-build.sh [2021-01-21T01:42:01.488Z] snap-build.sh [2021-01-21T01:42:01.488Z] + SNAP_BASE_DIR=. [2021-01-21T01:42:01.488Z] + '[' '!' -z /w/workspace/edgex-go/35 ']' [2021-01-21T01:42:01.488Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/35 [2021-01-21T01:42:01.488Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/35]' [2021-01-21T01:42:01.488Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/35] [2021-01-21T01:42:01.488Z] + cd /w/workspace/edgex-go/35 [2021-01-21T01:42:01.488Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-21T01:42:01.488Z] Reading package lists... [2021-01-21T01:42:01.488Z] Building dependency tree... [2021-01-21T01:42:01.488Z] Reading state information... [2021-01-21T01:42:01.751Z] The following packages were automatically installed and are no longer required: [2021-01-21T01:42:01.751Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-21T01:42:01.751Z] uidmap xdelta3 [2021-01-21T01:42:01.751Z] Use 'sudo apt autoremove' to remove them. [2021-01-21T01:42:01.751Z] The following packages will be REMOVED: [2021-01-21T01:42:01.751Z] lxd* lxd-client* [2021-01-21T01:42:02.014Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-21T01:42:02.014Z] After this operation, 31.7 MB disk space will be freed. [2021-01-21T01:42:02.742Z] Removing intermediate container 05e914bd6914 [2021-01-21T01:42:02.743Z] ---> d481b2e9f7ad [2021-01-21T01:42:02.743Z] Step 6/23 : COPY go.mod . [2021-01-21T01:42:03.019Z] Removing intermediate container 48bc1ddbfd8a [2021-01-21T01:42:03.019Z] ---> 22acb83055e0 [2021-01-21T01:42:03.019Z] Step 6/26 : COPY go.mod . [2021-01-21T01:42:03.061Z] (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-21T01:42:03.061Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T01:42:03.622Z] ---> 14263d258ea7 [2021-01-21T01:42:03.622Z] Step 7/23 : RUN go mod download [2021-01-21T01:42:03.893Z] ---> Running in 8ac8b91b3635 [2021-01-21T01:42:04.002Z] Removing lxd dnsmasq configuration [2021-01-21T01:42:04.002Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T01:42:04.263Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-21T01:42:04.497Z] ---> 6680d9d9ac99 [2021-01-21T01:42:04.497Z] Step 7/26 : RUN go mod download [2021-01-21T01:42:04.497Z] ---> Running in eda7b6630261 [2021-01-21T01:42:05.212Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-21T01:42:05.212Z] (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-21T01:42:05.212Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T01:42:06.607Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-21T01:42:06.607Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-21T01:42:07.550Z] + sudo snap remove --purge lxd [2021-01-21T01:42:07.812Z] snap "lxd" is not installed [2021-01-21T01:42:07.812Z] + sudo groupadd --force --system lxd [2021-01-21T01:42:07.812Z] ++ whoami [2021-01-21T01:42:07.812Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-21T01:42:07.812Z] + newgrp - lxd [2021-01-21T01:42:07.812Z] + sudo snap install lxd [2021-01-21T01:42:08.832Z] Removing intermediate container 8ac8b91b3635 [2021-01-21T01:42:08.832Z] ---> 706a12b6e93e [2021-01-21T01:42:08.832Z] Step 8/23 : COPY . . [2021-01-21T01:42:08.832Z] Removing intermediate container eda7b6630261 [2021-01-21T01:42:08.832Z] ---> 7feffe2ca925 [2021-01-21T01:42:08.832Z] Step 8/26 : COPY . . [2021-01-21T01:42:17.816Z] 2021-01-21T01:42:14Z INFO Waiting for automatic snapd restart... [2021-01-21T01:42:36.007Z] lxd 4.10 from Canonical* installed [2021-01-21T01:42:36.007Z] + sudo lxd init --auto [2021-01-21T01:42:41.209Z] ---> 01dbbdce87ba [2021-01-21T01:42:41.209Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-21T01:42:41.209Z] ---> e182daf68daf [2021-01-21T01:42:41.209Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-21T01:42:41.209Z] ---> Running in 7662ab81d0fb [2021-01-21T01:42:41.209Z] ---> Running in 21be88bf763a [2021-01-21T01:42:41.810Z] 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-21T01:42:42.088Z] 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-21T01:42:42.609Z] + sudo snap install --classic snapcraft [2021-01-21T01:42:47.516Z] 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-21T01:42:47.908Z] snapcraft 4.4.4 from Canonical* installed [2021-01-21T01:42:47.908Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-21T01:42:47.908Z] + patch --verbose -p1 [2021-01-21T01:42:47.908Z] Hmm... Looks like a unified diff to me... [2021-01-21T01:42:47.908Z] The text leading up to this was: [2021-01-21T01:42:47.908Z] -------------------------- [2021-01-21T01:42:47.908Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-21T01:42:47.908Z] |From: Tony Espy [2021-01-21T01:42:47.908Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-21T01:42:47.908Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-21T01:42:47.908Z] | [2021-01-21T01:42:47.908Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-21T01:42:47.908Z] |optimize the snap CI check run for pull requests. When [2021-01-21T01:42:47.908Z] |applied, it essentially strips out everything (apps and [2021-01-21T01:42:47.908Z] |parts) from the snapcraft.yaml file except those required [2021-01-21T01:42:47.908Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-21T01:42:47.908Z] |catch changes to edgex-go that break the snap build. [2021-01-21T01:42:47.908Z] | [2021-01-21T01:42:47.908Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-21T01:42:47.908Z] |to update this patch file, otherwise it may fail to apply, [2021-01-21T01:42:47.908Z] |resulting in a failed snap build CI check in the associated [2021-01-21T01:42:47.908Z] |pull request. [2021-01-21T01:42:47.908Z] | [2021-01-21T01:42:47.908Z] |Note - in addition to applying this patch, the pipeline also [2021-01-21T01:42:47.908Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-21T01:42:47.908Z] |need to build the finally binary .snap file (and it won't [2021-01-21T01:42:47.908Z] |work with the patch applied). This further reduces the build [2021-01-21T01:42:47.908Z] |time. [2021-01-21T01:42:47.908Z] |--- [2021-01-21T01:42:47.908Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-21T01:42:47.908Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-21T01:42:47.908Z] | [2021-01-21T01:42:47.908Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-21T01:42:47.908Z] |index 1e537489..faf42425 100644 [2021-01-21T01:42:47.908Z] |--- a/snap/snapcraft.yaml [2021-01-21T01:42:47.908Z] |+++ b/snap/snapcraft.yaml [2021-01-21T01:42:47.908Z] -------------------------- [2021-01-21T01:42:47.908Z] patching file snap/snapcraft.yaml [2021-01-21T01:42:47.908Z] Using Plan A... [2021-01-21T01:42:47.908Z] Hunk #1 succeeded at 73. [2021-01-21T01:42:47.908Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-21T01:42:47.908Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-21T01:42:47.908Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-21T01:42:47.908Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-21T01:42:47.908Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-21T01:42:47.908Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-21T01:42:47.908Z] Hunk #8 succeeded at 342. [2021-01-21T01:42:47.908Z] Hmm... Ignoring the trailing garbage. [2021-01-21T01:42:47.908Z] done [2021-01-21T01:42:47.908Z] + sudo snapcraft prime --use-lxd [2021-01-21T01:42:48.851Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-21T01:42:48.851Z] 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-21T01:42:48.851Z] - README.md [2021-01-21T01:42:48.851Z] - snapcraft.yaml.orig [2021-01-21T01:42:48.851Z] [2021-01-21T01:42:48.851Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-21T01:42:49.423Z] Launching a container. [2021-01-21T01:42:59.436Z] Waiting for container to be ready [2021-01-21T01:42:59.924Z] Removing intermediate container 93321a04fc6e [2021-01-21T01:42:59.924Z] ---> eb68c02acf28 [2021-01-21T01:42:59.924Z] [2021-01-21T01:42:59.924Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T01:42:59.924Z] ---> afeebe901d6b [2021-01-21T01:42:59.924Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-21T01:42:59.924Z] ---> Using cache [2021-01-21T01:42:59.924Z] ---> 1b88210e532d [2021-01-21T01:42:59.924Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-21T01:42:59.924Z] ---> Using cache [2021-01-21T01:42:59.924Z] ---> a62a2818d593 [2021-01-21T01:42:59.924Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-21T01:42:59.924Z] ---> Running in 8add6f76890b [2021-01-21T01:42:59.924Z] Removing intermediate container 8add6f76890b [2021-01-21T01:42:59.924Z] ---> 69e75bafaaf7 [2021-01-21T01:42:59.924Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-21T01:43:00.008Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-21T01:43:00.008Z] [2021-01-21T01:43:00.195Z] ---> Running in dbd3c7643cae [2021-01-21T01:43:00.807Z] Removing intermediate container dbd3c7643cae [2021-01-21T01:43:00.807Z] ---> 9590e03ce064 [2021-01-21T01:43:00.808Z] Step 15/23 : WORKDIR / [2021-01-21T01:43:01.089Z] ---> Running in ceaa48022036 [2021-01-21T01:43:01.689Z] Removing intermediate container ceaa48022036 [2021-01-21T01:43:01.689Z] ---> 48ae285f800d [2021-01-21T01:43:01.689Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T01:43:02.679Z] ---> acd72797a393 [2021-01-21T01:43:02.679Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-21T01:43:03.312Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-21T01:43:03.574Z] Waiting for network to be ready... [2021-01-21T01:43:04.144Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-21T01:43:04.144Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-21T01:43:04.144Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-21T01:43:04.144Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-21T01:43:04.144Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-21T01:43:04.144Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-21T01:43:04.144Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-21T01:43:04.405Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-21T01:43:04.405Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-21T01:43:04.405Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-21T01:43:04.667Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-21T01:43:04.667Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-21T01:43:04.674Z] ---> 57c05721bb0e [2021-01-21T01:43:04.674Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-21T01:43:04.927Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-21T01:43:04.927Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-21T01:43:05.188Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-21T01:43:05.188Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-21T01:43:05.188Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-21T01:43:05.188Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-21T01:43:05.448Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-21T01:43:05.670Z] ---> ea38dc82f119 [2021-01-21T01:43:05.670Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-21T01:43:05.709Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-21T01:43:05.950Z] ---> Running in d76c0f84e283 [2021-01-21T01:43:05.969Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-21T01:43:05.969Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-21T01:43:05.969Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-21T01:43:05.969Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-21T01:43:05.969Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-21T01:43:05.969Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-21T01:43:05.969Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-21T01:43:06.945Z] Removing intermediate container d76c0f84e283 [2021-01-21T01:43:06.946Z] ---> 089ae50298fd [2021-01-21T01:43:06.946Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T01:43:06.946Z] ---> Running in edb95110aef7 [2021-01-21T01:43:07.880Z] Fetched 23.8 MB in 4s (5889 kB/s) [2021-01-21T01:43:07.942Z] Removing intermediate container edb95110aef7 [2021-01-21T01:43:07.942Z] ---> 831cad3a77f6 [2021-01-21T01:43:07.942Z] Step 21/23 : LABEL arch=arm64 [2021-01-21T01:43:08.551Z] ---> Running in 83c900264cce [2021-01-21T01:43:08.820Z] Reading package lists... [2021-01-21T01:43:09.081Z] Reading package lists... [2021-01-21T01:43:09.081Z] Building dependency tree... [2021-01-21T01:43:09.081Z] Reading state information... [2021-01-21T01:43:09.341Z] The following additional packages will be installed: [2021-01-21T01:43:09.341Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-21T01:43:09.341Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-21T01:43:09.341Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-21T01:43:09.341Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-21T01:43:09.341Z] Suggested packages: [2021-01-21T01:43:09.341Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-21T01:43:09.341Z] Recommended packages: [2021-01-21T01:43:09.341Z] gnupg libsasl2-modules [2021-01-21T01:43:09.341Z] The following NEW packages will be installed: [2021-01-21T01:43:09.341Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-21T01:43:09.341Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-21T01:43:09.341Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-21T01:43:09.341Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-21T01:43:09.341Z] The following packages will be upgraded: [2021-01-21T01:43:09.341Z] gpg gpg-agent gpgconf libudev1 [2021-01-21T01:43:09.341Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-21T01:43:09.341Z] Need to get 3533 kB of archives. [2021-01-21T01:43:09.341Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-21T01:43:09.341Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-21T01:43:09.601Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-21T01:43:09.601Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-21T01:43:09.601Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-21T01:43:09.601Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-21T01:43:09.601Z] 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-21T01:43:09.601Z] 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-21T01:43:09.601Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-21T01:43:09.601Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-21T01:43:09.623Z] Removing intermediate container 83c900264cce [2021-01-21T01:43:09.623Z] ---> 12ccc09340e3 [2021-01-21T01:43:09.623Z] Step 22/23 : LABEL git_sha=c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:43:09.623Z] Removing intermediate container 502c172e8642 [2021-01-21T01:43:09.623Z] ---> 62328adc74ee [2021-01-21T01:43:09.623Z] [2021-01-21T01:43:09.623Z] Step 10/33 : FROM alpine:3.12 [2021-01-21T01:43:09.623Z] ---> afeebe901d6b [2021-01-21T01:43:09.623Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-21T01:43:09.623Z] ---> Running in 13a3483c88f2 [2021-01-21T01:43:09.865Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-21T01:43:09.924Z] ---> Running in 43876d666919 [2021-01-21T01:43:10.438Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-21T01:43:10.438Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-21T01:43:10.438Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-21T01:43:10.438Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-21T01:43:10.438Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-21T01:43:10.438Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-21T01:43:10.438Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-21T01:43:10.438Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-21T01:43:10.438Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-21T01:43:10.438Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-21T01:43:10.438Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-21T01:43:10.438Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-21T01:43:10.438Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T01:43:10.698Z] Fetched 3533 kB in 1s (3118 kB/s) [2021-01-21T01:43:10.698Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-21T01:43:10.698Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-21T01:43:10.698Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T01:43:10.698Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-21T01:43:10.959Z] Selecting previously unselected package udev. [2021-01-21T01:43:10.959Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-21T01:43:10.959Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-21T01:43:10.959Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-21T01:43:11.048Z] Removing intermediate container 13a3483c88f2 [2021-01-21T01:43:11.048Z] ---> 5a9e59c26506 [2021-01-21T01:43:11.048Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T01:43:11.048Z] ---> Running in 5cd565da4a4b [2021-01-21T01:43:11.219Z] Selecting previously unselected package libfuse2:amd64. [2021-01-21T01:43:11.219Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-21T01:43:11.219Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-21T01:43:11.219Z] Selecting previously unselected package fuse. [2021-01-21T01:43:11.219Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-21T01:43:11.219Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-21T01:43:11.481Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T01:43:11.481Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T01:43:11.481Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T01:43:11.481Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T01:43:11.709Z] Removing intermediate container 5cd565da4a4b [2021-01-21T01:43:11.709Z] ---> 005a4ddada2a [2021-01-21T01:43:11.709Z] [2021-01-21T01:43:11.742Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T01:43:11.742Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T01:43:11.742Z] Selecting previously unselected package libksba8:amd64. [2021-01-21T01:43:11.742Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-21T01:43:11.742Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-21T01:43:12.004Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-21T01:43:12.004Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T01:43:12.004Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T01:43:12.004Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-21T01:43:12.004Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T01:43:12.004Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T01:43:12.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T01:43:12.264Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-21T01:43:12.264Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T01:43:12.264Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T01:43:12.264Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-21T01:43:12.264Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T01:43:12.264Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T01:43:12.337Z] Successfully built 005a4ddada2a [2021-01-21T01:43:12.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T01:43:12.337Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-21T01:43:12.526Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-21T01:43:12.526Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T01:43:12.526Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T01:43:12.526Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-21T01:43:12.526Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T01:43:12.526Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T01:43:12.526Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-21T01:43:12.526Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T01:43:12.787Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T01:43:12.787Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-21T01:43:12.787Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T01:43:12.787Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T01:43:12.787Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-21T01:43:12.787Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T01:43:12.787Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T01:43:12.936Z]  Building docker-core-command-go ... done (1/3) Installing dumb-init (1.2.2-r1) [2021-01-21T01:43:12.936Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-21T01:43:12.936Z] (3/3) Installing su-exec (0.2-r1) [2021-01-21T01:43:12.936Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:43:12.936Z] OK: 6 MiB in 17 packages [2021-01-21T01:43:13.048Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-21T01:43:13.048Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-21T01:43:13.048Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T01:43:13.048Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-21T01:43:13.048Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-21T01:43:13.048Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T01:43:13.048Z] Selecting previously unselected package libldap-common. [2021-01-21T01:43:13.048Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-21T01:43:13.048Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T01:43:13.309Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-21T01:43:13.309Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-21T01:43:13.309Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T01:43:13.309Z] Selecting previously unselected package dirmngr. [2021-01-21T01:43:13.309Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T01:43:13.309Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-21T01:43:13.569Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T01:43:13.569Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-21T01:43:13.569Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-21T01:43:13.569Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T01:43:13.569Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T01:43:13.569Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-21T01:43:13.829Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T01:43:13.829Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-21T01:43:13.829Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T01:43:13.829Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-21T01:43:14.091Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-21T01:43:14.352Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T01:43:14.352Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-21T01:43:14.352Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-21T01:43:14.352Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-21T01:43:14.352Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T01:43:14.612Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T01:43:14.612Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T01:43:14.612Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T01:43:14.612Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T01:43:14.612Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T01:43:14.612Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T01:43:14.873Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T01:43:14.873Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-21T01:43:14.873Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T01:43:14.932Z] Removing intermediate container 43876d666919 [2021-01-21T01:43:14.932Z] ---> 228d51c0e322 [2021-01-21T01:43:14.932Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-21T01:43:15.133Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-21T01:43:15.133Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-21T01:43:15.133Z] This means they are not meant to be enabled using systemctl. [2021-01-21T01:43:15.133Z] Possible reasons for having this kind of units are: [2021-01-21T01:43:15.133Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-21T01:43:15.133Z] .wants/ or .requires/ directory. [2021-01-21T01:43:15.133Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-21T01:43:15.133Z] a requirement dependency on it. [2021-01-21T01:43:15.133Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-21T01:43:15.133Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-21T01:43:15.133Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-21T01:43:15.133Z] instance name specified. [2021-01-21T01:43:15.206Z] ---> Running in cf05857da164 [2021-01-21T01:43:15.393Z] Reading package lists... [2021-01-21T01:43:15.655Z] Building dependency tree... [2021-01-21T01:43:15.655Z] Reading state information... [2021-01-21T01:43:15.655Z] The following additional packages will be installed: [2021-01-21T01:43:15.655Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-21T01:43:15.655Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-21T01:43:15.655Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-21T01:43:15.655Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-21T01:43:15.655Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-21T01:43:15.655Z] Suggested packages: [2021-01-21T01:43:15.655Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-21T01:43:15.655Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-21T01:43:15.655Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-21T01:43:15.655Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-21T01:43:15.655Z] systemd-container policykit-1 [2021-01-21T01:43:15.655Z] Recommended packages: [2021-01-21T01:43:15.655Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-21T01:43:15.655Z] The following NEW packages will be installed: [2021-01-21T01:43:15.655Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-21T01:43:15.655Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-21T01:43:15.655Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-21T01:43:15.655Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-21T01:43:15.655Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-21T01:43:15.655Z] The following packages will be upgraded: [2021-01-21T01:43:15.655Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-21T01:43:15.809Z] Removing intermediate container cf05857da164 [2021-01-21T01:43:15.809Z] ---> 884c375fdc59 [2021-01-21T01:43:15.809Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-21T01:43:15.915Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-21T01:43:15.915Z] Need to get 35.2 MB of archives. [2021-01-21T01:43:15.915Z] After this operation, 141 MB of additional disk space will be used. [2021-01-21T01:43:15.915Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-21T01:43:15.915Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-21T01:43:15.915Z] 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-21T01:43:15.915Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-21T01:43:15.915Z] 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-21T01:43:15.915Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-21T01:43:15.915Z] 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-21T01:43:16.089Z] ---> Running in f146e8a974bc [2021-01-21T01:43:16.176Z] 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-21T01:43:16.176Z] 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-21T01:43:16.176Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-21T01:43:16.176Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-21T01:43:16.176Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-21T01:43:16.176Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-21T01:43:16.176Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-21T01:43:16.176Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-21T01:43:16.176Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-21T01:43:16.176Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-21T01:43:16.695Z] Removing intermediate container f146e8a974bc [2021-01-21T01:43:16.695Z] ---> 92d61466fba9 [2021-01-21T01:43:16.695Z] 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-21T01:43:16.695Z] ---> Running in 2533f4fff151 [2021-01-21T01:43:16.747Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-21T01:43:16.748Z] 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-21T01:43:16.748Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-21T01:43:16.748Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-21T01:43:16.748Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-21T01:43:16.748Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-21T01:43:16.748Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-21T01:43:16.748Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-21T01:43:16.748Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-21T01:43:17.009Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-21T01:43:17.009Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-21T01:43:17.009Z] 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-21T01:43:17.009Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-21T01:43:18.392Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T01:43:18.392Z] Fetched 35.2 MB in 2s (15.5 MB/s) [2021-01-21T01:43:18.392Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-21T01:43:18.392Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-21T01:43:18.392Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T01:43:18.686Z] Connecting to github.com (140.82.113.4:443) [2021-01-21T01:43:18.686Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.108.188:443) [2021-01-21T01:43:18.963Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-21T01:43:18.963Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T01:43:18.966Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-21T01:43:19.235Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-21T01:43:19.235Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-21T01:43:19.235Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-21T01:43:19.235Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-21T01:43:19.240Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-21T01:43:19.240Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-21T01:43:19.240Z] dockerize [2021-01-21T01:43:19.495Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-21T01:43:19.495Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-21T01:43:19.495Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-21T01:43:19.495Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-21T01:43:19.765Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-21T01:43:19.765Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-21T01:43:20.339Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-21T01:43:20.609Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-21T01:43:20.609Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-21T01:43:20.609Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-21T01:43:20.870Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-21T01:43:20.870Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T01:43:20.870Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T01:43:20.870Z] Selecting previously unselected package libexpat1:amd64. [2021-01-21T01:43:20.870Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-21T01:43:20.870Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-21T01:43:21.130Z] Selecting previously unselected package python3.6-minimal. [2021-01-21T01:43:21.130Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T01:43:21.130Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T01:43:21.389Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-21T01:43:21.389Z] Checking for services that may need to be restarted...done. [2021-01-21T01:43:21.389Z] Checking for services that may need to be restarted...done. [2021-01-21T01:43:21.390Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T01:43:21.649Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-21T01:43:21.649Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T01:43:21.885Z] Removing intermediate container 2533f4fff151 [2021-01-21T01:43:21.885Z] ---> 638c8ff42859 [2021-01-21T01:43:21.885Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-21T01:43:21.885Z] ---> Running in 98d34ddedb19 [2021-01-21T01:43:21.911Z] Selecting previously unselected package python3-minimal. [2021-01-21T01:43:22.171Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-21T01:43:22.171Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-21T01:43:22.171Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-21T01:43:22.171Z] Selecting previously unselected package mime-support. [2021-01-21T01:43:22.171Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-21T01:43:22.171Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-21T01:43:22.171Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-21T01:43:22.171Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-21T01:43:22.171Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-21T01:43:22.438Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-21T01:43:22.438Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T01:43:22.438Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T01:43:22.487Z] Removing intermediate container 98d34ddedb19 [2021-01-21T01:43:22.487Z] ---> f1407e9659eb [2021-01-21T01:43:22.487Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-21T01:43:22.487Z] ---> Running in 54916c0ce989 [2021-01-21T01:43:22.699Z] Selecting previously unselected package python3.6. [2021-01-21T01:43:22.699Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T01:43:22.699Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T01:43:22.699Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-21T01:43:22.699Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-21T01:43:22.699Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-21T01:43:22.699Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-21T01:43:22.960Z] Selecting previously unselected package python3. [2021-01-21T01:43:22.960Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-21T01:43:22.960Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-21T01:43:22.960Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-21T01:43:23.100Z] Removing intermediate container 54916c0ce989 [2021-01-21T01:43:23.100Z] ---> 3d152ebaa3f8 [2021-01-21T01:43:23.100Z] 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-21T01:43:23.228Z] Selecting previously unselected package multiarch-support. [2021-01-21T01:43:23.228Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T01:43:23.228Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-21T01:43:23.228Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-21T01:43:23.229Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-21T01:43:23.229Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-21T01:43:23.229Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-21T01:43:23.229Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-21T01:43:23.375Z] ---> Running in 109c4a71c07e [2021-01-21T01:43:23.489Z] Selecting previously unselected package libbsd0:amd64. [2021-01-21T01:43:23.489Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-21T01:43:23.489Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-21T01:43:23.489Z] Selecting previously unselected package sudo. [2021-01-21T01:43:23.489Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-21T01:43:23.489Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-21T01:43:23.749Z] Selecting previously unselected package apparmor. [2021-01-21T01:43:23.749Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-21T01:43:23.749Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-21T01:43:23.749Z] Selecting previously unselected package libedit2:amd64. [2021-01-21T01:43:23.749Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-21T01:43:24.009Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-21T01:43:24.009Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-21T01:43:24.009Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T01:43:24.009Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T01:43:24.009Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-21T01:43:24.009Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T01:43:24.009Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T01:43:24.271Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-21T01:43:24.271Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-21T01:43:24.271Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-21T01:43:24.271Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-21T01:43:24.271Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T01:43:24.271Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T01:43:24.532Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-21T01:43:24.532Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T01:43:24.532Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T01:43:24.532Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-21T01:43:24.532Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-21T01:43:24.532Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-21T01:43:24.794Z] Selecting previously unselected package openssh-client. [2021-01-21T01:43:24.794Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-21T01:43:24.794Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-21T01:43:25.055Z] Selecting previously unselected package squashfs-tools. [2021-01-21T01:43:25.055Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-21T01:43:25.055Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-21T01:43:25.055Z] Selecting previously unselected package snapd. [2021-01-21T01:43:25.055Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-21T01:43:25.055Z] Unpacking snapd (2.48+18.04) ... [2021-01-21T01:43:25.376Z] Move dockerize executable [2021-01-21T01:43:26.963Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-21T01:43:26.964Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-21T01:43:27.225Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-21T01:43:27.225Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-21T01:43:27.225Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-21T01:43:27.225Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T01:43:27.398Z] Removing intermediate container 109c4a71c07e [2021-01-21T01:43:27.398Z] ---> 5b8266fbe6bb [2021-01-21T01:43:27.398Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-21T01:43:27.398Z] ---> Running in 1a1ea2b349a9 [2021-01-21T01:43:27.486Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T01:43:27.486Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-21T01:43:27.486Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-21T01:43:28.403Z] Removing intermediate container 1a1ea2b349a9 [2021-01-21T01:43:28.403Z] ---> 952dc847ee66 [2021-01-21T01:43:28.403Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-21T01:43:28.423Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-21T01:43:28.423Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-21T01:43:28.423Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-21T01:43:28.423Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T01:43:28.423Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T01:43:28.423Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T01:43:28.999Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-21T01:43:28.999Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T01:43:28.999Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-21T01:43:28.999Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-21T01:43:29.261Z] running python rtupdate hooks for python3.6... [2021-01-21T01:43:29.261Z] running python post-rtupdate hooks for python3.6... [2021-01-21T01:43:29.261Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-21T01:43:29.398Z] ---> ac5ada429c71 [2021-01-21T01:43:29.398Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-21T01:43:29.398Z] ---> Running in d902abc3f8c7 [2021-01-21T01:43:30.648Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-21T01:43:30.648Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T01:43:30.648Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-21T01:43:31.591Z] Setting up snapd (2.48+18.04) ... [2021-01-21T01:43:32.163Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-21T01:43:32.424Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-21T01:43:32.684Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-21T01:43:32.944Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-21T01:43:32.944Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-21T01:43:32.944Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-21T01:43:33.205Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-21T01:43:33.475Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-21T01:43:33.475Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-21T01:43:33.728Z] Removing intermediate container d902abc3f8c7 [2021-01-21T01:43:33.728Z] ---> 01761c45cbfb [2021-01-21T01:43:33.728Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T01:43:33.736Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-21T01:43:33.736Z] /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-21T01:43:33.996Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T01:43:33.996Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-21T01:43:34.731Z] ---> a1d385e4ace3 [2021-01-21T01:43:34.731Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-21T01:43:34.945Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-21T01:43:34.945Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-21T01:43:34.945Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-21T01:43:36.146Z] Reading package lists... [2021-01-21T01:43:36.146Z] Reading package lists... [2021-01-21T01:43:36.407Z] Building dependency tree... [2021-01-21T01:43:36.407Z] Reading state information... [2021-01-21T01:43:36.407Z] Calculating upgrade... [2021-01-21T01:43:36.667Z] The following packages will be upgraded: [2021-01-21T01:43:36.667Z] advancecomp base-files bash binutils binutils-common [2021-01-21T01:43:36.667Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-21T01:43:36.667Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-21T01:43:36.667Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-21T01:43:36.667Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-21T01:43:36.667Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-21T01:43:36.667Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-21T01:43:36.667Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-21T01:43:36.667Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-21T01:43:36.667Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-21T01:43:36.667Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-21T01:43:36.667Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-21T01:43:36.667Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-21T01:43:36.667Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-21T01:43:36.667Z] ubuntu-keyring util-linux [2021-01-21T01:43:36.732Z] ---> cb22cc6e076e [2021-01-21T01:43:36.732Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-21T01:43:36.928Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-21T01:43:36.928Z] Need to get 63.7 MB of archives. [2021-01-21T01:43:36.928Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-21T01:43:36.928Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-21T01:43:36.928Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-21T01:43:37.499Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-21T01:43:37.499Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-21T01:43:37.499Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-21T01:43:37.499Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-21T01:43:37.499Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-21T01:43:37.499Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-21T01:43:37.499Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-21T01:43:37.499Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-21T01:43:37.499Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-21T01:43:37.499Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-21T01:43:37.499Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-21T01:43:37.499Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-21T01:43:37.499Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-21T01:43:37.499Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-21T01:43:37.499Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-21T01:43:37.499Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-21T01:43:37.499Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-21T01:43:37.724Z] ---> acc869c209fa [2021-01-21T01:43:37.724Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-21T01:43:37.758Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-21T01:43:37.758Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-21T01:43:37.758Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-21T01:43:37.758Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-21T01:43:37.758Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-21T01:43:37.758Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-21T01:43:37.758Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-21T01:43:37.758Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-21T01:43:37.758Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-21T01:43:37.758Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-21T01:43:37.758Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-21T01:43:37.758Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-21T01:43:37.758Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-21T01:43:37.758Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-21T01:43:38.019Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-21T01:43:38.019Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-21T01:43:38.019Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-21T01:43:38.019Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-21T01:43:38.019Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-21T01:43:38.019Z] Get:39 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-21T01:43:38.019Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-21T01:43:38.019Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-21T01:43:38.019Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-21T01:43:38.019Z] Get:43 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-21T01:43:38.019Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-21T01:43:38.019Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-21T01:43:38.019Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-21T01:43:38.019Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-21T01:43:38.019Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-21T01:43:38.019Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-21T01:43:38.019Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-21T01:43:38.019Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-21T01:43:38.019Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-21T01:43:38.279Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-21T01:43:38.279Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-21T01:43:38.279Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-21T01:43:38.279Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-21T01:43:38.279Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-21T01:43:38.279Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-21T01:43:38.279Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-21T01:43:38.279Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-21T01:43:38.279Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-21T01:43:38.279Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-21T01:43:38.279Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-21T01:43:38.279Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-21T01:43:38.279Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-21T01:43:38.279Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-21T01:43:38.279Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-21T01:43:38.279Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-21T01:43:38.279Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-21T01:43:38.279Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-21T01:43:38.279Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-21T01:43:38.279Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-21T01:43:38.279Z] 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-21T01:43:38.279Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-21T01:43:38.279Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-21T01:43:38.540Z] 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-21T01:43:38.540Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-21T01:43:38.540Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-21T01:43:38.540Z] 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-21T01:43:38.540Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-21T01:43:38.540Z] 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-21T01:43:38.540Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-21T01:43:38.540Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-21T01:43:38.540Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-21T01:43:38.540Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-21T01:43:38.540Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-21T01:43:38.540Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-21T01:43:38.540Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-21T01:43:39.110Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-21T01:43:39.179Z] ---> e6696d58986e [2021-01-21T01:43:39.179Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-21T01:43:39.682Z] 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-21T01:43:39.682Z] 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-21T01:43:39.682Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-21T01:43:39.946Z] 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-21T01:43:39.946Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-21T01:43:39.946Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-21T01:43:39.946Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-21T01:43:39.946Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-21T01:43:39.946Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T01:43:40.172Z] ---> 6095f5bf50a9 [2021-01-21T01:43:40.173Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-21T01:43:40.207Z] Fetched 63.7 MB in 3s (19.4 MB/s) [2021-01-21T01:43:40.207Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:40.207Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T01:43:40.207Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T01:43:40.776Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T01:43:40.776Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T01:43:40.776Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-21T01:43:40.776Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-21T01:43:40.792Z] ---> Running in 3ca0da6aab71 [2021-01-21T01:43:41.719Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T01:43:41.719Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T01:43:41.775Z] Removing intermediate container 3ca0da6aab71 [2021-01-21T01:43:41.775Z] ---> 2ce2550d55e6 [2021-01-21T01:43:41.775Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-21T01:43:41.986Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T01:43:41.986Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T01:43:41.986Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T01:43:42.250Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T01:43:42.250Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T01:43:42.250Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T01:43:42.513Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T01:43:42.513Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T01:43:42.513Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T01:43:42.513Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T01:43:42.764Z] ---> bbd4e4b89920 [2021-01-21T01:43:42.764Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-21T01:43:42.772Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T01:43:42.772Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T01:43:42.772Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T01:43:43.034Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T01:43:43.034Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T01:43:43.034Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-21T01:43:43.034Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-21T01:43:43.296Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T01:43:43.296Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T01:43:43.296Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T01:43:43.296Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T01:43:43.296Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T01:43:43.371Z] ---> Running in 87ab142dbe8f [2021-01-21T01:43:43.557Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T01:43:43.557Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T01:43:43.557Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T01:43:43.817Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T01:43:43.817Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T01:43:43.817Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T01:43:44.388Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-21T01:43:44.649Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T01:43:44.649Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-21T01:43:44.649Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-21T01:43:44.649Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-21T01:43:44.649Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-21T01:43:44.910Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-21T01:43:44.910Z] Installing new version of config file /etc/issue ... [2021-01-21T01:43:44.910Z] Installing new version of config file /etc/issue.net ... [2021-01-21T01:43:44.910Z] Installing new version of config file /etc/lsb-release ... [2021-01-21T01:43:44.910Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-21T01:43:45.171Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-21T01:43:45.171Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-21T01:43:45.171Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-21T01:43:45.432Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:45.432Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-21T01:43:45.432Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-21T01:43:45.432Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-21T01:43:45.693Z] 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-21T01:43:45.693Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:45.693Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T01:43:45.693Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-21T01:43:45.955Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-21T01:43:45.955Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:45.955Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-21T01:43:45.955Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-21T01:43:46.217Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-21T01:43:46.217Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:46.217Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-21T01:43:46.217Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-21T01:43:46.477Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-21T01:43:46.477Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:46.478Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T01:43:46.478Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T01:43:46.738Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-21T01:43:46.738Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:46.738Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T01:43:46.738Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T01:43:46.797Z] Removing intermediate container 7662ab81d0fb [2021-01-21T01:43:46.797Z] ---> 7b7c55c32893 [2021-01-21T01:43:46.797Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-21T01:43:46.999Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-21T01:43:46.999Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:46.999Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-21T01:43:46.999Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-21T01:43:47.069Z] ---> Running in e67c3e2de2b9 [2021-01-21T01:43:47.069Z] Removing intermediate container 87ab142dbe8f [2021-01-21T01:43:47.069Z] ---> ccc1baf39388 [2021-01-21T01:43:47.069Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-21T01:43:47.260Z] Setting up grep (3.1-2build1) ... [2021-01-21T01:43:47.260Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:47.260Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-21T01:43:47.260Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-21T01:43:47.260Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-21T01:43:47.522Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:47.522Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T01:43:47.522Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T01:43:47.522Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-21T01:43:47.661Z] ---> Running in b624fe6d2b17 [2021-01-21T01:43:47.783Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:47.783Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-21T01:43:47.783Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T01:43:48.269Z] Removing intermediate container b624fe6d2b17 [2021-01-21T01:43:48.269Z] ---> b5153e9d2683 [2021-01-21T01:43:48.269Z] Step 30/33 : CMD ["gate"] [2021-01-21T01:43:48.269Z] 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-21T01:43:48.354Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-21T01:43:48.354Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T01:43:48.354Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-21T01:43:48.354Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T01:43:48.874Z] ---> Running in 98b60e082930 [2021-01-21T01:43:48.927Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-21T01:43:48.927Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:48.927Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-21T01:43:48.927Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T01:43:49.146Z] Removing intermediate container 98b60e082930 [2021-01-21T01:43:49.146Z] ---> eda4ea12894a [2021-01-21T01:43:49.146Z] Step 31/33 : LABEL arch=arm64 [2021-01-21T01:43:49.740Z] ---> Running in dbc21c05f2c1 [2021-01-21T01:43:50.312Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-21T01:43:50.312Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-21T01:43:50.312Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-21T01:43:50.312Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-21T01:43:50.312Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-21T01:43:50.312Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:50.312Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-21T01:43:50.312Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-21T01:43:50.574Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-21T01:43:50.574Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:50.574Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T01:43:50.574Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T01:43:50.713Z] Removing intermediate container dbc21c05f2c1 [2021-01-21T01:43:50.713Z] ---> f0dc80471eda [2021-01-21T01:43:50.713Z] Step 32/33 : LABEL git_sha=c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:43:50.839Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T01:43:50.839Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:50.839Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T01:43:50.839Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T01:43:50.839Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T01:43:51.100Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:51.100Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T01:43:51.100Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T01:43:51.100Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T01:43:51.306Z] ---> Running in c28ee35f7249 [2021-01-21T01:43:51.360Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:51.360Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T01:43:51.360Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T01:43:51.360Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T01:43:51.360Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:51.360Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T01:43:51.360Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T01:43:51.620Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T01:43:51.620Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T01:43:51.620Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-21T01:43:51.886Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:51.886Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T01:43:51.886Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T01:43:51.886Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-21T01:43:51.886Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:51.886Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T01:43:52.148Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T01:43:52.148Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T01:43:52.148Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:52.148Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T01:43:52.288Z] Removing intermediate container c28ee35f7249 [2021-01-21T01:43:52.288Z] ---> cd2d4d078dd1 [2021-01-21T01:43:52.289Z] Step 33/33 : LABEL version=0.0.0 [2021-01-21T01:43:52.289Z] Removing intermediate container e67c3e2de2b9 [2021-01-21T01:43:52.289Z] ---> d526bef1c5bc [2021-01-21T01:43:52.289Z] [2021-01-21T01:43:52.289Z] Step 11/26 : FROM docker:20.10.0 [2021-01-21T01:43:52.289Z] 20.10.0: Pulling from library/docker [2021-01-21T01:43:52.409Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T01:43:52.409Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-21T01:43:52.568Z] ---> Running in c268d3dd3b2b [2021-01-21T01:43:52.671Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:52.671Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T01:43:52.671Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T01:43:52.931Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-21T01:43:53.205Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-21T01:43:53.467Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-21T01:43:53.545Z] Removing intermediate container c268d3dd3b2b [2021-01-21T01:43:53.545Z] ---> 2b1c42672e99 [2021-01-21T01:43:53.545Z] [2021-01-21T01:43:53.727Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:53.728Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T01:43:53.728Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T01:43:53.987Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-21T01:43:53.987Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T01:43:53.987Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-21T01:43:53.987Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T01:43:54.139Z] Successfully built 2b1c42672e99 [2021-01-21T01:43:54.139Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-21T01:43:54.248Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-21T01:43:54.248Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T01:43:54.248Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-21T01:43:54.248Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-21T01:43:54.508Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-21T01:43:54.767Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T01:43:54.767Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-21T01:43:54.767Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T01:43:55.029Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T01:43:55.029Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T01:43:55.029Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-21T01:43:55.029Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T01:43:55.289Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T01:43:55.289Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T01:43:55.289Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-21T01:43:55.550Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T01:43:55.550Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T01:43:55.811Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T01:43:55.812Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T01:43:55.812Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T01:43:56.072Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-21T01:43:56.072Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T01:43:56.072Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T01:43:56.072Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T01:43:56.334Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-21T01:43:56.334Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T01:43:56.334Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-21T01:43:56.334Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-21T01:43:56.594Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-21T01:43:56.594Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T01:43:56.594Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-21T01:43:56.860Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T01:43:56.860Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T01:43:57.131Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T01:43:57.131Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T01:43:57.131Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T01:43:57.131Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-21T01:43:57.398Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T01:43:57.398Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-21T01:43:57.398Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-21T01:43:57.671Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-21T01:43:57.671Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T01:43:57.671Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-21T01:43:57.671Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-21T01:43:57.931Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-21T01:43:58.192Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T01:43:58.192Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T01:43:58.192Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T01:43:58.453Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-21T01:43:58.453Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T01:43:58.453Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-21T01:43:58.453Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-21T01:43:58.714Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-21T01:43:58.714Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T01:43:58.714Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-21T01:43:58.714Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-21T01:43:58.974Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-21T01:43:58.974Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T01:43:58.974Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-21T01:43:58.974Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-21T01:43:59.236Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-21T01:43:59.236Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T01:43:59.236Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-21T01:43:59.236Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-21T01:43:59.497Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-21T01:43:59.497Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T01:43:59.497Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-21T01:43:59.497Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-21T01:43:59.497Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-21T01:43:59.758Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T01:43:59.758Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-21T01:43:59.758Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-21T01:43:59.758Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-21T01:44:00.018Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-21T01:44:00.018Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-21T01:44:00.018Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-21T01:44:00.018Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-21T01:44:00.018Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-21T01:44:00.280Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-21T01:44:00.280Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-21T01:44:00.540Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-21T01:44:00.540Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-21T01:44:00.540Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-21T01:44:00.541Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-21T01:44:00.812Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-21T01:44:00.812Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-21T01:44:00.812Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-21T01:44:00.812Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-21T01:44:00.854Z]  Building docker-security-bootstrapper-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T01:44:00.854Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T01:44:00.854Z] ---> eeaf43b92773 [2021-01-21T01:44:00.854Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-21T01:44:00.854Z] Removing intermediate container 21be88bf763a [2021-01-21T01:44:00.854Z] ---> 98df7f84a260 [2021-01-21T01:44:00.854Z] [2021-01-21T01:44:00.854Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T01:44:00.854Z] ---> afeebe901d6b [2021-01-21T01:44:00.854Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T01:44:01.072Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-21T01:44:01.073Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-21T01:44:01.073Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-21T01:44:01.073Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-21T01:44:01.128Z] ---> Running in 3bf394112d2a [2021-01-21T01:44:01.128Z] ---> Running in 03460ab31bfd [2021-01-21T01:44:01.333Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-21T01:44:01.333Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-21T01:44:01.333Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-21T01:44:01.333Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-21T01:44:01.594Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-21T01:44:01.594Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-21T01:44:01.724Z] Removing intermediate container 03460ab31bfd [2021-01-21T01:44:01.724Z] ---> a19c41f07ed4 [2021-01-21T01:44:01.724Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-21T01:44:01.995Z] ---> Running in 8718b2611596 [2021-01-21T01:44:02.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T01:44:02.277Z] Removing intermediate container 8718b2611596 [2021-01-21T01:44:02.277Z] ---> e0ddccc5e2bb [2021-01-21T01:44:02.277Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-21T01:44:02.543Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-21T01:44:02.543Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-21T01:44:02.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T01:44:02.553Z] ---> Running in e75cf05f1f53 [2021-01-21T01:44:03.114Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-21T01:44:03.114Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-21T01:44:03.114Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T01:44:03.114Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T01:44:03.149Z] (1/2) Installing readline (8.0.4-r0) [2021-01-21T01:44:03.149Z] (2/2) Installing bash (5.0.17-r0) [2021-01-21T01:44:03.149Z] Removing intermediate container e75cf05f1f53 [2021-01-21T01:44:03.149Z] ---> 1e6a9711911a [2021-01-21T01:44:03.149Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T01:44:03.149Z] Executing bash-5.0.17-r0.post-install [2021-01-21T01:44:03.149Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:44:03.149Z] OK: 12 MiB in 22 packages [2021-01-21T01:44:03.422Z] ---> Running in 1a1b86c14b0c [2021-01-21T01:44:03.686Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T01:44:03.686Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T01:44:03.686Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T01:44:03.686Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T01:44:03.951Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T01:44:03.951Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T01:44:03.951Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T01:44:03.951Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T01:44:04.222Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T01:44:04.222Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T01:44:04.222Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T01:44:04.222Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T01:44:04.485Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T01:44:04.485Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T01:44:04.865Z] Removing intermediate container 3bf394112d2a [2021-01-21T01:44:04.865Z] ---> 2a170668c377 [2021-01-21T01:44:04.865Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-21T01:44:04.865Z] ---> Running in ddd24749093c [2021-01-21T01:44:05.427Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T01:44:05.428Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T01:44:05.461Z] Removing intermediate container ddd24749093c [2021-01-21T01:44:05.461Z] ---> 30d6a797d464 [2021-01-21T01:44:05.461Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-21T01:44:05.735Z] ---> Running in b589dd0d874a [2021-01-21T01:44:06.005Z] Removing intermediate container 1a1b86c14b0c [2021-01-21T01:44:06.005Z] ---> 887f8efa96c5 [2021-01-21T01:44:06.005Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-21T01:44:06.005Z] ---> Running in 5a7b8d8b7716 [2021-01-21T01:44:06.281Z] Removing intermediate container b589dd0d874a [2021-01-21T01:44:06.281Z] ---> 65b0ccb8a8c3 [2021-01-21T01:44:06.281Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-21T01:44:06.453Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T01:44:06.453Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T01:44:06.554Z] ---> Running in 28a116a50956 [2021-01-21T01:44:06.831Z] Removing intermediate container 28a116a50956 [2021-01-21T01:44:06.831Z] ---> 81556a0d3fa5 [2021-01-21T01:44:06.831Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-21T01:44:07.164Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T01:44:07.164Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T01:44:07.164Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T01:44:07.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T01:44:07.483Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T01:44:08.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T01:44:08.025Z] ---> ef0ddbae669e [2021-01-21T01:44:08.025Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-21T01:44:08.128Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T01:44:08.128Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T01:44:08.389Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-21T01:44:08.389Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-21T01:44:08.389Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-21T01:44:08.389Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-21T01:44:08.650Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-21T01:44:08.650Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-21T01:44:08.911Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-21T01:44:08.911Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-21T01:44:08.911Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-21T01:44:08.911Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-21T01:44:09.013Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-21T01:44:09.013Z] ---> e779d015b370 [2021-01-21T01:44:09.013Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-21T01:44:09.013Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-21T01:44:09.013Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-21T01:44:09.013Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-21T01:44:09.175Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-21T01:44:09.175Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-21T01:44:09.175Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-21T01:44:09.175Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-21T01:44:09.286Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-21T01:44:09.286Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-21T01:44:09.436Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T01:44:09.436Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-21T01:44:09.436Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T01:44:09.436Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T01:44:09.436Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T01:44:09.436Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-21T01:44:09.436Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-21T01:44:09.436Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-21T01:44:09.562Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:44:09.562Z] OK: 8 MiB in 20 packages [2021-01-21T01:44:09.562Z] ---> 5653904c1962 [2021-01-21T01:44:09.562Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-21T01:44:09.707Z] [2021-01-21T01:44:09.707Z] Current default time zone: 'Etc/UTC' [2021-01-21T01:44:09.707Z] Local time is now: Thu Jan 21 01:44:09 UTC 2021. [2021-01-21T01:44:09.707Z] Universal Time is now: Thu Jan 21 01:44:09 UTC 2021. [2021-01-21T01:44:09.707Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-21T01:44:09.707Z] [2021-01-21T01:44:09.707Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-21T01:44:09.707Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T01:44:09.707Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-21T01:44:09.707Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-21T01:44:09.707Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-21T01:44:09.707Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-21T01:44:09.707Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-21T01:44:09.707Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-21T01:44:09.837Z] ---> Running in 1ff6c93989dc [2021-01-21T01:44:09.968Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-21T01:44:09.968Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-21T01:44:09.968Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T01:44:09.968Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-21T01:44:10.230Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T01:44:10.230Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-21T01:44:10.230Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T01:44:10.230Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-21T01:44:10.230Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-21T01:44:10.230Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-21T01:44:10.491Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-21T01:44:10.491Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-21T01:44:10.491Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-21T01:44:10.491Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-21T01:44:10.491Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-21T01:44:10.816Z] Removing intermediate container 5a7b8d8b7716 [2021-01-21T01:44:10.816Z] ---> bee0a03f49b5 [2021-01-21T01:44:10.816Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T01:44:11.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T01:44:11.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T01:44:11.681Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-21T01:44:11.681Z] (2/33) Installing expat (2.2.9-r1) [2021-01-21T01:44:11.681Z] (3/33) Installing libffi (3.3-r2) [2021-01-21T01:44:11.681Z] (4/33) Installing gdbm (1.13-r1) [2021-01-21T01:44:11.681Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-21T01:44:11.681Z] ---> e042194f9979 [2021-01-21T01:44:11.681Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-21T01:44:11.681Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-21T01:44:11.681Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-21T01:44:12.402Z] Updating certificates in /etc/ssl/certs... [2021-01-21T01:44:13.344Z] 22 added, 17 removed; done. [2021-01-21T01:44:13.344Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-21T01:44:13.344Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T01:44:13.344Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-21T01:44:13.344Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-21T01:44:13.344Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-21T01:44:13.344Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T01:44:13.604Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-21T01:44:13.605Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T01:44:13.605Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T01:44:13.605Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T01:44:13.605Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T01:44:13.605Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T01:44:13.605Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-21T01:44:13.605Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-21T01:44:13.649Z] ---> dae4aa08f49c [2021-01-21T01:44:13.649Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-21T01:44:13.865Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-21T01:44:13.865Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-21T01:44:13.865Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-21T01:44:13.865Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T01:44:13.865Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T01:44:13.865Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-21T01:44:13.865Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-21T01:44:13.948Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-21T01:44:13.948Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-21T01:44:13.948Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-21T01:44:13.948Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-21T01:44:13.948Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-21T01:44:13.948Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-21T01:44:13.948Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-21T01:44:14.126Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-21T01:44:14.126Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-21T01:44:14.126Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-21T01:44:14.126Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-21T01:44:14.126Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-21T01:44:14.126Z] Updating certificates in /etc/ssl/certs... [2021-01-21T01:44:14.235Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-21T01:44:14.235Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-21T01:44:14.235Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-21T01:44:14.235Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-21T01:44:14.235Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-21T01:44:14.235Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-21T01:44:14.235Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-21T01:44:14.235Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-21T01:44:14.523Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-21T01:44:14.523Z] ---> 9077f04fa302 [2021-01-21T01:44:14.523Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-21T01:44:14.523Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-21T01:44:14.523Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-21T01:44:14.523Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-21T01:44:14.697Z] 0 added, 0 removed; done. [2021-01-21T01:44:14.697Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-21T01:44:14.697Z] done. [2021-01-21T01:44:14.800Z] ---> Running in 621cad548452 [2021-01-21T01:44:14.800Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-21T01:44:14.800Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-21T01:44:14.800Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-21T01:44:14.800Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-21T01:44:14.800Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-21T01:44:14.800Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-21T01:44:14.800Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-21T01:44:15.084Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:44:15.084Z] OK: 71 MiB in 55 packages [2021-01-21T01:44:15.084Z] Removing intermediate container 621cad548452 [2021-01-21T01:44:15.084Z] ---> 6414f44bc50f [2021-01-21T01:44:15.084Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T01:44:15.267Z] Reading package lists... [2021-01-21T01:44:15.268Z] Building dependency tree... [2021-01-21T01:44:15.268Z] Reading state information... [2021-01-21T01:44:15.374Z] ---> Running in 9605e9fb38d2 [2021-01-21T01:44:15.528Z] The following NEW packages will be installed: [2021-01-21T01:44:15.528Z] apt-transport-https [2021-01-21T01:44:15.788Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-21T01:44:15.788Z] Need to get 1696 B of archives. [2021-01-21T01:44:15.788Z] After this operation, 153 kB of additional disk space will be used. [2021-01-21T01:44:15.788Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-21T01:44:15.788Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T01:44:15.788Z] Fetched 1696 B in 0s (8484 B/s) [2021-01-21T01:44:15.788Z] Selecting previously unselected package apt-transport-https. [2021-01-21T01:44:15.997Z] Removing intermediate container 9605e9fb38d2 [2021-01-21T01:44:15.997Z] ---> 89e1a13f3a03 [2021-01-21T01:44:15.997Z] Step 21/23 : LABEL arch=arm64 [2021-01-21T01:44:16.048Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-21T01:44:16.048Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-21T01:44:16.048Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-21T01:44:16.048Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-21T01:44:16.274Z] ---> Running in 7a2b73a386ae [2021-01-21T01:44:16.307Z] Waiting for network to be ready... [2021-01-21T01:44:16.873Z] Removing intermediate container 7a2b73a386ae [2021-01-21T01:44:16.873Z] ---> 15187d9643ef [2021-01-21T01:44:16.873Z] Step 22/23 : LABEL git_sha=c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:44:16.873Z] ---> Running in 17e61cc45bc5 [2021-01-21T01:44:17.484Z] Removing intermediate container 17e61cc45bc5 [2021-01-21T01:44:17.484Z] ---> 56842acab870 [2021-01-21T01:44:17.484Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T01:44:17.760Z] ---> Running in 5e52dba16205 [2021-01-21T01:44:18.365Z] Removing intermediate container 5e52dba16205 [2021-01-21T01:44:18.365Z] ---> 4763847ca095 [2021-01-21T01:44:18.365Z] [2021-01-21T01:44:18.639Z] Successfully built 4763847ca095 [2021-01-21T01:44:18.912Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-21T01:44:21.525Z]  Building docker-core-data-go ... done Removing intermediate container 1ff6c93989dc [2021-01-21T01:44:21.525Z] ---> 6a0d9c34ef5c [2021-01-21T01:44:21.525Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-21T01:44:21.525Z] ---> Running in 1531c63ff642 [2021-01-21T01:44:21.591Z] 2021-01-21T01:44:19Z INFO Waiting for automatic snapd restart... [2021-01-21T01:44:21.852Z] snapd 2.48.2 from Canonical* installed [2021-01-21T01:44:22.794Z] "snapd" switched to the "latest/stable" channel [2021-01-21T01:44:22.794Z] [2021-01-21T01:44:25.336Z] core18 20201210 from Canonical* installed [2021-01-21T01:44:25.336Z] "core18" switched to the "latest/stable" channel [2021-01-21T01:44:25.336Z] [2021-01-21T01:44:26.900Z] Collecting docker-compose==1.23.2 [2021-01-21T01:44:26.901Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-21T01:44:27.492Z] Collecting texttable<0.10,>=0.9.0 [2021-01-21T01:44:27.492Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-21T01:44:28.632Z] snapcraft 4.4.4 from Canonical* installed [2021-01-21T01:44:28.632Z] "snapcraft" switched to the "latest/stable" channel [2021-01-21T01:44:28.632Z] [2021-01-21T01:44:30.094Z] Collecting docopt<0.7,>=0.6.1 [2021-01-21T01:44:30.094Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-21T01:44:31.931Z] 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-21T01:44:31.931Z] - README.md [2021-01-21T01:44:31.931Z] - snapcraft.yaml.orig [2021-01-21T01:44:31.931Z] [2021-01-21T01:44:31.931Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-21T01:44:32.060Z] Collecting jsonschema<3,>=2.5.1 [2021-01-21T01:44:32.060Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-21T01:44:32.655Z] Collecting PyYAML<4,>=3.10 [2021-01-21T01:44:32.655Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-21T01:44:36.013Z] Collecting docker<4.0,>=3.6.0 [2021-01-21T01:44:36.013Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-21T01:44:36.994Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-21T01:44:36.994Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-21T01:44:38.543Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T01:44:38.543Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-21T01:44:38.543Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-21T01:44:38.803Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-21T01:44:38.952Z] 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-21T01:44:39.746Z] Reading package lists... [2021-01-21T01:44:39.929Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-21T01:44:39.929Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-21T01:44:40.007Z] 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-21T01:44:40.902Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-21T01:44:40.903Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-21T01:44:41.174Z] Collecting cached-property<2,>=1.2.0 [2021-01-21T01:44:41.175Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-21T01:44:41.767Z] Collecting docker-pycreds>=0.4.0 [2021-01-21T01:44:41.767Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-21T01:44:41.767Z] 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-21T01:44:42.366Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-21T01:44:42.366Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-21T01:44:42.637Z] 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-21T01:44:42.909Z] Collecting idna<2.8,>=2.5 [2021-01-21T01:44:42.909Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-21T01:44:43.180Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-21T01:44:43.180Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-21T01:44:43.180Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-21T01:44:43.180Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-21T01:44:44.147Z] Installing collected packages: texttable, docopt, jsonschema, PyYAML, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, cached-property, docker-compose [2021-01-21T01:44:44.147Z] Running setup.py install for texttable: started [2021-01-21T01:44:46.102Z] Running setup.py install for texttable: finished with status 'done' [2021-01-21T01:44:46.102Z] Running setup.py install for docopt: started [2021-01-21T01:44:46.593Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T01:44:46.593Z] Reading package lists... [2021-01-21T01:44:46.593Z] Building dependency tree... [2021-01-21T01:44:46.593Z] Reading state information... [2021-01-21T01:44:46.593Z] Suggested packages: [2021-01-21T01:44:46.593Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-21T01:44:46.593Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-21T01:44:46.593Z] Recommended packages: [2021-01-21T01:44:46.593Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-21T01:44:46.593Z] The following NEW packages will be installed: [2021-01-21T01:44:46.593Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-21T01:44:46.593Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-21T01:44:46.593Z] pkg-config zip [2021-01-21T01:44:46.593Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-21T01:44:46.593Z] Need to get 7655 kB of archives. [2021-01-21T01:44:46.593Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-21T01:44:46.593Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-21T01:44:46.593Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-21T01:44:46.853Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-21T01:44:46.853Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-21T01:44:46.853Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-21T01:44:46.853Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-21T01:44:47.114Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-21T01:44:47.114Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-21T01:44:47.114Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-21T01:44:47.114Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-21T01:44:47.374Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-21T01:44:47.374Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-21T01:44:47.374Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-21T01:44:47.374Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-21T01:44:47.374Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-21T01:44:47.634Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T01:44:47.634Z] Fetched 7655 kB in 1s (6976 kB/s) [2021-01-21T01:44:47.634Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-21T01:44:47.634Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-21T01:44:47.634Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-21T01:44:47.634Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-21T01:44:47.895Z] Selecting previously unselected package libpsl5:amd64. [2021-01-21T01:44:47.895Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-21T01:44:47.895Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-21T01:44:47.895Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-21T01:44:47.895Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-21T01:44:47.895Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-21T01:44:48.157Z] Selecting previously unselected package librtmp1:amd64. [2021-01-21T01:44:48.157Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-21T01:44:48.157Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-21T01:44:48.157Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-21T01:44:48.157Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-21T01:44:48.157Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-21T01:44:48.417Z] Selecting previously unselected package liberror-perl. [2021-01-21T01:44:48.417Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-21T01:44:48.417Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-21T01:44:48.417Z] Selecting previously unselected package git-man. [2021-01-21T01:44:48.417Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-21T01:44:48.417Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-21T01:44:48.417Z] Selecting previously unselected package git. [2021-01-21T01:44:48.417Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-21T01:44:48.676Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-21T01:44:48.698Z] Running setup.py install for docopt: finished with status 'done' [2021-01-21T01:44:48.698Z] Running setup.py install for PyYAML: started [2021-01-21T01:44:49.247Z] Selecting previously unselected package libnorm1:amd64. [2021-01-21T01:44:49.247Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-21T01:44:49.247Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-21T01:44:49.511Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-21T01:44:49.511Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-21T01:44:49.511Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-21T01:44:49.511Z] Selecting previously unselected package libsodium23:amd64. [2021-01-21T01:44:49.511Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-21T01:44:49.511Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-21T01:44:49.772Z] Selecting previously unselected package libzmq5:amd64. [2021-01-21T01:44:49.772Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-21T01:44:49.772Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T01:44:49.772Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-21T01:44:49.772Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-21T01:44:49.772Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T01:44:50.032Z] Selecting previously unselected package pkg-config. [2021-01-21T01:44:50.032Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-21T01:44:50.032Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-21T01:44:50.032Z] Selecting previously unselected package zip. [2021-01-21T01:44:50.032Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-21T01:44:50.032Z] Unpacking zip (3.0-11build1) ... [2021-01-21T01:44:50.032Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-21T01:44:50.294Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-21T01:44:50.294Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-21T01:44:50.294Z] Setting up liberror-perl (0.17025-1) ... [2021-01-21T01:44:50.294Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-21T01:44:50.294Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-21T01:44:50.294Z] No schema files found: doing nothing. [2021-01-21T01:44:50.294Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-21T01:44:50.294Z] Setting up zip (3.0-11build1) ... [2021-01-21T01:44:50.294Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-21T01:44:50.557Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-21T01:44:50.557Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-21T01:44:50.557Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T01:44:50.557Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-21T01:44:50.557Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T01:44:50.557Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-21T01:44:50.817Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-21T01:44:51.294Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-21T01:44:51.295Z] Attempting uninstall: urllib3 [2021-01-21T01:44:51.295Z] Found existing installation: urllib3 1.25.9 [2021-01-21T01:44:51.295Z] Uninstalling urllib3-1.25.9: [2021-01-21T01:44:51.567Z] Successfully uninstalled urllib3-1.25.9 [2021-01-21T01:44:52.162Z] Attempting uninstall: idna [2021-01-21T01:44:52.162Z] Found existing installation: idna 2.9 [2021-01-21T01:44:52.162Z] Uninstalling idna-2.9: [2021-01-21T01:44:52.434Z] Successfully uninstalled idna-2.9 [2021-01-21T01:44:53.029Z] Attempting uninstall: requests [2021-01-21T01:44:53.029Z] Found existing installation: requests 2.23.0 [2021-01-21T01:44:53.029Z] Uninstalling requests-2.23.0: [2021-01-21T01:44:53.029Z] Successfully uninstalled requests-2.23.0 [2021-01-21T01:44:54.451Z] Running setup.py install for dockerpty: started [2021-01-21T01:44:56.404Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-21T01:44:57.371Z] 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-21T01:44:57.401Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T01:44:57.401Z] git set to automatically installed. [2021-01-21T01:44:57.401Z] git-man set to automatically installed. [2021-01-21T01:44:57.401Z] libcurl3-gnutls set to automatically installed. [2021-01-21T01:44:57.401Z] liberror-perl set to automatically installed. [2021-01-21T01:44:57.401Z] libglib2.0-0 set to automatically installed. [2021-01-21T01:44:57.401Z] libnghttp2-14 set to automatically installed. [2021-01-21T01:44:57.401Z] libnorm1 set to automatically installed. [2021-01-21T01:44:57.401Z] libpgm-5.2-0 set to automatically installed. [2021-01-21T01:44:57.401Z] libpsl5 set to automatically installed. [2021-01-21T01:44:57.401Z] librtmp1 set to automatically installed. [2021-01-21T01:44:57.401Z] libsodium23 set to automatically installed. [2021-01-21T01:44:57.401Z] libzmq3-dev set to automatically installed. [2021-01-21T01:44:57.401Z] libzmq5 set to automatically installed. [2021-01-21T01:44:57.401Z] pkg-config set to automatically installed. [2021-01-21T01:44:57.401Z] zip set to automatically installed. [2021-01-21T01:44:59.311Z] snapd is not logged in, snap install commands will use sudo [2021-01-21T01:45:01.653Z] Removing intermediate container 1531c63ff642 [2021-01-21T01:45:01.653Z] ---> c3c24347b944 [2021-01-21T01:45:01.653Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-21T01:45:01.653Z] ---> Running in 504166da45ab [2021-01-21T01:45:02.260Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T01:45:02.260Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T01:45:02.874Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T01:45:02.874Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-21T01:45:02.874Z] (3/3) Installing curl (7.69.1-r3) [2021-01-21T01:45:03.159Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T01:45:03.159Z] OK: 71 MiB in 58 packages [2021-01-21T01:45:04.141Z] Removing intermediate container 504166da45ab [2021-01-21T01:45:04.141Z] ---> c1e5a7a87708 [2021-01-21T01:45:04.141Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-21T01:45:04.416Z] ---> Running in c2ecd6eeb743 [2021-01-21T01:45:05.010Z] Removing intermediate container c2ecd6eeb743 [2021-01-21T01:45:05.010Z] ---> 159b35314c5a [2021-01-21T01:45:05.010Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T01:45:05.010Z] ---> Running in fefa51bbee19 [2021-01-21T01:45:05.604Z] Removing intermediate container fefa51bbee19 [2021-01-21T01:45:05.604Z] ---> 3457ee531370 [2021-01-21T01:45:05.604Z] Step 24/26 : LABEL arch=arm64 [2021-01-21T01:45:05.604Z] ---> Running in 95bb44633f38 [2021-01-21T01:45:05.912Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T01:45:06.174Z] snap "core18" has no updates available [2021-01-21T01:45:06.196Z] Removing intermediate container 95bb44633f38 [2021-01-21T01:45:06.196Z] ---> d27bff6a0168 [2021-01-21T01:45:06.196Z] Step 25/26 : LABEL git_sha=c4eb6dd5dc08378382a8720c3740a8cc81c6949e [2021-01-21T01:45:06.196Z] ---> Running in 79b9fed58b8e [2021-01-21T01:45:06.791Z] Removing intermediate container 79b9fed58b8e [2021-01-21T01:45:06.791Z] ---> 93ff395de58f [2021-01-21T01:45:06.791Z] Step 26/26 : LABEL version=0.0.0 [2021-01-21T01:45:06.791Z] ---> Running in 35d0ddeebb1b [2021-01-21T01:45:07.116Z] Pulling config-common [2021-01-21T01:45:07.383Z] Removing intermediate container 35d0ddeebb1b [2021-01-21T01:45:07.383Z] ---> f2bab1995446 [2021-01-21T01:45:07.383Z] [2021-01-21T01:45:07.657Z] Successfully built f2bab1995446 [2021-01-21T01:45:07.657Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-21T01:45:07.943Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-21T01:45:07.944Z] $ docker stop --time=1 f6eb1f6330c4e12bdb2ad9dc38b762e8bf2e0acf83e04407dfc93bdb52112dad [2021-01-21T01:45:08.057Z] Pulling go-build-helper [2021-01-21T01:45:09.834Z] $ docker rm -f f6eb1f6330c4e12bdb2ad9dc38b762e8bf2e0acf83e04407dfc93bdb52112dad [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T01:45:10.477Z] + docker images [2021-01-21T01:45:10.477Z] + grep docker [2021-01-21T01:45:10.748Z] docker-sys-mgmt-agent-go-arm64 latest f2bab1995446 4 seconds ago 300MB [2021-01-21T01:45:10.748Z] docker-core-data-go-arm64 latest 4763847ca095 53 seconds ago 21MB [2021-01-21T01:45:10.748Z] docker-security-bootstrapper-go-arm64 latest 2b1c42672e99 About a minute ago 40.3MB [2021-01-21T01:45:10.748Z] docker-core-command-go-arm64 latest 005a4ddada2a About a minute ago 15.4MB [2021-01-21T01:45:10.748Z] docker-security-secretstore-setup-go-arm64 latest 2f39bbe3b034 4 minutes ago 23.4MB [2021-01-21T01:45:10.748Z] docker-core-metadata-go-arm64 latest 947597928941 4 minutes ago 17.7MB [2021-01-21T01:45:10.748Z] docker-support-notifications-go-arm64 latest 57476aabe8b0 4 minutes ago 16MB [2021-01-21T01:45:10.748Z] docker-security-proxy-setup-go-arm64 latest 9e8ef4f3c56a 4 minutes ago 23.2MB [2021-01-21T01:45:10.748Z] docker-support-scheduler-go-arm64 latest 4a9a0856346e 4 minutes ago 15.5MB [2021-01-21T01:45:10.748Z] 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] } [2021-01-21T01:45:30.026Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-21T01:45:30.026Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-21T01:45:30.026Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-21T01:45:30.026Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-21T01:45:30.026Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-21T01:45:30.026Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-21T01:45:30.026Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-21T01:45:30.026Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-21T01:45:30.026Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-21T01:45:30.026Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-21T01:45:30.026Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-21T01:45:30.026Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-21T01:45:30.026Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-21T01:45:30.026Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-21T01:45:30.026Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-21T01:45:30.026Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-21T01:45:30.026Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-21T01:45:30.026Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-21T01:45:30.026Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-21T01:45:30.026Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-21T01:45:30.026Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-21T01:45:30.026Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-21T01:45:30.026Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-21T01:45:30.026Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-21T01:45:30.026Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-21T01:45:30.026Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-21T01:45:30.026Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-21T01:45:30.026Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-21T01:45:30.026Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-21T01:45:30.026Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-21T01:45:30.026Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-21T01:45:30.026Z] Fetched 279 kB in 0s (0 B/s) [2021-01-21T01:45:30.026Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-21T01:45:30.026Z] Fetched 122 kB in 0s (0 B/s) [2021-01-21T01:45:30.026Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-21T01:45:30.026Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-21T01:45:30.026Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-21T01:45:30.026Z] Fetched 8848 B in 0s (0 B/s) [2021-01-21T01:45:30.026Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-21T01:45:30.026Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-21T01:45:30.026Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-21T01:45:30.026Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-21T01:45:30.026Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-21T01:45:30.026Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-21T01:45:30.026Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-21T01:45:30.026Z] Fetched 214 kB in 0s (0 B/s) [2021-01-21T01:45:30.026Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-21T01:45:30.026Z] Fetched 155 kB in 0s (0 B/s) [2021-01-21T01:45:30.026Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-21T01:45:30.026Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-21T01:45:30.027Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-21T01:45:30.027Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-21T01:45:30.027Z] Fetched 499 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-21T01:45:30.027Z] Fetched 111 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-21T01:45:30.027Z] Fetched 240 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-21T01:45:30.027Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-21T01:45:30.027Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-21T01:45:30.027Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-21T01:45:30.027Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-21T01:45:30.027Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-21T01:45:30.027Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-21T01:45:30.027Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-21T01:45:30.027Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-21T01:45:30.027Z] Fetched 8720 B in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-21T01:45:30.027Z] Fetched 137 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-21T01:45:30.027Z] Fetched 119 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-21T01:45:30.027Z] Fetched 109 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-21T01:45:30.027Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-21T01:45:30.027Z] Fetched 645 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-21T01:45:30.027Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-21T01:45:30.027Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-21T01:45:30.027Z] Fetched 368 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-21T01:45:30.027Z] Fetched 187 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-21T01:45:30.027Z] Fetched 175 kB in 0s (0 B/s) [2021-01-21T01:45:30.027Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-21T01:45:31.943Z] Fetched 206 kB in 0s (0 B/s) [2021-01-21T01:45:31.943Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-21T01:45:31.943Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-21T01:45:31.943Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-21T01:45:31.943Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-21T01:45:31.943Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-21T01:45:31.943Z] Fetched 159 kB in 0s (0 B/s) [2021-01-21T01:45:31.943Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-21T01:45:31.943Z] Fetched 107 kB in 0s (0 B/s) [2021-01-21T01:45:31.943Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-21T01:45:31.943Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-21T01:45:31.943Z] Pulling static-packages [2021-01-21T01:45:32.883Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-21T01:45:32.883Z] Skipping pull go-build-helper (already ran) [2021-01-21T01:45:32.883Z] Skipping pull static-packages (already ran) [2021-01-21T01:45:32.883Z] Building go-build-helper [2021-01-21T01:45:36.226Z] Building static-packages [2021-01-21T01:45:38.212Z] Staging go-build-helper [2021-01-21T01:45:39.156Z] Staging static-packages [2021-01-21T01:45:40.098Z] Pulling go115 [2021-01-21T01:45:41.041Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-21T01:45:41.041Z] Skipping pull go115 (already ran) [2021-01-21T01:45:41.041Z] Building go115 [2021-01-21T01:45:41.041Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T01:45:41.041Z] Dload Upload Total Spent Left Speed [2021-01-21T01:45:44.913Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 115M 9 10.5M 0 0 17.5M 0 0:00:06 --:--:-- 0:00:06 17.5M 35 115M 35 41.3M 0 0 25.5M 0 0:00:04 0:00:01 0:00:03 25.4M 60 115M 60 69.6M 0 0 26.8M 0 0:00:04 0:00:02 0:00:02 26.8M 91 115M 91 106M 0 0 29.5M 0 0:00:03 0:00:03 --:--:-- 29.5M 100 115M 100 115M 0 0 30.6M 0 0:00:03 0:00:03 --:--:-- 30.6M [2021-01-21T01:45:45.175Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-21T01:45:49.379Z] Staging go115 [2021-01-21T01:45:54.665Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-21T01:45:54.665Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-21T01:45:54.665Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-21T01:45:54.665Z] Fetched 0 B in 0s (0 B/s) [2021-01-21T01:45:54.665Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-21T01:45:54.665Z] Fetched 224 kB in 0s (0 B/s) [2021-01-21T01:45:54.665Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-21T01:45:54.665Z] Fetched 157 kB in 0s (0 B/s) [2021-01-21T01:45:54.665Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-21T01:45:54.665Z] Fetched 221 kB in 0s (0 B/s) [2021-01-21T01:45:54.665Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-21T01:45:54.665Z] Fetched 143 kB in 0s (0 B/s) [2021-01-21T01:45:54.665Z] Pulling edgex-go [2021-01-21T01:45:54.925Z] Pulling version [2021-01-21T01:45:55.866Z] Building config-common [2021-01-21T01:45:57.777Z] Skipping build go-build-helper (already ran) [2021-01-21T01:45:57.777Z] Skipping build static-packages (already ran) [2021-01-21T01:45:57.777Z] Skipping build go115 (already ran) [2021-01-21T01:45:57.777Z] Building edgex-go [2021-01-21T01:45:58.036Z] 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-21T01:45:59.420Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-21T01:45:59.420Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-21T01:45:59.420Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 [2021-01-21T01:45:59.420Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-21T01:45:59.420Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-21T01:45:59.420Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-21T01:45:59.680Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-21T01:45:59.680Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-21T01:45:59.680Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-21T01:45:59.680Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-21T01:45:59.680Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-21T01:45:59.680Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-21T01:45:59.680Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-21T01:45:59.680Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-21T01:45:59.680Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-21T01:45:59.680Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-21T01:45:59.680Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-21T01:45:59.680Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-21T01:45:59.680Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-21T01:45:59.680Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-21T01:45:59.680Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-21T01:45:59.680Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-21T01:45:59.680Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-21T01:45:59.680Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-21T01:45:59.680Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-21T01:45:59.680Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-21T01:45:59.943Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-21T01:45:59.943Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-21T01:45:59.943Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-21T01:45:59.943Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-21T01:45:59.943Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-21T01:45:59.943Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-21T01:45:59.943Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-21T01:45:59.943Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-21T01:45:59.943Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-21T01:45:59.943Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-21T01:45:59.943Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-21T01:46:00.202Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-21T01:46:00.202Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-21T01:46:00.202Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-21T01:46:06.774Z] 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-21T01:46:10.976Z] 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-21T01:46:11.236Z] 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-21T01:46:12.175Z] 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-21T01:46:12.745Z] 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-21T01:46:12.745Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-21T01:46:12.745Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-21T01:46:12.745Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-21T01:46:12.745Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-21T01:46:14.657Z] 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-21T01:46:14.657Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-21T01:46:14.657Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-21T01:46:15.595Z] 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-21T01:46:16.165Z] 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-21T01:46:16.165Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-21T01:46:17.547Z] 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-21T01:46:18.486Z] 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-21T01:46:19.055Z] 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-21T01:46:19.055Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-21T01:46:19.996Z] 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-21T01:46:19.996Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-21T01:46:23.293Z] Building version [2021-01-21T01:46:24.679Z] Staging config-common [2021-01-21T01:46:25.621Z] Skipping stage go-build-helper (already ran) [2021-01-21T01:46:25.621Z] Skipping stage static-packages (already ran) [2021-01-21T01:46:25.621Z] Skipping stage go115 (already ran) [2021-01-21T01:46:25.621Z] Staging edgex-go [2021-01-21T01:46:26.560Z] Staging version [2021-01-21T01:46:27.500Z] Priming config-common [2021-01-21T01:46:28.441Z] Priming go-build-helper [2021-01-21T01:46:29.383Z] Priming static-packages [2021-01-21T01:46:31.295Z] Priming go115 [2021-01-21T01:46:32.238Z] Priming edgex-go [2021-01-21T01:46:33.621Z] Priming version [2021-01-21T01:46:34.192Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-21T01:46:37.982Z] provisioning config files... [2021-01-21T01:46:38.003Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/35@tmp/config1061980946298035274tmp [Pipeline] { [Pipeline] sh [2021-01-21T01:46:38.497Z] + set +x [2021-01-21T01:46:38.497Z] + curl -s https://codecov.io/bash [2021-01-21T01:46:38.497Z] + bash -s -- [2021-01-21T01:46:39.116Z] [2021-01-21T01:46:39.116Z] _____ _ [2021-01-21T01:46:39.116Z] / ____| | | [2021-01-21T01:46:39.116Z] | | ___ __| | ___ ___ _____ __ [2021-01-21T01:46:39.116Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-21T01:46:39.116Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-21T01:46:39.116Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-21T01:46:39.116Z] Bash-20210115-cec3c92 [2021-01-21T01:46:39.116Z] [2021-01-21T01:46:39.116Z] [2021-01-21T01:46:39.116Z] ==> git version 2.24.3 found [2021-01-21T01:46:39.116Z] ==> 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-21T01:46:39.116Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-21T01:46:39.116Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-21T01:46:39.116Z] ==> Jenkins CI detected. [2021-01-21T01:46:39.116Z] project root: . [2021-01-21T01:46:39.116Z] --> token set from env [2021-01-21T01:46:39.116Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-21T01:46:40.101Z] ==> Running gcov in . (disable via -X gcov) [2021-01-21T01:46:40.101Z] ==> Python coveragepy not found [2021-01-21T01:46:40.101Z] ==> Searching for coverage reports in: [2021-01-21T01:46:40.101Z] + . [2021-01-21T01:46:40.101Z] -> Found 1 reports [2021-01-21T01:46:40.101Z] ==> Detecting git/mercurial file structure [2021-01-21T01:46:40.101Z] ==> Reading reports [2021-01-21T01:46:40.101Z] + ./coverage.out bytes=561674 [2021-01-21T01:46:40.101Z] ==> Appending adjustments [2021-01-21T01:46:40.101Z] https://docs.codecov.io/docs/fixing-reports [2021-01-21T01:46:47.128Z] + Found adjustments [2021-01-21T01:46:47.128Z] ==> Gzipping contents [2021-01-21T01:46:47.128Z] 84K /tmp/codecov.oU0ejz.gz [2021-01-21T01:46:47.128Z] ==> Uploading reports [2021-01-21T01:46:47.128Z] url: https://codecov.io [2021-01-21T01:46:47.128Z] query: branch=PR-2970&commit=c4eb6dd5dc08378382a8720c3740a8cc81c6949e&build=35&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F35%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-21T01:46:47.128Z] -> Pinging Codecov [2021-01-21T01:46:47.128Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-2970&commit=c4eb6dd5dc08378382a8720c3740a8cc81c6949e&build=35&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F35%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-21T01:46:47.739Z] -> Uploading to [2021-01-21T01:46:47.739Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-21/00271124DB129430A58F1EEE437C3FCB/c4eb6dd5dc08378382a8720c3740a8cc81c6949e/e648698a-3d86-410a-926b-a5626d67e6be.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T014647Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=405e219fee2f6d98d80c85f5d373459f17445d5b91048aa70c217996fa74d7f1 [2021-01-21T01:46:47.739Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T01:46:47.739Z] Dload Upload Total Spent Left Speed [2021-01-21T01:46:48.456Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85404 0 0 100 85404 0 125k --:--:-- --:--:-- --:--:-- 125k 100 85404 0 0 100 85404 0 125k --:--:-- --:--:-- --:--:-- 125k [2021-01-21T01:46:48.456Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c4eb6dd5dc08378382a8720c3740a8cc81c6949e [Pipeline] } [2021-01-21T01:46:48.520Z] 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-21T01:46:50.936Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T01:46:52.352Z] ---> package-listing.sh [2021-01-21T01:46:52.352Z] ++ facter osfamily [2021-01-21T01:46:52.352Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T01:46:52.352Z] + OS_FAMILY=redhat [2021-01-21T01:46:52.352Z] + workspace=/w/workspace/edgex-go/35 [2021-01-21T01:46:52.352Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T01:46:52.352Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T01:46:52.352Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T01:46:52.352Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T01:46:52.352Z] + '[' /w/workspace/edgex-go/35 ']' [2021-01-21T01:46:52.352Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T01:46:52.352Z] + case "${OS_FAMILY}" in [2021-01-21T01:46:52.352Z] + rpm -qa [2021-01-21T01:46:52.644Z] + sort [2021-01-21T01:47:01.188Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T01:47:01.188Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T01:47:01.188Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T01:47:01.188Z] + '[' /w/workspace/edgex-go/35 ']' [2021-01-21T01:47:01.188Z] + mkdir -p /w/workspace/edgex-go/35/archives/ [2021-01-21T01:47:01.188Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/35/archives/ [Pipeline] echo [2021-01-21T01:47:01.206Z] 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/35/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-21T01:47:01.920Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T01:47:02.930Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T01:47:04.030Z] [2021-01-21T01:47:04.030Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T01:47:04.540Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T01:47:05.310Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T01:47:05.310Z] df20fa9351a1: Pulling fs layer [2021-01-21T01:47:05.310Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T01:47:05.310Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T01:47:05.310Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T01:47:05.310Z] 93b61091891f: Pulling fs layer [2021-01-21T01:47:05.310Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T01:47:05.310Z] 5e14af77c1be: Pulling fs layer [2021-01-21T01:47:05.310Z] 01666e4c0597: Pulling fs layer [2021-01-21T01:47:05.310Z] 46f8f816bc3b: Waiting [2021-01-21T01:47:05.310Z] 93b61091891f: Waiting [2021-01-21T01:47:05.310Z] 93b9cdb0e59b: Waiting [2021-01-21T01:47:05.310Z] 5e14af77c1be: Waiting [2021-01-21T01:47:05.310Z] aa168da1d23b: Pulling fs layer [2021-01-21T01:47:05.310Z] 01666e4c0597: Waiting [2021-01-21T01:47:05.310Z] aa168da1d23b: Waiting [2021-01-21T01:47:05.623Z] 36b3adc4ff6f: Verifying Checksum [2021-01-21T01:47:05.623Z] 36b3adc4ff6f: Download complete [2021-01-21T01:47:05.623Z] 46f8f816bc3b: Download complete [2021-01-21T01:47:05.916Z] 93b61091891f: Verifying Checksum [2021-01-21T01:47:05.916Z] 93b61091891f: Download complete [2021-01-21T01:47:05.916Z] df20fa9351a1: Download complete [2021-01-21T01:47:05.916Z] 93b9cdb0e59b: Verifying Checksum [2021-01-21T01:47:05.916Z] 93b9cdb0e59b: Download complete [2021-01-21T01:47:06.202Z] 5e14af77c1be: Verifying Checksum [2021-01-21T01:47:06.202Z] 5e14af77c1be: Download complete [2021-01-21T01:47:06.202Z] 01666e4c0597: Verifying Checksum [2021-01-21T01:47:06.202Z] 01666e4c0597: Download complete [2021-01-21T01:47:06.854Z] df20fa9351a1: Pull complete [2021-01-21T01:47:07.128Z] 8ad3a11d3b57: Verifying Checksum [2021-01-21T01:47:07.128Z] 8ad3a11d3b57: Download complete [2021-01-21T01:47:07.129Z] 36b3adc4ff6f: Pull complete [2021-01-21T01:47:09.925Z] 8ad3a11d3b57: Pull complete [2021-01-21T01:47:09.925Z] 46f8f816bc3b: Pull complete [2021-01-21T01:47:11.091Z] 93b61091891f: Pull complete [2021-01-21T01:47:11.400Z] 93b9cdb0e59b: Pull complete [2021-01-21T01:47:11.869Z] 5e14af77c1be: Pull complete [2021-01-21T01:47:12.157Z] 01666e4c0597: Pull complete [2021-01-21T01:47:14.488Z] aa168da1d23b: Verifying Checksum [2021-01-21T01:47:14.488Z] aa168da1d23b: Download complete [2021-01-21T01:47:33.151Z] aa168da1d23b: Pull complete [2021-01-21T01:47:33.151Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T01:47:33.151Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T01:47:33.151Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T01:47:34.136Z] prd-centos7-docker-4c-2g-21815 does not seem to be running inside a container [2021-01-21T01:47:34.483Z] $ 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/35/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/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@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-lftools-log-publisher:alpine cat [2021-01-21T01:47:38.617Z] $ docker top 29cae80700bf99c89b222ed46c2a5d1f4cae1b620e546ad4cce083ae0df62361 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T01:47:40.235Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T01:47:40.962Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T01:47:41.719Z] + ls /var/log/sa-host [2021-01-21T01:47:41.719Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T01:47:41.719Z] file_magic: OK [2021-01-21T01:47:41.719Z] HZ: Using current value: 100 [2021-01-21T01:47:41.719Z] file_header: OK [2021-01-21T01:47:41.719Z] 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-21T01:47:41.719Z] Statistics: [2021-01-21T01:47:41.719Z] 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... [2021-01-21T01:47:41.719Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T01:47:41.719Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T01:47:41.719Z] file_magic: OK [2021-01-21T01:47:41.719Z] HZ: Using current value: 100 [2021-01-21T01:47:41.719Z] file_header: OK [2021-01-21T01:47:41.719Z] 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-21T01:47:41.719Z] Statistics: [2021-01-21T01:47:41.719Z] Hnuu...uuuununununu... [2021-01-21T01:47:41.719Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T01:47:42.407Z] provisioning config files... [2021-01-21T01:47:42.447Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/35@tmp/config1042978085091344061tmp [Pipeline] { [Pipeline] echo [2021-01-21T01:47:42.520Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T01:47:43.479Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T01:47:43.685Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T01:47:43.786Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T01:47:44.561Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T01:47:44.590Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T01:47:44.948Z] ---> sudo-logs.sh [2021-01-21T01:47:44.948Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T01:47:45.244Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T01:47:45.953Z] ---> job-cost.sh [2021-01-21T01:47:46.235Z] lf-activate-venv: SKIPPING [2021-01-21T01:47:46.235Z] INFO: No Stack... [2021-01-21T01:47:46.834Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T01:47:47.432Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T01:47:47.468Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T01:47:48.163Z] ---> logs-deploy.sh [2021-01-21T01:47:48.163Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/35 [2021-01-21T01:47:48.163Z] INFO: archiving workspace using pattern(s): [2021-01-21T01:47:50.138Z] Archives upload complete. [2021-01-21T01:47:50.139Z] INFO: archiving logs to Nexus