Pull request #3116 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 91d2860d80aaef8e740a7f35cfaabada10e1bfc9+8244c76d4582c1e084a7074f1d4c4e33c3804ff3 (a2b6e2d7c8634d6b4a520bec4ee9592537560a34) 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-24949’ Running on prd-centos7-docker-4c-2g-24955 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 into PR head commit 91d2860d80aaef8e740a7f35cfaabada10e1bfc9 > 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/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 91d2860d80aaef8e740a7f35cfaabada10e1bfc9 # timeout=10 Merge succeeded, producing 91d2860d80aaef8e740a7f35cfaabada10e1bfc9 Checking out Revision 91d2860d80aaef8e740a7f35cfaabada10e1bfc9 (PR-3116) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 91d2860d80aaef8e740a7f35cfaabada10e1bfc9 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 9accbeaedcf905947171c32bd86387cecd5b349a # timeout=10 [Pipeline] timeout [2021-02-04T10:23:07.511Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T10:23:07.955Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T10:23:08.147Z] ========================================================= [2021-02-04T10:23:08.147Z] EdgeX Global Pipelines Version Info [2021-02-04T10:23:08.147Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:23:09.666Z] ------------------- [2021-02-04T10:23:09.666Z] stable info: [2021-02-04T10:23:09.666Z] ------------------- [2021-02-04T10:23:09.666Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T10:23:09.666Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T10:23:09.666Z] Message: update stable to v1.0.179 [2021-02-04T10:23:10.614Z] ------------------- [2021-02-04T10:23:10.614Z] experimental info: [2021-02-04T10:23:10.614Z] ------------------- [2021-02-04T10:23:10.614Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T10:23:10.614Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T10:23:10.614Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T10:23:11.043Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T10:23:11.225Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T10:23:11.412Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T10:23:11.592Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T10:23:11.768Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T10:23:11.945Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T10:23:12.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T10:23:12.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T10:23:12.528Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T10:23:12.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T10:23:12.892Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T10:23:13.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T10:23:13.260Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T10:23:13.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T10:23:13.843Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T10:23:14.030Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T10:23:14.218Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T10:23:14.435Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T10:23:14.628Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T10:23:14.813Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T10:23:15.001Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T10:23:15.176Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T10:23:15.366Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T10:23:15.558Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3116 [Pipeline] echo [2021-02-04T10:23:15.735Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3116 [Pipeline] echo [2021-02-04T10:23:15.919Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3116 [Pipeline] echo [2021-02-04T10:23:16.097Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [Pipeline] echo [2021-02-04T10:23:16.275Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 91d2860 [Pipeline] echo [2021-02-04T10:23:16.463Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T10:23:16.785Z] provisioning config files... [2021-02-04T10:23:16.818Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config2704860301150592321tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:23:17.278Z] ---> docker-login.sh [2021-02-04T10:23:17.278Z] nexus3.edgexfoundry.org:10001 [2021-02-04T10:23:17.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:23:17.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:23:17.805Z] Configure a credential helper to remove this warning. See [2021-02-04T10:23:17.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:23:17.805Z] [2021-02-04T10:23:17.805Z] Login Succeeded [2021-02-04T10:23:17.805Z] nexus3.edgexfoundry.org:10002 [2021-02-04T10:23:17.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:23:18.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:23:18.068Z] Configure a credential helper to remove this warning. See [2021-02-04T10:23:18.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:23:18.068Z] [2021-02-04T10:23:18.068Z] Login Succeeded [2021-02-04T10:23:18.068Z] nexus3.edgexfoundry.org:10003 [2021-02-04T10:23:18.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:23:18.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:23:18.068Z] Configure a credential helper to remove this warning. See [2021-02-04T10:23:18.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:23:18.068Z] [2021-02-04T10:23:18.068Z] Login Succeeded [2021-02-04T10:23:18.068Z] nexus3.edgexfoundry.org:10004 [2021-02-04T10:23:18.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:23:18.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:23:18.330Z] Configure a credential helper to remove this warning. See [2021-02-04T10:23:18.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:23:18.330Z] [2021-02-04T10:23:18.330Z] Login Succeeded [2021-02-04T10:23:18.330Z] docker.io [2021-02-04T10:23:18.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:23:19.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:23:19.282Z] Configure a credential helper to remove this warning. See [2021-02-04T10:23:19.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:23:19.282Z] [2021-02-04T10:23:19.282Z] Login Succeeded [2021-02-04T10:23:19.282Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T10:23:19.293Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T10:23:19.981Z] ++ 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-04T10:23:19.981Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:23:19.981Z] ++ cut -d/ -f2 [2021-02-04T10:23:19.981Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T10:23:19.981Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T10:23:19.981Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:23:19.981Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T10:23:19.981Z] ++ cut -d/ -f2 [2021-02-04T10:23:19.981Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T10:23:19.981Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:23:19.981Z] ++ cut -d/ -f2 [2021-02-04T10:23:19.981Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T10:23:19.981Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T10:23:19.981Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:23:19.981Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T10:23:19.981Z] ++ cut -d/ -f2 [2021-02-04T10:23:19.981Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T10:23:19.981Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:23:19.981Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T10:23:19.981Z] ++ cut -d/ -f2 [2021-02-04T10:23:19.981Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T10:23:19.981Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:23:19.981Z] ++ cut -d/ -f2 [2021-02-04T10:23:19.981Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T10:23:19.981Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T10:23:19.981Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:23:19.981Z] ++ cut -d/ -f2 [2021-02-04T10:23:19.981Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T10:23:19.981Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T10:23:19.981Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:23:19.981Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T10:23:19.981Z] ++ cut -d/ -f2 [2021-02-04T10:23:19.981Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T10:23:19.981Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:23:19.981Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T10:23:19.981Z] ++ cut -d/ -f2 [2021-02-04T10:23:19.981Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T10:23:20.054Z] 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-04T10:23:21.320Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:23:21.320Z] [2021-02-04T10:23:21.320Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:23:21.710Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:23:21.710Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T10:23:21.710Z] 31603596830f: Pulling fs layer [2021-02-04T10:23:21.710Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T10:23:21.710Z] 6ca5941a6612: Pulling fs layer [2021-02-04T10:23:21.710Z] ecc8261a40a4: Pulling fs layer [2021-02-04T10:23:21.710Z] ecc8261a40a4: Waiting [2021-02-04T10:23:21.710Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T10:23:21.710Z] 2a8b12db71e7: Download complete [2021-02-04T10:23:21.972Z] 31603596830f: Verifying Checksum [2021-02-04T10:23:21.972Z] 31603596830f: Download complete [2021-02-04T10:23:21.972Z] 6ca5941a6612: Verifying Checksum [2021-02-04T10:23:21.972Z] 6ca5941a6612: Download complete [2021-02-04T10:23:21.972Z] ecc8261a40a4: Verifying Checksum [2021-02-04T10:23:21.972Z] ecc8261a40a4: Download complete [2021-02-04T10:23:22.237Z] 31603596830f: Pull complete [2021-02-04T10:23:22.502Z] 2a8b12db71e7: Pull complete [2021-02-04T10:23:23.465Z] 6ca5941a6612: Pull complete [2021-02-04T10:23:23.465Z] ecc8261a40a4: Pull complete [2021-02-04T10:23:23.465Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T10:23:23.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:23:23.729Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T10:23:23.861Z] prd-centos7-docker-4c-2g-24955 does not seem to be running inside a container [2021-02-04T10:23:23.921Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T10:23:26.399Z] $ docker top 3197bc23660685aff376662dc5003ae4cd9f135715c94f45e68c134571e93d39 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T10:23:26.901Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T10:23:26.901Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T10:23:27.152Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T10:23:27.157Z] $ docker exec 3197bc23660685aff376662dc5003ae4cd9f135715c94f45e68c134571e93d39 ssh-agent [2021-02-04T10:23:27.342Z] SSH_AUTH_SOCK=/tmp/ssh-dfxysObB3cem/agent.12 [2021-02-04T10:23:27.342Z] SSH_AGENT_PID=18 [2021-02-04T10:23:27.355Z] Running ssh-add (command line suppressed) [2021-02-04T10:23:27.502Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_5414568031617768971.key (/w/workspace/edgex-go/6@tmp/private_key_5414568031617768971.key) [2021-02-04T10:23:27.555Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T10:23:28.080Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T10:23:28.107Z] $ docker exec --env ******** --env ******** 3197bc23660685aff376662dc5003ae4cd9f135715c94f45e68c134571e93d39 ssh-agent -k [2021-02-04T10:23:28.234Z] unset SSH_AUTH_SOCK; [2021-02-04T10:23:28.235Z] unset SSH_AGENT_PID; [2021-02-04T10:23:28.235Z] echo Agent pid 18 killed; [2021-02-04T10:23:28.284Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T10:23:28.582Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T10:23:28.582Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T10:23:28.762Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T10:23:28.768Z] $ docker exec 3197bc23660685aff376662dc5003ae4cd9f135715c94f45e68c134571e93d39 ssh-agent [2021-02-04T10:23:28.957Z] SSH_AUTH_SOCK=/tmp/ssh-TbYqyzGV20ex/agent.47 [2021-02-04T10:23:28.957Z] SSH_AGENT_PID=53 [2021-02-04T10:23:28.966Z] Running ssh-add (command line suppressed) [2021-02-04T10:23:29.115Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_7101201073650187275.key (/w/workspace/edgex-go/6@tmp/private_key_7101201073650187275.key) [2021-02-04T10:23:29.189Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T10:23:29.610Z] + git semver init [2021-02-04T10:23:29.610Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T10:23:29.610Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-02-04T10:23:29.610Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-02-04T10:23:29.610Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T10:23:29.610Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T10:23:29.610Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T10:23:29.610Z] # $SEMVER_BRANCH = PR-3116 [2021-02-04T10:23:29.610Z] # $SEMVER_TEMP = /tmp/semver-411753262 [2021-02-04T10:23:29.610Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T10:23:51.698Z] # '/tmp/semver-411753262' -> '/w/workspace/edgex-go/6/.semver' [2021-02-04T10:23:51.698Z] # -> Force: false [2021-02-04T10:23:51.698Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-02-04T10:23:51.713Z] $ docker exec --env ******** --env ******** 3197bc23660685aff376662dc5003ae4cd9f135715c94f45e68c134571e93d39 ssh-agent -k [2021-02-04T10:23:51.954Z] unset SSH_AUTH_SOCK; [2021-02-04T10:23:51.955Z] unset SSH_AGENT_PID; [2021-02-04T10:23:51.955Z] echo Agent pid 53 killed; [2021-02-04T10:23:52.032Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T10:23:52.692Z] + git semver [Pipeline] } [2021-02-04T10:23:52.713Z] $ docker stop --time=1 3197bc23660685aff376662dc5003ae4cd9f135715c94f45e68c134571e93d39 [2021-02-04T10:23:54.328Z] $ docker rm -f 3197bc23660685aff376662dc5003ae4cd9f135715c94f45e68c134571e93d39 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T10:23:54.973Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T10:23:55.596Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T10:23:55.599Z] [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-04T10:23:56.936Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:23:57.236Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:23:57.584Z] + sudo service docker restart [2021-02-04T10:23:57.584Z] + true [2021-02-04T10:23:57.584Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T10:23:58.556Z] ========================================================= [2021-02-04T10:23:58.556Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T10:23:58.556Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:23:58.966Z] + 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-04T10:24:03.214Z] Sending build context to Docker daemon 327.5MB [2021-02-04T10:24:03.214Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T10:24:03.214Z] Step 2/6 : FROM ${BASE} [2021-02-04T10:24:03.214Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T10:24:03.214Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T10:24:03.214Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T10:24:03.214Z] de9db76c5a1d: Pulling fs layer [2021-02-04T10:24:03.214Z] bca2f99d35d6: Pulling fs layer [2021-02-04T10:24:03.214Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T10:24:03.214Z] 7c6f9722023f: Pulling fs layer [2021-02-04T10:24:03.214Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T10:24:03.214Z] 93359f2a8cfa: Waiting [2021-02-04T10:24:03.214Z] 7c6f9722023f: Waiting [2021-02-04T10:24:03.214Z] a35cf1a2eb13: Waiting [2021-02-04T10:24:03.214Z] bca2f99d35d6: Waiting [2021-02-04T10:24:03.214Z] de9db76c5a1d: Verifying Checksum [2021-02-04T10:24:03.214Z] de9db76c5a1d: Download complete [2021-02-04T10:24:03.214Z] 0ef7d3d256c8: Download complete [2021-02-04T10:24:03.214Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T10:24:03.214Z] 93359f2a8cfa: Download complete [2021-02-04T10:24:03.214Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T10:24:03.214Z] 188c0c94c7c5: Download complete [2021-02-04T10:24:03.214Z] 7c6f9722023f: Verifying Checksum [2021-02-04T10:24:03.214Z] 7c6f9722023f: Download complete [2021-02-04T10:24:03.482Z] 188c0c94c7c5: Pull complete [2021-02-04T10:24:03.755Z] 0ef7d3d256c8: Pull complete [2021-02-04T10:24:04.024Z] de9db76c5a1d: Pull complete [2021-02-04T10:24:04.600Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T10:24:04.600Z] a35cf1a2eb13: Download complete [2021-02-04T10:24:05.177Z] bca2f99d35d6: Verifying Checksum [2021-02-04T10:24:05.177Z] bca2f99d35d6: Download complete [2021-02-04T10:24:11.252Z] Still waiting to schedule task [2021-02-04T10:24:11.252Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24957’ [2021-02-04T10:24:11.831Z] bca2f99d35d6: Pull complete [2021-02-04T10:24:11.831Z] 93359f2a8cfa: Pull complete [2021-02-04T10:24:11.832Z] 7c6f9722023f: Pull complete [2021-02-04T10:24:16.071Z] a35cf1a2eb13: Pull complete [2021-02-04T10:24:16.071Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T10:24:16.071Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T10:24:16.071Z] ---> a62c8e92a672 [2021-02-04T10:24:16.071Z] 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-04T10:24:16.336Z] ---> Running in ab189c842cf3 [2021-02-04T10:24:16.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:24:18.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:24:20.250Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T10:24:20.515Z] (2/12) Installing file (5.38-r0) [2021-02-04T10:24:20.515Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T10:24:20.515Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T10:24:35.465Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T10:24:35.465Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T10:24:35.465Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T10:24:35.465Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T10:24:35.465Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T10:24:35.465Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T10:24:35.465Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T10:24:35.465Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T10:24:35.465Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:24:35.465Z] OK: 233 MiB in 51 packages [2021-02-04T10:24:38.789Z] Removing intermediate container ab189c842cf3 [2021-02-04T10:24:38.789Z] ---> 38f52da0fc39 [2021-02-04T10:24:38.789Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T10:24:39.052Z] ---> Running in 69d0dab3a169 [2021-02-04T10:24:39.052Z] Removing intermediate container 69d0dab3a169 [2021-02-04T10:24:39.052Z] ---> b3e5b5defadb [2021-02-04T10:24:39.052Z] Step 5/6 : COPY go.mod . [2021-02-04T10:24:39.344Z] ---> 41f24e0a89b1 [2021-02-04T10:24:39.345Z] Step 6/6 : RUN go mod download [2021-02-04T10:24:39.345Z] ---> Running in 4b519cc48418 [2021-02-04T10:25:01.402Z] Removing intermediate container 4b519cc48418 [2021-02-04T10:25:01.402Z] ---> de20fcba995c [2021-02-04T10:25:01.402Z] Successfully built de20fcba995c [2021-02-04T10:25:01.402Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:25:01.739Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T10:25:01.739Z] . [Pipeline] withDockerContainer [2021-02-04T10:25:01.917Z] prd-centos7-docker-4c-2g-24955 does not seem to be running inside a container [2021-02-04T10:25:01.986Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T10:25:02.969Z] $ docker top 11e21b87331dd4c4e2787ceee5ca7168bffee34add8f261fb1d980935abf49b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:25:03.597Z] + go version [2021-02-04T10:25:03.598Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T10:25:03.618Z] $ docker stop --time=1 11e21b87331dd4c4e2787ceee5ca7168bffee34add8f261fb1d980935abf49b2 [2021-02-04T10:25:05.052Z] $ docker rm -f 11e21b87331dd4c4e2787ceee5ca7168bffee34add8f261fb1d980935abf49b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:25:06.429Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T10:25:06.430Z] . [Pipeline] withDockerContainer [2021-02-04T10:25:06.555Z] prd-centos7-docker-4c-2g-24955 does not seem to be running inside a container [2021-02-04T10:25:06.616Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T10:25:07.472Z] $ docker top de499f98528e8dc603508a4205d83b9598ae3340d87bad086005758f426d49cf -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T10:25:08.077Z] ========================================================= [2021-02-04T10:25:08.077Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T10:25:08.077Z] ========================================================= [Pipeline] sh [2021-02-04T10:25:08.376Z] + make test [2021-02-04T10:25:08.376Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T10:25:20.712Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T10:25:39.075Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T10:25:45.798Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T10:25:45.798Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T10:25:45.798Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T10:25:45.798Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T10:25:49.181Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T10:25:49.181Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T10:25:49.181Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T10:25:49.181Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T10:25:49.181Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T10:25:49.181Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T10:25:52.560Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T10:25:52.560Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T10:25:52.560Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T10:25:54.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.128s coverage: 46.0% of statements [2021-02-04T10:25:54.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T10:25:54.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T10:25:54.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T10:25:54.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T10:25:54.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T10:25:54.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T10:25:54.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T10:25:54.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.069s coverage: 100.0% of statements [2021-02-04T10:25:57.889Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.228s coverage: 27.1% of statements [2021-02-04T10:25:57.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T10:25:57.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T10:25:57.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T10:25:57.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T10:25:57.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T10:25:57.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T10:25:57.889Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements [2021-02-04T10:25:57.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T10:25:57.889Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements [2021-02-04T10:25:57.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T10:25:57.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T10:25:57.889Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.074s coverage: 65.8% of statements [2021-02-04T10:25:57.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T10:25:57.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T10:25:58.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.443s coverage: 82.3% of statements [2021-02-04T10:25:58.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T10:25:58.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:25:58.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T10:25:58.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T10:26:01.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.363s coverage: 28.6% of statements [2021-02-04T10:26:01.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T10:26:01.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T10:26:01.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T10:26:01.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T10:26:01.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T10:26:01.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.093s coverage: 100.0% of statements [2021-02-04T10:26:01.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T10:26:01.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2021-02-04T10:26:01.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T10:26:01.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.159s coverage: 86.7% of statements [2021-02-04T10:26:01.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T10:26:01.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.167s coverage: 97.5% of statements [2021-02-04T10:26:01.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T10:26:01.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements [2021-02-04T10:26:01.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T10:26:01.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T10:26:01.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T10:26:01.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T10:26:05.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.525s coverage: 92.8% of statements [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T10:26:05.147Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T10:26:05.147Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.083s coverage: 0.1% of statements [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T10:26:05.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T10:26:05.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 45.5% of statements [2021-02-04T10:26:05.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.060s coverage: 79.5% of statements [2021-02-04T10:26:05.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements [2021-02-04T10:26:05.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements [2021-02-04T10:26:05.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements [2021-02-04T10:26:17.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.065s coverage: 94.4% of statements [2021-02-04T10:26:17.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-02-04T10:26:30.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.105s coverage: 92.9% of statements [2021-02-04T10:26:30.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T10:26:30.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T10:26:30.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T10:26:30.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T10:26:30.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements [2021-02-04T10:26:30.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T10:26:30.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T10:26:30.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.028s coverage: 100.0% of statements [2021-02-04T10:26:30.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T10:26:30.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2021-02-04T10:26:30.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T10:26:30.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.039s coverage: 80.8% of statements [2021-02-04T10:26:30.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-04T10:26:30.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-04T10:26:30.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.262s coverage: 91.4% of statements [2021-02-04T10:26:30.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T10:26:30.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.208s coverage: 63.5% of statements [2021-02-04T10:26:30.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T10:26:30.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T10:26:30.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-04T10:26:30.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-02-04T10:26:30.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.390s coverage: 68.9% of statements [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.126s coverage: 37.0% of statements [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.339s coverage: 84.0% of statements [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.0% of statements [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.093s coverage: 100.0% of statements [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.099s coverage: 90.4% of statements [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.020s coverage: 29.1% of statements [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.124s coverage: 99.0% of statements [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.094s coverage: 100.0% of statements [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T10:26:30.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-04T10:26:30.015Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-04T10:26:30.600Z] GO111MODULE=on go vet ./... [2021-02-04T10:27:02.932Z] gofmt -l . [2021-02-04T10:27:02.932Z] [ "`gofmt -l .`" = "" ] [2021-02-04T10:27:02.932Z] ./bin/test-go-mod-tidy.sh [2021-02-04T10:27:02.932Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T10:27:03.260Z] + ls -al . [2021-02-04T10:27:03.260Z] total 684 [2021-02-04T10:27:03.260Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 10:27 . [2021-02-04T10:27:03.260Z] drwxr-xr-x 4 root root 28 Feb 4 10:25 .. [2021-02-04T10:27:03.260Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 10:23 .dockerignore [2021-02-04T10:27:03.260Z] drwxrwxr-x 8 1001 1001 179 Feb 4 10:23 .git [2021-02-04T10:27:03.260Z] drwxrwxr-x 3 1001 1001 125 Feb 4 10:23 .github [2021-02-04T10:27:03.260Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 10:23 .gitignore [2021-02-04T10:27:03.261Z] drwx------ 3 1001 1001 60 Feb 4 10:23 .semver [2021-02-04T10:27:03.261Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 10:23 .sonarcloud.properties [2021-02-04T10:27:03.261Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:23 Attribution.txt [2021-02-04T10:27:03.261Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:23 CONTRIBUTING.md [2021-02-04T10:27:03.261Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 10:23 Dockerfile.build [2021-02-04T10:27:03.261Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 10:23 Jenkinsfile [2021-02-04T10:27:03.261Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:23 LICENSE [2021-02-04T10:27:03.261Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:23 Makefile [2021-02-04T10:27:03.261Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:23 README.md [2021-02-04T10:27:03.261Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:23 SECURITY.md [2021-02-04T10:27:03.261Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 10:23 VERSION [2021-02-04T10:27:03.261Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:23 ZMQWindows.md [2021-02-04T10:27:03.261Z] drwxrwxr-x 2 1001 1001 117 Feb 4 10:23 bin [2021-02-04T10:27:03.261Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 10:23 cmd [2021-02-04T10:27:03.261Z] -rw-r--r-- 1 root root 580808 Feb 4 10:26 coverage.out [2021-02-04T10:27:03.261Z] -rw-r--r-- 1 root root 1054 Feb 4 10:26 go.mod [2021-02-04T10:27:03.261Z] -rw-r--r-- 1 root root 19510 Feb 4 10:27 go.sum [2021-02-04T10:27:03.261Z] drwxrwxr-x 8 1001 1001 127 Feb 4 10:23 internal [2021-02-04T10:27:03.261Z] drwxrwxr-x 4 1001 1001 26 Feb 4 10:23 openapi [2021-02-04T10:27:03.261Z] drwxrwxr-x 4 1001 1001 71 Feb 4 10:23 snap [2021-02-04T10:27:03.261Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 10:23 version.go [Pipeline] sh [2021-02-04T10:27:03.599Z] + '[' -e coverage.out ] [2021-02-04T10:27:03.599Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T10:27:03.813Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T10:27:04.113Z] + make build [2021-02-04T10:27:04.113Z] 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-04T10:27:08.354Z] 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-04T10:27:18.525Z] 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-04T10:27:18.525Z] 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-04T10:27:19.933Z] 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-04T10:27:20.550Z] 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-04T10:27:21.983Z] 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-04T10:27:22.003Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24961 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [Pipeline] { [Pipeline] ws [2021-02-04T10:27:22.101Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-02-04T10:27:23.933Z] 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-04T10:27:24.894Z] 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-04T10:27:26.864Z] 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-04T10:27:27.790Z] using credential edgex-jenkins-ssh [2021-02-04T10:27:27.818Z] 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-04T10:27:27.900Z] Cloning the remote Git repository [2021-02-04T10:27:27.960Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:27:28.072Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-02-04T10:27:28.193Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:27:28.195Z] > git --version # timeout=10 [2021-02-04T10:27:28.215Z] > git --version # 'git version 2.17.1' [2021-02-04T10:27:28.217Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:27:28.276Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:27:28.772Z] 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-04T10:27:30.186Z] 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] } [2021-02-04T10:27:32.160Z] $ docker stop --time=1 de499f98528e8dc603508a4205d83b9598ae3340d87bad086005758f426d49cf [2021-02-04T10:27:33.841Z] $ docker rm -f de499f98528e8dc603508a4205d83b9598ae3340d87bad086005758f426d49cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:27:36.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:27:36.149Z] [2021-02-04T10:27:36.149Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:27:36.563Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:27:36.563Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T10:27:36.563Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T10:27:36.563Z] ca9280d653b3: Pulling fs layer [2021-02-04T10:27:36.563Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T10:27:36.828Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-04T10:27:36.828Z] cbdbe7a5bc2a: Download complete [2021-02-04T10:27:37.408Z] cbdbe7a5bc2a: Pull complete [2021-02-04T10:27:37.408Z] ca9280d653b3: Verifying Checksum [2021-02-04T10:27:37.408Z] ca9280d653b3: Download complete [2021-02-04T10:27:38.826Z] 7e9c9ca2126c: Verifying Checksum [2021-02-04T10:27:38.826Z] 7e9c9ca2126c: Download complete [2021-02-04T10:27:38.826Z] ca9280d653b3: Pull complete [2021-02-04T10:27:45.465Z] 7e9c9ca2126c: Pull complete [2021-02-04T10:27:45.465Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T10:27:45.465Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:27:45.465Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T10:27:45.632Z] prd-centos7-docker-4c-2g-24955 does not seem to be running inside a container [2021-02-04T10:27:45.707Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T10:27:48.401Z] $ docker top 0ef764eaf7b4b4b0bdd3930d9fa8d2dea48df77bbdd9204b024b83caa568c24b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:27:49.245Z] + docker-compose build --help [2021-02-04T10:27:49.245Z] + grep parallel [2021-02-04T10:27:50.652Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T10:27:50.671Z] $ docker stop --time=1 0ef764eaf7b4b4b0bdd3930d9fa8d2dea48df77bbdd9204b024b83caa568c24b [2021-02-04T10:27:52.109Z] $ docker rm -f 0ef764eaf7b4b4b0bdd3930d9fa8d2dea48df77bbdd9204b024b83caa568c24b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:27:53.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:27:53.056Z] . [Pipeline] withDockerContainer [2021-02-04T10:27:53.163Z] prd-centos7-docker-4c-2g-24955 does not seem to be running inside a container [2021-02-04T10:27:53.339Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T10:27:54.332Z] $ docker top 5690d13492a2c2c4f4fca671631a3d23ae4892c958e771ff2b50851b6108671f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:27:54.952Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T10:27:56.359Z] Building docker-core-command-go ... [2021-02-04T10:27:56.360Z] Building docker-core-data-go ... [2021-02-04T10:27:56.360Z] Building docker-core-metadata-go ... [2021-02-04T10:27:56.360Z] Building docker-security-bootstrapper-go ... [2021-02-04T10:27:56.360Z] Building docker-security-proxy-setup-go ... [2021-02-04T10:27:56.360Z] Building docker-security-secretstore-setup-go ... [2021-02-04T10:27:56.360Z] Building docker-support-notifications-go ... [2021-02-04T10:27:56.360Z] Building docker-support-scheduler-go ... [2021-02-04T10:27:56.360Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T10:27:56.360Z] Building docker-support-scheduler-go [2021-02-04T10:27:56.360Z] Building docker-security-proxy-setup-go [2021-02-04T10:27:56.360Z] Building docker-core-metadata-go [2021-02-04T10:27:56.360Z] Building docker-core-command-go [2021-02-04T10:27:56.360Z] Building docker-security-secretstore-setup-go [2021-02-04T10:28:28.111Z] Merging remotes/origin/master commit 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 into PR head commit 91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:28:28.585Z] Merge succeeded, producing 91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:28:28.585Z] Checking out Revision 91d2860d80aaef8e740a7f35cfaabada10e1bfc9 (PR-3116) [2021-02-04T10:28:27.273Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:28:27.303Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:28:27.334Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:28:27.387Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:28:27.388Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:28:27.402Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T10:28:28.129Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T10:28:28.145Z] > git checkout -f 91d2860d80aaef8e740a7f35cfaabada10e1bfc9 # timeout=10 [2021-02-04T10:28:28.479Z] > git remote # timeout=10 [2021-02-04T10:28:28.501Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T10:28:28.522Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:28:28.538Z] > git merge 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 [2021-02-04T10:28:28.562Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T10:28:28.590Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T10:28:28.616Z] > git checkout -f 91d2860d80aaef8e740a7f35cfaabada10e1bfc9 # timeout=10 [2021-02-04T10:28:33.101Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T10:28:34.747Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:28:35.215Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:28:35.443Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:28:35.443Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:28:35.443Z] ---> de20fcba995c [2021-02-04T10:28:35.443Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:28:35.443Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:28:35.443Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:28:35.443Z] ---> de20fcba995c [2021-02-04T10:28:35.443Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T10:28:35.443Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:28:35.443Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:28:35.443Z] ---> de20fcba995c [2021-02-04T10:28:35.443Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:28:35.443Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:28:35.443Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:28:35.443Z] ---> de20fcba995c [2021-02-04T10:28:35.443Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T10:28:35.443Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:28:35.443Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:28:35.443Z] ---> de20fcba995c [2021-02-04T10:28:35.443Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:28:35.443Z] ---> Running in 13509902c65c [2021-02-04T10:28:35.443Z] ---> Running in ce6b0bdf8183 [2021-02-04T10:28:35.443Z] ---> Running in 8e261f804b39 [2021-02-04T10:28:35.443Z] ---> Running in 4d78aa1faf09 [2021-02-04T10:28:35.443Z] ---> Running in a5334660a678 [2021-02-04T10:28:35.443Z] Removing intermediate container 13509902c65c [2021-02-04T10:28:35.443Z] ---> 8b586ae09229 [2021-02-04T10:28:35.443Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:28:35.443Z] Removing intermediate container ce6b0bdf8183 [2021-02-04T10:28:35.443Z] ---> c4f71504e9ed [2021-02-04T10:28:35.443Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:28:35.443Z] Removing intermediate container 4d78aa1faf09 [2021-02-04T10:28:35.443Z] ---> d724f843debf [2021-02-04T10:28:35.443Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:28:35.443Z] Removing intermediate container a5334660a678 [2021-02-04T10:28:35.443Z] ---> 9654acfaebf2 [2021-02-04T10:28:35.443Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:28:35.443Z] Removing intermediate container 8e261f804b39 [2021-02-04T10:28:35.443Z] ---> dd4a8fa6acdd [2021-02-04T10:28:35.443Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:28:35.443Z] ---> Running in d27f2a58e767 [2021-02-04T10:28:35.443Z] ---> Running in 21aa07e7cc57 [2021-02-04T10:28:35.443Z] ---> Running in 60fa652e56e4 [2021-02-04T10:28:35.443Z] ---> Running in 2e4c451e9c96 [2021-02-04T10:28:35.443Z] ---> Running in 746fb967ba9c [2021-02-04T10:28:35.561Z] + + sudotrue service [2021-02-04T10:28:35.561Z] docker restart [2021-02-04T10:28:37.472Z] Removing intermediate container 60fa652e56e4 [2021-02-04T10:28:37.472Z] ---> 7816cf454f28 [2021-02-04T10:28:37.472Z] Step 5/22 : RUN apk add --update --no-cache make git [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T10:28:37.662Z] provisioning config files... [2021-02-04T10:28:37.701Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config6871836644014945032tmp [2021-02-04T10:28:37.740Z] ---> Running in d36886c69cd7 [2021-02-04T10:28:37.740Z] Removing intermediate container 21aa07e7cc57 [2021-02-04T10:28:37.740Z] ---> ef115d52a793 [2021-02-04T10:28:37.740Z] Step 5/23 : RUN apk add --update --no-cache make git [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:28:38.019Z] ---> Running in 4d8a36cb0216 [2021-02-04T10:28:38.019Z] Removing intermediate container d27f2a58e767 [2021-02-04T10:28:38.019Z] ---> 3d9a4b184175 [2021-02-04T10:28:38.019Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T10:28:38.213Z] ---> docker-login.sh [2021-02-04T10:28:38.213Z] nexus3.edgexfoundry.org:10001 [2021-02-04T10:28:38.304Z] Removing intermediate container 2e4c451e9c96 [2021-02-04T10:28:38.304Z] ---> f0d6dfe1a356 [2021-02-04T10:28:38.304Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:28:38.304Z] Removing intermediate container 746fb967ba9c [2021-02-04T10:28:38.304Z] ---> 462d92b01204 [2021-02-04T10:28:38.304Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T10:28:38.304Z] ---> Running in 10bb983c1534 [2021-02-04T10:28:38.577Z] ---> Running in 86972b470f19 [2021-02-04T10:28:38.577Z] ---> Running in 7c83934d0eb2 [2021-02-04T10:28:38.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:39.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:39.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:28:39.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:39.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:39.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:28:39.467Z] Configure a credential helper to remove this warning. See [2021-02-04T10:28:39.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:28:39.467Z] [2021-02-04T10:28:39.467Z] Login Succeeded [2021-02-04T10:28:39.467Z] nexus3.edgexfoundry.org:10002 [2021-02-04T10:28:39.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:39.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:39.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:28:39.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:40.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:28:40.015Z] Configure a credential helper to remove this warning. See [2021-02-04T10:28:40.015Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:28:40.015Z] [2021-02-04T10:28:40.015Z] Login Succeeded [2021-02-04T10:28:40.015Z] nexus3.edgexfoundry.org:10003 [2021-02-04T10:28:40.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:40.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:40.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:28:40.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:40.502Z] OK: 233 MiB in 51 packages [2021-02-04T10:28:40.502Z] OK: 233 MiB in 51 packages [2021-02-04T10:28:40.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:28:40.565Z] Configure a credential helper to remove this warning. See [2021-02-04T10:28:40.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:28:40.565Z] [2021-02-04T10:28:40.565Z] Login Succeeded [2021-02-04T10:28:40.565Z] nexus3.edgexfoundry.org:10004 [2021-02-04T10:28:40.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:28:41.094Z] OK: 233 MiB in 51 packages [2021-02-04T10:28:41.094Z] OK: 233 MiB in 51 packages [2021-02-04T10:28:41.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:28:41.120Z] Configure a credential helper to remove this warning. See [2021-02-04T10:28:41.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:28:41.120Z] [2021-02-04T10:28:41.120Z] Login Succeeded [2021-02-04T10:28:41.120Z] docker.io [2021-02-04T10:28:41.382Z] Removing intermediate container d36886c69cd7 [2021-02-04T10:28:41.382Z] ---> ae7330e91b3f [2021-02-04T10:28:41.382Z] Step 6/22 : COPY go.mod . [2021-02-04T10:28:41.382Z] OK: 233 MiB in 51 packages [2021-02-04T10:28:41.382Z] Removing intermediate container 4d8a36cb0216 [2021-02-04T10:28:41.382Z] ---> 3d98c97d23d2 [2021-02-04T10:28:41.383Z] Step 6/23 : COPY go.mod . [2021-02-04T10:28:41.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:28:41.646Z] ---> 4afd101c45d1 [2021-02-04T10:28:41.646Z] Step 7/22 : RUN go mod download [2021-02-04T10:28:41.916Z] ---> Running in 954651b80ac6 [2021-02-04T10:28:41.916Z] ---> 23c1a230eb07 [2021-02-04T10:28:41.916Z] Step 7/23 : RUN go mod download [2021-02-04T10:28:41.916Z] Removing intermediate container 10bb983c1534 [2021-02-04T10:28:41.916Z] ---> 55ab9985c0c5 [2021-02-04T10:28:41.916Z] Step 6/24 : COPY go.mod . [2021-02-04T10:28:42.182Z] Removing intermediate container 86972b470f19 [2021-02-04T10:28:42.182Z] ---> d2c1df16fb62 [2021-02-04T10:28:42.182Z] Step 6/21 : COPY go.mod . [2021-02-04T10:28:42.182Z] ---> Running in 2678a891495c [2021-02-04T10:28:42.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:28:42.376Z] Configure a credential helper to remove this warning. See [2021-02-04T10:28:42.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:28:42.376Z] [2021-02-04T10:28:42.376Z] Login Succeeded [2021-02-04T10:28:42.376Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T10:28:42.395Z] Deleting 1 temporary files [2021-02-04T10:28:42.446Z] ---> b2f9706156e7 [2021-02-04T10:28:42.446Z] Step 7/24 : RUN go mod download [2021-02-04T10:28:42.446Z] Removing intermediate container 7c83934d0eb2 [2021-02-04T10:28:42.446Z] ---> a8b63041309f [2021-02-04T10:28:42.446Z] Step 6/23 : COPY go.mod . [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2021-02-04T10:28:42.711Z] ---> b98ddc89f3a5 [2021-02-04T10:28:42.711Z] Step 7/21 : RUN go mod download [2021-02-04T10:28:42.711Z] ---> Running in 3d272179f66b [Pipeline] unstash [2021-02-04T10:28:42.979Z] ---> Running in e5020d1fa0ec [2021-02-04T10:28:42.979Z] ---> 8e48edb4c67f [2021-02-04T10:28:42.979Z] Step 7/23 : RUN go mod download [Pipeline] echo [2021-02-04T10:28:43.002Z] ========================================================= [2021-02-04T10:28:43.003Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T10:28:43.003Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:28:43.244Z] ---> Running in f4c1aa7eb21b [2021-02-04T10:28:43.434Z] + 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-04T10:28:44.225Z] Removing intermediate container 954651b80ac6 [2021-02-04T10:28:44.225Z] ---> 49be54bfc4c8 [2021-02-04T10:28:44.225Z] Step 8/22 : COPY . . [2021-02-04T10:28:45.621Z] Removing intermediate container 2678a891495c [2021-02-04T10:28:45.621Z] ---> c255f6b0a2b8 [2021-02-04T10:28:45.621Z] Step 8/23 : COPY . . [2021-02-04T10:28:46.123Z] Sending build context to Docker daemon 166.1MB [2021-02-04T10:28:46.123Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T10:28:46.123Z] Step 2/6 : FROM ${BASE} [2021-02-04T10:28:46.123Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T10:28:46.123Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T10:28:46.123Z] a4357932f1b6: Pulling fs layer [2021-02-04T10:28:46.123Z] 18c013af1878: Pulling fs layer [2021-02-04T10:28:46.123Z] 00ac8860ef70: Pulling fs layer [2021-02-04T10:28:46.123Z] 63d7cb157983: Pulling fs layer [2021-02-04T10:28:46.123Z] b116817d02f9: Pulling fs layer [2021-02-04T10:28:46.123Z] 745a02a5169b: Pulling fs layer [2021-02-04T10:28:46.123Z] 00ac8860ef70: Waiting [2021-02-04T10:28:46.123Z] b116817d02f9: Waiting [2021-02-04T10:28:46.123Z] 745a02a5169b: Waiting [2021-02-04T10:28:46.123Z] 63d7cb157983: Waiting [2021-02-04T10:28:46.123Z] a4357932f1b6: Download complete [2021-02-04T10:28:46.123Z] 63d7cb157983: Verifying Checksum [2021-02-04T10:28:46.123Z] 63d7cb157983: Download complete [2021-02-04T10:28:46.398Z] b116817d02f9: Verifying Checksum [2021-02-04T10:28:46.398Z] b116817d02f9: Download complete [2021-02-04T10:28:46.398Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T10:28:46.398Z] 5f621e34cdf4: Download complete [2021-02-04T10:28:47.382Z] 5f621e34cdf4: Pull complete [2021-02-04T10:28:47.659Z] a4357932f1b6: Pull complete [2021-02-04T10:28:48.216Z] Removing intermediate container 3d272179f66b [2021-02-04T10:28:48.216Z] ---> 71e018b0249d [2021-02-04T10:28:48.216Z] Step 8/24 : COPY . . [2021-02-04T10:28:48.263Z] 18c013af1878: Pull complete [2021-02-04T10:28:48.860Z] 745a02a5169b: Verifying Checksum [2021-02-04T10:28:48.860Z] 745a02a5169b: Download complete [2021-02-04T10:28:49.844Z] 00ac8860ef70: Verifying Checksum [2021-02-04T10:28:49.844Z] 00ac8860ef70: Download complete [2021-02-04T10:28:51.644Z] Removing intermediate container e5020d1fa0ec [2021-02-04T10:28:51.645Z] ---> 1cb47f773564 [2021-02-04T10:28:51.645Z] Step 8/21 : COPY . . [2021-02-04T10:28:51.645Z] Removing intermediate container f4c1aa7eb21b [2021-02-04T10:28:51.645Z] ---> 18e48904fcd4 [2021-02-04T10:28:51.645Z] Step 8/23 : COPY . . [2021-02-04T10:29:00.036Z] 00ac8860ef70: Pull complete [2021-02-04T10:29:00.036Z] 63d7cb157983: Pull complete [2021-02-04T10:29:00.632Z] b116817d02f9: Pull complete [2021-02-04T10:29:04.960Z] 745a02a5169b: Pull complete [2021-02-04T10:29:04.960Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T10:29:04.960Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T10:29:04.960Z] ---> b7e6874047d6 [2021-02-04T10:29:04.960Z] 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-04T10:29:08.339Z] ---> Running in 0e48b40dbd3e [2021-02-04T10:29:08.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:29:10.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:29:11.786Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T10:29:12.057Z] (2/12) Installing file (5.38-r0) [2021-02-04T10:29:12.057Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T10:29:12.057Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T10:29:22.202Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T10:29:22.202Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T10:29:22.471Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T10:29:22.471Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T10:29:22.471Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T10:29:22.741Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T10:29:22.741Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T10:29:22.741Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T10:29:23.011Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:29:23.011Z] OK: 217 MiB in 51 packages [2021-02-04T10:29:27.329Z] Removing intermediate container 0e48b40dbd3e [2021-02-04T10:29:27.329Z] ---> 9a3abe76bd8e [2021-02-04T10:29:27.329Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T10:29:27.329Z] ---> Running in 1c5eb61c769c [2021-02-04T10:29:27.926Z] Removing intermediate container 1c5eb61c769c [2021-02-04T10:29:27.926Z] ---> 04b54986f7a6 [2021-02-04T10:29:27.926Z] Step 5/6 : COPY go.mod . [2021-02-04T10:29:28.528Z] ---> ffb4c258724e [2021-02-04T10:29:28.528Z] Step 6/6 : RUN go mod download [2021-02-04T10:29:28.802Z] ---> Running in 3dc72fa0d621 [2021-02-04T10:29:30.889Z] ---> ef3a8b845753 [2021-02-04T10:29:30.889Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T10:29:30.889Z] ---> d92e102d248b [2021-02-04T10:29:30.889Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T10:29:30.889Z] ---> Running in f5bff78074e4 [2021-02-04T10:29:30.889Z] ---> Running in 86dfa0c0749b [2021-02-04T10:29:30.889Z] ---> 1dfdd72b4e98 [2021-02-04T10:29:30.889Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T10:29:30.889Z] ---> a35e0ba10ddb [2021-02-04T10:29:30.889Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T10:29:30.889Z] ---> 982c78dc44e0 [2021-02-04T10:29:30.889Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T10:29:30.889Z] ---> Running in beba3c047716 [2021-02-04T10:29:30.889Z] ---> Running in cc500563e0d6 [2021-02-04T10:29:30.889Z] ---> Running in 987ac4c3471c [2021-02-04T10:29:30.889Z] 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-04T10:29:30.889Z] 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-04T10:29:30.889Z] 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-04T10:29:30.889Z] 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-04T10:29:30.889Z] 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-04T10:29:55.618Z] Removing intermediate container 3dc72fa0d621 [2021-02-04T10:29:55.618Z] ---> 95e187852e9e [2021-02-04T10:29:55.618Z] Successfully built 95e187852e9e [2021-02-04T10:29:55.618Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:29:55.957Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T10:29:55.957Z] . [Pipeline] withDockerContainer [2021-02-04T10:29:56.217Z] prd-ubuntu18.04-docker-arm64-4c-16g-24961 does not seem to be running inside a container [2021-02-04T10:29:56.303Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T10:29:57.816Z] $ docker top 7bc2b09ca0d3e94105884f10908e4b8b8c7198bbac141e89a4fa33f7680fcd48 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:29:58.937Z] + go version [2021-02-04T10:29:58.937Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T10:29:58.961Z] $ docker stop --time=1 7bc2b09ca0d3e94105884f10908e4b8b8c7198bbac141e89a4fa33f7680fcd48 [2021-02-04T10:30:00.885Z] $ docker rm -f 7bc2b09ca0d3e94105884f10908e4b8b8c7198bbac141e89a4fa33f7680fcd48 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:02.561Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T10:30:02.562Z] . [Pipeline] withDockerContainer [2021-02-04T10:30:02.803Z] prd-ubuntu18.04-docker-arm64-4c-16g-24961 does not seem to be running inside a container [2021-02-04T10:30:02.891Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T10:30:03.170Z] 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-04T10:30:03.170Z] 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-04T10:30:04.204Z] $ docker top b43b835d95fe30cc21e80447ca397222e3f35dbe5efba629c36ff1c7f058109c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T10:30:04.641Z] ========================================================= [2021-02-04T10:30:04.641Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T10:30:04.641Z] ========================================================= [Pipeline] sh [2021-02-04T10:30:05.289Z] + make test [2021-02-04T10:30:05.289Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T10:30:08.575Z] Removing intermediate container cc500563e0d6 [2021-02-04T10:30:08.576Z] ---> c2184e207c31 [2021-02-04T10:30:08.576Z] [2021-02-04T10:30:08.576Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T10:30:08.576Z] Removing intermediate container 987ac4c3471c [2021-02-04T10:30:08.576Z] ---> fe7849dc4d20 [2021-02-04T10:30:08.576Z] [2021-02-04T10:30:08.576Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T10:30:08.576Z] 3.12: Pulling from library/alpine [2021-02-04T10:30:08.576Z] 3.12: Pulling from library/alpine [2021-02-04T10:30:10.010Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T10:30:10.010Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T10:30:10.010Z] Status: Image is up to date for alpine:3.12 [2021-02-04T10:30:10.010Z] ---> 389fef711851 [2021-02-04T10:30:10.010Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T10:30:10.010Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T10:30:10.010Z] ---> 389fef711851 [2021-02-04T10:30:10.010Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T10:30:14.302Z] ---> Running in 7a0903ee6f4f [2021-02-04T10:30:14.302Z] ---> Running in f75920ce0976 [2021-02-04T10:30:14.302Z] Removing intermediate container 86dfa0c0749b [2021-02-04T10:30:14.302Z] ---> eae811f8cfb8 [2021-02-04T10:30:14.302Z] [2021-02-04T10:30:14.302Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:30:14.302Z] ---> 389fef711851 [2021-02-04T10:30:14.302Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:30:14.302Z] Removing intermediate container beba3c047716 [2021-02-04T10:30:14.302Z] ---> 2d7c4b157952 [2021-02-04T10:30:14.302Z] [2021-02-04T10:30:14.302Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:30:14.302Z] ---> 389fef711851 [2021-02-04T10:30:14.302Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:30:14.302Z] Removing intermediate container f5bff78074e4 [2021-02-04T10:30:14.302Z] ---> 26821e8844e4 [2021-02-04T10:30:14.302Z] [2021-02-04T10:30:14.302Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:30:14.302Z] ---> 389fef711851 [2021-02-04T10:30:14.302Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:30:14.590Z] ---> Running in 774f3cd85914 [2021-02-04T10:30:14.590Z] ---> Running in cc1ab571e310 [2021-02-04T10:30:14.590Z] ---> Running in f1ecde9a1bdc [2021-02-04T10:30:16.011Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:16.011Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:16.011Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:16.011Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:16.301Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T10:30:16.301Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T10:30:16.592Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:30:16.592Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:30:16.592Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T10:30:16.592Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T10:30:16.592Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T10:30:16.592Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T10:30:16.592Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T10:30:16.592Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:30:16.592Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:30:16.592Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:30:16.592Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:30:16.592Z] OK: 7 MiB in 18 packages [2021-02-04T10:30:16.592Z] OK: 7 MiB in 19 packages [2021-02-04T10:30:16.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:16.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:17.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:17.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:17.156Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:30:17.156Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:30:17.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:17.156Z] OK: 6 MiB in 15 packages [2021-02-04T10:30:17.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:17.441Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:30:17.441Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:30:17.441Z] OK: 6 MiB in 15 packages [2021-02-04T10:30:17.441Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:30:17.441Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:30:17.441Z] OK: 6 MiB in 15 packages [2021-02-04T10:30:18.850Z] Removing intermediate container f75920ce0976 [2021-02-04T10:30:18.850Z] ---> ca1cd088c26a [2021-02-04T10:30:18.850Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:30:18.850Z] Removing intermediate container 7a0903ee6f4f [2021-02-04T10:30:18.850Z] ---> 4402505708a8 [2021-02-04T10:30:18.850Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:30:19.119Z] Removing intermediate container f1ecde9a1bdc [2021-02-04T10:30:19.119Z] ---> 9eeda86ff924 [2021-02-04T10:30:19.119Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:30:19.119Z] ---> Running in 3e1a5f69af58 [2021-02-04T10:30:19.119Z] ---> Running in 708e16c6775b [2021-02-04T10:30:19.119Z] Removing intermediate container 774f3cd85914 [2021-02-04T10:30:19.119Z] ---> 4788b008fd68 [2021-02-04T10:30:19.119Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:30:19.119Z] ---> Running in 8aac170d332f [2021-02-04T10:30:19.390Z] Removing intermediate container cc1ab571e310 [2021-02-04T10:30:19.390Z] ---> 3a9ce8c332b3 [2021-02-04T10:30:19.390Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:30:19.390Z] ---> Running in f7222a00903a [2021-02-04T10:30:19.390Z] Removing intermediate container 3e1a5f69af58 [2021-02-04T10:30:19.390Z] ---> 24b04339b6af [2021-02-04T10:30:19.390Z] Step 13/21 : WORKDIR /edgex [2021-02-04T10:30:19.390Z] ---> Running in 8a300ac720da [2021-02-04T10:30:19.658Z] Removing intermediate container 708e16c6775b [2021-02-04T10:30:19.658Z] ---> 735aec084ed8 [2021-02-04T10:30:19.658Z] Step 13/24 : WORKDIR / [2021-02-04T10:30:19.658Z] Removing intermediate container 8aac170d332f [2021-02-04T10:30:19.658Z] ---> ed99a3492fce [2021-02-04T10:30:19.658Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T10:30:19.658Z] ---> Running in d7c2003a8847 [2021-02-04T10:30:19.930Z] ---> Running in caf0da73036b [2021-02-04T10:30:19.930Z] ---> Running in 6f200321d5f7 [2021-02-04T10:30:19.930Z] Removing intermediate container f7222a00903a [2021-02-04T10:30:19.930Z] ---> dddfdeb2a45e [2021-02-04T10:30:19.930Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T10:30:19.930Z] Removing intermediate container 8a300ac720da [2021-02-04T10:30:19.930Z] ---> a617c2542566 [2021-02-04T10:30:19.930Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T10:30:19.930Z] ---> Running in cd24abb99c8d [2021-02-04T10:30:20.221Z] ---> Running in 1f4cb1ad57fe [2021-02-04T10:30:20.221Z] Removing intermediate container caf0da73036b [2021-02-04T10:30:20.221Z] ---> 2f42151bbd58 [2021-02-04T10:30:20.221Z] 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-04T10:30:20.221Z] Removing intermediate container d7c2003a8847 [2021-02-04T10:30:20.221Z] ---> caf29c0d680b [2021-02-04T10:30:20.221Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T10:30:20.221Z] Removing intermediate container 6f200321d5f7 [2021-02-04T10:30:20.221Z] ---> 74f0d6072d9a [2021-02-04T10:30:20.221Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:30:20.487Z] ---> Running in 454169b45d32 [2021-02-04T10:30:20.487Z] Removing intermediate container cd24abb99c8d [2021-02-04T10:30:20.487Z] ---> d519ea48139b [2021-02-04T10:30:20.487Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:30:20.487Z] Removing intermediate container 1f4cb1ad57fe [2021-02-04T10:30:20.487Z] ---> cf7f48ff49bc [2021-02-04T10:30:20.487Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:30:20.487Z] ---> Running in 6c3be4050f57 [2021-02-04T10:30:20.753Z] ---> Running in 409677d9b5fd [2021-02-04T10:30:20.753Z] Removing intermediate container 454169b45d32 [2021-02-04T10:30:20.753Z] ---> 853acabb1e0f [2021-02-04T10:30:20.753Z] Step 15/23 : WORKDIR / [2021-02-04T10:30:20.753Z] ---> 6593d800c646 [2021-02-04T10:30:20.753Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T10:30:20.753Z] ---> d1689dc2e34d [2021-02-04T10:30:20.753Z] 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-04T10:30:20.753Z] Removing intermediate container 6c3be4050f57 [2021-02-04T10:30:20.753Z] ---> d0e01a6ab2df [2021-02-04T10:30:20.753Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:30:21.028Z] ---> Running in 365e19a550cb [2021-02-04T10:30:21.028Z] Removing intermediate container 409677d9b5fd [2021-02-04T10:30:21.028Z] ---> 9532afe016ea [2021-02-04T10:30:21.028Z] Step 15/23 : WORKDIR / [2021-02-04T10:30:21.298Z] ---> Running in f1cf186abe0f [2021-02-04T10:30:21.570Z] ---> d9fb2953f3c0 [2021-02-04T10:30:21.570Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T10:30:21.570Z] ---> 6fcd32b6f352 [2021-02-04T10:30:21.570Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T10:30:21.570Z] ---> 3d2af867ccfa [2021-02-04T10:30:21.570Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T10:30:21.570Z] Removing intermediate container 365e19a550cb [2021-02-04T10:30:21.570Z] ---> c28795ae085b [2021-02-04T10:30:21.570Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:30:21.570Z] Removing intermediate container f1cf186abe0f [2021-02-04T10:30:21.570Z] ---> fea0a530b182 [2021-02-04T10:30:21.570Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:30:22.170Z] ---> f2431244784d [2021-02-04T10:30:22.170Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T10:30:22.440Z] ---> f87f9584ca22 [2021-02-04T10:30:22.440Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T10:30:22.440Z] ---> 864dc960d139 [2021-02-04T10:30:22.440Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T10:30:22.440Z] ---> d72b4ff9f4f3 [2021-02-04T10:30:22.440Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T10:30:22.440Z] ---> 02bf37c4392a [2021-02-04T10:30:22.440Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T10:30:22.712Z] ---> Running in 23c460666e9f [2021-02-04T10:30:23.307Z] ---> f552f147ee38 [2021-02-04T10:30:23.307Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T10:30:23.577Z] Removing intermediate container 23c460666e9f [2021-02-04T10:30:23.577Z] ---> b88bbc3c9ce0 [2021-02-04T10:30:23.577Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T10:30:23.855Z] ---> e7560f51ae01 [2021-02-04T10:30:23.855Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T10:30:23.855Z] ---> 4d523ca98512 [2021-02-04T10:30:23.855Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T10:30:23.855Z] ---> 9c11ab6af1d3 [2021-02-04T10:30:23.855Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T10:30:23.855Z] ---> Running in e150ca6477d0 [2021-02-04T10:30:23.855Z] ---> Running in 7dfc846f287d [2021-02-04T10:30:24.123Z] ---> 7785f2f66510 [2021-02-04T10:30:24.123Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T10:30:24.123Z] Removing intermediate container 7dfc846f287d [2021-02-04T10:30:24.123Z] ---> f3e608f5f41e [2021-02-04T10:30:24.123Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T10:30:24.123Z] Removing intermediate container e150ca6477d0 [2021-02-04T10:30:24.123Z] ---> e3a416bb3b2f [2021-02-04T10:30:24.123Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:30:24.397Z] ---> 5ca2de49d483 [2021-02-04T10:30:24.397Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T10:30:24.397Z] ---> 32146110a0cf [2021-02-04T10:30:24.397Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T10:30:24.397Z] ---> Running in eb09128723af [2021-02-04T10:30:24.397Z] ---> Running in 235070a84f85 [2021-02-04T10:30:24.397Z] ---> Running in c4d2ba1fd301 [2021-02-04T10:30:24.669Z] ---> Running in 92319b4c1642 [2021-02-04T10:30:24.670Z] ---> 2f6630e1efa1 [2021-02-04T10:30:24.670Z] 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-04T10:30:24.670Z] ---> Running in 84c06af2e6b9 [2021-02-04T10:30:24.939Z] Removing intermediate container c4d2ba1fd301 [2021-02-04T10:30:24.939Z] ---> 7ead7fb452f5 [2021-02-04T10:30:24.939Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:30:24.939Z] Removing intermediate container 235070a84f85 [2021-02-04T10:30:24.939Z] ---> e03f8bd4dc98 [2021-02-04T10:30:24.939Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T10:30:25.221Z] Removing intermediate container eb09128723af [2021-02-04T10:30:25.221Z] ---> b83a17c1dd92 [2021-02-04T10:30:25.221Z] Step 20/21 : LABEL git_sha=91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:30:25.221Z] Removing intermediate container 92319b4c1642 [2021-02-04T10:30:25.221Z] ---> f70ddb24e740 [2021-02-04T10:30:25.221Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:30:25.221Z] ---> Running in a4bbd5e477c5 [2021-02-04T10:30:25.484Z] ---> Running in 23af505b73a6 [2021-02-04T10:30:25.484Z] ---> Running in 79b2b58efcb5 [2021-02-04T10:30:25.484Z] ---> Running in 57cdd6fd87c3 [2021-02-04T10:30:25.484Z] Removing intermediate container a4bbd5e477c5 [2021-02-04T10:30:25.484Z] ---> 17c2ab807bd0 [2021-02-04T10:30:25.484Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:30:25.748Z] Removing intermediate container 23af505b73a6 [2021-02-04T10:30:25.748Z] ---> d4fecfc9050e [2021-02-04T10:30:25.748Z] Step 21/22 : LABEL git_sha=91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:30:25.748Z] Removing intermediate container 79b2b58efcb5 [2021-02-04T10:30:25.748Z] ---> 6742abc64894 [2021-02-04T10:30:25.748Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T10:30:25.748Z] ---> Running in 8b1121641924 [2021-02-04T10:30:26.019Z] Removing intermediate container 57cdd6fd87c3 [2021-02-04T10:30:26.019Z] ---> 9045751a699d [2021-02-04T10:30:26.019Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:30:26.019Z] ---> Running in 3a7e57747959 [2021-02-04T10:30:26.019Z] ---> Running in 61608db0956e [2021-02-04T10:30:26.285Z] ---> Running in b78d8308a912 [2021-02-04T10:30:26.285Z] Removing intermediate container 8b1121641924 [2021-02-04T10:30:26.285Z] ---> 4e31f5db6224 [2021-02-04T10:30:26.285Z] Step 22/23 : LABEL git_sha=91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:30:26.285Z] Removing intermediate container 3a7e57747959 [2021-02-04T10:30:26.285Z] ---> 46d32d1898d7 [2021-02-04T10:30:26.285Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T10:30:26.285Z] ---> Running in ab32e3e0026c [2021-02-04T10:30:26.563Z] Removing intermediate container 61608db0956e [2021-02-04T10:30:26.563Z] ---> d181025570bd [2021-02-04T10:30:26.563Z] [2021-02-04T10:30:26.563Z] Removing intermediate container 84c06af2e6b9 [2021-02-04T10:30:26.563Z] ---> 1996d29a1f2b [2021-02-04T10:30:26.563Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T10:30:26.563Z] ---> Running in 39c4433072b5 [2021-02-04T10:30:26.563Z] Removing intermediate container b78d8308a912 [2021-02-04T10:30:26.563Z] ---> a9d82e66b7b3 [2021-02-04T10:30:26.563Z] Step 22/23 : LABEL git_sha=91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:30:26.838Z] ---> Running in f31d7bf8dffa [2021-02-04T10:30:26.838Z] Successfully built d181025570bd [2021-02-04T10:30:26.838Z] ---> Running in 3fb0534c0cc0 [2021-02-04T10:30:26.838Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T10:30:26.838Z] Building docker-core-data-go [2021-02-04T10:30:26.838Z] Removing intermediate container ab32e3e0026c [2021-02-04T10:30:26.838Z] ---> 5b271c257e05 [2021-02-04T10:30:26.838Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:30:27.107Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 39c4433072b5 [2021-02-04T10:30:27.107Z] ---> 7fdd67920476 [2021-02-04T10:30:27.107Z] [2021-02-04T10:30:27.107Z] ---> Running in 40c505777e8d [2021-02-04T10:30:27.107Z] Removing intermediate container f31d7bf8dffa [2021-02-04T10:30:27.107Z] ---> 6196a159b7ae [2021-02-04T10:30:27.107Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T10:30:27.107Z] Successfully built 7fdd67920476 [2021-02-04T10:30:27.374Z] Removing intermediate container 3fb0534c0cc0 [2021-02-04T10:30:27.374Z] ---> 89a1c1a5d6de [2021-02-04T10:30:27.374Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:30:27.374Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T10:30:27.374Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-02-04T10:30:27.374Z] ---> Running in c828fa8eed51 [2021-02-04T10:30:27.374Z] Removing intermediate container 40c505777e8d [2021-02-04T10:30:27.374Z] ---> 723e9056b9c2 [2021-02-04T10:30:27.374Z] [2021-02-04T10:30:27.374Z] ---> Running in 09aa8f77edfc [2021-02-04T10:30:27.654Z] Successfully built 723e9056b9c2 [2021-02-04T10:30:27.654Z] Removing intermediate container c828fa8eed51 [2021-02-04T10:30:27.654Z] ---> f513f472a38f [2021-02-04T10:30:27.654Z] Step 23/24 : LABEL git_sha=91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:30:27.654Z] Successfully tagged docker-core-command-go:latest [2021-02-04T10:30:27.654Z] Building docker-sys-mgmt-agent-go [2021-02-04T10:30:27.654Z]  Building docker-core-command-go ... done Removing intermediate container 09aa8f77edfc [2021-02-04T10:30:27.654Z] ---> 9dfaacb1fde9 [2021-02-04T10:30:27.654Z] [2021-02-04T10:30:27.923Z] ---> Running in 742450c6c6b2 [2021-02-04T10:30:27.924Z] Successfully built 9dfaacb1fde9 [2021-02-04T10:30:27.924Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T10:30:27.924Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-02-04T10:30:28.189Z] Removing intermediate container 742450c6c6b2 [2021-02-04T10:30:28.189Z] ---> 5f200995878c [2021-02-04T10:30:28.189Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T10:30:28.189Z] ---> Running in d266bc75eefe [2021-02-04T10:30:28.456Z] Removing intermediate container d266bc75eefe [2021-02-04T10:30:28.456Z] ---> 734701d485b4 [2021-02-04T10:30:28.456Z] [2021-02-04T10:30:28.726Z] Successfully built 734701d485b4 [2021-02-04T10:30:28.726Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T10:30:32.164Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T10:31:01.077Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:31:01.077Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:31:01.077Z] ---> de20fcba995c [2021-02-04T10:31:01.077Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:31:01.077Z] ---> Using cache [2021-02-04T10:31:01.077Z] ---> dd4a8fa6acdd [2021-02-04T10:31:01.077Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:31:01.077Z] ---> Using cache [2021-02-04T10:31:01.077Z] ---> 462d92b01204 [2021-02-04T10:31:01.077Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T10:31:01.077Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:31:01.077Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:31:01.077Z] ---> de20fcba995c [2021-02-04T10:31:01.077Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:31:01.077Z] ---> Using cache [2021-02-04T10:31:01.077Z] ---> dd4a8fa6acdd [2021-02-04T10:31:01.077Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:31:01.077Z] ---> Using cache [2021-02-04T10:31:01.077Z] ---> 462d92b01204 [2021-02-04T10:31:01.077Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T10:31:01.077Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:31:01.077Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:31:01.077Z] ---> de20fcba995c [2021-02-04T10:31:01.077Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T10:31:01.077Z] ---> Using cache [2021-02-04T10:31:01.077Z] ---> dd4a8fa6acdd [2021-02-04T10:31:01.077Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:31:01.077Z] ---> Using cache [2021-02-04T10:31:01.077Z] ---> 462d92b01204 [2021-02-04T10:31:01.077Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T10:31:01.077Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:31:01.077Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:31:01.077Z] ---> de20fcba995c [2021-02-04T10:31:01.077Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T10:31:01.077Z] ---> Using cache [2021-02-04T10:31:01.077Z] ---> dd4a8fa6acdd [2021-02-04T10:31:01.077Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:31:01.077Z] ---> Using cache [2021-02-04T10:31:01.077Z] ---> 462d92b01204 [2021-02-04T10:31:01.077Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T10:31:01.077Z] ---> Using cache [2021-02-04T10:31:01.077Z] ---> d2c1df16fb62 [2021-02-04T10:31:01.077Z] Step 6/31 : COPY go.mod . [2021-02-04T10:31:01.077Z] ---> Using cache [2021-02-04T10:31:01.077Z] ---> b98ddc89f3a5 [2021-02-04T10:31:01.077Z] Step 7/31 : RUN go mod download [2021-02-04T10:31:01.077Z] ---> Using cache [2021-02-04T10:31:01.077Z] ---> 1cb47f773564 [2021-02-04T10:31:01.077Z] Step 8/31 : COPY . . [2021-02-04T10:31:01.077Z] ---> Using cache [2021-02-04T10:31:01.077Z] ---> a35e0ba10ddb [2021-02-04T10:31:01.077Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T10:31:01.077Z] ---> Running in e89de0f76d74 [2021-02-04T10:31:01.077Z] ---> Running in 842e6ffbc688 [2021-02-04T10:31:01.077Z] ---> Running in b4e1ae808844 [2021-02-04T10:31:01.077Z] ---> Running in cb4560ff84aa [2021-02-04T10:31:01.341Z] 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-04T10:31:01.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:01.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:01.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:02.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:02.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:02.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:03.319Z] OK: 233 MiB in 51 packages [2021-02-04T10:31:03.319Z] OK: 233 MiB in 51 packages [2021-02-04T10:31:03.319Z] OK: 233 MiB in 51 packages [2021-02-04T10:31:04.774Z] Removing intermediate container b4e1ae808844 [2021-02-04T10:31:04.774Z] ---> 4bb85952a628 [2021-02-04T10:31:04.774Z] Step 6/26 : COPY go.mod . [2021-02-04T10:31:04.774Z] Removing intermediate container e89de0f76d74 [2021-02-04T10:31:04.774Z] ---> 3ac789a54209 [2021-02-04T10:31:04.774Z] Step 6/23 : COPY go.mod . [2021-02-04T10:31:05.047Z] Removing intermediate container 842e6ffbc688 [2021-02-04T10:31:05.047Z] ---> cea9d9586be9 [2021-02-04T10:31:05.047Z] Step 6/22 : COPY go.mod . [2021-02-04T10:31:05.309Z] ---> f8a7b316e231 [2021-02-04T10:31:05.309Z] Step 7/26 : RUN go mod download [2021-02-04T10:31:05.309Z] ---> 01830dc3da4b [2021-02-04T10:31:05.309Z] Step 7/23 : RUN go mod download [2021-02-04T10:31:05.309Z] ---> Running in 47a8ce7c0f86 [2021-02-04T10:31:05.599Z] ---> cc1c8caacd35 [2021-02-04T10:31:05.599Z] Step 7/22 : RUN go mod download [2021-02-04T10:31:05.599Z] ---> Running in a3ebdae50ebe [2021-02-04T10:31:05.901Z] ---> Running in 19e590a1afac [2021-02-04T10:31:08.766Z] Removing intermediate container 19e590a1afac [2021-02-04T10:31:08.767Z] ---> bcde6784ef41 [2021-02-04T10:31:08.767Z] Step 8/22 : COPY . . [2021-02-04T10:31:09.112Z] Removing intermediate container a3ebdae50ebe [2021-02-04T10:31:09.112Z] ---> f8f0198bf81c [2021-02-04T10:31:09.112Z] Step 8/23 : COPY . . [2021-02-04T10:31:09.112Z] Removing intermediate container 47a8ce7c0f86 [2021-02-04T10:31:09.112Z] ---> 4980e0a7ce09 [2021-02-04T10:31:09.112Z] Step 8/26 : COPY . . [2021-02-04T10:31:19.797Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T10:31:22.232Z] 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-04T10:31:26.578Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T10:31:32.039Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T10:31:32.039Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T10:31:32.039Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T10:31:40.374Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T10:31:40.374Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T10:31:40.374Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T10:31:40.374Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T10:31:40.374Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T10:31:40.374Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T10:31:40.612Z] Removing intermediate container cb4560ff84aa [2021-02-04T10:31:40.613Z] ---> a1baa472328c [2021-02-04T10:31:40.613Z] [2021-02-04T10:31:40.613Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T10:31:40.613Z] ---> 389fef711851 [2021-02-04T10:31:40.613Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T10:31:40.883Z] ---> Running in 0d3f030b2297 [2021-02-04T10:31:40.883Z] ---> 834f2ce0013e [2021-02-04T10:31:40.883Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T10:31:40.883Z] ---> 89638bb8f039 [2021-02-04T10:31:40.883Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T10:31:40.883Z] ---> 46d5d74bb03d [2021-02-04T10:31:40.883Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T10:31:40.883Z] ---> Running in 41c0bf766b53 [2021-02-04T10:31:40.883Z] ---> Running in 62271a330b4a [2021-02-04T10:31:41.148Z] ---> Running in a14bd8930059 [2021-02-04T10:31:41.148Z] Removing intermediate container 0d3f030b2297 [2021-02-04T10:31:41.148Z] ---> f9cecfd5b17a [2021-02-04T10:31:41.148Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T10:31:41.148Z] ---> Running in 5407963d56f6 [2021-02-04T10:31:42.124Z] 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-04T10:31:42.124Z] 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-04T10:31:42.124Z] 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-04T10:31:42.393Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:42.393Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:42.666Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:31:42.666Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T10:31:42.666Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:31:42.666Z] OK: 6 MiB in 16 packages [2021-02-04T10:31:43.653Z] Removing intermediate container 5407963d56f6 [2021-02-04T10:31:43.653Z] ---> b6e64bdd6570 [2021-02-04T10:31:43.653Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T10:31:43.928Z] ---> Running in d14195c9467e [2021-02-04T10:31:44.204Z] Removing intermediate container d14195c9467e [2021-02-04T10:31:44.204Z] ---> d5becaf270c8 [2021-02-04T10:31:44.204Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T10:31:44.491Z] ---> Running in ed8d2ec82f20 [2021-02-04T10:31:44.771Z] Removing intermediate container ed8d2ec82f20 [2021-02-04T10:31:44.771Z] ---> 28bbb2679e80 [2021-02-04T10:31:44.771Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T10:31:44.771Z] ---> Running in eb6615f479df [2021-02-04T10:31:48.131Z] Removing intermediate container eb6615f479df [2021-02-04T10:31:48.131Z] ---> bb19a59a878c [2021-02-04T10:31:48.131Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T10:31:48.131Z] ---> Running in 3c8b8950fdee [2021-02-04T10:31:48.404Z] Removing intermediate container 3c8b8950fdee [2021-02-04T10:31:48.404Z] ---> 5cf2bfba6796 [2021-02-04T10:31:48.404Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T10:31:48.700Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T10:31:48.700Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T10:31:48.700Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T10:31:49.002Z] ---> 790cabb5e0d7 [2021-02-04T10:31:49.002Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T10:31:49.002Z] ---> Running in 019d7a44b6d7 [2021-02-04T10:31:51.631Z] Removing intermediate container 019d7a44b6d7 [2021-02-04T10:31:51.631Z] ---> 19e9c0213213 [2021-02-04T10:31:51.631Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:31:51.898Z] ---> 9b64bfb1b42c [2021-02-04T10:31:51.898Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T10:31:53.344Z] ---> 020872d41496 [2021-02-04T10:31:53.344Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T10:31:53.618Z] ---> a0895144da69 [2021-02-04T10:31:53.618Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T10:31:54.591Z] ---> e761937219dc [2021-02-04T10:31:54.591Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T10:31:55.190Z] ---> 8a25564ae585 [2021-02-04T10:31:55.190Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T10:31:55.465Z] ---> Running in 014493c6d3b6 [2021-02-04T10:31:55.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.395s coverage: 46.0% of statements [2021-02-04T10:31:55.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T10:31:55.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T10:31:55.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T10:31:55.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T10:31:55.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T10:31:55.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T10:31:55.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T10:31:55.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.162s coverage: 100.0% of statements [2021-02-04T10:31:55.741Z] Removing intermediate container 014493c6d3b6 [2021-02-04T10:31:55.741Z] ---> e8d66508c8e7 [2021-02-04T10:31:55.741Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T10:31:57.169Z] ---> 9be084d87a12 [2021-02-04T10:31:57.169Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T10:31:57.169Z] ---> Running in 551d9b3a46e1 [2021-02-04T10:31:59.804Z] Removing intermediate container 551d9b3a46e1 [2021-02-04T10:31:59.804Z] ---> 2ae280946c3a [2021-02-04T10:31:59.804Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T10:31:59.804Z] ---> Running in f7b07af519fa [2021-02-04T10:32:00.074Z] Removing intermediate container f7b07af519fa [2021-02-04T10:32:00.074Z] ---> 4e04d27a2018 [2021-02-04T10:32:00.074Z] Step 28/31 : CMD ["gate"] [2021-02-04T10:32:00.344Z] ---> Running in d17880252df9 [2021-02-04T10:32:00.612Z] Removing intermediate container d17880252df9 [2021-02-04T10:32:00.612Z] ---> a77af632a410 [2021-02-04T10:32:00.612Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T10:32:00.883Z] ---> Running in fd04aabb79dd [2021-02-04T10:32:01.157Z] Removing intermediate container fd04aabb79dd [2021-02-04T10:32:01.157Z] ---> 428e1c6b1546 [2021-02-04T10:32:01.157Z] Step 30/31 : LABEL git_sha=91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:32:01.443Z] ---> Running in dcafc399a3dc [2021-02-04T10:32:01.717Z] Removing intermediate container dcafc399a3dc [2021-02-04T10:32:01.717Z] ---> 4abec91282f3 [2021-02-04T10:32:01.717Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T10:32:01.995Z] ---> Running in 918ff84a9cce [2021-02-04T10:32:02.588Z] Removing intermediate container 918ff84a9cce [2021-02-04T10:32:02.588Z] ---> 1b3c2e9fb3c6 [2021-02-04T10:32:02.588Z] [2021-02-04T10:32:02.855Z] Successfully built 1b3c2e9fb3c6 [2021-02-04T10:32:03.126Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T10:32:03.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.627s coverage: 27.1% of statements [2021-02-04T10:32:03.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T10:32:03.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T10:32:03.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T10:32:03.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T10:32:03.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T10:32:03.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T10:32:03.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements [2021-02-04T10:32:03.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T10:32:03.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.105s coverage: 100.0% of statements [2021-02-04T10:32:03.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T10:32:03.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T10:32:03.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.262s coverage: 65.8% of statements [2021-02-04T10:32:03.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T10:32:03.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T10:32:06.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.723s coverage: 82.3% of statements [2021-02-04T10:32:06.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T10:32:06.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:32:06.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T10:32:06.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T10:32:09.789Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 62271a330b4a [2021-02-04T10:32:09.789Z] ---> c11de0a5adde [2021-02-04T10:32:09.789Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T10:32:10.365Z] ---> Running in 94281b2226cb [2021-02-04T10:32:10.365Z] Removing intermediate container 41c0bf766b53 [2021-02-04T10:32:10.365Z] ---> 3c146aeb5e19 [2021-02-04T10:32:10.365Z] [2021-02-04T10:32:10.365Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:32:10.365Z] ---> 389fef711851 [2021-02-04T10:32:10.365Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T10:32:10.633Z] ---> Running in 8f80f3b20663 [2021-02-04T10:32:10.897Z] 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-04T10:32:11.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:32:11.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:32:11.423Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T10:32:11.423Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:32:11.423Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:32:11.423Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:32:11.700Z] OK: 6 MiB in 16 packages [2021-02-04T10:32:13.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.207s coverage: 28.6% of statements [2021-02-04T10:32:13.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T10:32:13.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T10:32:13.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T10:32:13.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T10:32:13.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T10:32:13.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.151s coverage: 100.0% of statements [2021-02-04T10:32:13.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T10:32:13.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.109s coverage: 100.0% of statements [2021-02-04T10:32:13.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T10:32:13.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.351s coverage: 86.7% of statements [2021-02-04T10:32:13.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T10:32:13.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.403s coverage: 97.5% of statements [2021-02-04T10:32:13.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T10:32:14.267Z] Removing intermediate container 8f80f3b20663 [2021-02-04T10:32:14.267Z] ---> 0ca8c5ee82b8 [2021-02-04T10:32:14.267Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:32:14.267Z] Removing intermediate container a14bd8930059 [2021-02-04T10:32:14.267Z] ---> 5928ae6ba94e [2021-02-04T10:32:14.267Z] [2021-02-04T10:32:14.267Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:32:14.267Z] ---> 389fef711851 [2021-02-04T10:32:14.267Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T10:32:14.267Z] ---> Running in 09d5a95285f0 [2021-02-04T10:32:14.267Z] ---> Running in eddde89a5029 [2021-02-04T10:32:14.267Z] Removing intermediate container 94281b2226cb [2021-02-04T10:32:14.267Z] ---> 0649173aa6c4 [2021-02-04T10:32:14.267Z] [2021-02-04T10:32:14.267Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T10:32:14.267Z] 20.10.0: Pulling from library/docker [2021-02-04T10:32:14.268Z] Removing intermediate container 09d5a95285f0 [2021-02-04T10:32:14.268Z] ---> fb0d0ae627f5 [2021-02-04T10:32:14.268Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T10:32:14.268Z] Removing intermediate container eddde89a5029 [2021-02-04T10:32:14.268Z] ---> 6d5a28c8c61a [2021-02-04T10:32:14.268Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T10:32:14.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.186s coverage: 78.3% of statements [2021-02-04T10:32:14.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T10:32:14.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T10:32:14.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T10:32:14.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T10:32:15.222Z] ---> Running in 717f2a5b2d56 [2021-02-04T10:32:15.490Z] ---> Running in 68916430285b [2021-02-04T10:32:16.434Z] Removing intermediate container 717f2a5b2d56 [2021-02-04T10:32:16.434Z] ---> d5c2f8aca7a5 [2021-02-04T10:32:16.434Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:32:17.380Z] ---> Running in ae0d569a37ca [2021-02-04T10:32:17.380Z] Removing intermediate container 68916430285b [2021-02-04T10:32:17.380Z] ---> 6f1e9471207b [2021-02-04T10:32:17.380Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T10:32:17.380Z] ---> Running in 75f8b12a6d24 [2021-02-04T10:32:17.380Z] Removing intermediate container ae0d569a37ca [2021-02-04T10:32:17.380Z] ---> 7134ae13bb01 [2021-02-04T10:32:17.380Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:32:17.642Z] Removing intermediate container 75f8b12a6d24 [2021-02-04T10:32:17.642Z] ---> 91be175e9991 [2021-02-04T10:32:17.642Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:32:17.642Z] ---> Running in 7248c409f1ea [2021-02-04T10:32:17.642Z] ---> 94dac8ba1c13 [2021-02-04T10:32:17.642Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T10:32:18.604Z] ---> d3f5a1329ef8 [2021-02-04T10:32:18.605Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T10:32:18.873Z] ---> 2987792ae0d9 [2021-02-04T10:32:18.873Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T10:32:18.873Z] Removing intermediate container 7248c409f1ea [2021-02-04T10:32:18.873Z] ---> 2a74b7bd6307 [2021-02-04T10:32:18.873Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T10:32:19.140Z] ---> Running in 08d1f93b7836 [2021-02-04T10:32:19.140Z] ---> Running in 310d8637c864 [2021-02-04T10:32:19.408Z] Removing intermediate container 08d1f93b7836 [2021-02-04T10:32:19.408Z] ---> 1a2ea68be441 [2021-02-04T10:32:19.408Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:32:19.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:32:19.684Z] ---> Running in 52f70de9393d [2021-02-04T10:32:19.949Z] Removing intermediate container 52f70de9393d [2021-02-04T10:32:19.949Z] ---> 3782428e814a [2021-02-04T10:32:19.949Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T10:32:19.949Z] ---> Running in d875c048b7b8 [2021-02-04T10:32:20.221Z] Removing intermediate container d875c048b7b8 [2021-02-04T10:32:20.221Z] ---> 68af9dd27dbb [2021-02-04T10:32:20.221Z] Step 21/22 : LABEL git_sha=91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:32:20.485Z] ---> Running in 9f175bebc60c [2021-02-04T10:32:20.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:32:20.752Z] Removing intermediate container 9f175bebc60c [2021-02-04T10:32:20.752Z] ---> e1149fe9015c [2021-02-04T10:32:20.752Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T10:32:20.752Z] ---> Running in b39d257472e6 [2021-02-04T10:32:21.016Z] Removing intermediate container b39d257472e6 [2021-02-04T10:32:21.016Z] ---> c10e87d4a80b [2021-02-04T10:32:21.016Z] [2021-02-04T10:32:21.291Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T10:32:21.291Z] Successfully built c10e87d4a80b [2021-02-04T10:32:21.291Z] Successfully tagged docker-support-notifications-go:latest [2021-02-04T10:32:21.291Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T10:32:21.291Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T10:32:21.291Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T10:32:21.291Z] ---> aefe523efa57 [2021-02-04T10:32:21.291Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T10:32:21.291Z] ---> Running in a5edb09e143e [2021-02-04T10:32:21.291Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T10:32:21.556Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T10:32:21.819Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T10:32:21.819Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T10:32:22.082Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:32:22.082Z] OK: 8 MiB in 20 packages [2021-02-04T10:32:22.082Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:32:22.082Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:32:22.347Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T10:32:22.347Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T10:32:22.347Z] Executing bash-5.0.17-r0.post-install [2021-02-04T10:32:22.347Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:32:22.347Z] OK: 12 MiB in 22 packages [2021-02-04T10:32:22.615Z] Removing intermediate container 310d8637c864 [2021-02-04T10:32:22.615Z] ---> b696aaa7572d [2021-02-04T10:32:22.615Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:32:22.881Z] ---> b790b3def58c [2021-02-04T10:32:22.881Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T10:32:22.881Z] Removing intermediate container a5edb09e143e [2021-02-04T10:32:22.881Z] ---> e674d08c5676 [2021-02-04T10:32:22.881Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T10:32:22.881Z] ---> Running in e3fdc0c1f5be [2021-02-04T10:32:23.144Z] Removing intermediate container e3fdc0c1f5be [2021-02-04T10:32:23.144Z] ---> 9b6e500c2a41 [2021-02-04T10:32:23.144Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T10:32:23.409Z] ---> Running in 65447f853c14 [2021-02-04T10:32:23.409Z] ---> 7ab2d03b0847 [2021-02-04T10:32:23.409Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T10:32:23.409Z] Removing intermediate container 65447f853c14 [2021-02-04T10:32:23.409Z] ---> 19dc60ef80c5 [2021-02-04T10:32:23.409Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T10:32:23.676Z] ---> Running in 1f40a50db76b [2021-02-04T10:32:23.676Z] ---> a95a84c88036 [2021-02-04T10:32:23.676Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T10:32:23.676Z] ---> Running in 36c91290a0b4 [2021-02-04T10:32:23.676Z] Removing intermediate container 1f40a50db76b [2021-02-04T10:32:23.676Z] ---> 4c10c6187327 [2021-02-04T10:32:23.676Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T10:32:23.941Z] Removing intermediate container 36c91290a0b4 [2021-02-04T10:32:23.941Z] ---> 6a471de20f21 [2021-02-04T10:32:23.941Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:32:23.941Z] ---> Running in 6bd4d9f51025 [2021-02-04T10:32:24.205Z] Removing intermediate container 6bd4d9f51025 [2021-02-04T10:32:24.205Z] ---> 281e2425826e [2021-02-04T10:32:24.205Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:32:24.205Z] ---> 65bd08e72b4a [2021-02-04T10:32:24.205Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T10:32:24.205Z] ---> Running in d0925db00e26 [2021-02-04T10:32:24.470Z] Removing intermediate container d0925db00e26 [2021-02-04T10:32:24.470Z] ---> 88fbdc7cf12a [2021-02-04T10:32:24.470Z] Step 22/23 : LABEL git_sha=91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:32:24.470Z] ---> 43c58b0c7b8e [2021-02-04T10:32:24.470Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T10:32:24.470Z] ---> Running in 7b3ec4dd323e [2021-02-04T10:32:24.733Z] Removing intermediate container 7b3ec4dd323e [2021-02-04T10:32:24.733Z] ---> 2bf4c51e9263 [2021-02-04T10:32:24.733Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:32:24.733Z] ---> Running in 4eb73f83a351 [2021-02-04T10:32:24.996Z] ---> 4fe2232829ad [2021-02-04T10:32:24.996Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T10:32:24.996Z] ---> Running in 82893db4c7d3 [2021-02-04T10:32:24.996Z] Removing intermediate container 4eb73f83a351 [2021-02-04T10:32:24.996Z] ---> 95cc82874b12 [2021-02-04T10:32:24.996Z] [2021-02-04T10:32:25.200Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.425s coverage: 92.8% of statements [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T10:32:25.200Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T10:32:25.200Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.274s coverage: 0.1% of statements [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T10:32:25.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T10:32:25.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.088s coverage: 45.5% of statements [2021-02-04T10:32:25.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.101s coverage: 79.5% of statements [2021-02-04T10:32:25.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements [2021-02-04T10:32:25.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.112s coverage: 96.3% of statements [2021-02-04T10:32:25.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2021-02-04T10:32:25.258Z] Successfully built 95cc82874b12 [2021-02-04T10:32:25.521Z] Successfully tagged docker-core-data-go:latest [2021-02-04T10:32:25.784Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:32:25.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:32:26.046Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T10:32:26.046Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T10:32:26.046Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T10:32:26.046Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T10:32:26.046Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T10:32:26.046Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T10:32:26.046Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T10:32:26.992Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T10:32:26.992Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T10:32:26.992Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T10:32:26.992Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T10:32:26.992Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T10:32:27.253Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T10:32:27.253Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T10:32:27.253Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T10:32:27.253Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T10:32:27.515Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T10:32:27.515Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T10:32:27.515Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T10:32:27.515Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T10:32:27.515Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T10:32:27.515Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T10:32:27.515Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T10:32:27.515Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T10:32:27.515Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T10:32:27.515Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T10:32:27.515Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T10:32:27.515Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T10:32:27.515Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T10:32:27.515Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T10:32:27.782Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T10:32:27.782Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T10:32:27.782Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T10:32:27.782Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:32:27.782Z] OK: 71 MiB in 55 packages [2021-02-04T10:32:37.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.078s coverage: 94.4% of statements [2021-02-04T10:32:37.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.076s coverage: 44.8% of statements [2021-02-04T10:32:37.821Z] Removing intermediate container 82893db4c7d3 [2021-02-04T10:32:37.821Z] ---> 5096ba4cb026 [2021-02-04T10:32:37.821Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T10:32:37.821Z] ---> Running in 14d233fc74d9 [2021-02-04T10:32:37.821Z] Collecting docker-compose==1.23.2 [2021-02-04T10:32:37.821Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T10:32:37.821Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T10:32:37.821Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T10:32:38.084Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T10:32:38.084Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T10:32:38.347Z] Collecting PyYAML<4,>=3.10 [2021-02-04T10:32:38.347Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T10:32:39.305Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T10:32:39.305Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T10:32:39.569Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T10:32:39.569Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T10:32:40.145Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T10:32:40.145Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T10:32:40.407Z] 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-04T10:32:40.669Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T10:32:40.669Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T10:32:40.669Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T10:32:40.669Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T10:32:40.930Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T10:32:40.930Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T10:32:41.504Z] Collecting idna<2.8,>=2.5 [2021-02-04T10:32:41.504Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T10:32:41.504Z] 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-04T10:32:41.504Z] 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-04T10:32:41.504Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T10:32:41.766Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T10:32:41.766Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T10:32:41.766Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T10:32:41.766Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T10:32:41.766Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T10:32:41.766Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T10:32:41.766Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T10:32:42.039Z] Installing collected packages: jsonschema, idna, urllib3, requests, PyYAML, websocket-client, docker-pycreds, docker, dockerpty, docopt, cached-property, texttable, docker-compose [2021-02-04T10:32:42.039Z] Attempting uninstall: idna [2021-02-04T10:32:42.039Z] Found existing installation: idna 2.9 [2021-02-04T10:32:42.039Z] Uninstalling idna-2.9: [2021-02-04T10:32:42.039Z] Successfully uninstalled idna-2.9 [2021-02-04T10:32:42.302Z] Attempting uninstall: urllib3 [2021-02-04T10:32:42.302Z] Found existing installation: urllib3 1.25.9 [2021-02-04T10:32:42.302Z] Uninstalling urllib3-1.25.9: [2021-02-04T10:32:42.302Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T10:32:42.594Z] Attempting uninstall: requests [2021-02-04T10:32:42.594Z] Found existing installation: requests 2.23.0 [2021-02-04T10:32:42.594Z] Uninstalling requests-2.23.0: [2021-02-04T10:32:42.594Z] Successfully uninstalled requests-2.23.0 [2021-02-04T10:32:42.594Z] Running setup.py install for PyYAML: started [2021-02-04T10:32:43.192Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T10:32:43.462Z] Running setup.py install for dockerpty: started [2021-02-04T10:32:44.112Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T10:32:44.112Z] Running setup.py install for docopt: started [2021-02-04T10:32:44.376Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T10:32:44.638Z] Running setup.py install for texttable: started [2021-02-04T10:32:44.899Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T10:32:45.161Z] 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-04T10:32:49.381Z] Removing intermediate container 14d233fc74d9 [2021-02-04T10:32:49.381Z] ---> 992dd3b1ae0b [2021-02-04T10:32:49.381Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T10:32:49.381Z] ---> Running in 92e41ac1e455 [2021-02-04T10:32:49.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:32:49.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:32:49.647Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:32:49.647Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T10:32:49.648Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T10:32:49.648Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:32:49.648Z] OK: 72 MiB in 58 packages [2021-02-04T10:32:50.241Z] Removing intermediate container 92e41ac1e455 [2021-02-04T10:32:50.241Z] ---> 14d8d44f68c9 [2021-02-04T10:32:50.241Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T10:32:50.241Z] ---> Running in 57f1ba352430 [2021-02-04T10:32:50.505Z] Removing intermediate container 57f1ba352430 [2021-02-04T10:32:50.505Z] ---> 9180d8a9b4ec [2021-02-04T10:32:50.505Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:32:50.505Z] ---> Running in 9826e522e635 [2021-02-04T10:32:50.505Z] Removing intermediate container 9826e522e635 [2021-02-04T10:32:50.505Z] ---> e096989955fa [2021-02-04T10:32:50.505Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T10:32:50.773Z] ---> Running in 014bdcaf8129 [2021-02-04T10:32:50.773Z] Removing intermediate container 014bdcaf8129 [2021-02-04T10:32:50.773Z] ---> d0d776c44a26 [2021-02-04T10:32:50.773Z] Step 25/26 : LABEL git_sha=91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:32:50.773Z] ---> Running in dc9cbd3758cf [2021-02-04T10:32:51.036Z] Removing intermediate container dc9cbd3758cf [2021-02-04T10:32:51.036Z] ---> 3523346bc95e [2021-02-04T10:32:51.036Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T10:32:51.036Z] ---> Running in 7150583dc51c [2021-02-04T10:32:51.300Z] Removing intermediate container 7150583dc51c [2021-02-04T10:32:51.300Z] ---> fec116cd6dea [2021-02-04T10:32:51.300Z] [2021-02-04T10:32:51.300Z] Successfully built fec116cd6dea [2021-02-04T10:32:51.300Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T10:32:51.890Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T10:32:51.899Z] $ docker stop --time=1 5690d13492a2c2c4f4fca671631a3d23ae4892c958e771ff2b50851b6108671f [2021-02-04T10:32:52.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.149s coverage: 92.9% of statements [2021-02-04T10:32:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T10:32:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T10:32:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T10:32:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T10:32:52.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-02-04T10:32:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T10:32:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T10:32:52.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-02-04T10:32:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T10:32:52.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-02-04T10:32:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T10:32:52.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-02-04T10:32:52.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements [2021-02-04T10:32:52.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.2% of statements [2021-02-04T10:32:52.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.222s coverage: 91.4% of statements [2021-02-04T10:32:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T10:32:52.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.615s coverage: 63.5% of statements [2021-02-04T10:32:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T10:32:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T10:32:52.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.093s coverage: 100.0% of statements [2021-02-04T10:32:52.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements [2021-02-04T10:32:52.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements [2021-02-04T10:32:52.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2021-02-04T10:32:52.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-02-04T10:32:52.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.862s coverage: 68.9% of statements [2021-02-04T10:32:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T10:32:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T10:32:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T10:32:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T10:32:52.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T10:32:53.431Z] $ docker rm -f 5690d13492a2c2c4f4fca671631a3d23ae4892c958e771ff2b50851b6108671f [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T10:32:53.757Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.393s coverage: 37.0% of statements [2021-02-04T10:32:53.757Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T10:32:53.757Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T10:32:54.057Z] + docker images [2021-02-04T10:32:54.057Z] + grep docker [2021-02-04T10:32:54.321Z] docker-sys-mgmt-agent-go latest fec116cd6dea 3 seconds ago 313MB [2021-02-04T10:32:54.321Z] docker-core-data-go latest 95cc82874b12 30 seconds ago 22.3MB [2021-02-04T10:32:54.321Z] docker-support-notifications-go latest c10e87d4a80b 34 seconds ago 17.5MB [2021-02-04T10:32:54.321Z] docker-security-bootstrapper-go latest 1b3c2e9fb3c6 52 seconds ago 23.8MB [2021-02-04T10:32:54.321Z] docker-security-secretstore-setup-go latest 734701d485b4 2 minutes ago 24.6MB [2021-02-04T10:32:54.321Z] docker-core-command-go latest 723e9056b9c2 2 minutes ago 16.9MB [2021-02-04T10:32:54.321Z] docker-core-metadata-go latest 9dfaacb1fde9 2 minutes ago 18.8MB [2021-02-04T10:32:54.321Z] docker-security-proxy-setup-go latest d181025570bd 2 minutes ago 24.4MB [2021-02-04T10:32:54.321Z] docker-support-scheduler-go latest 7fdd67920476 2 minutes ago 17MB [2021-02-04T10:32:54.321Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-04T10:32:54.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.810s coverage: 84.0% of statements [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-02-04T10:32:55.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.079s coverage: 100.0% of statements Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-04T10:33:01.775Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.460s coverage: 47.0% of statements [2021-02-04T10:33:01.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T10:33:01.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T10:33:01.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T10:33:01.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T10:33:01.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T10:33:01.775Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.182s coverage: 100.0% of statements [2021-02-04T10:33:01.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T10:33:01.775Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.155s coverage: 100.0% of statements [2021-02-04T10:33:01.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T10:33:01.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T10:33:01.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T10:33:01.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T10:33:01.775Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.256s coverage: 90.4% of statements [2021-02-04T10:33:01.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T10:33:01.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:33:01.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T10:33:10.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.180s coverage: 29.1% of statements [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T10:33:10.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.175s coverage: 99.0% of statements [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T10:33:10.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.126s coverage: 100.0% of statements [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T10:33:10.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.155s coverage: 100.0% of statements [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T10:33:10.111Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.064s coverage: 0.0% of statements [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T10:33:10.111Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T10:33:10.111Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T10:33:10.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T10:33:10.111Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.071s coverage: 100.0% of statements [2021-02-04T10:33:10.111Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.068s coverage: 32.1% of statements [2021-02-04T10:33:10.111Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-04T10:33:10.655Z] Still waiting to schedule task [2021-02-04T10:33:10.655Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-24964’ [2021-02-04T10:33:11.095Z] GO111MODULE=on go vet ./... [2021-02-04T10:34:32.943Z] gofmt -l . [2021-02-04T10:34:32.943Z] [ "`gofmt -l .`" = "" ] [2021-02-04T10:34:32.943Z] ./bin/test-go-mod-tidy.sh [2021-02-04T10:34:32.943Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T10:34:33.909Z] + ls -al . [2021-02-04T10:34:33.909Z] total 712 [2021-02-04T10:34:33.909Z] drwxrwxr-x 9 1001 1001 4096 Feb 4 10:34 . [2021-02-04T10:34:33.909Z] drwxr-xr-x 4 root root 4096 Feb 4 10:30 .. [2021-02-04T10:34:33.909Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 10:28 .dockerignore [2021-02-04T10:34:33.909Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 10:28 .git [2021-02-04T10:34:33.909Z] drwxrwxr-x 3 1001 1001 4096 Feb 4 10:28 .github [2021-02-04T10:34:33.909Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 10:28 .gitignore [2021-02-04T10:34:33.909Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 10:28 .sonarcloud.properties [2021-02-04T10:34:33.909Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:28 Attribution.txt [2021-02-04T10:34:33.909Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:28 CONTRIBUTING.md [2021-02-04T10:34:33.909Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 10:28 Dockerfile.build [2021-02-04T10:34:33.909Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 10:28 Jenkinsfile [2021-02-04T10:34:33.909Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:28 LICENSE [2021-02-04T10:34:33.909Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:28 Makefile [2021-02-04T10:34:33.909Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:28 README.md [2021-02-04T10:34:33.909Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:28 SECURITY.md [2021-02-04T10:34:33.909Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 10:23 VERSION [2021-02-04T10:34:33.909Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:28 ZMQWindows.md [2021-02-04T10:34:33.909Z] drwxrwxr-x 2 1001 1001 4096 Feb 4 10:28 bin [2021-02-04T10:34:33.909Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 10:28 cmd [2021-02-04T10:34:33.909Z] -rw-r--r-- 1 root root 580808 Feb 4 10:33 coverage.out [2021-02-04T10:34:33.909Z] -rw-r--r-- 1 root root 1054 Feb 4 10:34 go.mod [2021-02-04T10:34:33.909Z] -rw-r--r-- 1 root root 19510 Feb 4 10:34 go.sum [2021-02-04T10:34:33.909Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 10:28 internal [2021-02-04T10:34:33.909Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 10:28 openapi [2021-02-04T10:34:33.909Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 10:28 snap [2021-02-04T10:34:33.909Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 10:28 version.go [Pipeline] sh [2021-02-04T10:34:34.573Z] + '[' -e coverage.out ] [2021-02-04T10:34:34.573Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T10:34:34.709Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T10:34:36.186Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T10:34:36.946Z] + make build [2021-02-04T10:34:36.947Z] 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-04T10:34:47.240Z] 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-04T10:34:48.042Z] Running on prd-ubuntu18.04-docker-8c-8g-24967 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [Pipeline] { [Pipeline] ws [2021-02-04T10:34:48.147Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-02-04T10:34:50.198Z] using credential edgex-jenkins-ssh [2021-02-04T10:34:50.315Z] Cloning the remote Git repository [2021-02-04T10:34:50.311Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:34:50.371Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-02-04T10:34:50.398Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:34:50.399Z] > git --version # timeout=10 [2021-02-04T10:34:50.409Z] > git --version # 'git version 2.17.1' [2021-02-04T10:34:50.410Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:34:50.439Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:34:59.022Z] Merging remotes/origin/master commit 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 into PR head commit 91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:34:59.145Z] Merge succeeded, producing 91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:34:59.145Z] Checking out Revision 91d2860d80aaef8e740a7f35cfaabada10e1bfc9 (PR-3116) [2021-02-04T10:34:58.496Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:34:58.505Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:34:58.515Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:34:58.526Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:34:58.526Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:34:58.531Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T10:34:59.009Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T10:34:59.014Z] > git checkout -f 91d2860d80aaef8e740a7f35cfaabada10e1bfc9 # timeout=10 [2021-02-04T10:34:59.091Z] > git remote # timeout=10 [2021-02-04T10:34:59.098Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T10:34:59.104Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:34:59.108Z] > git merge 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 [2021-02-04T10:34:59.118Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T10:34:59.126Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T10:34:59.130Z] > git checkout -f 91d2860d80aaef8e740a7f35cfaabada10e1bfc9 # timeout=10 [2021-02-04T10:35:02.848Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:35:04.201Z] + echo snap-build.sh [2021-02-04T10:35:04.201Z] snap-build.sh [2021-02-04T10:35:04.201Z] + SNAP_BASE_DIR=. [2021-02-04T10:35:04.201Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-02-04T10:35:04.201Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-02-04T10:35:04.201Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-02-04T10:35:04.201Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-02-04T10:35:04.201Z] + cd /w/workspace/edgex-go/6 [2021-02-04T10:35:04.201Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-04T10:35:04.201Z] Reading package lists... [2021-02-04T10:35:04.464Z] Building dependency tree... [2021-02-04T10:35:04.464Z] Reading state information... [2021-02-04T10:35:04.464Z] The following packages were automatically installed and are no longer required: [2021-02-04T10:35:04.464Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-04T10:35:04.464Z] uidmap xdelta3 [2021-02-04T10:35:04.464Z] Use 'sudo apt autoremove' to remove them. [2021-02-04T10:35:04.728Z] The following packages will be REMOVED: [2021-02-04T10:35:04.728Z] lxd* lxd-client* [2021-02-04T10:35:04.989Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-04T10:35:04.989Z] After this operation, 31.7 MB disk space will be freed. [2021-02-04T10:35:06.034Z] (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-04T10:35:06.034Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T10:35:06.974Z] Removing lxd dnsmasq configuration [2021-02-04T10:35:06.974Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T10:35:06.974Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-04T10:35:07.917Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-04T10:35:08.186Z] (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-04T10:35:08.186Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T10:35:09.570Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-04T10:35:09.570Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-04T10:35:10.957Z] + sudo snap remove --purge lxd [2021-02-04T10:35:10.957Z] snap "lxd" is not installed [2021-02-04T10:35:10.957Z] + sudo groupadd --force --system lxd [2021-02-04T10:35:10.957Z] ++ whoami [2021-02-04T10:35:10.957Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-04T10:35:11.218Z] + newgrp - lxd [2021-02-04T10:35:11.218Z] + sudo snap install lxd [2021-02-04T10:35:14.061Z] 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-04T10:35:18.400Z] 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-04T10:35:19.384Z] 2021-02-04T10:35:16Z INFO Waiting for automatic snapd restart... [2021-02-04T10:35:25.180Z] 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-04T10:35:26.623Z] 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-04T10:35:31.787Z] lxd 4.10 from Canonical* installed [2021-02-04T10:35:31.787Z] + sudo lxd init --auto [2021-02-04T10:35:33.333Z] 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-04T10:35:37.630Z] 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-04T10:35:39.970Z] + sudo snap install --classic snapcraft [2021-02-04T10:35:41.936Z] 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-04T10:35:46.236Z] 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-04T10:35:46.558Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T10:35:46.558Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-04T10:35:46.558Z] + patch --verbose -p1 [2021-02-04T10:35:46.558Z] Hmm... Looks like a unified diff to me... [2021-02-04T10:35:46.558Z] The text leading up to this was: [2021-02-04T10:35:46.558Z] -------------------------- [2021-02-04T10:35:46.558Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-04T10:35:46.558Z] |From: Tony Espy [2021-02-04T10:35:46.558Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-04T10:35:46.558Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-04T10:35:46.558Z] | [2021-02-04T10:35:46.558Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-04T10:35:46.558Z] |optimize the snap CI check run for pull requests. When [2021-02-04T10:35:46.558Z] |applied, it essentially strips out everything (apps and [2021-02-04T10:35:46.558Z] |parts) from the snapcraft.yaml file except those required [2021-02-04T10:35:46.558Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-04T10:35:46.558Z] |catch changes to edgex-go that break the snap build. [2021-02-04T10:35:46.558Z] | [2021-02-04T10:35:46.558Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-04T10:35:46.558Z] |to update this patch file, otherwise it may fail to apply, [2021-02-04T10:35:46.558Z] |resulting in a failed snap build CI check in the associated [2021-02-04T10:35:46.558Z] |pull request. [2021-02-04T10:35:46.558Z] | [2021-02-04T10:35:46.558Z] |Note - in addition to applying this patch, the pipeline also [2021-02-04T10:35:46.558Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-04T10:35:46.558Z] |need to build the finally binary .snap file (and it won't [2021-02-04T10:35:46.558Z] |work with the patch applied). This further reduces the build [2021-02-04T10:35:46.558Z] |time. [2021-02-04T10:35:46.558Z] |--- [2021-02-04T10:35:46.558Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-04T10:35:46.558Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-04T10:35:46.558Z] | [2021-02-04T10:35:46.558Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-04T10:35:46.558Z] |index 1e537489..faf42425 100644 [2021-02-04T10:35:46.558Z] |--- a/snap/snapcraft.yaml [2021-02-04T10:35:46.558Z] |+++ b/snap/snapcraft.yaml [2021-02-04T10:35:46.558Z] -------------------------- [2021-02-04T10:35:46.558Z] patching file snap/snapcraft.yaml [2021-02-04T10:35:46.558Z] Using Plan A... [2021-02-04T10:35:46.558Z] Hunk #1 succeeded at 73. [2021-02-04T10:35:46.558Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-04T10:35:46.558Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-04T10:35:46.558Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-04T10:35:46.558Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-04T10:35:46.558Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-04T10:35:46.558Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-04T10:35:46.558Z] Hunk #8 succeeded at 342. [2021-02-04T10:35:46.558Z] Hmm... Ignoring the trailing garbage. [2021-02-04T10:35:46.558Z] done [2021-02-04T10:35:46.558Z] + sudo snapcraft prime --use-lxd [2021-02-04T10:35:47.949Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-04T10:35:48.211Z] 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-04T10:35:48.211Z] - README.md [2021-02-04T10:35:48.211Z] - snapcraft.yaml.orig [2021-02-04T10:35:48.211Z] [2021-02-04T10:35:48.211Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T10:35:48.847Z] 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-04T10:35:49.156Z] Launching a container. [2021-02-04T10:35:53.127Z] 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-04T10:35:57.426Z] 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-04T10:36:01.397Z] Waiting for container to be ready [2021-02-04T10:36:01.983Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-04T10:36:01.983Z] [Pipeline] } [2021-02-04T10:36:02.836Z] $ docker stop --time=1 b43b835d95fe30cc21e80447ca397222e3f35dbe5efba629c36ff1c7f058109c [2021-02-04T10:36:05.293Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-04T10:36:05.304Z] $ docker rm -f b43b835d95fe30cc21e80447ca397222e3f35dbe5efba629c36ff1c7f058109c [2021-02-04T10:36:05.868Z] Waiting for network to be ready... [2021-02-04T10:36:06.129Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T10:36:06.129Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [Pipeline] // withDockerContainer [2021-02-04T10:36:06.705Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T10:36:06.705Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T10:36:06.705Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-04T10:36:06.965Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T10:36:06.965Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T10:36:06.965Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T10:36:06.965Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T10:36:06.965Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T10:36:06.966Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-02-04T10:36:07.226Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T10:36:07.226Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T10:36:07.226Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T10:36:07.226Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T10:36:07.226Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T10:36:07.226Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T10:36:07.226Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:36:07.488Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T10:36:07.714Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T10:36:07.714Z] [2021-02-04T10:36:07.714Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2021-02-04T10:36:07.748Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T10:36:07.748Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T10:36:07.748Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T10:36:07.748Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T10:36:07.748Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T10:36:07.748Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T10:36:07.748Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T10:36:07.748Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [Pipeline] sh [2021-02-04T10:36:08.144Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T10:36:08.144Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T10:36:08.144Z] 29e5d40040c1: Pulling fs layer [2021-02-04T10:36:08.144Z] 1ce36da41761: Pulling fs layer [2021-02-04T10:36:08.144Z] 25b303627fd3: Pulling fs layer [2021-02-04T10:36:09.117Z] 29e5d40040c1: Verifying Checksum [2021-02-04T10:36:09.117Z] 29e5d40040c1: Download complete [2021-02-04T10:36:09.391Z] 1ce36da41761: Verifying Checksum [2021-02-04T10:36:09.391Z] 1ce36da41761: Download complete [2021-02-04T10:36:09.665Z] 29e5d40040c1: Pull complete [2021-02-04T10:36:10.295Z] Fetched 23.9 MB in 4s (5687 kB/s) [2021-02-04T10:36:11.110Z] 1ce36da41761: Pull complete [2021-02-04T10:36:11.110Z] 25b303627fd3: Verifying Checksum [2021-02-04T10:36:11.110Z] 25b303627fd3: Download complete [2021-02-04T10:36:11.239Z] Reading package lists... [2021-02-04T10:36:11.239Z] Reading package lists... [2021-02-04T10:36:11.499Z] Building dependency tree... [2021-02-04T10:36:11.499Z] Reading state information... [2021-02-04T10:36:11.499Z] The following additional packages will be installed: [2021-02-04T10:36:11.499Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T10:36:11.499Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T10:36:11.499Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T10:36:11.499Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-04T10:36:11.499Z] Suggested packages: [2021-02-04T10:36:11.499Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-04T10:36:11.499Z] Recommended packages: [2021-02-04T10:36:11.499Z] gnupg libsasl2-modules [2021-02-04T10:36:11.499Z] The following NEW packages will be installed: [2021-02-04T10:36:11.499Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T10:36:11.499Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T10:36:11.499Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T10:36:11.499Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-04T10:36:11.499Z] The following packages will be upgraded: [2021-02-04T10:36:11.499Z] gpg gpg-agent gpgconf libudev1 [2021-02-04T10:36:11.499Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-04T10:36:11.499Z] Need to get 3533 kB of archives. [2021-02-04T10:36:11.499Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-04T10:36:11.499Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-04T10:36:11.758Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-04T10:36:11.758Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-04T10:36:11.758Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-04T10:36:11.758Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-04T10:36:11.758Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-04T10:36:11.758Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-04T10:36:11.758Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-04T10:36:11.758Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-04T10:36:12.023Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-04T10:36:12.598Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-04T10:36:12.598Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-04T10:36:12.598Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-04T10:36:12.598Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-04T10:36:12.598Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-04T10:36:12.598Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-04T10:36:12.598Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-04T10:36:12.598Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-04T10:36:12.598Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-04T10:36:12.598Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-04T10:36:12.598Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-04T10:36:12.598Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-04T10:36:12.858Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T10:36:12.858Z] Fetched 3533 kB in 1s (2938 kB/s) [2021-02-04T10:36:12.858Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T10:36:12.858Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-04T10:36:12.858Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T10:36:13.118Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-04T10:36:13.119Z] Selecting previously unselected package udev. [2021-02-04T10:36:13.119Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T10:36:13.119Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-04T10:36:13.119Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-04T10:36:13.379Z] Selecting previously unselected package libfuse2:amd64. [2021-02-04T10:36:13.379Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T10:36:13.379Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T10:36:13.641Z] Selecting previously unselected package fuse. [2021-02-04T10:36:13.641Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T10:36:13.641Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-04T10:36:13.641Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:13.641Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T10:36:13.903Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:13.903Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T10:36:13.903Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:13.903Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T10:36:14.165Z] Selecting previously unselected package libksba8:amd64. [2021-02-04T10:36:14.165Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-04T10:36:14.165Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-04T10:36:14.165Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-04T10:36:14.165Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:36:14.165Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:14.427Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-04T10:36:14.427Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:36:14.427Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:14.427Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-04T10:36:14.427Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:36:14.427Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:14.427Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-04T10:36:14.427Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:36:14.427Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:14.690Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-04T10:36:14.690Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:36:14.690Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:14.690Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-04T10:36:14.690Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:36:14.690Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:14.952Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-04T10:36:14.952Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:36:14.952Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:14.952Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-04T10:36:14.952Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:36:14.952Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:14.952Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-04T10:36:14.952Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:36:14.952Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:15.212Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-04T10:36:15.212Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T10:36:15.212Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T10:36:15.212Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-04T10:36:15.212Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T10:36:15.212Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T10:36:15.212Z] Selecting previously unselected package libldap-common. [2021-02-04T10:36:15.212Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-04T10:36:15.212Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T10:36:15.472Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-04T10:36:15.472Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-04T10:36:15.472Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T10:36:15.472Z] Selecting previously unselected package dirmngr. [2021-02-04T10:36:15.472Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:15.472Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T10:36:15.733Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T10:36:15.733Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-04T10:36:15.733Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T10:36:15.733Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T10:36:15.733Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T10:36:15.733Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-04T10:36:15.993Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:15.993Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-04T10:36:15.993Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T10:36:15.993Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-04T10:36:16.254Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-04T10:36:16.514Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:16.514Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-04T10:36:16.514Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-04T10:36:16.514Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-04T10:36:16.514Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:16.514Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:16.774Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:16.774Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:16.774Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:16.774Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:16.774Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:16.774Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T10:36:16.774Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T10:36:16.774Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T10:36:17.346Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-04T10:36:17.346Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-04T10:36:17.346Z] This means they are not meant to be enabled using systemctl. [2021-02-04T10:36:17.346Z] Possible reasons for having this kind of units are: [2021-02-04T10:36:17.346Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-04T10:36:17.346Z] .wants/ or .requires/ directory. [2021-02-04T10:36:17.346Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-04T10:36:17.346Z] a requirement dependency on it. [2021-02-04T10:36:17.346Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-04T10:36:17.346Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-04T10:36:17.346Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-04T10:36:17.346Z] instance name specified. [2021-02-04T10:36:17.607Z] Reading package lists... [2021-02-04T10:36:17.868Z] Building dependency tree... [2021-02-04T10:36:17.869Z] Reading state information... [2021-02-04T10:36:17.869Z] The following additional packages will be installed: [2021-02-04T10:36:17.869Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-04T10:36:17.869Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-04T10:36:17.869Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-04T10:36:17.869Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-04T10:36:17.869Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-04T10:36:17.869Z] Suggested packages: [2021-02-04T10:36:17.869Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-04T10:36:17.869Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-04T10:36:17.869Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-04T10:36:17.869Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-04T10:36:17.869Z] systemd-container policykit-1 [2021-02-04T10:36:17.869Z] Recommended packages: [2021-02-04T10:36:17.869Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-04T10:36:17.869Z] The following NEW packages will be installed: [2021-02-04T10:36:17.869Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-04T10:36:17.869Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-04T10:36:17.869Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-04T10:36:17.869Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-04T10:36:17.869Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-04T10:36:17.869Z] The following packages will be upgraded: [2021-02-04T10:36:17.869Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-04T10:36:18.130Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-04T10:36:18.130Z] Need to get 35.2 MB of archives. [2021-02-04T10:36:18.130Z] After this operation, 141 MB of additional disk space will be used. [2021-02-04T10:36:18.130Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-04T10:36:18.130Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-04T10:36:18.703Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-04T10:36:18.962Z] 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-04T10:36:18.963Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-04T10:36:18.963Z] 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-04T10:36:18.963Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-04T10:36:18.963Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-04T10:36:18.963Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-04T10:36:18.963Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-04T10:36:18.963Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-04T10:36:18.963Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-04T10:36:18.963Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-04T10:36:18.963Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-04T10:36:18.963Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-04T10:36:18.963Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-04T10:36:18.963Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-04T10:36:18.963Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-04T10:36:18.963Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-04T10:36:19.223Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-04T10:36:19.223Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-04T10:36:19.223Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-04T10:36:19.223Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-04T10:36:19.223Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-04T10:36:19.223Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-04T10:36:19.223Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-04T10:36:19.223Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-04T10:36:19.223Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-04T10:36:19.223Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-04T10:36:19.482Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-04T10:36:20.052Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T10:36:20.052Z] Fetched 35.2 MB in 2s (18.2 MB/s) [2021-02-04T10:36:20.052Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T10:36:20.052Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-04T10:36:20.312Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T10:36:20.883Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-04T10:36:20.883Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T10:36:20.883Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-04T10:36:21.143Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T10:36:21.143Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T10:36:21.143Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T10:36:21.258Z] 25b303627fd3: Pull complete [2021-02-04T10:36:21.258Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T10:36:21.258Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T10:36:21.258Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-04T10:36:21.403Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-04T10:36:21.403Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T10:36:21.403Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T10:36:21.403Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T10:36:21.513Z] prd-ubuntu18.04-docker-arm64-4c-16g-24961 does not seem to be running inside a container [2021-02-04T10:36:21.593Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T10:36:21.973Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-04T10:36:21.973Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-04T10:36:22.239Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-04T10:36:22.239Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-04T10:36:22.239Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T10:36:22.239Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T10:36:22.499Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-04T10:36:22.499Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T10:36:22.499Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:36:22.759Z] Selecting previously unselected package libexpat1:amd64. [2021-02-04T10:36:22.759Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-04T10:36:22.759Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T10:36:22.759Z] Selecting previously unselected package python3.6-minimal. [2021-02-04T10:36:22.759Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T10:36:22.759Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:36:23.335Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T10:36:23.335Z] Checking for services that may need to be restarted...done. [2021-02-04T10:36:23.335Z] Checking for services that may need to be restarted...done. [2021-02-04T10:36:23.335Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:36:23.596Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T10:36:23.596Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:36:24.199Z] Selecting previously unselected package python3-minimal. [2021-02-04T10:36:24.199Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-04T10:36:24.199Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-04T10:36:24.199Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-04T10:36:24.199Z] Selecting previously unselected package mime-support. [2021-02-04T10:36:24.199Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-04T10:36:24.199Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-04T10:36:24.199Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-04T10:36:24.199Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-04T10:36:24.199Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T10:36:24.199Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-04T10:36:24.199Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T10:36:24.460Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:36:24.460Z] Selecting previously unselected package python3.6. [2021-02-04T10:36:24.460Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T10:36:24.721Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:36:24.722Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-04T10:36:24.722Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-04T10:36:24.722Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T10:36:24.722Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-04T10:36:24.873Z] $ docker top 656f77ac595b9e34a90451cc1e3f0178da980a3d8448cb3e9d451164a6917d5c -eo pid,comm [2021-02-04T10:36:24.981Z] Selecting previously unselected package python3. [2021-02-04T10:36:24.981Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-04T10:36:24.981Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-04T10:36:24.981Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-04T10:36:24.981Z] Selecting previously unselected package multiarch-support. [2021-02-04T10:36:24.981Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T10:36:24.981Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T10:36:25.241Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T10:36:25.241Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-04T10:36:25.241Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-04T10:36:25.241Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-04T10:36:25.241Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T10:36:25.241Z] Selecting previously unselected package libbsd0:amd64. [2021-02-04T10:36:25.241Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-04T10:36:25.241Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [Pipeline] { [2021-02-04T10:36:25.502Z] Selecting previously unselected package sudo. [2021-02-04T10:36:25.502Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-04T10:36:25.502Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T10:36:25.502Z] Selecting previously unselected package apparmor. [2021-02-04T10:36:25.502Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T10:36:25.502Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [Pipeline] sh [2021-02-04T10:36:25.762Z] Selecting previously unselected package libedit2:amd64. [2021-02-04T10:36:25.762Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-04T10:36:25.762Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T10:36:25.762Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-04T10:36:25.762Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T10:36:25.762Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:36:26.022Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-04T10:36:26.022Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T10:36:26.022Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:36:26.022Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-04T10:36:26.022Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-04T10:36:26.022Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T10:36:26.022Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-04T10:36:26.022Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T10:36:26.022Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:36:26.216Z] + grep parallel [2021-02-04T10:36:26.216Z] + docker-compose build --help [2021-02-04T10:36:26.282Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-04T10:36:26.282Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T10:36:26.282Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:36:26.282Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-04T10:36:26.543Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-04T10:36:26.543Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T10:36:26.543Z] Selecting previously unselected package openssh-client. [2021-02-04T10:36:26.543Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-04T10:36:26.543Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T10:36:26.802Z] Selecting previously unselected package squashfs-tools. [2021-02-04T10:36:26.802Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-04T10:36:26.802Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T10:36:27.062Z] Selecting previously unselected package snapd. [2021-02-04T10:36:27.062Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-04T10:36:27.062Z] Unpacking snapd (2.48+18.04) ... [2021-02-04T10:36:28.976Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T10:36:28.976Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T10:36:29.237Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-04T10:36:29.237Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T10:36:29.237Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T10:36:29.237Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:36:29.500Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T10:36:29.500Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-04T10:36:29.500Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-04T10:36:30.071Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T10:36:30.332Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T10:36:30.332Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T10:36:30.332Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:36:30.332Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:36:30.332Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:36:30.903Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T10:36:30.903Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:36:30.903Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T10:36:30.903Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-04T10:36:31.166Z] running python rtupdate hooks for python3.6... [2021-02-04T10:36:31.166Z] running python post-rtupdate hooks for python3.6... [2021-02-04T10:36:31.166Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-04T10:36:31.609Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T10:36:31.898Z] $ docker stop --time=1 656f77ac595b9e34a90451cc1e3f0178da980a3d8448cb3e9d451164a6917d5c [2021-02-04T10:36:32.551Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-04T10:36:32.812Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:36:32.812Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T10:36:32.812Z] Setting up snapd (2.48+18.04) ... [2021-02-04T10:36:33.383Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-04T10:36:33.383Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-04T10:36:33.644Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-04T10:36:33.905Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-04T10:36:33.905Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T10:36:33.905Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T10:36:33.897Z] $ docker rm -f 656f77ac595b9e34a90451cc1e3f0178da980a3d8448cb3e9d451164a6917d5c [2021-02-04T10:36:34.165Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [Pipeline] // withDockerContainer [2021-02-04T10:36:35.645Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-04T10:36:35.645Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-04T10:36:35.645Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-04T10:36:35.645Z] /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-04T10:36:35.645Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T10:36:35.645Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T10:36:35.645Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:36:35.907Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T10:36:35.907Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T10:36:36.192Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T10:36:36.192Z] . [Pipeline] withDockerContainer [2021-02-04T10:36:36.474Z] prd-ubuntu18.04-docker-arm64-4c-16g-24961 does not seem to be running inside a container [2021-02-04T10:36:36.548Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T10:36:37.109Z] Reading package lists... [2021-02-04T10:36:37.109Z] Reading package lists... [2021-02-04T10:36:37.368Z] Building dependency tree... [2021-02-04T10:36:37.368Z] Reading state information... [2021-02-04T10:36:37.368Z] Calculating upgrade... [2021-02-04T10:36:37.368Z] The following packages will be upgraded: [2021-02-04T10:36:37.368Z] advancecomp base-files bash binutils binutils-common [2021-02-04T10:36:37.368Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-04T10:36:37.368Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-04T10:36:37.368Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-04T10:36:37.368Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-04T10:36:37.368Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-04T10:36:37.368Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-04T10:36:37.368Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-04T10:36:37.368Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-04T10:36:37.368Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-04T10:36:37.368Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-04T10:36:37.368Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-04T10:36:37.368Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-04T10:36:37.368Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-04T10:36:37.368Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-04T10:36:37.631Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T10:36:37.631Z] Need to get 63.8 MB of archives. [2021-02-04T10:36:37.631Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-04T10:36:37.631Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-04T10:36:37.631Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-04T10:36:37.631Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-04T10:36:37.631Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-04T10:36:37.631Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-04T10:36:37.631Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-04T10:36:37.631Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-04T10:36:37.631Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-04T10:36:37.631Z] 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-04T10:36:37.631Z] 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-04T10:36:37.631Z] 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-04T10:36:37.631Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-04T10:36:37.631Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-04T10:36:37.631Z] 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-04T10:36:37.631Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-04T10:36:37.631Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-04T10:36:37.631Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-04T10:36:37.631Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-04T10:36:37.894Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-04T10:36:37.894Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-04T10:36:37.894Z] 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-04T10:36:37.894Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-04T10:36:37.894Z] 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-04T10:36:37.894Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-04T10:36:37.894Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-04T10:36:37.894Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-04T10:36:37.894Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-04T10:36:37.894Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-04T10:36:37.894Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-04T10:36:37.894Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-04T10:36:37.894Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-04T10:36:37.894Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-04T10:36:37.894Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-04T10:36:37.894Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-04T10:36:37.894Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-04T10:36:37.894Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-04T10:36:37.894Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-04T10:36:37.894Z] 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-04T10:36:37.894Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-04T10:36:37.894Z] 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-04T10:36:37.894Z] 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-04T10:36:37.894Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-04T10:36:37.894Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-04T10:36:37.894Z] 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-04T10:36:37.894Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-04T10:36:37.894Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-04T10:36:37.894Z] 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-04T10:36:37.894Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-04T10:36:37.894Z] 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-04T10:36:37.894Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-04T10:36:37.894Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-04T10:36:37.894Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-04T10:36:37.894Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-04T10:36:37.894Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-04T10:36:37.894Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-04T10:36:37.894Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-04T10:36:38.129Z] $ docker top 35f6793dd2be4b9a54f319243b79db78d39915dbe0232344c4eb6c538a9eeb92 -eo pid,comm [2021-02-04T10:36:38.155Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-04T10:36:38.416Z] 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-04T10:36:38.416Z] 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-04T10:36:38.416Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [Pipeline] { [Pipeline] sh [2021-02-04T10:36:38.676Z] 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-04T10:36:38.676Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-04T10:36:38.676Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-04T10:36:38.676Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-04T10:36:38.676Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-04T10:36:38.939Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-04T10:36:38.939Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-04T10:36:38.939Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-04T10:36:38.939Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-04T10:36:38.939Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-04T10:36:38.939Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-04T10:36:38.939Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-04T10:36:38.939Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-04T10:36:38.939Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-04T10:36:38.939Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-04T10:36:38.939Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-04T10:36:39.202Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-04T10:36:39.202Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-04T10:36:39.202Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-04T10:36:39.202Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-04T10:36:39.202Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-04T10:36:39.202Z] 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-04T10:36:39.202Z] 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-04T10:36:39.202Z] 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-04T10:36:39.202Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-04T10:36:39.202Z] 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-04T10:36:39.202Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-04T10:36:39.295Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T10:36:39.463Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-04T10:36:39.463Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-04T10:36:39.463Z] 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-04T10:36:39.463Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-04T10:36:39.463Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-04T10:36:39.463Z] 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-04T10:36:39.463Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-04T10:36:39.463Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-04T10:36:39.463Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-04T10:36:39.463Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-04T10:36:39.463Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-04T10:36:39.463Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-04T10:36:39.725Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T10:36:39.725Z] Fetched 63.8 MB in 2s (30.6 MB/s) [2021-02-04T10:36:39.725Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:39.725Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T10:36:39.985Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T10:36:40.556Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T10:36:40.556Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T10:36:40.556Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-04T10:36:40.556Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-04T10:36:41.498Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:41.498Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:41.498Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:41.498Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:41.758Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:41.758Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:41.758Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:41.758Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:42.024Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:42.024Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:42.024Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:42.024Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:42.290Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:42.290Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:42.290Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:36:42.290Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T10:36:42.290Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:42.290Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-04T10:36:42.554Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:36:42.554Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T10:36:42.554Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:42.554Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:42.816Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:42.816Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:42.816Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:42.816Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:43.077Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:36:43.338Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T10:36:43.338Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T10:36:43.338Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T10:36:43.909Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T10:36:44.171Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T10:36:44.171Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-04T10:36:44.171Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-04T10:36:44.171Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-04T10:36:44.171Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-04T10:36:44.435Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-04T10:36:44.435Z] Installing new version of config file /etc/issue ... [2021-02-04T10:36:44.435Z] Installing new version of config file /etc/issue.net ... [2021-02-04T10:36:44.435Z] Installing new version of config file /etc/lsb-release ... [2021-02-04T10:36:44.435Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-04T10:36:44.692Z] Building docker-core-command-go ... [2021-02-04T10:36:44.692Z] Building docker-core-data-go ... [2021-02-04T10:36:44.692Z] Building docker-core-metadata-go ... [2021-02-04T10:36:44.692Z] Building docker-security-bootstrapper-go ... [2021-02-04T10:36:44.692Z] Building docker-security-proxy-setup-go ... [2021-02-04T10:36:44.692Z] Building docker-security-secretstore-setup-go ... [2021-02-04T10:36:44.692Z] Building docker-support-notifications-go ... [2021-02-04T10:36:44.692Z] Building docker-support-scheduler-go ... [2021-02-04T10:36:44.692Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T10:36:44.692Z] Building docker-security-proxy-setup-go [2021-02-04T10:36:44.692Z] Building docker-core-metadata-go [2021-02-04T10:36:44.692Z] Building docker-support-scheduler-go [2021-02-04T10:36:44.692Z] Building docker-security-bootstrapper-go [2021-02-04T10:36:44.692Z] Building docker-support-notifications-go [2021-02-04T10:36:44.698Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-04T10:36:44.698Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-04T10:36:44.698Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-04T10:36:44.959Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:44.959Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-04T10:36:44.959Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-04T10:36:45.225Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-04T10:36:45.225Z] 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-04T10:36:45.225Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:45.225Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:45.489Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:45.489Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:45.489Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:45.489Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-04T10:36:45.489Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-04T10:36:45.766Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-04T10:36:45.766Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:45.766Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-04T10:36:46.028Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T10:36:46.028Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-04T10:36:46.290Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:46.290Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:46.290Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T10:36:46.290Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T10:36:46.557Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:46.557Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:46.557Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T10:36:46.826Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-04T10:36:46.826Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:46.826Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-04T10:36:46.827Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-04T10:36:47.088Z] Setting up grep (3.1-2build1) ... [2021-02-04T10:36:47.088Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:47.088Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T10:36:47.088Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T10:36:47.348Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-04T10:36:47.348Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:47.348Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T10:36:47.348Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T10:36:47.608Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-04T10:36:47.608Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:47.608Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T10:36:47.608Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T10:36:48.181Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T10:36:48.181Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T10:36:48.181Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T10:36:48.181Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T10:36:48.751Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-04T10:36:49.013Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:49.013Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-04T10:36:49.013Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T10:36:49.956Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T10:36:49.956Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T10:36:50.218Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T10:36:50.218Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T10:36:50.479Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T10:36:50.479Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:50.479Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-04T10:36:50.479Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-04T10:36:50.740Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-04T10:36:50.740Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:50.740Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:50.740Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:51.002Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:51.002Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:51.002Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:51.002Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:51.269Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:51.269Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:51.269Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:51.531Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:51.531Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:51.531Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:51.531Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:51.531Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:51.792Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:51.792Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:51.792Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T10:36:51.792Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T10:36:52.052Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T10:36:52.052Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T10:36:52.052Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T10:36:52.314Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:52.314Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T10:36:52.314Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T10:36:52.314Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T10:36:52.575Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:52.576Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:52.576Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:52.576Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:52.837Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:52.837Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:52.837Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:52.837Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:53.098Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:53.098Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:53.098Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:53.671Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:53.671Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-04T10:36:53.931Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-04T10:36:54.194Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:54.194Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T10:36:54.194Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T10:36:54.455Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T10:36:54.723Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:54.723Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-04T10:36:54.723Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T10:36:54.723Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-04T10:36:54.984Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:54.984Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-04T10:36:54.984Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-04T10:36:55.245Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-04T10:36:55.506Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:55.506Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-04T10:36:55.506Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T10:36:55.506Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-04T10:36:55.506Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:55.506Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-04T10:36:55.768Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T10:36:55.768Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-04T10:36:55.768Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:55.768Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T10:36:56.029Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T10:36:56.029Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T10:36:56.291Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:56.291Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T10:36:56.291Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T10:36:56.291Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T10:36:56.291Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:56.291Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T10:36:56.554Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T10:36:56.554Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T10:36:56.816Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:56.816Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:56.816Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:57.078Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-04T10:36:57.078Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T10:36:57.078Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:57.078Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T10:36:57.339Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T10:36:57.339Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:57.339Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-04T10:36:57.339Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-04T10:36:57.601Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-04T10:36:57.601Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:57.601Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-04T10:36:57.601Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T10:36:57.863Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T10:36:58.125Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:58.125Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:58.125Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T10:36:58.125Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T10:36:58.386Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:58.386Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-04T10:36:58.386Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-04T10:36:58.662Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-04T10:36:58.662Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:58.662Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T10:36:58.662Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T10:36:58.926Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-04T10:36:59.186Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:59.186Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:59.186Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T10:36:59.446Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-04T10:36:59.446Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:59.446Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-04T10:36:59.446Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-04T10:36:59.706Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-04T10:36:59.706Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:59.706Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-04T10:36:59.706Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-04T10:36:59.967Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-04T10:36:59.967Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:59.967Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-04T10:36:59.967Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-04T10:37:00.227Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-04T10:37:00.227Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:37:00.227Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-04T10:37:00.227Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-04T10:37:00.487Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-04T10:37:00.487Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:37:00.487Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T10:37:00.487Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-04T10:37:00.748Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-04T10:37:00.748Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:37:00.748Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-04T10:37:00.748Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-04T10:37:00.748Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-04T10:37:01.009Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-04T10:37:01.009Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T10:37:01.009Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T10:37:01.009Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T10:37:01.009Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T10:37:01.271Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T10:37:01.271Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T10:37:01.533Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-04T10:37:01.533Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-04T10:37:01.533Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T10:37:01.533Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-04T10:37:01.794Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T10:37:01.794Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-04T10:37:01.794Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-04T10:37:01.794Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-04T10:37:01.794Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-04T10:37:02.055Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-04T10:37:02.055Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-04T10:37:02.055Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-04T10:37:02.316Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-04T10:37:02.316Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-04T10:37:02.316Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-04T10:37:02.316Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-04T10:37:02.578Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-04T10:37:02.578Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-04T10:37:03.520Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-04T10:37:03.520Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-04T10:37:03.520Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-04T10:37:03.520Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-04T10:37:03.520Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T10:37:03.520Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T10:37:03.781Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T10:37:04.042Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T10:37:04.042Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T10:37:04.042Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T10:37:04.303Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T10:37:04.303Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T10:37:04.303Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:37:04.303Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:37:04.566Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:37:04.566Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:37:04.566Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:37:04.826Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:37:04.826Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:37:04.826Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:37:05.772Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:37:05.772Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:37:06.730Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:37:06.730Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:37:07.301Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:37:07.301Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:37:07.561Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:37:07.561Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:37:08.502Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:37:08.502Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:37:08.502Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T10:37:08.502Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T10:37:08.502Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T10:37:08.502Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T10:37:08.763Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T10:37:08.764Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T10:37:09.024Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-04T10:37:09.024Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-04T10:37:09.024Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T10:37:09.024Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T10:37:09.285Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T10:37:09.285Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T10:37:09.285Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-04T10:37:09.285Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-04T10:37:09.545Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:37:09.545Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T10:37:09.545Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:37:09.545Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:37:09.545Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:37:09.545Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-04T10:37:09.545Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-04T10:37:09.545Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-04T10:37:09.806Z] [2021-02-04T10:37:09.806Z] Current default time zone: 'Etc/UTC' [2021-02-04T10:37:09.806Z] Local time is now: Thu Feb 4 10:37:09 UTC 2021. [2021-02-04T10:37:09.806Z] Universal Time is now: Thu Feb 4 10:37:09 UTC 2021. [2021-02-04T10:37:09.806Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-04T10:37:09.806Z] [2021-02-04T10:37:09.806Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-04T10:37:09.806Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:37:09.806Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-04T10:37:09.806Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:37:10.068Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-04T10:37:10.068Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-04T10:37:10.068Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-04T10:37:10.068Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-04T10:37:10.068Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-04T10:37:10.068Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T10:37:10.068Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:37:10.068Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-04T10:37:10.329Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:37:10.329Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T10:37:10.329Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:37:10.590Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-04T10:37:10.590Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-04T10:37:10.590Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-04T10:37:10.851Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T10:37:10.851Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-04T10:37:10.851Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-04T10:37:10.851Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-04T10:37:10.851Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-04T10:37:12.761Z] Updating certificates in /etc/ssl/certs... [2021-02-04T10:37:13.331Z] 23 added, 27 removed; done. [2021-02-04T10:37:13.331Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T10:37:13.331Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:37:13.331Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-04T10:37:13.331Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-04T10:37:13.591Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-04T10:37:13.591Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:37:13.591Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T10:37:13.591Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:37:13.591Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:37:13.591Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:37:13.591Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:37:13.591Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:37:13.853Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-04T10:37:13.853Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-04T10:37:13.853Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-04T10:37:13.853Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-04T10:37:13.853Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-04T10:37:13.853Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:37:13.853Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:37:13.853Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-04T10:37:14.116Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-04T10:37:14.116Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-04T10:37:14.116Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T10:37:14.116Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T10:37:14.378Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-04T10:37:14.378Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-04T10:37:14.378Z] Updating certificates in /etc/ssl/certs... [2021-02-04T10:37:14.948Z] 0 added, 0 removed; done. [2021-02-04T10:37:14.949Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-04T10:37:14.949Z] done. [2021-02-04T10:37:15.208Z] Reading package lists... [2021-02-04T10:37:15.468Z] Building dependency tree... [2021-02-04T10:37:15.468Z] Reading state information... [2021-02-04T10:37:15.469Z] The following NEW packages will be installed: [2021-02-04T10:37:15.469Z] apt-transport-https [2021-02-04T10:37:15.729Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T10:37:15.729Z] Need to get 1696 B of archives. [2021-02-04T10:37:15.729Z] After this operation, 153 kB of additional disk space will be used. [2021-02-04T10:37:15.729Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-04T10:37:15.729Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T10:37:15.729Z] Fetched 1696 B in 0s (30.7 kB/s) [2021-02-04T10:37:15.729Z] Selecting previously unselected package apt-transport-https. [2021-02-04T10:37:15.729Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-04T10:37:15.729Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-04T10:37:15.729Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T10:37:15.729Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T10:37:15.989Z] Waiting for network to be ready... [2021-02-04T10:37:22.574Z] 2021-02-04T10:37:19Z INFO Waiting for automatic snapd restart... [2021-02-04T10:37:22.574Z] snapd 2.48.2 from Canonical* installed [2021-02-04T10:37:22.841Z] "snapd" switched to the "latest/stable" channel [2021-02-04T10:37:22.841Z] [2021-02-04T10:37:25.388Z] core18 20201210 from Canonical* installed [2021-02-04T10:37:25.648Z] "core18" switched to the "latest/stable" channel [2021-02-04T10:37:25.648Z] [2021-02-04T10:37:28.959Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T10:37:28.959Z] "snapcraft" switched to the "latest/stable" channel [2021-02-04T10:37:28.959Z] [2021-02-04T10:37:32.257Z] 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-04T10:37:32.257Z] - README.md [2021-02-04T10:37:32.257Z] - snapcraft.yaml.orig [2021-02-04T10:37:32.257Z] [2021-02-04T10:37:32.257Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T10:37:38.850Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T10:37:38.850Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T10:37:38.850Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T10:37:38.850Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T10:37:40.064Z] Reading package lists... [2021-02-04T10:37:40.064Z] 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-04T10:37:46.661Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T10:37:46.661Z] Reading package lists... [2021-02-04T10:37:46.661Z] Building dependency tree... [2021-02-04T10:37:46.661Z] Reading state information... [2021-02-04T10:37:46.661Z] Suggested packages: [2021-02-04T10:37:46.661Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-04T10:37:46.661Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-04T10:37:46.661Z] Recommended packages: [2021-02-04T10:37:46.661Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-04T10:37:46.661Z] The following NEW packages will be installed: [2021-02-04T10:37:46.661Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-04T10:37:46.661Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-04T10:37:46.661Z] pkg-config zip [2021-02-04T10:37:46.661Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T10:37:46.661Z] Need to get 7655 kB of archives. [2021-02-04T10:37:46.661Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-04T10:37:46.661Z] 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-04T10:37:46.661Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-04T10:37:46.661Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-04T10:37:46.661Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-04T10:37:46.921Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-04T10:37:46.921Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-04T10:37:46.921Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-04T10:37:46.921Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-04T10:37:47.181Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-04T10:37:47.181Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-04T10:37:47.181Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-04T10:37:47.181Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-04T10:37:47.441Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-04T10:37:47.441Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-04T10:37:47.441Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-04T10:37:47.441Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T10:37:47.441Z] Fetched 7655 kB in 1s (9195 kB/s) [2021-02-04T10:37:47.702Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-04T10:37:47.702Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-04T10:37:47.702Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-04T10:37:47.702Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T10:37:47.702Z] Selecting previously unselected package libpsl5:amd64. [2021-02-04T10:37:47.702Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-04T10:37:47.702Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T10:37:47.964Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-04T10:37:47.964Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-04T10:37:47.964Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T10:37:47.964Z] Selecting previously unselected package librtmp1:amd64. [2021-02-04T10:37:47.964Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-04T10:37:47.964Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T10:37:48.227Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-04T10:37:48.227Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-04T10:37:48.227Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T10:37:48.227Z] Selecting previously unselected package liberror-perl. [2021-02-04T10:37:48.227Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-04T10:37:48.227Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-04T10:37:48.227Z] Selecting previously unselected package git-man. [2021-02-04T10:37:48.227Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-04T10:37:48.227Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T10:37:48.487Z] Selecting previously unselected package git. [2021-02-04T10:37:48.487Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-04T10:37:48.487Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T10:37:49.428Z] Selecting previously unselected package libnorm1:amd64. [2021-02-04T10:37:49.428Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-04T10:37:49.428Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T10:37:49.428Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-04T10:37:49.428Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-04T10:37:49.428Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T10:37:49.428Z] Selecting previously unselected package libsodium23:amd64. [2021-02-04T10:37:49.428Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-04T10:37:49.428Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-04T10:37:49.428Z] Selecting previously unselected package libzmq5:amd64. [2021-02-04T10:37:49.428Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T10:37:49.428Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T10:37:49.688Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-04T10:37:49.688Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T10:37:49.688Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T10:37:49.688Z] Selecting previously unselected package pkg-config. [2021-02-04T10:37:49.688Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-04T10:37:49.688Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T10:37:49.951Z] Selecting previously unselected package zip. [2021-02-04T10:37:49.951Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-04T10:37:49.951Z] Unpacking zip (3.0-11build1) ... [2021-02-04T10:37:49.951Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T10:37:49.951Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T10:37:49.951Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T10:37:49.951Z] Setting up liberror-perl (0.17025-1) ... [2021-02-04T10:37:49.951Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T10:37:50.211Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T10:37:50.211Z] No schema files found: doing nothing. [2021-02-04T10:37:50.211Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T10:37:50.211Z] Setting up zip (3.0-11build1) ... [2021-02-04T10:37:50.211Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T10:37:50.211Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-04T10:37:50.211Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T10:37:50.211Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T10:37:50.480Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T10:37:50.480Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T10:37:50.480Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T10:37:50.480Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T10:37:57.082Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T10:37:57.082Z] git set to automatically installed. [2021-02-04T10:37:57.082Z] git-man set to automatically installed. [2021-02-04T10:37:57.082Z] libcurl3-gnutls set to automatically installed. [2021-02-04T10:37:57.082Z] liberror-perl set to automatically installed. [2021-02-04T10:37:57.082Z] libglib2.0-0 set to automatically installed. [2021-02-04T10:37:57.082Z] libnghttp2-14 set to automatically installed. [2021-02-04T10:37:57.082Z] libnorm1 set to automatically installed. [2021-02-04T10:37:57.082Z] libpgm-5.2-0 set to automatically installed. [2021-02-04T10:37:57.082Z] libpsl5 set to automatically installed. [2021-02-04T10:37:57.082Z] librtmp1 set to automatically installed. [2021-02-04T10:37:57.082Z] libsodium23 set to automatically installed. [2021-02-04T10:37:57.082Z] libzmq3-dev set to automatically installed. [2021-02-04T10:37:57.082Z] libzmq5 set to automatically installed. [2021-02-04T10:37:57.082Z] pkg-config set to automatically installed. [2021-02-04T10:37:57.082Z] zip set to automatically installed. [2021-02-04T10:37:58.466Z] snapd is not logged in, snap install commands will use sudo [2021-02-04T10:38:05.050Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T10:38:05.316Z] snap "core18" has no updates available [2021-02-04T10:38:05.888Z] Pulling config-common [2021-02-04T10:38:06.438Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:38:06.438Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:38:06.438Z] ---> 95e187852e9e [2021-02-04T10:38:06.438Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T10:38:06.438Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:38:06.438Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:38:06.438Z] ---> 95e187852e9e [2021-02-04T10:38:06.438Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:38:06.438Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:38:06.438Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:38:06.438Z] ---> 95e187852e9e [2021-02-04T10:38:06.438Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:38:06.438Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:38:06.438Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:38:06.438Z] ---> 95e187852e9e [2021-02-04T10:38:06.438Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:38:06.438Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:38:06.438Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:38:06.438Z] ---> 95e187852e9e [2021-02-04T10:38:06.438Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T10:38:06.438Z] ---> Running in e502f1df3906 [2021-02-04T10:38:06.438Z] ---> Running in 30ad2516dfa5 [2021-02-04T10:38:06.438Z] ---> Running in 7b6e06479017 [2021-02-04T10:38:06.438Z] ---> Running in a80ee5d1112f [2021-02-04T10:38:06.438Z] ---> Running in 07acddb30ea9 [2021-02-04T10:38:06.438Z] Removing intermediate container 30ad2516dfa5 [2021-02-04T10:38:06.438Z] ---> ade934cfcc50 [2021-02-04T10:38:06.438Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:38:06.438Z] Removing intermediate container 7b6e06479017 [2021-02-04T10:38:06.438Z] ---> 487e8d26cbae [2021-02-04T10:38:06.438Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:38:06.438Z] Removing intermediate container 07acddb30ea9 [2021-02-04T10:38:06.438Z] ---> 4dc491d3a378 [2021-02-04T10:38:06.438Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:38:06.438Z] ---> Running in 4cfd034e53d6 [2021-02-04T10:38:06.438Z] Removing intermediate container a80ee5d1112f [2021-02-04T10:38:06.438Z] ---> 1c8ffa6f38fa [2021-02-04T10:38:06.438Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:38:06.438Z] Removing intermediate container e502f1df3906 [2021-02-04T10:38:06.438Z] ---> aa1145979143 [2021-02-04T10:38:06.438Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:38:06.438Z] ---> Running in 81d8502d42d7 [2021-02-04T10:38:06.438Z] ---> Running in 4dcc57138391 [2021-02-04T10:38:06.438Z] ---> Running in c9b535b7f1c2 [2021-02-04T10:38:06.438Z] ---> Running in 03763960b0b5 [2021-02-04T10:38:06.438Z] Removing intermediate container 4cfd034e53d6 [2021-02-04T10:38:06.438Z] ---> 8f7c2a474484 [2021-02-04T10:38:06.438Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T10:38:06.438Z] ---> Running in 96f461b5b5e8 [2021-02-04T10:38:06.438Z] Removing intermediate container 4dcc57138391 [2021-02-04T10:38:06.438Z] ---> 1f387b2a9ec7 [2021-02-04T10:38:06.438Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T10:38:06.438Z] Removing intermediate container 81d8502d42d7 [2021-02-04T10:38:06.438Z] ---> 90dafa59dd44 [2021-02-04T10:38:06.438Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:38:06.438Z] Removing intermediate container 03763960b0b5 [2021-02-04T10:38:06.438Z] ---> d730e8cd5a52 [2021-02-04T10:38:06.438Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T10:38:06.438Z] Removing intermediate container c9b535b7f1c2 [2021-02-04T10:38:06.438Z] ---> cf8e243f5416 [2021-02-04T10:38:06.438Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T10:38:06.438Z] ---> Running in f4db6cd50f8e [2021-02-04T10:38:06.438Z] ---> Running in 5cffb5029664 [2021-02-04T10:38:06.438Z] ---> Running in ff925bbd6eb2 [2021-02-04T10:38:06.438Z] ---> Running in 69ab6f6ea23b [2021-02-04T10:38:06.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:06.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:06.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:06.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:06.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:06.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:06.709Z] OK: 217 MiB in 51 packages [2021-02-04T10:38:06.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:06.831Z] Pulling go-build-helper [2021-02-04T10:38:06.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:06.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:07.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:07.540Z] OK: 217 MiB in 51 packages [2021-02-04T10:38:07.826Z] Removing intermediate container 96f461b5b5e8 [2021-02-04T10:38:07.826Z] ---> 2115c93c293d [2021-02-04T10:38:07.826Z] Step 6/22 : COPY go.mod . [2021-02-04T10:38:07.826Z] OK: 217 MiB in 51 packages [2021-02-04T10:38:08.100Z] OK: 217 MiB in 51 packages [2021-02-04T10:38:08.100Z] OK: 217 MiB in 51 packages [2021-02-04T10:38:09.081Z] ---> a3018631adc4 [2021-02-04T10:38:09.081Z] Step 7/22 : RUN go mod download [2021-02-04T10:38:09.081Z] Removing intermediate container f4db6cd50f8e [2021-02-04T10:38:09.081Z] ---> c6a7bf2ca394 [2021-02-04T10:38:09.081Z] Step 6/22 : COPY go.mod . [2021-02-04T10:38:09.081Z] ---> Running in 0760f4c2c537 [2021-02-04T10:38:09.687Z] Removing intermediate container ff925bbd6eb2 [2021-02-04T10:38:09.687Z] ---> c82dce639b69 [2021-02-04T10:38:09.687Z] Step 6/31 : COPY go.mod . [2021-02-04T10:38:09.965Z] Removing intermediate container 5cffb5029664 [2021-02-04T10:38:09.965Z] ---> 69e5b61f19a0 [2021-02-04T10:38:09.965Z] Step 6/23 : COPY go.mod . [2021-02-04T10:38:09.965Z] Removing intermediate container 69ab6f6ea23b [2021-02-04T10:38:09.965Z] ---> f46f89d4006e [2021-02-04T10:38:09.965Z] Step 6/21 : COPY go.mod . [2021-02-04T10:38:10.242Z] ---> 1fbcca7bc2bf [2021-02-04T10:38:10.242Z] Step 7/22 : RUN go mod download [2021-02-04T10:38:10.518Z] ---> Running in 4ab91129d61a [2021-02-04T10:38:10.801Z] ---> 5ea87af0a182 [2021-02-04T10:38:10.801Z] Step 7/31 : RUN go mod download [2021-02-04T10:38:11.082Z] ---> Running in 71a1b72c89af [2021-02-04T10:38:11.082Z] ---> 682881ac4604 [2021-02-04T10:38:11.082Z] Step 7/23 : RUN go mod download [2021-02-04T10:38:11.082Z] ---> 94ebab0e8352 [2021-02-04T10:38:11.363Z] Step 7/21 : RUN go mod download [2021-02-04T10:38:11.363Z] ---> Running in d145715a53c6 [2021-02-04T10:38:11.363Z] ---> Running in 3147666229dc [2021-02-04T10:38:12.839Z] Removing intermediate container 0760f4c2c537 [2021-02-04T10:38:12.839Z] ---> a00ee9618ee3 [2021-02-04T10:38:12.839Z] Step 8/22 : COPY . . [2021-02-04T10:38:14.837Z] Removing intermediate container 4ab91129d61a [2021-02-04T10:38:14.837Z] ---> 7927b0fc9c5c [2021-02-04T10:38:14.837Z] Step 8/22 : COPY . . [2021-02-04T10:38:16.285Z] Removing intermediate container 71a1b72c89af [2021-02-04T10:38:16.285Z] ---> 417bd3b313fc [2021-02-04T10:38:16.285Z] Step 8/31 : COPY . . [2021-02-04T10:38:16.884Z] Removing intermediate container d145715a53c6 [2021-02-04T10:38:16.884Z] ---> dd1fe75c8839 [2021-02-04T10:38:16.884Z] Step 8/23 : COPY . . [2021-02-04T10:38:16.884Z] Removing intermediate container 3147666229dc [2021-02-04T10:38:16.884Z] ---> e7a4dcfe0585 [2021-02-04T10:38:16.884Z] Step 8/21 : COPY . . [2021-02-04T10:38:28.815Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T10:38:28.815Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T10:38:28.815Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T10:38:28.815Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T10:38:28.815Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T10:38:28.815Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T10:38:28.815Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T10:38:28.815Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T10:38:28.815Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T10:38:28.815Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T10:38:28.815Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T10:38:28.815Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T10:38:28.815Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T10:38:28.815Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T10:38:28.815Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T10:38:28.815Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T10:38:28.815Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T10:38:28.815Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T10:38:28.815Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T10:38:28.815Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T10:38:28.815Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T10:38:28.815Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T10:38:28.815Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T10:38:28.815Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T10:38:28.815Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T10:38:28.815Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T10:38:28.815Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T10:38:28.815Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-04T10:38:28.815Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-04T10:38:28.815Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-04T10:38:28.815Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-04T10:38:28.815Z] Fetched 279 kB in 0s (0 B/s) [2021-02-04T10:38:28.815Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-04T10:38:28.815Z] Fetched 122 kB in 0s (0 B/s) [2021-02-04T10:38:28.815Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-04T10:38:28.816Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-04T10:38:28.816Z] Fetched 8848 B in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-04T10:38:28.816Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-04T10:38:28.816Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-04T10:38:28.816Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-04T10:38:28.816Z] Fetched 214 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-04T10:38:28.816Z] Fetched 155 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-04T10:38:28.816Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-04T10:38:28.816Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-04T10:38:28.816Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-04T10:38:28.816Z] Fetched 499 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-04T10:38:28.816Z] Fetched 111 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-04T10:38:28.816Z] Fetched 240 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-04T10:38:28.816Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-04T10:38:28.816Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-04T10:38:28.816Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-04T10:38:28.816Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-04T10:38:28.816Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-04T10:38:28.816Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-04T10:38:28.816Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-04T10:38:28.816Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-04T10:38:28.816Z] Fetched 8720 B in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-04T10:38:28.816Z] Fetched 137 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-04T10:38:28.816Z] Fetched 119 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-04T10:38:28.816Z] Fetched 109 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-04T10:38:28.816Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-04T10:38:28.816Z] Fetched 645 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-04T10:38:28.816Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-04T10:38:28.816Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-04T10:38:28.816Z] Fetched 368 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-04T10:38:28.816Z] Fetched 187 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-04T10:38:28.816Z] Fetched 175 kB in 0s (0 B/s) [2021-02-04T10:38:28.816Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-04T10:38:32.113Z] Fetched 206 kB in 0s (0 B/s) [2021-02-04T10:38:32.113Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-04T10:38:32.113Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-04T10:38:32.113Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-04T10:38:32.113Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-04T10:38:32.113Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-04T10:38:32.113Z] Fetched 159 kB in 0s (0 B/s) [2021-02-04T10:38:32.113Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-04T10:38:32.113Z] Fetched 107 kB in 0s (0 B/s) [2021-02-04T10:38:32.113Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-04T10:38:32.113Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-04T10:38:32.113Z] Pulling static-packages [2021-02-04T10:38:32.684Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-04T10:38:32.684Z] Skipping pull go-build-helper (already ran) [2021-02-04T10:38:32.684Z] Skipping pull static-packages (already ran) [2021-02-04T10:38:32.684Z] Building go-build-helper [2021-02-04T10:38:36.899Z] Building static-packages [2021-02-04T10:38:38.284Z] Staging go-build-helper [2021-02-04T10:38:38.855Z] Staging static-packages [2021-02-04T10:38:39.796Z] Pulling go115 [2021-02-04T10:38:40.735Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-04T10:38:40.735Z] Skipping pull go115 (already ran) [2021-02-04T10:38:40.735Z] Building go115 [2021-02-04T10:38:40.735Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T10:38:40.735Z] Dload Upload Total Spent Left Speed [2021-02-04T10:38:41.261Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 9551k 0 0 18.3M 0 0:00:06 --:--:-- 0:00:06 18.3M [2021-02-04T10:38:41.261Z] curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 [2021-02-04T10:38:41.521Z] Failed to run 'override-build': Exit code was 56. [2021-02-04T10:38:41.781Z] Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-04T10:38:43.735Z] ---> 43739bd24b16 [2021-02-04T10:38:43.735Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T10:38:43.735Z] ---> c87d00a1f8e6 [2021-02-04T10:38:43.735Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T10:38:43.735Z] ---> 587945d17ce2 [2021-02-04T10:38:43.735Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T10:38:43.735Z] ---> ebd17ed156d0 [2021-02-04T10:38:43.735Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T10:38:43.735Z] ---> fbe80d9cb85c [2021-02-04T10:38:43.735Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T10:38:43.735Z] ---> Running in 68434daef1af [2021-02-04T10:38:43.735Z] ---> Running in adb410d72441 [2021-02-04T10:38:43.735Z] ---> Running in 17bbb314505a [2021-02-04T10:38:43.735Z] ---> Running in 067ff17bba81 [2021-02-04T10:38:43.735Z] ---> Running in f26c9d17eeab [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-02-04T10:38:44.017Z] 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 [Pipeline] } [Pipeline] // stage [2021-02-04T10:38:44.298Z] 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-04T10:38:44.581Z] 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] // stage [2021-02-04T10:38:44.886Z] 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-04T10:38:44.886Z] 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 [Pipeline] } [2021-02-04T10:38:44.959Z] Failed in branch amd64 [2021-02-04T10:40:06.712Z] 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-04T10:40:08.705Z] 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-04T10:40:23.827Z] Removing intermediate container 17bbb314505a [2021-02-04T10:40:23.827Z] ---> 6b70078d07f2 [2021-02-04T10:40:23.827Z] [2021-02-04T10:40:23.827Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T10:40:23.828Z] 3.12: Pulling from library/alpine [2021-02-04T10:40:23.828Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T10:40:23.828Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T10:40:23.828Z] ---> afeebe901d6b [2021-02-04T10:40:23.828Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T10:40:23.828Z] ---> Running in 56cd96f8f1e5 [2021-02-04T10:40:25.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:40:26.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:40:27.090Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T10:40:27.090Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:40:27.090Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T10:40:27.090Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T10:40:27.090Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:40:27.090Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:40:27.684Z] OK: 7 MiB in 18 packages [2021-02-04T10:40:30.457Z] Removing intermediate container 56cd96f8f1e5 [2021-02-04T10:40:30.457Z] ---> 9840c2c79ab5 [2021-02-04T10:40:30.457Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:40:30.772Z] ---> Running in a2b27407b2db [2021-02-04T10:40:31.398Z] Removing intermediate container a2b27407b2db [2021-02-04T10:40:31.398Z] ---> 7472542e5e27 [2021-02-04T10:40:31.398Z] Step 13/21 : WORKDIR /edgex [2021-02-04T10:40:31.704Z] ---> Running in 18710621795d [2021-02-04T10:40:32.403Z] Removing intermediate container 18710621795d [2021-02-04T10:40:32.403Z] ---> 7de361ab696d [2021-02-04T10:40:32.403Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T10:40:34.442Z] ---> 6e2e0796e118 [2021-02-04T10:40:34.442Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T10:40:37.093Z] ---> 56d1e40b38b2 [2021-02-04T10:40:37.093Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T10:40:39.087Z] Removing intermediate container 067ff17bba81 [2021-02-04T10:40:39.087Z] ---> 841c76a580b2 [2021-02-04T10:40:39.087Z] [2021-02-04T10:40:39.087Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T10:40:39.087Z] ---> afeebe901d6b [2021-02-04T10:40:39.087Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T10:40:39.087Z] ---> 6aa3ff67be18 [2021-02-04T10:40:39.087Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T10:40:39.690Z] ---> Running in f13e27f04254 [2021-02-04T10:40:39.995Z] ---> Running in 8e94bfaf1b72 [2021-02-04T10:40:40.610Z] Removing intermediate container f13e27f04254 [2021-02-04T10:40:40.610Z] ---> 00686763429f [2021-02-04T10:40:40.610Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T10:40:40.610Z] Removing intermediate container 8e94bfaf1b72 [2021-02-04T10:40:40.610Z] ---> 089ee34cd8f7 [2021-02-04T10:40:40.610Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T10:40:40.904Z] ---> Running in a18f6510805e [2021-02-04T10:40:40.904Z] ---> Running in b2e110d56651 [2021-02-04T10:40:41.890Z] Removing intermediate container b2e110d56651 [2021-02-04T10:40:41.890Z] ---> d9e8651d2580 [2021-02-04T10:40:41.890Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T10:40:42.487Z] ---> Running in 43be3151fb8b [2021-02-04T10:40:42.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:40:43.380Z] Removing intermediate container 43be3151fb8b [2021-02-04T10:40:43.380Z] ---> 4fb2c9457177 [2021-02-04T10:40:43.380Z] Step 20/21 : LABEL git_sha=91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:40:43.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:40:43.992Z] ---> Running in 85e157e97763 [2021-02-04T10:40:44.591Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:40:44.591Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T10:40:44.591Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:40:44.591Z] OK: 5 MiB in 16 packages [2021-02-04T10:40:45.192Z] Removing intermediate container 85e157e97763 [2021-02-04T10:40:45.192Z] ---> eb071b637876 [2021-02-04T10:40:45.192Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T10:40:45.192Z] Removing intermediate container adb410d72441 [2021-02-04T10:40:45.192Z] ---> 828e538f03c0 [2021-02-04T10:40:45.192Z] [2021-02-04T10:40:45.192Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:40:45.192Z] ---> afeebe901d6b [2021-02-04T10:40:45.192Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T10:40:45.465Z] Removing intermediate container 68434daef1af [2021-02-04T10:40:45.465Z] ---> a4cc4fb97f2b [2021-02-04T10:40:45.465Z] [2021-02-04T10:40:45.465Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:40:45.465Z] ---> afeebe901d6b [2021-02-04T10:40:45.465Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:40:46.057Z] ---> Running in e043e7bf36c4 [2021-02-04T10:40:46.057Z] ---> Running in 375b2a182950 [2021-02-04T10:40:46.057Z] ---> Running in 58313b5ff815 [2021-02-04T10:40:46.656Z] Removing intermediate container a18f6510805e [2021-02-04T10:40:46.656Z] ---> d2f6e7ab0ccc [2021-02-04T10:40:46.656Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T10:40:46.943Z] Removing intermediate container e043e7bf36c4 [2021-02-04T10:40:46.943Z] ---> cfa3565b147a [2021-02-04T10:40:46.943Z] [2021-02-04T10:40:46.943Z] ---> Running in b0e4ab7ba784 [2021-02-04T10:40:47.544Z] Successfully built cfa3565b147a [2021-02-04T10:40:47.544Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T10:40:47.544Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-04T10:40:47.816Z] Removing intermediate container b0e4ab7ba784 [2021-02-04T10:40:47.816Z] ---> cca112ed7355 [2021-02-04T10:40:47.816Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T10:40:48.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:40:48.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:40:48.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:40:48.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:40:48.367Z] ---> Running in 5347c61fe9a3 [2021-02-04T10:40:48.971Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T10:40:48.971Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:40:48.971Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:40:49.247Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:40:49.247Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:40:49.247Z] OK: 5 MiB in 15 packages [2021-02-04T10:40:49.247Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:40:49.522Z] Removing intermediate container 5347c61fe9a3 [2021-02-04T10:40:49.522Z] ---> df8891be529a [2021-02-04T10:40:49.522Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T10:40:49.522Z] OK: 6 MiB in 16 packages [2021-02-04T10:40:50.954Z] ---> Running in 56fa8b1d7ac9 [2021-02-04T10:40:51.951Z] Removing intermediate container f26c9d17eeab [2021-02-04T10:40:51.951Z] ---> d5dd32eb96c8 [2021-02-04T10:40:51.951Z] [2021-02-04T10:40:51.951Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:40:51.951Z] ---> afeebe901d6b [2021-02-04T10:40:51.951Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:40:53.397Z] ---> Running in c6c6b83fcf5b [2021-02-04T10:40:53.668Z] Removing intermediate container 58313b5ff815 [2021-02-04T10:40:53.668Z] ---> b2f1aabbacb2 [2021-02-04T10:40:53.668Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:40:53.942Z] Removing intermediate container 375b2a182950 [2021-02-04T10:40:53.942Z] ---> 9161a9f03fc2 [2021-02-04T10:40:53.942Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:40:54.216Z] ---> Running in 7cd7093de9c7 [2021-02-04T10:40:54.489Z] ---> Running in 451ae6664f37 [2021-02-04T10:40:54.774Z] Removing intermediate container 7cd7093de9c7 [2021-02-04T10:40:54.774Z] ---> 8e070639507c [2021-02-04T10:40:54.774Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T10:40:55.050Z] ---> Running in 594446c156e6 [2021-02-04T10:40:55.321Z] Removing intermediate container 451ae6664f37 [2021-02-04T10:40:55.321Z] ---> 054ded04f990 [2021-02-04T10:40:55.321Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T10:40:55.321Z] Removing intermediate container 56fa8b1d7ac9 [2021-02-04T10:40:55.321Z] ---> 6ba273e9ff44 [2021-02-04T10:40:55.321Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T10:40:55.592Z] ---> Running in 3e0e0029228f [2021-02-04T10:40:55.592Z] ---> Running in a4925feb3b61 [2021-02-04T10:40:55.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:40:55.592Z] Removing intermediate container 594446c156e6 [2021-02-04T10:40:55.592Z] ---> 961362e72a63 [2021-02-04T10:40:55.592Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:40:55.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:40:55.863Z] ---> Running in f8d8aa1ef5f2 [2021-02-04T10:40:56.142Z] Removing intermediate container 3e0e0029228f [2021-02-04T10:40:56.142Z] ---> 3d91b747878e [2021-02-04T10:40:56.142Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:40:56.142Z] Removing intermediate container a4925feb3b61 [2021-02-04T10:40:56.142Z] ---> c55c47c14a8e [2021-02-04T10:40:56.142Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T10:40:56.415Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:40:56.415Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:40:56.415Z] OK: 5 MiB in 15 packages [2021-02-04T10:40:56.415Z] ---> Running in 5c3012bd3869 [2021-02-04T10:40:57.009Z] Removing intermediate container f8d8aa1ef5f2 [2021-02-04T10:40:57.009Z] ---> 42e8d8a70833 [2021-02-04T10:40:57.009Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:40:57.296Z] Removing intermediate container 5c3012bd3869 [2021-02-04T10:40:57.296Z] ---> 3dc72c392a4a [2021-02-04T10:40:57.296Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:40:57.892Z] ---> 8725012524f8 [2021-02-04T10:40:57.892Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T10:40:58.171Z] ---> Running in 8d81ce2532f4 [2021-02-04T10:40:58.767Z] ---> 9229c1f24bbc [2021-02-04T10:40:58.767Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T10:40:58.767Z] Removing intermediate container c6c6b83fcf5b [2021-02-04T10:40:58.767Z] ---> bed309b2a793 [2021-02-04T10:40:58.767Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:40:59.041Z] ---> 283b87a568f0 [2021-02-04T10:40:59.041Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T10:40:59.320Z] ---> Running in 3e3d9085c224 [2021-02-04T10:41:00.775Z] Removing intermediate container 3e3d9085c224 [2021-02-04T10:41:00.775Z] ---> 5e3a9687caa7 [2021-02-04T10:41:00.775Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T10:41:01.753Z] ---> 8b110d7fbba2 [2021-02-04T10:41:01.753Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T10:41:01.753Z] ---> 791b37bcb100 [2021-02-04T10:41:01.753Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T10:41:01.753Z] ---> Running in b8afd848a7d7 [2021-02-04T10:41:02.733Z] Removing intermediate container b8afd848a7d7 [2021-02-04T10:41:02.733Z] ---> a96e809bcb87 [2021-02-04T10:41:02.733Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:41:03.326Z] ---> ba115f45171c [2021-02-04T10:41:03.326Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T10:41:03.326Z] ---> 20e961ed9384 [2021-02-04T10:41:03.326Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T10:41:03.599Z] ---> Running in fd2e66c4b83d [2021-02-04T10:41:03.873Z] ---> Running in 2966b727b120 [2021-02-04T10:41:03.873Z] ---> Running in af09bfa7397e [2021-02-04T10:41:03.873Z] Removing intermediate container 8d81ce2532f4 [2021-02-04T10:41:03.873Z] ---> d04c20bc5d4d [2021-02-04T10:41:03.873Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:41:04.850Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:41:04.850Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:41:04.850Z] ---> 95e187852e9e [2021-02-04T10:41:04.850Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T10:41:04.850Z] ---> Using cache [2021-02-04T10:41:04.850Z] ---> aa1145979143 [2021-02-04T10:41:04.850Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:41:04.850Z] ---> Using cache [2021-02-04T10:41:04.850Z] ---> d730e8cd5a52 [2021-02-04T10:41:04.850Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T10:41:05.122Z] Removing intermediate container fd2e66c4b83d [2021-02-04T10:41:05.122Z] ---> e67fb0803ae2 [2021-02-04T10:41:05.122Z] Step 15/23 : WORKDIR / [2021-02-04T10:41:05.397Z] ---> Running in 2ebb0165704c [2021-02-04T10:41:05.397Z] ---> Running in e2c08f41388e [2021-02-04T10:41:05.397Z] Removing intermediate container af09bfa7397e [2021-02-04T10:41:05.397Z] ---> 0f9652ef1453 [2021-02-04T10:41:05.397Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:41:05.397Z] Removing intermediate container 2966b727b120 [2021-02-04T10:41:05.397Z] ---> a133d5705d64 [2021-02-04T10:41:05.397Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:41:05.680Z] ---> 59538f1e5d19 [2021-02-04T10:41:05.680Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T10:41:05.957Z] ---> Running in e5b37cef8a7d [2021-02-04T10:41:05.957Z] ---> Running in 9e902607f7d0 [2021-02-04T10:41:06.586Z] Removing intermediate container e2c08f41388e [2021-02-04T10:41:06.586Z] ---> 7124e9cae868 [2021-02-04T10:41:06.586Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:41:06.861Z] Removing intermediate container e5b37cef8a7d [2021-02-04T10:41:06.861Z] ---> 229094397cec [2021-02-04T10:41:06.861Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T10:41:06.861Z] Removing intermediate container 9e902607f7d0 [2021-02-04T10:41:06.861Z] ---> bb872a2ccdda [2021-02-04T10:41:06.861Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T10:41:07.140Z] ---> Running in c81de17cbb73 [2021-02-04T10:41:07.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:41:07.422Z] ---> Running in 841346364f93 [2021-02-04T10:41:07.422Z] ---> f3ad1e6273be [2021-02-04T10:41:07.422Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T10:41:07.695Z] ---> 4e7581c1ab44 [2021-02-04T10:41:07.695Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T10:41:07.695Z] Removing intermediate container c81de17cbb73 [2021-02-04T10:41:07.695Z] ---> 3dc9a5cd0479 [2021-02-04T10:41:07.695Z] Step 21/22 : LABEL git_sha=91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:41:07.966Z] Removing intermediate container 841346364f93 [2021-02-04T10:41:07.966Z] ---> 2366ca57c38c [2021-02-04T10:41:07.966Z] Step 21/22 : LABEL git_sha=91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:41:07.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:41:07.966Z] ---> Running in 68db75c3d105 [2021-02-04T10:41:07.966Z] ---> Running in 977d5c9b2052 [2021-02-04T10:41:08.561Z] ---> 3afc02218ff3 [2021-02-04T10:41:08.561Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T10:41:08.561Z] OK: 217 MiB in 51 packages [2021-02-04T10:41:08.832Z] Removing intermediate container 68db75c3d105 [2021-02-04T10:41:08.832Z] ---> e86e69afff1b [2021-02-04T10:41:08.832Z] Removing intermediate container 977d5c9b2052 [2021-02-04T10:41:08.832Z] ---> 2318eee5c5e8 [2021-02-04T10:41:08.832Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T10:41:08.832Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T10:41:09.428Z] ---> Running in 704cd7f9248d [2021-02-04T10:41:09.428Z] ---> Running in a8bbd4950527 [2021-02-04T10:41:09.428Z] ---> c6fad8d1b3b8 [2021-02-04T10:41:09.428Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T10:41:10.032Z] Removing intermediate container 704cd7f9248d [2021-02-04T10:41:10.032Z] ---> 4cf824b6b632 [2021-02-04T10:41:10.032Z] [2021-02-04T10:41:10.303Z] Removing intermediate container a8bbd4950527 [2021-02-04T10:41:10.303Z] ---> c412b7ba3243 [2021-02-04T10:41:10.303Z] [2021-02-04T10:41:10.303Z] Removing intermediate container 2ebb0165704c [2021-02-04T10:41:10.303Z] ---> 9203d6705a76 [2021-02-04T10:41:10.303Z] Step 6/26 : COPY go.mod . [2021-02-04T10:41:10.303Z] ---> e8d370350449 [2021-02-04T10:41:10.303Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T10:41:10.577Z] Successfully built 4cf824b6b632 [2021-02-04T10:41:10.577Z] ---> ce1140639668 [2021-02-04T10:41:10.577Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T10:41:10.852Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T10:41:10.852Z] Building docker-core-command-go [2021-02-04T10:41:10.852Z]  Building docker-support-notifications-go ... done Successfully built c412b7ba3243 [2021-02-04T10:41:10.852Z] ---> Running in 7b2b3df98a2f [2021-02-04T10:41:10.852Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T10:41:11.123Z] Building docker-core-data-go [2021-02-04T10:41:11.398Z]  Building docker-support-scheduler-go ... done  ---> 99af19f5f640 [2021-02-04T10:41:11.398Z] Step 7/26 : RUN go mod download [2021-02-04T10:41:11.398Z] ---> Running in 1f896e3a654a [2021-02-04T10:41:11.681Z] ---> 2b34a93dd6dc [2021-02-04T10:41:11.681Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR}Removing intermediate container 7b2b3df98a2f [2021-02-04T10:41:11.681Z] ---> 6224edf96aed [2021-02-04T10:41:11.681Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:41:11.681Z] [2021-02-04T10:41:11.681Z] ---> Running in 02c0f6f77e6f [2021-02-04T10:41:11.954Z] ---> Running in 44251d042397 [2021-02-04T10:41:12.556Z] Removing intermediate container 02c0f6f77e6f [2021-02-04T10:41:12.556Z] ---> 52633fa35e8e [2021-02-04T10:41:12.556Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T10:41:12.556Z] ---> Running in 63300203c444 [2021-02-04T10:41:12.829Z] Removing intermediate container 44251d042397 [2021-02-04T10:41:12.829Z] ---> 5f0d0aa63719 [2021-02-04T10:41:12.830Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T10:41:13.107Z] Removing intermediate container 63300203c444 [2021-02-04T10:41:13.107Z] ---> 30b89f50bb5c [2021-02-04T10:41:13.107Z] Step 22/23 : LABEL git_sha=91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:41:13.379Z] ---> Running in 3fb5d805e124 [2021-02-04T10:41:13.653Z] ---> cc33ecbb9411 [2021-02-04T10:41:13.653Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T10:41:14.646Z] Removing intermediate container 3fb5d805e124 [2021-02-04T10:41:14.646Z] ---> f7e48256814d [2021-02-04T10:41:14.646Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:41:16.086Z] ---> Running in 868e10ccef1c [2021-02-04T10:41:16.682Z] ---> Running in 42504dda2355 [2021-02-04T10:41:16.976Z] Removing intermediate container 1f896e3a654a [2021-02-04T10:41:16.976Z] ---> 9541ebb34526 [2021-02-04T10:41:16.976Z] Step 8/26 : COPY . . [2021-02-04T10:41:17.255Z] Removing intermediate container 42504dda2355 [2021-02-04T10:41:17.255Z] ---> e4e4d614548e [2021-02-04T10:41:17.255Z] [2021-02-04T10:41:17.859Z] Successfully built e4e4d614548e [2021-02-04T10:41:18.132Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T10:41:18.132Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-02-04T10:41:23.611Z] Removing intermediate container 868e10ccef1c [2021-02-04T10:41:23.611Z] ---> 435e134b943d [2021-02-04T10:41:23.611Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T10:41:24.596Z] ---> Running in 6844707ad1d0 [2021-02-04T10:41:25.584Z] Removing intermediate container 6844707ad1d0 [2021-02-04T10:41:25.584Z] ---> aa4aad20f97b [2021-02-04T10:41:25.584Z] Step 28/31 : CMD ["gate"] [2021-02-04T10:41:27.043Z] ---> Running in 2a8499f718c0 [2021-02-04T10:41:27.643Z] Removing intermediate container 2a8499f718c0 [2021-02-04T10:41:27.643Z] ---> 53a7ac19d131 [2021-02-04T10:41:27.643Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T10:41:28.635Z] ---> 4d0a0463d476 [2021-02-04T10:41:28.635Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T10:41:28.635Z] ---> Running in 17782940fe19 [2021-02-04T10:41:28.909Z] ---> Running in c09e566710b8 [2021-02-04T10:41:29.892Z] Removing intermediate container 17782940fe19 [2021-02-04T10:41:29.892Z] ---> 4a97fed3fac3 [2021-02-04T10:41:29.892Z] Step 30/31 : LABEL git_sha=91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:41:30.483Z] 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-04T10:41:30.758Z] ---> Running in 5f398451fc52 [2021-02-04T10:41:32.193Z] Removing intermediate container 5f398451fc52 [2021-02-04T10:41:32.193Z] ---> a444295b35f2 [2021-02-04T10:41:32.193Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T10:41:33.630Z] ---> Running in 777bae271d61 [2021-02-04T10:41:34.614Z] Removing intermediate container 777bae271d61 [2021-02-04T10:41:34.614Z] ---> 65a6cf356afd [2021-02-04T10:41:34.614Z] [2021-02-04T10:41:35.617Z] Successfully built 65a6cf356afd [2021-02-04T10:41:35.617Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T10:41:48.060Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:41:48.060Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:41:48.060Z] ---> 95e187852e9e [2021-02-04T10:41:48.060Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:41:48.060Z] ---> Using cache [2021-02-04T10:41:48.060Z] ---> aa1145979143 [2021-02-04T10:41:48.060Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:41:48.060Z] ---> Using cache [2021-02-04T10:41:48.060Z] ---> d730e8cd5a52 [2021-02-04T10:41:48.060Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T10:41:48.339Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:41:48.339Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:41:48.339Z] ---> 95e187852e9e [2021-02-04T10:41:48.339Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:41:48.339Z] ---> Using cache [2021-02-04T10:41:48.339Z] ---> aa1145979143 [2021-02-04T10:41:48.339Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:41:48.339Z] ---> Using cache [2021-02-04T10:41:48.339Z] ---> d730e8cd5a52 [2021-02-04T10:41:48.339Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:41:48.339Z] ---> Using cache [2021-02-04T10:41:48.339Z] ---> c82dce639b69 [2021-02-04T10:41:48.339Z] Step 6/23 : COPY go.mod . [2021-02-04T10:41:48.339Z] ---> Using cache [2021-02-04T10:41:48.339Z] ---> 5ea87af0a182 [2021-02-04T10:41:48.339Z] Step 7/23 : RUN go mod download [2021-02-04T10:41:48.340Z] ---> Using cache [2021-02-04T10:41:48.340Z] ---> 417bd3b313fc [2021-02-04T10:41:48.340Z] Step 8/23 : COPY . . [2021-02-04T10:41:48.340Z] ---> Using cache [2021-02-04T10:41:48.340Z] ---> ebd17ed156d0 [2021-02-04T10:41:48.340Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T10:41:51.770Z] ---> Running in a44baa3e32ab [2021-02-04T10:41:51.770Z] ---> Running in a4f33365c965 [2021-02-04T10:41:53.218Z] 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-04T10:41:53.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:41:53.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:41:54.425Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:41:54.425Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:41:54.425Z] ---> 95e187852e9e [2021-02-04T10:41:54.425Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T10:41:54.425Z] ---> Using cache [2021-02-04T10:41:54.425Z] ---> aa1145979143 [2021-02-04T10:41:54.425Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:41:54.425Z] ---> Using cache [2021-02-04T10:41:54.425Z] ---> d730e8cd5a52 [2021-02-04T10:41:54.425Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T10:41:54.425Z] ---> Using cache [2021-02-04T10:41:54.425Z] ---> c82dce639b69 [2021-02-04T10:41:54.425Z] Step 6/24 : COPY go.mod . [2021-02-04T10:41:54.425Z] ---> Using cache [2021-02-04T10:41:54.425Z] ---> 5ea87af0a182 [2021-02-04T10:41:54.425Z] Step 7/24 : RUN go mod download [2021-02-04T10:41:54.425Z] ---> Using cache [2021-02-04T10:41:54.425Z] ---> 417bd3b313fc [2021-02-04T10:41:54.425Z] Step 8/24 : COPY . . [2021-02-04T10:41:54.726Z] ---> Using cache [2021-02-04T10:41:54.726Z] ---> ebd17ed156d0 [2021-02-04T10:41:54.726Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T10:41:55.002Z] OK: 217 MiB in 51 packages [2021-02-04T10:41:55.989Z] ---> Running in 57b8a9d52218 [2021-02-04T10:41:56.607Z] Removing intermediate container a4f33365c965 [2021-02-04T10:41:56.607Z] ---> 9906ead994d3 [2021-02-04T10:41:56.607Z] Step 6/23 : COPY go.mod . [2021-02-04T10:41:58.067Z] 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-04T10:41:58.067Z] ---> a322d7dda973 [2021-02-04T10:41:58.067Z] Step 7/23 : RUN go mod download [2021-02-04T10:41:58.067Z] ---> Running in e9f5542de1c4 [2021-02-04T10:42:02.392Z] Removing intermediate container e9f5542de1c4 [2021-02-04T10:42:02.392Z] ---> b16f0a9118d6 [2021-02-04T10:42:02.392Z] Step 8/23 : COPY . . [2021-02-04T10:42:24.594Z] ---> f40ebc4a6f99 [2021-02-04T10:42:24.594Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T10:42:24.594Z] ---> Running in 4444e0093d3a [2021-02-04T10:42:25.192Z] 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-04T10:42:30.623Z] Removing intermediate container c09e566710b8 [2021-02-04T10:42:30.623Z] ---> ea0311ed4e0e [2021-02-04T10:42:30.623Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T10:42:30.901Z] ---> Running in 81e7c72b5a53 [2021-02-04T10:42:32.888Z] 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-04T10:42:38.341Z] Removing intermediate container 81e7c72b5a53 [2021-02-04T10:42:38.341Z] ---> 294b561a4db8 [2021-02-04T10:42:38.341Z] [2021-02-04T10:42:38.341Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T10:42:38.618Z] 20.10.0: Pulling from library/docker [2021-02-04T10:42:56.996Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T10:42:56.996Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T10:42:56.996Z] ---> eeaf43b92773 [2021-02-04T10:42:56.997Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T10:42:56.997Z] ---> Running in 7fb70fd2977a [2021-02-04T10:42:57.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:42:58.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:42:58.871Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T10:42:58.871Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T10:42:59.147Z] Executing bash-5.0.17-r0.post-install [2021-02-04T10:42:59.147Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:42:59.147Z] OK: 12 MiB in 22 packages [2021-02-04T10:43:01.171Z] Removing intermediate container 7fb70fd2977a [2021-02-04T10:43:01.171Z] ---> 02a5089b65bf [2021-02-04T10:43:01.171Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T10:43:01.171Z] ---> Running in b2ce3ca506c5 [2021-02-04T10:43:01.803Z] Removing intermediate container b2ce3ca506c5 [2021-02-04T10:43:01.803Z] ---> d43b9495c424 [2021-02-04T10:43:01.803Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T10:43:01.803Z] ---> Running in 0a315571f556 [2021-02-04T10:43:02.799Z] Removing intermediate container 0a315571f556 [2021-02-04T10:43:02.799Z] ---> 8b1fa8dc3967 [2021-02-04T10:43:02.799Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T10:43:02.799Z] ---> Running in 5b51d5c9bb92 [2021-02-04T10:43:03.400Z] Removing intermediate container 5b51d5c9bb92 [2021-02-04T10:43:03.400Z] ---> a9fecaf091fb [2021-02-04T10:43:03.400Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T10:43:03.673Z] 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-04T10:43:05.108Z] ---> aa9fc411c7ee [2021-02-04T10:43:05.108Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T10:43:06.545Z] ---> 82be41a31416 [2021-02-04T10:43:06.545Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T10:43:07.530Z] ---> 10971d800e1a [2021-02-04T10:43:07.530Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T10:43:07.810Z] ---> Running in 8e721027c862 [2021-02-04T10:43:09.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:43:09.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:43:10.396Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T10:43:10.396Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T10:43:10.396Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T10:43:10.396Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T10:43:10.396Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T10:43:10.396Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T10:43:10.678Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T10:43:12.661Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T10:43:12.661Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T10:43:12.661Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T10:43:12.661Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T10:43:12.661Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T10:43:12.661Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T10:43:12.661Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T10:43:12.937Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T10:43:12.937Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T10:43:12.937Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T10:43:12.937Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T10:43:12.937Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T10:43:12.937Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T10:43:12.937Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T10:43:12.937Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T10:43:13.209Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T10:43:13.209Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T10:43:13.209Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T10:43:13.209Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T10:43:13.209Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T10:43:13.209Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T10:43:13.209Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T10:43:13.209Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T10:43:13.209Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T10:43:13.209Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T10:43:13.492Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T10:43:13.492Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:43:13.776Z] OK: 71 MiB in 55 packages [2021-02-04T10:43:19.247Z] Removing intermediate container 57b8a9d52218 [2021-02-04T10:43:19.247Z] ---> f24d63a1bd05 [2021-02-04T10:43:19.247Z] [2021-02-04T10:43:19.247Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T10:43:19.247Z] ---> afeebe901d6b [2021-02-04T10:43:19.247Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T10:43:19.525Z] ---> Running in 30ea920f15af [2021-02-04T10:43:22.190Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:43:22.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:43:23.873Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T10:43:23.873Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:43:23.873Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T10:43:23.873Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T10:43:23.873Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T10:43:23.873Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:43:23.873Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:43:23.873Z] OK: 7 MiB in 19 packages [2021-02-04T10:43:27.271Z] Removing intermediate container 30ea920f15af [2021-02-04T10:43:27.271Z] ---> 7610e1587cfd [2021-02-04T10:43:27.271Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:43:27.271Z] Removing intermediate container 8e721027c862 [2021-02-04T10:43:27.271Z] ---> 69ba1e566f64 [2021-02-04T10:43:27.271Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T10:43:27.555Z] ---> Running in 0fbb56c0d64f [2021-02-04T10:43:27.555Z] ---> Running in e70548fc4ef0 [2021-02-04T10:43:27.833Z] Removing intermediate container a44baa3e32ab [2021-02-04T10:43:27.833Z] ---> f42c6a1c2aba [2021-02-04T10:43:27.833Z] [2021-02-04T10:43:27.833Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:43:27.833Z] ---> afeebe901d6b [2021-02-04T10:43:27.833Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:43:27.833Z] ---> Using cache [2021-02-04T10:43:27.833Z] ---> bed309b2a793 [2021-02-04T10:43:27.833Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:43:27.833Z] ---> Using cache [2021-02-04T10:43:27.833Z] ---> 5e3a9687caa7 [2021-02-04T10:43:27.833Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T10:43:28.109Z] ---> Running in edb6117f9ea5 [2021-02-04T10:43:28.710Z] Removing intermediate container 0fbb56c0d64f [2021-02-04T10:43:28.710Z] ---> 1e555d6d798b [2021-02-04T10:43:28.710Z] Step 13/24 : WORKDIR / [2021-02-04T10:43:28.988Z] ---> Running in cf55f4498294 [2021-02-04T10:43:29.269Z] Removing intermediate container edb6117f9ea5 [2021-02-04T10:43:29.269Z] ---> 54f419c32329 [2021-02-04T10:43:29.269Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:43:29.269Z] ---> Running in 6c292adf4de0 [2021-02-04T10:43:29.873Z] Removing intermediate container cf55f4498294 [2021-02-04T10:43:29.873Z] ---> 2f35ed75029b [2021-02-04T10:43:29.873Z] 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-04T10:43:30.473Z] Removing intermediate container 6c292adf4de0 [2021-02-04T10:43:30.473Z] ---> 0ec2e78cfc61 [2021-02-04T10:43:30.473Z] Step 15/23 : WORKDIR / [2021-02-04T10:43:30.750Z] ---> Running in 8c1dd6ac7d13 [2021-02-04T10:43:31.027Z] ---> 1b3f2cbea117 [2021-02-04T10:43:31.027Z] 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-04T10:43:31.630Z] Removing intermediate container 8c1dd6ac7d13 [2021-02-04T10:43:31.630Z] ---> 62880e776864 [2021-02-04T10:43:31.630Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:43:32.237Z] ---> 1205e3b8c7aa [2021-02-04T10:43:32.237Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T10:43:32.842Z] ---> a7c8fc265bbe [2021-02-04T10:43:32.842Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T10:43:33.454Z] ---> 3a04400f37c3 [2021-02-04T10:43:33.454Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T10:43:34.914Z] Collecting docker-compose==1.23.2 [2021-02-04T10:43:35.190Z] ---> 3de7333a37d7 [2021-02-04T10:43:35.190Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T10:43:35.190Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T10:43:35.190Z] ---> 15b742852257 [2021-02-04T10:43:35.190Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T10:43:36.673Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T10:43:36.673Z] ---> ddb23b7d5d47 [2021-02-04T10:43:36.673Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T10:43:36.673Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T10:43:36.673Z] ---> Running in e1ab7affeec4 [2021-02-04T10:43:36.954Z] ---> fd1f11f8632a [2021-02-04T10:43:36.954Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T10:43:37.559Z] Removing intermediate container e1ab7affeec4 [2021-02-04T10:43:37.559Z] ---> 39ccfd00c009 [2021-02-04T10:43:37.559Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:43:37.839Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T10:43:37.839Z] ---> Running in bdcfc5323964 [2021-02-04T10:43:37.839Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T10:43:38.115Z] ---> 1bb687ea416c [2021-02-04T10:43:38.115Z] 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-04T10:43:38.397Z] ---> Running in 989e708191fd [2021-02-04T10:43:38.397Z] Removing intermediate container bdcfc5323964 [2021-02-04T10:43:38.397Z] ---> 929356d64b8d [2021-02-04T10:43:38.397Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T10:43:38.675Z] ---> Running in 4143fc1dfb8c [2021-02-04T10:43:39.665Z] Removing intermediate container 4143fc1dfb8c [2021-02-04T10:43:39.665Z] ---> 0ce356b5bee3 [2021-02-04T10:43:39.665Z] Step 22/23 : LABEL git_sha=91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:43:39.665Z] ---> Running in b9de95c670c4 [2021-02-04T10:43:39.951Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T10:43:40.232Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T10:43:40.611Z] Removing intermediate container b9de95c670c4 [2021-02-04T10:43:40.611Z] ---> 58be14c377bd [2021-02-04T10:43:40.611Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:43:40.611Z] ---> Running in 576ce99d4e07 [2021-02-04T10:43:41.350Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T10:43:41.350Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T10:43:41.350Z] Removing intermediate container 576ce99d4e07 [2021-02-04T10:43:41.350Z] ---> 1f07fc6b5199 [2021-02-04T10:43:41.350Z] [2021-02-04T10:43:41.640Z] Removing intermediate container 989e708191fd [2021-02-04T10:43:41.640Z] ---> 9466977bc405 [2021-02-04T10:43:41.640Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T10:43:41.989Z] ---> Running in 055c1f24df5a [2021-02-04T10:43:42.280Z] Successfully built 1f07fc6b5199 [2021-02-04T10:43:42.280Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T10:43:42.280Z]  Building docker-core-command-go ... done Collecting texttable<0.10,>=0.9.0 [2021-02-04T10:43:42.280Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T10:43:42.574Z] Removing intermediate container 055c1f24df5a [2021-02-04T10:43:42.574Z] ---> 9ef0cc24bcdb [2021-02-04T10:43:42.574Z] Step 22/24 : LABEL arch=arm64 [2021-02-04T10:43:42.867Z] ---> Running in db331806f922 [2021-02-04T10:43:43.541Z] Removing intermediate container db331806f922 [2021-02-04T10:43:43.541Z] ---> 4bc2642220b0 [2021-02-04T10:43:43.541Z] Step 23/24 : LABEL git_sha=91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:43:43.541Z] ---> Running in 54acfb984075 [2021-02-04T10:43:44.263Z] Removing intermediate container 54acfb984075 [2021-02-04T10:43:44.263Z] ---> 33fd0200083a [2021-02-04T10:43:44.263Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T10:43:44.542Z] ---> Running in 7fadc6e5eb0d [2021-02-04T10:43:45.209Z] Removing intermediate container 7fadc6e5eb0d [2021-02-04T10:43:45.209Z] ---> 23cd0864be41 [2021-02-04T10:43:45.209Z] [2021-02-04T10:43:45.618Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T10:43:45.618Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T10:43:45.923Z] Successfully built 23cd0864be41 [2021-02-04T10:43:45.923Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T10:43:47.908Z]  Building docker-security-secretstore-setup-go ... done 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-04T10:43:48.504Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T10:43:48.504Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T10:43:48.776Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T10:43:49.048Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T10:43:52.437Z] Collecting PyYAML<4,>=3.10 [2021-02-04T10:43:52.437Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T10:43:55.059Z] Removing intermediate container 4444e0093d3a [2021-02-04T10:43:55.059Z] ---> 2a62cca687d1 [2021-02-04T10:43:55.059Z] [2021-02-04T10:43:55.059Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:43:55.059Z] ---> afeebe901d6b [2021-02-04T10:43:55.059Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T10:43:55.059Z] ---> Running in b4ba0a911fee [2021-02-04T10:43:55.333Z] Removing intermediate container b4ba0a911fee [2021-02-04T10:43:55.333Z] ---> 31782815f328 [2021-02-04T10:43:55.333Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T10:43:55.333Z] ---> Running in 60edcde6e7f2 [2021-02-04T10:43:55.606Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T10:43:55.606Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T10:43:55.885Z] 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-04T10:43:55.885Z] Removing intermediate container 60edcde6e7f2 [2021-02-04T10:43:55.885Z] ---> ac50d835c702 [2021-02-04T10:43:55.885Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T10:43:56.160Z] ---> Running in c70d8b553ae1 [2021-02-04T10:43:56.433Z] Removing intermediate container c70d8b553ae1 [2021-02-04T10:43:56.433Z] ---> 2b87e8a01198 [2021-02-04T10:43:56.433Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:43:56.707Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T10:43:56.707Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T10:43:56.707Z] ---> Running in 59ffc72da2ee [2021-02-04T10:43:57.308Z] Collecting idna<2.8,>=2.5 [2021-02-04T10:43:57.308Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T10:43:57.583Z] 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-04T10:43:57.583Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T10:43:57.583Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T10:43:57.583Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T10:43:57.583Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T10:43:58.568Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, jsonschema, texttable, docopt, cached-property, dockerpty, PyYAML, docker-compose [2021-02-04T10:43:58.852Z] Removing intermediate container 59ffc72da2ee [2021-02-04T10:43:58.852Z] ---> d20e81ac8840 [2021-02-04T10:43:58.852Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T10:43:59.126Z] Attempting uninstall: urllib3 [2021-02-04T10:43:59.126Z] Found existing installation: urllib3 1.25.9 [2021-02-04T10:43:59.126Z] Uninstalling urllib3-1.25.9: [2021-02-04T10:43:59.126Z] ---> Running in a5dcb9ade0c1 [2021-02-04T10:43:59.396Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T10:43:59.992Z] Attempting uninstall: idna [2021-02-04T10:43:59.992Z] Found existing installation: idna 2.9 [2021-02-04T10:43:59.992Z] Uninstalling idna-2.9: [2021-02-04T10:43:59.992Z] Successfully uninstalled idna-2.9 [2021-02-04T10:44:00.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:44:00.535Z] Attempting uninstall: requests [2021-02-04T10:44:00.535Z] Found existing installation: requests 2.23.0 [2021-02-04T10:44:00.535Z] Uninstalling requests-2.23.0: [2021-02-04T10:44:00.806Z] Successfully uninstalled requests-2.23.0 [2021-02-04T10:44:01.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:44:01.671Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T10:44:01.946Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T10:44:01.946Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T10:44:01.946Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T10:44:01.946Z] Running setup.py install for texttable: started [2021-02-04T10:44:02.220Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T10:44:02.490Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T10:44:02.490Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:44:02.490Z] OK: 8 MiB in 20 packages [2021-02-04T10:44:03.928Z] Removing intermediate container a5dcb9ade0c1 [2021-02-04T10:44:03.928Z] ---> 1ebc07e00a5f [2021-02-04T10:44:03.928Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:44:04.199Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T10:44:04.199Z] Running setup.py install for docopt: started [2021-02-04T10:44:04.800Z] ---> 8c7261636de9 [2021-02-04T10:44:04.800Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T10:44:06.258Z] ---> 43f3c18cc527 [2021-02-04T10:44:06.258Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T10:44:06.258Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T10:44:06.258Z] Running setup.py install for dockerpty: started [2021-02-04T10:44:06.851Z] ---> f9935ae6c8f6 [2021-02-04T10:44:06.852Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T10:44:06.852Z] ---> Running in 7f6837bcd30c [2021-02-04T10:44:07.447Z] Removing intermediate container 7f6837bcd30c [2021-02-04T10:44:07.447Z] ---> 4958150ffea4 [2021-02-04T10:44:07.447Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:44:07.447Z] ---> Running in 454e73d7c0d4 [2021-02-04T10:44:08.039Z] Removing intermediate container 454e73d7c0d4 [2021-02-04T10:44:08.039Z] ---> 8ace67c13809 [2021-02-04T10:44:08.039Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T10:44:08.039Z] ---> Running in 3a602d9ded2d [2021-02-04T10:44:08.309Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T10:44:08.309Z] Running setup.py install for PyYAML: started [2021-02-04T10:44:08.580Z] Removing intermediate container 3a602d9ded2d [2021-02-04T10:44:08.580Z] ---> da71e1f72528 [2021-02-04T10:44:08.580Z] Step 22/23 : LABEL git_sha=91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:44:08.852Z] ---> Running in 3eb4ca9972b4 [2021-02-04T10:44:09.123Z] Removing intermediate container 3eb4ca9972b4 [2021-02-04T10:44:09.123Z] ---> 52e0eb6edd8b [2021-02-04T10:44:09.123Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:44:09.402Z] ---> Running in 73e45bbe1fc9 [2021-02-04T10:44:09.676Z] Removing intermediate container 73e45bbe1fc9 [2021-02-04T10:44:09.676Z] ---> 6e8029566612 [2021-02-04T10:44:09.676Z] [2021-02-04T10:44:10.271Z] Successfully built 6e8029566612 [2021-02-04T10:44:10.271Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T10:44:10.541Z]  Building docker-core-data-go ... done  Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T10:44:11.517Z] 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-04T10:44:15.802Z] Removing intermediate container e70548fc4ef0 [2021-02-04T10:44:15.802Z] ---> 98ebcb64da4c [2021-02-04T10:44:15.802Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T10:44:15.802Z] ---> Running in 3be335d77b76 [2021-02-04T10:44:16.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:44:16.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:44:17.260Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:44:17.260Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T10:44:17.260Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T10:44:17.260Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:44:17.260Z] OK: 71 MiB in 58 packages [2021-02-04T10:44:18.688Z] Removing intermediate container 3be335d77b76 [2021-02-04T10:44:18.688Z] ---> e4fe59c7601a [2021-02-04T10:44:18.688Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T10:44:18.688Z] ---> Running in a0f01a3d5250 [2021-02-04T10:44:19.282Z] Removing intermediate container a0f01a3d5250 [2021-02-04T10:44:19.283Z] ---> 3a90443597f4 [2021-02-04T10:44:19.283Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:44:19.283Z] ---> Running in 96e948fc2521 [2021-02-04T10:44:19.875Z] Removing intermediate container 96e948fc2521 [2021-02-04T10:44:19.875Z] ---> f26afc18517a [2021-02-04T10:44:19.875Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T10:44:19.875Z] ---> Running in f679ec430a6e [2021-02-04T10:44:20.469Z] Removing intermediate container f679ec430a6e [2021-02-04T10:44:20.469Z] ---> 81c9fe8777b1 [2021-02-04T10:44:20.469Z] Step 25/26 : LABEL git_sha=91d2860d80aaef8e740a7f35cfaabada10e1bfc9 [2021-02-04T10:44:20.469Z] ---> Running in 1b261a7f0fff [2021-02-04T10:44:20.742Z] Removing intermediate container 1b261a7f0fff [2021-02-04T10:44:20.742Z] ---> ef406cc66a62 [2021-02-04T10:44:20.742Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T10:44:21.014Z] ---> Running in ea3056b7c76a [2021-02-04T10:44:21.286Z] Removing intermediate container ea3056b7c76a [2021-02-04T10:44:21.286Z] ---> 59299f37c38e [2021-02-04T10:44:21.286Z] [2021-02-04T10:44:21.875Z] Successfully built 59299f37c38e [2021-02-04T10:44:21.875Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T10:44:22.158Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T10:44:22.144Z] $ docker stop --time=1 35f6793dd2be4b9a54f319243b79db78d39915dbe0232344c4eb6c538a9eeb92 [2021-02-04T10:44:24.033Z] $ docker rm -f 35f6793dd2be4b9a54f319243b79db78d39915dbe0232344c4eb6c538a9eeb92 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T10:44:24.768Z] + docker images [2021-02-04T10:44:24.768Z] + grep docker [2021-02-04T10:44:25.038Z] docker-sys-mgmt-agent-go-arm64 latest 59299f37c38e 3 seconds ago 300MB [2021-02-04T10:44:25.038Z] docker-core-data-go-arm64 latest 6e8029566612 15 seconds ago 21MB [2021-02-04T10:44:25.038Z] docker-security-secretstore-setup-go-arm64 latest 23cd0864be41 40 seconds ago 23.4MB [2021-02-04T10:44:25.038Z] docker-core-command-go-arm64 latest 1f07fc6b5199 43 seconds ago 16MB [2021-02-04T10:44:25.038Z] docker-security-bootstrapper-go-arm64 latest 65a6cf356afd 2 minutes ago 22.6MB [2021-02-04T10:44:25.038Z] docker-core-metadata-go-arm64 latest e4e4d614548e 3 minutes ago 17.7MB [2021-02-04T10:44:25.038Z] docker-support-scheduler-go-arm64 latest c412b7ba3243 3 minutes ago 16.1MB [2021-02-04T10:44:25.038Z] docker-support-notifications-go-arm64 latest 4cf824b6b632 3 minutes ago 16.7MB [2021-02-04T10:44:25.038Z] docker-security-proxy-setup-go-arm64 latest cfa3565b147a 3 minutes ago 23.2MB [2021-02-04T10:44:25.038Z] 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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [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-04T10:44:30.345Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:44:31.231Z] ---> package-listing.sh [2021-02-04T10:44:31.231Z] ++ facter osfamily [2021-02-04T10:44:31.231Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T10:44:31.231Z] + OS_FAMILY=redhat [2021-02-04T10:44:31.231Z] + workspace=/w/workspace/edgex-go/6 [2021-02-04T10:44:31.231Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T10:44:31.231Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T10:44:31.231Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T10:44:31.231Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T10:44:31.231Z] + '[' /w/workspace/edgex-go/6 ']' [2021-02-04T10:44:31.231Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T10:44:31.231Z] + case "${OS_FAMILY}" in [2021-02-04T10:44:31.231Z] + rpm -qa [2021-02-04T10:44:31.231Z] + sort [2021-02-04T10:44:36.546Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T10:44:36.546Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T10:44:36.546Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T10:44:36.546Z] + '[' /w/workspace/edgex-go/6 ']' [2021-02-04T10:44:36.546Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-02-04T10:44:36.546Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-02-04T10:44:36.561Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T10:44:36.853Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:44:37.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T10:44:37.161Z] [2021-02-04T10:44:37.161Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:44:37.553Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T10:44:37.553Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T10:44:37.553Z] df20fa9351a1: Pulling fs layer [2021-02-04T10:44:37.553Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T10:44:37.553Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T10:44:37.553Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T10:44:37.553Z] 93b61091891f: Pulling fs layer [2021-02-04T10:44:37.553Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T10:44:37.553Z] 5e14af77c1be: Pulling fs layer [2021-02-04T10:44:37.553Z] 01666e4c0597: Pulling fs layer [2021-02-04T10:44:37.553Z] aa168da1d23b: Pulling fs layer [2021-02-04T10:44:37.553Z] 01666e4c0597: Waiting [2021-02-04T10:44:37.553Z] 93b61091891f: Waiting [2021-02-04T10:44:37.553Z] aa168da1d23b: Waiting [2021-02-04T10:44:37.553Z] 93b9cdb0e59b: Waiting [2021-02-04T10:44:37.553Z] 5e14af77c1be: Waiting [2021-02-04T10:44:37.553Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T10:44:37.553Z] 36b3adc4ff6f: Download complete [2021-02-04T10:44:37.553Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T10:44:37.553Z] 46f8f816bc3b: Download complete [2021-02-04T10:44:37.816Z] df20fa9351a1: Verifying Checksum [2021-02-04T10:44:37.816Z] df20fa9351a1: Download complete [2021-02-04T10:44:37.816Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T10:44:37.816Z] 93b9cdb0e59b: Download complete [2021-02-04T10:44:37.816Z] 93b61091891f: Verifying Checksum [2021-02-04T10:44:37.816Z] 93b61091891f: Download complete [2021-02-04T10:44:37.816Z] 5e14af77c1be: Verifying Checksum [2021-02-04T10:44:37.816Z] 5e14af77c1be: Download complete [2021-02-04T10:44:37.816Z] 01666e4c0597: Verifying Checksum [2021-02-04T10:44:37.816Z] 01666e4c0597: Download complete [2021-02-04T10:44:38.079Z] df20fa9351a1: Pull complete [2021-02-04T10:44:38.345Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T10:44:38.345Z] 8ad3a11d3b57: Download complete [2021-02-04T10:44:38.345Z] 36b3adc4ff6f: Pull complete [2021-02-04T10:44:38.925Z] 8ad3a11d3b57: Pull complete [2021-02-04T10:44:39.192Z] 46f8f816bc3b: Pull complete [2021-02-04T10:44:40.178Z] aa168da1d23b: Download complete [2021-02-04T10:44:41.573Z] 93b61091891f: Pull complete [2021-02-04T10:44:41.573Z] 93b9cdb0e59b: Pull complete [2021-02-04T10:44:41.836Z] 5e14af77c1be: Pull complete [2021-02-04T10:44:41.836Z] 01666e4c0597: Pull complete [2021-02-04T10:44:54.124Z] aa168da1d23b: Pull complete [2021-02-04T10:44:54.124Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T10:44:54.124Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T10:44:54.124Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T10:44:54.301Z] prd-centos7-docker-4c-2g-24955 does not seem to be running inside a container [2021-02-04T10:44:54.356Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-04T10:44:57.749Z] $ docker top e7f4aa07fc06d3ba206204fbcc5e390f64391cd71bac34dae7adf18fe75b319a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:44:58.386Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T10:44:58.692Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T10:44:58.995Z] + ls /var/log/sa-host [2021-02-04T10:44:58.995Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T10:44:58.995Z] file_magic: OK [2021-02-04T10:44:58.995Z] HZ: Using current value: 100 [2021-02-04T10:44:58.995Z] file_header: OK [2021-02-04T10:44:58.995Z] 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-04T10:44:58.995Z] Statistics: [2021-02-04T10:44:58.995Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T10:44:58.995Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T10:44:58.995Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T10:44:58.995Z] file_magic: OK [2021-02-04T10:44:58.995Z] HZ: Using current value: 100 [2021-02-04T10:44:58.995Z] file_header: OK [2021-02-04T10:44:58.995Z] 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-04T10:44:58.995Z] Statistics: [2021-02-04T10:44:58.995Z] Hnuu...uuuununununu... [2021-02-04T10:44:58.995Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T10:44:59.253Z] provisioning config files... [2021-02-04T10:44:59.278Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config2341400613815010696tmp [Pipeline] { [Pipeline] echo [2021-02-04T10:44:59.452Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:44:59.751Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T10:44:59.762Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T10:44:59.952Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:45:00.254Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T10:45:00.265Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:45:00.562Z] ---> sudo-logs.sh [2021-02-04T10:45:00.562Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T10:45:00.576Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:45:00.874Z] ---> job-cost.sh [2021-02-04T10:45:00.874Z] lf-activate-venv: SKIPPING [2021-02-04T10:45:00.874Z] INFO: No Stack... [2021-02-04T10:45:01.844Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T10:45:02.117Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T10:45:02.133Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:45:02.541Z] ---> logs-deploy.sh [2021-02-04T10:45:02.541Z] lf-activate-venv: SKIPPING [2021-02-04T10:45:02.541Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3116/6 [2021-02-04T10:45:02.541Z] INFO: archiving workspace using pattern(s): [2021-02-04T10:45:04.018Z] Archives upload complete. [2021-02-04T10:45:04.018Z] INFO: archiving logs to Nexus