Pull request #3075 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5469142c37ae0f77ce3be9aedecd3ba1970e08e1+52b41697029d46b9dd6fcb3599083165743908cd (0a51dfb7183fa98554982465fdf5c00bf1477172) 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24254’ Running on prd-centos7-docker-4c-2g-24256 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 52b41697029d46b9dd6fcb3599083165743908cd into PR head commit 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 Merge succeeded, producing 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 Checking out Revision 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 (PR-3075) > git config core.sparsecheckout # timeout=10 > git checkout -f 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 # 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 52b41697029d46b9dd6fcb3599083165743908cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-01T02:40:50.746Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-01T02:40:51.194Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-01T02:40:51.304Z] ========================================================= [2021-02-01T02:40:51.304Z] EdgeX Global Pipelines Version Info [2021-02-01T02:40:51.304Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:40:52.977Z] ------------------- [2021-02-01T02:40:52.977Z] stable info: [2021-02-01T02:40:52.977Z] ------------------- [2021-02-01T02:40:52.977Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T02:40:52.977Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T02:40:52.977Z] Message: update stable to v1.0.179 [2021-02-01T02:40:53.923Z] ------------------- [2021-02-01T02:40:53.923Z] experimental info: [2021-02-01T02:40:53.923Z] ------------------- [2021-02-01T02:40:53.923Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T02:40:53.923Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T02:40:53.923Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-01T02:40:54.188Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-01T02:40:54.274Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-01T02:40:54.370Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-01T02:40:54.452Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-01T02:40:54.564Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-01T02:40:54.649Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-01T02:40:54.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-01T02:40:54.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-01T02:40:54.925Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-01T02:40:55.008Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-01T02:40:55.107Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-01T02:40:55.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-01T02:40:55.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-01T02:40:55.362Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-01T02:40:55.446Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T02:40:55.529Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T02:40:55.609Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-01T02:40:55.690Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-01T02:40:55.776Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-01T02:40:55.862Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-01T02:40:55.946Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-01T02:40:56.024Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-01T02:40:56.110Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-01T02:40:56.190Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3075 [Pipeline] echo [2021-02-01T02:40:56.272Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3075 [Pipeline] echo [2021-02-01T02:40:56.351Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3075 [Pipeline] echo [2021-02-01T02:40:56.433Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [Pipeline] echo [2021-02-01T02:40:56.510Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5469142 [Pipeline] echo [2021-02-01T02:40:56.589Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T02:40:56.747Z] provisioning config files... [2021-02-01T02:40:56.778Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config4146458518642091735tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:40:57.126Z] ---> docker-login.sh [2021-02-01T02:40:57.126Z] nexus3.edgexfoundry.org:10001 [2021-02-01T02:40:57.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T02:40:57.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:40:57.651Z] Configure a credential helper to remove this warning. See [2021-02-01T02:40:57.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:40:57.651Z] [2021-02-01T02:40:57.651Z] Login Succeeded [2021-02-01T02:40:57.651Z] nexus3.edgexfoundry.org:10002 [2021-02-01T02:40:57.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T02:40:57.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:40:57.651Z] Configure a credential helper to remove this warning. See [2021-02-01T02:40:57.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:40:57.651Z] [2021-02-01T02:40:57.651Z] Login Succeeded [2021-02-01T02:40:57.651Z] nexus3.edgexfoundry.org:10003 [2021-02-01T02:40:57.920Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T02:40:57.920Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:40:57.920Z] Configure a credential helper to remove this warning. See [2021-02-01T02:40:57.920Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:40:57.920Z] [2021-02-01T02:40:57.920Z] Login Succeeded [2021-02-01T02:40:57.920Z] nexus3.edgexfoundry.org:10004 [2021-02-01T02:40:57.920Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T02:40:58.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:40:58.183Z] Configure a credential helper to remove this warning. See [2021-02-01T02:40:58.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:40:58.183Z] [2021-02-01T02:40:58.183Z] Login Succeeded [2021-02-01T02:40:58.183Z] docker.io [2021-02-01T02:40:58.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T02:40:58.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:40:58.448Z] Configure a credential helper to remove this warning. See [2021-02-01T02:40:58.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:40:58.448Z] [2021-02-01T02:40:58.448Z] Login Succeeded [2021-02-01T02:40:58.448Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T02:40:58.458Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T02:40:58.962Z] ++ 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-02-01T02:40:58.963Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T02:40:58.963Z] ++ dirname cmd/core-command/Dockerfile [2021-02-01T02:40:58.963Z] ++ cut -d/ -f2 [2021-02-01T02:40:58.963Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-01T02:40:58.963Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T02:40:58.963Z] ++ dirname cmd/core-data/Dockerfile [2021-02-01T02:40:58.963Z] ++ cut -d/ -f2 [2021-02-01T02:40:58.963Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-01T02:40:58.963Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T02:40:58.963Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-01T02:40:58.963Z] ++ cut -d/ -f2 [2021-02-01T02:40:58.963Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-01T02:40:58.963Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T02:40:58.963Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-01T02:40:58.963Z] ++ cut -d/ -f2 [2021-02-01T02:40:58.963Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-01T02:40:58.963Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T02:40:58.963Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-01T02:40:58.963Z] ++ cut -d/ -f2 [2021-02-01T02:40:58.963Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-01T02:40:58.963Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T02:40:58.963Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-01T02:40:58.963Z] ++ cut -d/ -f2 [2021-02-01T02:40:58.963Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-01T02:40:58.963Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T02:40:58.963Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-01T02:40:58.963Z] ++ cut -d/ -f2 [2021-02-01T02:40:58.963Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-01T02:40:58.963Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T02:40:58.963Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-01T02:40:58.963Z] ++ cut -d/ -f2 [2021-02-01T02:40:58.963Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-01T02:40:58.963Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T02:40:58.963Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-01T02:40:58.963Z] ++ cut -d/ -f2 [2021-02-01T02:40:58.963Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-01T02:40:59.035Z] 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-02-01T02:40:59.874Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T02:40:59.874Z] [2021-02-01T02:40:59.874Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:41:00.235Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T02:41:00.235Z] latest: Pulling from edgex-devops/git-semver [2021-02-01T02:41:00.235Z] 31603596830f: Pulling fs layer [2021-02-01T02:41:00.235Z] 2a8b12db71e7: Pulling fs layer [2021-02-01T02:41:00.235Z] 6ca5941a6612: Pulling fs layer [2021-02-01T02:41:00.235Z] ecc8261a40a4: Pulling fs layer [2021-02-01T02:41:00.235Z] ecc8261a40a4: Waiting [2021-02-01T02:41:00.235Z] 2a8b12db71e7: Verifying Checksum [2021-02-01T02:41:00.235Z] 2a8b12db71e7: Download complete [2021-02-01T02:41:00.499Z] 31603596830f: Verifying Checksum [2021-02-01T02:41:00.499Z] 31603596830f: Download complete [2021-02-01T02:41:00.499Z] 6ca5941a6612: Verifying Checksum [2021-02-01T02:41:00.499Z] 6ca5941a6612: Download complete [2021-02-01T02:41:00.499Z] ecc8261a40a4: Verifying Checksum [2021-02-01T02:41:00.499Z] ecc8261a40a4: Download complete [2021-02-01T02:41:00.762Z] 31603596830f: Pull complete [2021-02-01T02:41:00.762Z] 2a8b12db71e7: Pull complete [2021-02-01T02:41:01.713Z] 6ca5941a6612: Pull complete [2021-02-01T02:41:01.974Z] ecc8261a40a4: Pull complete [2021-02-01T02:41:01.974Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-01T02:41:01.974Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T02:41:01.974Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-01T02:41:02.080Z] prd-centos7-docker-4c-2g-24256 does not seem to be running inside a container [2021-02-01T02:41:02.133Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T02:41:04.588Z] $ docker top de31d532970f286458b6d87a0fee4d6384a1a5eb30f51ce2b4af054853b4f75d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T02:41:04.949Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T02:41:04.949Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T02:41:05.171Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T02:41:05.176Z] $ docker exec de31d532970f286458b6d87a0fee4d6384a1a5eb30f51ce2b4af054853b4f75d ssh-agent [2021-02-01T02:41:05.352Z] SSH_AUTH_SOCK=/tmp/ssh-xnjjERKg8tYO/agent.12 [2021-02-01T02:41:05.352Z] SSH_AGENT_PID=17 [2021-02-01T02:41:05.364Z] Running ssh-add (command line suppressed) [2021-02-01T02:41:05.487Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_7812093394837758845.key (/w/workspace/edgex-go/13@tmp/private_key_7812093394837758845.key) [2021-02-01T02:41:05.538Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T02:41:05.897Z] + git tag --points-at HEAD [Pipeline] } [2021-02-01T02:41:05.920Z] $ docker exec --env ******** --env ******** de31d532970f286458b6d87a0fee4d6384a1a5eb30f51ce2b4af054853b4f75d ssh-agent -k [2021-02-01T02:41:06.031Z] unset SSH_AUTH_SOCK; [2021-02-01T02:41:06.031Z] unset SSH_AGENT_PID; [2021-02-01T02:41:06.031Z] echo Agent pid 17 killed; [2021-02-01T02:41:06.079Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-01T02:41:06.216Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T02:41:06.216Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T02:41:06.377Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T02:41:06.381Z] $ docker exec de31d532970f286458b6d87a0fee4d6384a1a5eb30f51ce2b4af054853b4f75d ssh-agent [2021-02-01T02:41:06.535Z] SSH_AUTH_SOCK=/tmp/ssh-jeUDDAt3vzt5/agent.46 [2021-02-01T02:41:06.535Z] SSH_AGENT_PID=52 [2021-02-01T02:41:06.542Z] Running ssh-add (command line suppressed) [2021-02-01T02:41:06.659Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_8007374925161243833.key (/w/workspace/edgex-go/13@tmp/private_key_8007374925161243833.key) [2021-02-01T02:41:06.713Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T02:41:07.083Z] + git semver init [2021-02-01T02:41:07.083Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T02:41:07.083Z] # $GIT_DIR = /w/workspace/edgex-go/13/.git [2021-02-01T02:41:07.083Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/13 [2021-02-01T02:41:07.083Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T02:41:07.083Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T02:41:07.083Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T02:41:07.083Z] # $SEMVER_BRANCH = PR-3075 [2021-02-01T02:41:07.083Z] # $SEMVER_TEMP = /tmp/semver-150409893 [2021-02-01T02:41:07.083Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-01T02:41:25.273Z] # '/tmp/semver-150409893' -> '/w/workspace/edgex-go/13/.semver' [2021-02-01T02:41:25.273Z] # -> Force: false [2021-02-01T02:41:25.536Z] # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } [2021-02-01T02:41:25.552Z] $ docker exec --env ******** --env ******** de31d532970f286458b6d87a0fee4d6384a1a5eb30f51ce2b4af054853b4f75d ssh-agent -k [2021-02-01T02:41:25.755Z] unset SSH_AUTH_SOCK; [2021-02-01T02:41:25.756Z] unset SSH_AGENT_PID; [2021-02-01T02:41:25.756Z] echo Agent pid 52 killed; [2021-02-01T02:41:25.838Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T02:41:26.338Z] + git semver [Pipeline] } [2021-02-01T02:41:26.357Z] $ docker stop --time=1 de31d532970f286458b6d87a0fee4d6384a1a5eb30f51ce2b4af054853b4f75d [2021-02-01T02:41:27.926Z] $ docker rm -f de31d532970f286458b6d87a0fee4d6384a1a5eb30f51ce2b4af054853b4f75d [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T02:41:28.449Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-01T02:41:28.989Z] Stashed 1 file(s) [Pipeline] echo [2021-02-01T02:41:28.993Z] [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-02-01T02:41:29.867Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-01T02:41:30.166Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T02:41:30.466Z] + sudo service docker restart [2021-02-01T02:41:30.467Z] + true [2021-02-01T02:41:30.467Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-01T02:41:31.059Z] ========================================================= [2021-02-01T02:41:31.059Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-01T02:41:31.059Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:41:31.428Z] + 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-02-01T02:41:35.659Z] Sending build context to Docker daemon 327.4MB [2021-02-01T02:41:35.659Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-01T02:41:35.659Z] Step 2/6 : FROM ${BASE} [2021-02-01T02:41:35.659Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-01T02:41:35.659Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T02:41:35.659Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T02:41:35.659Z] de9db76c5a1d: Pulling fs layer [2021-02-01T02:41:35.659Z] bca2f99d35d6: Pulling fs layer [2021-02-01T02:41:35.659Z] 93359f2a8cfa: Pulling fs layer [2021-02-01T02:41:35.659Z] 7c6f9722023f: Pulling fs layer [2021-02-01T02:41:35.659Z] a35cf1a2eb13: Pulling fs layer [2021-02-01T02:41:35.659Z] 93359f2a8cfa: Waiting [2021-02-01T02:41:35.659Z] 7c6f9722023f: Waiting [2021-02-01T02:41:35.659Z] a35cf1a2eb13: Waiting [2021-02-01T02:41:35.659Z] bca2f99d35d6: Waiting [2021-02-01T02:41:35.659Z] de9db76c5a1d: Download complete [2021-02-01T02:41:35.659Z] 0ef7d3d256c8: Verifying Checksum [2021-02-01T02:41:35.659Z] 0ef7d3d256c8: Download complete [2021-02-01T02:41:35.659Z] 93359f2a8cfa: Verifying Checksum [2021-02-01T02:41:35.659Z] 93359f2a8cfa: Download complete [2021-02-01T02:41:35.659Z] 188c0c94c7c5: Verifying Checksum [2021-02-01T02:41:35.659Z] 188c0c94c7c5: Download complete [2021-02-01T02:41:35.659Z] 7c6f9722023f: Verifying Checksum [2021-02-01T02:41:35.659Z] 7c6f9722023f: Download complete [2021-02-01T02:41:35.922Z] 188c0c94c7c5: Pull complete [2021-02-01T02:41:36.186Z] 0ef7d3d256c8: Pull complete [2021-02-01T02:41:36.186Z] de9db76c5a1d: Pull complete [2021-02-01T02:41:37.143Z] a35cf1a2eb13: Download complete [2021-02-01T02:41:38.109Z] bca2f99d35d6: Verifying Checksum [2021-02-01T02:41:38.109Z] bca2f99d35d6: Download complete [2021-02-01T02:41:43.460Z] bca2f99d35d6: Pull complete [2021-02-01T02:41:43.723Z] 93359f2a8cfa: Pull complete [2021-02-01T02:41:43.723Z] 7c6f9722023f: Pull complete [2021-02-01T02:41:44.352Z] Still waiting to schedule task [2021-02-01T02:41:44.352Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-24257’ is offline [2021-02-01T02:41:49.101Z] a35cf1a2eb13: Pull complete [2021-02-01T02:41:49.101Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-01T02:41:49.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-01T02:41:49.101Z] ---> a62c8e92a672 [2021-02-01T02:41:49.101Z] 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-02-01T02:41:49.101Z] ---> Running in 4ae8acb0f9b7 [2021-02-01T02:41:49.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:41:49.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:41:50.635Z] (1/12) Installing libmagic (5.38-r0) [2021-02-01T02:41:50.636Z] (2/12) Installing file (5.38-r0) [2021-02-01T02:41:50.636Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-01T02:41:50.636Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-01T02:42:08.815Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-01T02:42:08.815Z] (6/12) Installing patch (2.7.6-r6) [2021-02-01T02:42:08.815Z] (7/12) Installing build-base (0.5-r2) [2021-02-01T02:42:08.815Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-01T02:42:08.815Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-01T02:42:08.815Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-01T02:42:08.815Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-01T02:42:08.815Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-01T02:42:08.815Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:42:08.815Z] OK: 233 MiB in 51 packages [2021-02-01T02:42:12.131Z] Removing intermediate container 4ae8acb0f9b7 [2021-02-01T02:42:12.132Z] ---> c09ce4e5523c [2021-02-01T02:42:12.132Z] Step 4/6 : WORKDIR /edgex-go [2021-02-01T02:42:12.132Z] ---> Running in 111c58ccb64c [2021-02-01T02:42:12.132Z] Removing intermediate container 111c58ccb64c [2021-02-01T02:42:12.132Z] ---> 25a3ed9d72ac [2021-02-01T02:42:12.132Z] Step 5/6 : COPY go.mod . [2021-02-01T02:42:12.132Z] ---> 863e32431708 [2021-02-01T02:42:12.132Z] Step 6/6 : RUN go mod download [2021-02-01T02:42:12.401Z] ---> Running in ef637febd317 [2021-02-01T02:42:34.414Z] Removing intermediate container ef637febd317 [2021-02-01T02:42:34.414Z] ---> 3aff3852c8a1 [2021-02-01T02:42:34.414Z] Successfully built 3aff3852c8a1 [2021-02-01T02:42:34.414Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:42:34.751Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T02:42:34.751Z] . [Pipeline] withDockerContainer [2021-02-01T02:42:34.852Z] prd-centos7-docker-4c-2g-24256 does not seem to be running inside a container [2021-02-01T02:42:34.899Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-01T02:42:35.648Z] $ docker top 3b182446e0bbb5163171506a194ac0113fd36087aaaa1a400e1a7974575c3e78 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T02:42:36.140Z] + go version [2021-02-01T02:42:36.140Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-01T02:42:36.159Z] $ docker stop --time=1 3b182446e0bbb5163171506a194ac0113fd36087aaaa1a400e1a7974575c3e78 [2021-02-01T02:42:37.524Z] $ docker rm -f 3b182446e0bbb5163171506a194ac0113fd36087aaaa1a400e1a7974575c3e78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:42:38.383Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T02:42:38.383Z] . [Pipeline] withDockerContainer [2021-02-01T02:42:38.562Z] prd-centos7-docker-4c-2g-24256 does not seem to be running inside a container [2021-02-01T02:42:38.778Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-01T02:42:39.368Z] $ docker top e5afd9919b4d46c497020fe8a132a7c24a8a24647e24b259582899766f0d1b6e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T02:42:39.547Z] ========================================================= [2021-02-01T02:42:39.547Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-01T02:42:39.547Z] ========================================================= [Pipeline] sh [2021-02-01T02:42:39.839Z] + make test [2021-02-01T02:42:39.839Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-01T02:42:48.108Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-01T02:43:04.126Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-01T02:43:10.791Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-01T02:43:10.791Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-01T02:43:10.791Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-01T02:43:10.791Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-01T02:43:12.261Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-01T02:43:12.261Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-01T02:43:12.261Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-01T02:43:12.261Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-01T02:43:12.261Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-01T02:43:12.261Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-01T02:43:15.195Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-01T02:43:15.195Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-01T02:43:15.195Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-01T02:43:17.785Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.0% of statements [2021-02-01T02:43:17.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-01T02:43:17.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-01T02:43:17.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-01T02:43:17.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-01T02:43:17.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-01T02:43:17.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-01T02:43:17.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-01T02:43:17.785Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.057s coverage: 100.0% of statements [2021-02-01T02:43:21.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.224s coverage: 27.1% of statements [2021-02-01T02:43:21.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-01T02:43:21.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-01T02:43:21.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-01T02:43:21.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-01T02:43:21.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-01T02:43:21.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-01T02:43:21.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-02-01T02:43:21.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-01T02:43:21.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-02-01T02:43:21.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-01T02:43:21.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-01T02:43:21.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.082s coverage: 65.8% of statements [2021-02-01T02:43:21.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-01T02:43:21.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-01T02:43:21.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.122s coverage: 82.3% of statements [2021-02-01T02:43:21.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-01T02:43:21.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T02:43:21.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-01T02:43:21.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-01T02:43:23.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.343s coverage: 28.6% of statements [2021-02-01T02:43:23.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-01T02:43:23.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-01T02:43:23.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-01T02:43:23.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-01T02:43:23.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-01T02:43:23.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements [2021-02-01T02:43:23.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-01T02:43:23.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements [2021-02-01T02:43:23.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-01T02:43:23.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 86.7% of statements [2021-02-01T02:43:23.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-01T02:43:23.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.110s coverage: 97.5% of statements [2021-02-01T02:43:23.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-01T02:43:23.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.067s coverage: 78.3% of statements [2021-02-01T02:43:23.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-01T02:43:23.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-01T02:43:23.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-01T02:43:23.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-01T02:43:26.451Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.431s coverage: 92.8% of statements [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-01T02:43:26.451Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-01T02:43:26.451Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-01T02:43:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-01T02:43:26.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.030s coverage: 45.5% of statements [2021-02-01T02:43:26.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements [2021-02-01T02:43:26.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements [2021-02-01T02:43:26.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements [2021-02-01T02:43:26.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.029s coverage: 87.5% of statements [2021-02-01T02:43:38.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.045s coverage: 94.4% of statements [2021-02-01T02:43:38.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.025s coverage: 44.8% of statements [2021-02-01T02:43:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-01T02:43:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-01T02:43:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-01T02:43:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-01T02:43:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-01T02:43:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-01T02:43:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-01T02:43:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-01T02:43:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-01T02:43:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-01T02:43:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-02-01T02:43:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-01T02:43:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-01T02:43:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-01T02:43:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.289s coverage: 68.9% of statements [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-01T02:43:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 37.0% of statements [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-01T02:43:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.308s coverage: 84.0% of statements [2021-02-01T02:43:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements [2021-02-01T02:43:51.160Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 47.1% of statements [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-01T02:43:51.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-01T02:43:51.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-01T02:43:51.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-01T02:43:51.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.685s coverage: 29.1% of statements [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-01T02:43:51.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-01T02:43:51.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-01T02:43:51.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.053s coverage: 100.0% of statements [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-01T02:43:51.161Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-01T02:43:51.161Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-01T02:43:51.161Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-01T02:43:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-01T02:43:51.161Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-02-01T02:43:51.161Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-01T02:43:51.161Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-01T02:43:51.161Z] GO111MODULE=on go vet ./... [2021-02-01T02:44:08.408Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24263 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws [2021-02-01T02:44:08.461Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2021-02-01T02:44:13.577Z] using credential edgex-jenkins-ssh [2021-02-01T02:44:13.644Z] Cloning the remote Git repository [2021-02-01T02:44:13.700Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-01T02:44:13.805Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-02-01T02:44:13.882Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T02:44:13.882Z] > git --version # timeout=10 [2021-02-01T02:44:13.897Z] > git --version # 'git version 2.17.1' [2021-02-01T02:44:13.899Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T02:44:13.975Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T02:44:17.964Z] gofmt -l . [2021-02-01T02:44:17.964Z] [ "`gofmt -l .`" = "" ] [2021-02-01T02:44:17.964Z] ./bin/test-go-mod-tidy.sh [2021-02-01T02:44:17.964Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-01T02:44:18.276Z] + ls -al . [2021-02-01T02:44:18.276Z] total 680 [2021-02-01T02:44:18.276Z] drwxrwxr-x 10 1001 1001 4096 Feb 1 02:44 . [2021-02-01T02:44:18.276Z] drwxr-xr-x 4 root root 30 Feb 1 02:42 .. [2021-02-01T02:44:18.276Z] -rw-rw-r-- 1 1001 1001 11 Feb 1 02:40 .dockerignore [2021-02-01T02:44:18.276Z] drwxrwxr-x 8 1001 1001 179 Feb 1 02:40 .git [2021-02-01T02:44:18.276Z] drwxrwxr-x 3 1001 1001 125 Feb 1 02:40 .github [2021-02-01T02:44:18.276Z] -rw-rw-r-- 1 1001 1001 872 Feb 1 02:40 .gitignore [2021-02-01T02:44:18.276Z] drwx------ 3 1001 1001 60 Feb 1 02:41 .semver [2021-02-01T02:44:18.276Z] -rw-rw-r-- 1 1001 1001 166 Feb 1 02:40 .sonarcloud.properties [2021-02-01T02:44:18.276Z] -rw-rw-r-- 1 1001 1001 7859 Feb 1 02:40 Attribution.txt [2021-02-01T02:44:18.276Z] -rw-rw-r-- 1 1001 1001 3804 Feb 1 02:40 CONTRIBUTING.md [2021-02-01T02:44:18.276Z] -rw-rw-r-- 1 1001 1001 931 Feb 1 02:40 Dockerfile.build [2021-02-01T02:44:18.276Z] -rw-rw-r-- 1 1001 1001 863 Feb 1 02:40 Jenkinsfile [2021-02-01T02:44:18.276Z] -rw-rw-r-- 1 1001 1001 10775 Feb 1 02:40 LICENSE [2021-02-01T02:44:18.276Z] -rw-rw-r-- 1 1001 1001 6001 Feb 1 02:40 Makefile [2021-02-01T02:44:18.276Z] -rw-rw-r-- 1 1001 1001 6524 Feb 1 02:40 README.md [2021-02-01T02:44:18.276Z] -rw-rw-r-- 1 1001 1001 6755 Feb 1 02:40 SECURITY.md [2021-02-01T02:44:18.276Z] -rw-rw-r-- 1 1001 1001 5 Feb 1 02:41 VERSION [2021-02-01T02:44:18.276Z] -rw-rw-r-- 1 1001 1001 4131 Feb 1 02:40 ZMQWindows.md [2021-02-01T02:44:18.276Z] drwxrwxr-x 2 1001 1001 117 Feb 1 02:40 bin [2021-02-01T02:44:18.276Z] drwxrwxr-x 15 1001 1001 4096 Feb 1 02:40 cmd [2021-02-01T02:44:18.276Z] -rw-r--r-- 1 root root 574984 Feb 1 02:43 coverage.out [2021-02-01T02:44:18.276Z] -rw-r--r-- 1 root root 1054 Feb 1 02:44 go.mod [2021-02-01T02:44:18.276Z] -rw-r--r-- 1 root root 19399 Feb 1 02:44 go.sum [2021-02-01T02:44:18.276Z] drwxrwxr-x 8 1001 1001 127 Feb 1 02:40 internal [2021-02-01T02:44:18.276Z] drwxrwxr-x 4 1001 1001 26 Feb 1 02:40 openapi [2021-02-01T02:44:18.276Z] drwxrwxr-x 4 1001 1001 71 Feb 1 02:40 snap [2021-02-01T02:44:18.276Z] -rw-rw-r-- 1 1001 1001 168 Feb 1 02:40 version.go [Pipeline] sh [2021-02-01T02:44:18.578Z] + '[' -e coverage.out ] [2021-02-01T02:44:18.578Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-01T02:44:18.823Z] Stashed 1 file(s) [Pipeline] sh [2021-02-01T02:44:19.116Z] + make build [2021-02-01T02:44:19.116Z] 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-02-01T02:44:22.432Z] 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-02-01T02:44:29.945Z] 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-02-01T02:44:31.341Z] 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-02-01T02:44:32.749Z] 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-02-01T02:44:32.362Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T02:44:32.379Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T02:44:32.416Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T02:44:32.450Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T02:44:32.451Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T02:44:32.463Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T02:44:33.131Z] Merging remotes/origin/master commit 52b41697029d46b9dd6fcb3599083165743908cd into PR head commit 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:44:33.329Z] 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-02-01T02:44:33.552Z] Merge succeeded, producing 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:44:33.553Z] Checking out Revision 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 (PR-3075) [2021-02-01T02:44:34.720Z] 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-02-01T02:44:33.151Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T02:44:33.166Z] > git checkout -f 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 # timeout=10 [2021-02-01T02:44:33.476Z] > git remote # timeout=10 [2021-02-01T02:44:33.494Z] > git config --get remote.origin.url # timeout=10 [2021-02-01T02:44:33.508Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T02:44:33.519Z] > git merge 52b41697029d46b9dd6fcb3599083165743908cd # timeout=10 [2021-02-01T02:44:33.541Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-01T02:44:33.561Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T02:44:33.579Z] > git checkout -f 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 # timeout=10 [2021-02-01T02:44:36.116Z] 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-02-01T02:44:37.063Z] 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-02-01T02:44:37.917Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-02-01T02:44:38.456Z] 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 [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T02:44:39.040Z] 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-02-01T02:44:39.455Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-01T02:44:39.862Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T02:44:40.203Z] + true [2021-02-01T02:44:40.203Z] + sudo service docker restart [2021-02-01T02:44:40.443Z] 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-02-01T02:44:41.391Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T02:44:42.257Z] provisioning config files... [2021-02-01T02:44:42.340Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config6361946870529749194tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:44:42.752Z] ---> docker-login.sh [2021-02-01T02:44:42.752Z] nexus3.edgexfoundry.org:10001 [Pipeline] } [2021-02-01T02:44:43.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T02:44:43.355Z] $ docker stop --time=1 e5afd9919b4d46c497020fe8a132a7c24a8a24647e24b259582899766f0d1b6e [2021-02-01T02:44:43.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:44:43.965Z] Configure a credential helper to remove this warning. See [2021-02-01T02:44:43.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:44:43.965Z] [2021-02-01T02:44:43.965Z] Login Succeeded [2021-02-01T02:44:43.965Z] nexus3.edgexfoundry.org:10002 [2021-02-01T02:44:44.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T02:44:44.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:44:44.519Z] Configure a credential helper to remove this warning. See [2021-02-01T02:44:44.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:44:44.519Z] [2021-02-01T02:44:44.519Z] Login Succeeded [2021-02-01T02:44:44.519Z] nexus3.edgexfoundry.org:10003 [2021-02-01T02:44:44.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T02:44:45.038Z] $ docker rm -f e5afd9919b4d46c497020fe8a132a7c24a8a24647e24b259582899766f0d1b6e [2021-02-01T02:44:45.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:44:45.076Z] Configure a credential helper to remove this warning. See [2021-02-01T02:44:45.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:44:45.076Z] [2021-02-01T02:44:45.076Z] Login Succeeded [2021-02-01T02:44:45.076Z] nexus3.edgexfoundry.org:10004 [2021-02-01T02:44:45.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] } [2021-02-01T02:44:45.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:44:45.635Z] Configure a credential helper to remove this warning. See [2021-02-01T02:44:45.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:44:45.635Z] [2021-02-01T02:44:45.635Z] Login Succeeded [2021-02-01T02:44:45.635Z] docker.io [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-01T02:44:45.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:44:46.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:44:46.509Z] Configure a credential helper to remove this warning. See [2021-02-01T02:44:46.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:44:46.509Z] [2021-02-01T02:44:46.509Z] Login Succeeded [2021-02-01T02:44:46.509Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T02:44:46.597Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-01T02:44:46.808Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T02:44:46.808Z] [2021-02-01T02:44:46.808Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-02-01T02:44:47.055Z] ========================================================= [2021-02-01T02:44:47.055Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-01T02:44:47.055Z] ========================================================= [2021-02-01T02:44:47.161Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T02:44:47.161Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-01T02:44:47.161Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-01T02:44:47.161Z] ca9280d653b3: Pulling fs layer [2021-02-01T02:44:47.161Z] 7e9c9ca2126c: Pulling fs layer [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:44:47.462Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-01T02:44:47.462Z] cbdbe7a5bc2a: Download complete [2021-02-01T02:44:47.483Z] + 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-02-01T02:44:47.800Z] cbdbe7a5bc2a: Pull complete [2021-02-01T02:44:48.128Z] ca9280d653b3: Verifying Checksum [2021-02-01T02:44:48.128Z] ca9280d653b3: Download complete [2021-02-01T02:44:48.790Z] 7e9c9ca2126c: Verifying Checksum [2021-02-01T02:44:48.790Z] 7e9c9ca2126c: Download complete [2021-02-01T02:44:49.067Z] ca9280d653b3: Pull complete [2021-02-01T02:44:50.166Z] Sending build context to Docker daemon 166MB [2021-02-01T02:44:50.166Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-01T02:44:50.166Z] Step 2/6 : FROM ${BASE} [2021-02-01T02:44:50.166Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-01T02:44:50.166Z] 5f621e34cdf4: Pulling fs layer [2021-02-01T02:44:50.166Z] a4357932f1b6: Pulling fs layer [2021-02-01T02:44:50.166Z] 18c013af1878: Pulling fs layer [2021-02-01T02:44:50.166Z] 00ac8860ef70: Pulling fs layer [2021-02-01T02:44:50.166Z] 63d7cb157983: Pulling fs layer [2021-02-01T02:44:50.166Z] b116817d02f9: Pulling fs layer [2021-02-01T02:44:50.166Z] 745a02a5169b: Pulling fs layer [2021-02-01T02:44:50.166Z] 00ac8860ef70: Waiting [2021-02-01T02:44:50.166Z] 63d7cb157983: Waiting [2021-02-01T02:44:50.166Z] b116817d02f9: Waiting [2021-02-01T02:44:50.166Z] 745a02a5169b: Waiting [2021-02-01T02:44:50.166Z] 18c013af1878: Verifying Checksum [2021-02-01T02:44:50.166Z] 18c013af1878: Download complete [2021-02-01T02:44:50.166Z] a4357932f1b6: Verifying Checksum [2021-02-01T02:44:50.166Z] a4357932f1b6: Download complete [2021-02-01T02:44:50.166Z] 63d7cb157983: Verifying Checksum [2021-02-01T02:44:50.166Z] 63d7cb157983: Download complete [2021-02-01T02:44:50.166Z] b116817d02f9: Verifying Checksum [2021-02-01T02:44:50.166Z] b116817d02f9: Download complete [2021-02-01T02:44:50.166Z] 5f621e34cdf4: Verifying Checksum [2021-02-01T02:44:50.166Z] 5f621e34cdf4: Download complete [2021-02-01T02:44:50.780Z] 5f621e34cdf4: Pull complete [2021-02-01T02:44:51.383Z] a4357932f1b6: Pull complete [2021-02-01T02:44:51.660Z] 18c013af1878: Pull complete [2021-02-01T02:44:52.263Z] 745a02a5169b: Verifying Checksum [2021-02-01T02:44:52.263Z] 745a02a5169b: Download complete [2021-02-01T02:44:53.705Z] 00ac8860ef70: Verifying Checksum [2021-02-01T02:44:53.705Z] 00ac8860ef70: Download complete [2021-02-01T02:44:55.722Z] 7e9c9ca2126c: Pull complete [2021-02-01T02:44:55.722Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-01T02:44:55.722Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T02:44:55.722Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-01T02:44:55.856Z] prd-centos7-docker-4c-2g-24256 does not seem to be running inside a container [2021-02-01T02:44:55.907Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-01T02:44:58.470Z] $ docker top ec71c9cf2853a347015f7cd016b6773c23129b7481abdd755bf37a842ad5909c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T02:44:59.293Z] + docker-compose build --help [2021-02-01T02:44:59.293Z] + grep parallel [2021-02-01T02:45:00.251Z] --parallel Build images in parallel. [Pipeline] } [2021-02-01T02:45:00.268Z] $ docker stop --time=1 ec71c9cf2853a347015f7cd016b6773c23129b7481abdd755bf37a842ad5909c [2021-02-01T02:45:01.743Z] $ docker rm -f ec71c9cf2853a347015f7cd016b6773c23129b7481abdd755bf37a842ad5909c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:45:02.485Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T02:45:02.485Z] . [Pipeline] withDockerContainer [2021-02-01T02:45:02.613Z] prd-centos7-docker-4c-2g-24256 does not seem to be running inside a container [2021-02-01T02:45:02.690Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-01T02:45:03.414Z] $ docker top f9ef0018828f725769409a4ed5cf9fc321dfb9cdb478253e555c38dc295e12af -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T02:45:03.902Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-01T02:45:03.927Z] 00ac8860ef70: Pull complete [2021-02-01T02:45:03.927Z] 63d7cb157983: Pull complete [2021-02-01T02:45:03.927Z] b116817d02f9: Pull complete [2021-02-01T02:45:04.860Z] Building docker-core-command-go ... [2021-02-01T02:45:04.860Z] Building docker-core-data-go ... [2021-02-01T02:45:04.860Z] Building docker-core-metadata-go ... [2021-02-01T02:45:04.860Z] Building docker-security-bootstrapper-go ... [2021-02-01T02:45:04.860Z] Building docker-security-proxy-setup-go ... [2021-02-01T02:45:04.860Z] Building docker-security-secretstore-setup-go ... [2021-02-01T02:45:04.860Z] Building docker-support-notifications-go ... [2021-02-01T02:45:04.860Z] Building docker-support-scheduler-go ... [2021-02-01T02:45:04.860Z] Building docker-sys-mgmt-agent-go ... [2021-02-01T02:45:04.860Z] Building docker-sys-mgmt-agent-go [2021-02-01T02:45:04.860Z] Building docker-security-proxy-setup-go [2021-02-01T02:45:04.860Z] Building docker-core-command-go [2021-02-01T02:45:04.860Z] Building docker-security-secretstore-setup-go [2021-02-01T02:45:04.860Z] Building docker-core-data-go [2021-02-01T02:45:06.551Z] 745a02a5169b: Pull complete [2021-02-01T02:45:06.823Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-01T02:45:06.823Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-01T02:45:06.823Z] ---> b7e6874047d6 [2021-02-01T02:45:06.823Z] 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-02-01T02:45:10.217Z] ---> Running in 03caf05f56d7 [2021-02-01T02:45:11.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:45:12.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:45:13.745Z] (1/12) Installing libmagic (5.38-r0) [2021-02-01T02:45:14.016Z] (2/12) Installing file (5.38-r0) [2021-02-01T02:45:14.288Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-01T02:45:14.288Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-01T02:45:37.064Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:45:37.064Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:45:37.064Z] ---> 3aff3852c8a1 [2021-02-01T02:45:37.064Z] Step 3/24 : WORKDIR /edgex-go [2021-02-01T02:45:37.064Z] ---> Running in 69d54e094f71 [2021-02-01T02:45:37.064Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:45:37.064Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:45:37.064Z] ---> 3aff3852c8a1 [2021-02-01T02:45:37.064Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T02:45:37.064Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:45:37.064Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:45:37.064Z] ---> 3aff3852c8a1 [2021-02-01T02:45:37.064Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T02:45:37.064Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:45:37.064Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:45:37.064Z] ---> 3aff3852c8a1 [2021-02-01T02:45:37.064Z] Step 3/26 : WORKDIR /edgex-go [2021-02-01T02:45:37.064Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:45:37.064Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:45:37.064Z] ---> 3aff3852c8a1 [2021-02-01T02:45:37.064Z] Step 3/21 : WORKDIR /edgex-go [2021-02-01T02:45:37.064Z] ---> Running in fc72d10a59fc [2021-02-01T02:45:37.064Z] ---> Running in 899d9ae3567c [2021-02-01T02:45:37.064Z] ---> Running in 1735df9f924b [2021-02-01T02:45:37.064Z] ---> Running in ad7d5faad456 [2021-02-01T02:45:37.064Z] Removing intermediate container 69d54e094f71 [2021-02-01T02:45:37.064Z] ---> cdd49af1a5a8 [2021-02-01T02:45:37.064Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:45:37.064Z] Removing intermediate container fc72d10a59fc [2021-02-01T02:45:37.064Z] ---> 2dc8ed245b16 [2021-02-01T02:45:37.064Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:45:37.064Z] Removing intermediate container ad7d5faad456 [2021-02-01T02:45:37.064Z] ---> 63d06dbfbf8f [2021-02-01T02:45:37.064Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:45:37.064Z] Removing intermediate container 899d9ae3567c [2021-02-01T02:45:37.064Z] ---> 91ba7e007d3b [2021-02-01T02:45:37.064Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:45:37.064Z] Removing intermediate container 1735df9f924b [2021-02-01T02:45:37.064Z] ---> 85ef0c3d2ec8 [2021-02-01T02:45:37.064Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:45:37.064Z] ---> Running in bb0eafb14c94 [2021-02-01T02:45:37.064Z] ---> Running in 7910829b6716 [2021-02-01T02:45:37.064Z] ---> Running in ca074ae27d8f [2021-02-01T02:45:37.064Z] ---> Running in 4e0ddf76e957 [2021-02-01T02:45:37.064Z] ---> Running in 79062081a950 [2021-02-01T02:45:38.475Z] Removing intermediate container 7910829b6716 [2021-02-01T02:45:38.475Z] ---> a10c0bdae018 [2021-02-01T02:45:38.475Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-01T02:45:38.737Z] Removing intermediate container bb0eafb14c94 [2021-02-01T02:45:38.737Z] ---> d3a7ca987548 [2021-02-01T02:45:38.737Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-01T02:45:38.737Z] ---> Running in 83e08b393d23 [2021-02-01T02:45:38.737Z] Removing intermediate container ca074ae27d8f [2021-02-01T02:45:38.737Z] ---> 80b3896acd1e [2021-02-01T02:45:38.737Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-01T02:45:39.000Z] ---> Running in 1a1f5f3617f1 [2021-02-01T02:45:39.264Z] ---> Running in d1a42db7d926 [2021-02-01T02:45:39.264Z] Removing intermediate container 4e0ddf76e957 [2021-02-01T02:45:39.264Z] ---> 214effb9b677 [2021-02-01T02:45:39.264Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T02:45:39.552Z] Removing intermediate container 79062081a950 [2021-02-01T02:45:39.552Z] ---> a786a8f82376 [2021-02-01T02:45:39.552Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-01T02:45:39.552Z] ---> Running in b86f8316ecd1 [2021-02-01T02:45:39.552Z] ---> Running in 11c693787db2 [2021-02-01T02:45:39.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:45:39.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:45:40.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:45:40.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:45:40.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:45:40.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:45:40.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:45:40.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:45:41.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:45:41.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:45:41.159Z] OK: 233 MiB in 51 packages [2021-02-01T02:45:41.159Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-01T02:45:41.160Z] (6/12) Installing patch (2.7.6-r6) [2021-02-01T02:45:41.160Z] (7/12) Installing build-base (0.5-r2) [2021-02-01T02:45:41.160Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-01T02:45:41.160Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-01T02:45:41.160Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-01T02:45:41.160Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-01T02:45:41.160Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-01T02:45:41.160Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:45:41.160Z] OK: 217 MiB in 51 packages [2021-02-01T02:45:41.752Z] Removing intermediate container 83e08b393d23 [2021-02-01T02:45:41.752Z] ---> 2000e6fa46fd [2021-02-01T02:45:41.752Z] Step 6/23 : COPY go.mod . [2021-02-01T02:45:41.752Z] OK: 233 MiB in 51 packages [2021-02-01T02:45:41.752Z] OK: 233 MiB in 51 packages [2021-02-01T02:45:42.051Z] OK: 233 MiB in 51 packages [2021-02-01T02:45:42.051Z] OK: 233 MiB in 51 packages [2021-02-01T02:45:42.051Z] ---> 831a6e9994ed [2021-02-01T02:45:42.051Z] Step 7/23 : RUN go mod download [2021-02-01T02:45:42.051Z] ---> Running in ff893995609a [2021-02-01T02:45:42.140Z] Removing intermediate container 03caf05f56d7 [2021-02-01T02:45:42.140Z] ---> af5ede2c4ee4 [2021-02-01T02:45:42.140Z] Step 4/6 : WORKDIR /edgex-go [2021-02-01T02:45:42.140Z] ---> Running in b562e45c7fe4 [2021-02-01T02:45:42.427Z] Removing intermediate container b562e45c7fe4 [2021-02-01T02:45:42.427Z] ---> d116771433fb [2021-02-01T02:45:42.427Z] Step 5/6 : COPY go.mod . [2021-02-01T02:45:42.665Z] Removing intermediate container 1a1f5f3617f1 [2021-02-01T02:45:42.665Z] ---> 1f94e1298585 [2021-02-01T02:45:42.665Z] Step 6/24 : COPY go.mod . [2021-02-01T02:45:42.929Z] Removing intermediate container d1a42db7d926 [2021-02-01T02:45:42.929Z] ---> 1a3545a614bc [2021-02-01T02:45:42.929Z] Step 6/21 : COPY go.mod . [2021-02-01T02:45:42.929Z] ---> 56d7f9d04ca4 [2021-02-01T02:45:42.929Z] Step 7/24 : RUN go mod download [2021-02-01T02:45:43.031Z] ---> 1814eee85114 [2021-02-01T02:45:43.031Z] Step 6/6 : RUN go mod download [2021-02-01T02:45:43.192Z] Removing intermediate container b86f8316ecd1 [2021-02-01T02:45:43.192Z] ---> fe51f3705125 [2021-02-01T02:45:43.192Z] Step 6/23 : COPY go.mod . [2021-02-01T02:45:43.192Z] ---> Running in 99fbedf3a5de [2021-02-01T02:45:43.192Z] Removing intermediate container 11c693787db2 [2021-02-01T02:45:43.192Z] ---> beaec3eef684 [2021-02-01T02:45:43.192Z] Step 6/26 : COPY go.mod . [2021-02-01T02:45:43.308Z] ---> Running in c73a983c88d2 [2021-02-01T02:45:43.470Z] ---> 9ee64a46e890 [2021-02-01T02:45:43.470Z] Step 7/21 : RUN go mod download [2021-02-01T02:45:43.470Z] ---> Running in 39fa7af5c4a2 [2021-02-01T02:45:43.735Z] ---> 32743ded38ce [2021-02-01T02:45:43.735Z] Step 7/23 : RUN go mod download [2021-02-01T02:45:43.735Z] ---> 2da7842c09ac [2021-02-01T02:45:43.735Z] Step 7/26 : RUN go mod download [2021-02-01T02:45:43.735Z] ---> Running in 31f8d2899f6c [2021-02-01T02:45:43.998Z] ---> Running in 64ab0eba0cf2 [2021-02-01T02:45:44.969Z] Removing intermediate container ff893995609a [2021-02-01T02:45:44.969Z] ---> 4cbe28f4c914 [2021-02-01T02:45:44.969Z] Step 8/23 : COPY . . [2021-02-01T02:45:44.969Z] Removing intermediate container 99fbedf3a5de [2021-02-01T02:45:44.969Z] ---> 05d560a07d8e [2021-02-01T02:45:44.969Z] Step 8/24 : COPY . . [2021-02-01T02:45:46.925Z] Removing intermediate container 39fa7af5c4a2 [2021-02-01T02:45:46.925Z] ---> 1d193be7e53c [2021-02-01T02:45:46.925Z] Step 8/21 : COPY . . [2021-02-01T02:45:59.249Z] Removing intermediate container 31f8d2899f6c [2021-02-01T02:45:59.249Z] ---> 1b7825027a68 [2021-02-01T02:45:59.249Z] Step 8/23 : COPY . . [2021-02-01T02:46:01.204Z] Removing intermediate container 64ab0eba0cf2 [2021-02-01T02:46:01.204Z] ---> 3041c77e0a68 [2021-02-01T02:46:01.204Z] Step 8/26 : COPY . . [2021-02-01T02:46:10.132Z] Removing intermediate container c73a983c88d2 [2021-02-01T02:46:10.132Z] ---> e30029d1e19c [2021-02-01T02:46:10.132Z] Successfully built e30029d1e19c [2021-02-01T02:46:10.132Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:46:10.476Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T02:46:10.476Z] . [Pipeline] withDockerContainer [2021-02-01T02:46:10.709Z] prd-ubuntu18.04-docker-arm64-4c-16g-24263 does not seem to be running inside a container [2021-02-01T02:46:10.797Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-01T02:46:12.251Z] $ docker top ee026d95978771723b5d4aa4591f5e3f43cd60d7fafc5050143bb88f5b9bb569 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T02:46:13.234Z] + go version [2021-02-01T02:46:13.234Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-01T02:46:13.263Z] $ docker stop --time=1 ee026d95978771723b5d4aa4591f5e3f43cd60d7fafc5050143bb88f5b9bb569 [2021-02-01T02:46:15.188Z] $ docker rm -f ee026d95978771723b5d4aa4591f5e3f43cd60d7fafc5050143bb88f5b9bb569 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:46:16.281Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T02:46:16.281Z] . [Pipeline] withDockerContainer [2021-02-01T02:46:16.518Z] prd-ubuntu18.04-docker-arm64-4c-16g-24263 does not seem to be running inside a container [2021-02-01T02:46:16.602Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-01T02:46:18.021Z] $ docker top 112cd2f885cd1c6ef49d86b3de7929929b5327751cb664560863fc1c08e4d6da -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T02:46:18.398Z] ========================================================= [2021-02-01T02:46:18.399Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-01T02:46:18.399Z] ========================================================= [Pipeline] sh [2021-02-01T02:46:19.042Z] + make test [2021-02-01T02:46:19.042Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-01T02:46:19.644Z] ---> ea21ef4f97b9 [2021-02-01T02:46:19.644Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-01T02:46:19.644Z] ---> 9144e45a127d [2021-02-01T02:46:19.644Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-01T02:46:19.644Z] ---> 0deee1bff25a [2021-02-01T02:46:19.644Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-01T02:46:21.053Z] ---> Running in 84b84ef1a2d2 [2021-02-01T02:46:21.053Z] ---> Running in 08969c8fe326 [2021-02-01T02:46:21.053Z] ---> Running in 3dd2599bf5ba [2021-02-01T02:46:22.998Z] 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-02-01T02:46:23.584Z] 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-02-01T02:46:23.584Z] 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-02-01T02:46:26.980Z] ---> 19ae2538fc15 [2021-02-01T02:46:26.980Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-01T02:46:27.585Z] ---> Running in 98ad1ec99082 [2021-02-01T02:46:27.585Z] ---> aa65225bf491 [2021-02-01T02:46:27.585Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-01T02:46:27.859Z] ---> Running in 772a3d63670f [2021-02-01T02:46:28.448Z] 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-02-01T02:46:28.716Z] 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-02-01T02:46:41.221Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-01T02:46:50.877Z] 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-02-01T02:46:50.877Z] 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-02-01T02:46:59.451Z] Removing intermediate container 08969c8fe326 [2021-02-01T02:46:59.451Z] ---> ff2e1e28ad89 [2021-02-01T02:46:59.451Z] [2021-02-01T02:46:59.451Z] Step 10/24 : FROM alpine:3.12 [2021-02-01T02:46:59.451Z] 3.12: Pulling from library/alpine [2021-02-01T02:46:59.451Z] Removing intermediate container 84b84ef1a2d2 [2021-02-01T02:46:59.451Z] ---> ccc8ebedb30f [2021-02-01T02:46:59.451Z] [2021-02-01T02:46:59.451Z] Step 10/21 : FROM alpine:3.12 [2021-02-01T02:46:59.451Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T02:46:59.451Z] 3.12: Pulling from library/alpine [2021-02-01T02:46:59.451Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T02:46:59.451Z] Status: Image is up to date for alpine:3.12 [2021-02-01T02:46:59.451Z] ---> 389fef711851 [2021-02-01T02:46:59.451Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-01T02:46:59.451Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T02:46:59.451Z] ---> 389fef711851 [2021-02-01T02:46:59.451Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-01T02:47:02.008Z] ---> Running in dcb4c5c93519 [2021-02-01T02:47:02.008Z] ---> Running in 75885e7d6a49 [2021-02-01T02:47:03.396Z] Removing intermediate container 98ad1ec99082 [2021-02-01T02:47:03.396Z] ---> 8e3d977b898e [2021-02-01T02:47:03.396Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-01T02:47:03.396Z] Removing intermediate container 3dd2599bf5ba [2021-02-01T02:47:03.396Z] ---> 71c811f7f481 [2021-02-01T02:47:03.396Z] [2021-02-01T02:47:03.396Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T02:47:03.396Z] ---> 389fef711851 [2021-02-01T02:47:03.396Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-01T02:47:03.673Z] ---> Running in c0fad797d657 [2021-02-01T02:47:03.673Z] ---> Running in ef6b8e2dbe79 [2021-02-01T02:47:04.622Z] Removing intermediate container c0fad797d657 [2021-02-01T02:47:04.622Z] ---> 4d9e83f88440 [2021-02-01T02:47:04.622Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-01T02:47:04.622Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:47:04.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:47:05.151Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-01T02:47:05.151Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T02:47:05.151Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-01T02:47:05.151Z] (4/4) Installing curl (7.69.1-r3) [2021-02-01T02:47:05.151Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:47:05.151Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T02:47:05.413Z] OK: 7 MiB in 18 packages [2021-02-01T02:47:06.004Z] ---> Running in d832434f68ac [2021-02-01T02:47:06.271Z] Removing intermediate container 772a3d63670f [2021-02-01T02:47:06.271Z] ---> 1615a971e0c9 [2021-02-01T02:47:06.271Z] [2021-02-01T02:47:06.271Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T02:47:06.271Z] ---> 389fef711851 [2021-02-01T02:47:06.271Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T02:47:06.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:47:06.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:47:06.538Z] ---> Running in 76115da414a8 [2021-02-01T02:47:06.538Z] Removing intermediate container d832434f68ac [2021-02-01T02:47:06.538Z] ---> 5fc9b72e03cd [2021-02-01T02:47:06.538Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-01T02:47:06.538Z] 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-02-01T02:47:06.538Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-01T02:47:06.538Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T02:47:06.538Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-01T02:47:06.538Z] (4/5) Installing curl (7.69.1-r3) [2021-02-01T02:47:06.538Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-01T02:47:06.538Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:47:06.538Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T02:47:06.801Z] OK: 7 MiB in 19 packages [2021-02-01T02:47:07.380Z] ---> Running in d749478b89f4 [2021-02-01T02:47:07.649Z] Removing intermediate container dcb4c5c93519 [2021-02-01T02:47:07.649Z] ---> 65e42d88371f [2021-02-01T02:47:07.649Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T02:47:07.913Z] ---> Running in fec510670ac3 [2021-02-01T02:47:07.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:47:07.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:47:08.181Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T02:47:08.181Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:47:08.181Z] OK: 6 MiB in 15 packages [2021-02-01T02:47:08.181Z] Removing intermediate container d749478b89f4 [2021-02-01T02:47:08.181Z] ---> ea87535d0fea [2021-02-01T02:47:08.181Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:47:08.463Z] ---> Running in c9b4c8ac1871 [2021-02-01T02:47:08.463Z] Removing intermediate container fec510670ac3 [2021-02-01T02:47:08.463Z] ---> bd2289ff714a [2021-02-01T02:47:08.463Z] Step 13/21 : WORKDIR /edgex [2021-02-01T02:47:09.421Z] Removing intermediate container 75885e7d6a49 [2021-02-01T02:47:09.421Z] ---> 9b7444370b25 [2021-02-01T02:47:09.421Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T02:47:09.421Z] ---> Running in b04d96b90d27 [2021-02-01T02:47:09.421Z] Removing intermediate container ef6b8e2dbe79 [2021-02-01T02:47:09.421Z] ---> efa6627ec637 [2021-02-01T02:47:09.421Z] [2021-02-01T02:47:09.421Z] Step 11/26 : FROM docker:20.10.0 [2021-02-01T02:47:09.421Z] 20.10.0: Pulling from library/docker [2021-02-01T02:47:09.692Z] ---> Running in d77842efa519 [2021-02-01T02:47:09.692Z] Removing intermediate container 76115da414a8 [2021-02-01T02:47:09.692Z] ---> 73cb1b14db45 [2021-02-01T02:47:09.692Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:47:10.271Z] ---> Running in 0fe6baba5f1e [2021-02-01T02:47:10.271Z] Removing intermediate container b04d96b90d27 [2021-02-01T02:47:10.271Z] ---> be39d14b1857 [2021-02-01T02:47:10.271Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-01T02:47:10.271Z] Removing intermediate container d77842efa519 [2021-02-01T02:47:10.271Z] ---> 9bbf034e4f33 [2021-02-01T02:47:10.271Z] Step 13/24 : WORKDIR / [2021-02-01T02:47:10.856Z] ---> Running in 3b32d8906b36 [2021-02-01T02:47:11.124Z] Removing intermediate container 0fe6baba5f1e [2021-02-01T02:47:11.124Z] ---> 3b8e264e844e [2021-02-01T02:47:11.124Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-01T02:47:11.124Z] ---> 75dad45ccd27 [2021-02-01T02:47:11.124Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-01T02:47:11.390Z] ---> Running in 93c6062eeadf [2021-02-01T02:47:11.390Z] Removing intermediate container 3b32d8906b36 [2021-02-01T02:47:11.390Z] ---> 6494a7d0805b [2021-02-01T02:47:11.390Z] 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-02-01T02:47:12.347Z] Removing intermediate container c9b4c8ac1871 [2021-02-01T02:47:12.347Z] ---> 85ec5b43229f [2021-02-01T02:47:12.347Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-01T02:47:12.347Z] Removing intermediate container 93c6062eeadf [2021-02-01T02:47:12.347Z] ---> e93fc7896efc [2021-02-01T02:47:12.347Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T02:47:12.624Z] ---> e2918ff34e07 [2021-02-01T02:47:12.624Z] 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-02-01T02:47:12.624Z] ---> 6bde427a2c83 [2021-02-01T02:47:12.624Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-01T02:47:12.624Z] ---> Running in 15d3330b86c4 [2021-02-01T02:47:12.624Z] ---> Running in 5875a6f8db8c [2021-02-01T02:47:13.209Z] Removing intermediate container 5875a6f8db8c [2021-02-01T02:47:13.209Z] ---> 0b0e0535e4ed [2021-02-01T02:47:13.209Z] Step 15/23 : WORKDIR / [2021-02-01T02:47:13.209Z] ---> 94400bb18586 [2021-02-01T02:47:13.209Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-01T02:47:13.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:47:13.209Z] ---> Running in 45715c0966c5 [2021-02-01T02:47:13.474Z] ---> 9b6924bd29dc [2021-02-01T02:47:13.475Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-01T02:47:13.475Z] ---> Running in 77682dec67bc [2021-02-01T02:47:13.737Z] Removing intermediate container 45715c0966c5 [2021-02-01T02:47:13.737Z] ---> fabffac9b7bb [2021-02-01T02:47:13.737Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:47:13.737Z] ---> de2a3813c94e [2021-02-01T02:47:13.737Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-01T02:47:13.737Z] Removing intermediate container 77682dec67bc [2021-02-01T02:47:13.737Z] ---> 9da4518105a5 [2021-02-01T02:47:13.737Z] Step 18/21 : CMD ["--init=true"] [2021-02-01T02:47:14.002Z] ---> Running in ee0cd998269d [2021-02-01T02:47:14.002Z] ---> 4db683c9b626 [2021-02-01T02:47:14.002Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-01T02:47:14.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:47:14.846Z] Removing intermediate container ee0cd998269d [2021-02-01T02:47:14.846Z] ---> ccaded273eb4 [2021-02-01T02:47:14.846Z] Step 19/21 : LABEL arch=x86_64 [2021-02-01T02:47:15.110Z] ---> Running in 4f167e715819 [2021-02-01T02:47:15.110Z] ---> e7979d0da7dc [2021-02-01T02:47:15.110Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-01T02:47:15.375Z] ---> e13ec97712b9 [2021-02-01T02:47:15.375Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-01T02:47:15.375Z] Removing intermediate container 4f167e715819 [2021-02-01T02:47:15.375Z] ---> a16ef770b3b7 [2021-02-01T02:47:15.375Z] Step 20/21 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:47:15.638Z] ---> Running in a5a692dd68d8 [2021-02-01T02:47:15.638Z] ---> 7936b84b2c29 [2021-02-01T02:47:15.638Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-01T02:47:15.903Z] ---> Running in f5d74c592222 [2021-02-01T02:47:15.903Z] ---> 3567b65d94a0 [2021-02-01T02:47:15.903Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-01T02:47:15.903Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-01T02:47:15.903Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-01T02:47:15.903Z] ---> aefe523efa57 [2021-02-01T02:47:15.903Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-01T02:47:15.903Z] Removing intermediate container a5a692dd68d8 [2021-02-01T02:47:15.903Z] ---> 33f25a00c54c [2021-02-01T02:47:15.903Z] Step 21/21 : LABEL version=0.0.0 [2021-02-01T02:47:16.166Z] ---> Running in febf9873389d [2021-02-01T02:47:16.167Z] ---> Running in b59ee9857448 [2021-02-01T02:47:16.167Z] Removing intermediate container f5d74c592222 [2021-02-01T02:47:16.167Z] ---> 37339721d3e3 [2021-02-01T02:47:16.167Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:47:16.439Z] ---> cc65ae7671f6 [2021-02-01T02:47:16.439Z] 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-02-01T02:47:16.439Z] ---> Running in 9039eb45b320 [2021-02-01T02:47:16.439Z] Removing intermediate container febf9873389d [2021-02-01T02:47:16.439Z] ---> 9b28bcedc01d [2021-02-01T02:47:16.439Z] [2021-02-01T02:47:16.439Z] ---> Running in e9bf4ff3e293 [2021-02-01T02:47:16.701Z] Successfully built 9b28bcedc01d [2021-02-01T02:47:16.701Z] Removing intermediate container 9039eb45b320 [2021-02-01T02:47:16.701Z] ---> b5b68e75287c [2021-02-01T02:47:16.701Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T02:47:16.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:47:16.974Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-01T02:47:16.974Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-02-01T02:47:16.974Z] ---> Running in 4e4497d8117c [2021-02-01T02:47:16.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:47:17.238Z] Removing intermediate container 4e4497d8117c [2021-02-01T02:47:17.238Z] ---> a47b8abff860 [2021-02-01T02:47:17.238Z] Step 22/23 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:47:17.238Z] ---> Running in d9e63ccfa2ba [2021-02-01T02:47:17.238Z] (1/2) Installing readline (8.0.4-r0) [2021-02-01T02:47:17.238Z] (2/2) Installing bash (5.0.17-r0) [2021-02-01T02:47:17.503Z] Executing bash-5.0.17-r0.post-install [2021-02-01T02:47:17.503Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:47:17.503Z] OK: 12 MiB in 22 packages [2021-02-01T02:47:18.904Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-01T02:47:18.904Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-01T02:47:18.904Z] Removing intermediate container d9e63ccfa2ba [2021-02-01T02:47:18.904Z] ---> 1797334a8f46 [2021-02-01T02:47:18.904Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T02:47:18.904Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T02:47:19.483Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-01T02:47:21.413Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T02:47:21.413Z] Removing intermediate container e9bf4ff3e293 [2021-02-01T02:47:21.413Z] ---> 845c9c6616ae [2021-02-01T02:47:21.413Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-01T02:47:21.413Z] ---> Running in f026717d1229 [2021-02-01T02:47:21.413Z] ---> Running in 9efe93920cdf [2021-02-01T02:47:21.676Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-01T02:47:21.938Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:47:21.938Z] OK: 8 MiB in 20 packages [2021-02-01T02:47:21.938Z] Removing intermediate container f026717d1229 [2021-02-01T02:47:21.938Z] ---> bfd413df0348 [2021-02-01T02:47:21.938Z] [2021-02-01T02:47:21.938Z] Removing intermediate container 9efe93920cdf [2021-02-01T02:47:21.938Z] ---> 1639c784cea1 [2021-02-01T02:47:21.938Z] Step 22/24 : LABEL arch=x86_64 [2021-02-01T02:47:22.221Z] Removing intermediate container b59ee9857448 [2021-02-01T02:47:22.221Z] ---> 791ad12c3553 [2021-02-01T02:47:22.221Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-01T02:47:22.221Z] Successfully built bfd413df0348 [2021-02-01T02:47:22.221Z] ---> Running in eb90661f5d0c [2021-02-01T02:47:22.221Z] Successfully tagged docker-core-command-go:latest [2021-02-01T02:47:22.221Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-02-01T02:47:22.221Z] ---> Running in 4b34421176f8 [2021-02-01T02:47:22.491Z] Removing intermediate container eb90661f5d0c [2021-02-01T02:47:22.491Z] ---> 1a315ba93592 [2021-02-01T02:47:22.491Z] Step 23/24 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:47:24.418Z] Removing intermediate container 4b34421176f8 [2021-02-01T02:47:24.418Z] ---> 1e5d0910d86e [2021-02-01T02:47:24.418Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-01T02:47:25.369Z] Removing intermediate container 15d3330b86c4 [2021-02-01T02:47:25.369Z] ---> 30f2792e9c3a [2021-02-01T02:47:25.369Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:47:26.765Z] ---> Running in abf92dac0c2c [2021-02-01T02:47:26.765Z] ---> Running in 8d0558d4a3c6 [2021-02-01T02:47:30.986Z] Removing intermediate container abf92dac0c2c [2021-02-01T02:47:30.986Z] ---> 295279e86658 [2021-02-01T02:47:30.986Z] Step 24/24 : LABEL version=0.0.0 [2021-02-01T02:47:30.986Z] Removing intermediate container 8d0558d4a3c6 [2021-02-01T02:47:30.986Z] ---> ff6b60e23f1e [2021-02-01T02:47:30.986Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-01T02:47:31.936Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:47:31.936Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:47:31.936Z] ---> 3aff3852c8a1 [2021-02-01T02:47:31.936Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T02:47:31.936Z] ---> Using cache [2021-02-01T02:47:31.936Z] ---> 85ef0c3d2ec8 [2021-02-01T02:47:31.936Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:47:31.936Z] ---> Using cache [2021-02-01T02:47:31.936Z] ---> a786a8f82376 [2021-02-01T02:47:31.936Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-01T02:47:32.513Z] ---> 4a158f8c6453 [2021-02-01T02:47:32.513Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-01T02:47:32.788Z] ---> Running in d2b2fdfe41bd [2021-02-01T02:47:32.788Z] ---> Running in 771bb67ac9ab [2021-02-01T02:47:32.788Z] ---> Running in 1a40ff67868e [2021-02-01T02:47:33.367Z] Removing intermediate container d2b2fdfe41bd [2021-02-01T02:47:33.367Z] ---> e0fcc2772146 [2021-02-01T02:47:33.367Z] [2021-02-01T02:47:33.367Z] Removing intermediate container 1a40ff67868e [2021-02-01T02:47:33.367Z] ---> 98f4125d392e [2021-02-01T02:47:33.367Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-01T02:47:33.630Z] Successfully built e0fcc2772146 [2021-02-01T02:47:34.204Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-01T02:47:34.204Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-02-01T02:47:34.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:47:35.604Z] ---> 065a86d93407 [2021-02-01T02:47:35.604Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-01T02:47:35.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:47:36.465Z] ---> 56bc8d2a4288 [2021-02-01T02:47:36.465Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-01T02:47:37.792Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-01T02:47:37.792Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-01T02:47:37.859Z] OK: 233 MiB in 51 packages [2021-02-01T02:47:39.252Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:47:39.252Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:47:39.252Z] ---> 3aff3852c8a1 [2021-02-01T02:47:39.252Z] Step 3/31 : WORKDIR /edgex-go [2021-02-01T02:47:39.252Z] ---> Using cache [2021-02-01T02:47:39.252Z] ---> 85ef0c3d2ec8 [2021-02-01T02:47:39.252Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:47:40.210Z] ---> Using cache [2021-02-01T02:47:40.210Z] ---> a786a8f82376 [2021-02-01T02:47:40.210Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-01T02:47:40.210Z] ---> 8007cc12d793 [2021-02-01T02:47:40.210Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-01T02:47:40.210Z] ---> 2ebb98e6915c [2021-02-01T02:47:40.210Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-01T02:47:40.210Z] ---> Running in 0737446f3573 [2021-02-01T02:47:40.210Z] ---> Running in 1ccd2dfd2638 [2021-02-01T02:47:40.425Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-01T02:47:40.425Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-01T02:47:40.425Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-01T02:47:40.794Z] Removing intermediate container 771bb67ac9ab [2021-02-01T02:47:40.795Z] ---> b255b68fce7f [2021-02-01T02:47:40.795Z] Step 6/22 : COPY go.mod . [2021-02-01T02:47:40.795Z] Removing intermediate container 1ccd2dfd2638 [2021-02-01T02:47:40.795Z] ---> ba847721720c [2021-02-01T02:47:40.795Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:47:40.795Z] ---> b4df71fc082c [2021-02-01T02:47:40.795Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-01T02:47:40.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:47:41.057Z] ---> Running in b6226f5a1d09 [2021-02-01T02:47:41.057Z] ---> Running in 920c652e234c [2021-02-01T02:47:41.322Z] ---> ec79f2736e8e [2021-02-01T02:47:41.322Z] Step 7/22 : RUN go mod download [2021-02-01T02:47:41.322Z] Removing intermediate container b6226f5a1d09 [2021-02-01T02:47:41.322Z] ---> a1e9166e8a61 [2021-02-01T02:47:41.322Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T02:47:41.588Z] ---> Running in d6c8653275b4 [2021-02-01T02:47:41.588Z] ---> Running in 18dd83743721 [2021-02-01T02:47:41.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:47:42.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:47:42.801Z] Removing intermediate container 18dd83743721 [2021-02-01T02:47:42.801Z] ---> 11f26f2219cc [2021-02-01T02:47:42.801Z] Step 22/23 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:47:43.071Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:47:43.071Z] OK: 233 MiB in 51 packages [2021-02-01T02:47:43.071Z] ---> Running in 132acb9d45f9 [2021-02-01T02:47:43.071Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-01T02:47:43.338Z] (2/33) Installing expat (2.2.9-r1) [2021-02-01T02:47:43.338Z] (3/33) Installing libffi (3.3-r2) [2021-02-01T02:47:43.338Z] (4/33) Installing gdbm (1.13-r1) [2021-02-01T02:47:43.338Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-01T02:47:43.338Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-01T02:47:43.338Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-01T02:47:44.304Z] Removing intermediate container 132acb9d45f9 [2021-02-01T02:47:44.304Z] ---> 8dff9de1c64d [2021-02-01T02:47:44.304Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T02:47:47.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-01T02:47:47.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-01T02:47:47.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-01T02:47:47.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-01T02:47:47.196Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-01T02:47:47.196Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-01T02:47:47.632Z] ---> Running in 140e178ba31d [2021-02-01T02:47:48.579Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-01T02:47:48.579Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-01T02:47:48.579Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-01T02:47:48.579Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-01T02:47:48.579Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-01T02:47:48.579Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-01T02:47:48.579Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-01T02:47:48.842Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-01T02:47:48.842Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:47:48.842Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:47:49.792Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-01T02:47:50.053Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-01T02:47:50.053Z] ---> 3aff3852c8a1 [2021-02-01T02:47:50.053Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T02:47:50.053Z] ---> Using cache [2021-02-01T02:47:50.053Z] ---> 85ef0c3d2ec8 [2021-02-01T02:47:50.053Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:47:50.053Z] ---> Using cache [2021-02-01T02:47:50.053Z] ---> a786a8f82376 [2021-02-01T02:47:50.053Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-01T02:47:50.315Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-01T02:47:50.315Z] Removing intermediate container 0737446f3573 [2021-02-01T02:47:50.315Z] ---> 6ff0459fcb59 [2021-02-01T02:47:50.315Z] Step 6/31 : COPY go.mod . [2021-02-01T02:47:50.315Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-01T02:47:50.315Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-01T02:47:50.315Z] Removing intermediate container 140e178ba31d [2021-02-01T02:47:50.315Z] ---> 80ca1beb3f7e [2021-02-01T02:47:50.315Z] [2021-02-01T02:47:50.315Z] Removing intermediate container d6c8653275b4 [2021-02-01T02:47:50.315Z] ---> 8d7569cd12d2 [2021-02-01T02:47:50.315Z] Step 8/22 : COPY . . [2021-02-01T02:47:50.315Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-01T02:47:50.595Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-01T02:47:50.595Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-01T02:47:50.595Z] ---> Running in 9667ba29859e [2021-02-01T02:47:50.859Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-01T02:47:50.859Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-01T02:47:51.121Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-01T02:47:52.881Z] ---> 9089109c5c3e [2021-02-01T02:47:52.881Z] Step 7/31 : RUN go mod download [2021-02-01T02:47:52.881Z] Successfully built 80ca1beb3f7e [2021-02-01T02:47:52.881Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-01T02:47:52.881Z] Successfully tagged docker-core-data-go:latest [2021-02-01T02:47:52.881Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-01T02:47:52.881Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-02-01T02:47:52.881Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-01T02:47:52.881Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-01T02:47:52.881Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-01T02:47:52.881Z] ---> Running in ea63db368239 [2021-02-01T02:47:52.881Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-01T02:47:52.881Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-01T02:47:52.881Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:47:52.881Z] OK: 71 MiB in 55 packages [2021-02-01T02:47:55.759Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-01T02:47:55.759Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-01T02:47:55.759Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-01T02:47:56.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:47:57.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:47:58.119Z] OK: 233 MiB in 51 packages [2021-02-01T02:48:01.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.353s coverage: 46.0% of statements [2021-02-01T02:48:01.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-01T02:48:01.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-01T02:48:01.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-01T02:48:01.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-01T02:48:01.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-01T02:48:01.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-01T02:48:01.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-01T02:48:01.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.148s coverage: 100.0% of statements [2021-02-01T02:48:03.440Z] Removing intermediate container ea63db368239 [2021-02-01T02:48:03.440Z] ---> b147a3b63da0 [2021-02-01T02:48:03.440Z] Step 8/31 : COPY . . [2021-02-01T02:48:03.440Z] Removing intermediate container 9667ba29859e [2021-02-01T02:48:03.440Z] ---> 943406b48b27 [2021-02-01T02:48:03.440Z] Step 6/22 : COPY go.mod . [2021-02-01T02:48:07.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.620s coverage: 27.1% of statements [2021-02-01T02:48:07.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-01T02:48:07.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-01T02:48:07.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-01T02:48:07.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-01T02:48:07.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-01T02:48:07.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-01T02:48:07.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements [2021-02-01T02:48:07.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-01T02:48:07.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.082s coverage: 100.0% of statements [2021-02-01T02:48:07.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-01T02:48:07.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-01T02:48:08.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.273s coverage: 65.8% of statements [2021-02-01T02:48:08.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-01T02:48:08.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-01T02:48:10.953Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.771s coverage: 82.3% of statements [2021-02-01T02:48:10.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-01T02:48:10.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T02:48:10.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-01T02:48:10.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-01T02:48:13.800Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:48:13.800Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:48:13.800Z] ---> 3aff3852c8a1 [2021-02-01T02:48:13.800Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T02:48:14.474Z] ---> Using cache [2021-02-01T02:48:14.474Z] ---> 85ef0c3d2ec8 [2021-02-01T02:48:14.474Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:48:14.474Z] ---> Using cache [2021-02-01T02:48:14.474Z] ---> a786a8f82376 [2021-02-01T02:48:14.474Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T02:48:14.474Z] ---> Using cache [2021-02-01T02:48:14.474Z] ---> 6ff0459fcb59 [2021-02-01T02:48:14.474Z] Step 6/23 : COPY go.mod . [2021-02-01T02:48:14.474Z] ---> Using cache [2021-02-01T02:48:14.474Z] ---> 9089109c5c3e [2021-02-01T02:48:14.474Z] Step 7/23 : RUN go mod download [2021-02-01T02:48:14.474Z] ---> Using cache [2021-02-01T02:48:14.474Z] ---> b147a3b63da0 [2021-02-01T02:48:14.474Z] Step 8/23 : COPY . . [2021-02-01T02:48:14.474Z] ---> 2ffca9c2c410 [2021-02-01T02:48:14.474Z] Step 7/22 : RUN go mod download [2021-02-01T02:48:19.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.175s coverage: 28.6% of statements [2021-02-01T02:48:19.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-01T02:48:19.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-01T02:48:19.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-01T02:48:19.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-01T02:48:19.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-01T02:48:19.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.264s coverage: 100.0% of statements [2021-02-01T02:48:19.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-01T02:48:19.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements [2021-02-01T02:48:19.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-01T02:48:19.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.319s coverage: 86.7% of statements [2021-02-01T02:48:19.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-01T02:48:19.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.320s coverage: 97.5% of statements [2021-02-01T02:48:19.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-01T02:48:19.866Z] ---> Running in 3a72754d5ca5 [2021-02-01T02:48:19.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements [2021-02-01T02:48:19.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-01T02:48:19.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-01T02:48:19.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-01T02:48:19.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-01T02:48:21.794Z] ---> c5d96d3eae02 [2021-02-01T02:48:21.794Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-01T02:48:27.112Z] ---> Running in fb3ef7760922 [2021-02-01T02:48:30.089Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.310s coverage: 92.8% of statements [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-01T02:48:30.089Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.081s coverage: 58.8% of statements [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-01T02:48:30.089Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.187s coverage: 0.1% of statements [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-01T02:48:30.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-01T02:48:30.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.080s coverage: 45.5% of statements [2021-02-01T02:48:30.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.132s coverage: 79.5% of statements [2021-02-01T02:48:30.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements [2021-02-01T02:48:30.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements [2021-02-01T02:48:30.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements [2021-02-01T02:48:32.460Z] 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-02-01T02:48:35.037Z] ---> f0df42848ca6 [2021-02-01T02:48:35.037Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-01T02:48:35.634Z] Removing intermediate container 920c652e234c [2021-02-01T02:48:35.634Z] ---> 4650e08b815c [2021-02-01T02:48:35.634Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-01T02:48:35.634Z] Removing intermediate container 3a72754d5ca5 [2021-02-01T02:48:35.634Z] ---> bbcb8edc831e [2021-02-01T02:48:35.634Z] Step 8/22 : COPY . . [2021-02-01T02:48:40.962Z] ---> Running in 35abb033bfde [2021-02-01T02:48:42.373Z] ---> Running in 2a114ccfbcc7 [2021-02-01T02:48:42.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.095s coverage: 94.4% of statements [2021-02-01T02:48:42.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.066s coverage: 44.8% of statements [2021-02-01T02:48:44.983Z] ---> 5023bc778184 [2021-02-01T02:48:44.984Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-01T02:48:46.401Z] ---> Running in 41b916b70b70 [2021-02-01T02:48:46.401Z] 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-02-01T02:48:48.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-01T02:48:51.706Z] Collecting docker-compose==1.23.2 [2021-02-01T02:48:51.706Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-01T02:48:53.120Z] 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-02-01T02:48:53.719Z] Collecting PyYAML<4,>=3.10 [2021-02-01T02:48:53.719Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-01T02:48:57.110Z] Collecting docopt<0.7,>=0.6.1 [2021-02-01T02:48:57.110Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-01T02:48:57.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.141s coverage: 92.9% of statements [2021-02-01T02:48:57.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-01T02:48:57.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-01T02:48:57.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-01T02:48:57.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-01T02:48:57.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.093s coverage: 87.2% of statements [2021-02-01T02:48:57.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-01T02:48:57.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-01T02:48:57.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-02-01T02:48:57.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-01T02:48:57.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-02-01T02:48:57.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-01T02:48:57.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-02-01T02:48:57.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.147s coverage: 87.2% of statements [2021-02-01T02:48:57.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.2% of statements [2021-02-01T02:48:57.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.4% of statements [2021-02-01T02:48:57.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-01T02:48:57.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.580s coverage: 63.5% of statements [2021-02-01T02:48:57.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-01T02:48:57.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-01T02:48:57.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2021-02-01T02:48:57.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements [2021-02-01T02:48:57.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-02-01T02:48:57.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-02-01T02:48:57.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-02-01T02:48:57.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.788s coverage: 68.9% of statements [2021-02-01T02:48:57.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-01T02:48:57.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-01T02:48:57.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-01T02:48:57.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-01T02:48:57.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-01T02:48:58.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.442s coverage: 37.0% of statements [2021-02-01T02:48:58.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-01T02:48:58.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-01T02:48:58.520Z] Collecting texttable<0.10,>=0.9.0 [2021-02-01T02:48:58.520Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-01T02:48:58.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.633s coverage: 84.0% of statements [2021-02-01T02:48:59.491Z] Collecting jsonschema<3,>=2.5.1 [2021-02-01T02:48:59.491Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-01T02:48:59.764Z] ---> 57093fd59de8 [2021-02-01T02:48:59.764Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-01T02:48:59.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.083s coverage: 100.0% of statements [2021-02-01T02:49:00.031Z] ---> Running in 3c2f21f08f66 [2021-02-01T02:49:00.031Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-01T02:49:00.031Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-01T02:49:00.307Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-01T02:49:00.308Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-01T02:49:00.921Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-01T02:49:01.193Z] 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-02-01T02:49:01.789Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-01T02:49:02.370Z] Collecting cached-property<2,>=1.2.0 [2021-02-01T02:49:02.370Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-01T02:49:02.370Z] Collecting docker<4.0,>=3.6.0 [2021-02-01T02:49:02.370Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-01T02:49:02.638Z] 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-02-01T02:49:02.638Z] Collecting idna<2.8,>=2.5 [2021-02-01T02:49:02.638Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-01T02:49:03.602Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-01T02:49:03.602Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-01T02:49:03.602Z] 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-02-01T02:49:03.602Z] Collecting docker-pycreds>=0.4.0 [2021-02-01T02:49:03.602Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-01T02:49:03.602Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-01T02:49:03.602Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-01T02:49:03.602Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-01T02:49:03.602Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-01T02:49:03.867Z] Installing collected packages: PyYAML, docopt, texttable, jsonschema, idna, urllib3, requests, dockerpty, websocket-client, cached-property, docker-pycreds, docker, docker-compose [2021-02-01T02:49:03.867Z] Running setup.py install for PyYAML: started [2021-02-01T02:49:04.825Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-01T02:49:04.825Z] Running setup.py install for docopt: started [2021-02-01T02:49:05.811Z] Running setup.py install for docopt: finished with status 'done' [2021-02-01T02:49:05.811Z] Running setup.py install for texttable: started [2021-02-01T02:49:06.081Z] Running setup.py install for texttable: finished with status 'done' [2021-02-01T02:49:06.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.373s coverage: 47.1% of statements [2021-02-01T02:49:06.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-01T02:49:06.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-01T02:49:06.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-01T02:49:06.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-01T02:49:06.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-01T02:49:06.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements [2021-02-01T02:49:06.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-01T02:49:06.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.134s coverage: 100.0% of statements [2021-02-01T02:49:06.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-01T02:49:07.031Z] Removing intermediate container fb3ef7760922 [2021-02-01T02:49:07.031Z] ---> a82d396fc951 [2021-02-01T02:49:07.031Z] [2021-02-01T02:49:07.031Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T02:49:07.031Z] Attempting uninstall: idna [2021-02-01T02:49:07.031Z] Found existing installation: idna 2.9 [2021-02-01T02:49:07.031Z] ---> 389fef711851 [2021-02-01T02:49:07.031Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-01T02:49:07.031Z] Uninstalling idna-2.9: [2021-02-01T02:49:07.031Z] ---> Using cache [2021-02-01T02:49:07.031Z] ---> 73cb1b14db45 [2021-02-01T02:49:07.031Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:49:07.031Z] ---> Using cache [2021-02-01T02:49:07.031Z] ---> 3b8e264e844e [2021-02-01T02:49:07.031Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-01T02:49:07.031Z] Successfully uninstalled idna-2.9 [2021-02-01T02:49:07.999Z] Attempting uninstall: urllib3 [2021-02-01T02:49:08.000Z] Found existing installation: urllib3 1.25.9 [2021-02-01T02:49:08.000Z] Uninstalling urllib3-1.25.9: [2021-02-01T02:49:08.000Z] Successfully uninstalled urllib3-1.25.9 [2021-02-01T02:49:08.266Z] ---> Running in 6f14d2650a06 [2021-02-01T02:49:08.266Z] Attempting uninstall: requests [2021-02-01T02:49:08.266Z] Found existing installation: requests 2.23.0 [2021-02-01T02:49:08.266Z] Uninstalling requests-2.23.0: [2021-02-01T02:49:08.266Z] Successfully uninstalled requests-2.23.0 [2021-02-01T02:49:09.236Z] Removing intermediate container 6f14d2650a06 [2021-02-01T02:49:09.236Z] ---> dde81d12a318 [2021-02-01T02:49:09.236Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T02:49:09.236Z] Running setup.py install for dockerpty: started [2021-02-01T02:49:09.510Z] ---> Running in 91e6cb47c4fb [2021-02-01T02:49:09.789Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-01T02:49:10.061Z] Removing intermediate container 91e6cb47c4fb [2021-02-01T02:49:10.061Z] ---> 34ff67d1d105 [2021-02-01T02:49:10.061Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:49:12.068Z] ---> be10956b057c [2021-02-01T02:49:12.068Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-01T02:49:12.345Z] 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-02-01T02:49:12.345Z] 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-02-01T02:49:13.336Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.445s coverage: 29.1% of statements [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-01T02:49:13.336Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.182s coverage: 99.0% of statements [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-01T02:49:13.336Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-01T02:49:13.336Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.146s coverage: 100.0% of statements [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-01T02:49:13.336Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-01T02:49:13.336Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-01T02:49:13.336Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-01T02:49:13.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-01T02:49:13.336Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-02-01T02:49:13.336Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-01T02:49:13.788Z] ---> e3548f4649c0 [2021-02-01T02:49:13.788Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-01T02:49:14.338Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-01T02:49:14.963Z] GO111MODULE=on go vet ./... [2021-02-01T02:49:15.755Z] ---> c1c0e9d5dc90 [2021-02-01T02:49:15.755Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-01T02:49:16.722Z] ---> Running in 3d1aed4907b9 [2021-02-01T02:49:16.996Z] Removing intermediate container 2a114ccfbcc7 [2021-02-01T02:49:16.996Z] ---> c377e73b32e7 [2021-02-01T02:49:16.996Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-01T02:49:17.263Z] Removing intermediate container 3d1aed4907b9 [2021-02-01T02:49:17.263Z] ---> fab75246e196 [2021-02-01T02:49:17.263Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:49:17.263Z] ---> Running in ed3bef97ca1f [2021-02-01T02:49:17.532Z] ---> Running in e173f37b2f39 [2021-02-01T02:49:17.808Z] Removing intermediate container e173f37b2f39 [2021-02-01T02:49:17.808Z] ---> 7cd681185fd1 [2021-02-01T02:49:17.808Z] Step 20/22 : LABEL arch=x86_64 [2021-02-01T02:49:17.808Z] ---> Running in beea848091b5 [2021-02-01T02:49:19.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:49:19.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:49:20.015Z] Removing intermediate container beea848091b5 [2021-02-01T02:49:20.015Z] ---> a59ec135f60a [2021-02-01T02:49:20.015Z] Step 21/22 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:49:20.015Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T02:49:20.015Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-01T02:49:20.015Z] (3/3) Installing curl (7.69.1-r3) [2021-02-01T02:49:20.015Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:49:20.015Z] OK: 72 MiB in 58 packages [2021-02-01T02:49:20.281Z] ---> Running in d79bbbb59fac [2021-02-01T02:49:20.547Z] Removing intermediate container d79bbbb59fac [2021-02-01T02:49:20.548Z] ---> 952438add438 [2021-02-01T02:49:20.548Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T02:49:23.118Z] ---> Running in 48b555f2b969 [2021-02-01T02:49:23.118Z] Removing intermediate container 3c2f21f08f66 [2021-02-01T02:49:23.118Z] ---> 216c43d772a2 [2021-02-01T02:49:23.118Z] [2021-02-01T02:49:23.118Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T02:49:23.118Z] Removing intermediate container 35abb033bfde [2021-02-01T02:49:23.118Z] ---> e92b67962ef8 [2021-02-01T02:49:23.118Z] [2021-02-01T02:49:23.118Z] Step 10/31 : FROM alpine:3.12 [2021-02-01T02:49:23.118Z] ---> 389fef711851 [2021-02-01T02:49:23.118Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-01T02:49:23.118Z] ---> 389fef711851 [2021-02-01T02:49:23.118Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-01T02:49:23.383Z] Removing intermediate container 48b555f2b969 [2021-02-01T02:49:23.383Z] ---> 61de944d5acd [2021-02-01T02:49:23.383Z] [2021-02-01T02:49:23.648Z] Successfully built 61de944d5acd [2021-02-01T02:49:23.911Z] ---> Running in 7f55b862ee11 [2021-02-01T02:49:23.911Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-01T02:49:23.911Z] ---> Running in 7d853aad93d1 [2021-02-01T02:49:25.316Z]  Building docker-support-scheduler-go ... done Removing intermediate container ed3bef97ca1f [2021-02-01T02:49:25.316Z] ---> bc2584d914a4 [2021-02-01T02:49:25.316Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-01T02:49:25.316Z] ---> Running in c6eb12a378f0 [2021-02-01T02:49:25.316Z] Removing intermediate container 7d853aad93d1 [2021-02-01T02:49:25.316Z] ---> c14bda862089 [2021-02-01T02:49:25.316Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-01T02:49:25.316Z] Removing intermediate container 41b916b70b70 [2021-02-01T02:49:25.316Z] ---> e286c4d23473 [2021-02-01T02:49:25.316Z] [2021-02-01T02:49:25.316Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T02:49:25.316Z] ---> 389fef711851 [2021-02-01T02:49:25.316Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T02:49:25.316Z] ---> Using cache [2021-02-01T02:49:25.316Z] ---> 73cb1b14db45 [2021-02-01T02:49:25.316Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:49:25.316Z] ---> Using cache [2021-02-01T02:49:25.316Z] ---> 3b8e264e844e [2021-02-01T02:49:25.316Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-01T02:49:25.316Z] ---> Running in af1386fbd90e [2021-02-01T02:49:25.580Z] ---> Running in d1ff58c36f18 [2021-02-01T02:49:25.580Z] Removing intermediate container c6eb12a378f0 [2021-02-01T02:49:25.580Z] ---> 4fce6742eb86 [2021-02-01T02:49:25.580Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:49:25.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:49:25.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:49:25.845Z] ---> Running in 947737bddaae [2021-02-01T02:49:25.845Z] Removing intermediate container d1ff58c36f18 [2021-02-01T02:49:25.845Z] ---> a6d47344555c [2021-02-01T02:49:25.845Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T02:49:25.845Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-01T02:49:25.845Z] ---> Running in f21bb81a6d13 [2021-02-01T02:49:26.107Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-01T02:49:26.107Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:49:26.370Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T02:49:26.370Z] OK: 6 MiB in 16 packages [2021-02-01T02:49:26.370Z] Removing intermediate container 947737bddaae [2021-02-01T02:49:26.370Z] ---> 4f78e3e55a40 [2021-02-01T02:49:26.370Z] Step 24/26 : LABEL arch=x86_64 [2021-02-01T02:49:26.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:49:26.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:49:26.370Z] ---> Running in fb561f1f47bd [2021-02-01T02:49:26.370Z] Removing intermediate container f21bb81a6d13 [2021-02-01T02:49:26.370Z] ---> 9cfe4031eb1b [2021-02-01T02:49:26.370Z] Step 15/23 : WORKDIR / [2021-02-01T02:49:26.667Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-01T02:49:26.667Z] (2/2) Installing su-exec (0.2-r1) [2021-02-01T02:49:26.667Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:49:26.667Z] OK: 6 MiB in 16 packages [2021-02-01T02:49:26.667Z] ---> Running in c365293d551a [2021-02-01T02:49:27.685Z] Removing intermediate container fb561f1f47bd [2021-02-01T02:49:27.685Z] ---> 353b1eae2c64 [2021-02-01T02:49:27.685Z] Step 25/26 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:49:28.653Z] ---> Running in d140216e82fc [2021-02-01T02:49:28.653Z] Removing intermediate container c365293d551a [2021-02-01T02:49:28.653Z] ---> ed8b06ac9708 [2021-02-01T02:49:28.653Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:49:28.653Z] Removing intermediate container 7f55b862ee11 [2021-02-01T02:49:28.653Z] ---> ce550c40c503 [2021-02-01T02:49:28.653Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:49:28.653Z] ---> Running in 16a466061f95 [2021-02-01T02:49:28.918Z] Removing intermediate container d140216e82fc [2021-02-01T02:49:28.918Z] ---> 9f350721fa3d [2021-02-01T02:49:28.918Z] Step 26/26 : LABEL version=0.0.0 [2021-02-01T02:49:28.918Z] Removing intermediate container af1386fbd90e [2021-02-01T02:49:28.918Z] ---> 27914d1b0958 [2021-02-01T02:49:28.918Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-01T02:49:28.918Z] ---> Running in 07cf0da98b92 [2021-02-01T02:49:28.918Z] ---> 92f8dda394e1 [2021-02-01T02:49:28.918Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-01T02:49:28.918Z] ---> Running in cd742af95ed3 [2021-02-01T02:49:28.918Z] Removing intermediate container 16a466061f95 [2021-02-01T02:49:28.918Z] ---> 1bc9fbd477fb [2021-02-01T02:49:28.918Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-01T02:49:29.180Z] ---> Running in 9f950c228a46 [2021-02-01T02:49:29.180Z] Removing intermediate container 07cf0da98b92 [2021-02-01T02:49:29.180Z] ---> f04628383d88 [2021-02-01T02:49:29.180Z] [2021-02-01T02:49:29.755Z] Removing intermediate container cd742af95ed3 [2021-02-01T02:49:29.755Z] ---> ff8306462c5c [2021-02-01T02:49:29.755Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-01T02:49:30.017Z] Successfully built f04628383d88 [2021-02-01T02:49:30.017Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-01T02:49:30.281Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in dcbb19e8d961 [2021-02-01T02:49:30.281Z] Removing intermediate container 9f950c228a46 [2021-02-01T02:49:30.281Z] ---> 216621913076 [2021-02-01T02:49:30.281Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T02:49:30.281Z] ---> 835e63f67c65 [2021-02-01T02:49:30.281Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-01T02:49:30.281Z] ---> Running in b0c1ef55496e [2021-02-01T02:49:30.542Z] Removing intermediate container dcbb19e8d961 [2021-02-01T02:49:30.542Z] ---> 8e986a18bccd [2021-02-01T02:49:30.542Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-01T02:49:30.542Z] ---> Running in 1e0d7aaa34bf [2021-02-01T02:49:30.542Z] Removing intermediate container b0c1ef55496e [2021-02-01T02:49:30.542Z] ---> 4fc090d29bf0 [2021-02-01T02:49:30.542Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:49:30.542Z] ---> 7b4fe236f57c [2021-02-01T02:49:30.542Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-01T02:49:30.808Z] ---> Running in f07f1511d42c [2021-02-01T02:49:32.199Z] ---> d5cff5b6ca74 [2021-02-01T02:49:32.199Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-01T02:49:32.199Z] Removing intermediate container f07f1511d42c [2021-02-01T02:49:32.199Z] ---> 650aa00f242f [2021-02-01T02:49:32.199Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:49:32.199Z] ---> Running in 68ddc1aaacb6 [2021-02-01T02:49:32.469Z] Removing intermediate container 68ddc1aaacb6 [2021-02-01T02:49:32.469Z] ---> b8dcc8bdb0c8 [2021-02-01T02:49:32.469Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T02:49:32.469Z] ---> afbaff9c5b4a [2021-02-01T02:49:32.469Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-01T02:49:32.469Z] ---> Running in 774d7e3edf86 [2021-02-01T02:49:32.469Z] Removing intermediate container 1e0d7aaa34bf [2021-02-01T02:49:32.469Z] ---> d31330d63140 [2021-02-01T02:49:32.469Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-01T02:49:32.731Z] ---> Running in faf05782d901 [2021-02-01T02:49:32.731Z] ---> 9b20978f534a [2021-02-01T02:49:32.731Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-01T02:49:32.731Z] Removing intermediate container 774d7e3edf86 [2021-02-01T02:49:32.731Z] ---> 58417c9b6193 [2021-02-01T02:49:32.731Z] Step 22/23 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:49:32.994Z] ---> Running in aa9adc79819f [2021-02-01T02:49:32.994Z] Removing intermediate container faf05782d901 [2021-02-01T02:49:32.994Z] ---> d53f5e9dbf4b [2021-02-01T02:49:32.994Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-01T02:49:32.994Z] ---> Running in e0e002d89340 [2021-02-01T02:49:33.260Z] Removing intermediate container e0e002d89340 [2021-02-01T02:49:33.260Z] ---> 47b86184f42b [2021-02-01T02:49:33.260Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:49:33.260Z] Removing intermediate container aa9adc79819f [2021-02-01T02:49:33.260Z] ---> 505fd64b6f42 [2021-02-01T02:49:33.260Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T02:49:33.260Z] ---> Running in ad474dc9fd2b [2021-02-01T02:49:33.260Z] ---> Running in 0311b29890ed [2021-02-01T02:49:33.260Z] ---> 57846e232bb6 [2021-02-01T02:49:33.260Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-01T02:49:33.522Z] ---> Running in 66493eac8be8 [2021-02-01T02:49:33.787Z] Removing intermediate container 0311b29890ed [2021-02-01T02:49:33.787Z] ---> 8fb6ece23a85 [2021-02-01T02:49:33.787Z] [2021-02-01T02:49:33.787Z] Removing intermediate container ad474dc9fd2b [2021-02-01T02:49:33.787Z] ---> 58adf1c56818 [2021-02-01T02:49:33.787Z] Step 20/22 : LABEL arch=x86_64 [2021-02-01T02:49:33.787Z] ---> Running in c1e5f69e3d9e [2021-02-01T02:49:33.787Z] Successfully built 8fb6ece23a85 [2021-02-01T02:49:33.787Z] Successfully tagged docker-core-metadata-go:latest [2021-02-01T02:49:34.051Z]  Building docker-core-metadata-go ... done Removing intermediate container c1e5f69e3d9e [2021-02-01T02:49:34.051Z] ---> ae1fe8ca8436 [2021-02-01T02:49:34.051Z] Step 21/22 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:49:34.051Z] ---> Running in 063b49375134 [2021-02-01T02:49:34.314Z] Removing intermediate container 063b49375134 [2021-02-01T02:49:34.314Z] ---> 9da36fd589b0 [2021-02-01T02:49:34.314Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T02:49:34.314Z] ---> Running in 7cdf2e115581 [2021-02-01T02:49:34.576Z] Removing intermediate container 66493eac8be8 [2021-02-01T02:49:34.576Z] ---> c0cb89095ef0 [2021-02-01T02:49:34.576Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:49:34.576Z] Removing intermediate container 7cdf2e115581 [2021-02-01T02:49:34.576Z] ---> 8c85aa8d1e6b [2021-02-01T02:49:34.576Z] [2021-02-01T02:49:34.576Z] Successfully built 8c85aa8d1e6b [2021-02-01T02:49:34.837Z] Successfully tagged docker-support-notifications-go:latest [2021-02-01T02:49:34.837Z]  Building docker-support-notifications-go ... done  ---> fec948a22882 [2021-02-01T02:49:34.837Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-01T02:49:35.411Z] ---> 0954de714402 [2021-02-01T02:49:35.411Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-01T02:49:35.673Z] ---> a4e7bef0e808 [2021-02-01T02:49:35.673Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-01T02:49:35.936Z] ---> 6150421413de [2021-02-01T02:49:35.936Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-01T02:49:36.199Z] ---> 85a6d4094ddc [2021-02-01T02:49:36.199Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-01T02:49:36.460Z] ---> Running in 03911898240a [2021-02-01T02:49:36.722Z] Removing intermediate container 03911898240a [2021-02-01T02:49:36.722Z] ---> 806009b9c512 [2021-02-01T02:49:36.722Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-01T02:49:36.984Z] ---> b16a47de0cac [2021-02-01T02:49:36.984Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-01T02:49:36.984Z] ---> Running in 432338643a4d [2021-02-01T02:49:37.928Z] Removing intermediate container 432338643a4d [2021-02-01T02:49:37.928Z] ---> faccaf01bf50 [2021-02-01T02:49:37.928Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-01T02:49:37.928Z] ---> Running in 7a69d3446c1d [2021-02-01T02:49:38.190Z] Removing intermediate container 7a69d3446c1d [2021-02-01T02:49:38.190Z] ---> ce527c6397b3 [2021-02-01T02:49:38.190Z] Step 28/31 : CMD ["gate"] [2021-02-01T02:49:38.452Z] ---> Running in daf6fca3f28c [2021-02-01T02:49:38.452Z] Removing intermediate container daf6fca3f28c [2021-02-01T02:49:38.452Z] ---> 7a4688870648 [2021-02-01T02:49:38.452Z] Step 29/31 : LABEL arch=x86_64 [2021-02-01T02:49:38.720Z] ---> Running in d8dbdf2b5aea [2021-02-01T02:49:38.720Z] Removing intermediate container d8dbdf2b5aea [2021-02-01T02:49:38.720Z] ---> 10c409a5d27e [2021-02-01T02:49:38.720Z] Step 30/31 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:49:38.983Z] ---> Running in e1b44da99a73 [2021-02-01T02:49:39.248Z] Removing intermediate container e1b44da99a73 [2021-02-01T02:49:39.248Z] ---> ba89727e5911 [2021-02-01T02:49:39.248Z] Step 31/31 : LABEL version=0.0.0 [2021-02-01T02:49:39.248Z] ---> Running in d4f7e68fbb41 [2021-02-01T02:49:39.510Z] Removing intermediate container d4f7e68fbb41 [2021-02-01T02:49:39.510Z] ---> 540286af0d3f [2021-02-01T02:49:39.510Z] [2021-02-01T02:49:39.776Z] Successfully built 540286af0d3f [2021-02-01T02:49:39.776Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-01T02:49:40.046Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-02-01T02:49:40.054Z] $ docker stop --time=1 f9ef0018828f725769409a4ed5cf9fc321dfb9cdb478253e555c38dc295e12af [2021-02-01T02:49:41.653Z] $ docker rm -f f9ef0018828f725769409a4ed5cf9fc321dfb9cdb478253e555c38dc295e12af [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T02:49:42.220Z] + docker images [2021-02-01T02:49:42.220Z] + grep docker [2021-02-01T02:49:42.482Z] docker-security-bootstrapper-go latest 540286af0d3f 3 seconds ago 23.8MB [2021-02-01T02:49:42.482Z] docker-support-notifications-go latest 8c85aa8d1e6b 8 seconds ago 16.9MB [2021-02-01T02:49:42.482Z] docker-core-metadata-go latest 8fb6ece23a85 9 seconds ago 18.8MB [2021-02-01T02:49:42.482Z] docker-sys-mgmt-agent-go latest f04628383d88 13 seconds ago 313MB [2021-02-01T02:49:42.482Z] docker-support-scheduler-go latest 61de944d5acd 20 seconds ago 17MB [2021-02-01T02:49:42.482Z] docker-core-data-go latest 80ca1beb3f7e About a minute ago 22.3MB [2021-02-01T02:49:42.482Z] docker-security-secretstore-setup-go latest e0fcc2772146 2 minutes ago 24.6MB [2021-02-01T02:49:42.482Z] docker-core-command-go latest bfd413df0348 2 minutes ago 16.9MB [2021-02-01T02:49:42.482Z] docker-security-proxy-setup-go latest 9b28bcedc01d 2 minutes ago 24.4MB [2021-02-01T02:49:42.482Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-01T02:49:58.470Z] Still waiting to schedule task [2021-02-01T02:49:58.470Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-01T02:50:36.823Z] gofmt -l . [2021-02-01T02:50:36.823Z] [ "`gofmt -l .`" = "" ] [2021-02-01T02:50:36.823Z] ./bin/test-go-mod-tidy.sh [2021-02-01T02:50:36.823Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-01T02:50:37.498Z] + ls -al . [2021-02-01T02:50:37.498Z] total 708 [2021-02-01T02:50:37.498Z] drwxrwxr-x 9 1001 1001 4096 Feb 1 02:50 . [2021-02-01T02:50:37.498Z] drwxr-xr-x 4 root root 4096 Feb 1 02:46 .. [2021-02-01T02:50:37.498Z] -rw-rw-r-- 1 1001 1001 11 Feb 1 02:44 .dockerignore [2021-02-01T02:50:37.498Z] drwxrwxr-x 8 1001 1001 4096 Feb 1 02:44 .git [2021-02-01T02:50:37.498Z] drwxrwxr-x 3 1001 1001 4096 Feb 1 02:44 .github [2021-02-01T02:50:37.498Z] -rw-rw-r-- 1 1001 1001 872 Feb 1 02:44 .gitignore [2021-02-01T02:50:37.498Z] -rw-rw-r-- 1 1001 1001 166 Feb 1 02:44 .sonarcloud.properties [2021-02-01T02:50:37.498Z] -rw-rw-r-- 1 1001 1001 7859 Feb 1 02:44 Attribution.txt [2021-02-01T02:50:37.498Z] -rw-rw-r-- 1 1001 1001 3804 Feb 1 02:44 CONTRIBUTING.md [2021-02-01T02:50:37.498Z] -rw-rw-r-- 1 1001 1001 931 Feb 1 02:44 Dockerfile.build [2021-02-01T02:50:37.498Z] -rw-rw-r-- 1 1001 1001 863 Feb 1 02:44 Jenkinsfile [2021-02-01T02:50:37.498Z] -rw-rw-r-- 1 1001 1001 10775 Feb 1 02:44 LICENSE [2021-02-01T02:50:37.498Z] -rw-rw-r-- 1 1001 1001 6001 Feb 1 02:44 Makefile [2021-02-01T02:50:37.499Z] -rw-rw-r-- 1 1001 1001 6524 Feb 1 02:44 README.md [2021-02-01T02:50:37.499Z] -rw-rw-r-- 1 1001 1001 6755 Feb 1 02:44 SECURITY.md [2021-02-01T02:50:37.499Z] -rw-rw-r-- 1 1001 1001 5 Feb 1 02:41 VERSION [2021-02-01T02:50:37.499Z] -rw-rw-r-- 1 1001 1001 4131 Feb 1 02:44 ZMQWindows.md [2021-02-01T02:50:37.499Z] drwxrwxr-x 2 1001 1001 4096 Feb 1 02:44 bin [2021-02-01T02:50:37.499Z] drwxrwxr-x 15 1001 1001 4096 Feb 1 02:44 cmd [2021-02-01T02:50:37.499Z] -rw-r--r-- 1 root root 574984 Feb 1 02:49 coverage.out [2021-02-01T02:50:37.499Z] -rw-r--r-- 1 root root 1054 Feb 1 02:50 go.mod [2021-02-01T02:50:37.499Z] -rw-r--r-- 1 root root 19399 Feb 1 02:50 go.sum [2021-02-01T02:50:37.499Z] drwxrwxr-x 8 1001 1001 4096 Feb 1 02:44 internal [2021-02-01T02:50:37.499Z] drwxrwxr-x 4 1001 1001 4096 Feb 1 02:44 openapi [2021-02-01T02:50:37.499Z] drwxrwxr-x 4 1001 1001 4096 Feb 1 02:44 snap [2021-02-01T02:50:37.499Z] -rw-rw-r-- 1 1001 1001 168 Feb 1 02:44 version.go [Pipeline] sh [2021-02-01T02:50:38.168Z] + '[' -e coverage.out ] [2021-02-01T02:50:38.168Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-01T02:50:38.259Z] Warning: overwriting stash ‘coverage-report’ [2021-02-01T02:50:39.684Z] Stashed 1 file(s) [Pipeline] sh [2021-02-01T02:50:40.367Z] + make build [2021-02-01T02:50:40.367Z] 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-02-01T02:50:50.221Z] Running on prd-ubuntu18.04-docker-8c-8g-24271 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws [2021-02-01T02:50:50.272Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2021-02-01T02:50:52.286Z] using credential edgex-jenkins-ssh [2021-02-01T02:50:52.342Z] Cloning the remote Git repository [2021-02-01T02:50:52.361Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-01T02:50:52.423Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-02-01T02:50:52.447Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T02:50:52.447Z] > git --version # timeout=10 [2021-02-01T02:50:52.453Z] > git --version # 'git version 2.17.1' [2021-02-01T02:50:52.454Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T02:50:52.483Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T02:50:53.015Z] 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-02-01T02:50:58.488Z] Merging remotes/origin/master commit 52b41697029d46b9dd6fcb3599083165743908cd into PR head commit 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:50:58.611Z] Merge succeeded, producing 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:50:58.612Z] Checking out Revision 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 (PR-3075) [2021-02-01T02:50:57.961Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T02:50:57.971Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T02:50:57.980Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T02:50:57.991Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T02:50:57.991Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T02:50:57.995Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T02:50:58.498Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T02:50:58.503Z] > git checkout -f 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 # timeout=10 [2021-02-01T02:50:58.582Z] > git remote # timeout=10 [2021-02-01T02:50:58.588Z] > git config --get remote.origin.url # timeout=10 [2021-02-01T02:50:58.592Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T02:50:58.595Z] > git merge 52b41697029d46b9dd6fcb3599083165743908cd # timeout=10 [2021-02-01T02:50:58.606Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-01T02:50:58.614Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T02:50:58.618Z] > git checkout -f 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 # timeout=10 [2021-02-01T02:51:02.345Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:51:03.450Z] + echo snap-build.sh [2021-02-01T02:51:03.450Z] snap-build.sh [2021-02-01T02:51:03.450Z] + SNAP_BASE_DIR=. [2021-02-01T02:51:03.450Z] + '[' '!' -z /w/workspace/edgex-go/13 ']' [2021-02-01T02:51:03.450Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/13 [2021-02-01T02:51:03.450Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' [2021-02-01T02:51:03.450Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/13] [2021-02-01T02:51:03.450Z] + cd /w/workspace/edgex-go/13 [2021-02-01T02:51:03.450Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-01T02:51:03.450Z] Reading package lists... [2021-02-01T02:51:03.450Z] Building dependency tree... [2021-02-01T02:51:03.450Z] Reading state information... [2021-02-01T02:51:03.713Z] The following packages were automatically installed and are no longer required: [2021-02-01T02:51:03.713Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-01T02:51:03.713Z] uidmap xdelta3 [2021-02-01T02:51:03.713Z] Use 'sudo apt autoremove' to remove them. [2021-02-01T02:51:03.713Z] The following packages will be REMOVED: [2021-02-01T02:51:03.713Z] lxd* lxd-client* [2021-02-01T02:51:04.293Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-01T02:51:04.293Z] After this operation, 31.7 MB disk space will be freed. [2021-02-01T02:51:05.344Z] (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-02-01T02:51:05.344Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-01T02:51:06.290Z] Removing lxd dnsmasq configuration [2021-02-01T02:51:06.291Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-01T02:51:06.291Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-01T02:51:07.242Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-01T02:51:07.507Z] (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-02-01T02:51:07.507Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-01T02:51:08.906Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-01T02:51:08.906Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-01T02:51:10.303Z] + sudo snap remove --purge lxd [2021-02-01T02:51:10.303Z] snap "lxd" is not installed [2021-02-01T02:51:10.303Z] + sudo groupadd --force --system lxd [2021-02-01T02:51:10.303Z] ++ whoami [2021-02-01T02:51:10.303Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-01T02:51:10.581Z] + newgrp - lxd [2021-02-01T02:51:10.581Z] + sudo snap install lxd [2021-02-01T02:51:15.234Z] 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-02-01T02:51:18.736Z] 2021-02-01T02:51:16Z INFO Waiting for automatic snapd restart... [2021-02-01T02:51:19.540Z] 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-02-01T02:51:24.943Z] 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-02-01T02:51:25.540Z] 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-02-01T02:51:30.956Z] 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-02-01T02:51:31.032Z] lxd 4.10 from Canonical* installed [2021-02-01T02:51:31.032Z] + sudo lxd init --auto [2021-02-01T02:51:35.257Z] 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-02-01T02:51:38.658Z] 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-02-01T02:51:41.044Z] + sudo snap install --classic snapcraft [2021-02-01T02:51:42.977Z] 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-02-01T02:51:45.274Z] snapcraft 4.4.4 from Canonical* installed [2021-02-01T02:51:45.274Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-01T02:51:45.274Z] + patch --verbose -p1 [2021-02-01T02:51:45.274Z] Hmm... Looks like a unified diff to me... [2021-02-01T02:51:45.274Z] The text leading up to this was: [2021-02-01T02:51:45.274Z] -------------------------- [2021-02-01T02:51:45.274Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-01T02:51:45.274Z] |From: Tony Espy [2021-02-01T02:51:45.274Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-01T02:51:45.274Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-01T02:51:45.274Z] | [2021-02-01T02:51:45.274Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-01T02:51:45.274Z] |optimize the snap CI check run for pull requests. When [2021-02-01T02:51:45.274Z] |applied, it essentially strips out everything (apps and [2021-02-01T02:51:45.274Z] |parts) from the snapcraft.yaml file except those required [2021-02-01T02:51:45.274Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-01T02:51:45.274Z] |catch changes to edgex-go that break the snap build. [2021-02-01T02:51:45.274Z] | [2021-02-01T02:51:45.274Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-01T02:51:45.274Z] |to update this patch file, otherwise it may fail to apply, [2021-02-01T02:51:45.274Z] |resulting in a failed snap build CI check in the associated [2021-02-01T02:51:45.274Z] |pull request. [2021-02-01T02:51:45.274Z] | [2021-02-01T02:51:45.274Z] |Note - in addition to applying this patch, the pipeline also [2021-02-01T02:51:45.274Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-01T02:51:45.274Z] |need to build the finally binary .snap file (and it won't [2021-02-01T02:51:45.274Z] |work with the patch applied). This further reduces the build [2021-02-01T02:51:45.274Z] |time. [2021-02-01T02:51:45.274Z] |--- [2021-02-01T02:51:45.274Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-01T02:51:45.274Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-01T02:51:45.274Z] | [2021-02-01T02:51:45.274Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-01T02:51:45.274Z] |index 1e537489..faf42425 100644 [2021-02-01T02:51:45.274Z] |--- a/snap/snapcraft.yaml [2021-02-01T02:51:45.274Z] |+++ b/snap/snapcraft.yaml [2021-02-01T02:51:45.274Z] -------------------------- [2021-02-01T02:51:45.274Z] patching file snap/snapcraft.yaml [2021-02-01T02:51:45.274Z] Using Plan A... [2021-02-01T02:51:45.274Z] Hunk #1 succeeded at 73. [2021-02-01T02:51:45.274Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-01T02:51:45.274Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-01T02:51:45.274Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-01T02:51:45.274Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-01T02:51:45.274Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-01T02:51:45.274Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-01T02:51:45.274Z] Hunk #8 succeeded at 342. [2021-02-01T02:51:45.274Z] Hmm... Ignoring the trailing garbage. [2021-02-01T02:51:45.274Z] done [2021-02-01T02:51:45.274Z] + sudo snapcraft prime --use-lxd [2021-02-01T02:51:46.224Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-01T02:51:46.224Z] 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-02-01T02:51:46.224Z] - README.md [2021-02-01T02:51:46.224Z] - snapcraft.yaml.orig [2021-02-01T02:51:46.224Z] [2021-02-01T02:51:46.224Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-01T02:51:46.799Z] Launching a container. [2021-02-01T02:51:47.269Z] 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-02-01T02:51:50.663Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-01T02:51:54.051Z] 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-02-01T02:51:59.088Z] Waiting for container to be ready [2021-02-01T02:51:59.088Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-01T02:51:59.088Z] [Pipeline] } [2021-02-01T02:52:00.772Z] $ docker stop --time=1 112cd2f885cd1c6ef49d86b3de7929929b5327751cb664560863fc1c08e4d6da [2021-02-01T02:52:01.636Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-01T02:52:02.210Z] Waiting for network to be ready... [2021-02-01T02:52:02.796Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-01T02:52:02.796Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-01T02:52:03.287Z] $ docker rm -f 112cd2f885cd1c6ef49d86b3de7929929b5327751cb664560863fc1c08e4d6da [2021-02-01T02:52:03.376Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] [2021-02-01T02:52:03.377Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-01T02:52:03.377Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-01T02:52:03.638Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] [2021-02-01T02:52:03.898Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-01T02:52:03.899Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-01T02:52:03.899Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] [2021-02-01T02:52:03.899Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-01T02:52:03.899Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-01T02:52:03.899Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-01T02:52:03.899Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-01T02:52:03.899Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-01T02:52:03.899Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-01T02:52:03.899Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] [2021-02-01T02:52:03.899Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-02-01T02:52:03.899Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-01T02:52:04.470Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-01T02:52:04.741Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] [2021-02-01T02:52:04.741Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-01T02:52:04.741Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-01T02:52:04.741Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-01T02:52:04.741Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-01T02:52:04.741Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-01T02:52:04.741Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:52:05.003Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-02-01T02:52:05.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T02:52:05.260Z] [2021-02-01T02:52:05.260Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:52:05.636Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T02:52:05.637Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-01T02:52:05.637Z] 29e5d40040c1: Pulling fs layer [2021-02-01T02:52:05.637Z] 1ce36da41761: Pulling fs layer [2021-02-01T02:52:05.637Z] 25b303627fd3: Pulling fs layer [2021-02-01T02:52:05.908Z] 29e5d40040c1: Verifying Checksum [2021-02-01T02:52:05.908Z] 29e5d40040c1: Download complete [2021-02-01T02:52:06.505Z] 1ce36da41761: Verifying Checksum [2021-02-01T02:52:06.505Z] 1ce36da41761: Download complete [2021-02-01T02:52:06.505Z] 29e5d40040c1: Pull complete [2021-02-01T02:52:06.921Z] Fetched 23.9 MB in 4s (5403 kB/s) [2021-02-01T02:52:07.866Z] Reading package lists... [2021-02-01T02:52:07.939Z] 1ce36da41761: Pull complete [2021-02-01T02:52:08.127Z] Reading package lists... [2021-02-01T02:52:08.127Z] Building dependency tree... [2021-02-01T02:52:08.127Z] Reading state information... [2021-02-01T02:52:08.210Z] 25b303627fd3: Verifying Checksum [2021-02-01T02:52:08.210Z] 25b303627fd3: Download complete [2021-02-01T02:52:08.389Z] The following additional packages will be installed: [2021-02-01T02:52:08.389Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-01T02:52:08.389Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-01T02:52:08.389Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-01T02:52:08.389Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-01T02:52:08.389Z] Suggested packages: [2021-02-01T02:52:08.389Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-01T02:52:08.389Z] Recommended packages: [2021-02-01T02:52:08.389Z] gnupg libsasl2-modules [2021-02-01T02:52:08.389Z] The following NEW packages will be installed: [2021-02-01T02:52:08.389Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-01T02:52:08.389Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-01T02:52:08.389Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-01T02:52:08.389Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-01T02:52:08.389Z] The following packages will be upgraded: [2021-02-01T02:52:08.389Z] gpg gpg-agent gpgconf libudev1 [2021-02-01T02:52:08.389Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-01T02:52:08.389Z] Need to get 3533 kB of archives. [2021-02-01T02:52:08.389Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-01T02:52:08.389Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-01T02:52:08.389Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-01T02:52:08.389Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-01T02:52:08.389Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-01T02:52:08.650Z] Get:5 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-02-01T02:52:08.650Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-01T02:52:08.650Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-01T02:52:08.650Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-01T02:52:08.650Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-01T02:52:08.910Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-01T02:52:09.172Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-01T02:52:09.172Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-01T02:52:09.172Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-01T02:52:09.172Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-01T02:52:09.172Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-01T02:52:09.172Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-01T02:52:09.172Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-01T02:52:09.172Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-01T02:52:09.172Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-01T02:52:09.172Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-01T02:52:09.436Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-01T02:52:09.436Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-01T02:52:09.436Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T02:52:09.436Z] Fetched 3533 kB in 1s (3504 kB/s) [2021-02-01T02:52:09.436Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-01T02:52:09.436Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-01T02:52:09.436Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T02:52:09.695Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-01T02:52:09.695Z] Selecting previously unselected package udev. [2021-02-01T02:52:09.695Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-01T02:52:09.695Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-01T02:52:09.695Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-01T02:52:09.956Z] Selecting previously unselected package libfuse2:amd64. [2021-02-01T02:52:09.956Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-01T02:52:09.956Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-01T02:52:10.218Z] Selecting previously unselected package fuse. [2021-02-01T02:52:10.218Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-01T02:52:10.218Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-01T02:52:10.218Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T02:52:10.218Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T02:52:10.479Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T02:52:10.479Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T02:52:10.479Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T02:52:10.479Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T02:52:10.741Z] Selecting previously unselected package libksba8:amd64. [2021-02-01T02:52:10.741Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-01T02:52:10.741Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-01T02:52:10.741Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-01T02:52:10.741Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T02:52:10.741Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:52:10.741Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-01T02:52:10.741Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T02:52:10.741Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:52:11.004Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-01T02:52:11.004Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T02:52:11.004Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:52:11.004Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-01T02:52:11.004Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T02:52:11.004Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:52:11.265Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-01T02:52:11.265Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T02:52:11.265Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:52:11.265Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-01T02:52:11.265Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T02:52:11.265Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:52:11.526Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-01T02:52:11.526Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T02:52:11.526Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:52:11.526Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-01T02:52:11.526Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T02:52:11.526Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:52:11.526Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-01T02:52:11.526Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T02:52:11.786Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:52:11.786Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-01T02:52:11.786Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-01T02:52:11.786Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T02:52:11.786Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-01T02:52:11.786Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-01T02:52:11.786Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T02:52:12.048Z] Selecting previously unselected package libldap-common. [2021-02-01T02:52:12.048Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-01T02:52:12.048Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T02:52:12.048Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-01T02:52:12.048Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-01T02:52:12.048Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T02:52:12.310Z] Selecting previously unselected package dirmngr. [2021-02-01T02:52:12.310Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T02:52:12.310Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-01T02:52:12.310Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T02:52:12.310Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-01T02:52:12.310Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-01T02:52:12.310Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T02:52:12.310Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T02:52:12.571Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-01T02:52:12.571Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:52:12.571Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-01T02:52:12.571Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T02:52:12.571Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-01T02:52:13.144Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-01T02:52:13.144Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:52:13.144Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-01T02:52:13.144Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-01T02:52:13.405Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-01T02:52:13.405Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:52:13.405Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:52:13.405Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:52:13.406Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:52:13.406Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:52:13.406Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:52:13.406Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:52:13.666Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T02:52:13.666Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-01T02:52:13.666Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T02:52:13.928Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-01T02:52:13.928Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-01T02:52:13.928Z] This means they are not meant to be enabled using systemctl. [2021-02-01T02:52:13.928Z] Possible reasons for having this kind of units are: [2021-02-01T02:52:13.928Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-01T02:52:13.928Z] .wants/ or .requires/ directory. [2021-02-01T02:52:13.928Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-01T02:52:13.928Z] a requirement dependency on it. [2021-02-01T02:52:13.928Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-01T02:52:13.928Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-01T02:52:13.928Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-01T02:52:13.928Z] instance name specified. [2021-02-01T02:52:14.499Z] Reading package lists... [2021-02-01T02:52:14.499Z] Building dependency tree... [2021-02-01T02:52:14.499Z] Reading state information... [2021-02-01T02:52:14.768Z] The following additional packages will be installed: [2021-02-01T02:52:14.768Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-01T02:52:14.769Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-01T02:52:14.769Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-01T02:52:14.769Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-01T02:52:14.769Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-01T02:52:14.769Z] Suggested packages: [2021-02-01T02:52:14.769Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-01T02:52:14.769Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-01T02:52:14.769Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-01T02:52:14.769Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-01T02:52:14.769Z] systemd-container policykit-1 [2021-02-01T02:52:14.769Z] Recommended packages: [2021-02-01T02:52:14.769Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-01T02:52:14.769Z] The following NEW packages will be installed: [2021-02-01T02:52:14.769Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-01T02:52:14.769Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-01T02:52:14.769Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-01T02:52:14.769Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-01T02:52:14.769Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-01T02:52:14.769Z] The following packages will be upgraded: [2021-02-01T02:52:14.769Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-01T02:52:14.769Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-01T02:52:14.769Z] Need to get 35.2 MB of archives. [2021-02-01T02:52:14.769Z] After this operation, 141 MB of additional disk space will be used. [2021-02-01T02:52:14.769Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-01T02:52:14.769Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-01T02:52:15.711Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-01T02:52:15.711Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-01T02:52:15.711Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-01T02:52:15.711Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-01T02:52:15.711Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-01T02:52:15.711Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-01T02:52:15.711Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-01T02:52:15.711Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-01T02:52:15.711Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-01T02:52:15.711Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-01T02:52:15.711Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-01T02:52:15.711Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-01T02:52:15.711Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-01T02:52:15.711Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-01T02:52:15.711Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-01T02:52:15.711Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-01T02:52:15.711Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-01T02:52:15.711Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-01T02:52:15.711Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-01T02:52:15.711Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-01T02:52:15.711Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-01T02:52:15.711Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-01T02:52:15.974Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-01T02:52:15.974Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-01T02:52:15.974Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-01T02:52:15.974Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-01T02:52:15.974Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-01T02:52:16.239Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-01T02:52:17.184Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T02:52:17.184Z] Fetched 35.2 MB in 2s (15.1 MB/s) [2021-02-01T02:52:17.184Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-01T02:52:17.184Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-01T02:52:17.446Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T02:52:18.020Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-01T02:52:18.020Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T02:52:18.020Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-01T02:52:18.288Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-01T02:52:18.288Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-01T02:52:18.288Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-01T02:52:18.366Z] 25b303627fd3: Pull complete [2021-02-01T02:52:18.366Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-01T02:52:18.366Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T02:52:18.366Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-01T02:52:18.548Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-01T02:52:18.548Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-01T02:52:18.548Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-01T02:52:18.601Z] prd-ubuntu18.04-docker-arm64-4c-16g-24263 does not seem to be running inside a container [2021-02-01T02:52:18.686Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-01T02:52:18.809Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-01T02:52:19.076Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-01T02:52:19.076Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-01T02:52:19.647Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-01T02:52:19.647Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-01T02:52:19.647Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-01T02:52:19.648Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-01T02:52:19.911Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-01T02:52:19.911Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T02:52:19.911Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T02:52:20.171Z] Selecting previously unselected package libexpat1:amd64. [2021-02-01T02:52:20.171Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-01T02:52:20.171Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-01T02:52:20.171Z] Selecting previously unselected package python3.6-minimal. [2021-02-01T02:52:20.171Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T02:52:20.171Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T02:52:20.432Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-01T02:52:20.696Z] Checking for services that may need to be restarted...done. [2021-02-01T02:52:20.696Z] Checking for services that may need to be restarted...done. [2021-02-01T02:52:20.958Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T02:52:20.958Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-01T02:52:20.958Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T02:52:21.538Z] Selecting previously unselected package python3-minimal. [2021-02-01T02:52:21.538Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-01T02:52:21.538Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-01T02:52:21.538Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-01T02:52:21.538Z] Selecting previously unselected package mime-support. [2021-02-01T02:52:21.538Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-01T02:52:21.538Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-01T02:52:21.538Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-01T02:52:21.538Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-01T02:52:21.538Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-01T02:52:21.800Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-01T02:52:21.800Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T02:52:21.800Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T02:52:21.965Z] $ docker top 0155727ab4496bec3871b4e3faafa3637d422729fe2a47c992e475ec1ffa95ce -eo pid,comm [2021-02-01T02:52:22.062Z] Selecting previously unselected package python3.6. [2021-02-01T02:52:22.062Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T02:52:22.062Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T02:52:22.062Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-01T02:52:22.062Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-01T02:52:22.062Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-01T02:52:22.062Z] Setting up python3-minimal (3.6.7-1~18.04) ... [Pipeline] { [Pipeline] sh [2021-02-01T02:52:22.322Z] Selecting previously unselected package python3. [2021-02-01T02:52:22.322Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-01T02:52:22.322Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-01T02:52:22.322Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-01T02:52:22.583Z] Selecting previously unselected package multiarch-support. [2021-02-01T02:52:22.583Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T02:52:22.583Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-01T02:52:22.583Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-01T02:52:22.583Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-01T02:52:22.583Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-01T02:52:22.583Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-01T02:52:22.583Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-01T02:52:22.845Z] Selecting previously unselected package libbsd0:amd64. [2021-02-01T02:52:22.845Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-01T02:52:22.845Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-01T02:52:22.845Z] Selecting previously unselected package sudo. [2021-02-01T02:52:22.845Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-01T02:52:22.845Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-01T02:52:22.944Z] + docker-compose build --help [2021-02-01T02:52:22.944Z] + grep parallel [2021-02-01T02:52:23.106Z] Selecting previously unselected package apparmor. [2021-02-01T02:52:23.106Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-01T02:52:23.106Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-01T02:52:23.368Z] Selecting previously unselected package libedit2:amd64. [2021-02-01T02:52:23.368Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-01T02:52:23.368Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-01T02:52:23.368Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-01T02:52:23.368Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T02:52:23.368Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T02:52:23.368Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-01T02:52:23.631Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T02:52:23.631Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T02:52:23.631Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-01T02:52:23.631Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-01T02:52:23.631Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-01T02:52:23.631Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-01T02:52:23.631Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T02:52:23.631Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T02:52:23.892Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-01T02:52:23.892Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T02:52:23.892Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T02:52:23.892Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-01T02:52:23.892Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-01T02:52:23.892Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-01T02:52:24.169Z] Selecting previously unselected package openssh-client. [2021-02-01T02:52:24.169Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-01T02:52:24.169Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-01T02:52:24.430Z] Selecting previously unselected package squashfs-tools. [2021-02-01T02:52:24.430Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-01T02:52:24.430Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-01T02:52:24.430Z] Selecting previously unselected package snapd. [2021-02-01T02:52:24.430Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-01T02:52:24.430Z] Unpacking snapd (2.48+18.04) ... [2021-02-01T02:52:26.318Z] --parallel Build images in parallel. [Pipeline] } [2021-02-01T02:52:26.626Z] $ docker stop --time=1 0155727ab4496bec3871b4e3faafa3637d422729fe2a47c992e475ec1ffa95ce [2021-02-01T02:52:26.984Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-01T02:52:26.984Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-01T02:52:26.984Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-01T02:52:26.984Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-01T02:52:26.984Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-01T02:52:26.984Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T02:52:26.984Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T02:52:26.984Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-01T02:52:26.984Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-01T02:52:27.930Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-01T02:52:27.930Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-01T02:52:27.930Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-01T02:52:27.930Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T02:52:27.930Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T02:52:27.930Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T02:52:28.502Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-01T02:52:28.502Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T02:52:28.502Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-01T02:52:28.585Z] $ docker rm -f 0155727ab4496bec3871b4e3faafa3637d422729fe2a47c992e475ec1ffa95ce [2021-02-01T02:52:28.764Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-01T02:52:28.764Z] running python rtupdate hooks for python3.6... [2021-02-01T02:52:28.764Z] running python post-rtupdate hooks for python3.6... [2021-02-01T02:52:28.764Z] Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:52:29.399Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T02:52:29.399Z] . [Pipeline] withDockerContainer [2021-02-01T02:52:29.660Z] prd-ubuntu18.04-docker-arm64-4c-16g-24263 does not seem to be running inside a container [2021-02-01T02:52:29.731Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-01T02:52:30.152Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-01T02:52:30.152Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T02:52:30.152Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-01T02:52:30.413Z] Setting up snapd (2.48+18.04) ... [2021-02-01T02:52:30.676Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-01T02:52:30.937Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-01T02:52:31.143Z] $ docker top 7ec67fdb9352f7fd89c85e766cc5d88764ffe4a04078e6dd761eb5fbee5b9f0e -eo pid,comm [2021-02-01T02:52:31.197Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-01T02:52:31.457Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-01T02:52:31.457Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-01T02:52:31.457Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [Pipeline] { [Pipeline] sh [2021-02-01T02:52:31.717Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-01T02:52:31.979Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-01T02:52:31.979Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-01T02:52:32.156Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-01T02:52:32.242Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-01T02:52:32.242Z] /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-02-01T02:52:32.504Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T02:52:32.504Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-01T02:52:33.453Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-01T02:52:33.453Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-01T02:52:33.453Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-01T02:52:34.659Z] Reading package lists... [2021-02-01T02:52:34.919Z] Reading package lists... [2021-02-01T02:52:35.181Z] Building dependency tree... [2021-02-01T02:52:35.181Z] Reading state information... [2021-02-01T02:52:35.181Z] Calculating upgrade... [2021-02-01T02:52:35.442Z] The following packages will be upgraded: [2021-02-01T02:52:35.442Z] advancecomp base-files bash binutils binutils-common [2021-02-01T02:52:35.442Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-01T02:52:35.442Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-01T02:52:35.442Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-01T02:52:35.442Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-01T02:52:35.442Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-01T02:52:35.442Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-01T02:52:35.442Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-01T02:52:35.442Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-01T02:52:35.442Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-01T02:52:35.442Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-01T02:52:35.442Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-01T02:52:35.442Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-01T02:52:35.442Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-01T02:52:35.442Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-01T02:52:35.442Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-01T02:52:35.442Z] Need to get 63.8 MB of archives. [2021-02-01T02:52:35.442Z] After this operation, 5205 kB of additional disk space will be used. [2021-02-01T02:52:35.442Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-01T02:52:35.442Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-01T02:52:35.442Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-01T02:52:35.442Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-01T02:52:35.442Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-01T02:52:35.442Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-01T02:52:35.703Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-01T02:52:35.703Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-01T02:52:35.703Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-01T02:52:35.703Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-01T02:52:35.703Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-01T02:52:35.703Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-01T02:52:35.703Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-01T02:52:35.703Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-01T02:52:35.703Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-01T02:52:35.703Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-01T02:52:35.703Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-01T02:52:35.703Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-01T02:52:35.703Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-01T02:52:35.703Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-01T02:52:35.703Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-01T02:52:35.703Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-01T02:52:35.703Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-01T02:52:35.703Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-01T02:52:35.703Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-01T02:52:35.703Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-01T02:52:35.703Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-01T02:52:35.703Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-01T02:52:35.703Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-01T02:52:35.703Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-01T02:52:35.703Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-01T02:52:35.703Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-01T02:52:35.703Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-01T02:52:35.703Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-01T02:52:35.703Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-01T02:52:35.703Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-01T02:52:35.968Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-01T02:52:35.968Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-01T02:52:35.968Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-01T02:52:35.968Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-01T02:52:35.968Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-01T02:52:35.968Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-02-01T02:52:35.968Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-01T02:52:35.968Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-01T02:52:35.968Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-01T02:52:35.968Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-01T02:52:35.968Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-01T02:52:35.968Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-01T02:52:35.968Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-01T02:52:35.968Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-01T02:52:35.968Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-01T02:52:35.968Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-01T02:52:35.968Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-01T02:52:35.968Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-01T02:52:35.968Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-01T02:52:35.968Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-01T02:52:36.229Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-01T02:52:36.445Z] Building docker-core-command-go ... [2021-02-01T02:52:36.446Z] Building docker-core-data-go ... [2021-02-01T02:52:36.446Z] Building docker-core-metadata-go ... [2021-02-01T02:52:36.446Z] Building docker-security-bootstrapper-go ... [2021-02-01T02:52:36.446Z] Building docker-security-proxy-setup-go ... [2021-02-01T02:52:36.446Z] Building docker-security-secretstore-setup-go ... [2021-02-01T02:52:36.446Z] Building docker-support-notifications-go ... [2021-02-01T02:52:36.446Z] Building docker-support-scheduler-go ... [2021-02-01T02:52:36.446Z] Building docker-sys-mgmt-agent-go ... [2021-02-01T02:52:36.446Z] Building docker-core-data-go [2021-02-01T02:52:36.446Z] Building docker-security-bootstrapper-go [2021-02-01T02:52:36.446Z] Building docker-support-notifications-go [2021-02-01T02:52:36.446Z] Building docker-security-proxy-setup-go [2021-02-01T02:52:36.446Z] Building docker-support-scheduler-go [2021-02-01T02:52:36.490Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-01T02:52:36.490Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-01T02:52:36.490Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-01T02:52:36.490Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-01T02:52:36.490Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-01T02:52:36.490Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-01T02:52:36.490Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-01T02:52:36.490Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-01T02:52:36.750Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-01T02:52:36.750Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-01T02:52:36.750Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-01T02:52:36.750Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-01T02:52:37.011Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-01T02:52:37.011Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-01T02:52:37.011Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-01T02:52:37.011Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-01T02:52:37.011Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-01T02:52:37.011Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-01T02:52:37.011Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-01T02:52:37.011Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-01T02:52:37.011Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-01T02:52:37.011Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-01T02:52:37.011Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-01T02:52:37.011Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-01T02:52:37.011Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-01T02:52:37.011Z] Get:83 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-02-01T02:52:37.011Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-01T02:52:37.011Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-01T02:52:37.011Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-01T02:52:37.011Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-01T02:52:37.272Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-01T02:52:37.272Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-01T02:52:37.272Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-01T02:52:37.272Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-01T02:52:37.272Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-01T02:52:37.272Z] Get:93 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-02-01T02:52:37.272Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-01T02:52:37.272Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-01T02:52:37.272Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-01T02:52:37.272Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-01T02:52:37.272Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-01T02:52:37.533Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-01T02:52:37.533Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T02:52:37.533Z] Fetched 63.8 MB in 2s (31.1 MB/s) [2021-02-01T02:52:37.533Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:37.533Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T02:52:37.533Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T02:52:38.479Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T02:52:38.479Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T02:52:38.479Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-01T02:52:38.479Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-01T02:52:39.425Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:52:39.425Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:52:39.425Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:52:39.425Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:52:39.687Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:52:39.687Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:52:39.687Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:52:39.687Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:52:39.952Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:52:39.952Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:52:39.952Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:52:39.952Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:52:40.213Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:52:40.213Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:52:40.213Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:52:40.475Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T02:52:40.475Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:52:40.475Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-01T02:52:40.475Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:52:40.736Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T02:52:40.736Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:52:40.736Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:52:40.736Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:52:40.736Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:52:40.997Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:52:40.997Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:52:40.997Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:52:41.260Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T02:52:41.260Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T02:52:41.521Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T02:52:41.781Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-01T02:52:42.046Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T02:52:42.046Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-01T02:52:42.046Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-01T02:52:42.046Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-01T02:52:42.046Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-01T02:52:42.308Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-01T02:52:42.571Z] Installing new version of config file /etc/issue ... [2021-02-01T02:52:42.571Z] Installing new version of config file /etc/issue.net ... [2021-02-01T02:52:42.571Z] Installing new version of config file /etc/lsb-release ... [2021-02-01T02:52:42.571Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-01T02:52:42.833Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-01T02:52:42.833Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-01T02:52:42.833Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-01T02:52:42.833Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:42.833Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-01T02:52:43.095Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-01T02:52:43.095Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-01T02:52:43.095Z] 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-02-01T02:52:43.357Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:43.357Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T02:52:43.357Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-01T02:52:43.357Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-01T02:52:43.618Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:43.618Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-01T02:52:43.618Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-01T02:52:43.618Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-01T02:52:43.880Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:43.880Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-01T02:52:43.880Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-01T02:52:44.142Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-01T02:52:44.142Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:44.142Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T02:52:44.431Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T02:52:44.431Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-01T02:52:44.694Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:44.694Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T02:52:44.694Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T02:52:44.694Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-01T02:52:44.956Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:44.956Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-01T02:52:44.956Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-01T02:52:44.956Z] Setting up grep (3.1-2build1) ... [2021-02-01T02:52:45.218Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:45.218Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-01T02:52:45.218Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-01T02:52:45.218Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-01T02:52:45.484Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:45.484Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T02:52:45.484Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T02:52:45.484Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-01T02:52:45.746Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:45.746Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-01T02:52:45.746Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T02:52:46.327Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-01T02:52:46.327Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T02:52:46.327Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-01T02:52:46.327Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T02:52:46.906Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-01T02:52:46.906Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:46.906Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-01T02:52:46.906Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T02:52:48.316Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-01T02:52:48.316Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-01T02:52:48.316Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-01T02:52:48.316Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-01T02:52:48.316Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-01T02:52:48.578Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:48.578Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-01T02:52:48.578Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-01T02:52:48.850Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-01T02:52:49.112Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:49.112Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T02:52:49.112Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T02:52:49.112Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T02:52:49.374Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:49.374Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T02:52:49.374Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T02:52:49.374Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T02:52:49.374Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:49.374Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T02:52:49.641Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T02:52:49.641Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T02:52:49.641Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:49.641Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T02:52:49.903Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T02:52:49.903Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T02:52:49.903Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:49.903Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T02:52:49.903Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T02:52:50.168Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T02:52:50.168Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T02:52:50.168Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-01T02:52:50.431Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:50.431Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T02:52:50.431Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T02:52:50.431Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-01T02:52:50.431Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:50.431Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T02:52:50.692Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T02:52:50.692Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T02:52:50.692Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:50.692Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T02:52:50.692Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T02:52:50.968Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-01T02:52:50.968Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:50.968Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T02:52:50.968Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T02:52:51.544Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-01T02:52:51.808Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-01T02:52:52.070Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-01T02:52:52.070Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:52.070Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T02:52:52.070Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T02:52:52.332Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-01T02:52:52.332Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:52:52.332Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-01T02:52:52.332Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T02:52:52.596Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-01T02:52:52.596Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:52:52.596Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-01T02:52:52.596Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-01T02:52:52.858Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-01T02:52:53.120Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:52:53.120Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-01T02:52:53.120Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-01T02:52:53.382Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-01T02:52:53.382Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:52:53.382Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-01T02:52:53.382Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-01T02:52:53.643Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-01T02:52:53.643Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:52:53.643Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-01T02:52:53.643Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T02:52:53.903Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T02:52:53.903Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:52:53.903Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-01T02:52:53.903Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T02:52:54.163Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T02:52:54.164Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:52:54.164Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-01T02:52:54.424Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T02:52:54.424Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T02:52:54.686Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:52:54.686Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T02:52:54.686Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T02:52:54.686Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-01T02:52:54.686Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T02:52:54.948Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T02:52:54.948Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T02:52:54.948Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-01T02:52:55.213Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:52:55.213Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-01T02:52:55.213Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-01T02:52:55.213Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-01T02:52:55.473Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:52:55.473Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-01T02:52:55.473Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T02:52:55.473Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T02:52:55.734Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:52:55.735Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T02:52:55.735Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T02:52:55.996Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-01T02:52:55.996Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:52:55.996Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-01T02:52:55.996Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-01T02:52:56.257Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-01T02:52:56.257Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:52:56.257Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-01T02:52:56.257Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-01T02:52:56.829Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-01T02:52:56.829Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:52:56.829Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T02:52:56.830Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T02:52:57.091Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-01T02:52:57.091Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:52:57.091Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-01T02:52:57.091Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-01T02:52:57.353Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-01T02:52:57.353Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:52:57.353Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-01T02:52:57.617Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-01T02:52:57.617Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-01T02:52:57.617Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:52:57.617Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-01T02:52:57.888Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-01T02:52:57.888Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-01T02:52:57.888Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:52:57.888Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-01T02:52:58.150Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-01T02:52:58.150Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-01T02:52:58.412Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:52:58.412Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-01T02:52:58.412Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-01T02:52:58.412Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-01T02:52:58.412Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:52:58.412Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-01T02:52:58.412Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-01T02:52:58.674Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-01T02:52:58.674Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-01T02:52:58.674Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-01T02:52:58.674Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-01T02:52:58.937Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-01T02:52:58.937Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-01T02:52:59.200Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-01T02:52:59.200Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-01T02:52:59.200Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-02-01T02:52:59.200Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-02-01T02:52:59.464Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-01T02:52:59.464Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-01T02:52:59.464Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-01T02:52:59.464Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-01T02:52:59.726Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-01T02:52:59.726Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-01T02:52:59.726Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-01T02:52:59.726Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-01T02:52:59.726Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-01T02:52:59.989Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-01T02:52:59.989Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-01T02:52:59.989Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-01T02:52:59.989Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-01T02:52:59.989Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-01T02:53:00.250Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-01T02:53:00.250Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-01T02:53:01.193Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-01T02:53:01.193Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-01T02:53:01.193Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-01T02:53:01.193Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-01T02:53:01.193Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T02:53:01.458Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T02:53:01.721Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T02:53:01.721Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T02:53:02.294Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T02:53:02.294Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T02:53:02.294Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T02:53:02.294Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T02:53:02.555Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T02:53:02.555Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T02:53:02.555Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T02:53:02.555Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T02:53:02.818Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T02:53:02.818Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T02:53:02.818Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T02:53:02.818Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T02:53:03.764Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T02:53:03.764Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T02:53:04.710Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T02:53:04.710Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T02:53:05.283Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T02:53:05.283Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T02:53:05.543Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T02:53:05.543Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T02:53:06.484Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T02:53:06.484Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T02:53:06.484Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-01T02:53:06.484Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-01T02:53:06.743Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-01T02:53:06.743Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-01T02:53:06.743Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-01T02:53:06.743Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-01T02:53:07.005Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-01T02:53:07.005Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-01T02:53:07.005Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-01T02:53:07.005Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-01T02:53:07.266Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-01T02:53:07.266Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-01T02:53:07.527Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-01T02:53:07.527Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-01T02:53:07.527Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:53:07.527Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-01T02:53:07.527Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:53:07.788Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:53:07.788Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:53:07.788Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-01T02:53:07.788Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-01T02:53:07.788Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-01T02:53:07.788Z] [2021-02-01T02:53:07.788Z] Current default time zone: 'Etc/UTC' [2021-02-01T02:53:07.788Z] Local time is now: Mon Feb 1 02:53:07 UTC 2021. [2021-02-01T02:53:07.788Z] Universal Time is now: Mon Feb 1 02:53:07 UTC 2021. [2021-02-01T02:53:07.788Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-01T02:53:07.788Z] [2021-02-01T02:53:08.050Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-01T02:53:08.050Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:53:08.050Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-01T02:53:08.050Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-01T02:53:08.050Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-01T02:53:08.050Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-01T02:53:08.050Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-01T02:53:08.316Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-01T02:53:08.316Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-01T02:53:08.316Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-01T02:53:08.316Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:53:08.316Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-01T02:53:08.577Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T02:53:08.577Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-01T02:53:08.577Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:53:08.577Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-01T02:53:08.839Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-01T02:53:08.839Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-01T02:53:08.839Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-01T02:53:08.839Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-01T02:53:08.839Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-01T02:53:08.839Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-01T02:53:08.839Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-01T02:53:10.755Z] Updating certificates in /etc/ssl/certs... [2021-02-01T02:53:11.706Z] 22 added, 17 removed; done. [2021-02-01T02:53:11.706Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-01T02:53:11.975Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:53:11.975Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-01T02:53:11.975Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-01T02:53:11.975Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-01T02:53:11.975Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T02:53:11.975Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-01T02:53:12.235Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T02:53:12.235Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T02:53:12.235Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T02:53:12.235Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T02:53:12.235Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T02:53:12.235Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-01T02:53:12.235Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-01T02:53:12.235Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-01T02:53:12.235Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-01T02:53:12.498Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-01T02:53:12.498Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T02:53:12.498Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T02:53:12.498Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-01T02:53:12.498Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-01T02:53:12.498Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-01T02:53:12.760Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-01T02:53:12.760Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-01T02:53:12.760Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-01T02:53:12.760Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-01T02:53:12.760Z] Updating certificates in /etc/ssl/certs... [2021-02-01T02:53:13.332Z] 0 added, 0 removed; done. [2021-02-01T02:53:13.332Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-01T02:53:13.332Z] done. [2021-02-01T02:53:13.905Z] Reading package lists... [2021-02-01T02:53:13.905Z] Building dependency tree... [2021-02-01T02:53:13.905Z] Reading state information... [2021-02-01T02:53:14.168Z] The following NEW packages will be installed: [2021-02-01T02:53:14.168Z] apt-transport-https [2021-02-01T02:53:14.168Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-01T02:53:14.168Z] Need to get 1696 B of archives. [2021-02-01T02:53:14.168Z] After this operation, 153 kB of additional disk space will be used. [2021-02-01T02:53:14.168Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-01T02:53:14.168Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T02:53:14.429Z] Fetched 1696 B in 0s (26.9 kB/s) [2021-02-01T02:53:14.429Z] Selecting previously unselected package apt-transport-https. [2021-02-01T02:53:14.429Z] (Reading database ... 13929 files and directories currently installed.) [2021-02-01T02:53:14.429Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-01T02:53:14.429Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-01T02:53:14.429Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-01T02:53:14.690Z] Waiting for network to be ready... [2021-02-01T02:53:21.331Z] 2021-02-01T02:53:17Z INFO Waiting for automatic snapd restart... [2021-02-01T02:53:21.331Z] snapd 2.48.2 from Canonical* installed [2021-02-01T02:53:21.904Z] "snapd" switched to the "latest/stable" channel [2021-02-01T02:53:21.904Z] [2021-02-01T02:53:24.451Z] core18 20201210 from Canonical* installed [2021-02-01T02:53:24.713Z] "core18" switched to the "latest/stable" channel [2021-02-01T02:53:24.713Z] [2021-02-01T02:53:28.018Z] snapcraft 4.4.4 from Canonical* installed [2021-02-01T02:53:28.280Z] "snapcraft" switched to the "latest/stable" channel [2021-02-01T02:53:28.280Z] [2021-02-01T02:53:31.589Z] 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-02-01T02:53:31.589Z] - README.md [2021-02-01T02:53:31.589Z] - snapcraft.yaml.orig [2021-02-01T02:53:31.589Z] [2021-02-01T02:53:31.589Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-01T02:53:38.188Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T02:53:38.188Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-01T02:53:38.188Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-01T02:53:38.188Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-01T02:53:39.400Z] Reading package lists... [2021-02-01T02:53:39.664Z] 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-02-01T02:53:44.460Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:53:44.460Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:53:44.460Z] ---> e30029d1e19c [2021-02-01T02:53:44.460Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T02:53:44.737Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:53:44.737Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:53:44.737Z] ---> e30029d1e19c [2021-02-01T02:53:44.737Z] Step 3/21 : WORKDIR /edgex-go [2021-02-01T02:53:45.013Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:53:45.013Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:53:45.013Z] ---> e30029d1e19c [2021-02-01T02:53:45.013Z] Step 3/31 : WORKDIR /edgex-go [2021-02-01T02:53:45.013Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:53:45.013Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:53:45.013Z] ---> e30029d1e19c [2021-02-01T02:53:45.013Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T02:53:45.286Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:53:45.286Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:53:45.286Z] ---> e30029d1e19c [2021-02-01T02:53:45.286Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T02:53:46.251Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T02:53:46.251Z] Reading package lists... [2021-02-01T02:53:46.251Z] Building dependency tree... [2021-02-01T02:53:46.251Z] Reading state information... [2021-02-01T02:53:46.251Z] Suggested packages: [2021-02-01T02:53:46.251Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-01T02:53:46.251Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-01T02:53:46.251Z] Recommended packages: [2021-02-01T02:53:46.251Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-01T02:53:46.251Z] The following NEW packages will be installed: [2021-02-01T02:53:46.251Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-01T02:53:46.251Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-01T02:53:46.251Z] pkg-config zip [2021-02-01T02:53:46.251Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-01T02:53:46.251Z] Need to get 7655 kB of archives. [2021-02-01T02:53:46.251Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-01T02:53:46.251Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-01T02:53:46.251Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-01T02:53:46.251Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-01T02:53:46.251Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-01T02:53:46.251Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-01T02:53:46.512Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-01T02:53:46.512Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-01T02:53:46.512Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-01T02:53:46.512Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-01T02:53:46.512Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-01T02:53:46.774Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-01T02:53:46.774Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-01T02:53:46.774Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-01T02:53:46.774Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-01T02:53:46.774Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-01T02:53:47.038Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T02:53:47.038Z] Fetched 7655 kB in 1s (10.4 MB/s) [2021-02-01T02:53:47.038Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-01T02:53:47.038Z] (Reading database ... 13933 files and directories currently installed.) [2021-02-01T02:53:47.038Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-01T02:53:47.038Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-01T02:53:47.299Z] Selecting previously unselected package libpsl5:amd64. [2021-02-01T02:53:47.299Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-01T02:53:47.299Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-01T02:53:47.561Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-01T02:53:47.561Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-01T02:53:47.561Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-01T02:53:47.561Z] Selecting previously unselected package librtmp1:amd64. [2021-02-01T02:53:47.561Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-01T02:53:47.561Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-01T02:53:47.561Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-01T02:53:47.561Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-01T02:53:47.561Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-01T02:53:47.828Z] Selecting previously unselected package liberror-perl. [2021-02-01T02:53:47.828Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-01T02:53:47.828Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-01T02:53:47.828Z] Selecting previously unselected package git-man. [2021-02-01T02:53:47.828Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-01T02:53:47.828Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-01T02:53:47.828Z] Selecting previously unselected package git. [2021-02-01T02:53:47.828Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-01T02:53:48.089Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-01T02:53:48.684Z] Selecting previously unselected package libnorm1:amd64. [2021-02-01T02:53:48.684Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-01T02:53:48.684Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-01T02:53:48.951Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-01T02:53:48.951Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-01T02:53:48.951Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-01T02:53:48.951Z] Selecting previously unselected package libsodium23:amd64. [2021-02-01T02:53:48.951Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-01T02:53:48.951Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-01T02:53:48.951Z] Selecting previously unselected package libzmq5:amd64. [2021-02-01T02:53:48.951Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-01T02:53:48.951Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T02:53:49.213Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-01T02:53:49.213Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-01T02:53:49.213Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T02:53:49.213Z] Selecting previously unselected package pkg-config. [2021-02-01T02:53:49.213Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-01T02:53:49.213Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-01T02:53:49.213Z] Selecting previously unselected package zip. [2021-02-01T02:53:49.213Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-01T02:53:49.213Z] Unpacking zip (3.0-11build1) ... [2021-02-01T02:53:49.477Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-01T02:53:49.477Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-01T02:53:49.477Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-01T02:53:49.477Z] Setting up liberror-perl (0.17025-1) ... [2021-02-01T02:53:49.477Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-01T02:53:49.477Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-01T02:53:49.477Z] No schema files found: doing nothing. [2021-02-01T02:53:49.477Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-01T02:53:49.477Z] Setting up zip (3.0-11build1) ... [2021-02-01T02:53:49.477Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-01T02:53:49.477Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-01T02:53:49.737Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-01T02:53:49.737Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T02:53:49.737Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-01T02:53:49.737Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T02:53:49.737Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-01T02:53:49.737Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-01T02:53:50.717Z] ---> Running in 4a3ec92f6756 [2021-02-01T02:53:50.717Z] ---> Running in eec3c6b577b9 [2021-02-01T02:53:50.717Z] ---> Running in 136e9cf63f49 [2021-02-01T02:53:50.717Z] ---> Running in 9108ceb5d14f [2021-02-01T02:53:50.717Z] ---> Running in b182a5475071 [2021-02-01T02:53:50.717Z] Removing intermediate container 9108ceb5d14f [2021-02-01T02:53:50.717Z] ---> 0fd44397fb0f [2021-02-01T02:53:50.717Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:53:50.717Z] Removing intermediate container 4a3ec92f6756 [2021-02-01T02:53:50.717Z] ---> 521a2ef45a17 [2021-02-01T02:53:50.717Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:53:50.717Z] Removing intermediate container b182a5475071 [2021-02-01T02:53:50.717Z] ---> df50fd164587 [2021-02-01T02:53:50.717Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:53:50.717Z] Removing intermediate container eec3c6b577b9 [2021-02-01T02:53:50.717Z] ---> 727a5d55a25f [2021-02-01T02:53:50.717Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:53:50.717Z] Removing intermediate container 136e9cf63f49 [2021-02-01T02:53:50.717Z] ---> 34823ec22659 [2021-02-01T02:53:50.717Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:53:50.717Z] ---> Running in fcd108667af7 [2021-02-01T02:53:50.717Z] ---> Running in 955a8caee17f [2021-02-01T02:53:50.717Z] ---> Running in b841f0d514fb [2021-02-01T02:53:50.717Z] ---> Running in 72b392e9670b [2021-02-01T02:53:50.992Z] ---> Running in 9ad3c174687e [2021-02-01T02:53:54.432Z] Removing intermediate container fcd108667af7 [2021-02-01T02:53:54.432Z] ---> f060aaffdfa2 [2021-02-01T02:53:54.432Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-01T02:53:54.709Z] ---> Running in 3221ff64ea09 [2021-02-01T02:53:54.987Z] Removing intermediate container 955a8caee17f [2021-02-01T02:53:54.987Z] ---> 4633f8171d05 [2021-02-01T02:53:54.987Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-01T02:53:55.270Z] ---> Running in c973ff4d3293 [2021-02-01T02:53:55.558Z] Removing intermediate container 72b392e9670b [2021-02-01T02:53:55.558Z] ---> 25975b60adb1 [2021-02-01T02:53:55.558Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-01T02:53:55.558Z] Removing intermediate container 9ad3c174687e [2021-02-01T02:53:55.558Z] ---> 945cc9f2742a [2021-02-01T02:53:55.558Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-01T02:53:55.837Z] ---> Running in 9dc17d80ccce [2021-02-01T02:53:55.837Z] Removing intermediate container b841f0d514fb [2021-02-01T02:53:55.837Z] ---> bafff588f426 [2021-02-01T02:53:55.837Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-01T02:53:56.112Z] ---> Running in 35ddccb28304 [2021-02-01T02:53:56.112Z] ---> Running in 66b53dde7a3d [2021-02-01T02:53:56.340Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T02:53:56.340Z] git set to automatically installed. [2021-02-01T02:53:56.340Z] git-man set to automatically installed. [2021-02-01T02:53:56.340Z] libcurl3-gnutls set to automatically installed. [2021-02-01T02:53:56.340Z] liberror-perl set to automatically installed. [2021-02-01T02:53:56.340Z] libglib2.0-0 set to automatically installed. [2021-02-01T02:53:56.340Z] libnghttp2-14 set to automatically installed. [2021-02-01T02:53:56.340Z] libnorm1 set to automatically installed. [2021-02-01T02:53:56.340Z] libpgm-5.2-0 set to automatically installed. [2021-02-01T02:53:56.340Z] libpsl5 set to automatically installed. [2021-02-01T02:53:56.340Z] librtmp1 set to automatically installed. [2021-02-01T02:53:56.340Z] libsodium23 set to automatically installed. [2021-02-01T02:53:56.340Z] libzmq3-dev set to automatically installed. [2021-02-01T02:53:56.340Z] libzmq5 set to automatically installed. [2021-02-01T02:53:56.340Z] pkg-config set to automatically installed. [2021-02-01T02:53:56.340Z] zip set to automatically installed. [2021-02-01T02:53:57.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:53:57.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:53:57.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:53:57.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:53:57.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:53:57.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:53:57.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:53:58.262Z] snapd is not logged in, snap install commands will use sudo [2021-02-01T02:53:58.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:53:58.532Z] OK: 217 MiB in 51 packages [2021-02-01T02:53:58.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:53:58.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:53:58.815Z] OK: 217 MiB in 51 packages [2021-02-01T02:53:59.444Z] OK: 217 MiB in 51 packages [2021-02-01T02:53:59.733Z] OK: 217 MiB in 51 packages [2021-02-01T02:53:59.733Z] OK: 217 MiB in 51 packages [2021-02-01T02:54:00.344Z] Removing intermediate container 3221ff64ea09 [2021-02-01T02:54:00.344Z] ---> 857bfce95638 [2021-02-01T02:54:00.344Z] Step 6/31 : COPY go.mod . [2021-02-01T02:54:00.952Z] Removing intermediate container c973ff4d3293 [2021-02-01T02:54:00.952Z] ---> 6d51504c4836 [2021-02-01T02:54:00.952Z] Step 6/23 : COPY go.mod . [2021-02-01T02:54:01.228Z] Removing intermediate container 9dc17d80ccce [2021-02-01T02:54:01.228Z] ---> b0f5bee9e949 [2021-02-01T02:54:01.228Z] Step 6/22 : COPY go.mod . [2021-02-01T02:54:01.502Z] ---> f9fce73bdfd1 [2021-02-01T02:54:01.502Z] Step 7/31 : RUN go mod download [2021-02-01T02:54:01.782Z] Removing intermediate container 35ddccb28304 [2021-02-01T02:54:01.782Z] ---> 59a5f22ef3cb [2021-02-01T02:54:01.782Z] Step 6/21 : COPY go.mod . [2021-02-01T02:54:01.782Z] ---> Running in 9df2b7c688b1 [2021-02-01T02:54:01.782Z] Removing intermediate container 66b53dde7a3d [2021-02-01T02:54:01.782Z] ---> 8a5cd4d7eb20 [2021-02-01T02:54:01.782Z] Step 6/22 : COPY go.mod . [2021-02-01T02:54:02.057Z] ---> 6b2bf19f57e6 [2021-02-01T02:54:02.058Z] Step 7/23 : RUN go mod download [2021-02-01T02:54:02.331Z] ---> Running in 8775c6c2321c [2021-02-01T02:54:02.614Z] ---> 862a28b8da2f [2021-02-01T02:54:02.614Z] Step 7/22 : RUN go mod download [2021-02-01T02:54:02.887Z] ---> Running in 7605bc9d2ca3 [2021-02-01T02:54:03.164Z] ---> ef62a7c0cdcb [2021-02-01T02:54:03.164Z] Step 7/21 : RUN go mod download [2021-02-01T02:54:03.164Z] ---> f682a4151006 [2021-02-01T02:54:03.164Z] Step 7/22 : RUN go mod download [2021-02-01T02:54:03.439Z] ---> Running in a99a20c0a0fe [2021-02-01T02:54:03.439Z] ---> Running in c854686d5a4a [2021-02-01T02:54:04.871Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T02:54:05.132Z] snap "core18" has no updates available [2021-02-01T02:54:06.074Z] Pulling config-common [2021-02-01T02:54:06.083Z] Removing intermediate container 9df2b7c688b1 [2021-02-01T02:54:06.083Z] ---> a16c2cca2cc4 [2021-02-01T02:54:06.083Z] Step 8/31 : COPY . . [2021-02-01T02:54:07.017Z] Pulling go-build-helper [2021-02-01T02:54:07.097Z] Removing intermediate container 8775c6c2321c [2021-02-01T02:54:07.097Z] ---> 16bbc0e80447 [2021-02-01T02:54:07.097Z] Step 8/23 : COPY . . [2021-02-01T02:54:07.097Z] Removing intermediate container 7605bc9d2ca3 [2021-02-01T02:54:07.097Z] ---> 1c569b20d4bf [2021-02-01T02:54:07.097Z] Step 8/22 : COPY . . [2021-02-01T02:54:09.722Z] Removing intermediate container a99a20c0a0fe [2021-02-01T02:54:09.722Z] ---> 2b634f547230 [2021-02-01T02:54:09.722Z] Step 8/21 : COPY . . [2021-02-01T02:54:09.996Z] Removing intermediate container c854686d5a4a [2021-02-01T02:54:09.997Z] ---> d8b7c2c49af8 [2021-02-01T02:54:09.997Z] Step 8/22 : COPY . . [2021-02-01T02:54:28.990Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-01T02:54:28.990Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-01T02:54:28.990Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-01T02:54:28.990Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] [2021-02-01T02:54:28.990Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-01T02:54:28.990Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-01T02:54:28.990Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-01T02:54:28.990Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-01T02:54:28.990Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-01T02:54:28.990Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-01T02:54:28.990Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-01T02:54:28.990Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] [2021-02-01T02:54:28.990Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-01T02:54:28.990Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-01T02:54:28.990Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] [2021-02-01T02:54:28.990Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] [2021-02-01T02:54:28.990Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-02-01T02:54:28.990Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-01T02:54:28.990Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-01T02:54:28.990Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] [2021-02-01T02:54:28.990Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-01T02:54:28.990Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-01T02:54:28.990Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-01T02:54:28.990Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-01T02:54:28.990Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-01T02:54:28.990Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-02-01T02:54:28.990Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-02-01T02:54:28.990Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-01T02:54:28.990Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-01T02:54:28.990Z] Fetched 279 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-01T02:54:28.990Z] Fetched 122 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-01T02:54:28.990Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-01T02:54:28.990Z] Fetched 8848 B in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-01T02:54:28.990Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-01T02:54:28.990Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-01T02:54:28.990Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-01T02:54:28.990Z] Fetched 214 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-01T02:54:28.990Z] Fetched 155 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-01T02:54:28.990Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-01T02:54:28.990Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-01T02:54:28.990Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-01T02:54:28.990Z] Fetched 499 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-01T02:54:28.990Z] Fetched 111 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-01T02:54:28.990Z] Fetched 240 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-01T02:54:28.990Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-01T02:54:28.990Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-01T02:54:28.990Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-01T02:54:28.990Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-01T02:54:28.990Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-01T02:54:28.990Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-01T02:54:28.991Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-01T02:54:28.991Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-01T02:54:28.991Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-01T02:54:28.991Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-01T02:54:28.991Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-01T02:54:28.991Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-01T02:54:28.991Z] Fetched 8720 B in 0s (0 B/s) [2021-02-01T02:54:28.991Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-01T02:54:28.991Z] Fetched 137 kB in 0s (0 B/s) [2021-02-01T02:54:28.991Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-01T02:54:28.991Z] Fetched 119 kB in 0s (0 B/s) [2021-02-01T02:54:28.991Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-01T02:54:28.991Z] Fetched 109 kB in 0s (0 B/s) [2021-02-01T02:54:28.991Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-01T02:54:28.991Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-01T02:54:28.991Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-01T02:54:28.991Z] Fetched 645 kB in 0s (0 B/s) [2021-02-01T02:54:28.991Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-01T02:54:28.991Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-01T02:54:28.991Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-01T02:54:28.991Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-01T02:54:28.991Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-01T02:54:28.991Z] Fetched 368 kB in 0s (0 B/s) [2021-02-01T02:54:28.991Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-01T02:54:28.991Z] Fetched 187 kB in 0s (0 B/s) [2021-02-01T02:54:28.991Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-01T02:54:28.991Z] Fetched 175 kB in 0s (0 B/s) [2021-02-01T02:54:28.991Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-01T02:54:31.539Z] Fetched 206 kB in 0s (0 B/s) [2021-02-01T02:54:31.539Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-01T02:54:31.539Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-01T02:54:31.539Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-01T02:54:31.539Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-01T02:54:31.539Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-01T02:54:31.539Z] Fetched 159 kB in 0s (0 B/s) [2021-02-01T02:54:31.539Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-01T02:54:31.539Z] Fetched 107 kB in 0s (0 B/s) [2021-02-01T02:54:31.539Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-01T02:54:31.539Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-01T02:54:31.539Z] Pulling static-packages [2021-02-01T02:54:32.484Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-01T02:54:32.484Z] Skipping pull go-build-helper (already ran) [2021-02-01T02:54:32.484Z] Skipping pull static-packages (already ran) [2021-02-01T02:54:32.484Z] Building go-build-helper [2021-02-01T02:54:36.690Z] Building static-packages [2021-02-01T02:54:36.848Z] ---> af8f217af441 [2021-02-01T02:54:36.848Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-01T02:54:36.848Z] ---> 3852fff564dd [2021-02-01T02:54:36.848Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-01T02:54:36.848Z] ---> 08c6239c41e6 [2021-02-01T02:54:36.848Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-01T02:54:36.848Z] ---> 68b265c96070 [2021-02-01T02:54:36.848Z] ---> 7a9f2c365352 [2021-02-01T02:54:36.848Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-01T02:54:36.848Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-01T02:54:36.848Z] ---> Running in 8031341d7667 [2021-02-01T02:54:36.848Z] ---> Running in ae8fa277ac72 [2021-02-01T02:54:36.848Z] ---> Running in 3cd734963555 [2021-02-01T02:54:36.848Z] ---> Running in 40ed9ba38b6c [2021-02-01T02:54:36.848Z] ---> Running in d9a4701cd883 [2021-02-01T02:54:36.848Z] 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-02-01T02:54:36.848Z] 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-02-01T02:54:36.848Z] 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-02-01T02:54:36.848Z] 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-02-01T02:54:36.848Z] 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-02-01T02:54:38.076Z] Staging go-build-helper [2021-02-01T02:54:38.649Z] Staging static-packages [2021-02-01T02:54:39.598Z] Pulling go115 [2021-02-01T02:54:40.542Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-01T02:54:40.542Z] Skipping pull go115 (already ran) [2021-02-01T02:54:40.542Z] Building go115 [2021-02-01T02:54:40.542Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T02:54:40.542Z] Dload Upload Total Spent Left Speed [2021-02-01T02:54:43.681Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 31 115M 31 35.9M 0 0 34.8M 0 0:00:03 0:00:01 0:00:02 34.8M 62 115M 62 72.6M 0 0 35.9M 0 0:00:03 0:00:02 0:00:01 35.9M 98 115M 98 114M 0 0 37.7M 0 0:00:03 0:00:03 --:--:-- 37.7M 100 115M 100 115M 0 0 37.6M 0 0:00:03 0:00:03 --:--:-- 37.6M [2021-02-01T02:54:44.252Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-01T02:54:48.464Z] Staging go115 [2021-02-01T02:54:53.756Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-01T02:54:53.756Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-01T02:54:53.756Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-01T02:54:53.756Z] Fetched 0 B in 0s (0 B/s) [2021-02-01T02:54:53.756Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-01T02:54:53.756Z] Fetched 224 kB in 0s (0 B/s) [2021-02-01T02:54:53.756Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-01T02:54:53.756Z] Fetched 157 kB in 0s (0 B/s) [2021-02-01T02:54:53.756Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-01T02:54:53.756Z] Fetched 221 kB in 0s (0 B/s) [2021-02-01T02:54:53.756Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-01T02:54:53.756Z] Fetched 143 kB in 0s (0 B/s) [2021-02-01T02:54:53.756Z] Pulling edgex-go [2021-02-01T02:54:54.017Z] Pulling version [2021-02-01T02:54:54.960Z] Building config-common [2021-02-01T02:54:56.877Z] Skipping build go-build-helper (already ran) [2021-02-01T02:54:56.877Z] Skipping build static-packages (already ran) [2021-02-01T02:54:56.877Z] Skipping build go115 (already ran) [2021-02-01T02:54:56.877Z] Building edgex-go [2021-02-01T02:54:57.139Z] 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-02-01T02:54:58.524Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-01T02:54:58.524Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-01T02:54:58.524Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-01T02:54:58.524Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.13 [2021-02-01T02:54:58.524Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-01T02:54:58.524Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-01T02:54:58.524Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-01T02:54:58.524Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-01T02:54:58.524Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-01T02:54:58.524Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-01T02:54:58.524Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-01T02:54:58.524Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-01T02:54:58.524Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-01T02:54:58.524Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-01T02:54:58.524Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-01T02:54:58.524Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-01T02:54:58.524Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-01T02:54:58.524Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-01T02:54:58.524Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-01T02:54:58.525Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-01T02:54:58.525Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-01T02:54:58.525Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-01T02:54:58.525Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-01T02:54:58.525Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-01T02:54:58.525Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-01T02:54:58.525Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-01T02:54:58.525Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-01T02:54:58.525Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-01T02:54:58.525Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-01T02:54:58.525Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-01T02:54:58.525Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-01T02:54:58.525Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-01T02:54:58.525Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-01T02:54:58.785Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-01T02:54:58.785Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-01T02:54:58.785Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-01T02:54:58.785Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-01T02:54:58.785Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-01T02:54:59.399Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-01T02:54:59.399Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-01T02:55:05.994Z] 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-02-01T02:55:10.196Z] 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-02-01T02:55:11.583Z] 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-02-01T02:55:12.531Z] 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-02-01T02:55:12.792Z] 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-02-01T02:55:12.792Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-01T02:55:13.054Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-01T02:55:13.054Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-01T02:55:13.054Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-01T02:55:14.975Z] 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-02-01T02:55:14.975Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-01T02:55:14.975Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-01T02:55:15.917Z] 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-02-01T02:55:16.859Z] 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-02-01T02:55:16.859Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-01T02:55:18.241Z] 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-02-01T02:55:19.183Z] 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-02-01T02:55:20.132Z] 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-02-01T02:55:20.132Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-01T02:55:21.076Z] 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-02-01T02:55:21.076Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-01T02:55:23.633Z] Building version [2021-02-01T02:55:25.563Z] Staging config-common [2021-02-01T02:55:26.510Z] Skipping stage go-build-helper (already ran) [2021-02-01T02:55:26.510Z] Skipping stage static-packages (already ran) [2021-02-01T02:55:26.510Z] Skipping stage go115 (already ran) [2021-02-01T02:55:26.510Z] Staging edgex-go [2021-02-01T02:55:27.463Z] Staging version [2021-02-01T02:55:28.406Z] Priming config-common [2021-02-01T02:55:29.352Z] Priming go-build-helper [2021-02-01T02:55:30.299Z] Priming static-packages [2021-02-01T02:55:32.223Z] Priming go115 [2021-02-01T02:55:33.167Z] Priming edgex-go [2021-02-01T02:55:34.555Z] Priming version [2021-02-01T02:55:35.127Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-01T02:55:58.739Z] 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-02-01T02:55:58.739Z] 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-02-01T02:56:13.912Z] Removing intermediate container d9a4701cd883 [2021-02-01T02:56:13.912Z] ---> 1bb03f88c5f9 [2021-02-01T02:56:13.912Z] [2021-02-01T02:56:13.912Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T02:56:13.912Z] 3.12: Pulling from library/alpine [2021-02-01T02:56:13.912Z] Removing intermediate container ae8fa277ac72 [2021-02-01T02:56:13.912Z] ---> d56013606d0a [2021-02-01T02:56:13.912Z] [2021-02-01T02:56:13.912Z] Step 10/21 : FROM alpine:3.12 [2021-02-01T02:56:13.912Z] 3.12: Pulling from library/alpine [2021-02-01T02:56:14.192Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T02:56:14.192Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T02:56:14.192Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T02:56:14.192Z] ---> afeebe901d6b [2021-02-01T02:56:14.192Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-01T02:56:14.477Z] Status: Image is up to date for alpine:3.12 [2021-02-01T02:56:14.477Z] ---> afeebe901d6b [2021-02-01T02:56:14.477Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-01T02:56:14.759Z] ---> Running in 34ff22c13e9e [2021-02-01T02:56:14.759Z] ---> Running in 3ae5a7f780e8 [2021-02-01T02:56:17.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:56:17.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:56:17.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:56:17.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:56:18.033Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-01T02:56:18.033Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T02:56:18.033Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-01T02:56:18.033Z] (4/4) Installing curl (7.69.1-r3) [2021-02-01T02:56:18.033Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:56:18.314Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T02:56:18.314Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-01T02:56:18.314Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-01T02:56:18.314Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:56:18.314Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T02:56:18.314Z] OK: 7 MiB in 18 packages [2021-02-01T02:56:18.922Z] OK: 6 MiB in 16 packages [2021-02-01T02:56:23.267Z] Removing intermediate container 34ff22c13e9e [2021-02-01T02:56:23.267Z] ---> d5ca528e6817 [2021-02-01T02:56:23.267Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T02:56:23.267Z] Removing intermediate container 8031341d7667 [2021-02-01T02:56:23.267Z] ---> 05704b4c2d60 [2021-02-01T02:56:23.267Z] [2021-02-01T02:56:23.267Z] Step 10/31 : FROM alpine:3.12 [2021-02-01T02:56:23.267Z] ---> afeebe901d6b [2021-02-01T02:56:23.267Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-01T02:56:23.603Z] ---> Running in ab63fffa31bd [2021-02-01T02:56:23.603Z] ---> Running in ecd5fc35b306 [2021-02-01T02:56:23.957Z] Removing intermediate container 3ae5a7f780e8 [2021-02-01T02:56:23.957Z] ---> b5a421b970f3 [2021-02-01T02:56:23.957Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:56:24.580Z] ---> Running in 3d5852572241 [2021-02-01T02:56:24.856Z] Removing intermediate container ab63fffa31bd [2021-02-01T02:56:24.856Z] ---> 1ecbff51d663 [2021-02-01T02:56:24.856Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-01T02:56:24.856Z] Removing intermediate container ecd5fc35b306 [2021-02-01T02:56:24.856Z] ---> 19dca351b1f1 [2021-02-01T02:56:24.856Z] Step 13/21 : WORKDIR /edgex [2021-02-01T02:56:25.135Z] ---> Running in 1cc250d5e8c5 [2021-02-01T02:56:25.411Z] ---> Running in 41a50affc2e1 [2021-02-01T02:56:25.684Z] Removing intermediate container 3d5852572241 [2021-02-01T02:56:25.684Z] ---> 7c9cd4373a7a [2021-02-01T02:56:25.684Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-01T02:56:26.279Z] ---> Running in b948bfb2011e [2021-02-01T02:56:26.279Z] Removing intermediate container 41a50affc2e1 [2021-02-01T02:56:26.279Z] ---> 0a609ca50b72 [2021-02-01T02:56:26.279Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-01T02:56:27.272Z] Removing intermediate container b948bfb2011e [2021-02-01T02:56:27.272Z] ---> 1d610e3a0670 [2021-02-01T02:56:27.272Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T02:56:27.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:56:27.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:56:27.547Z] Removing intermediate container 3cd734963555 [2021-02-01T02:56:27.547Z] ---> 6a89575a8ac7 [2021-02-01T02:56:27.547Z] [2021-02-01T02:56:27.547Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T02:56:27.547Z] ---> afeebe901d6b [2021-02-01T02:56:27.547Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-01T02:56:27.547Z] ---> Running in 2fce09a6c87a [2021-02-01T02:56:27.834Z] ---> Running in d3391755b488 [2021-02-01T02:56:27.834Z] ---> bae3d1d0e18a [2021-02-01T02:56:27.834Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-01T02:56:28.115Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-01T02:56:28.115Z] (2/2) Installing su-exec (0.2-r1) [2021-02-01T02:56:28.115Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:56:28.115Z] OK: 5 MiB in 16 packages [2021-02-01T02:56:28.392Z] Removing intermediate container 2fce09a6c87a [2021-02-01T02:56:28.392Z] ---> ecd02d317475 [2021-02-01T02:56:28.392Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:56:29.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:56:29.848Z] ---> 5ecef77cc210 [2021-02-01T02:56:29.848Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-01T02:56:29.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:56:30.130Z] ---> 40d1a6b142a5 [2021-02-01T02:56:30.130Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-01T02:56:30.130Z] Removing intermediate container 1cc250d5e8c5 [2021-02-01T02:56:30.130Z] ---> 6684a992659c [2021-02-01T02:56:30.130Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-01T02:56:30.404Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T02:56:30.679Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:56:30.679Z] OK: 5 MiB in 15 packages [2021-02-01T02:56:30.679Z] ---> Running in 86c7ed364282 [2021-02-01T02:56:32.123Z] Removing intermediate container 86c7ed364282 [2021-02-01T02:56:32.123Z] ---> afd220df9a7b [2021-02-01T02:56:32.123Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-01T02:56:32.404Z] ---> eeb6f0d6c32f [2021-02-01T02:56:32.404Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] ---> 88611cca089d [2021-02-01T02:56:32.404Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-01T02:56:32.404Z] [2021-02-01T02:56:32.679Z] ---> Running in c0f606657b4c [2021-02-01T02:56:32.679Z] Removing intermediate container d3391755b488 [2021-02-01T02:56:32.679Z] ---> 10b7e7196b5e [2021-02-01T02:56:32.679Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:56:32.960Z] ---> Running in 4f3e872dcb81 [2021-02-01T02:56:32.960Z] ---> Running in c9584cdcb6dc [2021-02-01T02:56:33.240Z] Removing intermediate container c0f606657b4c [2021-02-01T02:56:33.240Z] ---> d1296bf87796 [2021-02-01T02:56:33.240Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-01T02:56:33.240Z] ---> aea7a19148e2 [2021-02-01T02:56:33.240Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-01T02:56:33.525Z] ---> Running in 5b5f9a9776e0 [2021-02-01T02:56:33.525Z] ---> Running in f9bbbfb9ba23 [2021-02-01T02:56:33.805Z] Removing intermediate container c9584cdcb6dc [2021-02-01T02:56:33.805Z] ---> 92ee84355458 [2021-02-01T02:56:33.805Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-01T02:56:33.805Z] Removing intermediate container 4f3e872dcb81 [2021-02-01T02:56:33.805Z] ---> 02148c3670a5 [2021-02-01T02:56:33.805Z] Step 18/21 : CMD ["--init=true"] [2021-02-01T02:56:34.083Z] ---> Running in 2627732403b2 [2021-02-01T02:56:34.083Z] ---> Running in 2799f8b99582 [2021-02-01T02:56:34.362Z] Removing intermediate container f9bbbfb9ba23 [2021-02-01T02:56:34.362Z] ---> 114e2f16f1eb [2021-02-01T02:56:34.362Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:56:34.648Z] ---> Running in 55a774cbaab4 [2021-02-01T02:56:34.921Z] Removing intermediate container 2627732403b2 [2021-02-01T02:56:34.921Z] ---> afce48e69f74 [2021-02-01T02:56:34.921Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T02:56:34.921Z] Removing intermediate container 2799f8b99582 [2021-02-01T02:56:34.921Z] ---> 238109f19319 [2021-02-01T02:56:34.921Z] Step 19/21 : LABEL arch=arm64 [2021-02-01T02:56:34.921Z] ---> Running in ac462d9a8b46 [2021-02-01T02:56:35.190Z] ---> Running in a37faed1f918 [2021-02-01T02:56:35.466Z] Removing intermediate container 55a774cbaab4 [2021-02-01T02:56:35.466Z] ---> 6082c9997cb3 [2021-02-01T02:56:35.466Z] Step 20/22 : LABEL arch=arm64 [2021-02-01T02:56:35.742Z] ---> Running in 5885269fec14 [2021-02-01T02:56:35.743Z] Removing intermediate container ac462d9a8b46 [2021-02-01T02:56:35.743Z] ---> c046b16116b5 [2021-02-01T02:56:35.743Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:56:36.012Z] Removing intermediate container a37faed1f918 [2021-02-01T02:56:36.012Z] ---> 5292e04abe61 [2021-02-01T02:56:36.012Z] Step 20/21 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:56:36.286Z] ---> Running in bc8912385ae3 [2021-02-01T02:56:36.286Z] Removing intermediate container 5885269fec14 [2021-02-01T02:56:36.286Z] ---> a75c03222729 [2021-02-01T02:56:36.286Z] Step 21/22 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:56:36.558Z] Removing intermediate container 5b5f9a9776e0 [2021-02-01T02:56:36.558Z] ---> 0e172f9884cd [2021-02-01T02:56:36.558Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-01T02:56:36.830Z] ---> Running in 9be7af0349b1 [2021-02-01T02:56:37.102Z] ---> Running in 5131f8b3cf15 [2021-02-01T02:56:37.384Z] ---> f6b75ebf8c05 [2021-02-01T02:56:37.384Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-01T02:56:37.384Z] Removing intermediate container bc8912385ae3 [2021-02-01T02:56:37.384Z] ---> 9fc3e10373fe [2021-02-01T02:56:37.384Z] Step 21/21 : LABEL version=0.0.0 [2021-02-01T02:56:37.384Z] Removing intermediate container 9be7af0349b1 [2021-02-01T02:56:37.384Z] ---> 3db1b7d632ff [2021-02-01T02:56:37.384Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T02:56:37.659Z] ---> Running in 64552d833aee [2021-02-01T02:56:37.659Z] ---> Running in 2975f0e8112b [2021-02-01T02:56:37.935Z] Removing intermediate container 5131f8b3cf15 [2021-02-01T02:56:37.935Z] ---> 5c5090d9e29d [2021-02-01T02:56:37.935Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-01T02:56:38.209Z] Removing intermediate container 64552d833aee [2021-02-01T02:56:38.209Z] ---> 1662a6a6aae5 [2021-02-01T02:56:38.209Z] [2021-02-01T02:56:38.482Z] Removing intermediate container 2975f0e8112b [2021-02-01T02:56:38.483Z] ---> 10c0d7d736ea [2021-02-01T02:56:38.483Z] [2021-02-01T02:56:39.079Z] Successfully built 1662a6a6aae5 [2021-02-01T02:56:39.079Z] Successfully built 10c0d7d736ea [2021-02-01T02:56:39.079Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-01T02:56:39.079Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-01T02:56:39.079Z] ---> fa554639d885 [2021-02-01T02:56:39.079Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-01T02:56:39.079Z] ---> 35eea9179bb3 [2021-02-01T02:56:39.079Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-01T02:56:39.348Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-01T02:56:39.348Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-02-01T02:56:39.619Z] ---> Running in 27c058e47d0b [2021-02-01T02:56:40.214Z] ---> 93d0d2ceac87 [2021-02-01T02:56:40.214Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-01T02:56:40.805Z] ---> Running in ea48c94dcd75 [2021-02-01T02:56:41.077Z] Removing intermediate container 40ed9ba38b6c [2021-02-01T02:56:41.077Z] ---> 2e60522e23a8 [2021-02-01T02:56:41.077Z] [2021-02-01T02:56:41.077Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T02:56:41.077Z] ---> afeebe901d6b [2021-02-01T02:56:41.077Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-01T02:56:41.350Z] ---> Running in 8d43f0bda776 [2021-02-01T02:56:41.350Z] Removing intermediate container ea48c94dcd75 [2021-02-01T02:56:41.350Z] ---> 1073dbdb5f0a [2021-02-01T02:56:41.350Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:56:43.334Z] ---> Running in 162b0824959e [2021-02-01T02:56:43.334Z] Removing intermediate container 8d43f0bda776 [2021-02-01T02:56:43.334Z] ---> ef2d8fc4c726 [2021-02-01T02:56:43.334Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-01T02:56:43.614Z] Removing intermediate container 27c058e47d0b [2021-02-01T02:56:43.614Z] ---> c2d76ef3342d [2021-02-01T02:56:43.614Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:56:44.606Z] ---> Running in 9ebb8308c643 [2021-02-01T02:56:44.606Z] Removing intermediate container 162b0824959e [2021-02-01T02:56:44.606Z] ---> a039490709f0 [2021-02-01T02:56:44.606Z] Step 20/22 : LABEL arch=arm64 [2021-02-01T02:56:44.880Z] ---> c10d2ec4d620 [2021-02-01T02:56:44.880Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-01T02:56:44.880Z] ---> Running in 50b8c5d53aca [2021-02-01T02:56:45.151Z] Removing intermediate container 9ebb8308c643 [2021-02-01T02:56:45.151Z] ---> 76f6a3285c07 [2021-02-01T02:56:45.151Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-01T02:56:45.432Z] ---> Running in d8cc7990df28 [2021-02-01T02:56:45.702Z] Removing intermediate container 50b8c5d53aca [2021-02-01T02:56:45.702Z] ---> fde03d93df62 [2021-02-01T02:56:45.702Z] Step 21/22 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:56:46.765Z] ---> Running in d122448ddfbd [2021-02-01T02:56:47.361Z] ---> 6d1cbd146cf7 [2021-02-01T02:56:47.361Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-01T02:56:47.361Z] Removing intermediate container d8cc7990df28 [2021-02-01T02:56:47.361Z] ---> aab871b4aac8 [2021-02-01T02:56:47.361Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:56:47.974Z] Removing intermediate container d122448ddfbd [2021-02-01T02:56:47.974Z] ---> bf58f60d41e8 [2021-02-01T02:56:47.974Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T02:56:48.244Z] ---> Running in 80dff2d351fa [2021-02-01T02:56:48.516Z] ---> Running in be9e1b92e3cd [2021-02-01T02:56:48.792Z] ---> 2613de00b742 [2021-02-01T02:56:48.792Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-01T02:56:49.066Z] Removing intermediate container be9e1b92e3cd [2021-02-01T02:56:49.066Z] ---> 0877aab46a67 [2021-02-01T02:56:49.066Z] [2021-02-01T02:56:49.673Z] Successfully built 0877aab46a67 [2021-02-01T02:56:49.673Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-01T02:56:49.673Z] Building docker-core-metadata-go [2021-02-01T02:56:50.271Z]  Building docker-support-scheduler-go ... done  ---> 00cbcd2dac91 [2021-02-01T02:56:50.271Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-01T02:56:51.260Z] ---> 0593f5354f0e [2021-02-01T02:56:51.260Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-01T02:56:51.533Z] ---> Running in a9d35c32ad1f [2021-02-01T02:56:51.533Z] Removing intermediate container 80dff2d351fa [2021-02-01T02:56:51.533Z] ---> fbe1305a8fa4 [2021-02-01T02:56:51.533Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-01T02:56:51.809Z] ---> Running in 90d513bb3312 [2021-02-01T02:56:52.081Z] Removing intermediate container a9d35c32ad1f [2021-02-01T02:56:52.081Z] ---> 59a60e0f6dc4 [2021-02-01T02:56:52.081Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-01T02:56:53.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:56:53.343Z] ---> fe77dd7f362e [2021-02-01T02:56:53.343Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-01T02:56:53.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:56:54.542Z] ---> Running in 42e6bc3a6d5b [2021-02-01T02:56:54.815Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-01T02:56:55.089Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-01T02:56:55.089Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T02:56:55.089Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-01T02:56:55.368Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T02:56:55.645Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-01T02:56:55.645Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:56:55.645Z] OK: 8 MiB in 20 packages [2021-02-01T02:56:59.041Z] Removing intermediate container 42e6bc3a6d5b [2021-02-01T02:56:59.041Z] ---> 9fe94445eac6 [2021-02-01T02:56:59.041Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-01T02:56:59.041Z] Removing intermediate container 90d513bb3312 [2021-02-01T02:56:59.041Z] ---> 41cc2e6948e4 [2021-02-01T02:56:59.041Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:57:00.024Z] ---> Running in 6887bb417f61 [2021-02-01T02:57:00.301Z] ---> 0e64141f8e08 [2021-02-01T02:57:00.301Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-01T02:57:00.573Z] Removing intermediate container 6887bb417f61 [2021-02-01T02:57:00.573Z] ---> 38446b252bb6 [2021-02-01T02:57:00.573Z] Step 28/31 : CMD ["gate"] [2021-02-01T02:57:01.577Z] ---> Running in 764924a581d6 [2021-02-01T02:57:03.037Z] ---> 4c1756bb6227 [2021-02-01T02:57:03.037Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-01T02:57:03.037Z] Removing intermediate container 764924a581d6 [2021-02-01T02:57:03.037Z] ---> c2c11dc46443 [2021-02-01T02:57:03.037Z] Step 29/31 : LABEL arch=arm64 [2021-02-01T02:57:04.059Z] ---> Running in b7d96bd06919 [2021-02-01T02:57:04.338Z] ---> 20eaa47270bd [2021-02-01T02:57:04.338Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-01T02:57:04.942Z] ---> Running in 388b3a3acd1e [2021-02-01T02:57:04.942Z] Removing intermediate container b7d96bd06919 [2021-02-01T02:57:04.942Z] ---> d828c99180f3 [2021-02-01T02:57:04.942Z] Step 30/31 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:57:05.928Z] ---> Running in f7975b3d1ab5 [2021-02-01T02:57:05.928Z] Removing intermediate container 388b3a3acd1e [2021-02-01T02:57:05.928Z] ---> 5df3b7ba960a [2021-02-01T02:57:05.928Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:57:06.531Z] ---> Running in 3482e22433d8 [2021-02-01T02:57:06.806Z] Removing intermediate container f7975b3d1ab5 [2021-02-01T02:57:06.806Z] ---> 9d2aeb789d79 [2021-02-01T02:57:06.806Z] Step 31/31 : LABEL version=0.0.0 [2021-02-01T02:57:07.407Z] ---> Running in d9e1aef70351 [2021-02-01T02:57:07.407Z] Removing intermediate container 3482e22433d8 [2021-02-01T02:57:07.407Z] ---> 467f40942b51 [2021-02-01T02:57:07.407Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T02:57:08.004Z] ---> Running in d6feead89a6f [2021-02-01T02:57:08.004Z] Removing intermediate container d9e1aef70351 [2021-02-01T02:57:08.004Z] ---> 37262513e306 [2021-02-01T02:57:08.004Z] [2021-02-01T02:57:08.601Z] Successfully built 37262513e306 [2021-02-01T02:57:08.601Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-01T02:57:08.601Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container d6feead89a6f [2021-02-01T02:57:08.601Z] ---> 58a310ec8ca6 [2021-02-01T02:57:08.601Z] Step 22/23 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1Building docker-core-command-go [2021-02-01T02:57:08.601Z] [2021-02-01T02:57:09.204Z] ---> Running in 82a423394ed3 [2021-02-01T02:57:09.478Z] Removing intermediate container 82a423394ed3 [2021-02-01T02:57:09.478Z] ---> bf85342c0e0d [2021-02-01T02:57:09.478Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T02:57:09.750Z] ---> Running in f1a3a94b6c00 [2021-02-01T02:57:10.356Z] Removing intermediate container f1a3a94b6c00 [2021-02-01T02:57:10.356Z] ---> 889b547dae40 [2021-02-01T02:57:10.356Z] [2021-02-01T02:57:10.631Z] Successfully built 889b547dae40 [2021-02-01T02:57:10.631Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-01T02:57:16.065Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:57:16.065Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:57:16.065Z] ---> e30029d1e19c [2021-02-01T02:57:16.065Z] Step 3/26 : WORKDIR /edgex-go [2021-02-01T02:57:16.065Z] ---> Using cache [2021-02-01T02:57:16.065Z] ---> 34823ec22659 [2021-02-01T02:57:16.065Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:57:16.065Z] ---> Using cache [2021-02-01T02:57:16.065Z] ---> 945cc9f2742a [2021-02-01T02:57:16.065Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-01T02:57:17.506Z] ---> Running in f39d1a35c5f3 [2021-02-01T02:57:18.110Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:57:18.110Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:57:18.110Z] ---> e30029d1e19c [2021-02-01T02:57:18.110Z] Step 3/24 : WORKDIR /edgex-go [2021-02-01T02:57:18.110Z] ---> Using cache [2021-02-01T02:57:18.110Z] ---> 34823ec22659 [2021-02-01T02:57:18.110Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:57:18.110Z] ---> Using cache [2021-02-01T02:57:18.110Z] ---> 945cc9f2742a [2021-02-01T02:57:18.110Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-01T02:57:18.110Z] ---> Using cache [2021-02-01T02:57:18.110Z] ---> 59a5f22ef3cb [2021-02-01T02:57:18.110Z] Step 6/24 : COPY go.mod . [2021-02-01T02:57:18.110Z] ---> Using cache [2021-02-01T02:57:18.110Z] ---> ef62a7c0cdcb [2021-02-01T02:57:18.110Z] Step 7/24 : RUN go mod download [2021-02-01T02:57:18.110Z] ---> Using cache [2021-02-01T02:57:18.110Z] ---> 2b634f547230 [2021-02-01T02:57:18.110Z] Step 8/24 : COPY . . [2021-02-01T02:57:18.388Z] ---> Using cache [2021-02-01T02:57:18.388Z] ---> 7a9f2c365352 [2021-02-01T02:57:18.388Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-01T02:57:19.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:57:19.391Z] ---> Running in 6b59c4190243 [2021-02-01T02:57:20.841Z] 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-02-01T02:57:20.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:57:22.837Z] OK: 217 MiB in 51 packages [2021-02-01T02:57:26.261Z] Removing intermediate container f39d1a35c5f3 [2021-02-01T02:57:26.261Z] ---> 93ceb4ce9221 [2021-02-01T02:57:26.261Z] Step 6/26 : COPY go.mod . [2021-02-01T02:57:28.283Z] ---> 0676fd270894 [2021-02-01T02:57:28.283Z] Step 7/26 : RUN go mod download [2021-02-01T02:57:28.568Z] ---> Running in 28706e6b3201 [2021-02-01T02:57:30.577Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:57:30.577Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:57:30.577Z] ---> e30029d1e19c [2021-02-01T02:57:30.577Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T02:57:30.577Z] ---> Using cache [2021-02-01T02:57:30.577Z] ---> 34823ec22659 [2021-02-01T02:57:30.577Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:57:30.577Z] ---> Using cache [2021-02-01T02:57:30.577Z] ---> 945cc9f2742a [2021-02-01T02:57:30.577Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T02:57:30.577Z] ---> Using cache [2021-02-01T02:57:30.577Z] ---> 59a5f22ef3cb [2021-02-01T02:57:30.577Z] Step 6/23 : COPY go.mod . [2021-02-01T02:57:30.577Z] ---> Using cache [2021-02-01T02:57:30.577Z] ---> ef62a7c0cdcb [2021-02-01T02:57:30.577Z] Step 7/23 : RUN go mod download [2021-02-01T02:57:30.577Z] ---> Using cache [2021-02-01T02:57:30.577Z] ---> 2b634f547230 [2021-02-01T02:57:30.577Z] Step 8/23 : COPY . . [2021-02-01T02:57:30.577Z] ---> Using cache [2021-02-01T02:57:30.577Z] ---> 7a9f2c365352 [2021-02-01T02:57:30.577Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-01T02:57:31.567Z] ---> Running in bb5fcaeb41a1 [2021-02-01T02:57:33.581Z] 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-02-01T02:57:33.856Z] Removing intermediate container 28706e6b3201 [2021-02-01T02:57:33.856Z] ---> 36bacdc3d536 [2021-02-01T02:57:33.856Z] Step 8/26 : COPY . . [2021-02-01T02:57:40.606Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:57:40.606Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:57:40.606Z] ---> e30029d1e19c [2021-02-01T02:57:40.606Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T02:57:40.606Z] ---> Using cache [2021-02-01T02:57:40.606Z] ---> 34823ec22659 [2021-02-01T02:57:40.606Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:57:40.606Z] ---> Using cache [2021-02-01T02:57:40.606Z] ---> 945cc9f2742a [2021-02-01T02:57:40.606Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T02:57:40.606Z] ---> Using cache [2021-02-01T02:57:40.606Z] ---> 59a5f22ef3cb [2021-02-01T02:57:40.606Z] Step 6/23 : COPY go.mod . [2021-02-01T02:57:40.606Z] ---> Using cache [2021-02-01T02:57:40.606Z] ---> ef62a7c0cdcb [2021-02-01T02:57:40.606Z] Step 7/23 : RUN go mod download [2021-02-01T02:57:40.606Z] ---> Using cache [2021-02-01T02:57:40.606Z] ---> 2b634f547230 [2021-02-01T02:57:40.606Z] Step 8/23 : COPY . . [2021-02-01T02:57:40.606Z] ---> Using cache [2021-02-01T02:57:40.606Z] ---> 7a9f2c365352 [2021-02-01T02:57:40.606Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-01T02:57:42.677Z] ---> Running in 986160e4cc59 [2021-02-01T02:57:45.321Z] 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-02-01T02:57:55.511Z] ---> 949f19c48b45 [2021-02-01T02:57:55.511Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-01T02:57:55.511Z] ---> Running in 45dc2ee231f8 [2021-02-01T02:57:56.495Z] 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-02-01T02:58:08.935Z] 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-02-01T02:58:24.056Z] Removing intermediate container 6b59c4190243 [2021-02-01T02:58:24.056Z] ---> f9fcbdcd5d94 [2021-02-01T02:58:24.056Z] [2021-02-01T02:58:24.056Z] Step 10/24 : FROM alpine:3.12 [2021-02-01T02:58:24.056Z] ---> afeebe901d6b [2021-02-01T02:58:24.056Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-01T02:58:24.056Z] ---> Running in f952d4dde370 [2021-02-01T02:58:25.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:58:25.317Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:58:26.305Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-01T02:58:26.305Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T02:58:26.305Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-01T02:58:26.305Z] (4/5) Installing curl (7.69.1-r3) [2021-02-01T02:58:26.305Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-01T02:58:26.305Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:58:26.305Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T02:58:26.581Z] OK: 7 MiB in 19 packages [2021-02-01T02:58:29.246Z] Removing intermediate container f952d4dde370 [2021-02-01T02:58:29.246Z] ---> 2d6506ebc1ee [2021-02-01T02:58:29.246Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T02:58:29.246Z] ---> Running in 1a390b293aba [2021-02-01T02:58:29.847Z] Removing intermediate container 1a390b293aba [2021-02-01T02:58:29.847Z] ---> 02516d0620cc [2021-02-01T02:58:29.847Z] Step 13/24 : WORKDIR / [2021-02-01T02:58:30.127Z] ---> Running in ef82575d2f81 [2021-02-01T02:58:30.747Z] Removing intermediate container ef82575d2f81 [2021-02-01T02:58:30.747Z] ---> 795781ffd93a [2021-02-01T02:58:30.747Z] 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-02-01T02:58:32.203Z] ---> 0618330819f9 [2021-02-01T02:58:32.203Z] 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-02-01T02:58:33.203Z] ---> 4ccf8f00f518 [2021-02-01T02:58:33.203Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-01T02:58:34.196Z] ---> 3a5ca22375b7 [2021-02-01T02:58:34.196Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-01T02:58:36.188Z] ---> f0ec1a4d5d23 [2021-02-01T02:58:36.188Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-01T02:58:37.637Z] ---> 2136adb7f6fb [2021-02-01T02:58:37.637Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-01T02:58:38.628Z] ---> f5c95ae59e36 [2021-02-01T02:58:38.628Z] 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-02-01T02:58:38.628Z] ---> Running in 94fba4c9bbf5 [2021-02-01T02:58:42.097Z] Removing intermediate container 94fba4c9bbf5 [2021-02-01T02:58:42.097Z] ---> d5c59a90d501 [2021-02-01T02:58:42.097Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-01T02:58:42.386Z] ---> Running in e4e280968058 [2021-02-01T02:58:43.002Z] Removing intermediate container e4e280968058 [2021-02-01T02:58:43.002Z] ---> a73a9716c555 [2021-02-01T02:58:43.002Z] Step 22/24 : LABEL arch=arm64 [2021-02-01T02:58:43.282Z] ---> Running in a21ca577f0c1 [2021-02-01T02:58:43.889Z] Removing intermediate container a21ca577f0c1 [2021-02-01T02:58:43.889Z] ---> f8150d697dbd [2021-02-01T02:58:43.889Z] Step 23/24 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:58:44.167Z] ---> Running in a8159a46a0c5 [2021-02-01T02:58:44.772Z] Removing intermediate container a8159a46a0c5 [2021-02-01T02:58:44.772Z] ---> 257e7671b954 [2021-02-01T02:58:44.772Z] Step 24/24 : LABEL version=0.0.0 [2021-02-01T02:58:44.772Z] ---> Running in 81fbdc3cfc87 [2021-02-01T02:58:45.378Z] Removing intermediate container 81fbdc3cfc87 [2021-02-01T02:58:45.378Z] ---> 1c86f28592e9 [2021-02-01T02:58:45.378Z] [2021-02-01T02:58:45.985Z] Successfully built 1c86f28592e9 [2021-02-01T02:58:45.985Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-01T02:59:04.332Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 45dc2ee231f8 [2021-02-01T02:59:04.332Z] ---> b994cf319c67 [2021-02-01T02:59:04.332Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-01T02:59:04.332Z] Removing intermediate container bb5fcaeb41a1 [2021-02-01T02:59:04.332Z] ---> 7468aea8021f [2021-02-01T02:59:04.332Z] [2021-02-01T02:59:04.332Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T02:59:04.332Z] ---> afeebe901d6b [2021-02-01T02:59:04.332Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T02:59:04.332Z] ---> Using cache [2021-02-01T02:59:04.332Z] ---> 10b7e7196b5e [2021-02-01T02:59:04.332Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:59:04.332Z] ---> Using cache [2021-02-01T02:59:04.332Z] ---> 92ee84355458 [2021-02-01T02:59:04.332Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-01T02:59:04.604Z] ---> Running in 548944a99cad [2021-02-01T02:59:04.604Z] ---> Running in 0045f228ffa8 [2021-02-01T02:59:05.199Z] Removing intermediate container 548944a99cad [2021-02-01T02:59:05.199Z] ---> cb8dee5b7069 [2021-02-01T02:59:05.199Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T02:59:05.792Z] ---> Running in 062dbc049cba [2021-02-01T02:59:05.792Z] 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-02-01T02:59:06.069Z] Removing intermediate container 986160e4cc59 [2021-02-01T02:59:06.069Z] ---> 2e4c0c2983fa [2021-02-01T02:59:06.069Z] [2021-02-01T02:59:06.069Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T02:59:06.069Z] ---> afeebe901d6b [2021-02-01T02:59:06.069Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T02:59:06.069Z] ---> Using cache [2021-02-01T02:59:06.069Z] ---> 10b7e7196b5e [2021-02-01T02:59:06.069Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:59:06.069Z] ---> Using cache [2021-02-01T02:59:06.069Z] ---> 92ee84355458 [2021-02-01T02:59:06.069Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-01T02:59:06.069Z] ---> Running in bb50091dc61d [2021-02-01T02:59:06.342Z] Removing intermediate container 062dbc049cba [2021-02-01T02:59:06.342Z] ---> 2b9dd3380b4f [2021-02-01T02:59:06.342Z] Step 15/23 : WORKDIR / [2021-02-01T02:59:06.342Z] ---> Running in 2f16eba680f7 [2021-02-01T02:59:06.612Z] Removing intermediate container bb50091dc61d [2021-02-01T02:59:06.612Z] ---> bd663802275f [2021-02-01T02:59:06.612Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T02:59:06.884Z] ---> Running in cdd768c426db [2021-02-01T02:59:07.161Z] Removing intermediate container 2f16eba680f7 [2021-02-01T02:59:07.161Z] ---> f6fe19f3e1ef [2021-02-01T02:59:07.161Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:59:07.437Z] Removing intermediate container cdd768c426db [2021-02-01T02:59:07.437Z] ---> 6283076e40a0 [2021-02-01T02:59:07.437Z] Step 15/23 : WORKDIR / [2021-02-01T02:59:07.437Z] ---> Running in daa6cdd6d802 [2021-02-01T02:59:08.030Z] ---> 8559e3908e17 [2021-02-01T02:59:08.030Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-01T02:59:08.301Z] Removing intermediate container daa6cdd6d802 [2021-02-01T02:59:08.301Z] ---> cd35a3b5d76b [2021-02-01T02:59:08.301Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:59:08.901Z] Removing intermediate container 0045f228ffa8 [2021-02-01T02:59:08.901Z] ---> 5fecc1302ea1 [2021-02-01T02:59:08.901Z] [2021-02-01T02:59:08.901Z] Step 11/26 : FROM docker:20.10.0 [2021-02-01T02:59:08.901Z] 20.10.0: Pulling from library/docker [2021-02-01T02:59:09.176Z] ---> 1032cc1b5e17 [2021-02-01T02:59:09.176Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-01T02:59:09.450Z] ---> e9be97ca7f48 [2021-02-01T02:59:09.450Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-01T02:59:10.893Z] ---> f72b26149d84 [2021-02-01T02:59:10.893Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-01T02:59:11.169Z] ---> bedcbea14840 [2021-02-01T02:59:11.169Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-01T02:59:11.169Z] ---> Running in a4044800c229 [2021-02-01T02:59:11.774Z] Removing intermediate container a4044800c229 [2021-02-01T02:59:11.774Z] ---> e0a157262ebc [2021-02-01T02:59:11.774Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:59:12.048Z] ---> f22af08db315 [2021-02-01T02:59:12.048Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-01T02:59:12.048Z] ---> Running in e30ce699f1f7 [2021-02-01T02:59:12.327Z] ---> Running in 201016eca9a4 [2021-02-01T02:59:12.615Z] Removing intermediate container e30ce699f1f7 [2021-02-01T02:59:12.615Z] ---> 5d871eac1364 [2021-02-01T02:59:12.615Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T02:59:12.888Z] Removing intermediate container 201016eca9a4 [2021-02-01T02:59:12.888Z] ---> bab077a176fd [2021-02-01T02:59:12.888Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:59:12.888Z] ---> Running in 41cd573e464e [2021-02-01T02:59:13.157Z] ---> Running in 0160f3f89bdd [2021-02-01T02:59:13.766Z] Removing intermediate container 41cd573e464e [2021-02-01T02:59:13.766Z] ---> c9c8b2543c4d [2021-02-01T02:59:13.766Z] Step 22/23 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:59:14.040Z] ---> Running in d0ea99132239 [2021-02-01T02:59:14.040Z] Removing intermediate container 0160f3f89bdd [2021-02-01T02:59:14.040Z] ---> cf6a448a630e [2021-02-01T02:59:14.040Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T02:59:14.316Z] ---> Running in 3d20daca3ab9 [2021-02-01T02:59:14.587Z] Removing intermediate container d0ea99132239 [2021-02-01T02:59:14.587Z] ---> a8a799b9031a [2021-02-01T02:59:14.587Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T02:59:14.861Z] ---> Running in 6de705c740cd [2021-02-01T02:59:15.135Z] Removing intermediate container 3d20daca3ab9 [2021-02-01T02:59:15.135Z] ---> ba1cd45b5dcf [2021-02-01T02:59:15.135Z] Step 22/23 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T02:59:15.408Z] ---> Running in d4c67029a60b [2021-02-01T02:59:15.408Z] Removing intermediate container 6de705c740cd [2021-02-01T02:59:15.408Z] ---> 2a0ddb4b8fda [2021-02-01T02:59:15.408Z] [2021-02-01T02:59:16.013Z] Successfully built 2a0ddb4b8fda [2021-02-01T02:59:16.013Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-01T02:59:16.013Z]  Building docker-core-metadata-go ... done Removing intermediate container d4c67029a60b [2021-02-01T02:59:16.013Z] ---> df57b127dc7e [2021-02-01T02:59:16.013Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T02:59:16.286Z] ---> Running in 102ead39cd64 [2021-02-01T02:59:16.884Z] Removing intermediate container 102ead39cd64 [2021-02-01T02:59:16.884Z] ---> 6a823854bcb9 [2021-02-01T02:59:16.884Z] [2021-02-01T02:59:17.483Z] Successfully built 6a823854bcb9 [2021-02-01T02:59:17.483Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-01T02:59:18.914Z]  Building docker-core-command-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-01T02:59:18.914Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-01T02:59:18.914Z] ---> eeaf43b92773 [2021-02-01T02:59:18.914Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-01T02:59:19.187Z] ---> Running in b6076d28783c [2021-02-01T02:59:20.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:59:20.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:59:21.026Z] (1/2) Installing readline (8.0.4-r0) [2021-02-01T02:59:21.026Z] (2/2) Installing bash (5.0.17-r0) [2021-02-01T02:59:21.026Z] Executing bash-5.0.17-r0.post-install [2021-02-01T02:59:21.026Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:59:21.026Z] OK: 12 MiB in 22 packages [2021-02-01T02:59:22.456Z] Removing intermediate container b6076d28783c [2021-02-01T02:59:22.456Z] ---> 2e67f4527b7c [2021-02-01T02:59:22.456Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-01T02:59:22.456Z] ---> Running in 8bc6df82b6eb [2021-02-01T02:59:22.730Z] Removing intermediate container 8bc6df82b6eb [2021-02-01T02:59:22.730Z] ---> 4adeb4b42fd8 [2021-02-01T02:59:22.730Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-01T02:59:23.002Z] ---> Running in 3866bd87a2d8 [2021-02-01T02:59:23.611Z] Removing intermediate container 3866bd87a2d8 [2021-02-01T02:59:23.611Z] ---> 471c5d0742c6 [2021-02-01T02:59:23.611Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-01T02:59:23.611Z] ---> Running in 52bd5e004fd7 [2021-02-01T02:59:23.883Z] Removing intermediate container 52bd5e004fd7 [2021-02-01T02:59:23.884Z] ---> aeed286537fe [2021-02-01T02:59:23.884Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-01T02:59:25.370Z] ---> 7d57623a1171 [2021-02-01T02:59:25.370Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-01T02:59:26.002Z] ---> 491eb7645a49 [2021-02-01T02:59:26.002Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-01T02:59:27.047Z] ---> b9be2e860ced [2021-02-01T02:59:27.047Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-01T02:59:27.047Z] ---> Running in 8ac6e604efee [2021-02-01T02:59:28.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:59:28.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:59:28.803Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-01T02:59:28.803Z] (2/33) Installing expat (2.2.9-r1) [2021-02-01T02:59:28.803Z] (3/33) Installing libffi (3.3-r2) [2021-02-01T02:59:28.803Z] (4/33) Installing gdbm (1.13-r1) [2021-02-01T02:59:29.077Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-01T02:59:29.077Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-01T02:59:29.077Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-01T02:59:31.055Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-01T02:59:31.055Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-01T02:59:31.055Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-01T02:59:31.055Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-01T02:59:31.055Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-01T02:59:31.055Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-01T02:59:31.055Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-01T02:59:31.055Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-01T02:59:31.055Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-01T02:59:31.055Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-01T02:59:31.055Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-01T02:59:31.329Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-01T02:59:31.329Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-01T02:59:31.329Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-01T02:59:31.329Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-01T02:59:31.329Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-01T02:59:31.329Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-01T02:59:31.329Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-01T02:59:31.329Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-01T02:59:31.329Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-01T02:59:31.603Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-01T02:59:31.604Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-01T02:59:31.604Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-01T02:59:31.604Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-01T02:59:31.604Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-01T02:59:31.604Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-01T02:59:31.604Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:59:31.880Z] OK: 71 MiB in 55 packages [2021-02-01T02:59:38.614Z] Removing intermediate container 8ac6e604efee [2021-02-01T02:59:38.614Z] ---> 4ddb450ce91a [2021-02-01T02:59:38.614Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-01T02:59:38.614Z] ---> Running in d235b754e0fc [2021-02-01T02:59:42.921Z] Collecting docker-compose==1.23.2 [2021-02-01T02:59:42.921Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-01T02:59:42.921Z] Collecting jsonschema<3,>=2.5.1 [2021-02-01T02:59:42.921Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-01T02:59:43.199Z] 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-02-01T02:59:43.484Z] Collecting texttable<0.10,>=0.9.0 [2021-02-01T02:59:43.485Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-01T02:59:45.478Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-01T02:59:45.478Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-01T02:59:46.451Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-01T02:59:46.451Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-01T02:59:47.422Z] Collecting docker<4.0,>=3.6.0 [2021-02-01T02:59:47.422Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-01T02:59:48.396Z] Collecting PyYAML<4,>=3.10 [2021-02-01T02:59:48.396Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-01T02:59:51.011Z] Collecting docopt<0.7,>=0.6.1 [2021-02-01T02:59:51.011Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-01T02:59:52.980Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-01T02:59:52.980Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-01T02:59:54.948Z] Collecting cached-property<2,>=1.2.0 [2021-02-01T02:59:54.948Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-01T02:59:55.218Z] Collecting idna<2.8,>=2.5 [2021-02-01T02:59:55.218Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-01T02:59:55.218Z] 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-02-01T02:59:55.490Z] 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-02-01T02:59:55.761Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-01T02:59:55.761Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-01T02:59:56.356Z] Collecting docker-pycreds>=0.4.0 [2021-02-01T02:59:56.356Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-01T02:59:56.356Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-01T02:59:56.356Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-01T02:59:56.356Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-01T02:59:56.356Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-01T02:59:57.332Z] Installing collected packages: jsonschema, texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, docopt, dockerpty, cached-property, docker-compose [2021-02-01T02:59:57.332Z] Running setup.py install for texttable: started [2021-02-01T02:59:59.301Z] Running setup.py install for texttable: finished with status 'done' [2021-02-01T02:59:59.573Z] Attempting uninstall: idna [2021-02-01T02:59:59.573Z] Found existing installation: idna 2.9 [2021-02-01T02:59:59.573Z] Uninstalling idna-2.9: [2021-02-01T02:59:59.573Z] Successfully uninstalled idna-2.9 [2021-02-01T03:00:00.169Z] Attempting uninstall: urllib3 [2021-02-01T03:00:00.169Z] Found existing installation: urllib3 1.25.9 [2021-02-01T03:00:00.169Z] Uninstalling urllib3-1.25.9: [2021-02-01T03:00:00.442Z] Successfully uninstalled urllib3-1.25.9 [2021-02-01T03:00:01.037Z] Attempting uninstall: requests [2021-02-01T03:00:01.037Z] Found existing installation: requests 2.23.0 [2021-02-01T03:00:01.037Z] Uninstalling requests-2.23.0: [2021-02-01T03:00:01.037Z] Successfully uninstalled requests-2.23.0 [2021-02-01T03:00:02.482Z] Running setup.py install for PyYAML: started [2021-02-01T03:00:04.490Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-01T03:00:04.490Z] Running setup.py install for docopt: started [2021-02-01T03:00:05.926Z] Running setup.py install for docopt: finished with status 'done' [2021-02-01T03:00:05.926Z] Running setup.py install for dockerpty: started [2021-02-01T03:00:07.898Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-01T03:00:08.874Z] 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-02-01T03:00:12.283Z] Removing intermediate container d235b754e0fc [2021-02-01T03:00:12.283Z] ---> 4b5ec86dfdd1 [2021-02-01T03:00:12.283Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-01T03:00:12.283Z] ---> Running in 9a62f967e892 [2021-02-01T03:00:13.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T03:00:13.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T03:00:14.329Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T03:00:14.329Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-01T03:00:14.329Z] (3/3) Installing curl (7.69.1-r3) [2021-02-01T03:00:14.329Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T03:00:14.604Z] OK: 71 MiB in 58 packages [2021-02-01T03:00:15.585Z] Removing intermediate container 9a62f967e892 [2021-02-01T03:00:15.585Z] ---> 91cb32251626 [2021-02-01T03:00:15.585Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-01T03:00:15.857Z] ---> Running in b9223825974f [2021-02-01T03:00:16.455Z] Removing intermediate container b9223825974f [2021-02-01T03:00:16.455Z] ---> d49119034b03 [2021-02-01T03:00:16.455Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T03:00:16.455Z] ---> Running in 0227eb54cc7b [2021-02-01T03:00:16.732Z] Removing intermediate container 0227eb54cc7b [2021-02-01T03:00:16.732Z] ---> 4b365462a672 [2021-02-01T03:00:16.732Z] Step 24/26 : LABEL arch=arm64 [2021-02-01T03:00:17.010Z] ---> Running in 294998c21814 [2021-02-01T03:00:17.606Z] Removing intermediate container 294998c21814 [2021-02-01T03:00:17.606Z] ---> bf346f5e3a9b [2021-02-01T03:00:17.606Z] Step 25/26 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [2021-02-01T03:00:17.606Z] ---> Running in 2b8fb8c82eeb [2021-02-01T03:00:18.202Z] Removing intermediate container 2b8fb8c82eeb [2021-02-01T03:00:18.202Z] ---> 997a6fccab6d [2021-02-01T03:00:18.202Z] Step 26/26 : LABEL version=0.0.0 [2021-02-01T03:00:18.202Z] ---> Running in 5c7f2a8306b0 [2021-02-01T03:00:18.800Z] Removing intermediate container 5c7f2a8306b0 [2021-02-01T03:00:18.800Z] ---> f65cb31d9475 [2021-02-01T03:00:18.800Z] [2021-02-01T03:00:19.072Z] Successfully built f65cb31d9475 [2021-02-01T03:00:19.072Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-01T03:00:19.359Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-01T03:00:19.357Z] $ docker stop --time=1 7ec67fdb9352f7fd89c85e766cc5d88764ffe4a04078e6dd761eb5fbee5b9f0e [2021-02-01T03:00:21.281Z] $ docker rm -f 7ec67fdb9352f7fd89c85e766cc5d88764ffe4a04078e6dd761eb5fbee5b9f0e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T03:00:22.050Z] + docker images [2021-02-01T03:00:22.050Z] + grep docker [2021-02-01T03:00:22.323Z] docker-sys-mgmt-agent-go-arm64 latest f65cb31d9475 4 seconds ago 300MB [2021-02-01T03:00:22.323Z] docker-core-command-go-arm64 latest 6a823854bcb9 About a minute ago 16MB [2021-02-01T03:00:22.323Z] docker-core-metadata-go-arm64 latest 2a0ddb4b8fda About a minute ago 17.7MB [2021-02-01T03:00:22.323Z] docker-security-secretstore-setup-go-arm64 latest 1c86f28592e9 About a minute ago 23.4MB [2021-02-01T03:00:22.323Z] docker-core-data-go-arm64 latest 889b547dae40 3 minutes ago 21MB [2021-02-01T03:00:22.323Z] docker-security-bootstrapper-go-arm64 latest 37262513e306 3 minutes ago 22.6MB [2021-02-01T03:00:22.323Z] docker-support-scheduler-go-arm64 latest 0877aab46a67 3 minutes ago 16.1MB [2021-02-01T03:00:22.323Z] docker-support-notifications-go-arm64 latest 10c0d7d736ea 3 minutes ago 16MB [2021-02-01T03:00:22.323Z] docker-security-proxy-setup-go-arm64 latest 1662a6a6aae5 3 minutes ago 23.2MB [2021-02-01T03:00:22.323Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-01T03:00:24.632Z] provisioning config files... [2021-02-01T03:00:24.658Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config1371354823234232114tmp [Pipeline] { [Pipeline] sh [2021-02-01T03:00:25.058Z] + set +x [2021-02-01T03:00:25.059Z] + curl -s https://codecov.io/bash [2021-02-01T03:00:25.059Z] + bash -s -- [2021-02-01T03:00:25.635Z] [2021-02-01T03:00:25.635Z] _____ _ [2021-02-01T03:00:25.635Z] / ____| | | [2021-02-01T03:00:25.635Z] | | ___ __| | ___ ___ _____ __ [2021-02-01T03:00:25.635Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-01T03:00:25.635Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-01T03:00:25.635Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-01T03:00:25.635Z] Bash-20210129-7c25fce [2021-02-01T03:00:25.635Z] [2021-02-01T03:00:25.635Z] [2021-02-01T03:00:25.635Z] ==> git version 2.24.3 found [2021-02-01T03:00:25.635Z] ==> 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-02-01T03:00:25.635Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-01T03:00:25.635Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-01T03:00:25.635Z] ==> Jenkins CI detected. [2021-02-01T03:00:25.635Z] project root: . [2021-02-01T03:00:25.635Z] --> token set from env [2021-02-01T03:00:25.635Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-01T03:00:25.635Z] ==> Running gcov in . (disable via -X gcov) [2021-02-01T03:00:25.635Z] ==> Python coveragepy not found [2021-02-01T03:00:25.635Z] ==> Searching for coverage reports in: [2021-02-01T03:00:25.635Z] + . [2021-02-01T03:00:25.635Z] -> Found 1 reports [2021-02-01T03:00:25.635Z] ==> Detecting git/mercurial file structure [2021-02-01T03:00:25.899Z] ==> Reading reports [2021-02-01T03:00:25.899Z] + ./coverage.out bytes=574984 [2021-02-01T03:00:25.899Z] ==> Appending adjustments [2021-02-01T03:00:25.899Z] https://docs.codecov.io/docs/fixing-reports [2021-02-01T03:00:29.215Z] + Found adjustments [2021-02-01T03:00:29.215Z] ==> Gzipping contents [2021-02-01T03:00:29.215Z] 88K /tmp/codecov.OQ33Az.gz [2021-02-01T03:00:29.215Z] ==> Uploading reports [2021-02-01T03:00:29.215Z] url: https://codecov.io [2021-02-01T03:00:29.215Z] query: branch=PR-3075&commit=5469142c37ae0f77ce3be9aedecd3ba1970e08e1&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= [2021-02-01T03:00:29.215Z] -> Pinging Codecov [2021-02-01T03:00:29.215Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3075&commit=5469142c37ae0f77ce3be9aedecd3ba1970e08e1&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= [2021-02-01T03:00:29.477Z] -> Uploading to [2021-02-01T03:00:29.477Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-01/00271124DB129430A58F1EEE437C3FCB/5469142c37ae0f77ce3be9aedecd3ba1970e08e1/ebece978-92e6-4624-a402-9c49e715700a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T030029Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=950578fdff18d36dd5a988cf2aa6e60c37cbcf6e1cc8523871f8c963fcbe3ce6 [2021-02-01T03:00:29.477Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T03:00:29.477Z] Dload Upload Total Spent Left Speed [2021-02-01T03:00:30.315Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86994 0 0 100 86994 0 143k --:--:-- --:--:-- --:--:-- 143k [2021-02-01T03:00:30.315Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [Pipeline] } [2021-02-01T03:00:30.326Z] 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-02-01T03:00:32.667Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T03:00:33.564Z] ---> package-listing.sh [2021-02-01T03:00:33.564Z] ++ facter osfamily [2021-02-01T03:00:33.564Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-01T03:00:33.564Z] + OS_FAMILY=redhat [2021-02-01T03:00:33.564Z] + workspace=/w/workspace/edgex-go/13 [2021-02-01T03:00:33.564Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-01T03:00:33.564Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-01T03:00:33.564Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-01T03:00:33.564Z] + PACKAGES=/tmp/packages_start.txt [2021-02-01T03:00:33.564Z] + '[' /w/workspace/edgex-go/13 ']' [2021-02-01T03:00:33.564Z] + PACKAGES=/tmp/packages_end.txt [2021-02-01T03:00:33.564Z] + case "${OS_FAMILY}" in [2021-02-01T03:00:33.564Z] + rpm -qa [2021-02-01T03:00:33.564Z] + sort [2021-02-01T03:00:38.909Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-01T03:00:38.909Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-01T03:00:38.909Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-01T03:00:38.909Z] + '[' /w/workspace/edgex-go/13 ']' [2021-02-01T03:00:38.909Z] + mkdir -p /w/workspace/edgex-go/13/archives/ [2021-02-01T03:00:38.909Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo [2021-02-01T03:00:38.927Z] 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-01T03:00:39.222Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-01T03:00:39.536Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T03:00:39.536Z] [2021-02-01T03:00:39.536Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-01T03:00:39.977Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T03:00:39.977Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-01T03:00:39.977Z] df20fa9351a1: Pulling fs layer [2021-02-01T03:00:39.977Z] 36b3adc4ff6f: Pulling fs layer [2021-02-01T03:00:39.977Z] 8ad3a11d3b57: Pulling fs layer [2021-02-01T03:00:39.977Z] 46f8f816bc3b: Pulling fs layer [2021-02-01T03:00:39.977Z] 93b61091891f: Pulling fs layer [2021-02-01T03:00:39.977Z] 93b9cdb0e59b: Pulling fs layer [2021-02-01T03:00:39.977Z] 5e14af77c1be: Pulling fs layer [2021-02-01T03:00:39.977Z] 01666e4c0597: Pulling fs layer [2021-02-01T03:00:39.977Z] aa168da1d23b: Pulling fs layer [2021-02-01T03:00:39.977Z] 46f8f816bc3b: Waiting [2021-02-01T03:00:39.977Z] 93b61091891f: Waiting [2021-02-01T03:00:39.977Z] 93b9cdb0e59b: Waiting [2021-02-01T03:00:39.977Z] 5e14af77c1be: Waiting [2021-02-01T03:00:39.977Z] 01666e4c0597: Waiting [2021-02-01T03:00:39.977Z] aa168da1d23b: Waiting [2021-02-01T03:00:39.977Z] 36b3adc4ff6f: Verifying Checksum [2021-02-01T03:00:39.977Z] 36b3adc4ff6f: Download complete [2021-02-01T03:00:39.977Z] 46f8f816bc3b: Verifying Checksum [2021-02-01T03:00:39.977Z] 46f8f816bc3b: Download complete [2021-02-01T03:00:40.241Z] df20fa9351a1: Verifying Checksum [2021-02-01T03:00:40.241Z] df20fa9351a1: Download complete [2021-02-01T03:00:40.241Z] 93b9cdb0e59b: Verifying Checksum [2021-02-01T03:00:40.241Z] 93b9cdb0e59b: Download complete [2021-02-01T03:00:40.241Z] 5e14af77c1be: Verifying Checksum [2021-02-01T03:00:40.241Z] 5e14af77c1be: Download complete [2021-02-01T03:00:40.241Z] 93b61091891f: Verifying Checksum [2021-02-01T03:00:40.241Z] 93b61091891f: Download complete [2021-02-01T03:00:40.241Z] 01666e4c0597: Verifying Checksum [2021-02-01T03:00:40.241Z] 01666e4c0597: Download complete [2021-02-01T03:00:40.504Z] 8ad3a11d3b57: Verifying Checksum [2021-02-01T03:00:40.504Z] 8ad3a11d3b57: Download complete [2021-02-01T03:00:40.504Z] df20fa9351a1: Pull complete [2021-02-01T03:00:40.767Z] 36b3adc4ff6f: Pull complete [2021-02-01T03:00:41.724Z] 8ad3a11d3b57: Pull complete [2021-02-01T03:00:41.724Z] 46f8f816bc3b: Pull complete [2021-02-01T03:00:42.689Z] aa168da1d23b: Verifying Checksum [2021-02-01T03:00:42.689Z] aa168da1d23b: Download complete [2021-02-01T03:00:43.642Z] 93b61091891f: Pull complete [2021-02-01T03:00:43.905Z] 93b9cdb0e59b: Pull complete [2021-02-01T03:00:43.905Z] 5e14af77c1be: Pull complete [2021-02-01T03:00:44.173Z] 01666e4c0597: Pull complete [2021-02-01T03:00:54.266Z] aa168da1d23b: Pull complete [2021-02-01T03:00:54.267Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-01T03:00:54.529Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T03:00:54.530Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-01T03:00:54.745Z] prd-centos7-docker-4c-2g-24256 does not seem to be running inside a container [2021-02-01T03:00:54.800Z] $ 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/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-01T03:00:59.110Z] $ docker top ecb43ce0aebce58bd0bdf7f3ed1f72cf3cdd9db42c8f7970462276f1ed7397c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T03:00:59.854Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-01T03:01:00.172Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-01T03:01:00.473Z] + ls /var/log/sa-host [2021-02-01T03:01:00.473Z] + sadf -c /var/log/sa-host/sa01 [2021-02-01T03:01:00.473Z] file_magic: OK [2021-02-01T03:01:00.473Z] HZ: Using current value: 100 [2021-02-01T03:01:00.473Z] file_header: OK [2021-02-01T03:01:00.473Z] 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-02-01T03:01:00.473Z] Statistics: [2021-02-01T03:01:00.473Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-01T03:01:00.473Z] File successfully converted to sysstat format version 12.2.1 [2021-02-01T03:01:00.473Z] + sadf -c /var/log/sa-host/sa23 [2021-02-01T03:01:00.473Z] file_magic: OK [2021-02-01T03:01:00.473Z] HZ: Using current value: 100 [2021-02-01T03:01:00.473Z] file_header: OK [2021-02-01T03:01:00.473Z] 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-02-01T03:01:00.473Z] Statistics: [2021-02-01T03:01:00.473Z] Hnuu...uuuununununu... [2021-02-01T03:01:00.473Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-01T03:01:00.694Z] provisioning config files... [2021-02-01T03:01:00.712Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config6698915093855843437tmp [Pipeline] { [Pipeline] echo [2021-02-01T03:01:00.797Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T03:01:01.095Z] ---> create-netrc.sh [Pipeline] } [2021-02-01T03:01:01.106Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-01T03:01:01.277Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T03:01:01.583Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-01T03:01:01.603Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T03:01:01.940Z] ---> sudo-logs.sh [2021-02-01T03:01:01.940Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-01T03:01:01.952Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T03:01:02.256Z] ---> job-cost.sh [2021-02-01T03:01:02.256Z] lf-activate-venv: SKIPPING [2021-02-01T03:01:02.256Z] INFO: No Stack... [2021-02-01T03:01:03.204Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-01T03:01:03.779Z] INFO: Archiving Costs [Pipeline] echo [2021-02-01T03:01:03.798Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T03:01:04.100Z] ---> logs-deploy.sh [2021-02-01T03:01:04.100Z] lf-activate-venv: SKIPPING [2021-02-01T03:01:04.100Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3075/13 [2021-02-01T03:01:04.100Z] INFO: archiving workspace using pattern(s): [2021-02-01T03:01:06.020Z] Archives upload complete. [2021-02-01T03:01:06.020Z] INFO: archiving logs to Nexus