Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 935bb1b5206e0b220cf69bafdb738a98e8fd784d+27e67a26db9587a799bf14cca6c65a65d4396aa9 (16c1cf4cdfbc01f4ee2aad998d53efd67df650c6) 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25367 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/17 [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/17 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit 935bb1b5206e0b220cf69bafdb738a98e8fd784d Merge succeeded, producing f4b34f027936c92460a4104d017492f2a7722f95 Checking out Revision f4b34f027936c92460a4104d017492f2a7722f95 (PR-3109) > git config core.sparsecheckout # timeout=10 > git checkout -f 935bb1b5206e0b220cf69bafdb738a98e8fd784d # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f4b34f027936c92460a4104d017492f2a7722f95 # timeout=10 Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 075354ae6ea6b61c8bc8e8acd119c4385f33cfa8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-07T00:31:35.011Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-07T00:31:35.271Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-07T00:31:35.371Z] ========================================================= [2021-02-07T00:31:35.371Z] EdgeX Global Pipelines Version Info [2021-02-07T00:31:35.371Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:31:36.956Z] ------------------- [2021-02-07T00:31:36.956Z] stable info: [2021-02-07T00:31:36.956Z] ------------------- [2021-02-07T00:31:36.956Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-07T00:31:36.956Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-07T00:31:36.956Z] Message: update stable to v1.0.179 [2021-02-07T00:31:37.913Z] ------------------- [2021-02-07T00:31:37.913Z] experimental info: [2021-02-07T00:31:37.913Z] ------------------- [2021-02-07T00:31:37.913Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-07T00:31:37.913Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-07T00:31:37.913Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-07T00:31:38.202Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-07T00:31:38.289Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-07T00:31:38.381Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-07T00:31:38.497Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-07T00:31:38.605Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-07T00:31:38.738Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-07T00:31:38.848Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-07T00:31:38.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-07T00:31:39.023Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-07T00:31:39.161Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-07T00:31:39.283Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-07T00:31:39.368Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-07T00:31:39.483Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-07T00:31:39.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-07T00:31:39.674Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-07T00:31:39.795Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-07T00:31:39.884Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-07T00:31:40.013Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-07T00:31:40.107Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-07T00:31:40.248Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-07T00:31:40.349Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-07T00:31:40.518Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-07T00:31:40.723Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-07T00:31:40.835Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo [2021-02-07T00:31:40.959Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo [2021-02-07T00:31:41.040Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo [2021-02-07T00:31:41.157Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f4b34f027936c92460a4104d017492f2a7722f95 [Pipeline] echo [2021-02-07T00:31:41.263Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f4b34f0 [Pipeline] echo [2021-02-07T00:31:41.373Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-07T00:31:41.543Z] provisioning config files... [2021-02-07T00:31:41.572Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config6075462561634672336tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:31:41.969Z] ---> docker-login.sh [2021-02-07T00:31:41.969Z] nexus3.edgexfoundry.org:10001 [2021-02-07T00:31:42.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:31:42.241Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:31:42.241Z] Configure a credential helper to remove this warning. See [2021-02-07T00:31:42.241Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:31:42.241Z] [2021-02-07T00:31:42.241Z] Login Succeeded [2021-02-07T00:31:42.241Z] nexus3.edgexfoundry.org:10002 [2021-02-07T00:31:42.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:31:42.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:31:42.504Z] Configure a credential helper to remove this warning. See [2021-02-07T00:31:42.504Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:31:42.504Z] [2021-02-07T00:31:42.504Z] Login Succeeded [2021-02-07T00:31:42.504Z] nexus3.edgexfoundry.org:10003 [2021-02-07T00:31:42.776Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:31:42.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:31:42.776Z] Configure a credential helper to remove this warning. See [2021-02-07T00:31:42.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:31:42.776Z] [2021-02-07T00:31:42.776Z] Login Succeeded [2021-02-07T00:31:42.776Z] nexus3.edgexfoundry.org:10004 [2021-02-07T00:31:42.776Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:31:43.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:31:43.047Z] Configure a credential helper to remove this warning. See [2021-02-07T00:31:43.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:31:43.047Z] [2021-02-07T00:31:43.047Z] Login Succeeded [2021-02-07T00:31:43.047Z] docker.io [2021-02-07T00:31:43.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:31:43.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:31:43.315Z] Configure a credential helper to remove this warning. See [2021-02-07T00:31:43.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:31:43.315Z] [2021-02-07T00:31:43.315Z] Login Succeeded [2021-02-07T00:31:43.315Z] ---> docker-login.sh ends [Pipeline] } [2021-02-07T00:31:43.327Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-07T00:31:43.803Z] ++ 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-07T00:31:43.803Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:43.803Z] ++ dirname cmd/core-command/Dockerfile [2021-02-07T00:31:43.803Z] ++ cut -d/ -f2 [2021-02-07T00:31:43.803Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-07T00:31:43.803Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:43.803Z] ++ dirname cmd/core-data/Dockerfile [2021-02-07T00:31:43.803Z] ++ cut -d/ -f2 [2021-02-07T00:31:43.803Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-07T00:31:43.803Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:43.803Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-07T00:31:43.803Z] ++ cut -d/ -f2 [2021-02-07T00:31:43.803Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-07T00:31:43.804Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:43.804Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-07T00:31:43.804Z] ++ cut -d/ -f2 [2021-02-07T00:31:43.804Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-07T00:31:43.804Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:43.804Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-07T00:31:43.804Z] ++ cut -d/ -f2 [2021-02-07T00:31:43.804Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-07T00:31:43.804Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:43.804Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-07T00:31:43.804Z] ++ cut -d/ -f2 [2021-02-07T00:31:43.804Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-07T00:31:43.804Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:43.804Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-07T00:31:43.804Z] ++ cut -d/ -f2 [2021-02-07T00:31:43.804Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-07T00:31:43.804Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:43.804Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-07T00:31:43.804Z] ++ cut -d/ -f2 [2021-02-07T00:31:43.804Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-07T00:31:43.804Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:43.804Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-07T00:31:43.804Z] ++ cut -d/ -f2 [2021-02-07T00:31:43.804Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-07T00:31:43.886Z] 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-07T00:31:44.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:31:44.750Z] [2021-02-07T00:31:44.750Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:31:45.107Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:31:45.107Z] latest: Pulling from edgex-devops/git-semver [2021-02-07T00:31:45.107Z] 31603596830f: Pulling fs layer [2021-02-07T00:31:45.107Z] 2a8b12db71e7: Pulling fs layer [2021-02-07T00:31:45.107Z] 6ca5941a6612: Pulling fs layer [2021-02-07T00:31:45.107Z] ecc8261a40a4: Pulling fs layer [2021-02-07T00:31:45.107Z] ecc8261a40a4: Waiting [2021-02-07T00:31:45.107Z] 2a8b12db71e7: Verifying Checksum [2021-02-07T00:31:45.107Z] 2a8b12db71e7: Download complete [2021-02-07T00:31:45.107Z] 31603596830f: Verifying Checksum [2021-02-07T00:31:45.107Z] 31603596830f: Download complete [2021-02-07T00:31:45.370Z] ecc8261a40a4: Verifying Checksum [2021-02-07T00:31:45.370Z] ecc8261a40a4: Download complete [2021-02-07T00:31:45.370Z] 6ca5941a6612: Verifying Checksum [2021-02-07T00:31:45.370Z] 6ca5941a6612: Download complete [2021-02-07T00:31:45.633Z] 31603596830f: Pull complete [2021-02-07T00:31:45.633Z] 2a8b12db71e7: Pull complete [2021-02-07T00:31:46.603Z] 6ca5941a6612: Pull complete [2021-02-07T00:31:46.867Z] ecc8261a40a4: Pull complete [2021-02-07T00:31:46.867Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-07T00:31:46.867Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:31:46.867Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-07T00:31:46.982Z] prd-centos7-docker-4c-2g-25367 does not seem to be running inside a container [2021-02-07T00:31:47.051Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-07T00:31:49.668Z] $ docker top 83413d2773a2f34aa4fe64d62b57c41aa3a1b620c0549c20161492c36358f724 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-07T00:31:49.962Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-07T00:31:49.962Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-07T00:31:50.189Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-07T00:31:50.191Z] $ docker exec 83413d2773a2f34aa4fe64d62b57c41aa3a1b620c0549c20161492c36358f724 ssh-agent [2021-02-07T00:31:50.373Z] SSH_AUTH_SOCK=/tmp/ssh-W3uFnEUp7gbQ/agent.12 [2021-02-07T00:31:50.373Z] SSH_AGENT_PID=17 [2021-02-07T00:31:50.382Z] Running ssh-add (command line suppressed) [2021-02-07T00:31:50.504Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_199101326790885867.key (/w/workspace/edgex-go/17@tmp/private_key_199101326790885867.key) [2021-02-07T00:31:50.582Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-07T00:31:50.932Z] + git tag --points-at HEAD [Pipeline] } [2021-02-07T00:31:50.955Z] $ docker exec --env ******** --env ******** 83413d2773a2f34aa4fe64d62b57c41aa3a1b620c0549c20161492c36358f724 ssh-agent -k [2021-02-07T00:31:51.077Z] unset SSH_AUTH_SOCK; [2021-02-07T00:31:51.080Z] unset SSH_AGENT_PID; [2021-02-07T00:31:51.080Z] echo Agent pid 17 killed; [2021-02-07T00:31:51.125Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-07T00:31:51.263Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-07T00:31:51.263Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-07T00:31:51.434Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-07T00:31:51.436Z] $ docker exec 83413d2773a2f34aa4fe64d62b57c41aa3a1b620c0549c20161492c36358f724 ssh-agent [2021-02-07T00:31:51.601Z] SSH_AUTH_SOCK=/tmp/ssh-RjXYVLxJDZrq/agent.45 [2021-02-07T00:31:51.601Z] SSH_AGENT_PID=50 [2021-02-07T00:31:51.615Z] Running ssh-add (command line suppressed) [2021-02-07T00:31:51.768Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_6698711295146692354.key (/w/workspace/edgex-go/17@tmp/private_key_6698711295146692354.key) [2021-02-07T00:31:51.824Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-07T00:31:52.187Z] + git semver init [2021-02-07T00:31:52.187Z] # -> Open(): unable to determine branch for HEAD [2021-02-07T00:31:52.187Z] # $GIT_DIR = /w/workspace/edgex-go/17/.git [2021-02-07T00:31:52.187Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/17 [2021-02-07T00:31:52.187Z] # $SEMVER_REMOTE_NAME = origin [2021-02-07T00:31:52.187Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-07T00:31:52.187Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-07T00:31:52.187Z] # $SEMVER_BRANCH = PR-3109 [2021-02-07T00:31:52.187Z] # $SEMVER_TEMP = /tmp/semver-773043627 [2021-02-07T00:31:52.187Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-07T00:32:31.056Z] # '/tmp/semver-773043627' -> '/w/workspace/edgex-go/17/.semver' [2021-02-07T00:32:31.056Z] # -> Force: false [2021-02-07T00:32:31.056Z] # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } [2021-02-07T00:32:31.075Z] $ docker exec --env ******** --env ******** 83413d2773a2f34aa4fe64d62b57c41aa3a1b620c0549c20161492c36358f724 ssh-agent -k [2021-02-07T00:32:31.352Z] unset SSH_AUTH_SOCK; [2021-02-07T00:32:31.353Z] unset SSH_AGENT_PID; [2021-02-07T00:32:31.353Z] echo Agent pid 50 killed; [2021-02-07T00:32:31.477Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-07T00:32:31.963Z] + git semver [Pipeline] } [2021-02-07T00:32:31.984Z] $ docker stop --time=1 83413d2773a2f34aa4fe64d62b57c41aa3a1b620c0549c20161492c36358f724 [2021-02-07T00:32:33.587Z] $ docker rm -f 83413d2773a2f34aa4fe64d62b57c41aa3a1b620c0549c20161492c36358f724 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-07T00:32:34.122Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-07T00:32:34.642Z] Stashed 1 file(s) [Pipeline] echo [2021-02-07T00:32:34.645Z] [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-07T00:32:35.522Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:32:35.826Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:32:36.156Z] + sudo service docker restart [2021-02-07T00:32:36.156Z] + true [2021-02-07T00:32:36.156Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-07T00:32:36.751Z] ========================================================= [2021-02-07T00:32:36.751Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-07T00:32:36.751Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:32:37.102Z] + 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-07T00:32:40.428Z] Sending build context to Docker daemon 327.7MB [2021-02-07T00:32:40.428Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-07T00:32:40.428Z] Step 2/6 : FROM ${BASE} [2021-02-07T00:32:40.693Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-07T00:32:40.693Z] 188c0c94c7c5: Pulling fs layer [2021-02-07T00:32:40.693Z] 0ef7d3d256c8: Pulling fs layer [2021-02-07T00:32:40.693Z] de9db76c5a1d: Pulling fs layer [2021-02-07T00:32:40.693Z] bca2f99d35d6: Pulling fs layer [2021-02-07T00:32:40.693Z] 93359f2a8cfa: Pulling fs layer [2021-02-07T00:32:40.693Z] 7c6f9722023f: Pulling fs layer [2021-02-07T00:32:40.693Z] a35cf1a2eb13: Pulling fs layer [2021-02-07T00:32:40.693Z] bca2f99d35d6: Waiting [2021-02-07T00:32:40.693Z] 7c6f9722023f: Waiting [2021-02-07T00:32:40.693Z] a35cf1a2eb13: Waiting [2021-02-07T00:32:40.693Z] 93359f2a8cfa: Waiting [2021-02-07T00:32:40.693Z] de9db76c5a1d: Verifying Checksum [2021-02-07T00:32:40.693Z] de9db76c5a1d: Download complete [2021-02-07T00:32:40.693Z] 0ef7d3d256c8: Verifying Checksum [2021-02-07T00:32:40.693Z] 0ef7d3d256c8: Download complete [2021-02-07T00:32:40.693Z] 93359f2a8cfa: Verifying Checksum [2021-02-07T00:32:40.693Z] 93359f2a8cfa: Download complete [2021-02-07T00:32:40.693Z] 188c0c94c7c5: Verifying Checksum [2021-02-07T00:32:40.693Z] 188c0c94c7c5: Download complete [2021-02-07T00:32:40.693Z] 7c6f9722023f: Verifying Checksum [2021-02-07T00:32:40.693Z] 7c6f9722023f: Download complete [2021-02-07T00:32:41.667Z] 188c0c94c7c5: Pull complete [2021-02-07T00:32:43.104Z] a35cf1a2eb13: Verifying Checksum [2021-02-07T00:32:43.104Z] a35cf1a2eb13: Download complete [2021-02-07T00:32:43.104Z] 0ef7d3d256c8: Pull complete [2021-02-07T00:32:43.374Z] de9db76c5a1d: Pull complete [2021-02-07T00:32:43.952Z] bca2f99d35d6: Download complete [2021-02-07T00:32:50.014Z] Still waiting to schedule task [2021-02-07T00:32:50.014Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25356’ [2021-02-07T00:32:50.602Z] bca2f99d35d6: Pull complete [2021-02-07T00:32:50.602Z] 93359f2a8cfa: Pull complete [2021-02-07T00:32:50.602Z] 7c6f9722023f: Pull complete [2021-02-07T00:32:55.962Z] a35cf1a2eb13: Pull complete [2021-02-07T00:32:55.962Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-07T00:32:55.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-07T00:32:55.962Z] ---> a62c8e92a672 [2021-02-07T00:32:55.962Z] 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-07T00:32:55.962Z] ---> Running in 793af121af37 [2021-02-07T00:32:56.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:32:57.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:32:58.076Z] (1/12) Installing libmagic (5.38-r0) [2021-02-07T00:32:58.337Z] (2/12) Installing file (5.38-r0) [2021-02-07T00:32:58.337Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-07T00:32:58.337Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-07T00:33:10.591Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-07T00:33:10.591Z] (6/12) Installing patch (2.7.6-r6) [2021-02-07T00:33:10.591Z] (7/12) Installing build-base (0.5-r2) [2021-02-07T00:33:10.591Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-07T00:33:10.591Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-07T00:33:10.591Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-07T00:33:10.591Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-07T00:33:10.591Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-07T00:33:10.591Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:33:10.591Z] OK: 233 MiB in 51 packages [2021-02-07T00:33:13.903Z] Removing intermediate container 793af121af37 [2021-02-07T00:33:13.903Z] ---> a7c2001a22c3 [2021-02-07T00:33:13.903Z] Step 4/6 : WORKDIR /edgex-go [2021-02-07T00:33:13.903Z] ---> Running in 3b4155e7c06f [2021-02-07T00:33:13.903Z] Removing intermediate container 3b4155e7c06f [2021-02-07T00:33:13.903Z] ---> c67bebdfda29 [2021-02-07T00:33:13.903Z] Step 5/6 : COPY go.mod . [2021-02-07T00:33:14.165Z] ---> 70092fa1ab26 [2021-02-07T00:33:14.165Z] Step 6/6 : RUN go mod download [2021-02-07T00:33:14.165Z] ---> Running in aaf8f7831f42 [2021-02-07T00:33:36.184Z] Removing intermediate container aaf8f7831f42 [2021-02-07T00:33:36.184Z] ---> 70955de073b6 [2021-02-07T00:33:36.184Z] Successfully built 70955de073b6 [2021-02-07T00:33:36.184Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:33:36.505Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-07T00:33:36.505Z] . [Pipeline] withDockerContainer [2021-02-07T00:33:36.633Z] prd-centos7-docker-4c-2g-25367 does not seem to be running inside a container [2021-02-07T00:33:36.690Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-07T00:33:37.570Z] $ docker top b14f332df815a22c009f812dfe6594550463b4744f2f4d40c44bb2120ba086e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:33:38.130Z] + go version [2021-02-07T00:33:38.130Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-07T00:33:38.144Z] $ docker stop --time=1 b14f332df815a22c009f812dfe6594550463b4744f2f4d40c44bb2120ba086e9 [2021-02-07T00:33:39.504Z] $ docker rm -f b14f332df815a22c009f812dfe6594550463b4744f2f4d40c44bb2120ba086e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:33:40.317Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-07T00:33:40.317Z] . [Pipeline] withDockerContainer [2021-02-07T00:33:40.415Z] prd-centos7-docker-4c-2g-25367 does not seem to be running inside a container [2021-02-07T00:33:40.463Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-07T00:33:41.239Z] $ docker top b6ffd9e59fab2606da74df962154c94e23ad881433ffc5ed55b943c401d1232b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-07T00:33:41.431Z] ========================================================= [2021-02-07T00:33:41.431Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-07T00:33:41.431Z] ========================================================= [Pipeline] sh [2021-02-07T00:33:41.731Z] + make test [2021-02-07T00:33:41.731Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-07T00:33:51.834Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-07T00:34:15.516Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-07T00:34:15.516Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-07T00:34:17.499Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-07T00:34:17.499Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-07T00:34:17.499Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-07T00:34:19.465Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-07T00:34:19.465Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-07T00:34:19.465Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-07T00:34:19.465Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-07T00:34:19.465Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-07T00:34:20.455Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-07T00:34:23.089Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-07T00:34:23.089Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-07T00:34:23.089Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-07T00:34:25.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.129s coverage: 45.6% of statements [2021-02-07T00:34:25.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-07T00:34:25.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-07T00:34:25.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-07T00:34:25.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-07T00:34:25.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-07T00:34:25.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-07T00:34:25.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-07T00:34:26.338Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.078s coverage: 100.0% of statements [2021-02-07T00:34:30.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.197s coverage: 27.1% of statements [2021-02-07T00:34:30.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-07T00:34:30.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-07T00:34:30.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-07T00:34:30.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-07T00:34:30.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-07T00:34:30.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-07T00:34:30.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements [2021-02-07T00:34:30.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-07T00:34:30.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements [2021-02-07T00:34:30.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-07T00:34:30.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-07T00:34:30.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.120s coverage: 65.8% of statements [2021-02-07T00:34:30.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-07T00:34:30.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-07T00:34:30.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.491s coverage: 82.3% of statements [2021-02-07T00:34:30.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-07T00:34:30.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:34:30.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-07T00:34:30.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-07T00:34:32.892Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.368s coverage: 28.6% of statements [2021-02-07T00:34:32.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-07T00:34:32.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-07T00:34:32.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-07T00:34:32.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-07T00:34:32.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-07T00:34:32.892Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.074s coverage: 100.0% of statements [2021-02-07T00:34:32.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-07T00:34:32.892Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements [2021-02-07T00:34:32.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-07T00:34:32.892Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.104s coverage: 86.7% of statements [2021-02-07T00:34:32.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-07T00:34:34.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.121s coverage: 97.5% of statements [2021-02-07T00:34:34.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-07T00:34:34.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements [2021-02-07T00:34:34.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-07T00:34:34.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-07T00:34:34.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-07T00:34:34.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-07T00:34:36.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.537s coverage: 92.8% of statements [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-07T00:34:36.974Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-07T00:34:36.974Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.096s coverage: 0.1% of statements [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-07T00:34:36.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-07T00:34:36.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 45.5% of statements [2021-02-07T00:34:36.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.043s coverage: 79.5% of statements [2021-02-07T00:34:36.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements [2021-02-07T00:34:36.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements [2021-02-07T00:34:37.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements [2021-02-07T00:34:49.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.042s coverage: 94.4% of statements [2021-02-07T00:34:49.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.059s coverage: 87.2% of statements [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.4% of statements [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 68.9% of statements [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 37.0% of statements [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.296s coverage: 84.0% of statements [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.0% of statements [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.091s coverage: 87.7% of statements [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.735s coverage: 29.1% of statements [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.089s coverage: 99.0% of statements [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.063s coverage: 100.0% of statements [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-07T00:35:02.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-02-07T00:35:02.236Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-07T00:35:02.236Z] GO111MODULE=on go vet ./... [2021-02-07T00:35:34.670Z] gofmt -l . [2021-02-07T00:35:34.670Z] [ "`gofmt -l .`" = "" ] [2021-02-07T00:35:34.670Z] ./bin/test-go-mod-tidy.sh [2021-02-07T00:35:34.670Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-07T00:35:35.307Z] + ls -al . [2021-02-07T00:35:35.307Z] total 696 [2021-02-07T00:35:35.307Z] drwxrwxr-x 10 1001 1001 4096 Feb 7 00:35 . [2021-02-07T00:35:35.307Z] drwxr-xr-x 4 root root 30 Feb 7 00:33 .. [2021-02-07T00:35:35.307Z] -rw-rw-r-- 1 1001 1001 11 Feb 7 00:31 .dockerignore [2021-02-07T00:35:35.307Z] drwxrwxr-x 8 1001 1001 179 Feb 7 00:31 .git [2021-02-07T00:35:35.307Z] drwxrwxr-x 3 1001 1001 125 Feb 7 00:31 .github [2021-02-07T00:35:35.307Z] -rw-rw-r-- 1 1001 1001 872 Feb 7 00:31 .gitignore [2021-02-07T00:35:35.307Z] drwx------ 3 1001 1001 60 Feb 7 00:32 .semver [2021-02-07T00:35:35.307Z] -rw-rw-r-- 1 1001 1001 166 Feb 7 00:31 .sonarcloud.properties [2021-02-07T00:35:35.307Z] -rw-rw-r-- 1 1001 1001 7859 Feb 7 00:31 Attribution.txt [2021-02-07T00:35:35.307Z] -rw-rw-r-- 1 1001 1001 3804 Feb 7 00:31 CONTRIBUTING.md [2021-02-07T00:35:35.307Z] -rw-rw-r-- 1 1001 1001 931 Feb 7 00:31 Dockerfile.build [2021-02-07T00:35:35.307Z] -rw-rw-r-- 1 1001 1001 863 Feb 7 00:31 Jenkinsfile [2021-02-07T00:35:35.307Z] -rw-rw-r-- 1 1001 1001 10775 Feb 7 00:31 LICENSE [2021-02-07T00:35:35.307Z] -rw-rw-r-- 1 1001 1001 6001 Feb 7 00:31 Makefile [2021-02-07T00:35:35.307Z] -rw-rw-r-- 1 1001 1001 6524 Feb 7 00:31 README.md [2021-02-07T00:35:35.307Z] -rw-rw-r-- 1 1001 1001 6755 Feb 7 00:31 SECURITY.md [2021-02-07T00:35:35.307Z] -rw-rw-r-- 1 1001 1001 5 Feb 7 00:32 VERSION [2021-02-07T00:35:35.307Z] -rw-rw-r-- 1 1001 1001 4131 Feb 7 00:31 ZMQWindows.md [2021-02-07T00:35:35.307Z] drwxrwxr-x 2 1001 1001 117 Feb 7 00:31 bin [2021-02-07T00:35:35.307Z] drwxrwxr-x 15 1001 1001 4096 Feb 7 00:31 cmd [2021-02-07T00:35:35.307Z] -rw-r--r-- 1 root root 590503 Feb 7 00:35 coverage.out [2021-02-07T00:35:35.307Z] -rw-r--r-- 1 root root 1054 Feb 7 00:35 go.mod [2021-02-07T00:35:35.307Z] -rw-r--r-- 1 root root 19518 Feb 7 00:35 go.sum [2021-02-07T00:35:35.307Z] drwxrwxr-x 8 1001 1001 127 Feb 7 00:31 internal [2021-02-07T00:35:35.307Z] drwxrwxr-x 4 1001 1001 26 Feb 7 00:31 openapi [2021-02-07T00:35:35.307Z] drwxrwxr-x 4 1001 1001 71 Feb 7 00:31 snap [2021-02-07T00:35:35.307Z] -rw-rw-r-- 1 1001 1001 168 Feb 7 00:31 version.go [Pipeline] sh [2021-02-07T00:35:35.621Z] + '[' -e coverage.out ] [2021-02-07T00:35:35.621Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-07T00:35:35.886Z] Stashed 1 file(s) [Pipeline] sh [2021-02-07T00:35:36.190Z] + make build [2021-02-07T00:35:36.190Z] 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-07T00:35:40.447Z] 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-07T00:35:44.188Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25373 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-07T00:35:44.237Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2021-02-07T00:35:50.212Z] using credential edgex-jenkins-ssh [2021-02-07T00:35:50.273Z] Cloning the remote Git repository [2021-02-07T00:35:50.646Z] 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-07T00:35:50.345Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:35:50.468Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2021-02-07T00:35:50.581Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:35:50.582Z] > git --version # timeout=10 [2021-02-07T00:35:50.613Z] > git --version # 'git version 2.17.1' [2021-02-07T00:35:50.614Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:35:50.681Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-07T00:35:50.915Z] 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-07T00:35:52.884Z] 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-07T00:35:52.884Z] 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-07T00:35:54.845Z] 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-07T00:35:56.273Z] 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-07T00:35:57.235Z] 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-07T00:35:58.663Z] 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-07T00:36:00.085Z] 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-07T00:36:01.046Z] 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-07T00:36:02.470Z] 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-07T00:36:04.419Z] $ docker stop --time=1 b6ffd9e59fab2606da74df962154c94e23ad881433ffc5ed55b943c401d1232b [2021-02-07T00:36:06.159Z] $ docker rm -f b6ffd9e59fab2606da74df962154c94e23ad881433ffc5ed55b943c401d1232b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:36:08.012Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-07T00:36:08.012Z] [2021-02-07T00:36:08.012Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:36:08.357Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-07T00:36:08.619Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-07T00:36:08.620Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-07T00:36:08.620Z] ca9280d653b3: Pulling fs layer [2021-02-07T00:36:08.620Z] 7e9c9ca2126c: Pulling fs layer [2021-02-07T00:36:08.884Z] cbdbe7a5bc2a: Download complete [2021-02-07T00:36:09.146Z] cbdbe7a5bc2a: Pull complete [2021-02-07T00:36:09.720Z] ca9280d653b3: Verifying Checksum [2021-02-07T00:36:09.720Z] ca9280d653b3: Download complete [2021-02-07T00:36:10.670Z] ca9280d653b3: Pull complete [2021-02-07T00:36:11.619Z] 7e9c9ca2126c: Verifying Checksum [2021-02-07T00:36:11.619Z] 7e9c9ca2126c: Download complete [2021-02-07T00:36:19.837Z] 7e9c9ca2126c: Pull complete [2021-02-07T00:36:19.837Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-07T00:36:19.837Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-07T00:36:19.837Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-07T00:36:20.051Z] prd-centos7-docker-4c-2g-25367 does not seem to be running inside a container [2021-02-07T00:36:20.105Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-07T00:36:21.122Z] $ docker top 56e4a1fc145d3fcb3a6595d66106993956c1ccf196cb2e60a46f33e7f779343a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:36:21.648Z] + docker-compose build --help [2021-02-07T00:36:21.648Z] + grep parallel [2021-02-07T00:36:22.597Z] --parallel Build images in parallel. [Pipeline] } [2021-02-07T00:36:22.609Z] $ docker stop --time=1 56e4a1fc145d3fcb3a6595d66106993956c1ccf196cb2e60a46f33e7f779343a [2021-02-07T00:36:23.992Z] $ docker rm -f 56e4a1fc145d3fcb3a6595d66106993956c1ccf196cb2e60a46f33e7f779343a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:36:24.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-07T00:36:24.818Z] . [Pipeline] withDockerContainer [2021-02-07T00:36:24.964Z] prd-centos7-docker-4c-2g-25367 does not seem to be running inside a container [2021-02-07T00:36:25.012Z] Merging remotes/origin/master commit 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit 935bb1b5206e0b220cf69bafdb738a98e8fd784d [2021-02-07T00:36:25.044Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-07T00:36:25.650Z] $ docker top ad3d3588a1a007fc4ca8857f8cd74eda4229d21b6e76d6199d27be966631c271 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:36:26.013Z] Merge succeeded, producing 699cd0ef3f833b95bd8b6f6e9dfffc5fc1c3237e [2021-02-07T00:36:26.014Z] Checking out Revision 699cd0ef3f833b95bd8b6f6e9dfffc5fc1c3237e (PR-3109) [2021-02-07T00:36:26.171Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-07T00:36:24.177Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-07T00:36:24.204Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-07T00:36:24.243Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-07T00:36:24.286Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:36:24.287Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:36:24.308Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-07T00:36:25.038Z] > git config core.sparsecheckout # timeout=10 [2021-02-07T00:36:25.069Z] > git checkout -f 935bb1b5206e0b220cf69bafdb738a98e8fd784d # timeout=10 [2021-02-07T00:36:25.439Z] > git remote # timeout=10 [2021-02-07T00:36:25.462Z] > git config --get remote.origin.url # timeout=10 [2021-02-07T00:36:25.488Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:36:25.504Z] > git merge 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 [2021-02-07T00:36:25.944Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-07T00:36:26.029Z] > git config core.sparsecheckout # timeout=10 [2021-02-07T00:36:26.050Z] > git checkout -f 699cd0ef3f833b95bd8b6f6e9dfffc5fc1c3237e # timeout=10 [2021-02-07T00:36:27.116Z] Building docker-core-command-go ... [2021-02-07T00:36:27.116Z] Building docker-core-data-go ... [2021-02-07T00:36:27.116Z] Building docker-core-metadata-go ... [2021-02-07T00:36:27.116Z] Building docker-security-bootstrapper-go ... [2021-02-07T00:36:27.116Z] Building docker-security-proxy-setup-go ... [2021-02-07T00:36:27.116Z] Building docker-security-secretstore-setup-go ... [2021-02-07T00:36:27.116Z] Building docker-support-notifications-go ... [2021-02-07T00:36:27.116Z] Building docker-support-scheduler-go ... [2021-02-07T00:36:27.116Z] Building docker-sys-mgmt-agent-go ... [2021-02-07T00:36:27.116Z] Building docker-support-notifications-go [2021-02-07T00:36:27.116Z] Building docker-core-command-go [2021-02-07T00:36:27.116Z] Building docker-core-data-go [2021-02-07T00:36:27.116Z] Building docker-support-scheduler-go [2021-02-07T00:36:27.116Z] Building docker-security-bootstrapper-go [2021-02-07T00:36:30.851Z] Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" [2021-02-07T00:36:30.887Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-07T00:36:32.397Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:36:30.864Z] > git rev-list --no-walk 075354ae6ea6b61c8bc8e8acd119c4385f33cfa8 # timeout=10 [2021-02-07T00:36:32.841Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:36:33.196Z] + true [2021-02-07T00:36:33.196Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-07T00:36:35.278Z] provisioning config files... [2021-02-07T00:36:35.325Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config3921075265307552620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:36:35.743Z] ---> docker-login.sh [2021-02-07T00:36:35.743Z] nexus3.edgexfoundry.org:10001 [2021-02-07T00:36:36.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:36:37.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:36:37.360Z] Configure a credential helper to remove this warning. See [2021-02-07T00:36:37.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:36:37.360Z] [2021-02-07T00:36:37.360Z] Login Succeeded [2021-02-07T00:36:37.360Z] nexus3.edgexfoundry.org:10002 [2021-02-07T00:36:37.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:36:37.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:36:37.912Z] Configure a credential helper to remove this warning. See [2021-02-07T00:36:37.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:36:37.912Z] [2021-02-07T00:36:37.912Z] Login Succeeded [2021-02-07T00:36:37.912Z] nexus3.edgexfoundry.org:10003 [2021-02-07T00:36:38.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:36:38.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:36:38.464Z] Configure a credential helper to remove this warning. See [2021-02-07T00:36:38.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:36:38.464Z] [2021-02-07T00:36:38.464Z] Login Succeeded [2021-02-07T00:36:38.464Z] nexus3.edgexfoundry.org:10004 [2021-02-07T00:36:39.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:36:39.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:36:39.063Z] Configure a credential helper to remove this warning. See [2021-02-07T00:36:39.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:36:39.063Z] [2021-02-07T00:36:39.063Z] Login Succeeded [2021-02-07T00:36:39.063Z] docker.io [2021-02-07T00:36:39.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:36:39.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:36:39.947Z] Configure a credential helper to remove this warning. See [2021-02-07T00:36:39.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:36:39.947Z] [2021-02-07T00:36:39.947Z] Login Succeeded [2021-02-07T00:36:39.947Z] ---> docker-login.sh ends [Pipeline] } [2021-02-07T00:36:39.967Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-07T00:36:40.614Z] ========================================================= [2021-02-07T00:36:40.614Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-07T00:36:40.614Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:36:40.996Z] + 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-07T00:36:43.647Z] Sending build context to Docker daemon 166.2MB [2021-02-07T00:36:43.647Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-07T00:36:43.647Z] Step 2/6 : FROM ${BASE} [2021-02-07T00:36:43.647Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-07T00:36:43.647Z] 5f621e34cdf4: Pulling fs layer [2021-02-07T00:36:43.647Z] a4357932f1b6: Pulling fs layer [2021-02-07T00:36:43.647Z] 18c013af1878: Pulling fs layer [2021-02-07T00:36:43.647Z] 00ac8860ef70: Pulling fs layer [2021-02-07T00:36:43.647Z] 63d7cb157983: Pulling fs layer [2021-02-07T00:36:43.647Z] b116817d02f9: Pulling fs layer [2021-02-07T00:36:43.647Z] 745a02a5169b: Pulling fs layer [2021-02-07T00:36:43.647Z] 00ac8860ef70: Waiting [2021-02-07T00:36:43.647Z] 63d7cb157983: Waiting [2021-02-07T00:36:43.647Z] b116817d02f9: Waiting [2021-02-07T00:36:43.647Z] 745a02a5169b: Waiting [2021-02-07T00:36:43.647Z] 18c013af1878: Verifying Checksum [2021-02-07T00:36:43.647Z] 18c013af1878: Download complete [2021-02-07T00:36:43.647Z] a4357932f1b6: Verifying Checksum [2021-02-07T00:36:43.647Z] a4357932f1b6: Download complete [2021-02-07T00:36:43.647Z] 63d7cb157983: Verifying Checksum [2021-02-07T00:36:43.647Z] 63d7cb157983: Download complete [2021-02-07T00:36:43.647Z] b116817d02f9: Verifying Checksum [2021-02-07T00:36:44.243Z] 5f621e34cdf4: Verifying Checksum [2021-02-07T00:36:44.243Z] 5f621e34cdf4: Download complete [2021-02-07T00:36:44.848Z] 5f621e34cdf4: Pull complete [2021-02-07T00:36:45.451Z] a4357932f1b6: Pull complete [2021-02-07T00:36:45.724Z] 18c013af1878: Pull complete [2021-02-07T00:36:49.119Z] 745a02a5169b: Download complete [2021-02-07T00:36:51.733Z] 00ac8860ef70: Verifying Checksum [2021-02-07T00:36:51.733Z] 00ac8860ef70: Download complete [2021-02-07T00:37:01.880Z] 00ac8860ef70: Pull complete [2021-02-07T00:37:01.880Z] 63d7cb157983: Pull complete [2021-02-07T00:37:01.880Z] b116817d02f9: Pull complete [2021-02-07T00:37:05.272Z] 745a02a5169b: Pull complete [2021-02-07T00:37:05.272Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-07T00:37:05.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-07T00:37:05.272Z] ---> b7e6874047d6 [2021-02-07T00:37:05.272Z] 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-07T00:37:06.133Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:37:06.133Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:37:06.133Z] ---> 70955de073b6 [2021-02-07T00:37:06.133Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:37:06.133Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:37:06.133Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:37:06.133Z] ---> 70955de073b6 [2021-02-07T00:37:06.133Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:37:06.133Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:37:06.133Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:37:06.133Z] ---> 70955de073b6 [2021-02-07T00:37:06.133Z] Step 3/31 : WORKDIR /edgex-go [2021-02-07T00:37:06.133Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:37:06.133Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:37:06.133Z] ---> 70955de073b6 [2021-02-07T00:37:06.133Z] Step 3/22 : WORKDIR /edgex-go [2021-02-07T00:37:06.133Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:37:06.133Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:37:06.133Z] ---> 70955de073b6 [2021-02-07T00:37:06.133Z] Step 3/22 : WORKDIR /edgex-go [2021-02-07T00:37:06.133Z] ---> Running in ceef86388641 [2021-02-07T00:37:06.133Z] ---> Running in a6ec01772003 [2021-02-07T00:37:06.133Z] ---> Running in 83193de35de9 [2021-02-07T00:37:06.133Z] ---> Running in 6f07df355a92 [2021-02-07T00:37:06.133Z] ---> Running in e77af6f11319 [2021-02-07T00:37:06.133Z] Removing intermediate container a6ec01772003 [2021-02-07T00:37:06.133Z] ---> f28f2b68ddfa [2021-02-07T00:37:06.133Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 6f07df355a92 [2021-02-07T00:37:06.133Z] [2021-02-07T00:37:06.133Z] ---> e76ffe7fe79d [2021-02-07T00:37:06.133Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:37:06.133Z] Removing intermediate container ceef86388641 [2021-02-07T00:37:06.133Z] ---> 4662d1b56ab5 [2021-02-07T00:37:06.133Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:37:06.133Z] Removing intermediate container 83193de35de9 [2021-02-07T00:37:06.133Z] ---> 477d0069d77b [2021-02-07T00:37:06.133Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:37:06.133Z] Removing intermediate container e77af6f11319 [2021-02-07T00:37:06.133Z] ---> fa20b7c7143a [2021-02-07T00:37:06.133Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:37:06.133Z] ---> Running in 0fb1a7e386d4 [2021-02-07T00:37:06.133Z] ---> Running in 6a4c597c4f68 [2021-02-07T00:37:06.133Z] ---> Running in f6aa38db06cf [2021-02-07T00:37:06.133Z] ---> Running in 62e8d91d7ed1 [2021-02-07T00:37:06.133Z] ---> Running in 83fa71913c3b [2021-02-07T00:37:07.544Z] Removing intermediate container 6a4c597c4f68 [2021-02-07T00:37:07.544Z] ---> 616bc51c867b [2021-02-07T00:37:07.544Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-07T00:37:07.544Z] Removing intermediate container f6aa38db06cf [2021-02-07T00:37:07.544Z] ---> 85c26527c0f6 [2021-02-07T00:37:07.544Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-07T00:37:07.544Z] ---> Running in c559a9ce5b8d [2021-02-07T00:37:07.544Z] ---> Running in 8717622d796d [2021-02-07T00:37:07.544Z] Removing intermediate container 0fb1a7e386d4 [2021-02-07T00:37:07.544Z] ---> c584765050c2 [2021-02-07T00:37:07.544Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-07T00:37:07.808Z] Removing intermediate container 83fa71913c3b [2021-02-07T00:37:07.808Z] ---> 3524fe1eb507 [2021-02-07T00:37:07.808Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-07T00:37:07.808Z] ---> Running in efe052661060 [2021-02-07T00:37:07.808Z] Removing intermediate container 62e8d91d7ed1 [2021-02-07T00:37:07.808Z] ---> 47c7b95d543e [2021-02-07T00:37:07.808Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-07T00:37:08.072Z] ---> Running in abc745dd6ad1 [2021-02-07T00:37:08.072Z] ---> Running in 79b3bc1e1826 [2021-02-07T00:37:09.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:09.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:09.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:09.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:09.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:09.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:09.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:09.590Z] ---> Running in 4ee3dc56b55d [2021-02-07T00:37:09.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:10.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:10.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:37:10.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:10.666Z] OK: 233 MiB in 51 packages [2021-02-07T00:37:10.947Z] OK: 233 MiB in 51 packages [2021-02-07T00:37:10.947Z] OK: 233 MiB in 51 packages [2021-02-07T00:37:11.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:37:11.228Z] Removing intermediate container c559a9ce5b8d [2021-02-07T00:37:11.228Z] ---> e0974f948629 [2021-02-07T00:37:11.228Z] Step 6/22 : COPY go.mod . [2021-02-07T00:37:11.228Z] OK: 233 MiB in 51 packages [2021-02-07T00:37:11.506Z] ---> 0cb87231b784 [2021-02-07T00:37:11.506Z] Step 7/22 : RUN go mod download [2021-02-07T00:37:11.778Z] ---> Running in d470b49fc9c6 [2021-02-07T00:37:11.778Z] Removing intermediate container efe052661060 [2021-02-07T00:37:11.778Z] ---> 4a4c27230e4e [2021-02-07T00:37:11.778Z] Step 6/23 : COPY go.mod . [2021-02-07T00:37:11.778Z] Removing intermediate container 8717622d796d [2021-02-07T00:37:11.778Z] ---> f14ae148a04d [2021-02-07T00:37:11.778Z] Step 6/23 : COPY go.mod . [2021-02-07T00:37:12.063Z] Removing intermediate container 79b3bc1e1826 [2021-02-07T00:37:12.063Z] ---> 266781145218 [2021-02-07T00:37:12.063Z] Step 6/22 : COPY go.mod . [2021-02-07T00:37:12.063Z] ---> b43575dd0e7a [2021-02-07T00:37:12.063Z] Step 7/23 : RUN go mod download [2021-02-07T00:37:12.063Z] ---> f5d6bb65d244 [2021-02-07T00:37:12.063Z] Step 7/23 : RUN go mod download [2021-02-07T00:37:12.329Z] ---> Running in 404b7fbc94d4 [2021-02-07T00:37:12.329Z] ---> Running in c8d6c536446b [2021-02-07T00:37:12.608Z] ---> 674256cea66c [2021-02-07T00:37:12.608Z] Step 7/22 : RUN go mod download [2021-02-07T00:37:12.608Z] ---> Running in c6bb2de47dec [2021-02-07T00:37:13.589Z] OK: 233 MiB in 51 packages [2021-02-07T00:37:13.855Z] Removing intermediate container d470b49fc9c6 [2021-02-07T00:37:13.855Z] ---> 5f79548151db [2021-02-07T00:37:13.855Z] Step 8/22 : COPY . . [2021-02-07T00:37:14.122Z] Removing intermediate container abc745dd6ad1 [2021-02-07T00:37:14.122Z] ---> ff4650a3cb56 [2021-02-07T00:37:14.122Z] Step 6/31 : COPY go.mod . [2021-02-07T00:37:14.580Z] (1/12) Installing libmagic (5.38-r0) [2021-02-07T00:37:15.177Z] (2/12) Installing file (5.38-r0) [2021-02-07T00:37:15.449Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-07T00:37:15.449Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-07T00:37:16.700Z] ---> 0903f763b5f7 [2021-02-07T00:37:16.700Z] Step 7/31 : RUN go mod download [2021-02-07T00:37:16.700Z] Removing intermediate container c8d6c536446b [2021-02-07T00:37:16.700Z] ---> 56434645a694 [2021-02-07T00:37:16.700Z] Step 8/23 : COPY . . [2021-02-07T00:37:16.700Z] Removing intermediate container 404b7fbc94d4 [2021-02-07T00:37:16.700Z] ---> 0ef331ac0b2a [2021-02-07T00:37:16.700Z] Step 8/23 : COPY . . [2021-02-07T00:37:20.077Z] ---> Running in 4e383824f780 [2021-02-07T00:37:20.077Z] Removing intermediate container c6bb2de47dec [2021-02-07T00:37:20.077Z] ---> 2188e8634350 [2021-02-07T00:37:20.077Z] Step 8/22 : COPY . . [2021-02-07T00:37:35.137Z] Removing intermediate container 4e383824f780 [2021-02-07T00:37:35.137Z] ---> 4151646b8f26 [2021-02-07T00:37:35.137Z] Step 8/31 : COPY . . [2021-02-07T00:37:42.247Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-07T00:37:42.247Z] (6/12) Installing patch (2.7.6-r6) [2021-02-07T00:37:42.247Z] (7/12) Installing build-base (0.5-r2) [2021-02-07T00:37:42.247Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-07T00:37:42.247Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-07T00:37:42.247Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-07T00:37:42.247Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-07T00:37:42.247Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-07T00:37:42.247Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:37:42.247Z] OK: 217 MiB in 51 packages [2021-02-07T00:37:43.691Z] Removing intermediate container 4ee3dc56b55d [2021-02-07T00:37:43.691Z] ---> bbb3d953f3ad [2021-02-07T00:37:43.691Z] Step 4/6 : WORKDIR /edgex-go [2021-02-07T00:37:43.691Z] ---> Running in 90879fea6c87 [2021-02-07T00:37:44.290Z] Removing intermediate container 90879fea6c87 [2021-02-07T00:37:44.290Z] ---> e8951ca8fe73 [2021-02-07T00:37:44.290Z] Step 5/6 : COPY go.mod . [2021-02-07T00:37:45.274Z] ---> 068f2a0297a1 [2021-02-07T00:37:45.274Z] Step 6/6 : RUN go mod download [2021-02-07T00:37:45.274Z] ---> Running in 0e306f0bd8cc [2021-02-07T00:37:57.544Z] ---> 73c7fcfc5590 [2021-02-07T00:37:57.544Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-07T00:37:57.544Z] ---> eb3581f7a3ca [2021-02-07T00:37:57.544Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-07T00:37:57.544Z] ---> Running in d617a36d5597 [2021-02-07T00:37:57.544Z] ---> 2b50fae10ecd [2021-02-07T00:37:57.544Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-07T00:37:57.544Z] ---> 3f28b079a4aa [2021-02-07T00:37:57.544Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-07T00:37:57.544Z] ---> Running in 6669d8bb211b [2021-02-07T00:37:57.544Z] ---> Running in 6f29eb7914ed [2021-02-07T00:37:57.544Z] ---> Running in 1594217843da [2021-02-07T00:37:58.982Z] 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-07T00:37:58.982Z] 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-07T00:37:58.982Z] 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-07T00:37:58.982Z] 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-07T00:38:04.375Z] ---> a51a2a67f990 [2021-02-07T00:38:04.375Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-07T00:38:04.649Z] ---> Running in ea050b4fd48b [2021-02-07T00:38:06.681Z] 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-07T00:38:17.658Z] Removing intermediate container 0e306f0bd8cc [2021-02-07T00:38:17.659Z] ---> bb2e8c83b1dd [2021-02-07T00:38:17.659Z] Successfully built bb2e8c83b1dd [2021-02-07T00:38:17.659Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:38:18.031Z] + docker inspect -f . ci-base-image-arm64 [2021-02-07T00:38:18.031Z] . [Pipeline] withDockerContainer [2021-02-07T00:38:18.349Z] prd-ubuntu18.04-docker-arm64-4c-16g-25373 does not seem to be running inside a container [2021-02-07T00:38:18.460Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** ci-base-image-arm64 cat [2021-02-07T00:38:20.268Z] $ docker top 6657e952fee10430362e36af28ab98d2304c16a412a37ca26c3efde428af452e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:38:21.430Z] + go version [2021-02-07T00:38:21.430Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-07T00:38:21.460Z] $ docker stop --time=1 6657e952fee10430362e36af28ab98d2304c16a412a37ca26c3efde428af452e [2021-02-07T00:38:23.518Z] $ docker rm -f 6657e952fee10430362e36af28ab98d2304c16a412a37ca26c3efde428af452e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:38:24.661Z] + docker inspect -f . ci-base-image-arm64 [2021-02-07T00:38:24.661Z] . [Pipeline] withDockerContainer [2021-02-07T00:38:24.984Z] prd-ubuntu18.04-docker-arm64-4c-16g-25373 does not seem to be running inside a container [2021-02-07T00:38:25.088Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** ci-base-image-arm64 cat [2021-02-07T00:38:26.780Z] $ docker top 6174753ff3682a7a52c081ddc184e453b7bb6c3d2a081f352950e06c378290c5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-07T00:38:27.228Z] ========================================================= [2021-02-07T00:38:27.228Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-07T00:38:27.229Z] ========================================================= [Pipeline] sh [2021-02-07T00:38:27.893Z] + make test [2021-02-07T00:38:27.893Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-07T00:38:46.685Z] 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-07T00:38:52.079Z] Removing intermediate container 6669d8bb211b [2021-02-07T00:38:52.079Z] ---> 8ae388a36b27 [2021-02-07T00:38:52.079Z] [2021-02-07T00:38:52.079Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:38:52.079Z] 3.12: Pulling from library/alpine [2021-02-07T00:38:52.079Z] Removing intermediate container d617a36d5597 [2021-02-07T00:38:52.079Z] ---> f4a348f4e712 [2021-02-07T00:38:52.079Z] [2021-02-07T00:38:52.079Z] Step 10/22 : FROM alpine:3.12 [2021-02-07T00:38:52.079Z] Removing intermediate container 6f29eb7914ed [2021-02-07T00:38:52.079Z] ---> 202d5e7d630e [2021-02-07T00:38:52.079Z] [2021-02-07T00:38:52.079Z] Step 10/22 : FROM alpine:3.12 [2021-02-07T00:38:52.079Z] 3.12: Pulling from library/alpine [2021-02-07T00:38:52.079Z] 3.12: Pulling from library/alpine [2021-02-07T00:38:52.079Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-07T00:38:52.079Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-07T00:38:52.079Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-07T00:38:52.079Z] Status: Downloaded newer image for alpine:3.12 [2021-02-07T00:38:52.079Z] ---> 389fef711851 [2021-02-07T00:38:52.079Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:38:52.079Z] Status: Downloaded newer image for alpine:3.12 [2021-02-07T00:38:52.079Z] Status: Image is up to date for alpine:3.12 [2021-02-07T00:38:52.079Z] ---> 389fef711851 [2021-02-07T00:38:52.079Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-07T00:38:52.079Z] ---> 389fef711851 [2021-02-07T00:38:52.079Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:38:53.493Z] ---> Running in 297cee42dce6 [2021-02-07T00:38:53.493Z] ---> Running in f20ef9c20b0b [2021-02-07T00:38:53.493Z] ---> Running in edddc2e31a66 [2021-02-07T00:38:54.446Z] Removing intermediate container 1594217843da [2021-02-07T00:38:54.446Z] ---> a1333440411f [2021-02-07T00:38:54.446Z] [2021-02-07T00:38:54.446Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:38:54.446Z] ---> 389fef711851 [2021-02-07T00:38:54.446Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-07T00:38:54.730Z] ---> Running in d82967f9a658 [2021-02-07T00:38:56.676Z] Removing intermediate container d82967f9a658 [2021-02-07T00:38:56.676Z] ---> 8dace080a591 [2021-02-07T00:38:56.676Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-07T00:38:56.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:38:56.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:38:56.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:38:56.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:38:56.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:38:56.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:38:57.222Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-07T00:38:57.222Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:38:57.222Z] OK: 6 MiB in 15 packages [2021-02-07T00:38:57.222Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-07T00:38:57.222Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:38:57.222Z] OK: 6 MiB in 15 packages [2021-02-07T00:38:57.222Z] ---> Running in 1ecfba826cc2 [2021-02-07T00:38:57.223Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-07T00:38:57.223Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-07T00:38:57.223Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:38:57.505Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:38:57.505Z] OK: 6 MiB in 16 packages [2021-02-07T00:38:57.772Z] Removing intermediate container ea050b4fd48b [2021-02-07T00:38:57.772Z] ---> 9cb5c4eb310a [2021-02-07T00:38:57.772Z] [2021-02-07T00:38:57.772Z] Step 10/31 : FROM alpine:3.12 [2021-02-07T00:38:57.772Z] ---> 389fef711851 [2021-02-07T00:38:57.772Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-07T00:38:57.772Z] Removing intermediate container 1ecfba826cc2 [2021-02-07T00:38:57.772Z] ---> 5c2e57b1b488 [2021-02-07T00:38:57.772Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-07T00:38:57.772Z] ---> Running in a56f889cd826 [2021-02-07T00:38:58.036Z] ---> Running in ccf702effc4f [2021-02-07T00:38:58.310Z] Removing intermediate container a56f889cd826 [2021-02-07T00:38:58.310Z] ---> 2e58f68fabb9 [2021-02-07T00:38:58.310Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-07T00:38:58.310Z] Removing intermediate container 297cee42dce6 [2021-02-07T00:38:58.575Z] ---> 7f4a9eaba43b [2021-02-07T00:38:58.575Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:38:58.575Z] Removing intermediate container ccf702effc4f [2021-02-07T00:38:58.575Z] ---> 5a9c88870d2a [2021-02-07T00:38:58.575Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:38:59.531Z] ---> Running in a958aaab2312 [2021-02-07T00:38:59.531Z] ---> Running in 608e85208591 [2021-02-07T00:38:59.531Z] Removing intermediate container f20ef9c20b0b [2021-02-07T00:38:59.531Z] ---> 6688b75089a9 [2021-02-07T00:38:59.531Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:38:59.531Z] ---> Running in 29aff2f9321b [2021-02-07T00:38:59.796Z] ---> Running in a89dbbcfe1dc [2021-02-07T00:38:59.796Z] Removing intermediate container edddc2e31a66 [2021-02-07T00:38:59.796Z] ---> 5e492da901f1 [2021-02-07T00:38:59.796Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:39:00.069Z] Removing intermediate container 608e85208591 [2021-02-07T00:39:00.069Z] ---> 10f5c025def2 [2021-02-07T00:39:00.069Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-07T00:39:00.069Z] ---> Running in 65f1f674ee7a [2021-02-07T00:39:00.069Z] ---> Running in 7708b31db7e9 [2021-02-07T00:39:00.069Z] Removing intermediate container a89dbbcfe1dc [2021-02-07T00:39:00.069Z] ---> 8375edeaac31 [2021-02-07T00:39:00.069Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-07T00:39:00.322Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-07T00:39:00.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:00.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:00.338Z] ---> Running in cc7c9482da38 [2021-02-07T00:39:00.338Z] Removing intermediate container 65f1f674ee7a [2021-02-07T00:39:00.338Z] ---> 9e051fc37386 [2021-02-07T00:39:00.338Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-07T00:39:00.338Z] Removing intermediate container 7708b31db7e9 [2021-02-07T00:39:00.338Z] ---> 768dc41ac290 [2021-02-07T00:39:00.338Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-07T00:39:00.612Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-07T00:39:00.612Z] (2/2) Installing su-exec (0.2-r1) [2021-02-07T00:39:00.612Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:39:00.612Z] OK: 6 MiB in 16 packages [2021-02-07T00:39:00.612Z] ---> Running in f2df4cea06a7 [2021-02-07T00:39:00.612Z] ---> Running in 0c5ab4ac2646 [2021-02-07T00:39:00.612Z] Removing intermediate container cc7c9482da38 [2021-02-07T00:39:00.612Z] ---> 9b44ccd8d88f [2021-02-07T00:39:00.612Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-07T00:39:00.879Z] Removing intermediate container f2df4cea06a7 [2021-02-07T00:39:00.879Z] ---> a708f58034d7 [2021-02-07T00:39:00.879Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-07T00:39:00.879Z] ---> Running in d794a16466c7 [2021-02-07T00:39:01.145Z] Removing intermediate container 0c5ab4ac2646 [2021-02-07T00:39:01.145Z] ---> 21a739d18578 [2021-02-07T00:39:01.145Z] Step 15/23 : WORKDIR / [2021-02-07T00:39:01.145Z] ---> Running in 13b144be4b5c [2021-02-07T00:39:01.410Z] ---> Running in 393284515da4 [2021-02-07T00:39:01.993Z] Removing intermediate container d794a16466c7 [2021-02-07T00:39:01.993Z] ---> 552e67cbeed9 [2021-02-07T00:39:01.993Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:39:01.993Z] Removing intermediate container 29aff2f9321b [2021-02-07T00:39:01.993Z] ---> 78809d5d07d4 [2021-02-07T00:39:01.993Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-07T00:39:01.993Z] Removing intermediate container 13b144be4b5c [2021-02-07T00:39:01.993Z] ---> 86f2237bd14b [2021-02-07T00:39:01.993Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:39:02.258Z] Removing intermediate container 393284515da4 [2021-02-07T00:39:02.258Z] ---> 3c18371ee76b [2021-02-07T00:39:02.258Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:39:02.258Z] Removing intermediate container a958aaab2312 [2021-02-07T00:39:02.258Z] ---> 4ac8e5617fb6 [2021-02-07T00:39:02.258Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-07T00:39:02.258Z] ---> Running in f65994faf456 [2021-02-07T00:39:02.258Z] ---> Running in f304d771cc38 [2021-02-07T00:39:02.523Z] ---> ffa5c1421900 [2021-02-07T00:39:02.523Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-07T00:39:02.795Z] ---> 1a5cf66e93ab [2021-02-07T00:39:02.795Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-07T00:39:02.795Z] ---> c5173858bfe4 [2021-02-07T00:39:02.795Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-07T00:39:02.795Z] Removing intermediate container f304d771cc38 [2021-02-07T00:39:02.795Z] ---> bcee50806204 [2021-02-07T00:39:02.795Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-07T00:39:03.082Z] ---> Running in fd794d8d9f93 [2021-02-07T00:39:03.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:03.351Z] ---> 7b3653fa2b43 [2021-02-07T00:39:03.351Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-07T00:39:03.351Z] Removing intermediate container fd794d8d9f93 [2021-02-07T00:39:03.351Z] ---> fc7d7de55846 [2021-02-07T00:39:03.351Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-07T00:39:03.618Z] ---> Running in a02c0e7c3d80 [2021-02-07T00:39:03.618Z] ---> 13e6c37824aa [2021-02-07T00:39:03.618Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-07T00:39:03.618Z] ---> 01ac7e6aa941 [2021-02-07T00:39:03.618Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-07T00:39:03.881Z] ---> 69ac32755741 [2021-02-07T00:39:03.881Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-07T00:39:03.881Z] ---> Running in 0709cc223169 [2021-02-07T00:39:04.148Z] ---> c39789e8e865 [2021-02-07T00:39:04.148Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-07T00:39:04.148Z] ---> 6e8ba3503617 [2021-02-07T00:39:04.148Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-07T00:39:04.148Z] ---> Running in 2a109b85a1b8 [2021-02-07T00:39:04.148Z] ---> Running in 384c82f59f53 [2021-02-07T00:39:04.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:04.148Z] Removing intermediate container 0709cc223169 [2021-02-07T00:39:04.148Z] ---> 26db1ec5433f [2021-02-07T00:39:04.148Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:39:04.413Z] ---> Running in 4478d70a556c [2021-02-07T00:39:04.987Z] Removing intermediate container 2a109b85a1b8 [2021-02-07T00:39:04.987Z] ---> c0f48caff1b2 [2021-02-07T00:39:04.987Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:39:04.987Z] Removing intermediate container 384c82f59f53 [2021-02-07T00:39:04.987Z] ---> 5e084ecbd643 [2021-02-07T00:39:04.987Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:39:04.987Z] ---> Running in 13a79bb77f23 [2021-02-07T00:39:04.987Z] Removing intermediate container 4478d70a556c [2021-02-07T00:39:04.987Z] ---> 6fc4acda8428 [2021-02-07T00:39:04.987Z] Step 20/22 : LABEL arch=x86_64 [2021-02-07T00:39:05.256Z] ---> Running in 4291088f527d [2021-02-07T00:39:05.256Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-07T00:39:05.256Z] ---> Running in add773a0f980 [2021-02-07T00:39:05.256Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-07T00:39:05.256Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-07T00:39:05.256Z] Removing intermediate container a02c0e7c3d80 [2021-02-07T00:39:05.256Z] ---> 595d79426f1e [2021-02-07T00:39:05.256Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-07T00:39:05.520Z] Removing intermediate container 13a79bb77f23 [2021-02-07T00:39:05.520Z] ---> 72a68d050062 [2021-02-07T00:39:05.520Z] Step 20/22 : LABEL arch=x86_64 [2021-02-07T00:39:05.520Z] Removing intermediate container 4291088f527d [2021-02-07T00:39:05.520Z] ---> f47856b9f5e3 [2021-02-07T00:39:05.520Z] Step 21/23 : LABEL arch=x86_64 [2021-02-07T00:39:05.520Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-07T00:39:05.520Z] ---> Running in 85eb3d418488 [2021-02-07T00:39:05.520Z] ---> Running in c9c273144787 [2021-02-07T00:39:05.520Z] Removing intermediate container add773a0f980 [2021-02-07T00:39:05.520Z] ---> 2eacf69dfa18 [2021-02-07T00:39:05.520Z] Step 21/22 : LABEL git_sha=f4b34f027936c92460a4104d017492f2a7722f95 [2021-02-07T00:39:05.520Z] ---> Running in 41ff20821508 [2021-02-07T00:39:05.784Z] ---> Running in cdb4573770af [2021-02-07T00:39:05.784Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-07T00:39:06.051Z] Removing intermediate container 85eb3d418488 [2021-02-07T00:39:06.051Z] ---> 7f54f018cd30 [2021-02-07T00:39:06.051Z] Step 21/22 : LABEL git_sha=f4b34f027936c92460a4104d017492f2a7722f95 [2021-02-07T00:39:06.051Z] Removing intermediate container c9c273144787 [2021-02-07T00:39:06.051Z] ---> 07aea180c7f7 [2021-02-07T00:39:06.051Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-07T00:39:06.051Z] Removing intermediate container 41ff20821508 [2021-02-07T00:39:06.051Z] ---> fc550947baa5 [2021-02-07T00:39:06.051Z] Step 22/23 : LABEL git_sha=f4b34f027936c92460a4104d017492f2a7722f95 [2021-02-07T00:39:06.051Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-07T00:39:06.051Z] Removing intermediate container cdb4573770af [2021-02-07T00:39:06.051Z] ---> 1f0cf7ec0990 [2021-02-07T00:39:06.051Z] Step 22/22 : LABEL version=0.0.0 [2021-02-07T00:39:06.051Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:39:06.051Z] OK: 8 MiB in 20 packages [2021-02-07T00:39:06.051Z] ---> Running in 5734cf7722f8 [2021-02-07T00:39:06.314Z] ---> Running in df43cd248dfd [2021-02-07T00:39:06.314Z] ---> Running in 312a56827b7c [2021-02-07T00:39:06.579Z] ---> 6265c8b4d277 [2021-02-07T00:39:06.579Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-07T00:39:06.579Z] Removing intermediate container 5734cf7722f8 [2021-02-07T00:39:06.579Z] ---> 3acddd66584f [2021-02-07T00:39:06.579Z] Step 22/22 : LABEL version=0.0.0 [2021-02-07T00:39:06.841Z] Removing intermediate container df43cd248dfd [2021-02-07T00:39:06.841Z] ---> d7e3b96dd224 [2021-02-07T00:39:06.841Z] Step 23/23 : LABEL version=0.0.0 [2021-02-07T00:39:06.841Z] Removing intermediate container 312a56827b7c [2021-02-07T00:39:06.841Z] ---> bb4a6e80a1ca [2021-02-07T00:39:06.841Z] [2021-02-07T00:39:06.841Z] ---> Running in 1636458246f9 [2021-02-07T00:39:07.104Z] ---> Running in 285ed2c6f01b [2021-02-07T00:39:07.104Z] ---> Running in cf7fbf82680c [2021-02-07T00:39:07.104Z] Successfully built bb4a6e80a1ca [2021-02-07T00:39:07.374Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-07T00:39:07.374Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-07T00:39:07.374Z] Removing intermediate container f65994faf456 [2021-02-07T00:39:07.374Z] ---> 6cc335dd9276 [2021-02-07T00:39:07.374Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:39:07.374Z] Removing intermediate container 285ed2c6f01b [2021-02-07T00:39:07.374Z] ---> 06aac856a8bf [2021-02-07T00:39:07.374Z] [2021-02-07T00:39:07.641Z] Removing intermediate container cf7fbf82680c [2021-02-07T00:39:07.641Z] ---> 2d93081e402e [2021-02-07T00:39:07.641Z] [2021-02-07T00:39:07.641Z] Successfully built 06aac856a8bf [2021-02-07T00:39:07.641Z] Successfully built 2d93081e402e [2021-02-07T00:39:07.904Z] Successfully tagged docker-support-notifications-go:latest [2021-02-07T00:39:07.904Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-02-07T00:39:07.904Z] Successfully tagged docker-core-command-go:latest [2021-02-07T00:39:07.904Z] Building docker-core-metadata-go [2021-02-07T00:39:07.904Z]  Building docker-core-command-go ... done  ---> ec69b1a0e786 [2021-02-07T00:39:07.904Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-07T00:39:08.488Z] Removing intermediate container 1636458246f9 [2021-02-07T00:39:08.488Z] ---> 7ffb2376986f [2021-02-07T00:39:08.488Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:39:08.758Z] ---> 620f8ebcb043 [2021-02-07T00:39:08.758Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-07T00:39:09.029Z] ---> 1447c491c791 [2021-02-07T00:39:09.029Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-07T00:39:12.036Z] ---> e28d87f59e21 [2021-02-07T00:39:12.036Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-07T00:39:14.793Z] ---> Running in 09e31d4aa281 [2021-02-07T00:39:14.793Z] ---> b5d509ea4c42 [2021-02-07T00:39:14.793Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-07T00:39:18.123Z] Removing intermediate container 09e31d4aa281 [2021-02-07T00:39:18.123Z] ---> e377c01f669c [2021-02-07T00:39:18.123Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:39:18.123Z] ---> 9a18ad993dce [2021-02-07T00:39:18.123Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-07T00:39:18.398Z] ---> Running in 3cbdf1e58ba6 [2021-02-07T00:39:18.668Z] Removing intermediate container 3cbdf1e58ba6 [2021-02-07T00:39:18.668Z] ---> ac962db19867 [2021-02-07T00:39:18.668Z] Step 21/23 : LABEL arch=x86_64 [2021-02-07T00:39:18.936Z] ---> Running in fb044ba4f0ab [2021-02-07T00:39:18.936Z] ---> add0f5a6573e [2021-02-07T00:39:18.936Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-07T00:39:19.205Z] Removing intermediate container fb044ba4f0ab [2021-02-07T00:39:19.205Z] ---> 9a59ec75adb6 [2021-02-07T00:39:19.205Z] Step 22/23 : LABEL git_sha=f4b34f027936c92460a4104d017492f2a7722f95 [2021-02-07T00:39:19.205Z] ---> Running in 7116aa560560 [2021-02-07T00:39:21.194Z] ---> 88fc4a12291d [2021-02-07T00:39:21.194Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-07T00:39:21.809Z] Removing intermediate container 7116aa560560 [2021-02-07T00:39:21.809Z] ---> 9abbd6153178 [2021-02-07T00:39:21.809Z] Step 23/23 : LABEL version=0.0.0 [2021-02-07T00:39:22.417Z] ---> Running in 767d61b8330f [2021-02-07T00:39:22.685Z] ---> Running in f95ddf273e52 [2021-02-07T00:39:22.955Z] Removing intermediate container 767d61b8330f [2021-02-07T00:39:22.955Z] ---> b964ffcd0126 [2021-02-07T00:39:22.955Z] [2021-02-07T00:39:23.226Z] Successfully built b964ffcd0126 [2021-02-07T00:39:23.493Z] Successfully tagged docker-core-data-go:latest [2021-02-07T00:39:23.493Z] Building docker-sys-mgmt-agent-go [2021-02-07T00:39:24.080Z]  Building docker-core-data-go ... done Removing intermediate container f95ddf273e52 [2021-02-07T00:39:24.080Z] ---> 74ba7d92471d [2021-02-07T00:39:24.080Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-07T00:39:28.395Z] ---> 4f9c35af5f21 [2021-02-07T00:39:28.395Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-07T00:39:29.392Z] ---> Running in 5e624ea1f308 [2021-02-07T00:39:34.794Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:39:34.794Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:39:34.794Z] ---> 70955de073b6 [2021-02-07T00:39:34.794Z] Step 3/21 : WORKDIR /edgex-go [2021-02-07T00:39:34.794Z] ---> Using cache [2021-02-07T00:39:34.794Z] ---> fa20b7c7143a [2021-02-07T00:39:34.794Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:39:34.794Z] ---> Using cache [2021-02-07T00:39:34.794Z] ---> 3524fe1eb507 [2021-02-07T00:39:34.794Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-07T00:39:34.794Z] ---> Using cache [2021-02-07T00:39:34.794Z] ---> ff4650a3cb56 [2021-02-07T00:39:34.794Z] Step 6/21 : COPY go.mod . [2021-02-07T00:39:34.794Z] ---> Using cache [2021-02-07T00:39:34.794Z] ---> 0903f763b5f7 [2021-02-07T00:39:34.794Z] Step 7/21 : RUN go mod download [2021-02-07T00:39:34.794Z] ---> Using cache [2021-02-07T00:39:34.794Z] ---> 4151646b8f26 [2021-02-07T00:39:34.794Z] Step 8/21 : COPY . . [2021-02-07T00:39:34.794Z] ---> Using cache [2021-02-07T00:39:34.794Z] ---> a51a2a67f990 [2021-02-07T00:39:34.794Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-07T00:39:35.062Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:39:35.062Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:39:35.062Z] ---> 70955de073b6 [2021-02-07T00:39:35.062Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:39:35.062Z] ---> Using cache [2021-02-07T00:39:35.062Z] ---> fa20b7c7143a [2021-02-07T00:39:35.062Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:39:35.062Z] ---> Using cache [2021-02-07T00:39:35.062Z] ---> 3524fe1eb507 [2021-02-07T00:39:35.062Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-07T00:39:35.062Z] ---> Using cache [2021-02-07T00:39:35.062Z] ---> ff4650a3cb56 [2021-02-07T00:39:35.062Z] Step 6/23 : COPY go.mod . [2021-02-07T00:39:35.062Z] ---> Using cache [2021-02-07T00:39:35.062Z] ---> 0903f763b5f7 [2021-02-07T00:39:35.062Z] Step 7/23 : RUN go mod download [2021-02-07T00:39:35.062Z] ---> Using cache [2021-02-07T00:39:35.062Z] ---> 4151646b8f26 [2021-02-07T00:39:35.062Z] Step 8/23 : COPY . . [2021-02-07T00:39:35.330Z] ---> Using cache [2021-02-07T00:39:35.330Z] ---> a51a2a67f990 [2021-02-07T00:39:35.330Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-07T00:39:35.595Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:39:35.595Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:39:35.595Z] ---> 70955de073b6 [2021-02-07T00:39:35.595Z] Step 3/24 : WORKDIR /edgex-go [2021-02-07T00:39:35.595Z] ---> Using cache [2021-02-07T00:39:35.595Z] ---> fa20b7c7143a [2021-02-07T00:39:35.595Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:39:35.595Z] ---> Using cache [2021-02-07T00:39:35.595Z] ---> 3524fe1eb507 [2021-02-07T00:39:35.595Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-07T00:39:35.595Z] ---> Using cache [2021-02-07T00:39:35.595Z] ---> ff4650a3cb56 [2021-02-07T00:39:35.595Z] Step 6/24 : COPY go.mod . [2021-02-07T00:39:35.595Z] ---> Using cache [2021-02-07T00:39:35.595Z] ---> 0903f763b5f7 [2021-02-07T00:39:35.595Z] Step 7/24 : RUN go mod download [2021-02-07T00:39:35.595Z] ---> Using cache [2021-02-07T00:39:35.595Z] ---> 4151646b8f26 [2021-02-07T00:39:35.595Z] Step 8/24 : COPY . . [2021-02-07T00:39:35.595Z] ---> Using cache [2021-02-07T00:39:35.595Z] ---> a51a2a67f990 [2021-02-07T00:39:35.595Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-07T00:39:36.556Z] ---> Running in a3c329342f1c [2021-02-07T00:39:36.556Z] ---> Running in 238c8f18ab79 [2021-02-07T00:39:36.556Z] ---> Running in 6e29810fac0e [2021-02-07T00:39:36.556Z] Removing intermediate container 5e624ea1f308 [2021-02-07T00:39:36.556Z] ---> 9ca5a64d7b33 [2021-02-07T00:39:36.556Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-07T00:39:36.829Z] ---> Running in 43a0ff3d1eb6 [2021-02-07T00:39:37.815Z] Removing intermediate container 43a0ff3d1eb6 [2021-02-07T00:39:37.815Z] ---> 85e43acc4d56 [2021-02-07T00:39:37.815Z] Step 28/31 : CMD ["gate"] [2021-02-07T00:39:38.084Z] 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-07T00:39:38.084Z] 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-07T00:39:38.356Z] 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-07T00:39:38.622Z] ---> Running in cb542e4835e8 [2021-02-07T00:39:39.614Z] Removing intermediate container cb542e4835e8 [2021-02-07T00:39:39.614Z] ---> 9da3923bf363 [2021-02-07T00:39:39.614Z] Step 29/31 : LABEL arch=x86_64 [2021-02-07T00:39:40.601Z] ---> Running in ec9709c1baba [2021-02-07T00:39:41.201Z] Removing intermediate container ec9709c1baba [2021-02-07T00:39:41.201Z] ---> b3bbe0207b5f [2021-02-07T00:39:41.201Z] Step 30/31 : LABEL git_sha=f4b34f027936c92460a4104d017492f2a7722f95 [2021-02-07T00:39:42.195Z] ---> Running in c5ca5b1a330f [2021-02-07T00:39:42.466Z] Removing intermediate container c5ca5b1a330f [2021-02-07T00:39:42.466Z] ---> d4471203555c [2021-02-07T00:39:42.466Z] Step 31/31 : LABEL version=0.0.0 [2021-02-07T00:39:43.547Z] ---> Running in 117209175cc6 [2021-02-07T00:39:44.139Z] Removing intermediate container 117209175cc6 [2021-02-07T00:39:44.139Z] ---> 9abd477b2376 [2021-02-07T00:39:44.139Z] [2021-02-07T00:39:44.410Z] Successfully built 9abd477b2376 [2021-02-07T00:39:44.410Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-07T00:39:49.838Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:39:49.838Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:39:49.838Z] ---> 70955de073b6 [2021-02-07T00:39:49.838Z] Step 3/26 : WORKDIR /edgex-go [2021-02-07T00:39:49.838Z] ---> Using cache [2021-02-07T00:39:49.838Z] ---> fa20b7c7143a [2021-02-07T00:39:49.838Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:39:49.838Z] ---> Using cache [2021-02-07T00:39:49.839Z] ---> 3524fe1eb507 [2021-02-07T00:39:49.839Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-07T00:39:50.114Z] ---> Running in cb954e3fe457 [2021-02-07T00:39:51.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:52.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:53.665Z] OK: 233 MiB in 51 packages [2021-02-07T00:39:54.677Z] Removing intermediate container cb954e3fe457 [2021-02-07T00:39:54.677Z] ---> 272dd1615cb3 [2021-02-07T00:39:54.677Z] Step 6/26 : COPY go.mod . [2021-02-07T00:39:55.272Z] ---> 07953bf5194a [2021-02-07T00:39:55.272Z] Step 7/26 : RUN go mod download [2021-02-07T00:39:55.272Z] ---> Running in fee4b1d6b417 [2021-02-07T00:39:57.097Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-07T00:39:58.087Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-07T00:39:58.670Z] Removing intermediate container fee4b1d6b417 [2021-02-07T00:39:58.670Z] ---> 2fdfe40a0dd8 [2021-02-07T00:39:58.670Z] Step 8/26 : COPY . . [2021-02-07T00:40:04.120Z] 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-07T00:40:04.120Z] 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-07T00:40:10.559Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-07T00:40:10.559Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-07T00:40:10.559Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-07T00:40:12.576Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-07T00:40:12.576Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-07T00:40:12.576Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-07T00:40:12.576Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-07T00:40:12.576Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-07T00:40:14.042Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-07T00:40:22.336Z] Removing intermediate container a3c329342f1c [2021-02-07T00:40:22.336Z] ---> f539e3997f71 [2021-02-07T00:40:22.336Z] [2021-02-07T00:40:22.336Z] Step 10/24 : FROM alpine:3.12 [2021-02-07T00:40:22.336Z] ---> 389fef711851 [2021-02-07T00:40:22.336Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-07T00:40:22.336Z] Removing intermediate container 6e29810fac0e [2021-02-07T00:40:22.336Z] ---> a51142f3ecf8 [2021-02-07T00:40:22.336Z] [2021-02-07T00:40:22.336Z] Step 10/21 : FROM alpine:3.12 [2021-02-07T00:40:22.336Z] ---> 389fef711851 [2021-02-07T00:40:22.336Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-07T00:40:22.336Z] Removing intermediate container 238c8f18ab79 [2021-02-07T00:40:22.336Z] ---> ce6056dbb171 [2021-02-07T00:40:22.336Z] [2021-02-07T00:40:22.336Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:40:22.336Z] ---> 389fef711851 [2021-02-07T00:40:22.336Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:40:22.336Z] ---> Using cache [2021-02-07T00:40:22.336Z] ---> 6688b75089a9 [2021-02-07T00:40:22.336Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:40:22.336Z] ---> Using cache [2021-02-07T00:40:22.336Z] ---> 8375edeaac31 [2021-02-07T00:40:22.336Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-07T00:40:22.336Z] ---> Running in 33e74ee3d3e3 [2021-02-07T00:40:22.336Z] ---> Running in b9e00c06685e [2021-02-07T00:40:22.336Z] ---> Running in 262342ff8f52 [2021-02-07T00:40:23.330Z] Removing intermediate container 262342ff8f52 [2021-02-07T00:40:23.330Z] ---> 649dc22bddc9 [2021-02-07T00:40:23.330Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-07T00:40:23.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:40:23.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:40:23.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:40:23.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:40:23.330Z] ---> Running in ac637270a8a5 [2021-02-07T00:40:23.603Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-07T00:40:23.603Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:40:23.603Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-07T00:40:23.603Z] (4/5) Installing curl (7.69.1-r3) [2021-02-07T00:40:23.603Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-07T00:40:23.603Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:40:23.603Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-07T00:40:23.603Z] ---> afadc3762747 [2021-02-07T00:40:23.603Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-07T00:40:23.603Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:40:23.603Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-07T00:40:23.603Z] (4/4) Installing curl (7.69.1-r3) [2021-02-07T00:40:23.603Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:40:23.865Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:40:23.866Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:40:24.136Z] OK: 7 MiB in 19 packages [2021-02-07T00:40:24.136Z] Removing intermediate container ac637270a8a5 [2021-02-07T00:40:24.136Z] ---> 178f9adfe70e [2021-02-07T00:40:24.136Z] Step 15/23 : WORKDIR / [2021-02-07T00:40:24.137Z] OK: 7 MiB in 18 packages [2021-02-07T00:40:24.251Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-07T00:40:24.252Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-07T00:40:24.252Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-07T00:40:24.400Z] ---> Running in 98503c56ccaf [2021-02-07T00:40:24.400Z] ---> Running in 2e9d4d08800e [2021-02-07T00:40:24.982Z] Removing intermediate container 2e9d4d08800e [2021-02-07T00:40:24.982Z] ---> 4a79b90bfdda [2021-02-07T00:40:24.982Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:40:25.560Z] Removing intermediate container b9e00c06685e [2021-02-07T00:40:25.560Z] ---> ec3478b28d66 [2021-02-07T00:40:25.560Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-07T00:40:25.560Z] 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-07T00:40:25.828Z] ---> Running in a9b3aa85e8e5 [2021-02-07T00:40:25.828Z] ---> 9ece30e245c0 [2021-02-07T00:40:25.828Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-07T00:40:25.828Z] Removing intermediate container 33e74ee3d3e3 [2021-02-07T00:40:25.828Z] ---> ff9a1ccf96bc [2021-02-07T00:40:25.828Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-07T00:40:26.097Z] ---> Running in bb679191a211 [2021-02-07T00:40:26.097Z] Removing intermediate container a9b3aa85e8e5 [2021-02-07T00:40:26.097Z] ---> 93b68e5fecbb [2021-02-07T00:40:26.097Z] Step 13/24 : WORKDIR / [2021-02-07T00:40:26.365Z] ---> Running in 6ab2ad5b69f1 [2021-02-07T00:40:26.365Z] Removing intermediate container bb679191a211 [2021-02-07T00:40:26.365Z] ---> de8bba6c0756 [2021-02-07T00:40:26.365Z] Step 13/21 : WORKDIR /edgex [2021-02-07T00:40:26.633Z] ---> Running in 4fb5d7877d4f [2021-02-07T00:40:26.633Z] Removing intermediate container 6ab2ad5b69f1 [2021-02-07T00:40:26.633Z] ---> f93a3f313152 [2021-02-07T00:40:26.633Z] 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-07T00:40:26.633Z] ---> 313b82b3c3ec [2021-02-07T00:40:26.633Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-07T00:40:26.911Z] Removing intermediate container 4fb5d7877d4f [2021-02-07T00:40:26.911Z] ---> 6e9633232e3e [2021-02-07T00:40:26.911Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-07T00:40:27.186Z] ---> 8ae1e85a58b3 [2021-02-07T00:40:27.186Z] 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-07T00:40:27.462Z] ---> 8649d192c764 [2021-02-07T00:40:27.462Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-07T00:40:27.462Z] ---> 5bbfb4b22049 [2021-02-07T00:40:27.462Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-07T00:40:27.743Z] ---> Running in fc000d168db9 [2021-02-07T00:40:27.743Z] ---> 3afb212875cc [2021-02-07T00:40:27.743Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-07T00:40:28.022Z] Removing intermediate container fc000d168db9 [2021-02-07T00:40:28.022Z] ---> ff6608dce833 [2021-02-07T00:40:28.022Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:40:28.304Z] ---> Running in abcb36e5e2f1 [2021-02-07T00:40:28.304Z] ---> 4289a3665802 [2021-02-07T00:40:28.304Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-07T00:40:28.609Z] ---> b358a1638a6c [2021-02-07T00:40:28.609Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-07T00:40:28.609Z] Removing intermediate container abcb36e5e2f1 [2021-02-07T00:40:28.609Z] ---> a67629847e80 [2021-02-07T00:40:28.609Z] Step 21/23 : LABEL arch=x86_64 [2021-02-07T00:40:28.889Z] ---> Running in 8a779d8007c8 [2021-02-07T00:40:29.478Z] Removing intermediate container 8a779d8007c8 [2021-02-07T00:40:29.478Z] ---> 1baa7b574719 [2021-02-07T00:40:29.478Z] Step 22/23 : LABEL git_sha=f4b34f027936c92460a4104d017492f2a7722f95 [2021-02-07T00:40:29.478Z] ---> Running in 8ba9ff39db25 [2021-02-07T00:40:30.076Z] ---> c832110d77a7 [2021-02-07T00:40:30.076Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-07T00:40:30.343Z] ---> 9a8f230e5411 [2021-02-07T00:40:30.343Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-07T00:40:30.343Z] Removing intermediate container 8ba9ff39db25 [2021-02-07T00:40:30.343Z] ---> 10740e5cb871 [2021-02-07T00:40:30.343Z] Step 23/23 : LABEL version=0.0.0 [2021-02-07T00:40:30.343Z] ---> Running in d7b3bf2c57b8 [2021-02-07T00:40:30.624Z] ---> Running in 19eaf481b24a [2021-02-07T00:40:30.898Z] Removing intermediate container d7b3bf2c57b8 [2021-02-07T00:40:30.898Z] ---> b2d6553e148f [2021-02-07T00:40:30.898Z] Step 18/21 : CMD ["--init=true"] [2021-02-07T00:40:30.898Z] ---> Running in 014720654ffc [2021-02-07T00:40:30.898Z] Removing intermediate container 19eaf481b24a [2021-02-07T00:40:30.898Z] ---> 7c2d42db4806 [2021-02-07T00:40:30.898Z] [2021-02-07T00:40:31.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.446s coverage: 45.6% of statements [2021-02-07T00:40:31.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-07T00:40:31.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-07T00:40:31.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-07T00:40:31.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-07T00:40:31.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-07T00:40:31.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-07T00:40:31.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-07T00:40:31.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.230s coverage: 100.0% of statements [2021-02-07T00:40:31.190Z] ---> 4b50e112ec18 [2021-02-07T00:40:31.190Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-07T00:40:31.462Z] Removing intermediate container 014720654ffc [2021-02-07T00:40:31.462Z] ---> 9e8c693dba81 [2021-02-07T00:40:31.462Z] Step 19/21 : LABEL arch=x86_64 [2021-02-07T00:40:31.462Z] Successfully built 7c2d42db4806 [2021-02-07T00:40:31.462Z] Successfully tagged docker-core-metadata-go:latest [2021-02-07T00:40:31.462Z]  Building docker-core-metadata-go ... done  ---> Running in d36cd311c101 [2021-02-07T00:40:31.734Z] ---> 50a4534d414b [2021-02-07T00:40:31.734Z] 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-07T00:40:32.000Z] Removing intermediate container d36cd311c101 [2021-02-07T00:40:32.000Z] ---> d03c58386bdf [2021-02-07T00:40:32.000Z] Step 20/21 : LABEL git_sha=f4b34f027936c92460a4104d017492f2a7722f95 [2021-02-07T00:40:32.000Z] ---> Running in 28af2dbd1a58 [2021-02-07T00:40:32.000Z] ---> Running in 13a220a61b72 [2021-02-07T00:40:32.272Z] Removing intermediate container 13a220a61b72 [2021-02-07T00:40:32.272Z] ---> ae5000542b94 [2021-02-07T00:40:32.272Z] Step 21/21 : LABEL version=0.0.0 [2021-02-07T00:40:32.543Z] ---> Running in 53118b0e115a [2021-02-07T00:40:32.543Z] Removing intermediate container 53118b0e115a [2021-02-07T00:40:32.543Z] ---> 556082d2024f [2021-02-07T00:40:32.543Z] [2021-02-07T00:40:32.819Z] Successfully built 556082d2024f [2021-02-07T00:40:32.819Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-07T00:40:33.408Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 28af2dbd1a58 [2021-02-07T00:40:33.408Z] ---> 69a0b5102148 [2021-02-07T00:40:33.408Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-07T00:40:33.408Z] ---> Running in dbc75ac5a718 [2021-02-07T00:40:33.675Z] Removing intermediate container dbc75ac5a718 [2021-02-07T00:40:33.675Z] ---> abdce559938d [2021-02-07T00:40:33.675Z] Step 22/24 : LABEL arch=x86_64 [2021-02-07T00:40:33.675Z] ---> Running in fc70220134d4 [2021-02-07T00:40:33.946Z] Removing intermediate container fc70220134d4 [2021-02-07T00:40:33.946Z] ---> 2874aa8ce359 [2021-02-07T00:40:33.946Z] Step 23/24 : LABEL git_sha=f4b34f027936c92460a4104d017492f2a7722f95 [2021-02-07T00:40:34.223Z] ---> Running in aa4649a3640e [2021-02-07T00:40:34.504Z] Removing intermediate container aa4649a3640e [2021-02-07T00:40:34.504Z] ---> a4081eaa6edf [2021-02-07T00:40:34.504Z] Step 24/24 : LABEL version=0.0.0 [2021-02-07T00:40:34.504Z] ---> Running in 4c2079069ecc [2021-02-07T00:40:35.107Z] Removing intermediate container 4c2079069ecc [2021-02-07T00:40:35.107Z] ---> 3f27a69b88db [2021-02-07T00:40:35.107Z] [2021-02-07T00:40:35.107Z] Successfully built 3f27a69b88db [2021-02-07T00:40:35.376Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-07T00:40:38.694Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 98503c56ccaf [2021-02-07T00:40:38.694Z] ---> 39a845196bee [2021-02-07T00:40:38.694Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-07T00:40:38.694Z] ---> Running in 951514eb3ce2 [2021-02-07T00:40:39.361Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.771s coverage: 27.1% of statements [2021-02-07T00:40:39.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-07T00:40:39.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-07T00:40:39.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-07T00:40:39.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-07T00:40:39.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-07T00:40:39.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-07T00:40:39.361Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements [2021-02-07T00:40:39.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-07T00:40:39.361Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements [2021-02-07T00:40:39.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-07T00:40:39.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-07T00:40:39.379Z] 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-07T00:40:39.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.329s coverage: 65.8% of statements [2021-02-07T00:40:39.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-07T00:40:39.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-07T00:40:40.398Z] Removing intermediate container 951514eb3ce2 [2021-02-07T00:40:40.398Z] ---> 2f42e8d3d0c8 [2021-02-07T00:40:40.398Z] [2021-02-07T00:40:40.398Z] Step 11/26 : FROM docker:20.10.0 [2021-02-07T00:40:40.398Z] 20.10.0: Pulling from library/docker [2021-02-07T00:40:43.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.748s coverage: 82.3% of statements [2021-02-07T00:40:43.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-07T00:40:43.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:40:43.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-07T00:40:43.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-07T00:40:45.862Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-07T00:40:45.863Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-07T00:40:45.863Z] ---> aefe523efa57 [2021-02-07T00:40:45.863Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-07T00:40:45.863Z] ---> Running in 82a83a596133 [2021-02-07T00:40:46.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:40:46.393Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:40:46.663Z] (1/2) Installing readline (8.0.4-r0) [2021-02-07T00:40:46.663Z] (2/2) Installing bash (5.0.17-r0) [2021-02-07T00:40:46.663Z] Executing bash-5.0.17-r0.post-install [2021-02-07T00:40:46.663Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:40:46.663Z] OK: 12 MiB in 22 packages [2021-02-07T00:40:47.612Z] Removing intermediate container 82a83a596133 [2021-02-07T00:40:47.612Z] ---> a0132df480ff [2021-02-07T00:40:47.612Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-07T00:40:47.612Z] ---> Running in 61ca9e185c68 [2021-02-07T00:40:47.879Z] Removing intermediate container 61ca9e185c68 [2021-02-07T00:40:47.879Z] ---> 979ac5754f86 [2021-02-07T00:40:47.879Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-07T00:40:47.879Z] ---> Running in c51faeebb9bc [2021-02-07T00:40:48.147Z] Removing intermediate container c51faeebb9bc [2021-02-07T00:40:48.147Z] ---> e102df19e5f4 [2021-02-07T00:40:48.147Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-07T00:40:48.147Z] ---> Running in 968ebdcc4f19 [2021-02-07T00:40:48.415Z] Removing intermediate container 968ebdcc4f19 [2021-02-07T00:40:48.415Z] ---> bb049585dd16 [2021-02-07T00:40:48.415Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-07T00:40:48.998Z] ---> 6e6616538b65 [2021-02-07T00:40:48.998Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-07T00:40:49.261Z] ---> f74b6f604899 [2021-02-07T00:40:49.261Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-07T00:40:49.528Z] ---> c73f3ed5810f [2021-02-07T00:40:49.528Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-07T00:40:49.791Z] ---> Running in 0895cd11ae02 [2021-02-07T00:40:49.810Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.475s coverage: 28.6% of statements [2021-02-07T00:40:49.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-07T00:40:49.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-07T00:40:49.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-07T00:40:49.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-07T00:40:49.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-07T00:40:49.811Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.235s coverage: 100.0% of statements [2021-02-07T00:40:49.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-07T00:40:49.811Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.083s coverage: 100.0% of statements [2021-02-07T00:40:49.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-07T00:40:49.811Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.359s coverage: 86.7% of statements [2021-02-07T00:40:49.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-07T00:40:50.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:40:50.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:40:50.367Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-07T00:40:50.367Z] (2/33) Installing expat (2.2.9-r1) [2021-02-07T00:40:50.367Z] (3/33) Installing libffi (3.3-r2) [2021-02-07T00:40:50.367Z] (4/33) Installing gdbm (1.13-r1) [2021-02-07T00:40:50.367Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-07T00:40:50.630Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-07T00:40:50.630Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-07T00:40:51.576Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-07T00:40:51.576Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-07T00:40:51.576Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-07T00:40:51.576Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-07T00:40:51.576Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-07T00:40:51.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.388s coverage: 97.5% of statements [2021-02-07T00:40:51.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-07T00:40:51.838Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-07T00:40:51.838Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-07T00:40:51.838Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-07T00:40:51.838Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-07T00:40:51.838Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-07T00:40:51.838Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-07T00:40:51.838Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-07T00:40:52.103Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-07T00:40:52.103Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-07T00:40:52.103Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-07T00:40:52.103Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-07T00:40:52.103Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-07T00:40:52.103Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-07T00:40:52.103Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-07T00:40:52.103Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-07T00:40:52.103Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-07T00:40:52.103Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-07T00:40:52.103Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-07T00:40:52.103Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-07T00:40:52.103Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-07T00:40:52.103Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-07T00:40:52.366Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:40:52.366Z] OK: 71 MiB in 55 packages [2021-02-07T00:40:52.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 78.3% of statements [2021-02-07T00:40:52.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-07T00:40:52.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-07T00:40:52.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-07T00:40:52.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-07T00:41:00.526Z] Removing intermediate container 0895cd11ae02 [2021-02-07T00:41:00.526Z] ---> 947b200345da [2021-02-07T00:41:00.526Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-07T00:41:00.526Z] ---> Running in 1cf549cf56cb [2021-02-07T00:41:01.940Z] Collecting docker-compose==1.23.2 [2021-02-07T00:41:01.940Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-07T00:41:02.203Z] Collecting PyYAML<4,>=3.10 [2021-02-07T00:41:02.203Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-07T00:41:02.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.569s coverage: 92.8% of statements [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-07T00:41:02.982Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-07T00:41:02.982Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.231s coverage: 0.1% of statements [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-07T00:41:02.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-07T00:41:02.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 45.5% of statements [2021-02-07T00:41:02.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.080s coverage: 79.5% of statements [2021-02-07T00:41:02.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-02-07T00:41:02.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.111s coverage: 96.3% of statements [2021-02-07T00:41:02.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements [2021-02-07T00:41:03.159Z] 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-07T00:41:03.159Z] Collecting texttable<0.10,>=0.9.0 [2021-02-07T00:41:03.159Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-07T00:41:03.748Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-07T00:41:03.748Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-07T00:41:04.326Z] Collecting cached-property<2,>=1.2.0 [2021-02-07T00:41:04.326Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-07T00:41:04.590Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-07T00:41:04.590Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-07T00:41:04.853Z] Collecting docker<4.0,>=3.6.0 [2021-02-07T00:41:04.853Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-07T00:41:05.114Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-07T00:41:05.114Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-07T00:41:05.377Z] Collecting jsonschema<3,>=2.5.1 [2021-02-07T00:41:05.377Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-07T00:41:05.377Z] Collecting docopt<0.7,>=0.6.1 [2021-02-07T00:41:05.642Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-07T00:41:06.243Z] Collecting docker-pycreds>=0.4.0 [2021-02-07T00:41:06.243Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-07T00:41:06.243Z] Collecting idna<2.8,>=2.5 [2021-02-07T00:41:06.243Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-07T00:41:06.507Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-07T00:41:06.507Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-07T00:41:06.507Z] 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-07T00:41:06.507Z] 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-07T00:41:06.507Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-07T00:41:06.507Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-07T00:41:06.507Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-07T00:41:06.507Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-07T00:41:06.770Z] Installing collected packages: PyYAML, texttable, dockerpty, cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, docopt, docker-compose [2021-02-07T00:41:06.770Z] Running setup.py install for PyYAML: started [2021-02-07T00:41:07.347Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-07T00:41:07.347Z] Running setup.py install for texttable: started [2021-02-07T00:41:07.930Z] Running setup.py install for texttable: finished with status 'done' [2021-02-07T00:41:07.930Z] Running setup.py install for dockerpty: started [2021-02-07T00:41:08.511Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-07T00:41:08.511Z] Attempting uninstall: idna [2021-02-07T00:41:08.511Z] Found existing installation: idna 2.9 [2021-02-07T00:41:08.511Z] Uninstalling idna-2.9: [2021-02-07T00:41:08.511Z] Successfully uninstalled idna-2.9 [2021-02-07T00:41:08.774Z] Attempting uninstall: urllib3 [2021-02-07T00:41:08.774Z] Found existing installation: urllib3 1.25.9 [2021-02-07T00:41:08.774Z] Uninstalling urllib3-1.25.9: [2021-02-07T00:41:08.774Z] Successfully uninstalled urllib3-1.25.9 [2021-02-07T00:41:09.036Z] Attempting uninstall: requests [2021-02-07T00:41:09.036Z] Found existing installation: requests 2.23.0 [2021-02-07T00:41:09.036Z] Uninstalling requests-2.23.0: [2021-02-07T00:41:09.301Z] Successfully uninstalled requests-2.23.0 [2021-02-07T00:41:09.891Z] Running setup.py install for docopt: started [2021-02-07T00:41:10.470Z] Running setup.py install for docopt: finished with status 'done' [2021-02-07T00:41:10.732Z] 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-07T00:41:14.054Z] Removing intermediate container 1cf549cf56cb [2021-02-07T00:41:14.054Z] ---> 9f4fdfefcd0e [2021-02-07T00:41:14.054Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-07T00:41:14.054Z] ---> Running in 83f329f0577a [2021-02-07T00:41:14.316Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:41:14.316Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:41:14.580Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:41:14.580Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-07T00:41:14.580Z] (3/3) Installing curl (7.69.1-r3) [2021-02-07T00:41:14.580Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:41:14.580Z] OK: 72 MiB in 58 packages [2021-02-07T00:41:15.156Z] Removing intermediate container 83f329f0577a [2021-02-07T00:41:15.156Z] ---> f5ea1c3dabf7 [2021-02-07T00:41:15.156Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-07T00:41:15.156Z] ---> Running in 0aec8fa8b11a [2021-02-07T00:41:15.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.100s coverage: 94.4% of statements [2021-02-07T00:41:15.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-02-07T00:41:15.420Z] Removing intermediate container 0aec8fa8b11a [2021-02-07T00:41:15.420Z] ---> e91232313308 [2021-02-07T00:41:15.420Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:41:15.420Z] ---> Running in 0f67d6eb7ad2 [2021-02-07T00:41:15.682Z] Removing intermediate container 0f67d6eb7ad2 [2021-02-07T00:41:15.682Z] ---> 647ede45bac7 [2021-02-07T00:41:15.682Z] Step 24/26 : LABEL arch=x86_64 [2021-02-07T00:41:15.682Z] ---> Running in 2754cf7cc7dc [2021-02-07T00:41:15.944Z] Removing intermediate container 2754cf7cc7dc [2021-02-07T00:41:15.944Z] ---> 03d7f9cc0221 [2021-02-07T00:41:15.944Z] Step 25/26 : LABEL git_sha=f4b34f027936c92460a4104d017492f2a7722f95 [2021-02-07T00:41:15.944Z] ---> Running in 0c89b3626117 [2021-02-07T00:41:15.944Z] Removing intermediate container 0c89b3626117 [2021-02-07T00:41:15.944Z] ---> 6479b1be5bf9 [2021-02-07T00:41:15.944Z] Step 26/26 : LABEL version=0.0.0 [2021-02-07T00:41:16.206Z] ---> Running in 7eeb3a8a40ad [2021-02-07T00:41:16.206Z] Removing intermediate container 7eeb3a8a40ad [2021-02-07T00:41:16.206Z] ---> c0b2111ebb7d [2021-02-07T00:41:16.206Z] [2021-02-07T00:41:16.478Z] Successfully built c0b2111ebb7d [2021-02-07T00:41:16.478Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-07T00:41:16.787Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-07T00:41:16.795Z] $ docker stop --time=1 ad3d3588a1a007fc4ca8857f8cd74eda4229d21b6e76d6199d27be966631c271 [2021-02-07T00:41:19.129Z] $ docker rm -f ad3d3588a1a007fc4ca8857f8cd74eda4229d21b6e76d6199d27be966631c271 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-07T00:41:19.708Z] + grep docker [2021-02-07T00:41:19.708Z] + docker images [2021-02-07T00:41:19.972Z] docker-sys-mgmt-agent-go latest c0b2111ebb7d 3 seconds ago 313MB [2021-02-07T00:41:19.972Z] docker-security-secretstore-setup-go latest 3f27a69b88db 45 seconds ago 24.6MB [2021-02-07T00:41:19.972Z] docker-security-proxy-setup-go latest 556082d2024f 47 seconds ago 24.4MB [2021-02-07T00:41:19.972Z] docker-core-metadata-go latest 7c2d42db4806 49 seconds ago 18.8MB [2021-02-07T00:41:19.972Z] docker-security-bootstrapper-go latest 9abd477b2376 About a minute ago 23.8MB [2021-02-07T00:41:19.972Z] docker-core-data-go latest b964ffcd0126 About a minute ago 22.3MB [2021-02-07T00:41:19.972Z] docker-core-command-go latest 2d93081e402e 2 minutes ago 16.9MB [2021-02-07T00:41:19.972Z] docker-support-notifications-go latest 06aac856a8bf 2 minutes ago 17.6MB [2021-02-07T00:41:19.972Z] docker-support-scheduler-go latest bb4a6e80a1ca 2 minutes ago 17MB [2021-02-07T00:41:19.972Z] docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-07T00:41:30.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.145s coverage: 92.9% of statements [2021-02-07T00:41:30.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-07T00:41:30.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-07T00:41:30.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-07T00:41:30.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-07T00:41:30.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-02-07T00:41:30.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-07T00:41:30.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-07T00:41:30.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements [2021-02-07T00:41:30.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-07T00:41:30.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 75.5% of statements [2021-02-07T00:41:30.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-07T00:41:30.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-02-07T00:41:30.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.153s coverage: 87.2% of statements [2021-02-07T00:41:30.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.153s coverage: 84.2% of statements [2021-02-07T00:41:30.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.176s coverage: 91.4% of statements [2021-02-07T00:41:30.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-07T00:41:30.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.640s coverage: 63.5% of statements [2021-02-07T00:41:30.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-07T00:41:30.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-07T00:41:30.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-02-07T00:41:30.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-02-07T00:41:30.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2021-02-07T00:41:30.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-02-07T00:41:30.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-02-07T00:41:31.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.916s coverage: 68.9% of statements [2021-02-07T00:41:31.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-07T00:41:31.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-07T00:41:31.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-07T00:41:31.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-07T00:41:31.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-07T00:41:34.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.476s coverage: 37.0% of statements [2021-02-07T00:41:34.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-07T00:41:34.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-07T00:41:35.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 2.055s coverage: 84.0% of statements [2021-02-07T00:41:35.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.092s coverage: 100.0% of statements [2021-02-07T00:41:35.775Z] Still waiting to schedule task [2021-02-07T00:41:35.775Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-25377’ [2021-02-07T00:41:41.972Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.537s coverage: 47.0% of statements [2021-02-07T00:41:41.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-07T00:41:41.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-07T00:41:41.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-07T00:41:41.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-07T00:41:41.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-07T00:41:41.972Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.174s coverage: 100.0% of statements [2021-02-07T00:41:41.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-07T00:41:41.972Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.162s coverage: 100.0% of statements [2021-02-07T00:41:41.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-07T00:41:41.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-07T00:41:41.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-07T00:41:41.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-07T00:41:42.255Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.325s coverage: 87.7% of statements [2021-02-07T00:41:42.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-07T00:41:42.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:41:42.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-07T00:41:54.707Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.355s coverage: 29.1% of statements [2021-02-07T00:41:54.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-07T00:41:54.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-07T00:41:54.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-07T00:41:54.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-07T00:41:54.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-07T00:41:54.707Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.247s coverage: 99.0% of statements [2021-02-07T00:41:54.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-07T00:41:54.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.145s coverage: 100.0% of statements [2021-02-07T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-07T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-07T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-07T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-07T00:41:54.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.204s coverage: 100.0% of statements [2021-02-07T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-07T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-07T00:41:54.708Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-02-07T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-07T00:41:54.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-02-07T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-07T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-07T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-07T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-07T00:41:54.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements [2021-02-07T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-07T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-07T00:41:54.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2021-02-07T00:41:54.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2021-02-07T00:41:54.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-02-07T00:41:54.708Z] GO111MODULE=on go vet ./... [2021-02-07T00:43:04.266Z] Running on prd-ubuntu18.04-docker-8c-8g-25379 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-07T00:43:04.321Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2021-02-07T00:43:06.675Z] using credential edgex-jenkins-ssh [2021-02-07T00:43:06.759Z] Cloning the remote Git repository [2021-02-07T00:43:06.789Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:43:06.856Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2021-02-07T00:43:06.883Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:43:06.883Z] > git --version # timeout=10 [2021-02-07T00:43:06.889Z] > git --version # 'git version 2.17.1' [2021-02-07T00:43:06.890Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:43:06.920Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-07T00:43:16.622Z] gofmt -l . [2021-02-07T00:43:17.596Z] [ "`gofmt -l .`" = "" ] [2021-02-07T00:43:20.974Z] ./bin/test-go-mod-tidy.sh [2021-02-07T00:43:21.571Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-07T00:43:23.652Z] + ls -al . [2021-02-07T00:43:23.652Z] total 724 [2021-02-07T00:43:23.652Z] drwxrwxr-x 9 1001 1001 4096 Feb 7 00:43 . [2021-02-07T00:43:23.652Z] drwxr-xr-x 4 root root 4096 Feb 7 00:38 .. [2021-02-07T00:43:23.652Z] -rw-rw-r-- 1 1001 1001 11 Feb 7 00:36 .dockerignore [2021-02-07T00:43:23.652Z] drwxrwxr-x 8 1001 1001 4096 Feb 7 00:36 .git [2021-02-07T00:43:23.652Z] drwxrwxr-x 3 1001 1001 4096 Feb 7 00:36 .github [2021-02-07T00:43:23.652Z] -rw-rw-r-- 1 1001 1001 872 Feb 7 00:36 .gitignore [2021-02-07T00:43:23.652Z] -rw-rw-r-- 1 1001 1001 166 Feb 7 00:36 .sonarcloud.properties [2021-02-07T00:43:23.652Z] -rw-rw-r-- 1 1001 1001 7859 Feb 7 00:36 Attribution.txt [2021-02-07T00:43:23.652Z] -rw-rw-r-- 1 1001 1001 3804 Feb 7 00:36 CONTRIBUTING.md [2021-02-07T00:43:23.652Z] -rw-rw-r-- 1 1001 1001 931 Feb 7 00:36 Dockerfile.build [2021-02-07T00:43:23.652Z] -rw-rw-r-- 1 1001 1001 863 Feb 7 00:36 Jenkinsfile [2021-02-07T00:43:23.652Z] -rw-rw-r-- 1 1001 1001 10775 Feb 7 00:36 LICENSE [2021-02-07T00:43:23.652Z] -rw-rw-r-- 1 1001 1001 6001 Feb 7 00:36 Makefile [2021-02-07T00:43:23.652Z] -rw-rw-r-- 1 1001 1001 6524 Feb 7 00:36 README.md [2021-02-07T00:43:23.652Z] -rw-rw-r-- 1 1001 1001 6755 Feb 7 00:36 SECURITY.md [2021-02-07T00:43:23.652Z] -rw-rw-r-- 1 1001 1001 5 Feb 7 00:32 VERSION [2021-02-07T00:43:23.652Z] -rw-rw-r-- 1 1001 1001 4131 Feb 7 00:36 ZMQWindows.md [2021-02-07T00:43:23.652Z] drwxrwxr-x 2 1001 1001 4096 Feb 7 00:36 bin [2021-02-07T00:43:23.652Z] drwxrwxr-x 15 1001 1001 4096 Feb 7 00:36 cmd [2021-02-07T00:43:23.652Z] -rw-r--r-- 1 root root 590503 Feb 7 00:41 coverage.out [2021-02-07T00:43:23.652Z] -rw-r--r-- 1 root root 1054 Feb 7 00:43 go.mod [2021-02-07T00:43:23.652Z] -rw-r--r-- 1 root root 19518 Feb 7 00:43 go.sum [2021-02-07T00:43:23.652Z] drwxrwxr-x 8 1001 1001 4096 Feb 7 00:36 internal [2021-02-07T00:43:23.652Z] drwxrwxr-x 4 1001 1001 4096 Feb 7 00:36 openapi [2021-02-07T00:43:23.652Z] drwxrwxr-x 4 1001 1001 4096 Feb 7 00:36 snap [2021-02-07T00:43:23.652Z] -rw-rw-r-- 1 1001 1001 168 Feb 7 00:36 version.go [Pipeline] sh [2021-02-07T00:43:24.308Z] + '[' -e coverage.out ] [2021-02-07T00:43:24.308Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-07T00:43:24.371Z] Warning: overwriting stash ‘coverage-report’ [2021-02-07T00:43:25.485Z] Stashed 1 file(s) [Pipeline] sh [2021-02-07T00:43:26.133Z] + make build [2021-02-07T00:43:26.134Z] 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-07T00:43:36.311Z] 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-07T00:43:39.862Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-07T00:43:39.871Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-07T00:43:39.882Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-07T00:43:39.902Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:43:39.903Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:43:39.909Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-07T00:43:40.334Z] Merging remotes/origin/master commit 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit 935bb1b5206e0b220cf69bafdb738a98e8fd784d [2021-02-07T00:43:40.585Z] Merge succeeded, producing 5bc5c72b0b7b272ae0d53972128826692bfcbad8 [2021-02-07T00:43:40.586Z] Checking out Revision 5bc5c72b0b7b272ae0d53972128826692bfcbad8 (PR-3109) [2021-02-07T00:43:40.344Z] > git config core.sparsecheckout # timeout=10 [2021-02-07T00:43:40.349Z] > git checkout -f 935bb1b5206e0b220cf69bafdb738a98e8fd784d # timeout=10 [2021-02-07T00:43:40.469Z] > git remote # timeout=10 [2021-02-07T00:43:40.475Z] > git config --get remote.origin.url # timeout=10 [2021-02-07T00:43:40.483Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:43:40.487Z] > git merge 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 [2021-02-07T00:43:40.581Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-07T00:43:40.589Z] > git config core.sparsecheckout # timeout=10 [2021-02-07T00:43:40.593Z] > git checkout -f 5bc5c72b0b7b272ae0d53972128826692bfcbad8 # timeout=10 [2021-02-07T00:43:44.426Z] Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" [2021-02-07T00:43:44.438Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:43:45.523Z] + echo snap-build.sh [2021-02-07T00:43:45.523Z] snap-build.sh [2021-02-07T00:43:45.523Z] + SNAP_BASE_DIR=. [2021-02-07T00:43:45.523Z] + '[' '!' -z /w/workspace/edgex-go/17 ']' [2021-02-07T00:43:45.523Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/17 [2021-02-07T00:43:45.523Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/17]' [2021-02-07T00:43:45.523Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/17] [2021-02-07T00:43:45.523Z] + cd /w/workspace/edgex-go/17 [2021-02-07T00:43:45.523Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-07T00:43:45.523Z] Reading package lists... [2021-02-07T00:43:45.787Z] Building dependency tree... [2021-02-07T00:43:45.787Z] Reading state information... [2021-02-07T00:43:44.432Z] > git rev-list --no-walk 075354ae6ea6b61c8bc8e8acd119c4385f33cfa8 # timeout=10 [2021-02-07T00:43:46.051Z] The following packages were automatically installed and are no longer required: [2021-02-07T00:43:46.051Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-07T00:43:46.051Z] uidmap xdelta3 [2021-02-07T00:43:46.051Z] Use 'sudo apt autoremove' to remove them. [2021-02-07T00:43:46.315Z] The following packages will be REMOVED: [2021-02-07T00:43:46.315Z] lxd* lxd-client* [2021-02-07T00:43:46.894Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-07T00:43:46.894Z] After this operation, 31.7 MB disk space will be freed. [2021-02-07T00:43:47.689Z] (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-07T00:43:47.689Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-07T00:43:48.636Z] Removing lxd dnsmasq configuration [2021-02-07T00:43:48.636Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-07T00:43:48.898Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-07T00:43:49.848Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-07T00:43:49.848Z] (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-07T00:43:49.848Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-07T00:43:51.771Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-07T00:43:51.771Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-07T00:43:53.174Z] + sudo snap remove --purge lxd [2021-02-07T00:43:53.438Z] snap "lxd" is not installed [2021-02-07T00:43:53.438Z] + sudo groupadd --force --system lxd [2021-02-07T00:43:53.438Z] ++ whoami [2021-02-07T00:43:53.438Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-07T00:43:53.438Z] + newgrp - lxd [2021-02-07T00:43:53.703Z] + sudo snap install lxd [2021-02-07T00:44:01.877Z] 2021-02-07T00:43:59Z INFO Waiting for automatic snapd restart... [2021-02-07T00:44:03.144Z] 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-07T00:44:06.530Z] 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-07T00:44:13.237Z] 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-07T00:44:14.214Z] 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-07T00:44:19.615Z] 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-07T00:44:20.076Z] lxd 4.10 from Canonical* installed [2021-02-07T00:44:20.076Z] + sudo lxd init --auto [2021-02-07T00:44:26.321Z] 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-07T00:44:29.696Z] 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-07T00:44:30.149Z] + sudo snap install --classic snapcraft [2021-02-07T00:44:33.990Z] 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-07T00:44:34.378Z] snapcraft 4.4.4 from Canonical* installed [2021-02-07T00:44:34.378Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-07T00:44:34.378Z] + patch --verbose -p1 [2021-02-07T00:44:34.378Z] Hmm... Looks like a unified diff to me... [2021-02-07T00:44:34.378Z] The text leading up to this was: [2021-02-07T00:44:34.378Z] -------------------------- [2021-02-07T00:44:34.378Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-07T00:44:34.378Z] |From: Tony Espy [2021-02-07T00:44:34.378Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-07T00:44:34.378Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-07T00:44:34.378Z] | [2021-02-07T00:44:34.378Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-07T00:44:34.378Z] |optimize the snap CI check run for pull requests. When [2021-02-07T00:44:34.378Z] |applied, it essentially strips out everything (apps and [2021-02-07T00:44:34.378Z] |parts) from the snapcraft.yaml file except those required [2021-02-07T00:44:34.378Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-07T00:44:34.378Z] |catch changes to edgex-go that break the snap build. [2021-02-07T00:44:34.378Z] | [2021-02-07T00:44:34.378Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-07T00:44:34.378Z] |to update this patch file, otherwise it may fail to apply, [2021-02-07T00:44:34.378Z] |resulting in a failed snap build CI check in the associated [2021-02-07T00:44:34.378Z] |pull request. [2021-02-07T00:44:34.378Z] | [2021-02-07T00:44:34.378Z] |Note - in addition to applying this patch, the pipeline also [2021-02-07T00:44:34.378Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-07T00:44:34.378Z] |need to build the finally binary .snap file (and it won't [2021-02-07T00:44:34.378Z] |work with the patch applied). This further reduces the build [2021-02-07T00:44:34.378Z] |time. [2021-02-07T00:44:34.378Z] |--- [2021-02-07T00:44:34.378Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-07T00:44:34.378Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-07T00:44:34.378Z] | [2021-02-07T00:44:34.378Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-07T00:44:34.378Z] |index 1e537489..faf42425 100644 [2021-02-07T00:44:34.378Z] |--- a/snap/snapcraft.yaml [2021-02-07T00:44:34.378Z] |+++ b/snap/snapcraft.yaml [2021-02-07T00:44:34.378Z] -------------------------- [2021-02-07T00:44:34.378Z] patching file snap/snapcraft.yaml [2021-02-07T00:44:34.378Z] Using Plan A... [2021-02-07T00:44:34.378Z] Hunk #1 succeeded at 73. [2021-02-07T00:44:34.378Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-07T00:44:34.378Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-07T00:44:34.378Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-07T00:44:34.378Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-07T00:44:34.378Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-07T00:44:34.378Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-07T00:44:34.378Z] Hunk #8 succeeded at 342. [2021-02-07T00:44:34.378Z] Hmm... Ignoring the trailing garbage. [2021-02-07T00:44:34.378Z] done [2021-02-07T00:44:34.378Z] + sudo snapcraft prime --use-lxd [2021-02-07T00:44:36.303Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-07T00:44:36.303Z] 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-07T00:44:36.303Z] - README.md [2021-02-07T00:44:36.303Z] - snapcraft.yaml.orig [2021-02-07T00:44:36.303Z] [2021-02-07T00:44:36.303Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-07T00:44:36.911Z] Launching a container. [2021-02-07T00:44:37.367Z] 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-07T00:44:42.754Z] 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-07T00:44:46.143Z] 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-07T00:44:49.207Z] Waiting for container to be ready [2021-02-07T00:44:49.489Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-07T00:44:49.489Z] [2021-02-07T00:44:52.804Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [Pipeline] } [2021-02-07T00:44:52.857Z] $ docker stop --time=1 6174753ff3682a7a52c081ddc184e453b7bb6c3d2a081f352950e06c378290c5 [2021-02-07T00:44:53.374Z] Waiting for network to be ready... [2021-02-07T00:44:53.374Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-07T00:44:53.634Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-07T00:44:53.634Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-07T00:44:53.634Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-07T00:44:53.634Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-07T00:44:53.634Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-07T00:44:53.634Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-07T00:44:53.634Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-07T00:44:53.634Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-07T00:44:53.895Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-07T00:44:54.155Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-07T00:44:54.155Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-07T00:44:54.415Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-07T00:44:54.415Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-07T00:44:54.415Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-07T00:44:54.415Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-07T00:44:54.415Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-07T00:44:54.415Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-07T00:44:54.986Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-07T00:44:55.248Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-07T00:44:55.248Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-07T00:44:55.248Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-07T00:44:55.248Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-07T00:44:55.248Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-07T00:44:55.248Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-07T00:44:55.248Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-07T00:44:55.302Z] $ docker rm -f 6174753ff3682a7a52c081ddc184e453b7bb6c3d2a081f352950e06c378290c5 [2021-02-07T00:44:55.514Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:57.367Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-07T00:44:57.367Z] [2021-02-07T00:44:57.367Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:58.025Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-07T00:44:58.025Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-07T00:44:58.025Z] 29e5d40040c1: Pulling fs layer [2021-02-07T00:44:58.025Z] 1ce36da41761: Pulling fs layer [2021-02-07T00:44:58.025Z] 25b303627fd3: Pulling fs layer [2021-02-07T00:44:58.623Z] 29e5d40040c1: Verifying Checksum [2021-02-07T00:44:58.623Z] 29e5d40040c1: Download complete [2021-02-07T00:44:58.840Z] Fetched 23.9 MB in 5s (4550 kB/s) [2021-02-07T00:44:59.223Z] 1ce36da41761: Verifying Checksum [2021-02-07T00:44:59.223Z] 1ce36da41761: Download complete [2021-02-07T00:44:59.496Z] 29e5d40040c1: Pull complete [2021-02-07T00:45:00.229Z] Reading package lists... [2021-02-07T00:45:00.475Z] 1ce36da41761: Pull complete [2021-02-07T00:45:00.492Z] Reading package lists... [2021-02-07T00:45:00.748Z] 25b303627fd3: Verifying Checksum [2021-02-07T00:45:00.748Z] 25b303627fd3: Download complete [2021-02-07T00:45:00.752Z] Building dependency tree... [2021-02-07T00:45:00.752Z] Reading state information... [2021-02-07T00:45:01.013Z] The following additional packages will be installed: [2021-02-07T00:45:01.013Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-07T00:45:01.013Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-07T00:45:01.013Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-07T00:45:01.013Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-07T00:45:01.013Z] Suggested packages: [2021-02-07T00:45:01.013Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-07T00:45:01.013Z] Recommended packages: [2021-02-07T00:45:01.013Z] gnupg libsasl2-modules [2021-02-07T00:45:01.013Z] The following NEW packages will be installed: [2021-02-07T00:45:01.013Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-07T00:45:01.013Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-07T00:45:01.013Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-07T00:45:01.013Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-07T00:45:01.013Z] The following packages will be upgraded: [2021-02-07T00:45:01.013Z] gpg gpg-agent gpgconf libudev1 [2021-02-07T00:45:01.013Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-07T00:45:01.013Z] Need to get 3533 kB of archives. [2021-02-07T00:45:01.013Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-07T00:45:01.013Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-07T00:45:01.013Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-07T00:45:01.013Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-07T00:45:01.013Z] 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-07T00:45:01.013Z] 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-07T00:45:01.013Z] 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-07T00:45:01.013Z] 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-07T00:45:01.013Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-07T00:45:01.276Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-07T00:45:01.542Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-07T00:45:01.813Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-07T00:45:01.813Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-07T00:45:01.813Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-07T00:45:01.813Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-07T00:45:01.813Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-07T00:45:01.813Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-07T00:45:01.813Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-07T00:45:01.813Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-07T00:45:01.813Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-07T00:45:01.813Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-07T00:45:02.084Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-07T00:45:02.084Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-07T00:45:02.084Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-07T00:45:02.346Z] Fetched 3533 kB in 1s (3413 kB/s) [2021-02-07T00:45:02.346Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-07T00:45:02.346Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-07T00:45:02.346Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-07T00:45:02.346Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-07T00:45:02.609Z] Selecting previously unselected package udev. [2021-02-07T00:45:02.609Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-07T00:45:02.609Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-07T00:45:02.609Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-07T00:45:02.872Z] Selecting previously unselected package libfuse2:amd64. [2021-02-07T00:45:02.872Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-07T00:45:02.872Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-07T00:45:02.872Z] Selecting previously unselected package fuse. [2021-02-07T00:45:02.872Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-07T00:45:03.135Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-07T00:45:03.135Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-07T00:45:03.135Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-07T00:45:03.135Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-07T00:45:03.397Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-07T00:45:03.398Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-07T00:45:03.398Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-07T00:45:03.661Z] Selecting previously unselected package libksba8:amd64. [2021-02-07T00:45:03.661Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-07T00:45:03.661Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-07T00:45:03.661Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-07T00:45:03.661Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-07T00:45:03.661Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:45:03.661Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-07T00:45:03.661Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-07T00:45:03.924Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:45:03.925Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-07T00:45:03.925Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-07T00:45:03.925Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:45:03.925Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-07T00:45:03.925Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-07T00:45:03.925Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:45:04.188Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-07T00:45:04.188Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-07T00:45:04.188Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:45:04.188Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-07T00:45:04.188Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-07T00:45:04.188Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:45:04.451Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-07T00:45:04.451Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-07T00:45:04.451Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:45:04.451Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-07T00:45:04.451Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-07T00:45:04.451Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:45:04.714Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-07T00:45:04.714Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-07T00:45:04.714Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:45:04.714Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-07T00:45:04.714Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-07T00:45:04.714Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-07T00:45:04.714Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-07T00:45:04.714Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-07T00:45:04.714Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-07T00:45:04.979Z] Selecting previously unselected package libldap-common. [2021-02-07T00:45:04.979Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-07T00:45:04.979Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-07T00:45:04.979Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-07T00:45:04.979Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-07T00:45:04.979Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-07T00:45:04.979Z] Selecting previously unselected package dirmngr. [2021-02-07T00:45:04.979Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-07T00:45:05.240Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-07T00:45:05.240Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-07T00:45:05.240Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-07T00:45:05.240Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-07T00:45:05.240Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-07T00:45:05.240Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-07T00:45:05.240Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-07T00:45:05.501Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:45:05.501Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-07T00:45:05.501Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-07T00:45:05.501Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-07T00:45:06.075Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-07T00:45:06.075Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:45:06.075Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-07T00:45:06.075Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-07T00:45:06.075Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-07T00:45:06.336Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:45:06.336Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:45:06.336Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:45:06.336Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:45:06.336Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:45:06.336Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:45:06.336Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-07T00:45:06.336Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-07T00:45:06.600Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-07T00:45:06.600Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-07T00:45:07.181Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-07T00:45:07.181Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-07T00:45:07.181Z] This means they are not meant to be enabled using systemctl. [2021-02-07T00:45:07.181Z] Possible reasons for having this kind of units are: [2021-02-07T00:45:07.181Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-07T00:45:07.181Z] .wants/ or .requires/ directory. [2021-02-07T00:45:07.181Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-07T00:45:07.181Z] a requirement dependency on it. [2021-02-07T00:45:07.181Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-07T00:45:07.181Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-07T00:45:07.181Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-07T00:45:07.181Z] instance name specified. [2021-02-07T00:45:07.447Z] Reading package lists... [2021-02-07T00:45:07.711Z] Building dependency tree... [2021-02-07T00:45:07.711Z] Reading state information... [2021-02-07T00:45:07.711Z] The following additional packages will be installed: [2021-02-07T00:45:07.711Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-07T00:45:07.711Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-07T00:45:07.711Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-07T00:45:07.711Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-07T00:45:07.711Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-07T00:45:07.711Z] Suggested packages: [2021-02-07T00:45:07.711Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-07T00:45:07.711Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-07T00:45:07.711Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-07T00:45:07.711Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-07T00:45:07.711Z] systemd-container policykit-1 [2021-02-07T00:45:07.711Z] Recommended packages: [2021-02-07T00:45:07.711Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-07T00:45:07.977Z] The following NEW packages will be installed: [2021-02-07T00:45:07.977Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-07T00:45:07.977Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-07T00:45:07.977Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-07T00:45:07.977Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-07T00:45:07.977Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-07T00:45:07.977Z] The following packages will be upgraded: [2021-02-07T00:45:07.977Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-07T00:45:07.977Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-07T00:45:07.977Z] Need to get 35.2 MB of archives. [2021-02-07T00:45:07.977Z] After this operation, 141 MB of additional disk space will be used. [2021-02-07T00:45:07.977Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-07T00:45:07.977Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-07T00:45:07.977Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-07T00:45:07.977Z] 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-07T00:45:07.977Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-07T00:45:08.241Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-07T00:45:08.241Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-07T00:45:08.241Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-07T00:45:08.241Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-07T00:45:08.241Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-07T00:45:08.241Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-07T00:45:08.241Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-07T00:45:08.241Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-07T00:45:08.241Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-07T00:45:08.241Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-07T00:45:08.241Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-07T00:45:08.241Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-07T00:45:08.241Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-07T00:45:08.817Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-07T00:45:08.817Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-07T00:45:08.817Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-07T00:45:08.817Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-07T00:45:08.817Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-07T00:45:08.817Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-07T00:45:08.817Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-07T00:45:08.817Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-07T00:45:08.817Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-07T00:45:08.817Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-07T00:45:09.078Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-07T00:45:09.078Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-07T00:45:10.027Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-07T00:45:10.027Z] Fetched 35.2 MB in 2s (17.5 MB/s) [2021-02-07T00:45:10.290Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-07T00:45:10.290Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-07T00:45:10.290Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-07T00:45:10.866Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-07T00:45:10.866Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-07T00:45:10.866Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-07T00:45:10.917Z] 25b303627fd3: Pull complete [2021-02-07T00:45:10.917Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-07T00:45:10.917Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-07T00:45:10.917Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-07T00:45:11.128Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-07T00:45:11.128Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-07T00:45:11.128Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-07T00:45:11.183Z] prd-ubuntu18.04-docker-arm64-4c-16g-25373 does not seem to be running inside a container [2021-02-07T00:45:11.261Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-07T00:45:11.391Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-07T00:45:11.391Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-07T00:45:11.391Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-07T00:45:11.391Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-07T00:45:11.973Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-07T00:45:11.973Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-07T00:45:12.235Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-07T00:45:12.496Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-07T00:45:12.496Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-07T00:45:12.496Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-07T00:45:12.758Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-07T00:45:12.758Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-07T00:45:12.758Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-07T00:45:13.019Z] Selecting previously unselected package libexpat1:amd64. [2021-02-07T00:45:13.019Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-07T00:45:13.019Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-07T00:45:13.019Z] Selecting previously unselected package python3.6-minimal. [2021-02-07T00:45:13.019Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-07T00:45:13.019Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-07T00:45:13.282Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-07T00:45:13.576Z] Checking for services that may need to be restarted...done. [2021-02-07T00:45:13.576Z] Checking for services that may need to be restarted...done. [2021-02-07T00:45:13.576Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-07T00:45:13.576Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-07T00:45:13.841Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-07T00:45:14.431Z] Selecting previously unselected package python3-minimal. [2021-02-07T00:45:14.431Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-07T00:45:14.431Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-07T00:45:14.431Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-07T00:45:14.431Z] Selecting previously unselected package mime-support. [2021-02-07T00:45:14.431Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-07T00:45:14.431Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-07T00:45:14.515Z] $ docker top 40e8afe7e4ee5396feafedc79234b1c596c15a6d7194d2cb95fea0ab688ac8f3 -eo pid,comm [2021-02-07T00:45:14.692Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-07T00:45:14.692Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-07T00:45:14.692Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-07T00:45:14.692Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-07T00:45:14.692Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-07T00:45:14.692Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] { [Pipeline] sh [2021-02-07T00:45:14.954Z] Selecting previously unselected package python3.6. [2021-02-07T00:45:14.954Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-07T00:45:14.954Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-07T00:45:14.954Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-07T00:45:14.954Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-07T00:45:14.954Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-07T00:45:15.220Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-07T00:45:15.484Z] Selecting previously unselected package python3. [2021-02-07T00:45:15.484Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-07T00:45:15.484Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-07T00:45:15.484Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-07T00:45:15.484Z] Selecting previously unselected package multiarch-support. [2021-02-07T00:45:15.484Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-07T00:45:15.484Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-07T00:45:15.515Z] + grep parallel [2021-02-07T00:45:15.515Z] + docker-compose build --help [2021-02-07T00:45:15.747Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-07T00:45:15.747Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-07T00:45:15.747Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-07T00:45:15.747Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-07T00:45:15.747Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-07T00:45:15.747Z] Selecting previously unselected package libbsd0:amd64. [2021-02-07T00:45:15.747Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-07T00:45:16.009Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-07T00:45:16.009Z] Selecting previously unselected package sudo. [2021-02-07T00:45:16.010Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-07T00:45:16.010Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-07T00:45:16.272Z] Selecting previously unselected package apparmor. [2021-02-07T00:45:16.273Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-07T00:45:16.273Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-07T00:45:16.273Z] Selecting previously unselected package libedit2:amd64. [2021-02-07T00:45:16.273Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-07T00:45:16.273Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-07T00:45:16.534Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-07T00:45:16.534Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-07T00:45:16.534Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-07T00:45:16.534Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-07T00:45:16.534Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-07T00:45:16.534Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-07T00:45:16.797Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-07T00:45:16.797Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-07T00:45:16.797Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-07T00:45:16.797Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-07T00:45:16.797Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-07T00:45:16.797Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-07T00:45:16.797Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-07T00:45:16.797Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-07T00:45:17.060Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-07T00:45:17.060Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-07T00:45:17.060Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-07T00:45:17.060Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-07T00:45:17.321Z] Selecting previously unselected package openssh-client. [2021-02-07T00:45:17.321Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-07T00:45:17.321Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-07T00:45:18.268Z] Selecting previously unselected package squashfs-tools. [2021-02-07T00:45:18.268Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-07T00:45:18.531Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-07T00:45:18.531Z] Selecting previously unselected package snapd. [2021-02-07T00:45:18.531Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-07T00:45:18.531Z] Unpacking snapd (2.48+18.04) ... [2021-02-07T00:45:20.900Z] --parallel Build images in parallel. [Pipeline] } [2021-02-07T00:45:20.922Z] $ docker stop --time=1 40e8afe7e4ee5396feafedc79234b1c596c15a6d7194d2cb95fea0ab688ac8f3 [2021-02-07T00:45:21.088Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-07T00:45:21.088Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-07T00:45:21.088Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-07T00:45:21.349Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-07T00:45:21.349Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-07T00:45:21.349Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-07T00:45:21.349Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-07T00:45:21.349Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-07T00:45:21.349Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-07T00:45:22.293Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-07T00:45:22.293Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-07T00:45:22.293Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-07T00:45:22.293Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-07T00:45:22.293Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-07T00:45:22.553Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-07T00:45:22.929Z] $ docker rm -f 40e8afe7e4ee5396feafedc79234b1c596c15a6d7194d2cb95fea0ab688ac8f3 [2021-02-07T00:45:23.127Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-07T00:45:23.127Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-02-07T00:45:23.389Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-07T00:45:23.389Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-07T00:45:23.389Z] running python rtupdate hooks for python3.6... [2021-02-07T00:45:23.389Z] running python post-rtupdate hooks for python3.6... [2021-02-07T00:45:23.389Z] Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:45:23.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-07T00:45:23.750Z] . [Pipeline] withDockerContainer [2021-02-07T00:45:23.979Z] prd-ubuntu18.04-docker-arm64-4c-16g-25373 does not seem to be running inside a container [2021-02-07T00:45:24.059Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-07T00:45:25.306Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-07T00:45:25.306Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-07T00:45:25.306Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-07T00:45:25.306Z] Setting up snapd (2.48+18.04) ... [2021-02-07T00:45:25.535Z] $ docker top 77cae3b385079f6fdd04d904e0bae4f340bf5d9a7d308bb1bd5e2c7f52c07b68 -eo pid,comm [Pipeline] { [2021-02-07T00:45:25.891Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [Pipeline] sh [2021-02-07T00:45:26.154Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-07T00:45:26.420Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-07T00:45:26.610Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-07T00:45:26.681Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-07T00:45:26.943Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-07T00:45:26.943Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-07T00:45:27.204Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-07T00:45:27.465Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-07T00:45:27.465Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-07T00:45:27.726Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-07T00:45:27.988Z] /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-07T00:45:27.988Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-07T00:45:27.988Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-07T00:45:29.375Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-07T00:45:29.375Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-07T00:45:29.375Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-07T00:45:31.572Z] Reading package lists... [2021-02-07T00:45:31.572Z] Reading package lists... [2021-02-07T00:45:31.839Z] Building dependency tree... [2021-02-07T00:45:31.839Z] Reading state information... [2021-02-07T00:45:31.839Z] Calculating upgrade... [2021-02-07T00:45:32.106Z] The following packages will be upgraded: [2021-02-07T00:45:32.106Z] advancecomp base-files bash binutils binutils-common [2021-02-07T00:45:32.106Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-07T00:45:32.106Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-07T00:45:32.106Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-07T00:45:32.106Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-07T00:45:32.106Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-07T00:45:32.106Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-07T00:45:32.106Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-07T00:45:32.106Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-07T00:45:32.106Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-07T00:45:32.106Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-07T00:45:32.106Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-07T00:45:32.106Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-07T00:45:32.106Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-07T00:45:32.106Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-07T00:45:32.372Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-07T00:45:32.372Z] Need to get 63.8 MB of archives. [2021-02-07T00:45:32.372Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-07T00:45:32.372Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-07T00:45:32.372Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-07T00:45:32.954Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-07T00:45:32.954Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-07T00:45:32.954Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-07T00:45:32.954Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-07T00:45:32.954Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-07T00:45:32.954Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-07T00:45:32.954Z] 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-07T00:45:32.954Z] 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-07T00:45:32.954Z] 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-07T00:45:32.954Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-07T00:45:33.235Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-07T00:45:33.235Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-07T00:45:33.235Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-07T00:45:33.235Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-07T00:45:33.235Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-07T00:45:33.235Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-07T00:45:33.235Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-07T00:45:33.235Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-07T00:45:33.235Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-07T00:45:33.235Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-07T00:45:33.235Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-07T00:45:33.235Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-07T00:45:33.235Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-07T00:45:33.235Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-07T00:45:33.235Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-07T00:45:33.377Z] Building docker-core-command-go ... [2021-02-07T00:45:33.377Z] Building docker-core-data-go ... [2021-02-07T00:45:33.377Z] Building docker-core-metadata-go ... [2021-02-07T00:45:33.377Z] Building docker-security-bootstrapper-go ... [2021-02-07T00:45:33.377Z] Building docker-security-proxy-setup-go ... [2021-02-07T00:45:33.377Z] Building docker-security-secretstore-setup-go ... [2021-02-07T00:45:33.377Z] Building docker-support-notifications-go ... [2021-02-07T00:45:33.377Z] Building docker-support-scheduler-go ... [2021-02-07T00:45:33.377Z] Building docker-sys-mgmt-agent-go ... [2021-02-07T00:45:33.377Z] Building docker-core-data-go [2021-02-07T00:45:33.377Z] Building docker-support-scheduler-go [2021-02-07T00:45:33.377Z] Building docker-support-notifications-go [2021-02-07T00:45:33.377Z] Building docker-security-bootstrapper-go [2021-02-07T00:45:33.377Z] Building docker-core-command-go [2021-02-07T00:45:33.501Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-07T00:45:33.501Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-07T00:45:33.501Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-07T00:45:33.501Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-07T00:45:33.501Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-07T00:45:33.501Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-07T00:45:33.501Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-07T00:45:33.501Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-07T00:45:33.501Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-07T00:45:33.501Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-07T00:45:33.501Z] Get:38 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-07T00:45:33.501Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-07T00:45:33.501Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-07T00:45:33.501Z] Get:41 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-07T00:45:33.501Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-07T00:45:33.501Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-07T00:45:33.502Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-07T00:45:33.502Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-07T00:45:33.766Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-07T00:45:33.766Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-07T00:45:33.766Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-07T00:45:33.766Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-07T00:45:33.766Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-07T00:45:33.766Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-07T00:45:33.766Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-07T00:45:33.766Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-07T00:45:33.766Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-07T00:45:33.766Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-07T00:45:33.766Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-07T00:45:33.766Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-07T00:45:33.766Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-07T00:45:33.766Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-07T00:45:33.766Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-07T00:45:33.766Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-07T00:45:33.766Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-07T00:45:33.766Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-07T00:45:33.766Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-07T00:45:33.766Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-07T00:45:33.766Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-07T00:45:33.766Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-07T00:45:33.766Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-07T00:45:33.766Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-07T00:45:33.766Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-07T00:45:34.032Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-07T00:45:34.032Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-07T00:45:34.032Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-07T00:45:34.032Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-07T00:45:34.032Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-07T00:45:34.032Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-07T00:45:34.032Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-07T00:45:34.032Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-07T00:45:34.032Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-07T00:45:34.032Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-07T00:45:34.032Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-07T00:45:34.032Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-07T00:45:34.032Z] Get:83 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-07T00:45:34.032Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-07T00:45:34.297Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-07T00:45:34.297Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-07T00:45:34.297Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-07T00:45:34.297Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-07T00:45:34.297Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-07T00:45:34.297Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-07T00:45:34.561Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-07T00:45:34.833Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-07T00:45:34.833Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-07T00:45:34.833Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-07T00:45:35.100Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-07T00:45:35.100Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-07T00:45:35.100Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-07T00:45:35.100Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-07T00:45:35.100Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-07T00:45:35.364Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-07T00:45:35.629Z] Fetched 63.8 MB in 3s (21.2 MB/s) [2021-02-07T00:45:35.629Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:35.629Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-07T00:45:35.629Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-07T00:45:36.589Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-07T00:45:36.589Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-07T00:45:36.589Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-07T00:45:36.589Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-07T00:45:37.173Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:45:37.173Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:45:37.436Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:45:37.436Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:45:37.436Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:45:37.700Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:45:37.700Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:45:37.700Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:45:37.974Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:45:37.974Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:45:37.974Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:45:38.242Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:45:38.242Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:45:38.508Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:45:38.508Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:45:38.508Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-07T00:45:38.508Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:45:38.773Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-07T00:45:38.773Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:45:38.773Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-07T00:45:38.773Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:45:38.773Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:45:39.043Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:45:39.043Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:45:39.043Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-07T00:45:39.308Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-07T00:45:39.308Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:45:39.600Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-07T00:45:39.600Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-07T00:45:39.883Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-07T00:45:40.472Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-07T00:45:40.739Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-07T00:45:40.739Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-07T00:45:40.739Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-07T00:45:40.739Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-07T00:45:40.739Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-07T00:45:41.006Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-07T00:45:41.276Z] Installing new version of config file /etc/issue ... [2021-02-07T00:45:41.276Z] Installing new version of config file /etc/issue.net ... [2021-02-07T00:45:41.276Z] Installing new version of config file /etc/lsb-release ... [2021-02-07T00:45:41.276Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-07T00:45:41.542Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-07T00:45:41.805Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-07T00:45:41.805Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-07T00:45:41.805Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:41.805Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-07T00:45:41.805Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-07T00:45:42.068Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-07T00:45:42.068Z] 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-07T00:45:42.335Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:42.335Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-07T00:45:42.335Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-07T00:45:42.335Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-07T00:45:42.596Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:42.596Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-07T00:45:42.596Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-07T00:45:42.596Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-07T00:45:42.885Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:42.885Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-07T00:45:42.885Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-07T00:45:43.158Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-07T00:45:43.424Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:43.424Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-07T00:45:43.424Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-07T00:45:43.424Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-07T00:45:43.691Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:43.691Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-07T00:45:43.691Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-07T00:45:43.956Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-07T00:45:43.956Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:43.956Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-07T00:45:43.956Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-07T00:45:44.244Z] Setting up grep (3.1-2build1) ... [2021-02-07T00:45:44.244Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:44.244Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-07T00:45:44.244Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-07T00:45:44.507Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-07T00:45:44.770Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:44.770Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-07T00:45:44.770Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-07T00:45:45.032Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-07T00:45:45.032Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:45.032Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-07T00:45:45.032Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-07T00:45:45.988Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-07T00:45:45.988Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-07T00:45:45.988Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-07T00:45:45.988Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-07T00:45:46.563Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-07T00:45:46.563Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:46.563Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-07T00:45:46.828Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-07T00:45:47.786Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-07T00:45:47.786Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-07T00:45:48.055Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-07T00:45:48.055Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-07T00:45:48.055Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-07T00:45:48.320Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:48.320Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-07T00:45:48.320Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-07T00:45:48.584Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-07T00:45:48.856Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:48.856Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-07T00:45:48.856Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-07T00:45:48.856Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-07T00:45:49.120Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:49.120Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-07T00:45:49.120Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-07T00:45:49.120Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-07T00:45:49.431Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:49.431Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-07T00:45:49.431Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-07T00:45:49.694Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-07T00:45:49.958Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:49.958Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-07T00:45:49.958Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-07T00:45:50.222Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-07T00:45:50.222Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:50.222Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-07T00:45:50.222Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-07T00:45:50.486Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-07T00:45:50.486Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-07T00:45:50.749Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-07T00:45:50.749Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:50.749Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-07T00:45:50.749Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-07T00:45:51.013Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-07T00:45:51.013Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:51.013Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-07T00:45:51.013Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-07T00:45:51.275Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-07T00:45:51.275Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:51.275Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-07T00:45:51.275Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-07T00:45:51.275Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-07T00:45:51.537Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:51.537Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-07T00:45:51.537Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-07T00:45:52.113Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-07T00:45:52.382Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-07T00:45:52.648Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-07T00:45:52.911Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:52.911Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-07T00:45:52.911Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-07T00:45:53.173Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-07T00:45:53.173Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-07T00:45:53.173Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-07T00:45:53.173Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-07T00:45:53.436Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-07T00:45:53.699Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:45:53.699Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-07T00:45:53.699Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-07T00:45:53.699Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-07T00:45:54.276Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:45:54.276Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-07T00:45:54.276Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-07T00:45:54.276Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-07T00:45:54.560Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:45:54.560Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-07T00:45:54.560Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-07T00:45:55.142Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-07T00:45:55.142Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:45:55.142Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-07T00:45:55.142Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-07T00:45:55.407Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-07T00:45:55.670Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:45:55.670Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-07T00:45:55.670Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-07T00:45:55.670Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-07T00:45:55.670Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:45:55.670Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-07T00:45:55.959Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-07T00:45:55.959Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-07T00:45:56.240Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:45:56.240Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-07T00:45:56.534Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-07T00:45:56.534Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-07T00:45:56.534Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-07T00:45:56.534Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-07T00:45:56.820Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-07T00:45:56.820Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-07T00:45:57.090Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:45:57.091Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-07T00:45:57.091Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-07T00:45:57.091Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-07T00:45:57.370Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:45:57.370Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-07T00:45:57.370Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-07T00:45:57.370Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-07T00:45:57.660Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:45:57.660Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-07T00:45:57.660Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-07T00:45:57.934Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-07T00:45:57.934Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:45:57.934Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-07T00:45:57.934Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-07T00:45:58.225Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-07T00:45:58.225Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:45:58.225Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-07T00:45:58.225Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-07T00:45:58.561Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-07T00:45:58.561Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:45:58.561Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-07T00:45:58.823Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-07T00:45:58.823Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-07T00:45:58.823Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:45:58.823Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-07T00:45:59.085Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-07T00:45:59.085Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-07T00:45:59.085Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:45:59.085Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-07T00:45:59.346Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-07T00:45:59.346Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-07T00:45:59.346Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:45:59.346Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-07T00:45:59.346Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-07T00:45:59.610Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-07T00:45:59.610Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:45:59.610Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-07T00:45:59.610Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-07T00:45:59.880Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-07T00:46:00.141Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:46:00.141Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-07T00:46:00.141Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-07T00:46:00.141Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-07T00:46:00.141Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-07T00:46:00.141Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-07T00:46:00.403Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-07T00:46:00.403Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-07T00:46:00.403Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-07T00:46:00.403Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-07T00:46:00.403Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-07T00:46:00.665Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-07T00:46:00.665Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-07T00:46:00.927Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-07T00:46:00.927Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-07T00:46:01.191Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-07T00:46:01.191Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-07T00:46:01.191Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-07T00:46:01.191Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-07T00:46:01.456Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-07T00:46:01.457Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-07T00:46:01.720Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-07T00:46:01.720Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-07T00:46:01.720Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-07T00:46:01.720Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-07T00:46:01.984Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-07T00:46:01.984Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-07T00:46:01.984Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-07T00:46:02.247Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-07T00:46:02.247Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-07T00:46:02.247Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-07T00:46:02.509Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-07T00:46:02.509Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-07T00:46:03.454Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-07T00:46:03.454Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-07T00:46:03.454Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-07T00:46:03.718Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-07T00:46:03.718Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-07T00:46:03.718Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-07T00:46:04.293Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-07T00:46:04.293Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-07T00:46:04.293Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-07T00:46:04.566Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-07T00:46:04.566Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-07T00:46:04.566Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-07T00:46:04.827Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-07T00:46:04.827Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-07T00:46:04.827Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-07T00:46:04.827Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-07T00:46:05.407Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-07T00:46:05.407Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-07T00:46:05.407Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-07T00:46:05.407Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-07T00:46:06.802Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-07T00:46:06.802Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-07T00:46:07.770Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-07T00:46:08.042Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-07T00:46:08.621Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-07T00:46:08.621Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-07T00:46:08.883Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-07T00:46:08.883Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-07T00:46:09.832Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-07T00:46:09.832Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-07T00:46:10.106Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-07T00:46:10.106Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-07T00:46:10.106Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-07T00:46:10.106Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-07T00:46:10.367Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-07T00:46:10.367Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-07T00:46:10.367Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-07T00:46:10.629Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-07T00:46:10.629Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-07T00:46:10.629Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-07T00:46:10.629Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-07T00:46:10.629Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-07T00:46:10.892Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-07T00:46:10.892Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-07T00:46:11.155Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:46:11.155Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-07T00:46:11.155Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:46:11.155Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:46:11.155Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:46:11.155Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-07T00:46:11.155Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-07T00:46:11.419Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-07T00:46:11.419Z] [2021-02-07T00:46:11.419Z] Current default time zone: 'Etc/UTC' [2021-02-07T00:46:11.419Z] Local time is now: Sun Feb 7 00:46:11 UTC 2021. [2021-02-07T00:46:11.419Z] Universal Time is now: Sun Feb 7 00:46:11 UTC 2021. [2021-02-07T00:46:11.419Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-07T00:46:11.419Z] [2021-02-07T00:46:11.419Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-07T00:46:11.419Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:46:11.688Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-07T00:46:11.688Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-07T00:46:11.688Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-07T00:46:11.688Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-07T00:46:11.688Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-07T00:46:11.688Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-07T00:46:11.950Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-07T00:46:11.950Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-07T00:46:11.950Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:46:11.950Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-07T00:46:12.213Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-07T00:46:12.213Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-07T00:46:12.213Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:46:12.476Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-07T00:46:12.476Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-07T00:46:12.476Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-07T00:46:12.476Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-07T00:46:12.476Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-07T00:46:12.476Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-07T00:46:12.476Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-07T00:46:12.742Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-07T00:46:14.671Z] Updating certificates in /etc/ssl/certs... [2021-02-07T00:46:15.262Z] 23 added, 27 removed; done. [2021-02-07T00:46:15.262Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-07T00:46:15.262Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-07T00:46:15.262Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-07T00:46:15.526Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-07T00:46:15.526Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-07T00:46:15.526Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-07T00:46:15.526Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-07T00:46:15.526Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-07T00:46:15.790Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-07T00:46:15.790Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-07T00:46:15.790Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-07T00:46:15.790Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-07T00:46:15.790Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-07T00:46:15.790Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-07T00:46:16.052Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-07T00:46:16.052Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-07T00:46:16.052Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-07T00:46:16.052Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-07T00:46:16.052Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-07T00:46:16.052Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-07T00:46:16.315Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-07T00:46:16.315Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-07T00:46:16.315Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-07T00:46:16.315Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-07T00:46:16.578Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-07T00:46:16.578Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-07T00:46:16.578Z] Updating certificates in /etc/ssl/certs... [2021-02-07T00:46:17.157Z] 0 added, 0 removed; done. [2021-02-07T00:46:17.157Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-07T00:46:17.157Z] done. [2021-02-07T00:46:17.741Z] Reading package lists... [2021-02-07T00:46:18.006Z] Building dependency tree... [2021-02-07T00:46:18.006Z] Reading state information... [2021-02-07T00:46:18.584Z] The following NEW packages will be installed: [2021-02-07T00:46:18.584Z] apt-transport-https [2021-02-07T00:46:18.584Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-07T00:46:18.584Z] Need to get 1696 B of archives. [2021-02-07T00:46:18.584Z] After this operation, 153 kB of additional disk space will be used. [2021-02-07T00:46:18.584Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-07T00:46:18.850Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-07T00:46:18.850Z] Fetched 1696 B in 0s (9233 B/s) [2021-02-07T00:46:18.850Z] Selecting previously unselected package apt-transport-https. [2021-02-07T00:46:18.850Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-07T00:46:18.850Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-07T00:46:18.850Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-07T00:46:19.121Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-07T00:46:19.385Z] Waiting for network to be ready... [2021-02-07T00:46:27.597Z] 2021-02-07T00:46:23Z INFO Waiting for automatic snapd restart... [2021-02-07T00:46:27.597Z] snapd 2.48.2 from Canonical* installed [2021-02-07T00:46:27.860Z] "snapd" switched to the "latest/stable" channel [2021-02-07T00:46:27.861Z] [2021-02-07T00:46:33.209Z] core18 20201210 from Canonical* installed [2021-02-07T00:46:33.209Z] "core18" switched to the "latest/stable" channel [2021-02-07T00:46:33.209Z] [2021-02-07T00:46:38.516Z] snapcraft 4.4.4 from Canonical* installed [2021-02-07T00:46:38.516Z] "snapcraft" switched to the "latest/stable" channel [2021-02-07T00:46:38.516Z] [2021-02-07T00:46:42.756Z] 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-07T00:46:42.756Z] - README.md [2021-02-07T00:46:42.756Z] - snapcraft.yaml.orig [2021-02-07T00:46:42.756Z] [2021-02-07T00:46:42.756Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-07T00:46:49.385Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-07T00:46:49.385Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-07T00:46:49.650Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-07T00:46:49.650Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-07T00:46:51.866Z] Reading package lists... [2021-02-07T00:46:52.130Z] 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-07T00:46:55.101Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:46:55.101Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:46:55.101Z] ---> bb2e8c83b1dd [2021-02-07T00:46:55.101Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:46:55.101Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:46:55.101Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:46:55.101Z] ---> bb2e8c83b1dd [2021-02-07T00:46:55.101Z] Step 3/22 : WORKDIR /edgex-go [2021-02-07T00:46:55.101Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:46:55.101Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:46:55.101Z] ---> bb2e8c83b1dd [2021-02-07T00:46:55.101Z] Step 3/31 : WORKDIR /edgex-go [2021-02-07T00:46:55.101Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:46:55.101Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:46:55.101Z] ---> bb2e8c83b1dd [2021-02-07T00:46:55.101Z] Step 3/22 : WORKDIR /edgex-go [2021-02-07T00:46:55.101Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:46:55.101Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:46:55.101Z] ---> bb2e8c83b1dd [2021-02-07T00:46:55.101Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:46:55.101Z] ---> Running in 1fa78c18efb9 [2021-02-07T00:46:55.101Z] ---> Running in 3e272b677e49 [2021-02-07T00:46:55.101Z] ---> Running in 846be371924a [2021-02-07T00:46:55.101Z] ---> Running in 60ef239c157c [2021-02-07T00:46:55.101Z] ---> Running in c9a3e8e022e9 [2021-02-07T00:46:55.101Z] Removing intermediate container 60ef239c157c [2021-02-07T00:46:55.101Z] ---> 4504386256d5 [2021-02-07T00:46:55.101Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:46:55.101Z] Removing intermediate container 1fa78c18efb9 [2021-02-07T00:46:55.101Z] ---> c3793e0e2003 [2021-02-07T00:46:55.101Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:46:55.101Z] Removing intermediate container 846be371924a [2021-02-07T00:46:55.101Z] ---> 91ffb36e37f5 [2021-02-07T00:46:55.101Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:46:55.101Z] ---> Running in a6b987d4dff8 [2021-02-07T00:46:55.101Z] Removing intermediate container c9a3e8e022e9 [2021-02-07T00:46:55.101Z] ---> 927e9200eb48 [2021-02-07T00:46:55.101Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:46:55.101Z] Removing intermediate container 3e272b677e49 [2021-02-07T00:46:55.101Z] ---> b25c1be8eb6c [2021-02-07T00:46:55.101Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:46:55.101Z] ---> Running in 5ec5f73ff896 [2021-02-07T00:46:55.102Z] ---> Running in 46f899d5564e [2021-02-07T00:46:55.102Z] ---> Running in 3fb38655c2b5 [2021-02-07T00:46:55.102Z] ---> Running in ba5b4413403a [2021-02-07T00:46:55.102Z] Removing intermediate container a6b987d4dff8 [2021-02-07T00:46:55.102Z] ---> 3e8758c2be60 [2021-02-07T00:46:55.102Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-07T00:46:55.102Z] ---> Running in bfa7d0d4d397 [2021-02-07T00:46:55.102Z] Removing intermediate container 3fb38655c2b5 [2021-02-07T00:46:55.102Z] ---> 5abeb82e7b8e [2021-02-07T00:46:55.102Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-07T00:46:55.102Z] Removing intermediate container 46f899d5564e [2021-02-07T00:46:55.102Z] ---> 7096385f066e [2021-02-07T00:46:55.102Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-07T00:46:55.102Z] ---> Running in a29d754fe441 [2021-02-07T00:46:55.102Z] ---> Running in 75cc2ce14f5d [2021-02-07T00:46:55.102Z] Removing intermediate container ba5b4413403a [2021-02-07T00:46:55.102Z] ---> 815afb4e54ae [2021-02-07T00:46:55.102Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-07T00:46:55.102Z] ---> Running in 8c92a826cf79 [2021-02-07T00:46:55.102Z] Removing intermediate container 5ec5f73ff896 [2021-02-07T00:46:55.102Z] ---> 1a3d767fd532 [2021-02-07T00:46:55.102Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-07T00:46:55.382Z] ---> Running in df7fa4bac615 [2021-02-07T00:46:55.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:56.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:56.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:56.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:56.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:57.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:57.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:57.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:57.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:57.916Z] OK: 217 MiB in 51 packages [2021-02-07T00:46:57.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:58.195Z] OK: 217 MiB in 51 packages [2021-02-07T00:46:58.481Z] OK: 217 MiB in 51 packages [2021-02-07T00:46:58.750Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-07T00:46:58.750Z] Reading package lists... [2021-02-07T00:46:58.750Z] Building dependency tree... [2021-02-07T00:46:58.750Z] Reading state information... [2021-02-07T00:46:58.750Z] Suggested packages: [2021-02-07T00:46:58.750Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-07T00:46:58.750Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-07T00:46:58.750Z] Recommended packages: [2021-02-07T00:46:58.750Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-07T00:46:58.750Z] The following NEW packages will be installed: [2021-02-07T00:46:58.750Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-07T00:46:58.750Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-07T00:46:58.750Z] pkg-config zip [2021-02-07T00:46:58.750Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-07T00:46:58.750Z] Need to get 7655 kB of archives. [2021-02-07T00:46:58.750Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-07T00:46:58.750Z] 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-07T00:46:58.759Z] OK: 217 MiB in 51 packages [2021-02-07T00:46:59.009Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-07T00:46:59.009Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-07T00:46:59.009Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-07T00:46:59.009Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-07T00:46:59.009Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-07T00:46:59.009Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-07T00:46:59.034Z] OK: 217 MiB in 51 packages [2021-02-07T00:46:59.270Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-07T00:46:59.531Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-07T00:46:59.531Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-07T00:46:59.531Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-07T00:46:59.531Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-07T00:46:59.531Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-07T00:46:59.793Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-07T00:46:59.793Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-07T00:46:59.793Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-07T00:47:00.039Z] Removing intermediate container bfa7d0d4d397 [2021-02-07T00:47:00.039Z] ---> 4021a8f078ce [2021-02-07T00:47:00.039Z] Step 6/22 : COPY go.mod . [2021-02-07T00:47:00.060Z] Fetched 7655 kB in 1s (8132 kB/s) [2021-02-07T00:47:00.060Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-07T00:47:00.060Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-07T00:47:00.060Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-07T00:47:00.060Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-07T00:47:00.315Z] Removing intermediate container a29d754fe441 [2021-02-07T00:47:00.315Z] ---> e7fb1803c0ee [2021-02-07T00:47:00.315Z] Step 6/22 : COPY go.mod . [2021-02-07T00:47:00.329Z] Selecting previously unselected package libpsl5:amd64. [2021-02-07T00:47:00.330Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-07T00:47:00.330Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-07T00:47:00.330Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-07T00:47:00.330Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-07T00:47:00.330Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-07T00:47:00.590Z] Selecting previously unselected package librtmp1:amd64. [2021-02-07T00:47:00.590Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-07T00:47:00.590Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-07T00:47:00.590Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-07T00:47:00.590Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-07T00:47:00.590Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-07T00:47:00.590Z] Selecting previously unselected package liberror-perl. [2021-02-07T00:47:00.590Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-07T00:47:00.590Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-07T00:47:00.597Z] Removing intermediate container 75cc2ce14f5d [2021-02-07T00:47:00.597Z] ---> 900cb2c684f3 [2021-02-07T00:47:00.597Z] Step 6/31 : COPY go.mod . [2021-02-07T00:47:00.850Z] Selecting previously unselected package git-man. [2021-02-07T00:47:00.850Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-07T00:47:00.850Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-07T00:47:00.850Z] Selecting previously unselected package git. [2021-02-07T00:47:00.850Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-07T00:47:00.850Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-07T00:47:00.874Z] Removing intermediate container 8c92a826cf79 [2021-02-07T00:47:00.875Z] ---> 3d2e317503d3 [2021-02-07T00:47:00.875Z] Step 6/23 : COPY go.mod . [2021-02-07T00:47:00.875Z] Removing intermediate container df7fa4bac615 [2021-02-07T00:47:00.875Z] ---> cc4516ba0f48 [2021-02-07T00:47:00.875Z] Step 6/23 : COPY go.mod . [2021-02-07T00:47:01.150Z] ---> 7d9a89f1a28e [2021-02-07T00:47:01.150Z] Step 7/22 : RUN go mod download [2021-02-07T00:47:01.427Z] ---> Running in 28576bea452c [2021-02-07T00:47:01.427Z] ---> 317235702c18 [2021-02-07T00:47:01.427Z] Step 7/22 : RUN go mod download [2021-02-07T00:47:01.790Z] Selecting previously unselected package libnorm1:amd64. [2021-02-07T00:47:01.790Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-07T00:47:01.790Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-07T00:47:01.790Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-07T00:47:01.790Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-07T00:47:01.790Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-07T00:47:02.042Z] ---> e1c399d93e3f [2021-02-07T00:47:02.042Z] Step 7/31 : RUN go mod download [2021-02-07T00:47:02.042Z] ---> Running in dffec995a3ba [2021-02-07T00:47:02.042Z] ---> edc346d9cb69 [2021-02-07T00:47:02.042Z] ---> fed1cb64fceb [2021-02-07T00:47:02.042Z] Step 7/23 : RUN go mod download [2021-02-07T00:47:02.042Z] Step 7/23 : RUN go mod download [2021-02-07T00:47:02.051Z] Selecting previously unselected package libsodium23:amd64. [2021-02-07T00:47:02.051Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-07T00:47:02.051Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-07T00:47:02.051Z] Selecting previously unselected package libzmq5:amd64. [2021-02-07T00:47:02.051Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-07T00:47:02.051Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-07T00:47:02.313Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-07T00:47:02.313Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-07T00:47:02.313Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-07T00:47:02.313Z] Selecting previously unselected package pkg-config. [2021-02-07T00:47:02.313Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-07T00:47:02.313Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-07T00:47:02.327Z] ---> Running in 43639b210834 [2021-02-07T00:47:02.327Z] ---> Running in 58254af78410 [2021-02-07T00:47:02.327Z] ---> Running in 2d43e9abfadb [2021-02-07T00:47:02.575Z] Selecting previously unselected package zip. [2021-02-07T00:47:02.575Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-07T00:47:02.575Z] Unpacking zip (3.0-11build1) ... [2021-02-07T00:47:02.575Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-07T00:47:02.575Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-07T00:47:02.575Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-07T00:47:02.575Z] Setting up liberror-perl (0.17025-1) ... [2021-02-07T00:47:02.575Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-07T00:47:02.835Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-07T00:47:02.835Z] No schema files found: doing nothing. [2021-02-07T00:47:02.835Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-07T00:47:02.835Z] Setting up zip (3.0-11build1) ... [2021-02-07T00:47:02.835Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-07T00:47:02.835Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-07T00:47:02.835Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-07T00:47:03.097Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-07T00:47:03.097Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-07T00:47:03.097Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-07T00:47:03.097Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-07T00:47:03.097Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-07T00:47:05.735Z] Removing intermediate container 28576bea452c [2021-02-07T00:47:05.735Z] ---> 5fb5928dfac0 [2021-02-07T00:47:05.735Z] Step 8/22 : COPY . . [2021-02-07T00:47:06.341Z] Removing intermediate container dffec995a3ba [2021-02-07T00:47:06.341Z] ---> 1418518beacd [2021-02-07T00:47:06.624Z] Step 8/22 : COPY . . [2021-02-07T00:47:06.624Z] Removing intermediate container 43639b210834 [2021-02-07T00:47:06.624Z] ---> fd864548994c [2021-02-07T00:47:06.624Z] Step 8/31 : COPY . . [2021-02-07T00:47:07.606Z] Removing intermediate container 2d43e9abfadb [2021-02-07T00:47:07.606Z] ---> 44421f661ed2 [2021-02-07T00:47:07.606Z] Step 8/23 : COPY . . [2021-02-07T00:47:07.606Z] Removing intermediate container 58254af78410 [2021-02-07T00:47:07.606Z] ---> 8501386b60b4 [2021-02-07T00:47:07.606Z] Step 8/23 : COPY . . [2021-02-07T00:47:09.731Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-07T00:47:09.995Z] git set to automatically installed. [2021-02-07T00:47:09.995Z] git-man set to automatically installed. [2021-02-07T00:47:09.995Z] libcurl3-gnutls set to automatically installed. [2021-02-07T00:47:09.995Z] liberror-perl set to automatically installed. [2021-02-07T00:47:09.995Z] libglib2.0-0 set to automatically installed. [2021-02-07T00:47:09.995Z] libnghttp2-14 set to automatically installed. [2021-02-07T00:47:09.995Z] libnorm1 set to automatically installed. [2021-02-07T00:47:09.995Z] libpgm-5.2-0 set to automatically installed. [2021-02-07T00:47:09.995Z] libpsl5 set to automatically installed. [2021-02-07T00:47:09.995Z] librtmp1 set to automatically installed. [2021-02-07T00:47:09.995Z] libsodium23 set to automatically installed. [2021-02-07T00:47:09.995Z] libzmq3-dev set to automatically installed. [2021-02-07T00:47:09.995Z] libzmq5 set to automatically installed. [2021-02-07T00:47:09.995Z] pkg-config set to automatically installed. [2021-02-07T00:47:09.995Z] zip set to automatically installed. [2021-02-07T00:47:11.407Z] snapd is not logged in, snap install commands will use sudo [2021-02-07T00:47:17.991Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-07T00:47:24.592Z] core18 20210128 from Canonical* refreshed [2021-02-07T00:47:24.592Z] Pulling config-common [2021-02-07T00:47:25.978Z] Pulling go-build-helper [2021-02-07T00:47:34.455Z] ---> 01599911d34f [2021-02-07T00:47:34.455Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-07T00:47:34.455Z] ---> Running in b75bcc65bdd6 [2021-02-07T00:47:34.455Z] ---> 457645f89319 [2021-02-07T00:47:34.455Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-07T00:47:34.455Z] ---> 3d237d0e02f4 [2021-02-07T00:47:34.455Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-07T00:47:34.455Z] ---> 18ef025ee120 [2021-02-07T00:47:34.455Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-07T00:47:34.455Z] ---> b823395d975b [2021-02-07T00:47:34.455Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-07T00:47:34.455Z] ---> Running in e8fa5b868d2a [2021-02-07T00:47:34.455Z] ---> Running in 9ab9ba3d0b7f [2021-02-07T00:47:34.455Z] ---> Running in c09c483e16cc [2021-02-07T00:47:34.455Z] ---> Running in cf94a3a3fd85 [2021-02-07T00:47:34.738Z] 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-07T00:47:35.368Z] 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-07T00:47:35.644Z] 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-07T00:47:35.919Z] 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-07T00:47:35.919Z] 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-07T00:47:52.571Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-07T00:47:52.571Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-07T00:47:52.571Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-07T00:47:52.571Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-07T00:47:52.571Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-07T00:47:52.571Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-07T00:47:52.571Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-07T00:47:52.571Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-07T00:47:52.571Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-07T00:47:52.571Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-07T00:47:52.571Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-07T00:47:52.571Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-07T00:47:52.571Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-07T00:47:52.571Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-07T00:47:52.571Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-07T00:47:52.571Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-07T00:47:52.571Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-07T00:47:52.571Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-07T00:47:52.571Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-07T00:47:52.571Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-07T00:47:52.571Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-07T00:47:52.571Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-07T00:47:52.571Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-07T00:47:52.571Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-07T00:47:52.571Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-07T00:47:52.571Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-07T00:47:52.571Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-07T00:47:52.571Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-07T00:47:52.571Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-07T00:47:52.571Z] Fetched 279 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-07T00:47:52.571Z] Fetched 122 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-07T00:47:52.571Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-07T00:47:52.571Z] Fetched 8848 B in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-07T00:47:52.571Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-07T00:47:52.571Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-07T00:47:52.571Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-07T00:47:52.571Z] Fetched 214 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-07T00:47:52.571Z] Fetched 155 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-07T00:47:52.571Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-07T00:47:52.571Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-07T00:47:52.571Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-07T00:47:52.571Z] Fetched 499 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-07T00:47:52.571Z] Fetched 111 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-07T00:47:52.571Z] Fetched 240 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-07T00:47:52.571Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-07T00:47:52.571Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-07T00:47:52.571Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-07T00:47:52.571Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-07T00:47:52.571Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-07T00:47:52.571Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-07T00:47:52.571Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-07T00:47:52.571Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-07T00:47:52.571Z] Fetched 8720 B in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-07T00:47:52.571Z] Fetched 137 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-07T00:47:52.571Z] Fetched 119 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-07T00:47:52.571Z] Fetched 109 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-07T00:47:52.571Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-07T00:47:52.571Z] Fetched 645 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-07T00:47:52.571Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-07T00:47:52.571Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-07T00:47:52.571Z] Fetched 368 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-07T00:47:52.571Z] Fetched 187 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-07T00:47:52.571Z] Fetched 175 kB in 0s (0 B/s) [2021-02-07T00:47:52.571Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-07T00:47:53.961Z] Fetched 206 kB in 0s (0 B/s) [2021-02-07T00:47:53.961Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-07T00:47:53.961Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-07T00:47:53.961Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-07T00:47:53.961Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-07T00:47:53.961Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-07T00:47:53.961Z] Fetched 159 kB in 0s (0 B/s) [2021-02-07T00:47:53.961Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-07T00:47:53.961Z] Fetched 107 kB in 0s (0 B/s) [2021-02-07T00:47:53.961Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-07T00:47:53.961Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-07T00:47:53.961Z] Pulling static-packages [2021-02-07T00:47:55.357Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-07T00:47:55.357Z] Skipping pull go-build-helper (already ran) [2021-02-07T00:47:55.357Z] Skipping pull static-packages (already ran) [2021-02-07T00:47:55.357Z] Building go-build-helper [2021-02-07T00:47:59.583Z] Building static-packages [2021-02-07T00:48:02.137Z] Staging go-build-helper [2021-02-07T00:48:03.528Z] Staging static-packages [2021-02-07T00:48:04.473Z] Pulling go115 [2021-02-07T00:48:05.870Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-07T00:48:05.870Z] Skipping pull go115 (already ran) [2021-02-07T00:48:05.870Z] Building go115 [2021-02-07T00:48:05.870Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-07T00:48:05.870Z] Dload Upload Total Spent Left Speed [2021-02-07T00:48:08.833Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 115M 13 15.4M 0 0 26.1M 0 0:00:04 --:--:-- 0:00:04 26.1M 54 115M 54 63.2M 0 0 39.3M 0 0:00:02 0:00:01 0:00:01 39.3M 83 115M 83 96.9M 0 0 37.2M 0 0:00:03 0:00:02 0:00:01 37.2M 100 115M 100 115M 0 0 35.4M 0 0:00:03 0:00:03 --:--:-- 35.4M [2021-02-07T00:48:09.777Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-07T00:48:15.087Z] Staging go115 [2021-02-07T00:48:21.713Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-07T00:48:21.713Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-07T00:48:21.713Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-07T00:48:21.713Z] Fetched 0 B in 0s (0 B/s) [2021-02-07T00:48:21.713Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-07T00:48:21.713Z] Fetched 224 kB in 0s (0 B/s) [2021-02-07T00:48:21.713Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-07T00:48:21.713Z] Fetched 157 kB in 0s (0 B/s) [2021-02-07T00:48:21.713Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-07T00:48:21.713Z] Fetched 221 kB in 0s (0 B/s) [2021-02-07T00:48:21.713Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-07T00:48:21.713Z] Fetched 143 kB in 0s (0 B/s) [2021-02-07T00:48:21.713Z] Pulling edgex-go [2021-02-07T00:48:23.115Z] Pulling version [2021-02-07T00:48:24.506Z] Building config-common [2021-02-07T00:48:28.271Z] Skipping build go-build-helper (already ran) [2021-02-07T00:48:28.271Z] Skipping build static-packages (already ran) [2021-02-07T00:48:28.271Z] Skipping build go115 (already ran) [2021-02-07T00:48:28.271Z] Building edgex-go [2021-02-07T00:48:28.271Z] 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-07T00:48:28.847Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-07T00:48:28.847Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.23 [2021-02-07T00:48:28.847Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-07T00:48:28.847Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-07T00:48:28.847Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-07T00:48:28.847Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 [2021-02-07T00:48:28.847Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-07T00:48:28.847Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-07T00:48:29.109Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-07T00:48:29.109Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-07T00:48:29.109Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-07T00:48:29.109Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-07T00:48:29.109Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-07T00:48:29.109Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-07T00:48:29.109Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-07T00:48:29.109Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-07T00:48:29.109Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-07T00:48:29.109Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-07T00:48:29.109Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-07T00:48:29.109Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-07T00:48:29.109Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-07T00:48:29.109Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-07T00:48:29.109Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-07T00:48:29.109Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-07T00:48:29.109Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-07T00:48:29.109Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-07T00:48:29.109Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-07T00:48:29.109Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-07T00:48:29.109Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-07T00:48:29.109Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-07T00:48:29.370Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-07T00:48:29.370Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-07T00:48:29.370Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-07T00:48:29.370Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-07T00:48:29.370Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-07T00:48:29.370Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-07T00:48:29.370Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-07T00:48:29.370Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-07T00:48:29.631Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-07T00:48:37.864Z] 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-07T00:48:37.864Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-07T00:48:43.187Z] 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-07T00:48:44.580Z] 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-07T00:48:45.563Z] 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-07T00:48:46.146Z] 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-07T00:48:46.146Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-07T00:48:46.146Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-07T00:48:46.146Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-07T00:48:46.146Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-07T00:48:48.067Z] 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-07T00:48:48.067Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-07T00:48:48.067Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-07T00:48:49.455Z] 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-07T00:48:50.400Z] 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-07T00:48:50.400Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-07T00:48:51.787Z] 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-07T00:48:52.360Z] 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-07T00:48:53.319Z] 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-07T00:48:53.319Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-07T00:48:54.265Z] 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-07T00:48:54.265Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-07T00:48:57.570Z] Building version [2021-02-07T00:49:00.110Z] Staging config-common [2021-02-07T00:49:01.511Z] Skipping stage go-build-helper (already ran) [2021-02-07T00:49:01.511Z] Skipping stage static-packages (already ran) [2021-02-07T00:49:01.511Z] Skipping stage go115 (already ran) [2021-02-07T00:49:01.511Z] Staging edgex-go [2021-02-07T00:49:02.493Z] Staging version [2021-02-07T00:49:03.452Z] Priming config-common [2021-02-07T00:49:04.874Z] Priming go-build-helper [2021-02-07T00:49:05.816Z] Priming static-packages [2021-02-07T00:49:08.368Z] Priming go115 [2021-02-07T00:49:08.942Z] Priming edgex-go [2021-02-07T00:49:10.327Z] Priming version [2021-02-07T00:49:11.713Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-07T00:49:12.760Z] 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-07T00:49:39.609Z] Removing intermediate container e8fa5b868d2a [2021-02-07T00:49:39.609Z] ---> c6886bfc3f59 [2021-02-07T00:49:39.609Z] [2021-02-07T00:49:39.609Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:49:39.609Z] Removing intermediate container c09c483e16cc [2021-02-07T00:49:39.609Z] ---> 5f721446e631 [2021-02-07T00:49:39.609Z] [2021-02-07T00:49:39.609Z] Step 10/31 : FROM alpine:3.12 [2021-02-07T00:49:39.609Z] 3.12: Pulling from library/alpine [2021-02-07T00:49:39.609Z] 3.12: Pulling from library/alpine [2021-02-07T00:49:39.609Z] Removing intermediate container 9ab9ba3d0b7f [2021-02-07T00:49:39.609Z] ---> 1500945d35d5 [2021-02-07T00:49:39.609Z] [2021-02-07T00:49:39.609Z] Step 10/22 : FROM alpine:3.12 [2021-02-07T00:49:39.609Z] Removing intermediate container b75bcc65bdd6 [2021-02-07T00:49:39.609Z] ---> 6942a0629a0c [2021-02-07T00:49:39.609Z] [2021-02-07T00:49:39.609Z] Step 10/22 : FROM alpine:3.12 [2021-02-07T00:49:39.609Z] 3.12: Pulling from library/alpine [2021-02-07T00:49:39.610Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-07T00:49:39.610Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-07T00:49:39.610Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-07T00:49:39.610Z] Status: Downloaded newer image for alpine:3.12 [2021-02-07T00:49:39.610Z] Status: Downloaded newer image for alpine:3.12 [2021-02-07T00:49:39.610Z] ---> afeebe901d6b [2021-02-07T00:49:39.610Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-07T00:49:39.610Z] Status: Image is up to date for alpine:3.12 [2021-02-07T00:49:39.610Z] ---> afeebe901d6b [2021-02-07T00:49:39.610Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-07T00:49:39.610Z] ---> afeebe901d6b [2021-02-07T00:49:39.610Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:49:39.610Z] 3.12: Pulling from library/alpine [2021-02-07T00:49:39.610Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-07T00:49:39.610Z] Status: Image is up to date for alpine:3.12 [2021-02-07T00:49:39.610Z] ---> afeebe901d6b [2021-02-07T00:49:39.610Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:49:39.610Z] ---> Running in 804c1fdecf4f [2021-02-07T00:49:39.610Z] ---> Running in b6136a725833 [2021-02-07T00:49:39.610Z] ---> Running in 597e89cbab23 [2021-02-07T00:49:39.610Z] ---> Running in 9f3ab30f1356 [2021-02-07T00:49:39.884Z] Removing intermediate container 597e89cbab23 [2021-02-07T00:49:39.884Z] ---> 81a0aad47b21 [2021-02-07T00:49:39.884Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-07T00:49:40.167Z] ---> Running in 8df7dd010274 [2021-02-07T00:49:40.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:41.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:41.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:41.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:41.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:41.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:41.879Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-07T00:49:41.879Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:49:41.879Z] OK: 5 MiB in 15 packages [2021-02-07T00:49:41.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:42.156Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-07T00:49:42.156Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-07T00:49:42.156Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:49:42.156Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:49:42.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:42.441Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-07T00:49:42.441Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:49:42.441Z] OK: 5 MiB in 15 packages [2021-02-07T00:49:42.441Z] OK: 6 MiB in 16 packages [2021-02-07T00:49:43.440Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-07T00:49:43.440Z] (2/2) Installing su-exec (0.2-r1) [2021-02-07T00:49:43.440Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:49:43.440Z] OK: 5 MiB in 16 packages [2021-02-07T00:49:44.040Z] Removing intermediate container 804c1fdecf4f [2021-02-07T00:49:44.040Z] ---> 69d96a4adf19 [2021-02-07T00:49:44.040Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:49:44.315Z] ---> Running in fba57961197d [2021-02-07T00:49:44.592Z] Removing intermediate container 9f3ab30f1356 [2021-02-07T00:49:44.592Z] ---> 35a738af3422 [2021-02-07T00:49:44.592Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:49:45.194Z] ---> Running in 532fb80428e1 [2021-02-07T00:49:45.194Z] Removing intermediate container fba57961197d [2021-02-07T00:49:45.194Z] ---> 9b3d2df61bf9 [2021-02-07T00:49:45.194Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-07T00:49:45.194Z] Removing intermediate container 8df7dd010274 [2021-02-07T00:49:45.194Z] ---> 996f408c5826 [2021-02-07T00:49:45.194Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-07T00:49:45.469Z] Removing intermediate container b6136a725833 [2021-02-07T00:49:45.469Z] ---> 60c32593dd02 [2021-02-07T00:49:45.469Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:49:45.469Z] ---> Running in 8dceb6159a18 [2021-02-07T00:49:45.469Z] ---> Running in b385db25c688 [2021-02-07T00:49:45.758Z] ---> Running in 23ac2adac1e7 [2021-02-07T00:49:45.758Z] Removing intermediate container 532fb80428e1 [2021-02-07T00:49:45.758Z] ---> 1d430fd4b3ca [2021-02-07T00:49:45.758Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-07T00:49:46.060Z] ---> Running in fff0d6046c4b [2021-02-07T00:49:46.333Z] Removing intermediate container 8dceb6159a18 [2021-02-07T00:49:46.333Z] ---> 49b693e46f50 [2021-02-07T00:49:46.333Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-07T00:49:46.333Z] Removing intermediate container b385db25c688 [2021-02-07T00:49:46.333Z] ---> ef3382a3b930 [2021-02-07T00:49:46.333Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-07T00:49:46.606Z] Removing intermediate container 23ac2adac1e7 [2021-02-07T00:49:46.606Z] ---> e3817dce8722 [2021-02-07T00:49:46.606Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-07T00:49:46.606Z] ---> Running in 21187508aaf7 [2021-02-07T00:49:46.606Z] ---> Running in 86d224b81fad [2021-02-07T00:49:46.882Z] Removing intermediate container fff0d6046c4b [2021-02-07T00:49:46.882Z] ---> e3bd1a4e2662 [2021-02-07T00:49:46.882Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-07T00:49:47.156Z] ---> Running in dadf0275cca0 [2021-02-07T00:49:47.429Z] ---> Running in a4355293f915 [2021-02-07T00:49:47.702Z] Removing intermediate container 21187508aaf7 [2021-02-07T00:49:47.702Z] ---> 19dac56129cd [2021-02-07T00:49:47.702Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-07T00:49:47.985Z] Removing intermediate container 86d224b81fad [2021-02-07T00:49:47.985Z] ---> 1decff9cbd76 [2021-02-07T00:49:47.985Z] Step 15/23 : WORKDIR / [2021-02-07T00:49:47.985Z] ---> Running in 1a32dab34cf1 [2021-02-07T00:49:48.263Z] Removing intermediate container dadf0275cca0 [2021-02-07T00:49:48.263Z] ---> 834d44eacf74 [2021-02-07T00:49:48.263Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-07T00:49:48.263Z] Removing intermediate container a4355293f915 [2021-02-07T00:49:48.263Z] ---> 196b5ae00b63 [2021-02-07T00:49:48.263Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:49:48.263Z] ---> Running in 76b35ac5c335 [2021-02-07T00:49:48.543Z] ---> Running in c9dc89e85c6a [2021-02-07T00:49:48.819Z] Removing intermediate container cf94a3a3fd85 [2021-02-07T00:49:48.819Z] ---> a32f1b997606 [2021-02-07T00:49:48.819Z] [2021-02-07T00:49:48.819Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:49:48.819Z] ---> afeebe901d6b [2021-02-07T00:49:48.819Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-07T00:49:49.094Z] Removing intermediate container 76b35ac5c335 [2021-02-07T00:49:49.094Z] ---> e6f14153f063 [2021-02-07T00:49:49.094Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:49:49.377Z] ---> Running in 7386cd1d798b [2021-02-07T00:49:49.377Z] Removing intermediate container c9dc89e85c6a [2021-02-07T00:49:49.377Z] ---> be8e7ff1f566 [2021-02-07T00:49:49.377Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:49:49.654Z] ---> b046a2df4e86 [2021-02-07T00:49:49.654Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-07T00:49:49.937Z] Removing intermediate container 7386cd1d798b [2021-02-07T00:49:49.937Z] ---> 41ebe6c7ff28 [2021-02-07T00:49:49.937Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-07T00:49:50.212Z] ---> 59f6dd04c23e [2021-02-07T00:49:50.212Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-07T00:49:50.486Z] ---> Running in 20500001d0f0 [2021-02-07T00:49:50.486Z] ---> 3405320b0b4b [2021-02-07T00:49:50.486Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-07T00:49:51.110Z] Removing intermediate container 20500001d0f0 [2021-02-07T00:49:51.110Z] ---> 8c834143771c [2021-02-07T00:49:51.110Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-07T00:49:51.449Z] ---> 98cc5b4a47ee [2021-02-07T00:49:51.449Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-07T00:49:51.738Z] Removing intermediate container 1a32dab34cf1 [2021-02-07T00:49:51.738Z] ---> 936d4e525bd2 [2021-02-07T00:49:51.738Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-07T00:49:51.738Z] ---> Running in 57ab415332e9 [2021-02-07T00:49:52.024Z] ---> Running in ebc43baba756 [2021-02-07T00:49:52.322Z] ---> 3a78959fa3ef [2021-02-07T00:49:52.322Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-07T00:49:52.626Z] Removing intermediate container 57ab415332e9 [2021-02-07T00:49:52.626Z] ---> a70119650c19 [2021-02-07T00:49:52.626Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:49:52.626Z] ---> 3da679900806 [2021-02-07T00:49:52.626Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-07T00:49:52.915Z] ---> Running in 3ce05ac998db [2021-02-07T00:49:53.190Z] ---> 307437dc436a [2021-02-07T00:49:53.190Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-07T00:49:53.190Z] Removing intermediate container ebc43baba756 [2021-02-07T00:49:53.190Z] ---> 2117989935ca [2021-02-07T00:49:53.190Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-07T00:49:53.470Z] ---> Running in b1e089c0bf7f [2021-02-07T00:49:53.751Z] ---> 1b69960b6673 [2021-02-07T00:49:53.751Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-07T00:49:54.025Z] ---> Running in 10dbfe1b48b4 [2021-02-07T00:49:54.025Z] ---> b6d472779e15 [2021-02-07T00:49:54.025Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-07T00:49:54.299Z] ---> Running in 3feec4432f18 [2021-02-07T00:49:54.299Z] Removing intermediate container b1e089c0bf7f [2021-02-07T00:49:54.299Z] ---> 204e9b4f01ec [2021-02-07T00:49:54.299Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:49:54.576Z] ---> Running in bc1f7d1e88e6 [2021-02-07T00:49:54.576Z] ---> 5aba6bbfae76 [2021-02-07T00:49:54.576Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-07T00:49:54.851Z] Removing intermediate container 10dbfe1b48b4 [2021-02-07T00:49:54.851Z] ---> 1423aca9561b [2021-02-07T00:49:54.851Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:49:54.851Z] Removing intermediate container 3feec4432f18 [2021-02-07T00:49:54.851Z] ---> 47f7e7565766 [2021-02-07T00:49:54.851Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:49:55.126Z] ---> Running in 0994f3b05a63 [2021-02-07T00:49:55.126Z] ---> Running in 647a3e43c5c9 [2021-02-07T00:49:55.126Z] ---> Running in 0960f1f5c01c [2021-02-07T00:49:55.403Z] Removing intermediate container bc1f7d1e88e6 [2021-02-07T00:49:55.403Z] ---> 2f4ce114cd05 [2021-02-07T00:49:55.403Z] Step 20/22 : LABEL arch=arm64 [2021-02-07T00:49:55.680Z] ---> Running in e1d338fa3425 [2021-02-07T00:49:55.955Z] Removing intermediate container 647a3e43c5c9 [2021-02-07T00:49:55.955Z] Removing intermediate container 0960f1f5c01c [2021-02-07T00:49:55.956Z] ---> 1945740afc66 [2021-02-07T00:49:55.956Z] Step 20/22 : LABEL arch=arm64 ---> 175ce3ac7c26 [2021-02-07T00:49:55.956Z] Step 21/23 : LABEL arch=arm64 [2021-02-07T00:49:55.956Z] [2021-02-07T00:49:56.245Z] ---> Running in e5cb068dfc4c [2021-02-07T00:49:56.245Z] ---> Running in cffc74001480 [2021-02-07T00:49:56.525Z] Removing intermediate container 3ce05ac998db [2021-02-07T00:49:56.525Z] ---> 7d6f6aec08e4 [2021-02-07T00:49:56.525Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-07T00:49:56.525Z] Removing intermediate container e1d338fa3425 [2021-02-07T00:49:56.525Z] ---> 5af1ec2b8d03 [2021-02-07T00:49:56.525Z] Step 21/22 : LABEL git_sha=f4b34f027936c92460a4104d017492f2a7722f95 [2021-02-07T00:49:56.801Z] ---> Running in 10a7680e527d [2021-02-07T00:49:56.801Z] Removing intermediate container e5cb068dfc4c [2021-02-07T00:49:56.801Z] ---> b324d59daf9e [2021-02-07T00:49:56.801Z] Step 22/23 : LABEL git_sha=f4b34f027936c92460a4104d017492f2a7722f95 [2021-02-07T00:49:57.073Z] ---> Running in 350f27dc662b [2021-02-07T00:49:57.073Z] Removing intermediate container cffc74001480 [2021-02-07T00:49:57.073Z] ---> 939f94effd27 [2021-02-07T00:49:57.073Z] Step 21/22 : LABEL git_sha=f4b34f027936c92460a4104d017492f2a7722f95 [2021-02-07T00:49:57.073Z] ---> Running in 53765535fba8 [2021-02-07T00:49:57.352Z] ---> Running in 7e0022fc85d2 [2021-02-07T00:49:57.629Z] Removing intermediate container 350f27dc662b [2021-02-07T00:49:57.629Z] ---> 81efbb73dcdf [2021-02-07T00:49:57.629Z] Step 22/22 : LABEL version=0.0.0 [2021-02-07T00:49:58.256Z] ---> Running in 9239980a78cd [2021-02-07T00:49:58.256Z] Removing intermediate container 53765535fba8 [2021-02-07T00:49:58.256Z] ---> 620dd594c7db [2021-02-07T00:49:58.256Z] Step 23/23 : LABEL version=0.0.0 [2021-02-07T00:49:58.256Z] Removing intermediate container 7e0022fc85d2 [2021-02-07T00:49:58.256Z] ---> 3739c844e1d3 [2021-02-07T00:49:58.256Z] Step 22/22 : LABEL version=0.0.0 [2021-02-07T00:49:58.536Z] ---> Running in 31a7e58d225e [2021-02-07T00:49:58.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:58.536Z] ---> Running in 98d047994252 [2021-02-07T00:49:58.811Z] Removing intermediate container 9239980a78cd [2021-02-07T00:49:58.811Z] ---> d20576c7189d [2021-02-07T00:49:58.811Z] [2021-02-07T00:49:58.811Z] Removing intermediate container 0994f3b05a63 [2021-02-07T00:49:58.811Z] ---> 408ee40ffb84 [2021-02-07T00:49:58.811Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:49:59.085Z] Removing intermediate container 31a7e58d225e [2021-02-07T00:49:59.085Z] ---> b643e96dffcc [2021-02-07T00:49:59.085Z] [2021-02-07T00:49:59.361Z] Removing intermediate container 98d047994252 [2021-02-07T00:49:59.361Z] ---> d8943007c22e [2021-02-07T00:49:59.361Z] [2021-02-07T00:49:59.361Z] Successfully built d20576c7189d [2021-02-07T00:49:59.361Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-07T00:49:59.361Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-02-07T00:49:59.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:59.639Z] Successfully built b643e96dffcc [2021-02-07T00:49:59.639Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-07T00:49:59.639Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-02-07T00:49:59.925Z] Successfully built d8943007c22e [2021-02-07T00:49:59.925Z] ---> 381a86a7a9b6 [2021-02-07T00:49:59.925Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-07T00:49:59.925Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-07T00:49:59.926Z] Building docker-security-proxy-setup-go [2021-02-07T00:50:00.906Z]  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-02-07T00:50:00.906Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-07T00:50:00.906Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-07T00:50:01.177Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-07T00:50:01.177Z] ---> 937971e34068 [2021-02-07T00:50:01.177Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-07T00:50:01.778Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-07T00:50:01.778Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-07T00:50:01.778Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:50:01.778Z] OK: 8 MiB in 20 packages [2021-02-07T00:50:02.066Z] ---> f2afa2696e7b [2021-02-07T00:50:02.066Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-07T00:50:03.503Z] ---> b18ea3a05c9d [2021-02-07T00:50:03.503Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-07T00:50:03.503Z] Removing intermediate container 10a7680e527d [2021-02-07T00:50:03.503Z] ---> 64743f406fce [2021-02-07T00:50:03.503Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:50:04.098Z] ---> f5e9a4809122 [2021-02-07T00:50:04.098Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-07T00:50:07.494Z] ---> Running in b9d30e4acf48 [2021-02-07T00:50:08.087Z] ---> 3afbee68de33 [2021-02-07T00:50:08.087Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-07T00:50:09.059Z] Removing intermediate container b9d30e4acf48 [2021-02-07T00:50:09.059Z] ---> 79bd6626ed6c [2021-02-07T00:50:09.059Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-07T00:50:09.654Z] ---> 208f13f4e4b2 [2021-02-07T00:50:09.654Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-07T00:50:09.924Z] ---> c94ed076f895 [2021-02-07T00:50:09.924Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-07T00:50:10.197Z] ---> Running in 1b18c3ba94cb [2021-02-07T00:50:11.185Z] ---> 2ff0289dd9b8 [2021-02-07T00:50:11.185Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-07T00:50:12.159Z] ---> Running in 2cd9ba58abc2 [2021-02-07T00:50:13.151Z] Removing intermediate container 2cd9ba58abc2 [2021-02-07T00:50:13.151Z] ---> 206de9387e23 [2021-02-07T00:50:13.151Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:50:14.141Z] ---> Running in c4e4ee2d8ce6 [2021-02-07T00:50:15.198Z] Removing intermediate container c4e4ee2d8ce6 [2021-02-07T00:50:15.198Z] ---> d9b4d8998990 [2021-02-07T00:50:15.198Z] Step 21/23 : LABEL arch=arm64 [2021-02-07T00:50:15.198Z] Removing intermediate container 1b18c3ba94cb [2021-02-07T00:50:15.198Z] ---> 2bea6e76bb18 [2021-02-07T00:50:15.198Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-07T00:50:15.198Z] ---> Running in 88702f238b51 [2021-02-07T00:50:15.812Z] ---> Running in 26c2685fb1a0 [2021-02-07T00:50:15.812Z] Removing intermediate container 88702f238b51 [2021-02-07T00:50:15.812Z] ---> e3e6161aba0e [2021-02-07T00:50:15.812Z] Step 22/23 : LABEL git_sha=f4b34f027936c92460a4104d017492f2a7722f95 [2021-02-07T00:50:16.092Z] ---> Running in c69ee8d70a1a [2021-02-07T00:50:16.093Z] Removing intermediate container 26c2685fb1a0 [2021-02-07T00:50:16.093Z] ---> ebee29d835cb [2021-02-07T00:50:16.093Z] Step 28/31 : CMD ["gate"] [2021-02-07T00:50:16.709Z] ---> Running in d56251725a35 [2021-02-07T00:50:16.709Z] Removing intermediate container c69ee8d70a1a [2021-02-07T00:50:16.709Z] ---> 4dc48f2ba33f [2021-02-07T00:50:16.709Z] Step 23/23 : LABEL version=0.0.0 [2021-02-07T00:50:16.986Z] ---> Running in d66d85f2866b [2021-02-07T00:50:17.262Z] Removing intermediate container d56251725a35 [2021-02-07T00:50:17.262Z] ---> 71ecb16990d7 [2021-02-07T00:50:17.262Z] Step 29/31 : LABEL arch=arm64 [2021-02-07T00:50:17.567Z] Removing intermediate container d66d85f2866b [2021-02-07T00:50:17.567Z] ---> 718b8b281311 [2021-02-07T00:50:17.567Z] ---> Running in 740ec8f3f697 [2021-02-07T00:50:17.843Z] [2021-02-07T00:50:18.116Z] Successfully built 718b8b281311 [2021-02-07T00:50:18.116Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-07T00:50:18.116Z] Building docker-sys-mgmt-agent-go [2021-02-07T00:50:18.390Z]  Building docker-core-data-go ... done Removing intermediate container 740ec8f3f697 [2021-02-07T00:50:18.390Z] ---> 0be050235cdd [2021-02-07T00:50:18.390Z] Step 30/31 : LABEL git_sha=f4b34f027936c92460a4104d017492f2a7722f95 [2021-02-07T00:50:18.660Z] ---> Running in cf53faae0b99 [2021-02-07T00:50:19.254Z] Removing intermediate container cf53faae0b99 [2021-02-07T00:50:19.254Z] ---> 8a3546946242 [2021-02-07T00:50:19.254Z] Step 31/31 : LABEL version=0.0.0 [2021-02-07T00:50:19.845Z] ---> Running in a46627fe56de [2021-02-07T00:50:20.117Z] Removing intermediate container a46627fe56de [2021-02-07T00:50:20.117Z] ---> 9f5c8b940724 [2021-02-07T00:50:20.117Z] [2021-02-07T00:50:20.711Z] Successfully built 9f5c8b940724 [2021-02-07T00:50:20.711Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-07T00:50:59.738Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:50:59.738Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:50:59.738Z] ---> bb2e8c83b1dd [2021-02-07T00:50:59.738Z] Step 3/21 : WORKDIR /edgex-go [2021-02-07T00:50:59.738Z] ---> Using cache [2021-02-07T00:50:59.738Z] ---> b25c1be8eb6c [2021-02-07T00:50:59.738Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:50:59.738Z] ---> Using cache [2021-02-07T00:50:59.738Z] ---> 815afb4e54ae [2021-02-07T00:50:59.738Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-07T00:50:59.738Z] ---> Using cache [2021-02-07T00:50:59.738Z] ---> 3d2e317503d3 [2021-02-07T00:50:59.738Z] Step 6/21 : COPY go.mod . [2021-02-07T00:50:59.738Z] ---> Using cache [2021-02-07T00:50:59.738Z] ---> edc346d9cb69 [2021-02-07T00:50:59.738Z] Step 7/21 : RUN go mod download [2021-02-07T00:50:59.738Z] ---> Using cache [2021-02-07T00:50:59.738Z] ---> 8501386b60b4 [2021-02-07T00:50:59.738Z] Step 8/21 : COPY . . [2021-02-07T00:50:59.738Z] ---> Using cache [2021-02-07T00:50:59.738Z] ---> 3d237d0e02f4 [2021-02-07T00:50:59.738Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-07T00:50:59.738Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:50:59.738Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:50:59.738Z] ---> bb2e8c83b1dd [2021-02-07T00:50:59.738Z] Step 3/24 : WORKDIR /edgex-go [2021-02-07T00:50:59.738Z] ---> Using cache [2021-02-07T00:50:59.738Z] ---> b25c1be8eb6c [2021-02-07T00:50:59.738Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:50:59.738Z] ---> Using cache [2021-02-07T00:50:59.738Z] ---> 815afb4e54ae [2021-02-07T00:50:59.738Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-07T00:50:59.738Z] ---> Using cache [2021-02-07T00:50:59.738Z] ---> 3d2e317503d3 [2021-02-07T00:50:59.738Z] Step 6/24 : COPY go.mod . [2021-02-07T00:50:59.738Z] ---> Using cache [2021-02-07T00:50:59.738Z] ---> edc346d9cb69 [2021-02-07T00:50:59.738Z] Step 7/24 : RUN go mod download [2021-02-07T00:50:59.738Z] ---> Using cache [2021-02-07T00:50:59.738Z] ---> 8501386b60b4 [2021-02-07T00:50:59.738Z] Step 8/24 : COPY . . [2021-02-07T00:50:59.738Z] ---> Using cache [2021-02-07T00:50:59.738Z] ---> 3d237d0e02f4 [2021-02-07T00:50:59.738Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-07T00:50:59.738Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:50:59.738Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:50:59.738Z] ---> bb2e8c83b1dd [2021-02-07T00:50:59.738Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:50:59.738Z] ---> Using cache [2021-02-07T00:50:59.738Z] ---> b25c1be8eb6c [2021-02-07T00:50:59.738Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:50:59.738Z] ---> Using cache [2021-02-07T00:50:59.738Z] ---> 815afb4e54ae [2021-02-07T00:50:59.738Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-07T00:50:59.738Z] ---> Using cache [2021-02-07T00:50:59.738Z] ---> 3d2e317503d3 [2021-02-07T00:50:59.738Z] Step 6/23 : COPY go.mod . [2021-02-07T00:50:59.738Z] ---> Using cache [2021-02-07T00:50:59.738Z] ---> edc346d9cb69 [2021-02-07T00:50:59.738Z] Step 7/23 : RUN go mod download [2021-02-07T00:50:59.738Z] ---> Using cache [2021-02-07T00:50:59.738Z] ---> 8501386b60b4 [2021-02-07T00:50:59.738Z] Step 8/23 : COPY . . [2021-02-07T00:50:59.738Z] ---> Using cache [2021-02-07T00:50:59.738Z] ---> 3d237d0e02f4 [2021-02-07T00:50:59.738Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-07T00:51:00.014Z] ---> Running in 9857a0c65e4e [2021-02-07T00:51:00.014Z] ---> Running in 2604ed2c9167 [2021-02-07T00:51:00.014Z] ---> Running in 41792ebfc68b [2021-02-07T00:51:00.014Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:51:00.014Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:51:00.014Z] ---> bb2e8c83b1dd [2021-02-07T00:51:00.014Z] Step 3/26 : WORKDIR /edgex-go [2021-02-07T00:51:00.014Z] ---> Using cache [2021-02-07T00:51:00.014Z] ---> b25c1be8eb6c [2021-02-07T00:51:00.014Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:51:00.014Z] ---> Using cache [2021-02-07T00:51:00.014Z] ---> 815afb4e54ae [2021-02-07T00:51:00.014Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-07T00:51:00.014Z] ---> Running in ea7f87c221b8 [2021-02-07T00:51:02.033Z] 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-07T00:51:02.033Z] 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-07T00:51:02.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:51:02.033Z] 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-07T00:51:02.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:51:03.617Z] OK: 217 MiB in 51 packages [2021-02-07T00:51:05.626Z] Removing intermediate container ea7f87c221b8 [2021-02-07T00:51:05.626Z] ---> 6e91e4e628c7 [2021-02-07T00:51:05.626Z] Step 6/26 : COPY go.mod . [2021-02-07T00:51:06.617Z] ---> e8b334871443 [2021-02-07T00:51:06.617Z] Step 7/26 : RUN go mod download [2021-02-07T00:51:06.617Z] ---> Running in c9363337e6d1 [2021-02-07T00:51:10.926Z] Removing intermediate container c9363337e6d1 [2021-02-07T00:51:10.926Z] ---> 76cd6b97e850 [2021-02-07T00:51:10.926Z] Step 8/26 : COPY . . [2021-02-07T00:51:29.234Z] ---> 147d2b23cdb5 [2021-02-07T00:51:29.234Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-07T00:51:29.234Z] ---> Running in 6cc04ee5c5ba [2021-02-07T00:51:31.219Z] 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-07T00:52:10.257Z] 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-07T00:52:10.257Z] 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-07T00:52:25.369Z] Removing intermediate container 2604ed2c9167 [2021-02-07T00:52:25.369Z] ---> ff4eed32dcc8 [2021-02-07T00:52:25.369Z] [2021-02-07T00:52:25.369Z] Step 10/24 : FROM alpine:3.12 [2021-02-07T00:52:25.369Z] ---> afeebe901d6b [2021-02-07T00:52:25.369Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-07T00:52:25.369Z] ---> Running in 1ad4c6eda25b [2021-02-07T00:52:25.369Z] Removing intermediate container 41792ebfc68b [2021-02-07T00:52:25.369Z] ---> 09bac966fba9 [2021-02-07T00:52:25.369Z] [2021-02-07T00:52:25.369Z] Step 10/21 : FROM alpine:3.12 [2021-02-07T00:52:25.369Z] ---> afeebe901d6b [2021-02-07T00:52:25.369Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-07T00:52:25.369Z] ---> Running in f5e60e25c10d [2021-02-07T00:52:25.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:52:25.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:52:26.238Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-07T00:52:26.512Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:52:26.512Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-07T00:52:26.512Z] (4/5) Installing curl (7.69.1-r3) [2021-02-07T00:52:26.512Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-07T00:52:26.512Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:52:26.512Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:52:26.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:52:26.786Z] OK: 7 MiB in 19 packages [2021-02-07T00:52:26.786Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:52:27.387Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-07T00:52:27.387Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:52:27.674Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-07T00:52:27.674Z] (4/4) Installing curl (7.69.1-r3) [2021-02-07T00:52:27.674Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:52:27.674Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:52:27.674Z] OK: 7 MiB in 18 packages [2021-02-07T00:52:30.300Z] Removing intermediate container 1ad4c6eda25b [2021-02-07T00:52:30.300Z] ---> f5d5a28715d3 [2021-02-07T00:52:30.300Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-07T00:52:30.300Z] ---> Running in eab77b2222ec [2021-02-07T00:52:30.300Z] Removing intermediate container f5e60e25c10d [2021-02-07T00:52:30.300Z] ---> 2c7b1b63550b [2021-02-07T00:52:30.300Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-07T00:52:30.574Z] ---> Running in d1cf25dbbcc1 [2021-02-07T00:52:31.181Z] Removing intermediate container eab77b2222ec [2021-02-07T00:52:31.181Z] ---> daa3e232e475 [2021-02-07T00:52:31.181Z] Step 13/24 : WORKDIR / [2021-02-07T00:52:31.462Z] ---> Running in 18c2ab99cf58 [2021-02-07T00:52:31.462Z] Removing intermediate container d1cf25dbbcc1 [2021-02-07T00:52:31.462Z] ---> 68fa04cfa40e [2021-02-07T00:52:31.462Z] Step 13/21 : WORKDIR /edgex [2021-02-07T00:52:31.738Z] ---> Running in 629d3c5b747d [2021-02-07T00:52:32.336Z] Removing intermediate container 18c2ab99cf58 [2021-02-07T00:52:32.336Z] ---> cd1c5f44a5af [2021-02-07T00:52:32.336Z] 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-07T00:52:32.336Z] Removing intermediate container 629d3c5b747d [2021-02-07T00:52:32.336Z] ---> 16c2d381ec7a [2021-02-07T00:52:32.336Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-07T00:52:33.787Z] ---> 419f76e53ffe [2021-02-07T00:52:33.787Z] 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-07T00:52:33.787Z] ---> 99addfbda1bc [2021-02-07T00:52:33.787Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-07T00:52:34.782Z] ---> 59a1352f45f3 [2021-02-07T00:52:34.782Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-07T00:52:35.776Z] ---> edb27b1db247 [2021-02-07T00:52:35.776Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-07T00:52:36.052Z] ---> c3b428b0a23b [2021-02-07T00:52:36.052Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-07T00:52:38.052Z] ---> c7eb5eaabafd [2021-02-07T00:52:38.052Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-07T00:52:38.052Z] ---> 6d2e5b26591e [2021-02-07T00:52:38.052Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-07T00:52:38.052Z] ---> Running in 8fc984ab2f01 [2021-02-07T00:52:39.029Z] Removing intermediate container 8fc984ab2f01 [2021-02-07T00:52:39.029Z] ---> 8daed8cc8869 [2021-02-07T00:52:39.029Z] Step 18/21 : CMD ["--init=true"] [2021-02-07T00:52:39.304Z] ---> Running in 4691b780b374 [2021-02-07T00:52:39.915Z] ---> 6751519fcf92 [2021-02-07T00:52:39.915Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-07T00:52:40.190Z] Removing intermediate container 4691b780b374 [2021-02-07T00:52:40.190Z] ---> fd81ed78699e [2021-02-07T00:52:40.190Z] Step 19/21 : LABEL arch=arm64 [2021-02-07T00:52:40.466Z] ---> Running in c8f397add508 [2021-02-07T00:52:41.066Z] ---> 144bedb12bff [2021-02-07T00:52:41.066Z] 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-07T00:52:41.066Z] Removing intermediate container 9857a0c65e4e [2021-02-07T00:52:41.066Z] ---> a112706167e8 [2021-02-07T00:52:41.066Z] [2021-02-07T00:52:41.066Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:52:41.066Z] ---> afeebe901d6b [2021-02-07T00:52:41.066Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:52:41.066Z] ---> Using cache [2021-02-07T00:52:41.066Z] ---> 35a738af3422 [2021-02-07T00:52:41.066Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:52:41.066Z] ---> Using cache [2021-02-07T00:52:41.066Z] ---> 1d430fd4b3ca [2021-02-07T00:52:41.066Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-07T00:52:41.337Z] ---> Running in 43be4409a479 [2021-02-07T00:52:41.337Z] ---> Running in 313a8260b59c [2021-02-07T00:52:41.337Z] Removing intermediate container c8f397add508 [2021-02-07T00:52:41.337Z] ---> a662fffdd638 [2021-02-07T00:52:41.337Z] Step 20/21 : LABEL git_sha=f4b34f027936c92460a4104d017492f2a7722f95 [2021-02-07T00:52:41.931Z] ---> Running in c6c93bceaf9e [2021-02-07T00:52:42.203Z] Removing intermediate container 313a8260b59c [2021-02-07T00:52:42.203Z] ---> 9e799b42e88d [2021-02-07T00:52:42.203Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-07T00:52:42.487Z] ---> Running in db54f023dfa1 [2021-02-07T00:52:42.758Z] Removing intermediate container c6c93bceaf9e [2021-02-07T00:52:42.758Z] ---> 5447cb5dab6e [2021-02-07T00:52:42.758Z] Step 21/21 : LABEL version=0.0.0 [2021-02-07T00:52:43.355Z] ---> Running in d46943cc2d66 [2021-02-07T00:52:43.627Z] Removing intermediate container db54f023dfa1 [2021-02-07T00:52:43.627Z] ---> 767037261e69 [2021-02-07T00:52:43.627Z] Step 15/23 : WORKDIR / [2021-02-07T00:52:43.898Z] Removing intermediate container 6cc04ee5c5ba [2021-02-07T00:52:43.898Z] ---> a4c9ad3e4219 [2021-02-07T00:52:43.898Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-07T00:52:44.168Z] ---> Running in 8173e629f9a5 [2021-02-07T00:52:44.168Z] ---> Running in 07e99c28e460 [2021-02-07T00:52:44.446Z] Removing intermediate container d46943cc2d66 [2021-02-07T00:52:44.446Z] ---> 4de804fe460c [2021-02-07T00:52:44.446Z] [2021-02-07T00:52:44.446Z] Removing intermediate container 43be4409a479 [2021-02-07T00:52:44.446Z] ---> 47299fa59256 [2021-02-07T00:52:44.446Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-07T00:52:44.722Z] ---> Running in d53aa9f5e49f [2021-02-07T00:52:44.722Z] Removing intermediate container 8173e629f9a5 [2021-02-07T00:52:44.722Z] ---> 10d1c7b2909b [2021-02-07T00:52:44.722Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:52:44.722Z] Successfully built 4de804fe460c [2021-02-07T00:52:44.722Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-07T00:52:45.312Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container d53aa9f5e49f [2021-02-07T00:52:45.312Z] ---> ac2cd1fa5e61 [2021-02-07T00:52:45.312Z] Step 22/24 : LABEL arch=arm64 [2021-02-07T00:52:45.583Z] 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-07T00:52:45.583Z] ---> Running in 1852bdb8f554 [2021-02-07T00:52:45.583Z] ---> 79cd85df5ad5 [2021-02-07T00:52:45.583Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-07T00:52:46.177Z] Removing intermediate container 1852bdb8f554 [2021-02-07T00:52:46.177Z] ---> 3ea2d78c494c [2021-02-07T00:52:46.177Z] Step 23/24 : LABEL git_sha=f4b34f027936c92460a4104d017492f2a7722f95 [2021-02-07T00:52:46.772Z] ---> Running in 19fd36d52079 [2021-02-07T00:52:47.371Z] Removing intermediate container 19fd36d52079 [2021-02-07T00:52:47.371Z] ---> d3e23c2b0831 [2021-02-07T00:52:47.371Z] Step 24/24 : LABEL version=0.0.0 [2021-02-07T00:52:47.371Z] ---> 6277b27cb9a1 [2021-02-07T00:52:47.371Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-07T00:52:47.646Z] ---> Running in 0ea42652daa5 [2021-02-07T00:52:48.238Z] Removing intermediate container 0ea42652daa5 [2021-02-07T00:52:48.238Z] ---> b84675cef8a5 [2021-02-07T00:52:48.238Z] [2021-02-07T00:52:48.238Z] ---> a90376e35d98 [2021-02-07T00:52:48.238Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-07T00:52:48.509Z] ---> Running in 242b6a80946f [2021-02-07T00:52:48.509Z] Successfully built b84675cef8a5 [2021-02-07T00:52:48.509Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-07T00:52:48.509Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 07e99c28e460 [2021-02-07T00:52:48.509Z] ---> 175305ccf8a7 [2021-02-07T00:52:48.509Z] [2021-02-07T00:52:48.780Z] Step 11/26 : FROM docker:20.10.0 [2021-02-07T00:52:48.780Z] 20.10.0: Pulling from library/docker [2021-02-07T00:52:49.050Z] Removing intermediate container 242b6a80946f [2021-02-07T00:52:49.050Z] ---> fc2732024cfc [2021-02-07T00:52:49.050Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:52:49.321Z] ---> Running in 4c4c0d62e296 [2021-02-07T00:52:50.300Z] Removing intermediate container 4c4c0d62e296 [2021-02-07T00:52:50.300Z] ---> e194d2208f5e [2021-02-07T00:52:50.300Z] Step 21/23 : LABEL arch=arm64 [2021-02-07T00:52:50.572Z] ---> Running in d69a9d07e02b [2021-02-07T00:52:51.561Z] Removing intermediate container d69a9d07e02b [2021-02-07T00:52:51.561Z] ---> affea31d744c [2021-02-07T00:52:51.561Z] Step 22/23 : LABEL git_sha=f4b34f027936c92460a4104d017492f2a7722f95 [2021-02-07T00:52:51.561Z] ---> Running in 6661764e6ae7 [2021-02-07T00:52:52.172Z] Removing intermediate container 6661764e6ae7 [2021-02-07T00:52:52.172Z] ---> 43aec0e6399e [2021-02-07T00:52:52.172Z] Step 23/23 : LABEL version=0.0.0 [2021-02-07T00:52:52.787Z] ---> Running in 889463752fd6 [2021-02-07T00:52:53.391Z] Removing intermediate container 889463752fd6 [2021-02-07T00:52:53.391Z] ---> be1593cf2b4f [2021-02-07T00:52:53.391Z] [2021-02-07T00:52:53.995Z] Successfully built be1593cf2b4f [2021-02-07T00:52:53.995Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-07T00:52:57.392Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-07T00:52:57.392Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-07T00:52:57.392Z] ---> eeaf43b92773 [2021-02-07T00:52:57.392Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-07T00:52:57.665Z] ---> Running in d0f5a1f65807 [2021-02-07T00:52:58.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:52:58.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:52:59.492Z] (1/2) Installing readline (8.0.4-r0) [2021-02-07T00:52:59.492Z] (2/2) Installing bash (5.0.17-r0) [2021-02-07T00:52:59.492Z] Executing bash-5.0.17-r0.post-install [2021-02-07T00:52:59.492Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:52:59.492Z] OK: 12 MiB in 22 packages [2021-02-07T00:53:00.912Z] Removing intermediate container d0f5a1f65807 [2021-02-07T00:53:00.912Z] ---> ad2b962df9c6 [2021-02-07T00:53:00.912Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-07T00:53:00.912Z] ---> Running in 1ed87f6437d0 [2021-02-07T00:53:01.503Z] Removing intermediate container 1ed87f6437d0 [2021-02-07T00:53:01.503Z] ---> d6c33386db2f [2021-02-07T00:53:01.503Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-07T00:53:01.503Z] ---> Running in d6b9bec9b6cd [2021-02-07T00:53:02.093Z] Removing intermediate container d6b9bec9b6cd [2021-02-07T00:53:02.093Z] ---> e18cb1361ebb [2021-02-07T00:53:02.093Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-07T00:53:02.093Z] ---> Running in a71e942feec9 [2021-02-07T00:53:02.687Z] Removing intermediate container a71e942feec9 [2021-02-07T00:53:02.687Z] ---> 802a9f263731 [2021-02-07T00:53:02.687Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-07T00:53:03.665Z] ---> 5132f4a8b563 [2021-02-07T00:53:03.665Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-07T00:53:04.637Z] ---> cc3528cc41f1 [2021-02-07T00:53:04.637Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-07T00:53:05.610Z] ---> 39440afb75db [2021-02-07T00:53:05.610Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-07T00:53:05.610Z] ---> Running in a244af46434a [2021-02-07T00:53:06.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:53:06.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:53:07.131Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-07T00:53:07.131Z] (2/33) Installing expat (2.2.9-r1) [2021-02-07T00:53:07.131Z] (3/33) Installing libffi (3.3-r2) [2021-02-07T00:53:07.404Z] (4/33) Installing gdbm (1.13-r1) [2021-02-07T00:53:07.404Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-07T00:53:07.404Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-07T00:53:07.404Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-07T00:53:09.382Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-07T00:53:09.382Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-07T00:53:09.382Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-07T00:53:09.382Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-07T00:53:09.382Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-07T00:53:09.382Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-07T00:53:09.382Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-07T00:53:09.382Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-07T00:53:09.382Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-07T00:53:09.382Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-07T00:53:09.382Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-07T00:53:09.382Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-07T00:53:09.382Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-07T00:53:09.382Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-07T00:53:09.382Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-07T00:53:09.382Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-07T00:53:09.382Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-07T00:53:09.382Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-07T00:53:09.382Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-07T00:53:09.655Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-07T00:53:09.655Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-07T00:53:09.655Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-07T00:53:09.655Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-07T00:53:09.655Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-07T00:53:09.655Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-07T00:53:09.655Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-07T00:53:09.655Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:53:09.655Z] OK: 71 MiB in 55 packages [2021-02-07T00:53:16.346Z] Removing intermediate container a244af46434a [2021-02-07T00:53:16.346Z] ---> 04859cafc723 [2021-02-07T00:53:16.346Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-07T00:53:16.346Z] ---> Running in e95070411117 [2021-02-07T00:53:20.710Z] Collecting docker-compose==1.23.2 [2021-02-07T00:53:20.710Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-07T00:53:21.725Z] Collecting docker<4.0,>=3.6.0 [2021-02-07T00:53:21.725Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-07T00:53:23.147Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-07T00:53:23.147Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-07T00:53:23.738Z] Collecting docopt<0.7,>=0.6.1 [2021-02-07T00:53:23.738Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-07T00:53:26.338Z] Collecting jsonschema<3,>=2.5.1 [2021-02-07T00:53:26.338Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-07T00:53:26.930Z] Collecting PyYAML<4,>=3.10 [2021-02-07T00:53:26.930Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-07T00:53:31.220Z] Collecting texttable<0.10,>=0.9.0 [2021-02-07T00:53:31.220Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-07T00:53:33.184Z] Collecting cached-property<2,>=1.2.0 [2021-02-07T00:53:33.184Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-07T00:53:33.184Z] 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-07T00:53:33.455Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-07T00:53:33.455Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-07T00:53:36.067Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-07T00:53:36.067Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-07T00:53:36.662Z] Collecting docker-pycreds>=0.4.0 [2021-02-07T00:53:36.662Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-07T00:53:37.257Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-07T00:53:37.528Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-07T00:53:37.800Z] Collecting idna<2.8,>=2.5 [2021-02-07T00:53:38.078Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-07T00:53:38.078Z] 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-07T00:53:38.078Z] 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-07T00:53:38.078Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-07T00:53:38.078Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-07T00:53:38.078Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-07T00:53:38.078Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-07T00:53:39.053Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, docopt, jsonschema, PyYAML, texttable, cached-property, dockerpty, docker-compose [2021-02-07T00:53:39.053Z] Attempting uninstall: urllib3 [2021-02-07T00:53:39.053Z] Found existing installation: urllib3 1.25.9 [2021-02-07T00:53:39.326Z] Uninstalling urllib3-1.25.9: [2021-02-07T00:53:39.326Z] Successfully uninstalled urllib3-1.25.9 [2021-02-07T00:53:39.926Z] Attempting uninstall: idna [2021-02-07T00:53:39.926Z] Found existing installation: idna 2.9 [2021-02-07T00:53:39.926Z] Uninstalling idna-2.9: [2021-02-07T00:53:40.202Z] Successfully uninstalled idna-2.9 [2021-02-07T00:53:40.801Z] Attempting uninstall: requests [2021-02-07T00:53:40.801Z] Found existing installation: requests 2.23.0 [2021-02-07T00:53:40.801Z] Uninstalling requests-2.23.0: [2021-02-07T00:53:40.801Z] Successfully uninstalled requests-2.23.0 [2021-02-07T00:53:42.237Z] Running setup.py install for docopt: started [2021-02-07T00:53:44.201Z] Running setup.py install for docopt: finished with status 'done' [2021-02-07T00:53:44.471Z] Running setup.py install for PyYAML: started [2021-02-07T00:53:46.431Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-07T00:53:46.431Z] Running setup.py install for texttable: started [2021-02-07T00:53:48.395Z] Running setup.py install for texttable: finished with status 'done' [2021-02-07T00:53:48.395Z] Running setup.py install for dockerpty: started [2021-02-07T00:53:50.371Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-07T00:53:50.962Z] 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-07T00:53:55.251Z] Removing intermediate container e95070411117 [2021-02-07T00:53:55.251Z] ---> 3b5a94da438e [2021-02-07T00:53:55.251Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-07T00:53:55.251Z] ---> Running in 9e6df706fc5b [2021-02-07T00:53:55.843Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:53:55.843Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:53:56.436Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:53:56.436Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-07T00:53:56.436Z] (3/3) Installing curl (7.69.1-r3) [2021-02-07T00:53:56.436Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:53:56.436Z] OK: 71 MiB in 58 packages [2021-02-07T00:53:57.861Z] Removing intermediate container 9e6df706fc5b [2021-02-07T00:53:57.861Z] ---> c08e7b15c8dd [2021-02-07T00:53:57.861Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-07T00:53:57.861Z] ---> Running in 16c05d1be572 [2021-02-07T00:53:58.456Z] Removing intermediate container 16c05d1be572 [2021-02-07T00:53:58.457Z] ---> ce5ede3ee68c [2021-02-07T00:53:58.457Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:53:58.457Z] ---> Running in 52bf89794fcc [2021-02-07T00:53:59.050Z] Removing intermediate container 52bf89794fcc [2021-02-07T00:53:59.050Z] ---> f027feb300fb [2021-02-07T00:53:59.050Z] Step 24/26 : LABEL arch=arm64 [2021-02-07T00:53:59.050Z] ---> Running in 2298b46a5039 [2021-02-07T00:53:59.642Z] Removing intermediate container 2298b46a5039 [2021-02-07T00:53:59.642Z] ---> b19b97e21c32 [2021-02-07T00:53:59.642Z] Step 25/26 : LABEL git_sha=f4b34f027936c92460a4104d017492f2a7722f95 [2021-02-07T00:53:59.642Z] ---> Running in fc08762f7856 [2021-02-07T00:54:00.237Z] Removing intermediate container fc08762f7856 [2021-02-07T00:54:00.237Z] ---> be26adc114c5 [2021-02-07T00:54:00.237Z] Step 26/26 : LABEL version=0.0.0 [2021-02-07T00:54:00.237Z] ---> Running in 0c0af6d323ea [2021-02-07T00:54:00.829Z] Removing intermediate container 0c0af6d323ea [2021-02-07T00:54:00.829Z] ---> 8f7e6bc05810 [2021-02-07T00:54:00.829Z] [2021-02-07T00:54:01.101Z] Successfully built 8f7e6bc05810 [2021-02-07T00:54:01.374Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-07T00:54:01.678Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-07T00:54:01.682Z] $ docker stop --time=1 77cae3b385079f6fdd04d904e0bae4f340bf5d9a7d308bb1bd5e2c7f52c07b68 [2021-02-07T00:54:03.658Z] $ docker rm -f 77cae3b385079f6fdd04d904e0bae4f340bf5d9a7d308bb1bd5e2c7f52c07b68 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-07T00:54:04.320Z] + docker images [2021-02-07T00:54:04.320Z] + grep docker [2021-02-07T00:54:04.589Z] docker-sys-mgmt-agent-go-arm64 latest 8f7e6bc05810 4 seconds ago 300MB [2021-02-07T00:54:04.589Z] docker-core-metadata-go-arm64 latest be1593cf2b4f About a minute ago 17.8MB [2021-02-07T00:54:04.589Z] docker-security-secretstore-setup-go-arm64 latest b84675cef8a5 About a minute ago 23.4MB [2021-02-07T00:54:04.589Z] docker-security-proxy-setup-go-arm64 latest 4de804fe460c About a minute ago 23.2MB [2021-02-07T00:54:04.589Z] docker-security-bootstrapper-go-arm64 latest 9f5c8b940724 3 minutes ago 22.6MB [2021-02-07T00:54:04.589Z] docker-core-data-go-arm64 latest 718b8b281311 3 minutes ago 21MB [2021-02-07T00:54:04.589Z] docker-support-scheduler-go-arm64 latest d20576c7189d 4 minutes ago 16.1MB [2021-02-07T00:54:04.589Z] docker-core-command-go-arm64 latest b643e96dffcc 4 minutes ago 16MB [2021-02-07T00:54:04.589Z] docker-support-notifications-go-arm64 latest d8943007c22e 4 minutes ago 16.7MB [2021-02-07T00:54:04.589Z] docker 20.10.0 eeaf43b92773 8 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-07T00:54:06.168Z] provisioning config files... [2021-02-07T00:54:06.184Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/17@tmp/config8934174319933839192tmp [Pipeline] { [Pipeline] sh [2021-02-07T00:54:06.567Z] + set +x [2021-02-07T00:54:06.567Z] + curl -s https://codecov.io/bash [2021-02-07T00:54:06.567Z] + bash -s -- [2021-02-07T00:54:06.835Z] [2021-02-07T00:54:06.835Z] _____ _ [2021-02-07T00:54:06.835Z] / ____| | | [2021-02-07T00:54:06.835Z] | | ___ __| | ___ ___ _____ __ [2021-02-07T00:54:06.835Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-07T00:54:06.835Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-07T00:54:06.835Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-07T00:54:06.835Z] Bash-20210129-7c25fce [2021-02-07T00:54:06.835Z] [2021-02-07T00:54:06.835Z] [2021-02-07T00:54:06.835Z] ==> git version 2.24.3 found [2021-02-07T00:54:06.835Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-07T00:54:06.835Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-07T00:54:06.835Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-07T00:54:07.097Z] ==> Jenkins CI detected. [2021-02-07T00:54:07.097Z] project root: . [2021-02-07T00:54:07.097Z] --> token set from env [2021-02-07T00:54:07.097Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-07T00:54:07.097Z] ==> Running gcov in . (disable via -X gcov) [2021-02-07T00:54:07.097Z] ==> Python coveragepy not found [2021-02-07T00:54:07.097Z] ==> Searching for coverage reports in: [2021-02-07T00:54:07.097Z] + . [2021-02-07T00:54:07.097Z] -> Found 1 reports [2021-02-07T00:54:07.097Z] ==> Detecting git/mercurial file structure [2021-02-07T00:54:07.097Z] ==> Reading reports [2021-02-07T00:54:07.359Z] + ./coverage.out bytes=590503 [2021-02-07T00:54:07.359Z] ==> Appending adjustments [2021-02-07T00:54:07.359Z] https://docs.codecov.io/docs/fixing-reports [2021-02-07T00:54:10.676Z] + Found adjustments [2021-02-07T00:54:10.676Z] ==> Gzipping contents [2021-02-07T00:54:10.676Z] 88K /tmp/codecov.zzFLYs.gz [2021-02-07T00:54:10.676Z] ==> Uploading reports [2021-02-07T00:54:10.676Z] url: https://codecov.io [2021-02-07T00:54:10.676Z] query: branch=PR-3109&commit=f4b34f027936c92460a4104d017492f2a7722f95&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-07T00:54:10.676Z] -> Pinging Codecov [2021-02-07T00:54:10.676Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=f4b34f027936c92460a4104d017492f2a7722f95&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-07T00:54:11.251Z] -> Uploading to [2021-02-07T00:54:11.252Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-07/00271124DB129430A58F1EEE437C3FCB/f4b34f027936c92460a4104d017492f2a7722f95/f255701f-2a2d-4cd3-8259-06de16fa4cd7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210207T005410Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a1fe55b91f9fa798a8fd8f817798c9ae9b4a452acb79460ea8c8245a4c665a26 [2021-02-07T00:54:11.252Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-07T00:54:11.252Z] Dload Upload Total Spent Left Speed [2021-02-07T00:54:11.515Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88752 0 0 100 88752 0 175k --:--:-- --:--:-- --:--:-- 175k [2021-02-07T00:54:11.515Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/f4b34f027936c92460a4104d017492f2a7722f95 [Pipeline] } [2021-02-07T00:54:11.526Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:54:13.467Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:54:14.362Z] ---> package-listing.sh [2021-02-07T00:54:14.362Z] ++ facter osfamily [2021-02-07T00:54:14.363Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-07T00:54:14.363Z] + OS_FAMILY=redhat [2021-02-07T00:54:14.363Z] + workspace=/w/workspace/edgex-go/17 [2021-02-07T00:54:14.363Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-07T00:54:14.363Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-07T00:54:14.363Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-07T00:54:14.363Z] + PACKAGES=/tmp/packages_start.txt [2021-02-07T00:54:14.363Z] + '[' /w/workspace/edgex-go/17 ']' [2021-02-07T00:54:14.363Z] + PACKAGES=/tmp/packages_end.txt [2021-02-07T00:54:14.363Z] + case "${OS_FAMILY}" in [2021-02-07T00:54:14.363Z] + rpm -qa [2021-02-07T00:54:14.363Z] + sort [2021-02-07T00:54:19.671Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-07T00:54:19.671Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-07T00:54:19.671Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-07T00:54:19.671Z] + '[' /w/workspace/edgex-go/17 ']' [2021-02-07T00:54:19.671Z] + mkdir -p /w/workspace/edgex-go/17/archives/ [2021-02-07T00:54:19.671Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] echo [2021-02-07T00:54:19.685Z] 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/17/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-07T00:54:19.980Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:54:20.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-07T00:54:20.290Z] [2021-02-07T00:54:20.290Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:54:20.676Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-07T00:54:20.676Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-07T00:54:20.676Z] df20fa9351a1: Pulling fs layer [2021-02-07T00:54:20.676Z] 36b3adc4ff6f: Pulling fs layer [2021-02-07T00:54:20.676Z] 8ad3a11d3b57: Pulling fs layer [2021-02-07T00:54:20.676Z] 46f8f816bc3b: Pulling fs layer [2021-02-07T00:54:20.676Z] 93b61091891f: Pulling fs layer [2021-02-07T00:54:20.676Z] 93b9cdb0e59b: Pulling fs layer [2021-02-07T00:54:20.676Z] 5e14af77c1be: Pulling fs layer [2021-02-07T00:54:20.676Z] 01666e4c0597: Pulling fs layer [2021-02-07T00:54:20.677Z] aa168da1d23b: Pulling fs layer [2021-02-07T00:54:20.677Z] 93b9cdb0e59b: Waiting [2021-02-07T00:54:20.677Z] 5e14af77c1be: Waiting [2021-02-07T00:54:20.677Z] 46f8f816bc3b: Waiting [2021-02-07T00:54:20.677Z] 93b61091891f: Waiting [2021-02-07T00:54:20.677Z] 36b3adc4ff6f: Download complete [2021-02-07T00:54:20.677Z] 46f8f816bc3b: Verifying Checksum [2021-02-07T00:54:20.677Z] 46f8f816bc3b: Download complete [2021-02-07T00:54:20.966Z] df20fa9351a1: Verifying Checksum [2021-02-07T00:54:20.966Z] df20fa9351a1: Download complete [2021-02-07T00:54:20.966Z] 93b61091891f: Verifying Checksum [2021-02-07T00:54:20.966Z] 93b61091891f: Download complete [2021-02-07T00:54:20.966Z] 93b9cdb0e59b: Verifying Checksum [2021-02-07T00:54:20.966Z] 93b9cdb0e59b: Download complete [2021-02-07T00:54:20.966Z] 5e14af77c1be: Verifying Checksum [2021-02-07T00:54:20.966Z] 5e14af77c1be: Download complete [2021-02-07T00:54:20.966Z] 01666e4c0597: Verifying Checksum [2021-02-07T00:54:20.966Z] 01666e4c0597: Download complete [2021-02-07T00:54:20.966Z] 8ad3a11d3b57: Verifying Checksum [2021-02-07T00:54:20.966Z] 8ad3a11d3b57: Download complete [2021-02-07T00:54:21.258Z] df20fa9351a1: Pull complete [2021-02-07T00:54:21.645Z] 36b3adc4ff6f: Pull complete [2021-02-07T00:54:23.103Z] 8ad3a11d3b57: Pull complete [2021-02-07T00:54:23.367Z] 46f8f816bc3b: Pull complete [2021-02-07T00:54:23.633Z] aa168da1d23b: Verifying Checksum [2021-02-07T00:54:23.633Z] aa168da1d23b: Download complete [2021-02-07T00:54:24.611Z] 93b61091891f: Pull complete [2021-02-07T00:54:24.877Z] 93b9cdb0e59b: Pull complete [2021-02-07T00:54:25.142Z] 5e14af77c1be: Pull complete [2021-02-07T00:54:25.142Z] 01666e4c0597: Pull complete [2021-02-07T00:54:31.770Z] aa168da1d23b: Pull complete [2021-02-07T00:54:31.770Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-07T00:54:31.770Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-07T00:54:31.770Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-07T00:54:31.949Z] prd-centos7-docker-4c-2g-25367 does not seem to be running inside a container [2021-02-07T00:54:32.003Z] $ 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/17/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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-07T00:54:40.382Z] $ docker top d2bcade403bde2cc2a4da05543bb30e9f69a13c6fed82616c2a28ed1495daf5b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:54:41.088Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-07T00:54:41.397Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-07T00:54:41.711Z] + ls /var/log/sa-host [2021-02-07T00:54:41.711Z] + sadf -c /var/log/sa-host/sa07 [2021-02-07T00:54:41.711Z] file_magic: OK [2021-02-07T00:54:41.711Z] HZ: Using current value: 100 [2021-02-07T00:54:41.711Z] file_header: OK [2021-02-07T00:54:41.711Z] 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-07T00:54:41.711Z] Statistics: [2021-02-07T00:54:41.711Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-07T00:54:41.711Z] File successfully converted to sysstat format version 12.2.1 [2021-02-07T00:54:41.711Z] + sadf -c /var/log/sa-host/sa23 [2021-02-07T00:54:41.711Z] file_magic: OK [2021-02-07T00:54:41.711Z] HZ: Using current value: 100 [2021-02-07T00:54:41.711Z] file_header: OK [2021-02-07T00:54:41.711Z] 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-07T00:54:41.711Z] Statistics: [2021-02-07T00:54:41.711Z] Hnuu...uuuununununu... [2021-02-07T00:54:41.711Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-07T00:54:41.933Z] provisioning config files... [2021-02-07T00:54:41.958Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config2565889860267094792tmp [Pipeline] { [Pipeline] echo [2021-02-07T00:54:42.040Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:54:42.343Z] ---> create-netrc.sh [Pipeline] } [2021-02-07T00:54:42.354Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-07T00:54:42.442Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:54:42.740Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-07T00:54:42.754Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:54:43.059Z] ---> sudo-logs.sh [2021-02-07T00:54:43.059Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-07T00:54:43.071Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:54:43.370Z] ---> job-cost.sh [2021-02-07T00:54:43.370Z] lf-activate-venv: SKIPPING [2021-02-07T00:54:43.370Z] INFO: No Stack... [2021-02-07T00:54:44.319Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-07T00:54:44.580Z] INFO: Archiving Costs [Pipeline] echo [2021-02-07T00:54:44.594Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:54:44.895Z] ---> logs-deploy.sh [2021-02-07T00:54:44.895Z] lf-activate-venv: SKIPPING [2021-02-07T00:54:44.895Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/17 [2021-02-07T00:54:44.895Z] INFO: archiving workspace using pattern(s): [2021-02-07T00:54:46.288Z] Archives upload complete. [2021-02-07T00:54:46.550Z] INFO: archiving logs to Nexus